@charset "utf-8";
/* ======================================
	base
====================================== */
html{
	background: #f5f5f5;
}
html.fixed {
	overflow: hidden;
}
body {
	font-family: "Noto Serif JP", serif;
	color: #000;
	font-size: 15px;
	line-height: 1.75;
	background-color: #fff;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;

}
main{
	overflow-x: hidden;
}
a {
	color: inherit;
	text-decoration: none;
}
section {
	position: relative;
	padding: 2em 0;
}
@media only screen and (min-width: 768px) {
	body {
		font-size: 16px;
	}
	a {
		transition: all .3s;
	}
	a:hover {
		opacity: .5;
	}
}
/* ======================================
	common
====================================== */
.inner {
	width: 92%;
	max-width: 500px;
	margin: 0 auto;
}

.secTtl{
	font-size: 26px;
	letter-spacing: .2em;
	text-align: center;
	font-weight: 600;
}
.secTtl span{
	display: inline-block;
	padding: 0 1em;
	line-height: 1.25;
	position: relative;
}
.secTtl span::before,
.secTtl span::after{
	position: absolute;
	content: '';
	height: 100%;
	width: 10px;
	top: 0;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
.secTtl span::before{
	left: 0;
	border-left: 2px solid #000;
}
.secTtl span::after{
	right: 0;
	border-right: 2px solid #000;
}

.secHeading{
	text-align: center;
	color: #297fb2;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: .2em;
	margin-bottom: 25px;
}
.secHeading span{
	padding: 0 24px;
	position: relative;
	display: inline-block;
}
.secHeading span::before,
.secHeading span::after{
	position: absolute;
	content: '';
	bottom: 0;
	width: 14px;
  height: 28px;
}
.secHeading span::before{
	left: 0;
	background: url(../img/icn_deco_left.svg) no-repeat center center / 100%;
}
.secHeading span::after{
	right: 0;
	background: url(../img/icn_deco_right.svg) no-repeat center center / 100%;
}

.catch{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .2em;
	line-height: 1.88;
}

.txt{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	line-height: 1.93;
	text-align: justify;
}

@media only screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.lead br {
		display: none;
	}
}
@media only screen and (min-width: 768px) {
	.sp {
		display: none;
	}
	.inner {
		max-width: 1152px;
	}

	.secTtl{
		font-size: 36px;
	}
	.secTtl span::before,
	.secTtl span::after{
		width: 15px;
	}

	.secHeading{
		font-size: 26px;
	}
	.secHeading span{
		padding: 0 35px;
	}
	.secHeading span::before,
	.secHeading span::after{
		width: 16px;
		height: 35px;
	}

	.catch{
		font-size: 26px;
	}

	.txt{
		font-size: 15.5px;
	}
}
@media only screen and (min-width: 1024px){
	.secTtl{
		font-size: 48px;
	}
	.secHeading{
		font-size: 30px;
	}
	.catch{
		font-size: 34px;
	}
}
/* ======================================
	kv
====================================== */
.kv {
	background: #e0e9f0;
	
	padding: 58px 0 0;
	height: 575px;
	margin-bottom: 60px;
}
.kv .inner{
	max-width: 600px;
	position: relative;
}
.kv-img{
	position: absolute;
	z-index: 3;

	right: -84px;
	top: 246px;
  width: 490px;
}
.kv-body{
	position: relative;
	z-index: 3;
}
.kv-subTtl{
	font-size: 24px;
	letter-spacing: .075em;
	font-weight: 600;
	color: #fff;
	background: #1e313f;
	display: flex;
  align-items: center;
	line-height: 1.82;
	height: 48px;
	
	position: relative;
	z-index: 2;
	padding: 0 0 0 5px;
}
.kv-subTtl::before{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent #1e313f transparent;
	right: 100%;
	bottom: 0;

	border-width: 0px 0px 48px 16px;
}
.kv-subTtl::after{
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	background: #1e313f;
	left: 99%;
	top: 0;
	z-index: -1;
}
.kv-subTtl .--l1{
	margin-right: 40px;
	position: relative;
}
.kv-subTtl .--l1::before,
.kv-subTtl .--l1::after{
	position: absolute;
	content: '';
	width: 46px;
	height: 1px;
	background: #fff;

	left: 94%;
  bottom: 48%;
}
.kv-subTtl .--l1::before{
	transform: translateY(-50%) rotate(45deg);
}
.kv-subTtl .--l1::after{
	transform: translateY(-50%) rotate(-45deg);
}
.kv-subTtl .--l2{
	margin-right: 6px;
}
.kv-subTtl .--s{
	font-size: 13px;
}
.kv-ttl{
	font-weight: 600;
	font-size: 43px;
	line-height: 1.23;
	color: #1e313f;
	margin-top: 30px;
	position: relative;
}
.kv-ttl span{
	font-size: 1.5em;
}
.kv-ttl-img{
	position: absolute;

	width: 95px;
	top: -14px;
	left: 269px;
}
.kv-txt{
	font-size: 14px;
	line-height: 2;
	font-family: "Noto Sans JP", sans-serif;
	margin: 10px 0 20px;
	min-height: 84px;
}
.kv .btn{
	font-size: 14px;
	
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: max-content;

	bottom: -305px;
	padding: 9px 16px 9px 14px;
}
.kv .btn span{
	background-size: 25px;
}

@media only screen and (min-width: 768px) {
	.kv{
		padding: 92px 0 0;
		height: 750px;
		margin-bottom: 100px;
	}
	.kv-img{
		right: -210px;
		top: 293px;
		max-width: 660px;
		width: auto;
	}
	.kv-subTtl{
		font-size: 30px;
		height: 78px;
	}
	.kv-subTtl .--l1{
		margin-right: 65px;
	}
	.kv-subTtl .--l1::before,
	.kv-subTtl .--l1::after{
		width: 64px;
		height: 2px;
		left: 100%;
	}
	.kv-subTtl::before{
		border-width: 0px 0px 78px 36px;
	}
	.kv-subTtl .--l2{
		margin-right: 10px;
	}
	.kv-subTtl .--s{
		font-size: 18px;
	}
	.kv-ttl{
		font-size: 54px;
	}
	.kv-ttl-img{
		width: 120px;
		top: -20px;
		left: 338px;
	}
	.kv-txt{
		font-size: 16px;
	}
	.kv .btn{
		font-size: 22px;
		bottom: -430px;
		padding: 11px 26px 11px 20px;
	}
}
@media only screen and (min-width: 1024px){
	.kv {
		margin-bottom: 0;
		height: 650px;
	}
	.kv .inner{
		max-width: 1200px;
	}
	.kv-img{
		right: -320px;
		top: 71px;
		max-width: 880px;
	}
	.kv-subTtl{
		font-size: 40px;
		height: 95px;
	}
	.kv-subTtl::before{
		border-width: 0px 0px 95px 42px;
	}
	.kv-subTtl .--l1{
		margin-right: 100px;
	}
	.kv-subTtl .--l1::before,
	.kv-subTtl .--l1::after{
		width: 96px;
	}
	.kv-subTtl .--s{
		font-size: 25px;
	}
	.kv-ttl{
		font-size: 62px;
		margin-top: 40px;
	}
	.kv-ttl-img{
		width: 140px;
		top: -24px;
		left: 384px;
	}
	.kv .btn{
		position: initial;
		transform: none;
	}
	.kv .btn span{
		background-size: 40px;
	}
}
@media only screen and (min-width: 1200px){
	.kv-img{
		right: -360px;
		top: 27px;
		max-width: 960px;
	}
	.kv-subTtl{
		font-size: 52px;
	}
	.kv-subTtl .--s{
		font-size: 29px;
	}
	.kv-ttl{
		font-size: 76px;
	}
	.kv-ttl-img{
		width: 170px;
		left: 484px;
	}
	.kv-txt{
		font-size: 18px;
	}
	.kv .btn{
		font-size: 24px;
	}
}
/* ======================================
	intro
====================================== */
.intro {
	padding: 54px 0;
}
.intro-lead{
	text-align: center;
	margin-bottom: 6px;
}
.intro-lead span{
	display: inline-block;
	font-size: 15px;
	letter-spacing: .2em;
	border: 1px solid #000;
	font-weight: 600;
	padding: 2px 15px;
}
.intro-ttl{
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .2em;
	margin-bottom: 20px;
}
.intro-ttl span{
	font-size: 1.4em;
	position: relative;
	display: inline-block;
}
.intro-ttl span::before{
	position: absolute;
	content: '';
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #000;
}
.intro-list{
	margin: 0 0 70px;
}
.intro-item{
	max-width: 340px;
	width: 100%;
	margin: 0 auto 45px;
}
.intro-item-ttl{
	text-align: center;
	color: #297fb2;
	font-size: 18px;
	letter-spacing: .2em;
	font-weight: 600;
	line-height: 1.75;
	position: relative;
	padding: 0 0 13px;
}
.intro-item-ttl span{
	font-size: 1.3em;
}
.intro-item-ttl::after{
	position: absolute;
	content: '';
	left: 0;
	bottom: -11px;
	width: 100%;
	height: 12px;
	background: url(../img/intro_border.svg) no-repeat center bottom / cover;
}
.intro-img{
	max-width: 222px;
	width: 100%;
	margin: 25px auto 12px;
}
.intro-catch{
	position: relative;
	z-index: 2;
}
.intro-catch::after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #d8e3eb transparent transparent transparent;
	border-width: 30px 115px 0px 115px;
	left: 50%;
	transform: translateX(-50%);
	top: -32px;
	z-index: -1;
}

@media only screen and (min-width: 768px) {
	.intro-lead span{
		font-size: 18px;
	}
	.intro-ttl{
		font-size: 28px;
	}
	.intro-catch::after{
		border-width: 80px 275px 0px 275px;
	}
}
@media only screen and (min-width: 1024px){
	.intro-lead span{
		font-size: 22px;
	}
	.intro-ttl{
		font-size: 34px;
	}
	.intro-ttl span::before{
		top: 13px;
	}
	.intro-list{
		display: flex;
		justify-content: space-between;
	}
	.intro-item{
		width: 31%;
		margin: 0;
	}
	.intro-img{
		margin: 36px auto 18px;
	}
	.intro-catch::after{
		border-width: 110px 325px 0px 325px;
	}
}

/* ======================================
	feature
====================================== */
.feature{
	overflow-x: hidden;
}
.feature .secTtl{
	text-align: left;
}
.feature-list{
	margin: 25px 0 0;
}
.feature-item{
	background: #d8e3eb;
	margin-bottom: 5px;
	position: relative;
	z-index: 2;
}
.feature-item::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: #d8e3eb;
	top: 0;
	left: 99%;
	z-index: -1;
}
.feature-item-left{
	max-width: 440px;
	width: 80%;
}
.feature-item-right{
	padding: 24px;
}
.feature-item-head{
	display: flex;
	align-items: center;
	margin-left: -15px;
}
.feature-item-num{
	color: #fff;
	font-size: 50px;
	font-weight: 400;
	font-family: "Merriweather", serif;
	letter-spacing: .2em;
	line-height: 1;
}
.feature-item-ttl{
	font-size: 18px;
	letter-spacing: .2em;
	line-height: 1.66;
	font-weight: 600;
}
.feature-item-txt{
	margin: 15px 0 0px;
}
@media only screen and (min-width: 768px) {
	.feature-item{
		display: flex;
	}
	.feature-item-left{
		width: 39%;
		flex-shrink: 0;
		margin: 0 4% 0 0;
	}
	.feature-item-right{
		max-width: 660px;
		width: 58%;
		padding: 24px 0;
	}
	.feature-item-head{
		margin-left: -50px;
	}
	.feature-item-num{
		font-size: 78px;
	}
	.feature-item-ttl{
		font-size: 22px;
	}
	.feature-item-txt{
		margin: 28px 0 34px;
	}
}
@media only screen and (min-width: 1024px){
	.feature-item-head{
		margin-left: -70px;
	}
	.feature-item-num{
		font-size: 104px;
		margin: 0 13px 0 0;
	}
	.feature-item-ttl{
		font-size: 30px;
	}
}

/* ======================================
	adviser
====================================== */
.adviser-list{
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
}
.adviser-item{
	max-width: 860px;
	width: 100%;
	margin: 0 0 35px auto;
	background: #f5f5f5;
	border-radius: 20px;
	padding: 20px;
}
.adviser-item-img{
	max-width: 120px;
	width: 100%;
	margin: 0 auto 10px;
}
.adviser-item-ttl{
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .1em;
	margin-bottom: 15px;
	text-align: center;
}
.adviser-item-txt{
	margin-bottom: 10px;
}
.adviser-item-name{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-align: right;
}
@media only screen and (min-width: 768px) {
	.adviser-list{
		width: 83%;
	}
	.adviser-item{
		display: flex;
		align-items: center;
		padding: 30px;
	}
	.adviser-item:nth-child(even){
		flex-direction: row-reverse;
		margin: 0 auto 35px 0;
	}
	.adviser-item-img{
		max-width: 191px;
		margin: 0 0 0 -115px;
		flex-shrink: 0;
	}
	.adviser-item:nth-child(even) .adviser-item-img{
		margin: 0 -115px 0 0;
	}
	.adviser-item-body{
		margin: 0 0 0 30px;
	}
	.adviser-item:nth-child(even) .adviser-item-body{
		margin: 0 30px 0 0;
	}
	.adviser-item-ttl{
		font-size: 22px;
		padding: 0 0 0 65px;
		position: relative;
		text-align: left;
	}
	.adviser-item-ttl::before,
	.adviser-item-ttl::after{
		position: absolute;
		content: '';
		width: 50px;
		height: 1px;
		background: #000;
		left: 0;
	}
	.adviser-item-ttl::before{
		top: 6px;
		transform: rotate(-15deg);
	}
	.adviser-item-ttl::after{
		bottom: 6px;
		transform: rotate(15deg);
	}
	.adviser-item-name{
		font-size: 16px;
		text-align: left;
	}
}

/* ======================================
	works
====================================== */
.works{
	background: #0f2332;
	padding-bottom: 0;
}
.works .secTtl{
	color: #fff;
	text-align: left;
}
.works .secTtl span::before,
.works .secTtl span::after{
	border-color: #fff;
}
.works-ttl{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .2em;
	margin: 20px 0;
}
.works-catch{
	color: #fff;
	margin-top: 50px;
}
.works-web{
	background: #1b2e3b;
	padding: 10px 0 0;
}


.works-wrapper {
  position: relative;
	margin-top: 120px;
}

.works-list {
  display: flex;
  margin-bottom: 20px;
}
.works-list.slick-initialized .slick-item:nth-child(n+2) {
  display: block;
}
.works-item {
  width: 480px;
  margin: 0 60px 0 0;
	color: #fff;
}
.works-item:nth-child(n+2) {
  display: none;
}
.works-item-img{
	margin: 0 0 12px;
}
.works-item-img img{
	width: 100%;
}
.works-item-cat {
  color: #297fb2;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .2em;
	margin-bottom: 5px;
}
.works-item-ttl {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 16px;
	letter-spacing: .1em;
}
.works-item-info{
	border-top: 1px dotted #fff;
	padding: 15px 0;
	margin: 15px 0 0;
	line-height: 1.92;
}
.works-item-info-row{
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
}
.works-item-info-row dt{
	font-weight: 400;
	width: 60px;
	flex-shrink: 0;
}

.works-more {
  display: block;
  font-size: 18px;
  font-weight: 600;
  border-radius: 45px;
  border: 1px solid #fff;
  position: absolute;
  bottom: 60px;
  right: 40px;
  width: 190px;
  padding: 30px;
  text-align: center;
}
.works-more span {
  position: relative;
  padding-right: 20px;
}
.works-more span::after {
  position: absolute;
  content: "";
  background: url(../img/icn_arrow_top.svg) no-repeat center center/100%;
  width: 12px;
  height: 14px;
  right: 0;
  top: 7px;
  transform: rotate(90deg);
}
.works .slick-slide {
  margin: 0 10px;
}
.works .slick-slide img {
  display: inline-block;
}
.works .slick-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: -90px;
  font-size: 10px;
  color: transparent;
  cursor: pointer;
}
.works .slick-arrow.slick-next {
  right: 25px;
}
.works .slick-arrow.slick-next::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.works .slick-arrow.slick-prev {
  right: 80px;
}
.works .slick-arrow.slick-prev::before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.works .slick-arrow::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
	transform: translate(-50%, -50%);
  width: 12px;
  height: 14px;
  background: url(../img/icn_arrow_top.svg) no-repeat center center;
}
.works .slick-dots {
  position: absolute;
  display: flex;
  top: -80px;
  right: 140px;
}
.works .slick-dots li {
  text-align: center;
  border-bottom: 2px solid #666;
  font-size: 10px;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}
.works .slick-dots li.slick-active {
  border-bottom: 2px solid #fff;
}
.works .slick-dots li button {
  cursor: pointer;
  padding: 5px 10px;
	color: #fff;
}

@media only screen and (min-width: 768px) {
	.works-item-ttl {
    font-size: 22px;
  }
	.works-web{
		padding: 32px 0 0;
	}
	.works-wrapper2{
		margin-top: 80px;
	}
	.works-item-info-row{
		font-size: 14px;
	}

	.works .slick-slide {
    margin: 0 30px;
  }
	.works .slick-arrow {
    width: 90px;
    height: 90px;
    top: -125px;
  }
	.works .slick-arrow.slick-prev {
    right: 140px;
  }
	.works .slick-dots {
    top: -105px;
    right: 270px;
  }
	.works .slick-dots li{
		font-size: 12px;
	}
	.works .slick-dots li button {
    padding: 10px 15px;
  }
}

/* ======================================
	voice
====================================== */
.voice{
	background: #1b2e3b;
}
.voice .inner{
	max-width: 1296px;
	background: #fff;
	padding: 30px 5%;
}
.voice-item{
	margin-bottom: 38px;
}
.voice-item-cont{
	background: #d8e3eb;
	border-radius: 18px;
	padding: 25px 6.5%;
	position: relative;
}
.voice-item-cont::after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #d8e3eb transparent transparent transparent;
	border-width: 13px 16px 0px 16px;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
}
.voice-item-ttl{
	text-align: center;
	font-size: 18px;
	letter-spacing: .1em;
	line-height: 1.68;
	font-weight: 600;
}
.voice-item-txt{
	margin-top: 8px;
}
.voice-item-name{
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	margin-top: 24px;
}
.voice-item-name span{
	font-size: .7em;
}
@media only screen and (min-width: 768px) {
	.voice-list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.voice-item{
		max-width: 560px;
		width: 48%;
	}
	.voice-item-cont{
		border-radius: 24px;
	}
	.voice-item-cont::after{
		border-width: 20px 22px 0px 22px;
	}
	.voice-item-ttl{
		font-size: 22px;
	}
	.voice-item-name{
		font-size: 19px;
		margin-top: 38px;
	}
}

/* ======================================
	flow
====================================== */
.flow-catch{
	margin: 30px 0;
}
.flow-list{
	margin-bottom: 27px;
}
.flow-item{
	max-width: 330px;
	width: 100%;
	margin: 0 auto 20px;
}
.flow-item2 .flow-item-head{
	background: #2e5872;
}
.flow-item3 .flow-item-head{
	background: #2b6b92;
}
.flow-item4 .flow-item-head{
	background: #297fb2;
}
.flow-item5 .flow-item-head{
	background: #1b86bf;
}
.flow-item6 .flow-item-head{
	background: #0e8ecc;
}
.flow-item-head{
	text-align: center;
	color: #fff;
	background: #304452;
	line-height: 1.5;
	
	position: relative;
	margin: 0 0 20px;
	padding: 6px 10px 0;
}
.flow-item-head::after{
	position: absolute;
	content: '';
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #304452 transparent transparent transparent;
	border-width: 15px 165px 0px 165px;
}
.flow-item2 .flow-item-head::after{
	border-color: #2e5872 transparent transparent transparent;
}
.flow-item3 .flow-item-head::after{
	border-color: #2b6b92 transparent transparent transparent;
}
.flow-item4 .flow-item-head::after{
	border-color: #297fb2 transparent transparent transparent;
}
.flow-item5 .flow-item-head::after{
	border-color: #1b86bf transparent transparent transparent;
}
.flow-item6 .flow-item-head::after{
	border-color: #0e8ecc transparent transparent transparent;
}
.flow-item-num{
	font-size: 18px;
	font-family: "Merriweather", serif;
	font-style: italic;
	font-weight: 500;
	letter-spacing: .2em;
	line-height: 1.5;
}
.flow-item-ttl{
	font-size: 22px;
	letter-spacing: .1em;
	font-weight: 600;
}
.flow-item-content li{
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
	padding: 9px 6px 9px 30px;
	background: url(../img/icn_check_navy.svg) no-repeat top 14px left 2px / 18px;
}
@media only screen and (min-width: 768px) {
	.flow-item{
		max-width: 420px;
	}
	.flow-item-head::after{
		border-width: 15px 210px 0px 210px;
	}
}
@media only screen and (min-width: 1024px){
	.flow-list{
		display: flex;
	}
	.flow-list2{
		justify-content: flex-end;
	}
	.flow-item{
		max-width: 260px;
		margin: 0 30px 0 0;
	}
	.flow-item-head{
		margin: 0;
		padding: 14px 10px;
		line-height: 2;
	}
	.flow-item-head::after{
		top: 0;
		left: 100%;
		transform: none;
		
		border-color: transparent transparent transparent #304452;
		border-width: 49.5px 0px 49.5px 30px;
	}
	.flow-item2 .flow-item-head::after{
		border-color: transparent transparent transparent #2e5872;
	}
	.flow-item3 .flow-item-head::after{
		border-color: transparent transparent transparent #2b6b92;
	}
	.flow-item4 .flow-item-head::after{
		border-color: transparent transparent transparent #297fb2;
	}
	.flow-item5 .flow-item-head::after{
		border-color: transparent transparent transparent #1b86bf;
	}
	.flow-item6 .flow-item-head::after{
		border-color: transparent transparent transparent #0e8ecc;
	}
}


/* ======================================
	faq
====================================== */
.faq{
	background: #0f2332;
	padding: 32px 0 40px;
}
.faq .secTtl{
	color: #fff;
}
.faq .secTtl span::before,
.faq .secTtl span::after{
	border-color: #fff;
}
.accordion{
	margin-top: 20px;
	line-height: 1.5;
}
.accordion-item{
	margin-bottom: 18px;
	background: #273946;
}
.accordion-header{
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
.accordion-trigger{
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	padding: 10px 55px 10px 15px;
}
.accordion .icon{
	font-weight: 300;
	font-family: "Merriweather", serif;
	font-size: 26px;
	margin-right: 20px;
	line-height: 1.2;
	width: 25px;
  text-align: center;
	flex-shrink: 0;
}
.accordion .tgl{
	width: 30px;
	height: 30px;
	border-radius: 40px;
	border: 1px solid #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
}
.accordion .tgl::before{
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 10px;
	height: 1px;
	background: #fff;
}
.accordion .tgl::after{
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	height: 10px;
	width: 1px;
	background: #fff;
	transition: .2s;
	transform: translate(-50%,-50%);
}
.accordion-trigger.is-active .tgl::after {
	transform: translate(-50%,-50%) rotate(90deg);
}

.accordion-panel{
	padding: 10px 25px 10px 15px;
	color: #fff;
	background: #334451;
	
	display: none;
}
.accordion-txt{
	font-size: 16px;
	line-height: 2;
	display: flex;
}
.accordion-txt-cont .txt{
	display: block;
	margin-top: 10px;
}
@media only screen and (min-width: 768px){
	.faq{
		padding: 48px 0 70px;
	}
	.accordion{
		margin-top: 32px;
	}
	.accordion-header{
		font-size: 18px;
	}
	.accordion-trigger{
		padding: 22px 85px 22px 45px;
	}
	.accordion .icon{
		font-size: 30px;
		margin-right: 45px;
	}
	.accordion .tgl{
		width: 40px;
		height: 40px;
		right: 30px;
	}
	.accordion .tgl::before{
		width: 14px;
	}
	.accordion .tgl::after{
		height: 14px;
	}
	.accordion-panel{
		padding: 22px 45px;
	}
	.accordion-txt{
		font-size: 18px;
		padding-right: 6%;
	}
}
/* ======================================
	support
====================================== */
.support{
	padding: 20px 0 60px;
}
.support-item{
	background: #eceae6;
	margin: 20px 0 0;
	padding: 20px;
}
.support-item-img{
	max-width: 358px;
	width: 100%;
	margin: 0 auto 10px;
	position: relative;
  z-index: 3;
}
.support-item-body{
	width: 100%;
}
.support-item-ttl{
	font-weight: 600;
	font-size: 20px;
	letter-spacing: .15em;
	
	padding-bottom: 5px;
	line-height: 1.5;
	position: relative;
	z-index: 2;
}
.support-item-content{
	padding: 15px 0 0;
}
.support-item-desc{
	max-width: 471px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.support-item-desc span{
	display: inline-block;
	background: #fff;
	text-align: center;
	width: calc(33.3% - 1px);
	margin-bottom: 2px;
	padding: 6px;
}
.support-item-link{
	display: block;
	font-size: 16px;
	letter-spacing: .2em;
	font-weight: 600;
	margin: 15px auto 0;
}
.support-item-link span{
	padding-right: 28px;
	background: url(../img/icn_arrow_bk.svg) no-repeat center right 10px / 15px;
}
@media only screen and (max-width: 767px){
	.support-item-desc.txt{
		font-size: 12px;
	}
}
@media only screen and (min-width: 768px){
	.support-item{
		display: flex;
		padding: 0 0 26px 26px;
		margin: 80px 0 0;
	}
	.support-item-img{
		width: 32%;
		flex-shrink: 0;
		margin: 0;
	}
	.support-item-body{
		margin: 0 0 0 3.6%;
	}
	.support-item-ttl{
		font-size: 26px;
		padding-bottom: 20px;
		background: #fff;
	}
	.support-item-ttl::after{
		position: absolute;
		content: '';
		right: 100%;
		top: 0;
		width: 100%;
		height: 100%;
		background: #fff;
	}
	.support-item-content{
		padding: 26px 26px 0 0;
	}
	.support-item-desc{
		margin-right: 3%;
	}
}
@media only screen and (min-width: 1024px){
	.support-item-ttl{
		font-size: 32px;
	}
}
@media only screen and (min-width: 1200px){
	.support-item-ttl{
		font-size: 36px;
	}
	.support-item-content{
		display: flex;
		align-items: center;
		padding: 26px 0 0;
	}
	.support-item-txt{
		max-width: 419px;
		width: 58%;
		margin-right: 3%;
	}
	.support-item-link{
		font-size: 18px;
		margin: 0 auto;
	}
}
/* ======================================
	cta
====================================== */
.cta {
	background: #d8e3eb;
	padding: 28px 0;
}
.cta-wrap{
	background: #ebf1f5;
	margin: 20px auto 0;
	max-width: 950px;
	width: 100%;
}
.cta-left{
	padding: 20px;
	text-align: center;
}
.cta-right{
	padding: 20px;
	position: relative;
	text-align: center;
}
.cta-right::after{
	position: absolute;
	content: '';
	left: 50%;
	top: 0;
	transform: translate(-50%,0);
	width: 76%;
	height: 2px;
	border-top: 2px dotted #bbb;
}
.cta-num{
	font-size: 35px;
	font-weight: 600;
	line-height: 1;
	padding: 0 0 0 25px;
	background: url(../img/icn_tel_bk.svg) no-repeat bottom 8px left / 23px;
}
.cta-note{
	font-size: 12px;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.75;
}
.btn{
	color: #fff;
	background: #de0039;
	font-size: 18px;
	letter-spacing: .1em;
	font-weight: 600;
	display: inline-block;
	padding: 12px 26px;
	box-shadow: 4px 4px 8px rgb(0 0 0 / .15);
}
.btn span{
	padding-left: 36px;
	background: url(../img/icn_mail_wh.svg) no-repeat center left / 26px;
}
@media only screen and (min-width: 768px) {
	.cta{
		padding: 40px 0 54px;
	}
	.cta-wrap{
		display: flex;
		margin: 30px auto 0;
	}
	.cta-left{
		width: 50%;
	}
	.cta-right{
		width: 50%;
	}
	.cta-right::after{
		left: 0;
		top: 50%;
		transform: translate(0,-50%);
		height: 76%;
		width: 2px;
		border-left: 2px dotted #bbb;
		border-top: none;
	}
}
@media only screen and (min-width: 1024px){
	.cta-left{
		padding: 40px;
	}
	.cta-right{
		padding: 40px;
	}
	.cta-num{
		font-size: 48px;
		padding: 0 0 0 35px;
		background-size: 30px;
		background-position: bottom 12px left;
	}
	.cta-note{
		font-size: 16px;
	}
	.btn{
		font-size: 22px;
		padding: 18px 36px;
	}
	.btn span{
		padding-left: 55px;
		background-size: 31px;
	}
}
