@charset "utf-8";
/* ======================================
	base
====================================== */
html{
	background: #f5f5f5;
}
html.fixed {
	overflow: hidden;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	color: #333;
	font-size: 15px;
	line-height: 2;
	background-color: #fff;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}
a {
	color: inherit;
	text-decoration: none;
}
section {
	position: relative;
	padding: 2em 0;
}
section::after { content: ""; display: block; clear: both; }
.secTtl {
	color: #666;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.3;
}
.secTtl::after {
	content: '';
	display: block;
	width: 100px;
	border-bottom: #0077d2 1px solid;
	margin: 0 auto;
	padding-top: .5em;
}
@media only screen and (min-width: 768px) {
	body {
		font-size: 16px;
	}
	a {
		transition: all .3s;
	}
	a:hover {
		opacity: .5;
	}
	.secTtl {
		font-size: 32px;
	}
}
/* ======================================
	print
====================================== */
@media print {
	.header {
		display: none;
	}
}
/* ======================================
	common
====================================== */
.inner {
	width: 92%;
	max-width: 500px;
	margin: 0 auto;
}
.btnBox {
	display: inline-block;
	color: #fff;
	text-align: center;
	background: #de0039;
	font-size: 26px;
	min-width: 10em;
	border-radius: .3em;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
	margin-bottom: .5em;
	padding: .3em 1em;
}
.btnTxt {
	position: relative;
	font-size: 15px;
	color: #0077d2;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.btnTxt::after {
	position: absolute;
	content: '';
	font-weight: bold;
	display: inline-block;
	width: 1.5em;
	height: .5em;
	border-bottom: solid 1px;
	border-right: solid 1px;
	transform: skew(45deg);
	top: 50%;
	margin-top: -.3em;
	margin-left: .1em;
}
.categoryHeading {
	position: relative;
	padding-left: 1em;
	padding-bottom: 1em;
}
.categoryHeading h2 {
	color: #666;
	line-height: 1;
}
.categoryHeading .en {
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	color: #0077d2;
	padding-bottom: .4em;
	line-height: 1;
}
.container::after { content: ""; display: block; clear: both; }
@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: 1100px;
	}
	.btnBox {
		font-size: 34px;
	}
	.categoryHeading {
		padding-left: 4%;
	}
	.categoryHeading h2 {
		font-size: 18px;
	}
	.categoryHeading .en {
		font-size: 50px;
		padding-bottom: 6px;
	}
}
/* ======================================
	kv
====================================== */
.kv {
	position: relative;
	background: #edf2f7;
	z-index: 1;
	padding: 24px 0 280px;
	margin-top: 40px;
}
.kv::after{
	position: absolute;
	content: '';
	height: 350px;
	width: 100%;
	bottom: 0;
	right: 0;
	background: url(../img/kv_img_sp.png) no-repeat top right / contain;
	z-index: -1;
}
.kv-subTtl{
	background: #78AEBF;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	padding: 0 22px 1px;
}
.kv-ttl{
	position: relative;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: .1em;
	line-height: 1.36;
	margin-top: 10px;
	padding-bottom: 20px;
	color: #000;
}
.kv-ttl::after{
	position: absolute;
	content: '';
	width: 50px;
	height: 4px;
	background: #333;
	left: 0;
	bottom: 0;
}
.kv-ttl span{
	font-size: 1.5em;
}
.kv-txt{
	font-weight: bold;
	font-size: 14px;
	line-height: 1.85;
	margin: 12px 0;
	color: #000;
	text-align: justify;
}
.kv .contactBtn ul li a {
	font-size: 21px;
	width: 192px;
	min-width: auto;
}
.kv-btnBox-white{
	background: #fff;
	color: #de0039;
}
@media only screen and (max-width: 767px){
	.kv .contactBtn{
		display: none;
	}
}
@media only screen and (min-width: 768px) {
	.kv {
		padding: 50px 0;
	}
	.kv::after{
		height: 100%;
    width: 560px;
		background-image: url(../img/kv_img_pc.png);
		background-position: top left;
	}
	.kv .inner{
		width: 83%;
		max-width: 1150px;
	}
	.kv-subTtl{
		font-size: 18px;
		padding: 0 29px 1px;
	}
	.kv-ttl{
		padding-bottom: 30px;
		font-size: 32px;
	}
	.kv-txt{
		font-size: 18px;
		margin: 18px 0 28px;
	}
	.kv .contactBtn ul {
		display: flex;
		gap: 20px;
	}
	.kv .contactBtn ul li a {
		font-size: 20px;
		height: 54px;
    width: 220px;
	}
}
@media only screen and (min-width: 1024px){
	.kv {
		height: 540px;
	}
	.kv::after{
		width: 692px;
	}
	.kv-subTtl{
		font-size: 20px;
	}
	.kv-ttl{
		font-size: 42px;
	}
	.kv-txt{
		font-size: 20px;
	}
	.kv .contactBtn ul li a {
		font-size: 26px;
		height: 68px;
		width: 283px;
	}
}
@media only screen and (min-width: 1280px){
	.kv{
		margin-top: 60px;
	}
}
/* ======================================
	intro
====================================== */
.intro {
	padding: 32px 0;
}
.intro-lead{
	text-align: center;
	font-weight: bold;
	color: #666;
	font-size: 24px;
	line-height: 1.47;
}
.intro-lead span{
	font-size: .8em;
}
.intro-list{
	margin-top: 45px;
}
.intro-item{
	max-width: 334px;
	width: 100%;
	margin: 0 auto 20px;
}
.intro-img{
	max-width: 230px;
	width: 60%;
	margin: 0 auto 20px;
}
.intro-txt{
	text-align: center;
	font-weight: bold;
	background: #fff;
	font-size: 18px;
	line-height: 1.5;
	border: 2px solid #00418d;
	border-radius: 8px;
	padding: 13px 10px;
	position: relative;
}
.intro-txt::before{
	position: absolute;
	content: '';
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	width: 26px;
  height: 17px;
	background: url(../img/intro_deco.png) no-repeat center center / 100%;
	z-index: 1;
}
.intro-txt span{
	font-size: .8em;
}
@media only screen and (min-width: 768px) {
	.intro{
		padding: 25px 0 68px;
	}
	.intro-lead{
		font-size: 34px;
	}
	.intro-img{
		width: 80%;
	}
}
@media only screen and (min-width: 1024px){
	.intro-list{
		display: flex;
		justify-content: space-between;
	}
	.intro-item{
		width: 32%;
		margin: 0;
	}
}
@media only screen and (min-width: 1200px){
	.intro-txt{
		font-size: 20px;
	}
}
/* ======================================
	feature
====================================== */
.feature{
	background: #d2f2ff url(../img/feature_bg_pc.png) no-repeat center bottom / 100%;
	position: relative;
	z-index: 2;
	padding: 32px 0;
	overflow-x: hidden;
}
.feature::after{
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url(../img/feature_bg2.png) no-repeat top center / 100%;
	z-index: -1;
	width: 720px;
  height: 200px;
}
.feature-ttl{
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.58;
	color: #000;
}
.feature-lead{
	text-align: center;
	margin-top: 40px;
	color: #000;
}
.feature-list{
	margin: 32px auto 0;
	max-width: 920px;
	width: 100%;
}
.feature-item{
	text-align: center;
	background: rgb(255 255 255 / .9);
	max-width: 270px;
	width: 100%;
	padding: 15px 15px 22px;
	margin: 0 auto 15px;
}
.feature-img{
	max-width: 207px;
	margin: 0 auto 10px;
}
.feature-txt{
	font-weight: bold;
	font-size: 16px;
	line-height: 1.47;
}
@media only screen and (min-width: 768px) {
	.feature{
		padding: 35px 0 75px;
	}
	.feature::after{
		width: 882px;
		height: 220px;
	}
	.feature-ttl{
		font-size: 30px;
	}
	.feature-list{
		display: flex;
		justify-content: space-between;
		margin: 40px auto 0;
	}
	.feature-item{
		width: 32%;
		margin: 0;
	}
	.feature-txt{
		font-size: 18px;
	}
}
@media only screen and (min-width: 1024px){
	.feature-ttl{
		font-size: 34px;
	}
	.feature-txt{
		font-size: 23px;
	}
}
/* ======================================
	service
====================================== */
.service{
	padding: 48px 0 0;
}
.service-list{
	margin: 35px 0 70px;
}
.service-item{
	border: 1px solid #78aebf;
	text-align: center;
	max-width: 334px;
	width: 100%;
	padding: 30px 15px 20px;
	margin: 0 auto;
}
.service-item:not(:last-child){
	margin: 0 auto 20px;
}
.service-item-img{
	max-width: 71px;
	width: 70%;
	margin: 0 auto 15px;
}
.service-item-ttl{
	font-size: 20px;
	font-weight: bold;
}
.service-item-txt{
	font-size: 15px;
	line-height: 1.875;
	margin-top: 10px;
}
@media only screen and (min-width: 768px) {
	.service-item-img{
		margin: 0 auto 32px;
	}
	.service-item-ttl{
		font-size: 22px;
	}
	.service-item-txt{
		font-size: 16px;
	}
}
@media only screen and (min-width: 1024px){
	.service-list{
		margin: 50px 0 70px;
		display: flex;
		justify-content: center;
	}
	.service-item{
		width: 31%;
		min-height: 319px;
		padding: 48px 15px 15px;
		margin: 0;
	}
	.service-item:not(:last-child){
		margin: 0 45px 0 0;
	}
}
/* ======================================
	flow
====================================== */
.flow-lead{
	text-align: center;
	margin-top: 18px;
}
.flow-img{
	margin: 15px auto 0;
}
@media only screen and (min-width: 768px) {
	.flow{
		padding: 4em 0;
	}
	.flow-img{
		margin: 25px auto 0;
	}
}
/* ======================================
	faq
====================================== */
.faq{
	background: #EDF2F7;
	padding: 32px 0 40px;
}
.accordion{
	margin-top: 20px;
	line-height: 1.5;
}
.accordion-item{
	background: #fff;
	padding: 5px 15px;
	border-bottom: 2px solid #F5F5F5;
}
.accordion .accordion-item:last-child{
	border-bottom: 0;
}
.accordion-header{
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0;
}
.accordion-trigger{
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	padding-right: 30px;
}
.accordion-trigger::before{
	position: absolute;
	content: '';
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 1px;
	background: #008CCF;
}
.accordion-trigger::after{
	position: absolute;
	content: '';
	right: 9px;
	top: 50%;
	height: 20px;
	width: 1px;
	background: #008CCF;
	transition: .2s;
	transform: translateY(-50%) rotate(90deg);
}
.accordion-trigger.is-active::after {
	transform: translateY(-50%);
}
.accordion .icon{
	font-weight: 100;
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	margin-right: 20px;
	line-height: 1.2;

	width: 25px;
  text-align: center;
	flex-shrink: 0;
}
.accordion-trigger .icon{
	color: #0077D2;
}
.accordion-panel{
	padding: 0 0 10px;
}
.accordion-txt{
	font-size: 15px;
	display: flex;
	line-height: 2;
}
@media only screen and (min-width: 768px){
	.faq{
		padding: 48px 0 70px;
	}
	.accordion{
		margin-top: 32px;
	}
	.accordion-item{
		padding: 5px 70px;
	}
	.accordion-header{
		font-size: 18px;
	}
	.accordion-trigger{
		padding-right: 40px;
	}
	.accordion .icon{
		font-size: 30px;
		margin-right: 30px;
	}
	.accordion-txt{
		font-size: 16px;
		padding: 5px 6% 5px 0;
	}
}
/* ======================================
	column
====================================== */
#column{
	padding: 30px 0;
}
.columnList{
	margin-top: 32px;
}
#column ul li {
	max-width: 320px;
	margin: 0 auto;
	padding-bottom: 2em;
}
#column ul li a {
	display: block;
}
#column ul li a .img {
	padding-bottom: .8em;
}
#column ul li a .img img {
	object-fit: cover;
	width: 100%;
	max-height: 192px;
	height: 54vw;
}
#column ul li a p {
	font-weight: bold;
	padding-bottom: .5em;
	line-height: 1.75;
}
@media only screen and (min-width: 768px) {
	#column{
		padding: 48px 0 30px;
	}
	#column ul::after { content: ''; display: block; clear: both; }
	#column ul li {
		float: left;
		width: 29%;
		margin-left: 6.5%;
	}
	#column ul li:nth-child(3n+1) {
		clear: both;
		margin-left: 0;
	}
}
/* ======================================
	cta
====================================== */
.cta {
	background: #78aebf;
	padding: 2em 0;
}
.cta .catch {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	line-height: 1.5;
	padding-bottom: 1em;
}
.cta .btn {
	text-align: center;
	border-bottom: #fff 1px solid;
	margin-bottom: 1em;
	padding-bottom: .3em;
}
.cta .btnList li .btnBox{
	min-width: 283px;
	height: 68px;
}
.cta .btnList li .btnBox-white{
	background: #fff;
	color: #de0039;
}
.cta .btnList li .btnBox-white strong{
	line-height: 1;
}
.cta .tel {
	color: #fff;
	text-align: center;
	line-height: 1.5;
}
.cta .tel .heading strong {
	font-size: 120%;
}
.cta .tel .heading .time {
	display: block;
	padding-bottom: .5em;
}
.cta .tel .num {
	display: inline-block;
	font-size: 34px;
	padding-left: .8em;
	background: url("../img/icon_tel_w.png") 0 .4em / .7em auto no-repeat;
}
@media only screen and (min-width: 768px) {
	.cta .inner {
		max-width: 50em;
	}
	.cta .catch {
		color: #fff;
		font-size: 26px;
	}
	.cta .btnList li .btnBox{
		min-width: 10em;
		width: 370px;
		height: 88px;
	}
	.cta .tel .heading {
		position: relative;
		top: .2em;
		display: inline-block;
		margin-right: 1em;
	}
	.cta .tel .heading strong {
		font-size: 140%;
	}
	.cta .tel .num {
		display: inline-block;
		font-size: 53px;
		line-height: 1;
		background-position: 0 .15em;
	}
}
@media only screen and (min-width: 1024px){
	.cta .catch{
		font-size: 29px;
	}
	.cta .btnList{
		display: flex;
		justify-content: center;
		gap: 40px;
	}
	.cta .btnList li .btnBox{
		width: auto;
	}
}
