@charset "utf-8";

/*===============================
 Base
===============================*/
html {
	height: 100%;
}
body {
	color: black;
	height: 100%;
}
a {
	color: black;
	text-decoration: none;
	transition: .5s;
}
a:hover {
	color: black;
	text-decoration: none;
}
img {
	width: 100%;
	height: auto;
}


/*===============================
 Clear
===============================*/
img {
	border: 0;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
ol, ul {
	list-style: none!important;
}
* {
	margin: 0;
	padding: 0;
}

/*===============================
 Font
===============================*/
html {
	font-size: 10px;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.075em;
}
.mincho {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}
h1, h2, h3, h4, h5 {
	line-height: 1.5;
	font-weight: 400;
}
p, li, dt, dd, th, td {
	line-height: 1.5;
}

/*===============================
 Wrapper
===============================*/
.wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.wrapper {
		min-width: 1200px;
	}
}
@media screen and (max-width: 768px) {
	.wrapper {
		width: 100% !important;
		overflow-x: hidden;
	}
}

/*===============================
 Header
===============================*/
.header {
	width: 100%;
	height: 95px;
	position: absolute;
	margin: 0 auto;
	z-index: 100;
	left: 0;
	top: 0;
}
.header_inner {
    /* max-width: 1280px; */
    margin-left: auto;
    margin-right: auto;
    padding: 10px 2.5% 0;
	width: 100%;
	/* margin: 0 auto;
	padding: 0 2.5%;
	display: -webkit-flex;
	display: flex; */
}
.header_lg {
	margin-top: 30px;
	width: 60px;
	height: 150px;
	position: absolute;
	left: 40px;
	top: 0;
}
.header_lg {
	display: block;
	max-width: 200px;
	width: 40%;
	height: 80px;
	background: url("../img/h1-logo.png") 0 0 / 100% auto no-repeat;
	text-indent: -9999px;
	/* cursor: pointer; */
}
.cp_kinen{
	width: 220px;
	position: fixed;
	top: 60%;
	left: 0;
}
.page-top {
	width: 15%;
	margin: 0 ;
	padding: 0 ;
	position: fixed;
	top: 60%;
	left: 0;
	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}

@media screen and (max-width: 768px) {
	.header {
		height: 45px;
		z-index: 1;
	}
	.header_inner {
		padding: 0 3.4375%;
	}
	.header_lg {
		margin-top: 15px;
		width: 70%;
		position: absolute;
		left: 20px;
		top: 0;
	}
	.header_lg {
		width: 50%;
		max-width: 70%;
		height: 70px;
		background: url(../img/h1-logo.png) left top / 80% auto no-repeat;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}
	.page-top {
		display: none !important;
	}
}

/*===============================
 Key visual 
===============================*/
.kv {
	position: relative;
	width: 100%;
	padding-top: 52.5%;
	background: url("../img/mv_back_pc.jpg?date=240101") center center / cover no-repeat;
}
.kv_catch {
	position: absolute;
    top: 0px;
    left: calc(50% - 27%);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 52%;
    height: auto;
}
.kv_catch img {
	width: 100%;
	height: auto;
}
.kv_catch_sp img {
	display: none;
}
.kv_cam {
	left: 23.04%;
	bottom: 81.53%;
	width: 64.36%;
}

@media screen and (max-width: 768px) {
	.kv {
		padding-top: 142.125%;
		background: url("../img/mv_back_sp.jpg?date=240101") center top / contain no-repeat;
        position: relative;
		background-color: #F5F5F5;
	}
	.kv_catch {
		position: absolute;
		top: 40px;
    	width: 90%;
		left: 5%;
	}
	/* .kv_catch_sp {
		position: absolute;
		top: 10px;
    	width: 95%;
		left: 2%;
	} */

}


/*===============================
 Campaign
===============================*/
.camp {
	background-color: #F5F5F5;
	/* background: url("../img/back.jpg") center top / auto repeat; */
}
.camp_inner {
	padding: 0 5.58% 90px;
	margin: 0 auto;
	display: block;
}
.cp_tit {
	background-color: #319C9F;
	padding: 2rem;
	text-align: center;
	font-family: ten-mincho-text, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 5rem;
	color: #fff;
}
.camp_img img {
    width: 100%;
    height: auto;
}
.mab20 {
    margin-bottom: 20px;
}
.mab60 {
    margin-bottom: 20px;
}
.conf{
	margin-top: 30px;
}

@media screen and (min-width: 769px) {
.camp_inner {
	width: 1200px;
}

}

@media screen and (max-width: 768px) {
.camp {
	padding: 0px 5.35% 0px;
	background-color: #F5F5F5;
	/* background: url("../img/back.jpg") center top / 150% repeat; */
}
.camp_inner {
	padding: 0 5.58% 0px;
}
.camp h2{
font-size: 2.6rem;
margin: 0 auto 20px;
}
.cp_tit {
	background-color: #319C9F;
	padding: 2rem .5rem;
	text-align: center;
	font-family: ten-mincho-text, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 3rem;
	color: #fff;
}
}
/*==================================================
ふわっ
===================================*/

.box{
	opacity: 0;
  }

.fadeUp {
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity: 0;
	}
	
	@keyframes fadeUpAnime{
	  from {
		opacity: 0;
	  transform: translateY(100px);
	  }
	
	  to {
		opacity: 1;
	  transform: translateY(0);
	  }
	}
	/* アニメーションスタートの遅延時間を決めるCSS*/
	.delay-time02{
	animation-delay: 0.2s;
	}
	
	.delay-time04{
	animation-delay: 0.4s;
	}

	.delay-time04{
	animation-delay: 0.6s;
	}
	
	.fadein {
	  opacity: 0;
	  -webkit-transform: translateY(50px);
		  -ms-transform: translateY(50px);
			  transform: translateY(50px);
	  -webkit-transition: all 1s;
	  -o-transition: all 1s;
	  transition: all 1s;
	}
@media screen and (max-width: 768px) {
	.fadein {
		opacity: 1;
		transform: none;
		transition: none;
		}
}
/*===============================
 bg
===============================*/
.bg_navy {
	background-color: #0F1C37;
}
.bg_wh {
	background-color: #fff;
}

/*===============================
 reservation_area
===============================*/
#reservation_area {
	/* background: url("../img/back.jpg") center top / auto repeat; */
	margin: -20px 0 0 0;
	background-color: #F5F5F5;
}
#reservation_area .inner {
	padding: 60px 5.58% 90px;
	margin: 0 auto;
	display: block;
}
@media screen and (min-width: 769px) {
	#reservation_area .inner {
		width: 1200px;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
}
.showrooms_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content:space-between;
	justify-content: space-between;
	padding: 0px 1.28% 0px;
	align-items: stretch;
	margin-bottom: 60px;
}
.itemCard {
	width: 32% !important;
	position: relative;
	padding: 1.6rem;
	/* border: 1px solid #000; */
	background-color: #fff;
	position: relative;
	/* min-height: 680px; */
	margin-top: 24px;
	padding-bottom: 120px;
}
.itemCard p {
	font-size: 1.4rem;
}
.showrooms_list:after {
    content: "";
    display: block;
    width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
.catmark01 {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #86BD20;
	padding: .7rem 1.5rem;
	font-size: 1.6rem;
	font-family: zen-maru-gothic, sans-serif;
	font-style: normal;
    font-weight: 500;
	color: #fff;
}
.catmark02 {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FF9E2C;
	padding: .7rem 1.5rem;
	font-size: 1.6rem;
	font-family: zen-maru-gothic, sans-serif;
	font-style: normal;
    font-weight: 500;
	color: #fff;
}
.catmark03 {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #5AB2FF;
	padding: .7rem 1.5rem;
	font-size: 1.6rem;
	font-family: zen-maru-gothic, sans-serif;
	font-style: normal;
    font-weight: 500;
	color: #fff;
}
.showrooms_name {
	font-family: zen-maru-gothic, sans-serif;
	font-style: normal;
    font-weight: 700;
	font-size: 2.2rem;
	padding: .8rem 0;
	line-height: 140%;
}
.showrooms_address {
	font-size: 1.6rem;
}
.itemCard dl {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 1rem 0;
}
.commentBox {
	background-color: #EAEAEA;
	padding: .8rem;
	margin-top: 15px;
}
.commentBox p {
	font-size: 1.2rem;
}
.arrow_box{
    position:absolute;
	top: 28%;
	right: 10px;
    width:100px;
    height:100px;
    background:#F2DF3A;
	padding: 2rem 1rem;
    text-align: center;
    line-height: 150%;
    letter-spacing: 0;
    color:#000;
    font-size:1.4rem;
    font-weight:500;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
	box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
}
.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(242, 223, 58, 0);
    border-top-width: 20px;
    border-bottom-width: 7px;
    border-left-width: 7px;
    border-right-width: 7px;
    margin-left: -10px;
    border-top-color: #F2DF3A;
    top: 98%;
    left: 50%;
}



.sec_titBox {
	margin: 10px auto 40px;
	text-align: center;
}
.sec_titBox02 {
	margin: 30px auto 40px;
	text-align: center;
	padding: 80px 0 30px;
}
.sec_tit {
	display: inline-block;
	background: linear-gradient(transparent 60%, #ffff66 60%);
	font-size: 3.6rem;
	font-weight: 700;
	color: #354756;
	letter-spacing: .2rem;
}
.showroomTit  {
	padding: .7rem 4rem;
	color: #233E8B;
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
	display: inline-block;
}
/*見出し部分*/
.balloon-under-line {
	width: 98%;
	position:relative;
	padding-bottom: 1rem;
	border-bottom: 3px solid currentColor;
   }
   /*吹き出し部分*/
   .balloon-under-line::before{
	content:'';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) skew(-35deg);
	height: 30px;
	width: 30px;
	border-right: 4px solid currentColor;
	background-color: #F5F5F5 !important;
	/*Lightning見出しデザイン設定のCSS対策*/
	border-left: none;
	border-top: unset;
	border-bottom: unset;
}

/* 来場予約ボタン */
.yoyaku_btn {
	text-align: center;
	margin: 20px auto 0;
	position: absolute;
	bottom: 25px;
	left: 5%;
	width: 90%;
  }
  .yoyaku_btn a {
	display: inline-block;
	height: auto;
	width: 100%;
	padding: 2rem 4rem;
	text-decoration: none;
	color: #fff !important;
	background-color: #005082;
	border-radius: 2rem;
	/* box-shadow: 0 10px 10px 0 rgba(0,0,0,.5); */
	transition: .4s;
	line-height: 150% !important;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 1.8rem;
	position: relative;
	text-align: center;
  }
  .yoyaku_btn a:after {
	position: absolute;
	content: '';
	top: 42%;
	right: 8%;
	display: block;
	display: inline-block;
	width: 16px;/*画像の幅*/
	height: 16px;/*画像の高さ*/
	background-image: url(../img/btn_arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
  }
  .yoyaku_btn a:hover {
	display: inline-block;
	height: auto;
	padding: 2rem 4rem;
	background-color: #337CCF;
	color: #fff !important;
	line-height: 150% !important;
  }
  #map {
	width: 100%;
	height: 500px;
	margin-top: 80px;
  }

@media screen and (max-width: 768px) {
	#reservation_area .inner {
		padding: 10px 5.35% 32px;
	}
	.showrooms_list {
		display: block;
		padding: 0px 1.28% 0px;
	}
	.itemCard {
		width: 100% !important;
		position: relative;
		padding: 2rem;
		/* border: 1px solid #000; */
		position: relative;
		min-height: auto;
		margin-top: 24px;
	}
	.showrooms_name {
		font-family: zen-maru-gothic, sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 2rem;
		padding: .8rem 0;
		line-height: 140%;
	}
	.sec_titBox {
		margin: 0px auto 40px;
		text-align: center;
		padding: 0px 0 20px;
	}
	.sec_titBox02 {
		margin: 30px auto 40px;
		text-align: center;
		padding: 30px 0 20px;
	}
	.sec_tit {
		display: inline;
		background: linear-gradient(transparent 60%, #ffff66 60%);
		font-size: 2.8rem;
		font-weight: 700;
		color: #354756;
		letter-spacing: .2rem;
	}
	.showroomTit  {
		padding: .7rem 0rem;
		color: #233E8B;
		font-size: 2.6rem;
		font-weight: 700;
		text-align: center;
		display: inline-block;
	}
	/*見出し部分*/
	.balloon-under-line {
		width: 98%;
		position:relative;
		padding-bottom: 1rem;
		border-bottom: 3px solid currentColor;
	   }
	   /*吹き出し部分*/
	   .balloon-under-line::before{
		content:'';
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%) skew(-35deg);
		height: 30px;
		width: 30px;
		border-right: 4px solid currentColor;
		background-color: #F5F5F5 !important;
		/*Lightning見出しデザイン設定のCSS対策*/
		border-left: none;
		border-top: unset;
		border-bottom: unset;
	}
	.yoyaku_btn {
		text-align: center;
		margin: 20px auto 10px;
		position: static;
		width: 100%;
	  }
	  .yoyaku_btn a {
		display: inline-block;
		height: auto;
		width: 100%;
		padding: 2rem 0rem;
		text-decoration: none;
		color: #fff !important;
		background-color: #005082;
		border-radius: 2rem;
		/* box-shadow: 0 10px 10px 0 rgba(0,0,0,.5); */
		transition: .4s;
		line-height: 150% !important;
		font-family: zen-kaku-gothic-new, sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 2rem;
		position: relative;
		text-align: center;
		letter-spacing: 0;
	  }
	  .yoyaku_btn a:after {
		position: absolute;
		content: '';
		top: 45%;
		right: 7%;
		display: block;
		display: inline-block;
		width: 14px;/*画像の幅*/
		height: 14px;/*画像の高さ*/
		background-image: url(../img/btn_arrow.svg);
		background-size: contain;
		background-repeat: no-repeat;
	  }
	  .yoyaku_btn a:hover {
		display: inline-block;
		height: auto;
		padding: 2rem 0rem;
		background-color: #009D95;
		color: #fff !important;
		line-height: 150% !important;
	  }
}
/*===============================
 merit
===============================*/
.merit_blue {
	position: relative;
	width: 100%;
	background-color: #005082;
}
.merit_gray {
	position: relative;
	width: 100%;
	background-color: #F2F2F2;
}
.merit_inner {
	position: relative;
	padding: 20px 5.58% 20px;
	margin: 0 auto;
}
.meritsec_titBox {
	margin: 80px auto 40px;
	text-align: center;
}
.meritsec_tit {
	position: relative;
	display: inline-block;
    padding: 1rem 4rem 2rem;
    border: 3px solid #F5E900;
    background-color: #F5E900;
    color: #233E8B;
	margin-bottom: 40px;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 3.2rem;
}
.meritsec_tit::before {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 100%;
    height: 100%;
    border: 1px solid #233E8B;
    content: '';
}
.merit_box_flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	margin-bottom: 30px;
}
.merit_box_item01 {
	width: 44%;
	position: relative;
}
.merit_box_item02 {
	width: 66%;
	height: auto;
	position: relative;
	padding: 4rem 2.4rem;
	color: #fff;
}
.merit_box_item02 p,.merit_box_item04 p {
	letter-spacing: 0rem;
	font-size: 1.6rem;
	line-height: 160%;
	font-weight: 400;
}
.merit_box_item01 figure {
	text-align: center;
}
.merit_box_item01 img {
	width: 100%;
	height: auto;
}
.merit_box_item03 {
	width: 44%;
	position: relative;
	order: 2;
}
.merit_box_item04 {
	width: 66%;
	height: auto;
	position: relative;
	padding: 4rem 2.4rem;
	order: 1;
}
.merit_box_item04 img {
	width: 100%;
	height: auto;
}

.heading-wh01 {
    position: relative;
    padding: .75rem 0 3rem;
    color: #fff;
	text-align: center;
	font-family: alternate-gothic-condensed-a, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 8rem;
}
.heading-wh01::before {
    position: absolute;
    bottom: 3rem;
    left: 30%;
    z-index: 0;
    color: rgba(255,255,255,.2);
    font-size: 10rem;
    line-height: 1;
    content: attr(data-word);
    pointer-events: none;
	text-align: center;
	font-family: adventures-unlimited, sans-serif;
	font-style: normal;
	font-weight: 400;
	transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
}
.heading-wh02 {
    position: relative;
    padding: .75rem 0 3rem;
    color: #fff;
	text-align: center;
	font-family: alternate-gothic-condensed-a, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 8rem;
}
.heading-wh02::before {
    position: absolute;
    bottom: 3rem;
    left: 25%;
    z-index: 0;
    color: rgba(255,255,255,.2);
    font-size: 10rem;
    line-height: 1;
    content: attr(data-word);
    pointer-events: none;
	text-align: center;
	font-family: adventures-unlimited, sans-serif;
	font-style: normal;
	font-weight: 400;
	transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
}
.heading-bl01 {
    position: relative;
    padding: .75rem 0 3rem;
    color: #005082;
	text-align: center;
	font-family: alternate-gothic-condensed-a, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 8rem;
}
.heading-bl01::before {
    position: absolute;
    bottom: 3rem;
    left: 20%;
    z-index: 0;
    color: rgba(0,80,130,.2);
    font-size: 10rem;
    line-height: 1;
    content: attr(data-word);
    pointer-events: none;
	text-align: center;
	font-family: adventures-unlimited, sans-serif;
	font-style: normal;
	font-weight: 400;
	transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
}
.heading-bl02 {
    position: relative;
    padding: .75rem 0 3rem;
    color: #005082;
	text-align: center;
	font-family: alternate-gothic-condensed-a, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 8rem;
}
.heading-bl02::before {
    position: absolute;
    bottom: 3rem;
    left: 25%;
    z-index: 0;
    color: rgba(0,80,130,.2);
    font-size: 10rem;
    line-height: 1;
    content: attr(data-word);
    pointer-events: none;
	text-align: center;
	font-family: adventures-unlimited, sans-serif;
	font-style: normal;
	font-weight: 400;
	transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
}
h4.meritTit {
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 3.6rem;
	padding-left: 8rem;
}

@media screen and (min-width: 769px) {
	.merit_inner {
		width: 1200px;
	}
}
@media screen and (max-width: 768px) {
	.merit_inner {
		padding: 0 5.35% 32px;
	}
	.meritsec_titBox {
		margin: 80px auto 40px;
		text-align: center;
		padding: 20px 5.58% 20px 6.58%;
	}
	.meritsec_tit {
		position: relative;
		display: inline-block;
		padding: 1rem 2rem 2rem 2rem;
		border: 0px solid #F5E900;
		background-color: #F5E900;
		color: #233E8B;
		margin-bottom: 40px;
		font-family: zen-kaku-gothic-new, sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 5.8vw;
	}
	.meritsec_tit::before {
		position: absolute;
		top: -5px;
		left: -5px;
		width: 100%;
		height: 100%;
		border: 1px solid #233E8B;
		content: '';
	}
	.merit_box_flex {
		display: block;
		margin-top: 0;
		margin-bottom: 0;
		padding: 30px 5.35% 30px;
	}
	.merit_box_item01 {
		width: 100%;
		position: relative;
	}
	.merit_box_item02 {
		width: 100%;
		height: auto;
		position: relative;
		padding: 0rem 1.2rem;
		color: #fff;
	}
	.merit_box_item01 img {
		width: 100%;
		height: auto;
	}
	.merit_box_item03 {
		width: 100%;
		position: relative;
		order: 2;
	}
	.merit_box_item04 {
		width: 100%;
		height: auto;
		position: relative;
		padding: 0rem 1.2rem;
		order: 1;
	}
	.merit_box_item04 img {
		width: 100%;
		height: auto;
	}
	.heading-wh01 {
		position: relative;
		padding: .75rem 0 3rem;
		color: #fff;
		text-align: center;
		font-family: alternate-gothic-condensed-a, sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 8rem;
	}
	.heading-wh01::before {
		position: absolute;
		bottom: 3rem;
		left: 10%;
		z-index: 0;
		color: rgba(255,255,255,.2);
		font-size: 10rem;
		line-height: 1;
		content: attr(data-word);
		pointer-events: none;
		text-align: center;
		font-family: adventures-unlimited, sans-serif;
		font-style: normal;
		font-weight: 400;
		transform: rotate(-15deg);
		-moz-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
	}
	.heading-wh02 {
		position: relative;
		padding: .75rem 0 3rem;
		color: #fff;
		text-align: center;
		font-family: alternate-gothic-condensed-a, sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 8rem;
	}
	.heading-wh02::before {
		position: absolute;
		bottom: 3rem;
		left: 5%;
		z-index: 0;
		color: rgba(255,255,255,.2);
		font-size: 10rem;
		line-height: 1;
		content: attr(data-word);
		pointer-events: none;
		text-align: center;
		font-family: adventures-unlimited, sans-serif;
		font-style: normal;
		font-weight: 400;
		transform: rotate(-15deg);
		-moz-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
	}
	.heading-bl01 {
		position: relative;
		padding: .75rem 0 3rem;
		color: #005082;
		text-align: center;
		font-family: alternate-gothic-condensed-a, sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 8rem;
	}
	.heading-bl01::before {
		position: absolute;
		bottom: 3rem;
		left: 5%;
		z-index: 0;
		color: rgba(0,80,130,.2);
		font-size: 8rem;
		line-height: 0.5;
		content: attr(data-word);
		pointer-events: none;
		text-align: center;
		font-family: adventures-unlimited, sans-serif;
		font-style: normal;
		font-weight: 400;
		transform: rotate(-15deg);
		-moz-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
	}
	.heading-bl02 {
		position: relative;
		padding: .75rem 0 3rem;
		color: #005082;
		text-align: center;
		font-family: alternate-gothic-condensed-a, sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 8rem;
	}
	.heading-bl02::before {
		position: absolute;
		bottom: 3rem;
		left: 1%;
		z-index: 0;
		color: rgba(0,80,130,.2);
		font-size: 10rem;
		line-height: 1;
		content: attr(data-word);
		pointer-events: none;
		text-align: center;
		font-family: adventures-unlimited, sans-serif;
		font-style: normal;
		font-weight: 400;
		transform: rotate(-15deg);
		-moz-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
	}
	h4.meritTit {
		font-family: zen-kaku-gothic-new, sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 5.8vw;
		letter-spacing: -.07rem;
		padding-left: 0rem;
	}
}

/*===============================
 feature
===============================*/
.feature {
	padding: 0 0 100px;
}
.feature_box {
	margin: 20px 0 15px;
	padding: 44px 4.28%;
    position: relative;
}
.featuresec_titBox {
	margin: 80px auto 40px 10px;
	text-align: center;
}
.featuresec_tit {
	position: relative;
	display: inline-block;
    padding: 1rem 4rem 2rem 3rem;
    border: 3px solid #F5E900;
    background-color: #F5E900;
    color: #233E8B;
	margin-bottom: 40px;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 3.2rem;
}
.featuresec_tit::before {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 100%;
    height: 100%;
    border: 1px solid #233E8B;
    content: '';
}

.pat85 {
    padding-top: 85px;
}
.feature_flex{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	/* padding: 52px 4.28% 26px; */
}

.feature_box h2 {
	font-size: 4.2rem;
	color: #000;
	text-align: center;
	font-weight: 600;
	font-style: normal;
	padding: .4rem .7rem;
}
.feature_box{
	width: 100%;
	position: relative;
}
.feature_box_flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	margin-top: 80px;
}
.feature_box_item01 {
	width: 50%;
	position: relative;
}
.feature_box_item02 {
	width: 50%;
	height: auto;
	position: relative;
	padding: 4rem 2.4rem;
	/* background: url("../img/featuresIcon001.png") center top / auto no-repeat; */
}

.feature_box_item02 figure img {
	width: 100%;
	height: auto;
}
.feature_box_item03 {
	width: 50%;
	position: relative;
	order: 2;
}
.feature_box_item04 {
	width: 50%;
	height: auto;
	position: relative;
	padding: 4rem 2.4rem;
	order: 1;
	left: 14%;
}
.feature_box_item04 figure img {
	width: 100%;
	height: auto;
}
.feature_box_item05 {
	width: 50%;
	position: relative;
}
.feature_box_item06 {
	width: 50%;
	height: auto;
	position: relative;
	padding: 4rem 2.4rem;
}
.feature_box_item01 p,.feature_box_item02 p,.feature_box_item03 p,.feature_box_item04 p {
	letter-spacing: 0rem;
	font-size: 1.5rem;
	line-height: 160%;
}
.feature_box_item02 figure,.feature_box_item04 figure {
	text-align: center;
}
.featureBox {
	position: relative;
	padding-bottom: 60px;
}
.featureIcon01 {
	position: absolute;
    right: 6%;
    bottom: -100px;
    width: 50%;
    z-index: 0 !important;
}
.featureIcon02 {
	position: absolute;
    left: 6%;
    bottom: -60px;
    width: 50%;
    z-index: 0 !important;
}
.featureIcon03 {
	position: absolute;
    right: 6%;
    bottom: -100px;
    width: 50%;
    z-index: 0 !important;
}
.featureTxt {
	position: relative;
	z-index: 10 !important;
	max-width: 460px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: flex-start;
}
.featurenum {
	width: 22%;
    padding-top: 20px;
    padding-left: 20px;
}
/* .featurenum {
	transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	font-family: alternate-gothic-condensed-a, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 8rem !important;
	margin-top: 40px;
	color: rgba(255,255,255,.2);
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000,
  -1px 1px 0 #000,  1px -1px 0 #000,
  1px 0 0 #000, -1px  0 0 #000,
  0 1px 0 #000,  0 -1px 0 #000;
} */
/* @supports (-webkit-text-stroke: 1px black) {
	.featurenum {
	  -webkit-text-fill-color: white;
	  -webkit-text-stroke: 1px black;
	}
  } */
.featuretit {
	writing-mode: vertical-rl;
	/* font-family: zen-kaku-gothic-new, sans-serif; */
	font-style: normal;
	font-weight: 700;
	font-size: 3.6rem;
	color: #005082;
	letter-spacing: .5rem !important;
}
.featuresub {
	/* font-family: zen-kaku-gothic-new, sans-serif; */
	font-style: normal;
	font-weight: 700;
	font-size: 2.4rem;
	color: #005082;
	letter-spacing: .5rem !important;
	position: relative;
    top: 20px;
}
.featureTxt02 {
	position: relative;
	z-index: 10 !important;
	max-width: 390px;
}
.featureTxt02 p {
	letter-spacing: .1rem;
	line-height: 160%;
	font-size: 1.6rem;
}

.mat10 {
    margin-top: 10px;
}
.mat20 {
    margin-top: 20px;
}
.mat40 {
    margin-top: 40px;
}
.mat80 {
    margin-top: 80px;
}
.pc_mat40 {
    margin-top: 40px;
}
.feature_border {
	border-top: 1px solid #000;
	padding: 1.4rem 0;
}

.feature_sp {
	display: block;
}


@media screen and (min-width: 769px) {
	.feature_wallbox:first-of-type{
	margin-right: 11.11%;
}
}
@media screen and (max-width: 768px) {
	.feature_box {
		background-color: #E9E9E9;
		margin: 20px 0 15px;
		padding: 44px 4.28%;
		position: relative;
		border: 8px solid #fff;
	}
	.pat85 {
		padding-top: 0px;
	}
	.featuresec_titBox {
		margin: 80px auto 40px 10px;
		text-align: center;
	}
	.featuresec_tit {
		position: relative;
		display: inline-block;
		padding: 1rem 2rem 2rem 2rem;
		border: 0px solid #F5E900;
		background-color: #F5E900;
		color: #233E8B;
		margin-bottom: 40px;
		font-family: zen-kaku-gothic-new, sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 5.8vw;
	}
	.featuresec_tit::before {
		position: absolute;
		top: -5px;
		left: -5px;
		width: 100%;
		height: 100%;
		border: 1px solid #233E8B;
		content: '';
	}
	.feature_box h2{
		font-size: 2.8rem;
		color: #000;
		text-align: center;
		font-weight: 600;
		font-style: normal;
		padding: .4rem .7rem;
	}
	.feature_box_flex {
		display: block;
		margin-top: 40px;
	}
	.feature_box_item01 {
		width: 94%;
		position: relative;
		text-align: left;
	}
	.feature_box_item02 {
		width: 100%;
		height: auto;
		position: relative;
		padding: 1rem 3rem;
		background: url("../img/feature_back.jpg") center top / auto no-repeat;
	}
	.feature_box_item02 figure,.feature_box_item04 figure {
		text-align: center;
	}
	.feature_box_item02 figure img {
		width: 130px;
		height: auto;
	}
	.feature_box_item03 {
		width: 94%;
		position: relative;
		text-align: right;
		left: 6%;
	}
	.feature_box_item04 {
		width: 100%;
		height: auto;
		position: relative;
		padding: 1rem 3rem;
		left: 0;
	}
	.feature_box_item05 {
		width: 94%;
		position: relative;
		text-align: left;
	}
	.feature_box_item06 {
		width: 100%;
		height: auto;
		position: relative;
		padding: 1rem 3rem;
	}
	.featuretit {
		/* font-family: zen-maru-gothic, sans-serif; */
		font-style: normal;
		font-weight: 600;
		font-size: 2.2rem;
	}
	.featuretit {
		writing-mode: vertical-rl;
		/* font-family: zen-kaku-gothic-new, sans-serif; */
		font-style: normal;
		font-weight: 700;
		font-size: 2.6rem;
		color: #005082;
		letter-spacing: .5rem !important;
	}
	.featuresub {
		/* font-family: zen-kaku-gothic-new, sans-serif; */
		font-style: normal;
		font-weight: 700;
		font-size: 2rem;
		color: #005082;
		letter-spacing: .5rem !important;
		position: relative;
		top: 20px;
	}
	.featurenum {
		width: 25%;
		padding-top: 20px;
		padding-left: 15px;
	}
	.featureIcon01 {
		position: absolute;
		right: 6%;
		bottom: 60px;
		width: 100%;
		z-index: 0 !important;
	}
	.featureIcon02 {
		position: absolute;
		left: 6%;
		bottom: 60px;
		width: 100%;
		z-index: 0 !important;
	}
	.featureIcon03 {
		position: absolute;
		right: 6%;
		bottom: 60px;
		width: 100%;
		z-index: 0 !important;
	}
	.featureTxt02 p {
		letter-spacing: .1rem;
		line-height: 160%;
		font-size: 4vw;
		letter-spacing: 0.032rem;
	}
	
.pc_mat40 {
    margin-top: 0px;
}
}

/*===============================
 support
===============================*/
.support {
	position: relative;
	width: 100%;
	background: url("../img/supp_back.jpg") center top / 140% repeat;
	padding-top: 80px;
	/* padding-top: 27.083333333333332%; */
}
.support_inner {
	position: relative;
	padding: 20px 5.58% 20px;
	margin: 0 auto;
}
.supportcont {
	padding-top: 80px;
}
.supportsec_titBox {
	margin: 60px auto 0px;
	text-align: center;
}
.supportsec_tit {
	position: relative;
	display: inline-block;
    padding: 1rem 4rem 2rem 3rem;
    border: 3px solid #fff;
    background-color: #fff;
    color: #233E8B;
	margin-bottom: 40px;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 3.2rem;
}
.supportsec_tit::before {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 100%;
    height: 100%;
    border: 1px solid #233E8B;
    content: '';
}
.supportTit {
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 3rem;
	font-weight: 700;
    color: #000;
    text-align: left;
	padding-left: 4rem;
}
.supportTit_l {
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 3rem;
	font-weight: 700;
    color: #000;
    text-align: left;
	padding-right: 4rem;
}
.supportTxt {
	text-align: center;
}

.support_box_flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	margin-top: -80px;
}
.supportTriback01 {
	background: url("../img/supportTri_back_01.svg") center center / 100% auto no-repeat;
	padding: 5rem 0;
}
.supportTriback02 {
	background: url("../img/supportTri_back_02.svg") center top / 100% auto no-repeat;
	padding: 5rem 0;
}
.supportTriback03 {
	background: url("../img/supportTri_back_01.svg") center center / 100% auto no-repeat;
	padding: 5rem 0;
}
.support_box_item01 {
	width: 50%;
	position: relative;
}
.support_box_item01 {
	box-shadow: 0 20px 0px 0 rgba(255,179,25,.5);
}
.support_box_item02 {
	width: 50%;
	height: auto;
	position: relative;
	/* padding: 4rem 4rem; */
}
.support_box_item03 {
	width: 50%;
	position: relative;
	order: 2;
}
.support_box_item03 {
	box-shadow: 0 20px 0px 0 rgba(255,179,25,.5);
}
.support_box_item04 {
	width: 50%;
	height: auto;
	position: relative;
	/* padding: 4rem 4rem; */
	order: 1;
}
.supportIcon01 {
	width: 100%;
}
.supportIcon02 {
	width: 100%;
}

.supportCopy {
	font-size: 1.8rem;
	line-height: 180%;
	padding-left: 4rem;
}
.supportCopy_l {
	font-size: 1.8rem;
	line-height: 180%;
	padding-right: 3.2rem;
	text-align: left;
}

.right-txt {
	padding-left: 7.5%;
}
.palt {
	font-feature-settings: "palt";
}
.pat60 {
	padding-top: 60px;
}

.support_pc {
	display: block;
}
.support_sp {
	display: none;
}

.navyBox {
	border: 2px solid #00053A;
	padding: 1rem;
	margin-bottom: 60px;
}
.navytit {
	font-size: 1.6rem;
	color: #00053A;
	font-weight: 400;
}
.navytitB {
	font-size: 2.2rem;
	color: #00053A;
	font-weight: 400;
}
.graytit {
	font-size: 1.6rem;
	color: #3E3A39;
	font-weight: 700;
	letter-spacing: 0;
}
.text-center {
	text-align: center;
}
.mat10 {
	margin-top: 10px;
}
.pc_mat60 {
	margin-top: 60px;
}
.pab60 {
	padding-bottom: 60px !important;
}
@media screen and (min-width: 769px) {
.support_inner {
	width: 1200px;
}
.supportimg_PC {
	display: block;
	padding-top: 40px;
}
.supportimg_SP {
	display: none;
}
.pc_on {
	display: block !important;
}
.pc_no {
	display: none !important;
	}
.sp_on {
	display: none;
}
.sp_no {
  display: none;
}
}
@media screen and (max-width: 768px) {
	.support {
		background: url("../img/supp_back.jpg") center top / 140% repeat;
		padding-top: 20px;
	}
	.supportsec_titBox {
		margin: 60px auto 0px;
		text-align: center;
		padding: 20px 5.58% 20px;
	}
	.supportsec_tit {
		position: relative;
		display: inline-block;
		padding: 1rem 2rem 2rem 2rem;
		border: 0px solid #fff;
		background-color: #fff;
		color: #233E8B;
		margin-bottom: 40px;
		font-family: zen-kaku-gothic-new, sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 5.8vw;
		letter-spacing: -.08rem;
	}
	.supportsec_tit::before {
		position: absolute;
		top: -5px;
		left: -5px;
		width: 100%;
		height: 100%;
		border: 1px solid #233E8B;
		content: '';
	}
	.supportTit {
		font-family: zen-kaku-gothic-new, sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 5.8vw;
		font-weight: 700;
		color: #000;
		text-align: left;
		padding-left: 2rem;
		padding-right: 2rem;
		letter-spacing: -.08rem;
	}
	.supportTit_l {
		font-family: zen-kaku-gothic-new, sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 2.4rem;
		font-weight: 700;
		color: #000;
		text-align: left;
		padding-left: 2rem;
		padding-right: 2rem;
		letter-spacing: -.08rem;
	}
	.supportTxt {
		text-align: left;
		font-size: 3.8vw;
	}
	
	.support_box_flex {
		display: block;
		margin-top: -80px;
	}
	.supportTriback01 {
		background: url("../img/supportTri_back_01.svg") center 70% / 150% auto no-repeat;
		padding: 0rem 0;
	}
	.supportTriback02 {
		background: url("../img/supportTri_back_02.svg") center 70% / 150% auto no-repeat;
		padding: 5rem 0;
	}
	.supportTriback03 {
		background: url("../img/supportTri_back_01.svg") center 70% / 150% auto no-repeat;
		padding: 5rem 0;
	}
	.support_box_item01 {
		width: 100%;
		position: relative;
	}
	.support_box_item01 {
		box-shadow: 0 20px 0px 0 rgba(255,179,25,.5);
	}
	.support_box_item02 {
		width: 100%;
		height: auto;
		position: relative;
		/* padding: 4rem 4rem; */
	}
	.support_box_item03 {
		width: 100%;
		position: relative;
		order: 2;
	}
	.support_box_item03 {
		box-shadow: 0 20px 0px 0 rgba(255,179,25,.5);
	}
	.support_box_item04 {
		width: 100%;
		height: auto;
		position: relative;
		/* padding: 4rem 4rem; */
		order: 1;
	}
	.supportIcon01 {
		width: 110%;
		position: relative;
		left: -30px;
	}
	.supportIcon02 {
		width: 110%;
	}
	
	.supportCopy {
		font-size: 1.6rem;
		line-height: 180%;
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.supportCopy_l {
		font-size: 1.6rem;
		line-height: 180%;
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.pc_mat60 {
		margin-top: 0px;
	}

.pc_no {
	display: none;
	}
.pc_on {
	display: none;
}
.sp_on {
	display: block;
}
	.support_sp{
	display: block;
}

.pab40 {
	padding-bottom: 10px !important;
}

.navyBox {
	border: 2px solid #00053A;
	padding: 1rem;
	margin-bottom: 30px;
}
.navytit {
	font-size: 1.6rem;
	color: #00053A;
	font-weight: 400;
}
.navytitB {
	font-size: 2.4rem;
	color: #00053A;
	font-weight: 400;
}
.graytit {
	font-size: 1.6rem;
	color: #3E3A39;
	font-weight: 700 !important;
	letter-spacing: 0;
}
}

/*===============================
	anchor
===============================*/
.anchor {
	background: #fff;
}
.anchor_inner {
	position: relative;
	padding: 60px 5.58% 20px;
	margin: 0 auto;
}
.anchor_box_flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}
.anchor_btnlist {
	display: block;
	text-align: center;
	font-size: 2rem;
}
.anchor_box_flex li {
	text-align: center;
	width: 20%;
	height: 100%;
}
figure.arrowIcon {
	width: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1rem;
}
.anchorBtn a {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 186px;
    height: 186px;
    background: #3ABEC1;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin: 0px 0;
}
.anchorBtn a:hover {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 186px;
    height: 186px;
    background: #05DFD7;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin: 0px 0;
}
@media screen and (min-width: 769px) {
	.anchor_inner {
		width: 1200px;
	}
}
@media screen and (max-width: 768px) {
	.anchor_inner {
		position: relative;
		padding: 60px 5.58% 20px;
		margin: 0 auto;
		text-align: center;
	}
	.anchor_box_flex {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		align-items: center;
	}
	.anchor_box_flex li {
		text-align: center;
		width: 19.66666%;
		height: auto;
		margin-top: 30px;
	}
	figure.arrowIcon {
		width: 14px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0;
	}
	figure.downIcon {
		transform:rotate(180deg); 
	}
	.anchor_btnlist {
		display: block;
		text-align: center;
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
	.anchor_btnlist02 {
		display: block;
		text-align: center;
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
	.anchor_btnlist p {
		padding-top: 0px;
	}
	.anchor_btnlist02 p {
		padding-bottom: 0px;
	}
	.anchorBtn a {
		border-radius: 15px;
		padding: 1.4rem .5rem;
		border: 1px solid #54BAB9;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: auto;
		background: #F9F9F9;
		color: #116A7B;
		text-decoration: none;
		text-align: center;
		margin: 0px 0;
		line-height: 1.8rem;
	}
	.anchorBtn a:hover {
		border-radius: 15px;
		padding: 1.4rem .5rem;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: auto;
		background: #54BAB9;
		color: #FFF;
		text-decoration: none;
		text-align: center;
		margin: 0px 0;
		line-height: 1.8rem;
	}
}

/*===============================
 FAQ
===============================*/
.faq {
	background: #EFEFEF;
}
.faq_inner {
	position: relative;
	padding: 10px 5.58% 80px;
	margin: 0 auto;
}
.faqsec_titBox {
	margin: 60px auto 0px;
	text-align: center;
}
.faqsec_tit {
	position: relative;
	display: inline-block;
    padding: 1rem 4rem 2rem 3rem;
    border: 3px solid #F5E900;
    background-color: #F5E900;
    color: #233E8B;
	margin-bottom: 40px;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 3.2rem;
}
.faqsec_tit::before {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 100%;
    height: 100%;
    border: 1px solid #233E8B;
    content: '';
}

  /* アコーディオン全体 */
  .accordion {
	max-width: 1000px;
	margin: 60px auto 40px;
	border-top: 1px solid #9A9B9B;
  }
  
  /* アコーディオン */
  .accordion__item {
	border-bottom: 1px solid #9A9B9B;
	margin-top: 10px;
	cursor: pointer;
  }
  
  /* アコーディオンのタイトル */
  .accordion__title {
	position: relative;
	padding: 20px 60px 20px 20px;
	font-weight: 400;
	cursor: pointer;
  }
  
  /* (+)アイコン */
  .accordion__title::before,
  .accordion__title::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background-color: #9BABB8;
	width: 20px;
	height: 2px;
	transition: all 0.3s;
  }
  
  .accordion__title::after {
	transform: rotate(90deg);
  }
  
  /* アコーディオンのコンテンツ */
  .accordion__content {
	padding: 20px 20px 20px 20px;
	display: none;
	cursor: pointer;
	background-color: #fff;
  }
  
  .accordion__content.is-open {
	display: block;
  }
  
  /* アコーディオン展開時の(-)アイコン */
  .accordion__item.is-active .accordion__title::before {
	transform: rotate(180deg);
  }
  
  .accordion__item.is-active .accordion__title::after {
	transform: rotate(180deg);
	opacity: 0;
  }
  .faqflex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	align-items: center;
}


/* faq_area */
#faq_area {
	/* background: url("../img/faq_bg.jpg") no-repeat center top;
	background-size: cover; */
	margin: 0px 0 0 0;
    padding: 80px 0;
}
#faq_area .inner {
	width: 1000px;
	margin: 0 auto;
}
#faq_area .inner h2 {
	opacity: 0;
	transition: opacity 1s linear 0s, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
	transform: translateY(25px);
}
#faq_area .inner h2.active {
	opacity: 1;
	transform: translateY(0);
}
#faq_area .inner .acc_box {
	margin: 55px 0 0 0;
	opacity: 0;
	transition: opacity 1s linear 0s, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
	transform: translateY(25px);
}
#faq_area .inner .acc_box.active {
	opacity: 1;
	transform: translateY(0);
}
#faq_area .inner .acc_box .toggle {
	display: none;
}
#faq_area .inner .acc_box .Label {
	padding: 25px 0 30px 65px;
	display: block;
	color: #000;
	border-bottom: 1px solid #000;
	position: relative;
}
#faq_area .inner .acc_box .Label:hover {
	cursor: pointer;
}
#faq_area .inner .acc_box .Label::before {
	content: "Q.";
	font-family: alternate-gothic-condensed-a, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 6rem;
	color: #28527A;
	letter-spacing: 0.15em;
	position: absolute;
	top: 48%;
	left: 10px;
	transform: translate(0, -50%);
}
#faq_area .inner .acc_box .acc_ans::before {
	content: "A.";
	font-family: alternate-gothic-condensed-a, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 6rem;
	color: #FF7B54;
	letter-spacing: 0.15em;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(0, -50%);
}
#faq_area .inner .acc_box .Label::after {
	content: "";
	width: 20px;
	height: 20px;
	background: url("../img/faq_ico01.jpg") no-repeat;
	background-size: 20px 20px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
}
#faq_area .inner .acc_box .Label,
#faq_area .inner .acc_box .acc_ans {
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.acc_ans {
	background: rgba(255, 255, 255, 1);
	height: 0;
	margin-bottom:10px;
	padding: 0 65px;
	overflow: hidden;
	color: #000;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
.toggle:checked + .Label + .acc_ans {
	height: auto;
	padding: 20px 65px;
	transition: all .3s;
}
.toggle:checked + .Label::after {
	background: url("../img/faq_ico02.jpg") no-repeat !important;
	background-size: 20px 20px !important;
}
@media only screen and (max-width: 768px) {
#faq_area {
	margin: 0px 0 0 0;
	padding: 60px 0;
}
#faq_area .inner {
	width: 90vw;
}
.faqsec_titBox {
	margin: 0px auto 0px;
	text-align: center;
	padding: 0px 0 20px;
}
.faqsec_tit {
	position: relative;
	display: inline-block;
    padding: 1rem 2rem 2rem 2rem;
	border: 0px solid #F5E900;
    background-color: #F5E900;
    color: #233E8B;
	margin-bottom: 0px;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 2.4rem;
}
.faqsec_tit::before {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 100%;
    height: 100%;
    border: 1px solid #233E8B;
    content: '';
}
#faq_area .inner .acc_box {
	margin: 35px 0 0 0;
}
#faq_area .inner .acc_box .Label {
	padding: 25px 45px 25px 45px;
	line-height: 1.5;
}
#faq_area .inner .acc_box .Label::before {
	font-size: 3.2rem;
}
#faq_area .inner .acc_box .acc_ans::before {
	font-size: 3.2rem;
}
.toggle:checked + .Label + .acc_ans {
	padding: 25px 45px 25px 45px;
}
}
@media screen and (min-width: 769px) {
	.faq_inner {
		width: 1200px;
	}
}

/*===============================
 flow
===============================*/
.flow {
	background: #005082;
}
.flow_inner {
	position: relative;
	padding: 10px 5.58% 80px;
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.flow_inner {
		width: 1200px;
	}
}
.flowsec_titBox {
	margin: 60px auto 0px;
	text-align: center;
}
.flowsec_tit {
	position: relative;
	display: inline-block;
    padding: 1rem 4rem 2rem 3rem;
    border: 3px solid #F5E900;
    background-color: #F5E900;
    color: #233E8B;
	margin-bottom: 40px;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 3.2rem;
}
.flowsec_tit::before {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    content: '';
}

.flow_box_flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}
.flowItem {
	background-color: #fff;
	border-radius: 20px;
	text-align: center;
	padding: 3rem 2rem;
	width: 18.55%;
	min-height: 400px;
}
.flowItem05 {
	background-color: #FFFCD1;
	border-radius: 20px;
	text-align: center;
	padding: 3rem 2rem;
	width: 18.55%;
	min-height: 400px;
}
p.num {
	/* font-family: alternate-gothic-condensed-a, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 6rem;
	line-height: 1;
	color: #fff;
	text-stroke: 1px #000;
	-webkit-text-stroke: 1px #000; */
	width: 70%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
figure.flowIcon {
	width: 70%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
figure.flowIcon img {
	width: 100%;
}
h4.flowTit {
	font-size: 2rem;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #005082;
	margin-top: 10px;
	letter-spacing: 0;
}
.flowtxt {
	font-size: 1.4rem;
	text-align: center;
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.flowsec_tit {
		position: relative;
		display: inline-block;
		padding: 1rem 2rem 2rem 2rem;
		border: 0px solid #F5E900;
		background-color: #F5E900;
		color: #233E8B;
		margin-bottom: 40px;
		font-family: zen-kaku-gothic-new, sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 2.4rem;
	}
	.flowsec_tit::before {
		position: absolute;
		top: -5px;
		left: -5px;
		width: 100%;
		height: 100%;
		border: 1px solid #000;
		content: '';
	}
	.flow_box_flex {
		display: block;
	}
	.flowItem {
		background-color: #fff;
		border-radius: 20px;
		text-align: center;
		padding: 2rem 2rem 3rem;
		width: 100%;
		min-height: auto;
		margin-top: 30px;
	}
	.flowItem05 {
		background-color: #FFFCD1;
		border-radius: 20px;
		text-align: center;
		padding: 2rem 2rem 3rem;
		width: 100%;
		min-height: auto;
		margin-top: 30px;
	}
	p.num {
		width: 30%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	h4.flowTit {
		font-size: 2.4rem;
		font-family: zen-kaku-gothic-new, sans-serif;
		font-style: normal;
		font-weight: 700;
		color: #005082;
		margin-top: 10px;
	}
}

/*===============================
 Detail
===============================*/
.detail {
	background: #fff;
}
.detail_inner {
	padding: 80px 5.58% 90px;
	margin: 0 auto;
	background-color: #fff;
}
.detailsec_titBox {
	margin: 60px auto 0px;
	text-align: center;
}
.detailsec_tit {
	position: relative;
	display: inline-block;
    padding: 1rem 4rem 2rem 3rem;
    border: 3px solid #F5E900;
    background-color: #F5E900;
    color: #233E8B;
	margin-bottom: 40px;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 3.2rem;
}
.detailsec_tit::before {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    content: '';
}

.detail_flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 20px;
}

.detail_tab {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    line-height: 180%;
}
.detail_tab {
	width: 81%;
}
ul.detaillist {
	padding: 60px 5.58% 0px;
}
ul.detaillist li {
	list-style: disc;
	line-height: 180%;
}
.txtred {
	color: #FF7B54;
}
p.detailtxt {
	padding: 15px 5.58% 90px;
}
.mat15 {
    margin-top: 15px;
}
.mat30 {
    margin-top: 30px;
}
.mat60 {
    margin-top: 60px;
}
.detail_data p,.detail_data li {
    line-height: 180%;
}
.text-center {
    text-align: center;
}
/* .detail_data li:first-of-type{
	padding-top: 18px;
} */
.detail_data_pt{
	padding-top: 18px;
}
.detail_data_pb{
	padding-bottom: 18px;
}
.detail_privacy{
	font-size: 1.4rem;
	padding: 18px 0;
}
.detail_privacy li{
	list-style: none;
}
.detail_privacy a{
	text-decoration: underline;
  color: inherit;
}
.detail_privacy li span:first-of-type{
	width: 2.87%;
}
.detail_privacy li span:last-of-type{
	width: 97.1%;
}
/* .detail_data ul:nth-of-type(1){
	margin: 18px 0;
} */
.detail_data li span:first-of-type{
	width: 2.87%;
}
.detail_data li span:last-of-type{
	width: 97.1%;
}
@media screen and (min-width: 769px) {
	.detail_inner {
	width: 1200px;
}
}
@media screen and (max-width: 768px) {
	/* .detail h2{
	font-size: 2.1rem;
	margin-bottom: 20px;
	line-height: 1.5;
}
.detail h2:before{
	width: 6px;
	height: 30px;
} */
.detail_flex {
	display: block;
	margin-top: 20px;
}
	.detail_tab {
		display: block;
	}
	.detail_tab {
		width: 100%;
	}
	.detail_inner{
		padding: 50px 5.58% 45px;
	}
	.detailsec_tit {
		position: relative;
		display: inline-block;
		padding: 1rem 4rem 2rem 3rem;
		border: 3px solid #F5E900;
		background-color: #F5E900;
		color: #233E8B;
		margin-bottom: 20px;
		font-family: zen-kaku-gothic-new, sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 2.4rem;
	}
	.detailsec_tit::before {
		position: absolute;
		top: -5px;
		left: -5px;
		width: 100%;
		height: 100%;
		border: 1px solid #000;
		content: '';
	}
	.detail_head {
		position: relative;
		display: block;
		width: 100%;
		font-size: 1.8rem;
		font-weight: 700;
		color: #7A6A56;
		text-align: left;
	}
	.detail_head:after {
		display: none;
	}
	.detail_midashi {
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 160%;
		color: #7A6A56;
		text-align: left;
		padding-top: 1rem;
	}
	.indent_midashi {
		text-indent: -1rem;
	}
	.detail_data {
		width: 100%;
		padding: 1rem 1.4rem 14px;
		font-size: 1.4rem;
	}
	.detail_privacy{
		font-size: 1.4rem;
		padding: 18px 0 30px;
		word-break: break-all;
	}
	.detail_data li span:first-of-type{
		width: 6.87%;
	}
	.detail_data li span:last-of-type{
		width: 100%;
	}
}

/*===============================
 Footer
===============================*/
.footer {
	width: 100%;
	color: #000;
	text-align: center;
	max-width: 1296px;
	padding: 45px 5.83%;
	font-size: 1.2rem;
	margin: 0 auto;
}
.copyright {
	background: #F5E900;
	color: #000;
}
.footer a {
	color: white;
	text-decoration: underline;
}
.footer_lg {
	width: 40.52%;
}
.footer_lg p{
	text-align: left;
	font-weight: bold;
}
.footer_lg p a{
	color: #000;
}
.footer_lg img{
	width: 100%;
	height: auto;
	margin-bottom: 12px;
}
.footer_nav {
	font-size: 1.4rem;
	margin-bottom: 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.footer_qr{
	width: 36.26%;
}
.footer_qr p{
	text-align: left;
	font-weight: bold;
}
.footer_qr img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.footer_nav li {
	line-height: 2;
	text-align: left;
}
.footer_nav p {
	font-size: 1.2rem;
}
.footer_copy {
	font-size: 1.2rem;
	text-align: center;
	padding: 15px 0 13px;
}
.footer_caption{
	text-align: left;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 0 11.55%;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.footer {
		padding: 30px 5.625% 50px;
	}
	.footer_lg {
		width: 100%;
		margin: 0 auto 25px;
	}
	.footer_qr{
		width: 100%;
	}
	.footer_nav {
		font-size: 1.2rem;
		margin-bottom: 20px;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer_caption{
	padding: 0;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
	.footer_caption p{
	width: 100%;
	text-align: left;
}
	.footer_copy {
		font-size: 1rem;
		padding: 12px 5.625%;
	}
}

/*===============================
 CV
===============================*/
.cv-top {
	width: 860px;
	padding-top: 60px;
	margin-top: -160px;
	margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
/* .cv-top a img{
    width: 100%;
	max-width: 860px;
} */
.cv-top a {
  margin-left: auto;
  margin-right: auto;
  background-image: linear-gradient(120deg, rgba(0,198,251,0.9), rgba(0,91,234,0.9));
  display: block;
  padding:2rem 4rem !important;
  border-radius: 60px;
  box-shadow: 0 10px 0px 0 rgba(0,0,0,.2);
}
.cv-top a:hover {
	/* transform: translateY(0.1875em); */
    animation-play-state: paused;
}
.yureru-j{
    animation: yureru-j 3s  infinite;
}
/* @keyframes yureru-j {
	0% {
    	top: -4px;
			box-shadow: 0px 8px 4px 0px rgba(0,0,0,0.4);
  }
  50% {
			top: 0;
			box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
	}
} */
@keyframes yureru-j {
	0% {transform: translate(0px, 4px);}
	50% {transform: translate(0px, -4px);}
	100% {transform: translate(0px, 4px);}
	/* 15% {transform: translate(0px, -4px);}
	20% {transform: translate(0px, 4px);}
	25% {transform: translate(0px, -4px);} */
	/* 30% {transform: translate(0px, 0px);} */
}
/* @keyframes yureru-j {
	0% {transform: translate(0px, 2px);}
	5% {transform: translate(0px, -2px);}
	10% {transform: translate(0px, 2px);}
	15% {transform: translate(0px, -2px);}
	20% {transform: translate(0px, 2px);}
	25% {transform: translate(0px, -2px);}
	30% {transform: translate(0px, 0px);}
} */

.cv a {
	width: 860px;
	padding-top: 60px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	position: relative;
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cv a img{
    width: 100%;
	max-width: 860px;
}

.cv {
  margin-left: auto;
  margin-right: auto;
}
.cv a:hover {
	animation-play-state: paused;
}

@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {
.cv-top {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	position: relative;
	top: -30px;
}
.cv-top a {
	margin-left: auto;
	margin-right: auto;
	background-image: linear-gradient(120deg, rgba(0,198,251,0.9), rgba(0,91,234,0.9));
	display: block;
	padding:1.2rem 3rem !important;
	border-radius: 60px;
	box-shadow: 0 10px 0px 0 rgba(0,0,0,.2);
	text-align: center;
  }
.cv {
	width: 100%;
	margin: 40px auto 40px;
	position: relative;
	}

.cv-top a img{
    width: 100%;
	max-width: 100%;
}
.cv a {
	width: 100%;
	padding-top: 00px;
    margin: 0 auto 0;
    position: relative;
}
.cv a img{
    width: 100%;
	max-width: 100%;
}
.yureru-j{
    animation: yureru-j 3s  infinite;
}
@keyframes yureru-j {
	0% {transform: translate(0px, 4px);}
	50% {transform: translate(0px, -4px);}
	100% {transform: translate(0px, 4px);}
	/* 15% {transform: translate(0px, -4px);}
	20% {transform: translate(0px, 4px);}
	25% {transform: translate(0px, -4px);} */
	/* 30% {transform: translate(0px, 0px);} */
	}

}
