@charset "UTF-8";
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
blockquote,
pre,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
header,
footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

img,
input {
  vertical-align: middle;
}

.object-fit-img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/*
 base
------------------------------------ */
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
}

body,
input,
textarea,
pre,
code {
  position: relative;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
}

html,
body {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
}

a {
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #666;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #666;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #666;
}

input::placeholder,
textarea::placeholder {
  color: #666;
}

img {
  max-width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* display */
@media screen and (min-width: 768px) {
  .u_pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .u_pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u_pc_i {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .u_pc_i {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u_sp {
    display: block;
  }
}

/* text weight */
.u_normal {
  font-weight: normal;
}

.u_medium {
  font-weight: 500;
}

.u_bold {
  font-weight: 700;
}

/* text align */
.u_txt_c {
  text-align: center;
}

.u_txt_l {
  text-align: left;
}

.u_txt_lc {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .u_txt_lc {
    text-align: left;
  }
}

.u_txt_r {
  text-align: right;
}

.no_wrap {
  white-space: nowrap;
}

/* font */
.u_ff_1 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

/* txt */
.u_txt_1 {
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .u_txt_1 {
    font-size: 3.7333333333vw;
  }
}

.u_txt_2 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .u_txt_2 {
    font-size: 3.7333333333vw;
  }
}

.u_txt_3 {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .u_txt_3 {
    font-size: 3.2vw;
  }
}

.u_txt_4 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .u_txt_4 {
    font-size: 5.8666666667vw;
  }
}

.u_txt_5 {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .u_txt_5 {
    font-size: 5.8666666667vw;
  }
}

.u_txt_6 {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .u_txt_6 {
    font-size: 3.7333333333vw;
  }
}

.u_txt_7 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .u_txt_7 {
    font-size: 5.8666666667vw;
  }
}

.u_txt_8 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .u_txt_8 {
    font-size: 3.2vw;
  }
}

.u_txt_9 {
  font-size: 18px;
  line-height: 37px;
}
@media screen and (max-width: 767px) {
  .u_txt_9 {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}

.u_txt_10 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .u_txt_10 {
    font-size: 4.2666666667vw;
  }
}

.u_txt_11 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .u_txt_11 {
    font-size: 4.2666666667vw;
  }
}

.u_txt_12 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .u_txt_12 {
    font-size: 2.6666666667vw;
  }
}

.u_txt_13 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .u_txt_13 {
    font-size: 3.7333333333vw;
  }
}

.u_txt_14 {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .u_txt_14 {
    font-size: 4.2666666667vw;
  }
}

.u_txt_15 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .u_txt_15 {
    font-size: 4.2666666667vw;
  }
}

.u_txt_16 {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .u_txt_16 {
    font-size: 5.8666666667vw;
  }
}

.u_txt_17 {
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .u_txt_17 {
    font-size: 2.6666666667vw;
  }
}

.u_txt_18 {
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .u_txt_18 {
    font-size: 3.7333333333vw;
  }
}

.u_txt_19 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .u_txt_19 {
    font-size: 3.7333333333vw;
  }
}

.u_txt_20 {
  color: #666;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .u_txt_20 {
    color: #000;
    font-size: 2.6666666667vw;
  }
}

.u_pg + p {
  margin-top: 20px;
}

.u_color {
  color: #fff;
}

.u_mk {
  position: relative;
  background: linear-gradient(-45deg, #7ed4f4 60%, #c4e29e 100%);
}
.u_mk span {
  background-image: url(../img/mk_t.png);
  background-position: left -6px;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .u_mk span {
    background-position: left -3.0666666667vw;
  }
}

:root {
  --vw: 1vw;
}

body {
  overflow-x: hidden !important;
}

/*
 l_header
--------------------------------- */
@media screen and (max-width: 767px) {
  .fix_menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    width: 26.6666666667vw;
    height: 13.3333333333vw;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
  }
}
.fix_menu .logo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fix_menu .logo_wrap a {
  display: block;
  width: 100%;
  height: 100%;
}
.fix_menu .logo_wrap .logo {
  width: 141px;
}
@media screen and (max-width: 767px) {
  .fix_menu .logo_wrap .logo {
    width: 19.0666666667vw;
  }
}
.fix_menu .header_inr {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .fix_menu .header_inr {
    padding: 0;
    height: 13.3333333333vw;
  }
}
.fix_menu .header_inr .sp_humb,
.fix_menu .header_inr .sp_entry {
  width: 13.3333333333vw;
  height: 13.3333333333vw;
}
@media screen and (max-width: 767px) {
  .fix_menu .header_inr .nav {
    position: fixed;
    top: 0;
    left: 100vw;
    z-index: 99;
    padding: 4.5333333333vw 4.6666666667vw 9.0666666667vw;
    width: calc(var(--vw) * 100 - 9.3333333333vw);
    background: #fff;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
  .fix_menu .header_inr .nav._open {
    left: 0;
  }
}
.fix_menu .header_inr .nav .sp_humb {
  position: absolute;
  top: 4.6666666667vw;
  right: 4.6666666667vw;
  width: 8.2666666667vw;
  height: 7.7333333333vw;
}
.fix_menu .header_inr .nav .l_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .fix_menu .header_inr .nav .l_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-top: 12.4vw;
    border-bottom: 1px solid #d7d4d4;
  }
}
@media screen and (max-width: 767px) {
  .fix_menu .header_inr .nav .l_nav .item {
    width: 100%;
    text-align: left;
  }
}
.fix_menu .header_inr .nav .l_nav .item .link {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .fix_menu .header_inr .nav .l_nav .item .link {
    padding: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .fix_menu .header_inr .nav .l_nav .item + .item {
    border-top: 1px solid #d7d4d4;
  }
}
.fix_menu .header_inr .nav .btn_3 {
  margin-top: 5.7333333333vw;
}

.l_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  background-color: #fff;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
@media screen and (max-width: 767px) {
  .l_header {
    position: relative;
    height: 13.3333333333vw;
  }
}
.l_header .header_inr {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1600px;
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .l_header .header_inr {
    position: relative;
    padding: 0 0 0 4vw;
    height: 13.3333333333vw;
  }
}
.l_header .logo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l_header .logo_wrap a {
  display: block;
  width: 100%;
  height: 100%;
}
.l_header .logo_wrap .logo {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .l_header .logo_wrap .logo {
    width: 32vw;
  }
}
.l_header .logo_wrap .catch {
  margin-left: 20px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .l_header .logo_wrap .catch {
    margin-left: 2.2666666667vw;
    width: 45.3333333333vw;
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l_header .nav {
    display: none;
  }
}
.l_header .nav .l_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.l_header .nav .l_nav .item .link {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l_header .nav .l_nav .item .link:hover {
  opacity: 0.7;
}

/*
 l_container
--------------------------------- */
.l_container {
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .l_container {
    margin: 0 auto;
  }
}

/*
 l_kv
--------------------------------- */
.l_kv {
  position: relative;
}
.l_kv .kv {
  width: 100%;
}

.pc_btn_wrap {
  position: fixed;
  top: 267px;
  right: 21px;
  z-index: 89;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l_kv picture{
	position: relative;
}
.l_kv picture a{
	position: absolute;
    top: 75px;
    right: 0;
    left: -70%;
    margin: 0 auto;
    font-size: 1.8em;
    height: 80px;
    width: 500px;
}

@media screen and (max-width: 1700px) {
	
	.l_kv picture a{
        top: 60px;
        left: -55%;}
	
}
@media screen and (max-width: 1500px) {
	
	.l_kv picture a{
    top: 65px;
	width: 450px;}
	
}
@media screen and (max-width: 1300px) {
	
	.l_kv picture a{
    top: 55px;}
	
}
@media screen and (max-width: 1200px) {
	
	.l_kv picture a{
    top: 50px;
	width: 400px;}
	
}
@media screen and (max-width: 1024px) {
	
	.l_kv picture a{
    font-size: 1.5em;
	height: 60px;
    width: 350px;}
		
}

@media screen and (max-width: 767px) {
  .pc_btn_wrap {
    display: none;
  }

	.l_kv picture a {
    position: absolute;
    top: 280px;
    font-size: 2em;
    height: 100px;
    width: 80%;
	left:0;}
	
	.l_kv picture a span{
		font-size: 0.8em;
	}
}
@media screen and (max-width: 600px) {
	
	.l_kv picture a {
    top: 230px;}
	
}

@media screen and (max-width: 500px) {
	
	.l_kv picture a {
    top: 180px;
	font-size: 1.6em;}
	
}
@media screen and (max-width: 400px) {
	
	.l_kv picture a {
    top: 150px;
	font-size: 1.4em;
	height: 70px;}
	
}

.pc_btn_wrap:hover {
  opacity: 0.7;
}

.sec_1 {
  position: relative;
  padding: 33px 10px 93px;
}
@media screen and (max-width: 767px) {
  .sec_1 {
    padding: 5.8666666667vw 4vw 10.1333333333vw;
  }
}
.img_wrap {
  /*margin: 50px auto 0;*/
  width: 749px;
}
.text_wrap {
  margin: 50px auto 0;
  width: 749px;
}
@media screen and (max-width: 767px) {
.img_wrap  {
    margin: 13.8666666667vw auto 0;
    width: 100%;
  }
.text_wrap  {
    margin: 13.8666666667vw auto 0;
    width: 100%;
  }
}
.sec_1 .img_wrap .img {
  width: 100%;
}

.sec_2 {
  position: relative;
  padding: 80px 10px 120px;
    background:#f0fbff;
}
@media screen and (max-width: 767px) {
  .sec_2 {
    padding: 11.2vw 4vw 12.2666666667vw;
  }
}

.sec_3 {
  position: relative;
  overflow-x: hidden;
  padding: 88px 0 50px;
  width: calc(var(--vw) * 100);
	background:#fff;
}
@media screen and (min-width: 768px) {
  .sec_3 {
    min-height: 668px;
  }
}
@media screen and (max-width: 767px) {
  .sec_3 {
    padding: 7vw 4vw 11.7333333333vw;
  }
}
.sec_3 .ttl_1 {
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  .sec_3 .ttl_1 {
    margin: 5.3333333333vw auto 0;
  }
}
.sec_3 .detail {
  position: relative;
  margin: 110px auto 0;
  width: 700px;
}
@media screen and (max-width: 767px) {
  .sec_3 .detail {
    margin: 24vw auto 0;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .sec_3 .detail::before {
    position: absolute;
    bottom: -69px;
    left: -20vw;
/*    left: -280px;*/
    content: url(../img/sec3_img1.png);
  }
  .sec_3 .detail::after {
    position: absolute;
    right: -20vw;
/*    right: -284px;*/
    bottom: -69px;
    content: url(../img/sec3_img2.png);
  }
}
.sec_2 .detail .point, .sec_3 .detail .point {
  margin: 55px auto 50px;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .sec_2 .detail .point, .sec_3 .detail .point {
    margin: 8.6666666667vw auto 10vw;
    font-size: 5.8666666667vw;
  }
}
.sec_3 .detail .point span {
  font-size: 16px;
}
.sec_3 .detail .u_txt_2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec_3 .detail .u_txt_2 {
    margin-bottom: 6.6666666667vw;
  }
}

.sec_4 {
  position: relative;
  padding: 102px 10px 90px;
  background: #f6f4f1;
}
.sec_4#about{
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec_4 {
    padding: 10.6666666667vw 4vw;
  }
}
.sec_4 .u_txt_4 {
  margin: 0px auto 55px;
}
@media screen and (max-width: 767px) {
  .sec_4 .u_txt_4 {
    margin: 0 auto 7.3333333333vw;
  }
}

.sec_6 .u_txt_4 {
  margin: 0px auto 55px;
}
@media screen and (max-width: 767px) {
  .sec_6 .u_txt_4 {
    margin: 0 auto 7.3333333333vw;
  }
}
.sec_5 {
  position: relative;
  padding: 88px 10px 80px;
  background:#f6f3ff;
}
.sec_5 .l_inner{
	width:645px;
	margin-top:30px;
	margin-bottom:50px;
}
.sec_5 .flow{
	    max-width: 1100px;
	margin: 0 auto;
}
.sec_5 .flow .flowTitle{
	background:#6fba2c;
	color:#fff;
	padding:10px 0;
	font-size:2.5em;
	text-align: center;
    margin: 50px 0;
}
.sec_5 .flow .flowTitle span{
	display:block;
	font-size:0.8em;
}
.sec_5 .flow .flexSet{
	display: flex;
	width: 1100px;
}

.sec_5 .flow .flexSet .floatR{
	padding: 15px;
	max-width: 700px;
}
.sec_5 .flow .flexSet .floatR h3{
	font-size:2em;
	color: #55a323;
	margin-bottom: 30px;
}
.sec_5 .flow .flexSet .floatR p{
	font-size: 1.5em;
}
.sec_5 .flow .flexSet .floatR .spPic{
	display: none;
}
@media screen and (max-width: 767px) {
  .sec_5 {
    padding: 10.6666666667vw 4vw 11.7333333333vw;
  }
	.sec_5 .l_inner{
	width:100%;
  }
	.sec_5 .flow .flexSet{
		width: 100%;
	}
	.sec_5 .flow .flexSet .floatL{
	display: none;}
	.sec_5 .flow .flexSet .floatM{
		width: 5%;
	}
	.sec_5 .flow .flexSet .floatR{
		width: 95%;
	}
	.sec_5 .flow .flexSet .floatR .spPic{
	display: block;
	margin: 20px 0 50px;}
	.sec_5 .flow .flexSet .floatM{
		background: url(../img/flow_line00.jpg) repeat-y;
		        background-position: center;
	}
	.sec_5 .flow .flexSet .floatR{
	padding: 15px;}
}
/*@media screen and (max-width: 500px) {
		.sec_5 .flow .flexSet .floatM{
		background: url(../img/flow_line000.jpg) repeat-y;
		        background-position: center;
	}
	
}*/
.sec_5 .detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 93px auto 0;
  max-width: 1100px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec_5 .detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 11.3333333333vw auto 0;
  }
}
.sec_5 .txt_wrap {
	/*text-align: center;*/
    width: 1100px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
.sec_5 .txt_wrap {
    padding: 0;
    width: auto;
  }
}
.sec_5 .detail .txt_wrap {
    padding-right: 48px;
    /*width: 654px;*/
}
@media screen and (max-width: 767px) {
    .sec_5 .detail .txt_wrap {
        padding: 0;
        width: 100%;
    }
}
.sec_5 .detail .txt_wrap .ttl {
  margin-bottom: 30px;
  padding: 0 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /*height: 48px;*/
background: linear-gradient(-45deg, #7797f3, #72d6f9, #93e7ff);
  color: #fff;
  font-size: 26px;
  /*line-height: 48px;*/
  width: 100%;
}
@media screen and (max-width: 767px) {
.sec_5 .detail .txt_wrap .ttl {
    margin-bottom: 4.6666666667vw;
    padding: 1.733333vw 3.733333vw;
    width: 100%;
    /*height: 17.066667vw;*/
    background: linear-gradient(-45deg, #7797f3, #72d6f9, #93e7ff);
    font-size: 4.2666666667vw;
    /*line-height: 7.066667vw;*/
	line-height: 7.5vw;
	text-align: center;
  }
}
.sec_5 .img_wrap {
  position: relative;
  margin-left: -13px;
}
@media screen and (max-width: 767px) {
  .sec_5 .img_wrap {
    margin: 0 0 5.7333333333vw -2.9333333333vw;
  }
}

.sec_6 {
  position: relative;
  padding: 102px 10px 90px;
  background:#f8f8f8;

}
@media screen and (max-width: 767px) {
  .sec_6 {
    padding: 10.6666666667vw 4vw;
  }
}
.sec_6 .lead {
  margin: 130px auto 60px;
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec_6 .lead {
    margin: 16.6666666667vw auto 7.3333333333vw;
  }
}
.sec_6 .ttl_img {
  display: block;
  margin: 0 auto 53px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .sec_6 .ttl_img {
    margin: 0 auto 6vw;
  }
}

.sec_7 {
  position: relative;
  padding: 100px 10px 80px;
  background: transparent url(../img/sec7_bg.png) center/cover;
}
@media screen and (max-width: 767px) {
  .sec_7 {
    padding: 10.6666666667vw 4vw 12.4vw;
    background: transparent url(../img/sec7_bg_sp.png) center/cover;
  }
}
.sec_7 .lead {
  margin: 70px auto 35px;
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec_7 .lead {
    margin: 16.6666666667vw auto 6vw;
  }
}
.sec_7 .ttl_img {
  display: block;
  margin: 0 auto 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .sec_7 .ttl_img {
    margin: 0 auto 8vw;
  }
}
.sec_7 .lead2 {
  margin: 0 auto 70px;
  max-width: 770px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec_7 .lead2 {
    margin: 0 auto 10.6666666667vw;
  }
}
.sec_7 .box {
  margin: 25px auto 0;
  padding: 30px 40px;
  max-width: 750px;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec_7 .box {
    margin: 4vw auto 0;
    padding: 4.6666666667vw;
  }
}
.sec_7 .box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec_7 .box .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sec_7 .box .list .item {
  width: 408px;
}
@media screen and (max-width: 767px) {
  .sec_7 .box .list .item {
    width: 100%;
  }
}
.sec_7 .box .list .item:nth-of-type(even) {
  width: calc(100% - 408px);
}
@media screen and (max-width: 767px) {
  .sec_7 .box .list .item:nth-of-type(even) {
    width: 100%;
  }
}

.sec_8 {
  position: relative;
  padding: 100px 10px 80px;
}
@media screen and (max-width: 767px) {
  .sec_8 {
    padding: 10.6666666667vw 4vw 12.4vw;
  }
}
.sec_8 .ttl_1 {
  margin-bottom: 151px;
}
@media screen and (max-width: 767px) {
  .sec_8 .ttl_1 {
    margin-bottom: 22.2666666667vw;
  }
}
.sec_8 .img {
  display: block;
  margin: 60px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .sec_8 .img {
    margin: 6.6666666667vw -2.2666666667vw 0 -2.2666666667vw;
    max-width: 100vw;
    width: 96vw;
  }
}

.sec_9 {
  position: relative;
  padding: 88px 10px 85px;
    background: #ffeef4;
}
.sec_9 picture{
	display: block;
	text-align: center;
	margin: auto;
	padding-bottom: 50px;
}
.sec_9 .card_7.dark .item{
	background: #f5f5f5;
}
.sec_9 .card_7.dark .item::before{
	background: transparent url(../img/ico_check_red.png) center / contain;
}
.sec_9 .lead2 {
    margin: 0 auto 70px;
    max-width: 1100px;
    width: 100%;
}
.sec_9 .markArea{
	text-align: center;
	margin: auto;
}
.sec_9 .markArea h3{
	color: #fff;
}
.sec_9 .markArea h3 span{
	color: #f7df02;
	font-size: 1.2em;
}
.sec_9 .markArea h3.top{
	background: linear-gradient(transparent 50%, #00780e 50%);
	display: inline;
}
.sec_9 .markArea h3.bottom{
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .sec_9 {
    padding: 10.1333333333vw 4vw 10.6666666667vw;
  }
  .sec_9 .btn_2,
  .sec_10 .btn_2,
  .sec_11 .btn_2,
  .sec_12 .btn_2{
     font-size: 4.1vw;
    }
}
.sec_9 .lead {
  margin: 109px auto 50px;
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec_9 .lead {
    margin: 17.3333333333vw auto 9.3333333333vw;
  }
}
.sec_9 .check {
  margin: 60px auto 45px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .sec_9 .check {
    margin: 9.3333333333vw auto 11.3333333333vw;
  }
}
.sec_9 .check dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec_9 .check dl dt {
  width: 170px;
}
@media screen and (max-width: 767px) {
  .sec_9 .check dl dt {
    width: 41.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .sec_9 .check dl dd {
    width: calc(100% - 41.3333333333vw);
  }
}

.sec_10 {
  position: relative;
  padding: 88px 10px 85px;
}
.sec_10 .table_2 th {
    width: 140px;
}

@media screen and (max-width: 767px) {
  .sec_10 {
    padding: 10.1333333333vw 4vw 10.6666666667vw;
  }
	.sec_10 .table_2 th {
    width: 100%;}
}
.sec_10 .card_8 {
  margin: 120px auto 76px;
}
@media screen and (max-width: 767px) {
  .sec_10 .card_8 {
    margin: 19.4666666667vw auto 14.2666666667vw;
  }
}

.sec_11 {
  position: relative;
  padding: 102px 10px 90px;
   background: #f0fbff;
}
.sec_11 .table_1 td{
	background: #fff;
}
.sec_11 .textC{
	text-align: center;
	margin: auto;
	max-width: 1100px;
}
.sec_11 p.u_txt_2{
	max-width: 1100px;
	margin: 50px 0;
	text-align: left;
}
.sec_11 .table_4{
	    background: #fff;
}
@media screen and (max-width: 767px) {
  .sec_11 {
    padding: 10.6666666667vw 4vw;
  }
}
.sec_11 .table_3 {
  margin: 15px auto 20px;
}
@media screen and (max-width: 767px) {
  .sec_11 .table_3 {
    margin: 4.6666666667vw auto 3.6vw;
  }
}
.sec_11 .card_9 {
  margin: 150px auto 58px;
}
@media screen and (max-width: 767px) {
  .sec_11 .card_9 {
    margin: 22.6666666667vw auto 8vw;
  }
}

.sec_12 {
  position: relative;
  padding: 90px 10px 42px;
}
@media screen and (max-width: 767px) {
  .sec_12 {
    padding: 9.3333333333vw 4vw;
  }
}
.sec_12 .btn_2 {
  margin: 20px auto 0 !important;
}
@media screen and (max-width: 767px) {
  .sec_12 .btn_2 {
    margin: 4.4vw auto 10.6666666667vw !important;
  }
}

.l_inner {
  margin: 0 auto;
  max-width: 1100px;
}

.ttl_1 {
  position: relative;
  left: -23px;
  margin: 0 auto 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 38px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ttl_1 {
    left: 0;
    margin: 0 auto 18.5333333333vw;
    padding: 0;
    width: 100%;
    font-size: 5.8666666667vw;
  }
}
.ttl_1::after {
  position: absolute;
  bottom: -54px;
  left: calc(50% + 23px);
  width: 331px;
  height: 48px;
  background: transparent url(../img/sec1_ttl_1.png) center/auto no-repeat;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl_1::after {
    bottom: -10.9333333333vw;
    left: 50%;
    width: 44.1333333333vw;
    height: 6.4vw;
  }
}
.ttl_1._1::after {
  position: absolute;
  bottom: -54px;
  left: calc(50% + 23px);
  width: 1080px;
  height: 48px;
  background: transparent url(../img/sec1_ttl_1.png) center/auto no-repeat;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl_1._1::after {
    bottom: -10.9333333333vw;
    left: 50%;
    width: 100%;
    height: 6.4vw;
  }
}
.ttl_1._2::after {
  position: absolute;
  bottom: -54px;
  left: calc(50% + 23px);
  width: 1080px;
  height: 48px;
  background: transparent url(../img/sec2_ttl_1.png) center/auto no-repeat;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl_1._2::after {
    bottom: -10.9333333333vw;
    left: 50%;
    width: 100%;
    height: 6.3333333333vw;
	background-size: contain;
  }
}
.ttl_1._3::after {
  position: absolute;
  bottom: -60px;
  left: calc(50% + 23px);
  width: 1080px;
  height: 48px;
  background: transparent url(../img/sec3_ttl_1.png)  center/auto no-repeat;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl_1._3::after {
    bottom: -12.2666666667vw;
    left: 50%;
    width: 100%;
    height: 7.8666666667vw;
  }
}
.ttl_1._4::after {
  position: absolute;
  bottom: -65px;
  left: calc(50% + 23px);
  width: 1080px;
  height: 48px;
  background: transparent url(../img/sec4_ttl_1.png) center/auto no-repeat;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl_1._4::after {
    bottom: -11.8666666667vw;
    left: 50%;
    width: 100%;
    height: 6.4vw;
	background-size: contain;
  }
}
.ttl_1._5::after {
  position: absolute;
  bottom: -73px;
  left: calc(50% + 23px);
  width: 1080px;
  height: 48px;
  background: transparent url(../img/sec5_ttl_1.png) center/auto no-repeat;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl_1._5::after {
    bottom: -12vw;
    left: 50%;
    width: 100%;
    height: 7.8666666667vw;
  }
}
.ttl_1._5-1::after {
  position: absolute;
  bottom: -73px;
  left: calc(50% + 23px);
  width: 1080px;
  height: 48px;
  background: transparent url(../img/sec5-1_ttl_1.png) center/auto no-repeat;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl_1._5-1::after {
    bottom: -12vw;
    left: 50%;
    width: 100%;
    height: 7.8666666667vw;
	background-size: contain;
  }
}
.ttl_1._6::after {
  position: absolute;
  bottom: -60px;
  left: calc(50% + 23px);
  width: 1080px;
  height: 48px;
  background: transparent url(../img/sec6_ttl_1.png) center/auto no-repeat;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl_1._6::after {
    bottom: -12.9333333333vw;
    left: 50%;
    width: 100%;
    height: 7.8666666667vw;
  }
}
.ttl_1._7::after {
  position: absolute;
  bottom: -60px;
  left: calc(50% + 23px);
  width: 1080px;
  height: 48px;
  background: transparent url(../img/sec7_ttl_1.png) center/auto no-repeat;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl_1._7::after {
    bottom: -12vw;
    left: 50%;
    width: 100%;
    height: 8vw;
  }
}
.ttl_1._8::after {
  position: absolute;
  bottom: -79px;
  left: calc(50% + 23px);
  width: 1080px;
  height: 48px;
  background: transparent url(../img/sec8_ttl_1.png) center/auto no-repeat;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl_1._8::after {
    bottom: -11.6vw;
    left: 50%;
    width: 100%;
    height: 6.2666666667vw;
  }
}
.ttl_1._9::after {
  position: absolute;
  bottom: -76px;
  left: calc(50% + 23px);
  width: 1080px;
  height: 48px;
  background: transparent url(../img/sec9_ttl_1.png) center/auto no-repeat;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl_1._9::after {
    bottom: -11.4666666667vw;
    left: 50%;
    width: 100%;
    height: 7.7333333333vw;
  }
}
.ttl_1._10::after {
  position: absolute;
  bottom: -60px;
  left: calc(50% + 23px);
  width: 1080px;
  height: 48px;
  background: transparent url(../img/sec10_ttl_1.png) center/auto no-repeat;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl_1._10::after {
    bottom: -11.4666666667vw;
    left: 50%;
    width: 100%;
    height: 7.8666666667vw;
  }
}
.ttl_1._10_1 {
	margin-top: 15rem;
}
.ttl_1._10_1::after {
  position: absolute;
  bottom: -60px;
  left: calc(50% + 23px);
  width: 1080px;
  height: 48px;
  background: transparent url(../img/sec10_ttl_1_1.png) center/auto no-repeat;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
.ttl_1._10_1 {
	margin-top: 7rem;
}
  .ttl_1._10_1::after {
    bottom: -11.4666666667vw;
    left: 50%;
    width: 100%;
    height: 7.8666666667vw;
  }
}
.ttl_1._11::after {
  position: absolute;
  bottom: -60px;
  left: calc(50% + 23px);
  width: 1080px;
  height: 48px;
  background: transparent url(../img/sec11_ttl_1.png) center/auto no-repeat;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl_1._11::after {
    bottom: -10.8vw;
    left: 50%;
    width: 100%;
    height: 7.7333333333vw;
  }
}
.ttl_1 .inr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 23px;
  min-height: 73px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .ttl_1 .inr {
    padding: 0;
    min-height: 18.1333333333vw;
  }
}
.ttl_1 .inr::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 14px;
  height: 100%;
  border: 1px solid #687b58;
  border-right: none;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ttl_1 .inr::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 14px;
  height: 100%;
  border: 1px solid #687b58;
  border-left: none;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ttl_1 .inr span {
  display: block;
  font-weight: 400;
  font-size: 19px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .ttl_1 .inr span {
    font-size: 3.7333333333vw;
	  line-height: 1.3em;
  }
}

.ttl_2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 21px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ttl_2 {
    gap: 2.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
/*.ttl_2::after {
  display: block;
  width: 79px;
  height: 1px;
  background: #999;
  content: "";
}*/
@media screen and (max-width: 767px) {
  .ttl_2::after {
    width: 17.4666666667vw;
  }
}

.table_1 {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .table_1 {
    border: none;
    border-bottom: 1px solid #ccc;
  }
}
.table_1 th {
  padding: 20px 30px;
  min-width: 216px;
  border: 1px solid #ccc;
  background: #f2f2f2;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .table_1 th {
    display: block;
    padding: 2.6666666667vw 4vw;
    font-size: 4.2666666667vw;
  }
}
.table_1 td {
  padding: 20px 30px;
  border: 1px solid #ccc;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .table_1 td {
    display: block;
    padding: 2.6666666667vw 4vw;
    border-top: none;
    border-bottom: none;
    font-size: 4.2666666667vw;
  }
}

.table_2 {
  border: none;
}
.table_2 th,
.table_2 td {
  padding: 15px 0;
  min-width: 1px;
  border: none;
  background: transparent;
  vertical-align: top;
  text-align: left;
}
.table_2 th {
  padding: 15px 25px 0 0;
}

.table_3 {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .table_3 {
    border: none;
    border-bottom: 1px solid #ccc;
  }
}
.table_3 th {
  padding: 10px 13px;
  min-width: 216px;
  border: 1px solid #ccc;
  background: #e5f6fd;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .table_3 th {
    display: block;
    padding: 2.6666666667vw 4vw;
    font-size: 4.2666666667vw;
  }
}
.table_3 td {
  padding: 10px 13px;
  border: 1px solid #ccc;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .table_3 td {
    display: block;
    padding: 2.6666666667vw 4vw;
    border-top: none;
    border-bottom: none;
    font-size: 4.2666666667vw;
  }
}

.table_4 {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .table_4 {
    border: none;
    border-bottom: 1px solid #ccc;
  }
}
.table_4 th {
  padding: 20px 30px;
  min-width: 216px;
  border: 1px solid #ccc;
  background: #f2f2f2;
  vertical-align: top;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .table_4 th {
    display: block;
    padding: 2.6666666667vw 4vw;
    font-size: 4.2666666667vw;
  }
}
.table_4 td {
  padding: 20px 30px;
  border: 1px solid #ccc;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .table_4 td {
    display: block;
    padding: 2.6666666667vw 4vw;
    border-top: none;
    border-bottom: none;
    font-size: 4.2666666667vw;
  }
}

.card_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px 40px;
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .card_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 4vw;
  }
}
.card_1 .item {
  position: relative;
  padding: 25px 25px 25px 85px;
  width: calc(50% - 20px);
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  line-height: 27px;
}
.card_1.box-02 .item {
    padding: 25px;
	font-size: 16px;
}
.card_1 .item02 p,.card_1 .item03 p{
	padding-top: 0.5em;
}
.card_1.box-02 .item .ttl {
    margin-bottom: 22px;
    line-height: 1.3em;
}
@media screen and (max-width: 767px) {
  .card_1 .item {
    padding: 4vw 4vw 4vw 15.3333333333vw;
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
.card_1.box-02 .item {
    font-size: 3.7333333333vw;
}
	.card_1 .item02 p,.card_1 .item03 p{
	padding-top: 0em;}
}
.card_1 .item::before {
  position: absolute;
  top: 50%;
  left: 28px;
  width: 30px;
  height: 27px;
  background: transparent url(../img/ico_check.png) center/contain;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.card_1.box-02 .item::before {
  background: none;
}
@media screen and (max-width: 767px) {
  .card_1 .item::before {
    left: 5.7333333333vw;
    width: 7.7333333333vw;
    height: 6.8vw;
  }
}

.card_2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  margin: 0 auto;
  padding: 32px 0 0;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .card_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10.6666666667vw;
    padding: 7.3333333333vw 0 0;
  }
}
.card_2 .item {
    position: relative;
    padding: 29px;
    width: calc(33.33% - 20px);
    border-radius: 8px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
}
@media screen and (max-width: 767px) {
  .card_2 .item {
    padding: 10.333333vw 5.3333333333vw 5.3333333333vw;
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}
.card_2 .item::before {
  position: absolute;
  top: -11px;
  left: 50%;
  z-index: 3;
  width: 30px;
  height: 27px;
  background: transparent url(../img/ico_check.png) center/contain;
  content: "";
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
}
@media screen and (max-width: 767px) {
  .card_2 .item::before {
    top: 2.2vw;
    width: 7.7333333333vw;
    height: 6.8vw;
  }
}

.card_2 .item::after {
  position: absolute;
  top: -32px;
  left: 50%;
  z-index: 1;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #fff;
  content: "";
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
}
@media screen and (max-width: 767px) {
  .card_2 .item::after {
    top: -7.3333333333vw;
    width: 16vw;
    height: 16vw;
  }
}
.card_2 .item .point {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 19px;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .card_2 .item .point {
    margin-bottom: 3.2vw;
    font-size: 4vw;
  }
}
.card_2 .item .point span {
  display: block;
  font-weight: 500;
  font-size: 15px;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .card_2 .item .point span {
    font-size: 3.2vw;
  }
}
.card_2 .item p {
  position: relative;
  z-index: 2;
}

.card_3{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 54px;
  margin: 55px auto 45px;
  max-width: 1100px;
}
.card_3.card_3b{
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .card_3{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 6vw;
    margin: 10.6666666667vw auto 7.3333333333vw;
  }
}
.card_3 .item {
  position: relative;
  padding: 25px 30px;
  width: calc(33.33% - 39px);
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  line-height: 27px;
}
.card_3.card_3b .item{
 width: calc(27% - 39px);
}

.card_3.youtube-3box .item {
  position: relative;
  padding: 0;
  width: calc(33.33% - 39px);
  border-radius: 8px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .card_3 .item{
    padding: 6vw 4vw;
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
	.card_3.card_3b .item{
		width:100%;
	}
.card_3.youtube-3box .item {
  width: 100%;
}
}
.card_3 .item .img {
  display: block;
  margin: 0 auto 25px;
  height: 174px;
}
.card_3.card_3b .item .img {
  height: 112px;
}
@media screen and (max-width: 767px) {
  .card_3 .item .img {
    margin: 0 auto 4.9333333333vw;
  }
}
.card_3 .item .ttl {
  margin-bottom: 22px;
	line-height: 1.3em;
}

.card_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 45px;
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .card_4 {
    gap: 5.3333333333vw;
  }
}
.card_4 .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  gap: 50px;
  padding: 40px;
  width: 100%;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.sec_5 .card_4 .item.item00{
  display:block;
}
.sec_5 .card_4 .item.item00 .itemFlex{
	display:flex;
	border-top:2px solid #b8b8b8;
	padding:30px 0;
}
.sec_5 .card_4 .item.item00 .itemFlex .txt_wrap h3 span{
	padding:3px 10px;
	color:#fff;
	background:#7e4f1a;
	font-size: 0.6em;
    margin-right: 10px;
}
.sec_5 .card_4 .item.item00 .itemFlex .txt_wrap ul li{
	text-indent: -1em;
   padding-left: 1em;
}
.sec_5 .card_4 .item.item00 .itemFlex.youTube{
	justify-content:space-around;
}
.sec_5 .card_4 .item.item00 .itemFlex.youTube .videoSet{
	width:48%;
}
.sec_5 .card_4 .item.item00 .itemFlex.youTube .videoSet .videoTitle{
	font-size: 2em;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .card_4 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 6vw;
    padding: 8vw 4vw;
  }
	.sec_5 .card_4 .item.item00 .itemFlex,
	.sec_5 .card_4 .item.item00 .itemFlex.youTube{
		display:block;}
	.sec_5 .card_4 .item.item00 .itemFlex .txt_wrap ul{
		margin-bottom:30px;
	}
	.sec_5 .card_4 .item.item00 .itemFlex.youTube .videoSet{
	width:100%;
	}
	.sec_5 .card_4 .item.item00 .itemFlex.youTube .videoSet .video{
		position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 50px;
	}
	.sec_5 .card_4 .item.item00 .itemFlex.youTube .videoSet .video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
}
.card_4 .item::before {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 58px;
  height: 58px;
  background-color: #8f82bc;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .card_4 .item::before {
    top: -5.3333333333vw;
    left: -5.3333333333vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.card_4 .item .txt_wrap {
  width: calc(100% - 310px);
}
@media screen and (max-width: 767px) {
  .card_4 .item .txt_wrap {
    width: 100%;
  }
}
.card_4 .item .txt_wrap .ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .card_4 .item .txt_wrap .ttl {
    margin-bottom: 2.6666666667vw;
  }
}
.card_4 .item .img_wrap {
  margin: 23px 0 0 50px;
  width: 260px;
}
@media screen and (max-width: 767px) {
  .card_4 .item .img_wrap {
    margin: 0 1.3333333333vw;
    width: 82.4vw;
  }
}

.card_5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 70px;
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .card_5 {
    gap: 8.6666666667vw;
  }
}
.card_5 .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding: 40px;
  width: 100%;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .card_5 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 6vw;
    padding: 8vw 4vw;
  }
}
.card_5 .item .label {
  position: absolute;
  top: -26px;
  left: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
  height: 50px;
  border-radius: 5px;
  background-color: #eb6c9a;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .card_5 .item .label {
    top: -4.9333333333vw;
    left: 3.8666666667vw;
    gap: 3.0666666667vw;
    padding: 0 4.6666666667vw;
    height: 10vw;
  }
}
.card_5 .item .txt_wrap {
  width: calc(100% - 366px);
}
@media screen and (max-width: 767px) {
  .card_5 .item .txt_wrap {
    width: 100%;
  }
}
.card_5 .item .txt_wrap .ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .card_5 .item .txt_wrap .ttl {
    margin-bottom: 2.6666666667vw;
  }
}
.card_5 .item .img_wrap {
  margin: 46px 0 0 0;
  width: 316px;
}
@media screen and (max-width: 767px) {
  .card_5 .item .img_wrap {
    margin: 0 1.3333333333vw;
    width: 82.4vw;
  }
}

.card_6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 66px;
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .card_6 {
    gap: 12.9333333333vw;
  }
}
.card_6 .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding: 46px 46px 40px;
  width: 100%;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .card_6 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 6vw;
    padding: 8.8vw 6.6666666667vw 8vw;
  }
}
.card_6 .item::after {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px dashed #8cc9ff;
  border-radius: 8px;
  content: "";
}
@media screen and (max-width: 767px) {
  .card_6 .item::after {
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    width: calc(100% - 5.3333333333vw);
    height: calc(100% - 5.3333333333vw);
  }
}
.card_6 .item .label {
  position: absolute;
  top: -38px;
  left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  border-radius: 40px 40px 0 40px;
  background-color: #8cc9ff;
  color: #fff;
	z-index: 10;
}
@media screen and (max-width: 767px) {
  .card_6 .item .label {
    top: -7.6vw;
    left: -2.8vw;
    width: 14.6666666667vw;
    height: 14.6666666667vw;
    border-radius: 5.3333333333vw 5.3333333333vw 0 5.3333333333vw;
  }
}
.card_6 .item .txt_wrap {
  padding-left: 142px;
}
@media screen and (max-width: 767px) {
  .card_6 .item .txt_wrap {
    padding-left: 0;
  }
}
.card_6 .item .txt_wrap .ttl {
  position: relative;
  margin: 0 0 20px -70px;
}
@media screen and (max-width: 767px) {
  .card_6 .item .txt_wrap .ttl {
    margin: 0 0 13.3333333333vw 0;
  }
}
.card_6 .item .txt_wrap .ttl::before {
  position: absolute;
  bottom: -97px;
  left: -74px;
  width: 123px;
  height: 68px;
  background: transparent url(../img/card6_deco.png) center/contain no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .card_6 .item .txt_wrap .ttl::before {
    top: auto;
    bottom: -11.4666666667vw;
    left: -2.9333333333vw;
    width: 16.4vw;
    height: 9.0666666667vw;
  }
}
.card_6 .item .img_wrap {
  margin: 46px 0 0 0;
  width: 316px;
}
@media screen and (max-width: 767px) {
  .card_6 .item .img_wrap {
    margin: 0 1.3333333333vw;
    width: 82.4vw;
  }
}

.card_7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px 40px;
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .card_7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 4vw;
  }
}
.card_7 .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 25px 25px 85px;
  width: calc(50% - 20px);
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .card_7 .item {
    padding: 4vw 4vw 4vw 15.3333333333vw;
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}
.card_7 .item::before {
  position: absolute;
  top: 50%;
  left: 28px;
  width: 30px;
  height: 27px;
  background: transparent url(../img/ico_check.png) center/contain;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .card_7 .item::before {
    left: 5.7333333333vw;
    width: 7.7333333333vw;
    height: 6.8vw;
  }
}

.card_8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .card_8 {
    gap: 8vw;
  }
}
.card_8 .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding: 31px 33px;
  width: 100%;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .card_8 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6vw;
    padding: 8vw 4vw;
  }
}
.card_8 .item .txt_wrap {
  width: calc(100% - 367px);
}
@media screen and (max-width: 767px) {
  .card_8 .item .txt_wrap {
    width: 100%;
  }
}
.card_8 .item .txt_wrap .ttl {
  position: relative;
  margin: 11px 0 20px;
  padding-left: 44px;
}
@media screen and (max-width: 767px) {
  .card_8 .item .txt_wrap .ttl {
    margin-bottom: 2.6666666667vw;
    padding-left: 11.4666666667vw;
  }
}
.card_8 .item .txt_wrap .ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 33px;
  background: transparent url(../img/card8_deco.png) center/contain;
  content: "";
}
@media screen and (max-width: 767px) {
  .card_8 .item .txt_wrap .ttl::before {
    width: 7.7333333333vw;
    height: 8.8vw;
  }
}
.card_8 .item .img_wrap {
  width: 313px;
}
@media screen and (max-width: 767px) {
  .card_8 .item .img_wrap {
    margin: 0 0 0 4.1333333333vw;
    width: 79.8666666667vw;
  }
}

.card_9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 83px;
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .card_9 {
    gap: 12.8vw;
  }
}
.card_9 .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  padding: 24px 27px;
  width: 100%;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .card_9 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6vw;
    padding: 8vw 4vw 7.3333333333vw;
  }
}
.card_9 .item + .item::before {
  position: absolute;
  top: -55px;
  left: 50%;
  display: block;
  width: 25px;
  height: 35px;
  background: transparent url(../img/ico_arw.png) no-repeat center/contain;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .card_9 .item + .item::before {
    top: -10.2666666667vw;
    width: 6.2666666667vw;
    height: 8.6666666667vw;
  }
}
.card_9 .item .label {
  position: absolute;
  top: -38px;
  left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  border-radius: 40px 40px 0 40px;
  background-color: #8cc9ff;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .card_9 .item .label {
    top: -7.6vw;
    left: -2.8vw;
    width: 14.6666666667vw;
    height: 14.6666666667vw;
    border-radius: 5.3333333333vw 5.3333333333vw 0 5.3333333333vw;
  }
}
.card_9 .item .txt_wrap {
  width: calc(100% - 366px);
}
.card_9 .item01 .txt_wrap{
	height: 215px;
}
@media screen and (max-width: 767px) {
  .card_9 .item .txt_wrap {
    width: 100%;
  }
  .card_9 .item01 .txt_wrap{
	height: auto;
  }
}
.card_9 .item .txt_wrap .ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .card_9 .item .txt_wrap .ttl {
    gap: 3.3333333333vw;
    margin: 0 0 2vw 0;
  }
}
.card_9 .item .txt_wrap .ttl::after {
  width: 80px;
  height: 1px;
  background: #d9d9d9;
  content: "";
}
@media screen and (max-width: 767px) {
  .card_9 .item .txt_wrap .ttl::after {
    width: 5.3333333333vw;
  }
}
.card_9 .item .txt_wrap .link {
  color: #00aaeb;
}
.card_9 .item .img_wrap {
  width: 316px;
}
@media screen and (max-width: 767px) {
  .card_9 .item .img_wrap {
    margin: 0 auto;
    width: 76.5333333333vw;
  }
}

.btn_1 {
  display: block;
  margin: 75px auto 0;
  max-width: 572px;
  width: 100%;
  height: 82px;
  border-radius: 5px;
  background: #00a7eb;
  color: #fff;
  text-align: center;
  line-height: 82px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .btn_1 {
    margin: 7.3333333333vw auto 0;
    height: 17.3333333333vw;
    /*line-height: 17.3333333333vw;*/
	/*line-height: 6vw;*/
    padding-top: 3vw;
    /*コレ*/line-height: 3;
    /*コレ*/padding: 10px 0;
  }
}
.btn_1:hover {
  opacity: 0.7;
}

.btn_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 75px auto 0;
  max-width: 572px;
  width: 100%;
  height: 102px;
  border-radius: 5px;
  background: #eb6c9a;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .btn_2 {
    margin: 7.3333333333vw auto 0;
    height: 23.3333333333vw;
    font-size: 5.8666666667vw;
  }
}
.btn_2:hover {
  opacity: 0.7;
}
.btn_2 span {
  display: block;
  color: #fff;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .btn_2 span {
    font-size: 3.7333333333vw;
  }
}

.btn_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 13px;
  margin: 0 auto;
  max-width: 572px;
  width: 100%;
  height: 80px;
  border-radius: 5px;
  background: #eb6c9a;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .btn_3 {
    gap: 3.0666666667vw;
    margin: 0 auto;
    height: 16.6666666667vw;
    font-size: 3vw;
  }
}
.btn_3 .ico {
  width: 20px;
}
@media screen and (max-width: 767px) {
  .btn_3 .ico {
    width: 4.9333333333vw;
  }
}
.btn_3:hover {
  opacity: 0.7;
}

.cta {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 80;
  padding: 20px;
  width: 100%;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .cta {
    padding: 4.2666666667vw 4vw;
  }
}

.gotop {
  position: absolute;
  display: block;
  width: 53px;
}
@media screen and (min-width: 768px) {
  .gotop {
    right: 34px;
    bottom: 52px;
  }
}
@media screen and (max-width: 767px) {
  .gotop {
    position: relative;
    margin-left: auto;
    width: 10.9333333333vw;
  }
}

.l_footer {
  padding: 50px 0 124px;
  border-top: 1px solid #999;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l_footer {
    padding: 6vw 0 26.6666666667vw;
  }
}
.l_footer .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 26px;
  margin-bottom: 65px;
  font-size: 15px;
}
.l_footer .nav.navBtm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 65px;
  font-size: 15px;
}
.l_footer .address{
	font-size: 1.5em;
}
.l_footer .tel{
	font-size: 1.5em;
}
.l_footer .tel::before{
	content: url('../img/ico_tel.png');
	display: inline-block;
    padding-right: 5px;
}
.l_footer .nav.navBtm{
	margin: 50px 0 30px;
}
.l_footer .nav.navBtm li{
	border-left: 1px solid #000000;
    padding: 2px 12px;
}
.l_footer .nav.navBtm li:last-child{
	border-right: 1px solid #000000;
    padding: 2px 12px;
	/*margin-left: -25px;*/
}
.l_footer ul.sns{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.l_footer ul.sns li{
	padding: 5px;
}

@media screen and (max-width: 767px) {
	
  .l_footer .nav,
  .l_footer .address,
  .l_footer .tel,
  .l_footer ul.sns, .l_footer .nav.navBtm{
    display: none;
  }
	
}
.l_footer .nav .link {
  color: #000;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l_footer .nav .link:hover {
  opacity: 0.7;
}
.l_footer .logo_wrap {
  display: block;
  margin: 0 auto 20px;
  width: 144px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .l_footer .logo_wrap {
    margin: 0 auto 5.3333333333vw;
    width: 34.1333333333vw;
  }
}
.l_footer .logo_wrap:hover {
  opacity: 0.7;
}

.text_cap {
    font-size: 14px;
    text-align: right;
    margin-top: -15px;
}
@media screen and (max-width: 767px) {
.text_cap {
    font-size: 3vw;
    text-align: left;
    margin-top: -15px;
}
}
.text_box_700 {
	width: 700px;
	margin: 0 auto;
	padding-bottom: 5rem;
	text-align: center;
}
@media screen and (max-width: 767px) {
.text_box_700 {
	width: auto;
	margin: 0;
	padding-bottom: 3rem;
	text-align: left;
}
}

.sec_4 .youtube {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
.youtube {
  aspect-ratio: 16 / 9;
  width: 100%;
}
.sec_4 .youtube {
  margin-top: 3rem;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
}

.icon_pdf {
	font-size: 16px;
}
.icon_pdf::before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(../img/icon_pdf.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    padding-right: 5px;
    position: relative;
    top: -3px;
}
.card_3 li.item{
	position: relative;
}
.attention{
	position: absolute;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	padding: 0 6px;
	top:32px;
	right: 40px;
	background-color: #F80004;
}
@media screen and (max-width: 767px) {
.attention{
    top: 8vw;
    right: 14vw;
}
}
@media screen and (max-width: 767px) {
p {
	word-break: break-all;
}
}

/*202509 ADD*/
.sec_1 .ttl_img {
    display: block;
    margin: 0 auto 53px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.sec_1 .fuki{
	margin-top: 80px;
}
.sec_5 .detail .txt_wrap {
	padding-right: 78px;}
.sec_5 .detail .txt_wrap .img_wrap{
	width: 600px;
}
/*.sec_5 .detail .txt_wrap p{
	margin-top: 50px;
}*/
.sec_5#job .detail{
	align-items: center;
}
.sec_13 {
    position: relative;
    padding: 102px 10px 90px;
    background:#fff;
}
.ttl_1._13::after {
    position: absolute;
    bottom: -60px;
    left: calc(50% + 23px);
    width: 1080px;
    height: 48px;
    content: "";
    transform: translateX(-50%);
    background: url(../img/sec13_ttl_1.png) center center / auto no-repeat transparent;
}
.sec_6 .qSet{
 margin-top: 80px;
}
.sec_5#career{
	background: #f0fbff;
}
.sec_5#career .card_4 .item{
	display: flex;
    flex-flow: column;
}
.sec_5#career .card_4 .item .careerSet{
	display: flex;
	border-bottom: 1px solid #b8b8b8;
	padding-bottom:30px;
}
.sec_5#career .card_4 .item .careerSet:last-child{
	border-bottom:none;
}
.sec_5#career h3 span{
	padding: 3px 10px;
	background: #00a7eb;
    border-radius: 10px;
    margin-right: 10px;
	color: #fff;
	font-size: 0.7em;}

.sec_3 .card_3 .item{
	    width: calc(45% - 39px);
}
.sec_3 .card_3 .item .img {
  height: 60px;
}

.sec_9 .u_color{
	color:#00a7eb;
}
.sec_9 .lead2{
	text-align:center;
}
.sec_10 table td .u_pg div{
	padding-left: 1em;
    text-indent: -1em;
}
.sec_11 .blueText{
	display: inline-block;
    background: #00a7eb;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    margin: 15px 0 5px 0;
    font-weight: bold;
}
.sec_11 p.u_txt_2{
	margin-top: 10px;
}
.sec_11 .card_9 .item .label {
	background-color: #00a7eb;
}

@media screen and (max-width: 767px) {
	
	.sec_1 .fuki{
	margin-top: 50px;
}
	.sec_4 .btn_1{
		font-size: 1.3em;
    font-weight: bold;
	}
	.sec_5 .detail .txt_wrap {
		padding-right: 0;}
	.sec_5 .detail .img_wrap{
		margin: 0;
		margin-bottom: 30px;
}
	.sec_5 .detail .txt_wrap .img_wrap{
	width: 100%;
		margin: 0;
}
	.ttl_1._13::after {
        bottom: -12.9333vw;
        left: 50%;
        width: 100%;
        height: 7.86667vw;
    }
	.sec_5#career .card_4 .item .careerSet{
		display: block;}
	
	.sec_5#career .card_4 .item .careerSet .img_wrap{
		margin-top: 20px;
	}
	.sec_3 .card_3 .item{
		width: 100%;
	}
	.sec_9 picture{
		padding-bottom:20px;
	}
	.sec_9 .lead2{
		margin-bottom: 50px;
	}
	
}
/*FAQ追記*/
.sec_12#faq .ttl_1._12::after {
  position: absolute;
  bottom: -60px;
  left: calc(50% + 23px);
  width: 1080px;
  height: 48px;
  background: transparent url(../img/sec12_ttl_1.png) center/auto no-repeat;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
.sec_12#faq .ttl_1._12::after {
    bottom: -10.8vw;
    left: 50%;
    width: 100%;
    height: 7.7333333333vw;
  }
}
.faqWrap {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto 60px;
	padding: 60px;
	background: #00a7eb;
	border-radius: 20px;
}
.faqIn h3 {
		color:#fff;
	text-align:center;
	margin-bottom:20px;
}
.faqList li {
	margin-bottom: 20px;
	cursor: pointer;
}
.faqList li:hover {
	opacity: 0.9;
}
.faqList li .qBox {
	display: block;
	padding: 20px 75px 20px 28px;
	background-color: #FFF;
	border-radius: 20px;
	margin-bottom: 5px;
}
.faqList li .qBox .qIn {
	display: table;
	width: 100%;
	position: relative;
}
.faqList li .qBox .qIn .icn {
	display: table-cell;
	font-size: 28px;
	width: 40px;
	font-weight: bold;
	color: #eb6c9a;
	padding-bottom: 4px;
	vertical-align: top;
}
.faqList li .qBox .qIn .text {
	display: table-cell;
	vertical-align: middle;
}
.faqList li .qBox .qIn .text .textIn {
	display: block;
	font-size: 16px;
	line-height: 1.8;
}
.faqList li .qBox .qIn .borders {
	display: table-cell;
	position: absolute;
	right: -35px;
	top: 13px;
	width: 24px;
	height: 24px;
}
.faqList li .qBox .qIn .borders .border {
	display: table-cell;
	width: 24px;
	height: 4px;
	background-color: #eb6c9a;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: 0.3s all ease;
}
.faqList li .qBox .qIn .borders .border:nth-child(2) {
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.faqList li.open .qBox .qIn .borders .border:nth-child(2) {
	transform: translateX(-50%) translateY(-50%) rotate(360deg);
}

.faqList li .aBox {
	display: block;
	padding: 20px 20px 20px 28px;
	background-color: #d9f0f6;
	border-radius: 20px;
	margin-bottom: 5px;
}
.faqList li .aBox .aIn {
	display: table;
	width: 100%;
	position: relative;
}
.faqList li .aBox .aIn .icn {
	display: table-cell;
	font-size: 28px;
	width: 40px;
	font-weight: bold;
	color: #3988c9;
	padding-bottom: 4px;
	vertical-align: top;
}
.faqList li .aBox .aIn .text {
	display: table-cell;
	vertical-align: middle;
}
.faqList li .aBox .aIn .text .textIn {
	display: block;
	font-size: 16px;
	line-height: 1.8;
}
.sec_5#career .card_4 .item::before{
	background-color: #00a7eb;
}

@media screen and (max-width: 767px) {

.faqWrap {
	  width: 100%;
	  max-width: 1100px;
	  margin: 0 auto 60px;
	  padding: 9vw 4vw 4vw;
		border-radius: 2.5vw;
	}	
	.faqList li .qBox .qIn .text .textIn {
	  font-size: 3.8vw;
	}
	.faqList li .qBox {
	  display: block;
	  padding: 3vw 11vw 3vw 3vw;
	  border-radius: 2.5vw;
	  margin-bottom: 5px;
	}	
	.faqList li .qBox .qIn .borders {
	  display: table-cell;
	  position: absolute;
	  right: 0;
	  top: 50%;
	  width: 5vw;
	  height: 5vw;
		transform: translateY(-50%) translateX(150%);
	}
	.faqList li .qBox .qIn .borders .border {
	  width: 5vw;
	  height: 4px;
	}	
	
	.faqList li .aBox {
	  padding: 3vw 3vw 3vw 3vw;
	  border-radius:2.5vw;
	}
	.faqList li .aBox .aIn .text .textIn {
	  font-size: 3.8vw;
	}
	
}