html {
	font-size: clamp(14px, 0.881vw, 17px);
	height: 100%;
	min-height: 100%;
	width: 100%;
}

body {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	height: 100%;
	line-height: 1.7;
	overflow-x: hidden;
	position: relative;
	width: 100%;
	background: #fff;
}

.en{
	font-family: "Overpass", sans-serif;
}

body.compensate-for-scrollbar {
	margin-right: 0 !important;
	overflow: auto;
	overflow-x: hidden;
}
main,
section,
article,
div {
	position: relative;
}

*,
*:before,
*:after {
	box-sizing: border-box;
	scroll-behavior: unset;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
dl,
dt,
dd,
figure{
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

a:focus {
	outline: none;
}

ul,
ol,
li {
	list-style: none;
}

button {
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
}

dt {
	font-weight: normal;
}

em {
	font-style: normal;
}

.dn {
	display: none;
}

img {
	height: auto;
	-o-object-fit: contain;
	   object-fit: contain;
	max-width: 100%;
}

.flex_wrap{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
}
.flex_wrap_between{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex_wrap_center{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	justify-content: center;
}
.flex_wrap_middle{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	align-items: center;
}

.invew.fade{
	opacity: 0;
	transition: all .8s cubic-bezier(.6,.01,.42,.99);
	transform: translateY(20px);
}
.invew.fade.fire{
	opacity: 1;
	transform: translateY(0);
}

.v-roboto {
	font-family: "Roboto", "Arial", "Noto Sans JP", sans-serif;
}
.is-pc {
	display: block;
}

.is-tb {
	display: none;
}

.is-sp {
	display: none;
}
.l-header {
	align-items: center;
	background: #fff;
	display: flex;
	height: clamp(70px, 5.208vw, 100px);
	justify-content: space-between;
	left: 0;
	padding-left: clamp(10px, 1.458vw, 28px);
	padding-right: clamp(10px, 2.24vw, 43px);
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}

.l-header_logo {
	flex-shrink: 0;
	position: relative;
	top: 0;
	
	width: clamp(180px, 19.792vw, 380px);
}
.l-header_logo img{
	width: 100%;
}

.l-header_nav {
	position: relative;
}

.l-header_button {
	display: none;
}

.l-nav {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	position: relative;
	row-gap: 10px;
}

.l-nav_item {
	color: #000934;
	font-size: clamp(10px, 0.99vw, 19px);
	font-weight: 500;
	margin-left: clamp(6px, 2.5vw, 30px);
	position: relative;
	transition: opacity 0.5s;
}

.l-nav_item:hover {
	opacity: 0.6;
	transition: opacity 0.5s;
}

.l-nav_item-regist {
	height: clamp(24px, 2.344vw, 45px);
	margin-left: clamp(6px, 1.00vw, 21px);
}

.l-nav_item-regist .c-button_anchor {
	font-size: clamp(8px, 0.99vw, 14px);
	padding: clamp(7px, 0.7vw, 13px) clamp(7px, 1.0vw, 24px);
	border: #0C4B79 1px solid;
	color: #0C4B79;
}

.l-nav_item-find {
	height: clamp(24px, 3.75vw, 45px);
	margin-left: clamp(30px, 3vw, 24px);

}

.l-nav_item-find .c-button_anchor {
	font-size: clamp(9px, 1vw, 16px);
	padding: min(1.16vw, 14px) min(3.5vw, 50px)  min(1.16vw, 14px) min(4.8vw, 70px);
}

.l-nav_item-find .c-button_anchor::before {
	font-size: clamp(8.5px, 0.92vw, 12.5px);
	height: min(3.75vw, 45px);
	left: min(0vw, 2px);
	line-height: min(3.7vw, 45px);
	width: min(5.6vw, 70px);
	letter-spacing: 0.1vw;
	text-align: center;
}

.l-nav_item-find:hover {
	opacity: 1;
}



.c-button {
	height: clamp(45px, 3vw, 60px);
}

.c-button:hover .c-button_anchor {
	opacity: 0.6;
	transition: opacity 0.5s;
}

.c-button-big {
	height: 93px;
	width: clamp(420px, 27.865vw, 535px);
}

.c-button-big .c-button_anchor {
	font-size: 23px;
}

.c-button-big .c-button_anchor::after {
  background: url(./assets/images/common/arrow-white.svg) no-repeat center center/contain;
  content: "";
  height: 20px;
  position: absolute;
  right: min(2.75vw, 33px);
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
}


.c-button-grd .c-button_anchor {
	background: #06cef7;
	background: linear-gradient(90deg, #06cef7 0%, #c0cd53 100%);
	color: #fff;
}

.c-button_anchor {
	background: #fff;
	border-radius: 55px;
	color: #88ADA7;
	display: block;
	font-size: clamp(17px, 0.99vw, 19px);
	font-weight: 700;
	height: 100%;
	padding: 11px 24px;
	text-align: center;
	transition: opacity 0.5s;
	width: 100%;
}

.c-button_anchor .innerHeaderBtn {
	position: relative;
}

.c-button-find .c-button_anchor {
	background: #06cef7;
	background: linear-gradient(90deg, #06cef7 0%, #c0cd53 100%);
	color: #fff;
	padding: clamp(11px, .74vw, 15px) 22px clamp(11px, .74vw, 15px) clamp(46px, 3.5vw, 58px);
	position: relative;
	text-indent: -0.5em;
	border-radius: 100vh;
	overflow: hidden;
}

.c-button-find .c-button_anchor::before {
	color: #06cdf6;
	content: "無料";
	font-size: 10px;
	font-weight: 700;
	height: 30px;
	left: clamp(5px, .5vw, 10px);
	line-height: 30px;
	position: absolute;
	text-align: center;
	text-indent: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	background: #fff;
	background-size: cover;
	border-radius: 50%;
}

.c-button-find .c-button_anchor .innerHeaderBtn {
	position: relative;
	
}

.c-button-find-big {
	height: clamp(48px, 6.53vw, 70px);
	max-width: clamp(380px, 36vw, 635px);
}

.c-button-find-big .c-button_anchor {
	box-shadow: 0px min(0.156vw, 3px) min(0.677vw, 13px) rgba(0, 0, 0, 0.255);
	font-size: clamp(14px, 1.679vw, 18px);
	padding: clamp(14px, 1.679vw, 18px) 0 0 0;
	text-align: center;
}
.c-button-find-big .c-button_anchor::before{
	display: none;
}

.mv__bottom {
	position: relative;
}



/************************
menu btn
************************/
.menu_btn{
	height: 50px;
	width: 50px;
	text-align: center;
	cursor:pointer;
	transition: all 0.3s ease-in-out 0s;
    display: none;
}
.sp_nav_btn{
	width: 50px;
	height: 50px;
	z-index: 1000;
	text-align: center;
	position: relative;
    margin: auto;
}
#panel-btn{
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
  right: 0;
}
#panel-btn:hover{
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom:0;
  right:0;
  width: 100%;
  height: 2px;
  margin: auto;
  background: #333;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333;
  transition: .5s;
}
#panel-btn:hover #panel-btn-icon, #panel-btn:hover #panel-btn-icon:before, #panel-btn:hover #panel-btn-icon:after{
}
#panel-btn-icon:before{
  margin-top: -8px;
}
#panel-btn-icon:after{
  margin-top: 6px;
}
#panel-btn .close, #panel-btn:hover #panel-btn-icon.close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: #333;
}
#panel-btn .close:after{
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  background: #333;
}
main{
	overflow: hidden;
	width: 100%;
}

.sec_top{
	background: url("../images/bg_top.png") top center no-repeat;
	background-size: 100% auto;
}
.mv{
	padding: min(9.4vw,300px) 0 min(4.278vw,80px);
}

.inner_mv{
	margin: auto;
	max-width: 1600px;
	width: 90%;
	align-items: flex-end;
}
.mv_cnt{
	width:53.9%
}
.mv_cnt h1{
	font-size: min(3.526vw, 60px);
	font-weight: 900;
	margin-bottom: min(3.731vw, 40px);
}
.mv_cnt h1 .wrap_span{
	position: relative;
}
.mv_cnt h1 .wrap_span .h1_obi{
	margin-bottom: 10px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.mv_cnt h1 .wrap_span .h1_obi::after{
	display: block;
	width: 150%;
	height: 100%;
	background: #fff;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	animation: obi 1.8s ease-in-out .5s forwards;
	transform: translateX(-150%);
}
@keyframes obi {
	0% {
		transform: translateX(-150%);
	}

	100% {
		transform: translateX(150%);
	}
}
.mv_cnt h1 .wrap_span .h1_obi span{
	display: inline-block;
	background: #fff;
	padding: 0 16px;
	opacity: 0;
	animation: opacity 0s ease-in-out 1.3s forwards;
}
@keyframes opacity {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
.mv_cnt .c-button{
	max-width: min(29.387vw,850px);
	height: clamp(48px, 6.83vw, 120px);
	animation: opacity .8s ease-in-out 1.3s backwards;
}
.mv_cnt .c-button-find-big .c-button_anchor{
	font-size: clamp(14px, 1.679vw, 36px);
/*	padding: clamp(14px, 1.5vw, 27px) 0 0 0;*/
	line-height: clamp(48px, 6.83vw, 120px);
	padding: 0;
}
.kv_pic_wrap{
	width: 46.1%;
	position: relative;
	z-index: 1;
}
@keyframes fade_zoom {
	0% {
		opacity: 0;
		transform: scale(.5, .5);
	}

	100% {
		opacity: 1;
		transform: scale(1, 1);
	}
}
@keyframes fade_move {
	0% {
		opacity: 0;
		transform: translateY(-10px);
	}
	50% {
	}

	100% {
		opacity: 1;
		transform: translateY(-5px);
	}
}
.kv_pic_wrap img{
	width: 100%;
	max-width: auto;
}
.kv_pic_wrap figure img{
	filter: drop-shadow(0px 15px 38px rgba(42,71,102,.4));
	animation: fade_zoom .8s ease-in-out 1s backwards;
	display: block;
}
.kv_pic{
	position: absolute;
	display: block;
}
.pic_01{
	width: 25%;
	left: 7%;
	top: -20%;
	animation: fade_zoom .8s cubic-bezier(.72,.4,.81,1.45) 2.6s backwards;
}
.pic_02{
	width: 34.8%;
	right: 12%;
	top: -6%;
	animation: fade_zoom .8s cubic-bezier(.72,.4,.81,1.45) 2.8s backwards;
}
.pic_03{
	width: 64%;
	left: 17%;
	top: 11%;
	animation: fade_zoom .8s cubic-bezier(.72,.4,.81,1.45) 2.2s backwards;
}
.pic_04{
	width: 13%;
	left: 20%;
	bottom: -3.4%;
	animation: fade_move .1s ease-in-out 1.8s backwards;
}
.pic_05{
	width: 10%;
	right: 15%;
	bottom: -4.9%;
	animation: fade_move .1s ease-in-out 2s backwards;
}
.pic_06{
	width: 9%;
	right: 3.6%;
	bottom: -3.4%;
	animation: fade_zoom .4s cubic-bezier(.72,.4,.81,1.45) 3.2s backwards;
}
.pic_07{
	width: 29%;
	left: -1.4%;
	bottom: -7%;
	animation: fade_zoom .4s cubic-bezier(.72,.4,.81,1.45) 3s backwards;
}
.pic_bg{
	width: 84%;
	left: 25%;
	top: -21%;
	animation: fade_zoom 1.6s ease-in-out 0s backwards;
}

.mv__banner {
	left: 0;
	bottom:0;
}

.c-banner-box {
	column-gap: clamp(15px, 1.563vw, 30px);
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: auto;
	grid-template-rows: repeat(2, clamp(43px, 4.479vw, 86px));
	padding-right: clamp(15px, 1.563vw, 30px);
	row-gap: clamp(14px, 1.406vw, 27px);
}

.c-banner-box:nth-child(1) {
	animation: loop01 120s -60s linear infinite forwards;
}

.c-banner-box:nth-child(2) {
	animation: loop02 120s linear infinite forwards;
}

.c-banner-box__item {
	border-radius: clamp(5px, 0.521vw, 10px);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	overflow: hidden;
	width: clamp(131px, 13.646vw, 262px);
}
.c-banner-box__item img{
	width: 100%;
}

.c-banner-box .c-banner-box__item:nth-child(even){
	margin-left: calc(50% + (clamp(15px, 1.563vw, 30px) / 2));
}

.c-banner-box-container {
	display: flex;
	overflow: hidden;
	padding: clamp(5px, 0.521vw, 10px) 0;
}


@keyframes loop01 {

from {
	transform: translateX(100%);
}

to {
	transform: translateX(-100%);
}

}

@keyframes loop02 {

from {
	transform: translateX(0%);
}

to {
	transform: translateX(-200%);
}
}


.sec_intro{
	padding: 100px 0;
}
.inner_1000{
	margin: auto;
	width: 90%;
	max-width: 1240px;
}

.has_s_sub{
	text-align: center;
	margin-bottom: 48px;
	font-size: clamp(24px, 1.979vw, 38px);
}
.has_s_sub span{
	display: block;
	font-size: clamp(16px, 1.2vw, 19px);
	color: #06ccf5;
	font-weight: 300;
}

.list_type{
	gap:20px;
	max-width: 1200px;
	margin: 0 auto 60px;
}
.list_type li{
	width: clamp(176px, 12vw, 285px);
}
.sec_intro .c-button{
	margin: auto;
	max-width: 500px;
}
.sec_intro .c-button .c-button-find .c-button_anchor{
	text-indent: 0;
}

.sec_issues{
	padding: 100px 0 150px;
	background: #1c3347;
	color: #fff;
}

.wrap_issue{
	align-items: center;
	gap:38px;
}
.wrap_issue ul li{
	font-size: 18px;
	font-weight: 700;
	padding-left: 40px;
	background: url("../images/mark.png") no-repeat left center;
}
.wrap_issue ul li span{
	color: #06ccf5;
}
.wrap_issue ul li:not(:last-child){
	margin-bottom: 20px;
}

.sec_works{
	padding: 0 0 90px;
}


.h2_fuki{
	text-align: center;
	margin: -50px auto 40px;
	max-width: 700px;
	background: #01a7e6;
	font-size: 28px;
	font-weight: 900;
	line-height: 1.4;
	padding: 30px 15px;
	position: relative;
	color: #fff;
	border-radius: 100vh;
}
.h2_fuki::after{
	clip-path: polygon(0 0, 50% 100%, 100% 0%);
	background: #01a7e6;
	height: 18px;
	width: 20px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -17px;
	content: '';
}

.ta_c{
	text-align: center;
}

.list_works{
	gap:40px 20px;
	margin-top: 56px;
}
.list_works li{
	width: calc((100% - 60px) / 4);
}
.list_works li figure{
	background: #e6e3e6;
	border-radius: clamp(5px, .02vw, 10px);
}
.list_works li img{
	transition: all .3s cubic-bezier(.6,.01,.42,.99) .5s;
	display: inline-block;
	opacity: 0;
	transform: scale(.5, .5);
}
.list_works li.fire img{
	opacity: 1;
	transform: scale(1, 1);
}
.list_works li h3{
	font-size: 18px;
	line-height: 1.2;
	min-height: 2.4em;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	text-align: center;
	margin-bottom: 10px;
}
.list_works li span{
	font-size: 66%;
}
.list_works li p{
	margin-top: 8px;
	text-align: right;
	font-size: 10px;
}

.text_obi{
	background: #2a4766;
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	padding: 20px;
	text-align: center;
}

.sec_def{
	padding: 100px 0;
}
.ttl_def{
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}
.ttl_def .en{
	font-size: 180px;
	line-height: 1;
	font-weight: 100;
	color: rgba(0,158,213,.2);
}.ttl_def .ja{
	position: absolute;
	margin: 0 auto;
	width: 100%;
	left: 0;
	right: 0;
	top: 40%;
	transform: translateY(-50%);
	font-size: 32px;
	font-weight: 900;
	line-height: 1.4;
}

.sec_about{
	background: url("../images/bg_about.png") no-repeat bottom 100px right -40px;
	background-size: 496px auto;
}

.wrap_about{
	align-items: center;
}
.wrap_about figure{
	position: relative;
	z-index: 1;
	width: 45%;
}
.wrap_about figure::before{
	content: '';
	display: block;
	width: 87%;
	height: 200%;
	background: url("../images/bg_about_pic.png") no-repeat top / 100%;
	position: absolute;
	top: -45%;
	left: -50%;
	z-index: -1;
}

.wrap_about .about_cnt{
	width: 52.4%;
}
.wrap_about .about_cnt h3{
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 30px;
}

.list_case{
	gap:2%;
}
.list_case li{
	width: 32%;
}
.list_case li a{
	display: block;
	padding: 30px 0 20px;
	background: #fff;
	border-radius: 10px;
	transition: all 0.3s ease-in-out 0s;
	height: 100%;
}
.list_case li a:hover{
	opacity: .5;
}

.case_cnt{
	padding: 20px 20px 0;
}
.name_co{
	font-size: 14px;
	font-weight: 700;
	opacity: .6;
}
.case_cnt h3{
	font-size: 16px;
	font-weight: 700;
}
.btn_case{
	text-align: right;
	margin-top: 20px;
}
.btn_case span{
	display: inline-block;
	padding: 4px 30px;
	font-size: 14px;
	font-weight: 700;
	background: #2a4766;
	color: #fff;
	border-radius: 100vh;
}


.modaal-content-container{
	border-radius: 2px;
}
.modal_inner figure{
	width: 44%
}
.modal_inner .modal_cnt{
	width: 50%;
}
.modaal-container{
	max-width: 800px;
}
.modal_cnt h3{
	font-size: 16px;
	margin: 4px 0 16px;
}

.sec_case{
	background: url("../images/bg_case.jpg") no-repeat center top / cover;
}



.cta{
	background: url("../images/bg_cta.png") center / cover;
	padding: 60px 0;
	color: #fff;
	text-align: center;
}
.cta h2{
	font-weight: 900;
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 1.4;
}
.cta .c-button{
	margin: 0 auto;
}
.cta .c-button.c-button-find-big .c-button_anchor{
	font-size: clamp(14px, 2.16vw, 20px);
	padding: clamp(14px, 1.44vw, 16px) 0 0 0;
}

.ct_link{
	margin-top: 16px;
	font-weight: 700;
}
.ct_link a{
	text-decoration: underline;
}

.sec_reason{
	background: #f2fcfe;
}


.list_reason{
	max-width: 1200px;
	margin: auto;
}
.list_reason li:not(:last-child){
	margin-bottom: 60px;
}
.list_reason li:nth-child(even){
	flex-direction: row-reverse;
}
.list_reason li{
	align-items: center;
}
.list_reason li figure{
	width: 46%;
}
.list_reason li figure img{
	width: 100%;
}

.cnt_reason{
	width: 50%;
}
.cnt_reason h3{
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1.4;
	font-size: clamp(18px, 2vw, 24px);
}
.cnt_reason h3 .num_reason{
	font-family: "Overpass", sans-serif;
	font-size: clamp(24px, 9vw, 70px);
	color: #2b4865;
	font-weight: 800;
	margin-right: 20px;
	position: relative;
	top: 5px;
}

.list_flow li{
	width: 22.5%;
	padding: 52px 20px 30px;
	border-radius: 30px;
	border: 1px solid #17b6d0;
	position: relative;
	margin-top: 90px;
}
.list_flow li:nth-child(4){
	border-color: #53cdbc;
}
.list_flow li .i_flow{
	position: absolute;
	top: -45px;
	margin: auto;
	left: 0;
	right: 0;
	text-align: center;
	width: 90px;
}
.list_flow li figure{
	margin-bottom: 14px;
	text-align: center;
}
.list_flow li h3{
	text-align: center;
	font-size: 18px;
	margin-bottom: 14px;
}
.list_flow li p{
	font-size: clamp(12px, 1.1vw, 14.3px);
}
.list_flow li a{
	text-decoration: underline;
}


.supp_cnt{
	background: url("../images/bg_sus_cnt.jpg") no-repeat top right / auto 100%;
	padding: 50px 0;
	margin: auto;
	max-width: 1600px;
}

.sec_vision{
	background: url("../images/bg_vision.png") center / cover;
}

.sc_wrap{
	margin: auto;
	max-width: 1200px;
	width: 90%;
}
.supp_box{
	background: #fff;
	max-width: 620px;
	padding: 40px 50px;
	border-radius: 20px;
}
.supp_box h3{
	font-size: clamp(18px, 2vw, 24px);
	margin-bottom: 20px;
	line-height: 1.3;
}

.cnt_vision{
	width: 46%;
}
.wrap_vision{
	align-items: center;
}
.wrap_vision figure{
	width: 50%;
}
.cnt_vision h3{
	font-size: clamp(17px, 2vw, 24px);
    margin-bottom: 20px;
    line-height: 1.3;
	font-weight: 900;
}

.l-qa_content{
	margin: auto;
	max-width: 800px;
}
.l-qa_content dt{
	border-bottom: 1px solid #333333;
	padding: 15px 50px 15px 25px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.l-qa_content dt::before, .l-qa_content dt::after{
	content: '';
	display: block;
	background: #333;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	transition: .5s;
}
.l-qa_content dt::before{
	width: 20px;
	height: 2px;
	right: 20px;
}
.l-qa_content dt::after{
	width: 2px;
	height: 20px;
	right: 29px;
}
.l-qa_content dt.is-active::after{
	height: 0;
}
.l-qa_content dt .label{
	font-size: clamp(42px, 2.083vw, 42px);
	font-family: 'Overpass', sans-serif;
	font-weight: 800;
	color: #009ed5;
	margin-right: 15px;
	line-height: 1;
}
.l-qa_content dt p{
	width: calc(100% - 46px);
	font-size: 18px;
	font-weight: 700;
}
.l-qa_content dd{
	position: relative;
	padding: 15px 50px 15px 71px;
	display: none;
}
.l-qa_content dd .label{
	font-size: clamp(42px, 2.083vw, 42px);
	font-family: 'Overpass', sans-serif;
	font-weight: 800;
	color: #53cdbc;
	margin-right: 15px;
	line-height: 1;
	position: absolute;
	left: 25px;
}
.l-qa_content dd p{
	width: calc(100% - 46px);
}

.sec_contact{
	background: url("../images/bg_contact.jpg") center / cover;
}

.l-contact{
	padding: 80px 0;
}
.l-contact_inner {
	background: #fff;
	border-radius: 4px;
	margin: 0 auto 0;
	max-width: 840px;
	padding: min(3.5vw, 50px) min(4.688vw, 50px) min(4.167vw, 50px);
	position: relative;
}
.ob-contactForm_block {
	align-items: center;
	display: grid;
	grid-template-columns: 284px 1fr;
	margin-bottom: 20px;
}

.ob-contactForm_block.required .heading {
	align-items: center;
	display: flex;
	padding-left: 50px;
}
.required2 p{
	position: relative;
	padding-left: 50px;
}
.ob-contactForm_block.required .heading::after {
	background: #E21313;
	color: #fff;
	content: "必須";
	display: block;
	font-size: 13px;
	line-height: 1;
	padding: 3px 8px 4px;
	position: absolute;
	top: 3px;
	left: 0;
}
.required2 p::after {
	background: #fff;
	border: 1px solid #333333;
	color: #333;
	content: "任意";
	display: block;
	font-size: 13px;
	line-height: 1;
	padding: 3px 8px 4px;
	position: absolute;
	top: 3px;
	left: 0;
}

.ob-contactForm_block.required .item .form-text {
	background: #EDF8F7;
}

.ob-contactForm_block .heading {
	font-size: 16px;
	line-height: 1.4375;
	position: relative;
}

.ob-contactForm_block .heading-overview {
	align-self: flex-start;
	padding-top: 22px;
}

.ob-contactForm_block .item {
	font-size: 16px;
	line-height: 1.4375;
}

.ob-contactForm_block .item-nameBlock {
	-moz-column-gap: 24px;
	     column-gap: 24px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.ob-contactForm_block .item-overview .placeholder {
	color: rgba(0, 0, 0, 0.32);
	left: 25px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 23px;
	width: 82%;
}

.ob-contactForm_block .item-overview .placeholder.is-show {
	opacity: 1;
}

.ob-contactForm_block .item-file {
	align-items: center;
	display: flex;
}

.ob-contactForm_block .item-file .label {
	background: #EEEEEE;
	border: 1px solid #747373;
	border-radius: 8px;
	color: #2C2B2B;
	cursor: pointer;
	display: block;
	font-size: 12px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	width: 125px;
}

.ob-contactForm_block .item-file .filename {
	margin-left: 15px;
}

.ob-contactForm_block .item .form-text {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #D8D6D6;
	border-radius: 8px;
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.161);
	color: inherit;
	font-family: inherit;
	height: 40px;
	padding: 4px 22px;
	width: 100%;
}

.ob-contactForm_block .item .form-text:focus {
	box-shadow: none;
	outline: none;
}

.ob-contactForm_block .item .form-text::-webkit-input-placeholder {
	color: #BABABA;
	font-size: 16px;
}

.ob-contactForm_block .item .form-text::-moz-placeholder {
	color: #BABABA;
	font-size: 16px;
}

.ob-contactForm_block .item .form-text:-ms-input-placeholder {
	color: #BABABA;
	font-size: 16px;
}

.ob-contactForm_block .item .form-text::-ms-input-placeholder {
	color: #BABABA;
	font-size: 16px;
}

.ob-contactForm_block .item .form-text::placeholder {
	color: #BABABA;
	font-size: 16px;
}

.ob-contactForm_block .item .form-textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #D8D6D6;
	border-radius: 8px;
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.161);
	color: inherit;
	font-family: inherit;
	font-size: 16px;
	height: 332px;
	line-height: 1.2;
	padding: 23px 25px;
	width: 100%;
}

.ob-contactForm_block .item .form-textarea:focus {
	box-shadow: none;
	outline: none;
}

.ob-contactForm_block .item .form-button {
	display: none;
}

.ob-contactForm_line {
	background: #BAB8B8;
	display: block;
	height: 1px;
	margin-top: 41px;
	width: 100%;
}

.ob-contactForm_agree {
	font-size: 16px;
	line-height: 1.4375;
	margin-top: 30px;
	text-align: center;
}

.ob-contactForm_agree a {
	transition: opacity 0.4s;
	text-decoration: underline;
}

.ob-contactForm_agree a:hover {
	opacity: 0.6;
	transition: opacity 0.4s;
}

.ob-contactForm_submit {
	margin: 40px auto 0;
}

.ob-contactAccordion {
	pointer-events: none;
}

.ob-contactAccordion.is-folding {
	border: 1px solid #C7C6C6;
	border-radius: 8px;
	cursor: pointer;
	padding: 20px 20px;
	pointer-events: auto;
	background: #fff;
}

.ob-contactAccordion.is-folding::before {
	opacity: 1;
	transition: opacity 0.3s;
}

.ob-contactAccordion.is-folding .ob-contactAccordion_label {
	height: auto;
	opacity: 1;
	transition: opacity 0.3s;
}

.ob-contactAccordion.is-folding + .ob-contactAccordion_inner {
	display: none;
	transform: scaleY(0);
	transform-origin: top left;
}

.ob-contactAccordion.is-folding .ob-contactAccordion_close {
	display: none;
}

.ob-contactAccordion::before {
	background: url("../images/common/cross.svg") no-repeat center center/contain;
	content: "";
	height: 33px;
	opacity: 0;
	position: absolute;
	right: 34px;
	top: 50%;
	transform: translateY(-50%);
	width: 33px;
}

.ob-contactAccordion_label {
	font-size: 16px;
	height: 0;
	line-height: 1.3;
	opacity: 0;
	pointer-events: none;
}

.ob-contactAccordion_label span {
	font-size: 12px;
	line-height: 1;
}

.ob-contactAccordion_inner {
	display: block;
	pointer-events: auto;
	transform: scaleY(1);
	transform-origin: top left;
	transition: transform 0.8s ease 0.1s;
}

.ob-contactAccordion_close {
	background: rgba(255, 255, 255, 0.3);
	border: 1px solid #C7C6C6;
	border-radius: 4px;
	bottom: 20px;
	cursor: pointer;
	height: 40px;
	pointer-events: auto;
	position: absolute;
	right: 0;
	width: 40px;
}
.ob-contactAccordion::before {
	background: url("../images/common/cross.svg") no-repeat center center/contain;
	content: "";
	height: 33px;
	opacity: 0;
	position: absolute;
	right: 34px;
	top: 50%;
	transform: translateY(-50%);
	width: 33px;
}

.ob-contactAccordion_label {
	font-size: 16px;
	height: 0;
	line-height: 1.3;
	opacity: 0;
	pointer-events: none;
}

.ob-contactAccordion_label span {
	font-size: 12px;
	line-height: 1;
}

.ob-contactAccordion_inner {
	display: block;
	pointer-events: auto;
	transform: scaleY(1);
	transform-origin: top left;
	transition: transform 0.8s ease 0.1s;
}

.ob-contactAccordion_close {
	background: rgba(255, 255, 255, 0.3);
	border: 1px solid #C7C6C6;
	border-radius: 4px;
	bottom: 20px;
	cursor: pointer;
	height: 40px;
	pointer-events: auto;
	position: absolute;
	right: 0;
	width: 40px;
}

.ob-contactAccordion_close::before {
	background: url(../images/common/form-close.svg) no-repeat center center/contain;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.hnavi-style-scope{
	background: #fff;
	padding: 80px 0 30px;
}

.list_ft{
	margin-bottom: 20px;
	font-size: 12px;
	justify-content: center;
}
.list_ft li:not(:last-child){
	padding-right: 30px;
	position: relative;
}
.list_ft li:not(:last-child)::after{
	position: absolute;
	content: '';
	display: block;
	width: .5px;
	height: 100%;
	background: #333;
	right: 15px;
	top:0;
}
.ft_bottom{
	padding-top: 24px;
}
.d-md-block{
	text-align: right;
}
.border-top{
	border-top: 1px solid #cfcfcf;
}
.cnt_wrap{
	margin: auto;
	width: 84%;
	max-width: 1000px;
}
.fs18{
	font-size: 18px;
}
.c-button-find-big .c-button_anchor::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    bottom: auto;
    left: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-top: -4px;
}
@media screen and (max-width: 1867px) {
	.list_type{max-width: 1000px;}
}
@media screen and (max-width: 1552px) {
	.list_type{max-width: 780px;}
	.list_type li{width: 176px;}
}
@media screen and (max-width: 1111px) {
	.list_works li{width: calc((100% - 60px) / 4);}
	.wrap_about .about_cnt h3{font-size: 2.2vw;}
}
@media screen and (max-width: 910px) {
	.l-header_nav{position: fixed;top: 70px; height: 100vh; width: 100%;background: #26232e;right: -100vw;transition: .5s;}
	.menu_btn{display: block;}
	.l-nav{flex-direction: column;padding-top: 50px;row-gap: 25px;}
	.open .l-header_nav{right: 0;}
	.l-nav_item{margin:0;font-size: 15px;}
	.l-nav_item a{color: #fff;}
	.c-button-find .c-button_anchor{padding: 16px 20px; font-size: 16px;text-indent: 0;}
	.c-button{height: auto;}
	.c-button-find .c-button_anchor::before{display: none;}
	.l-nav_item-find.c-button{display: none;}
}
@media screen and (max-width: 990px) {
	.genres::after{border-left: 50vw solid transparent;border-right: 50vw solid transparent;}
}
@media screen and (max-width: 835px) {
	.c-button-big .c-button_anchor {font-size: 16px;padding: 15px 20px 13px;}
	.l-header{height: 60px;}
	.l-header_nav{top: 60px;}
	.is-sp{display: block !important;}
	.l-qa_content dt{padding: 8px 25px 8px 13px;}
	.l-qa_content dt .label{font-size: 24px;}
	.l-qa_content dt::before{width: 10px; right: 10px;}
	.l-qa_content dt::after{height: 10px;right: 14px;}
	.l-qa_content dt p{width: calc(100% - 40px);font-size: 16px;}
	.l-qa_content dd{padding: 8px 25px 8px 35px;}
	.l-qa_content dd .label{font-size: 24px;left: 13px;}
	.l-qa_content dd p{width: calc(100%);}
	.ob-contactForm_block {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		margin-bottom: 13px;
	}
	.ob-contactForm_block .heading {
		font-size: 14px;
		margin-bottom: 6px;
	}
	.ob-contactForm_block .item {
		font-size: 14px;
		width: 100%;
	}
	.ob-contactForm_block .item .form-text {
		border-radius: 5px;
		height: 45px;
		padding: 9px;
	}
	.ob-contactAccordion.is-folding {
		border-radius: 5px;
		padding: 28px 9px;
	}
	.ob-contactForm_submit {
		margin-top: 31px;
	}
	.c-button-big{width: 100%;}
	.c-button-big .c-button_anchor {
		font-size: 16px;
		padding: 15px 20px 13px;
		max-width: 300px;
		margin: auto;
	}
	.hnavi-style-scope{padding: 30px 0;}
	.list_ft{flex-direction: column;gap:20px;}
	.list_ft li:not(:last-child){padding: 0;}
	.list_ft li:not(:last-child)::after{display: none;}
	.d-md-block{text-align: left; margin-top: 20px;}
	.ob-contactAccordion::before{top: 10px;right: 10px;transform: translateY(0); width: 15px;}
	.is-sp{display: block;}
	.l-header .is-sp.c-button-find{display: none;}
	.is-sp.c-button-find .c-button_anchor::after{width: 6px;height: 6px;border-width: 1px;}
	.mv{padding: 100px 0 60px;}
	.mv_cnt{width: 100%; margin-bottom: 8vw;}
	.mv_cnt h1{font-size: 6vw;}
	.mv_cnt .c-button{display: none;}
	.kv_pic_wrap{width: 78%;}
	.mv_cnt h1 .wrap_span .h1_obi{margin-bottom: 2px;}
	.mv .c-button{max-width: 100%; margin: 14vw 0 0; width: 100%;}
	.has_s_sub{font-size: 18px;margin-bottom: 32px;}
	.has_s_sub span{font-size: 12px;}
	.sec_top{background: url("../images/bg_top_sp.png") center / cover;}
	.list_type li{width: calc((100% - 20px) / 2)}
	.sec_intro{padding: 100px 0 60px;}
	.c-button-find .c-button_anchor{letter-spacing: -1px;}
	.list_type{margin-bottom: 30px;}
	.sec_issues{padding: 60px 0 80px;}
	.wrap_issue ul li{font-size: 16px;}
	.h2_fuki{font-size: 18px; padding: 18px;margin-top: -40px;}
	.list_works{margin-top: 30px;}
	.text_obi{font-size: 14px;padding: 20px 5px;}
	.sec_def{padding: 60px 0;}
	.ttl_def{margin-bottom: 32px;}
	.ttl_def .en{font-size: 80px;}
	.ttl_def .ja{font-size: 18px;}
	.wrap_about figure{width: 100%;}
	.wrap_about{gap:30px;}
	.wrap_about .about_cnt{width: 100%;}
	.wrap_about .about_cnt h3{font-size: 17px;margin-bottom: 16px;}
	.pc{display: none;}
	.list_case{gap:20px;}
	.list_case li{width: 100%;}
	.cta{padding: 30px 0;}
	.cta h2{font-size: 20px;}
	.cta .c-button.c-button-find-big .c-button_anchor{padding: 16px; font-size: 16px;}
	.list_reason li:not(:last-child){margin-bottom: 40px;}
	.list_reason li figure{width: 100%; margin-bottom: 20px;}
	.cnt_reason{width: 100%;}
	.list_flow li{width: 100%;}
	.supp_cnt{padding: 160px 0 0; background-size: 120% auto;background-position: top right;}
	.cnt_vision{width: 100%;}
	.supp_box{padding-bottom: 0;}
	.wrap_vision figure{width: 100%; margin-top: 30px;}
	.fs18{font-size: 16px;}
	.modal_inner figure{width: 100%;}
	.modal_inner .modal_cnt{width: 100%;}
	.list_works li{width: 100%;}
	.c-banner-box__item{width: 131px;}
	.ob-contactForm_agree{font-size: 11px;}
	.c-banner-box .c-banner-box__item:nth-child(even){
	margin-left: 0;transform: translateX(calc((131px + 15px) / 2));
	}
}
