@charset "UTF-8";
/*
#firstVew
---------------------------*/
#firstVew {
	background-color: #1C2A53;
	height: 100%;
	/*padding-bottom: 130vw;*/
	position: relative;
}
#firstVew #fv-ph {
	width: 100%;
	height: auto;
	background-image: url("../img/mv_bg_sp.jpg");
	background-repeat: repeat-x;
	background-position:center 0;
	background-size: cover;
	position: relative;
}
#firstVew #fv-ph h1 {
	text-align: center;
	padding: 13vw 0;
	background-color: rgba(0,0,0,0.15);
}
#firstVew #fv-ph img {
	width: 90%;
	max-width: 750px;
}
#firstVew #fv-btn {
	position: relative;
	margin-top: -5vw;
	padding-bottom: 5vw;
}
#firstVew #fv-btn > p {
	margin-bottom: 1em;
}
@media screen and (min-width: 600px){
	#firstVew #fv-btn .btnRound a {
		width: auto;
		max-width: 48vw;
		height: 80px;
		font-size: 2.3rem;
	}
}
@media screen and (min-width: 769px){
	#firstVew #fv-ph {
		background-image: url("../img/mv_bg.jpg");
	}
	#firstVew #fv-ph h1 {
		padding: 30px 0;
	}
	#firstVew #fv-btn {
		display: flex;
		justify-content: center;
		margin: 0 auto;
		padding: 40px 0;
		width: 90%;
		max-width: 1000px;
	}
	#firstVew #fv-btn .btnRound {
		width: 40%;
		margin: 0 2%;
	}
	.bg-roop {
		-webkit-animation: bgroop 200s linear infinite;
		animation: bgroop 200s linear infinite;
		overflow: hidden;
	}
}
/*背景ループアニメーション用*/
@-webkit-keyframes bgroop {
	from {
		background-position: 0  0;
	}
	to {
		background-position: -5000px 0;
	}
}
@keyframes bgroop {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -5000px 0;
	}
}
/*
#intro
---------------------------*/
#intro .logo02 {
	margin: 0 auto 20px auto;
	width: 80px;
}
#intro .ph {
	text-align: center;
	margin-bottom: 40px;
}
#intro dl {
	margin-bottom: 30px;
}
#intro dl:last-child {
	margin-bottom: 0;
}
#intro dt {
	color: #1C2A53;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	font-size: 18px;
	margin-bottom: 1em;
}
#intro dd {
	display: flex;
	letter-spacing: 0.05em;
}
#intro dd img {
	width: 32%;
	margin-right: 5%;
}
#intro dl:nth-child(odd) dd img {
	order: 2;
	margin-right: 0;
	margin-left: 5%;
}
#intro dl:nth-child(odd) dd p {
	order: 1;
}
@media screen and (min-width: 768px){
	#intro .logo02 {
		width: 120px;
	}
	#intro .ph{
		margin-bottom: 60px;
	}
	#intro dl {
		margin-bottom: 60px;
	}
	#intro dt {
		font-size: 2.4rem;
	}
	#intro dd {
		align-items: center;
	}
	#intro dd p {
		font-size: 1.8rem;
		line-height: 2;
	}
	#intro dd img {
		width: 25%;
	}
	#intro dl:nth-child(odd) dd img {
		order: 1;
		margin-right: 5%;
		margin-left: 0;
	}
	#intro dl:nth-child(odd) dd p {
		order: 2;
	}
}
/*
#about
---------------------------*/
.contentWrap #about .inner {
	padding-top: 0;
	padding-bottom: 80px;
}
#about .double_line {
	display: inline-block;
	position: relative;
	padding: 3em 6%;
	border: solid 1px #1C2A53;
}
.double_line::before {
	content: "";
	position: absolute;
	top: 6px;
	bottom: -8px;
	right: -8px;
	left: 6px;
	border: solid 1px #00A0E9;
	z-index: -1;
}
#about dl {
	margin-bottom: 3em;
}
#about dt {
	color: #041E4E;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
	font-size: 17px;
	margin-bottom: 1em;
	padding-bottom: 6px;
	display: inline-block;
	background-image: linear-gradient(to right, #5FC8E6, #5FC8E6 4px, transparent 4px, transparent 7px);
	background-size: 11px 2px;  
	background-position: left bottom;  
	background-repeat: repeat-x; 
}
#about dd p {
	font-size: 15px;
	margin-bottom: 1em;
}
#about dd p:last-child {
	margin-bottom: 0;
}
#about dd a {
	text-decoration: underline;
}
@media screen and (min-width: 768px){
	#about .double_line {
		padding: 5em 6%;
	}
	#about dt {
		font-size: 1.9rem;
	}
	#about dd p {
		font-size: 1.7rem;
	}
}

/*
#faq
---------------------------*/
#faq {
	background-color: #F7F7F7;
}
#faq .subTitle.linetop:before {
	background-color: #2175DB;
}

@media screen and (min-width: 769px){
	#faq .subTitle {
		padding-bottom: 60px;
	}
}
/*.faqList*/
.faqList dl {
	background-color: #ffffff;
	margin-bottom: 20px;
	padding-bottom: 1px;
	border: 1px solid #D8E8F2;
}
.faqList dt {
	position: relative;
	padding: 20px 20px 20px 68px;
}
.faqList dt p {
	font-weight: 700;
	line-height: 1.2;
	font-size: 17px;
}
.faqList dt:before {
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	font-family: "Montserrat", "Noto Sans JP", sans-serif;
	content: "Q";
	color: #ffffff;
	text-align: center;
	line-height: 2;
	font-weight: 600;
	font-size: 17px;
	width: 38px;
	height: 38px;
	border-radius: 100%;
	background-color: #2175DB;
}
.faqList dt p:before,
.faqList dt p:after {
	content: "";
	position: absolute;
	display: inline-block;
	background: #2175DB;
	transition: all 0.1s;
	z-index: 1;
	top: 30px;
	right: 10px;
	width: 10px;
	height: 2px;
}
.faqList dt p:after {
    top: 26px;
    right: 14px;
    width: 2px;
    height: 10px;
}
.faqList dl.active dt p:after,
.faqList dl.open dt p:after {
	content: none;
}
.faqList dl.active.open dt p:after {
	content: "";
}
.faqList dd {
	margin: 0 32px 30px 32px;
	background-color: #E9F4F9;
	padding: 20px;
}
.faqList dd p {
	font-size: 14px;
	line-height: 1.7;
}
.faqList dl:first-child dd {
	display: block;
}
@media screen and (min-width: 769px){
	.faqList dt p {
		font-size: 1.9rem;	
	}
	.faqList dd p {
		font-size: 1.7rem;	
	}
}

