@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

/*/////// MV ////////*/
@media (max-width: 479px) {
	.mv .title h1 {
		font-size: 1.9em;
		line-height: 1.4em;
	}
}	

/*/////// セクション2 ////////*/
.sec2 h1, .sec3 h1, .sec4 h1 {
	font-size: 1.7em;
	font-weight: 700;
	text-align: center;
}

.sec2 .wrap h2 {
	font-size: 1.4em;
	font-weight: 600;
}

.sec2 .wrap h2 span {
	font-family: "Great Vibes", cursive;
	font-weight: 400;
	font-size: 2.2em;
	vertical-align: -0.03em;
	display: inline-block;
	margin-right: 15px;
}

.sec2 .wrap {
	margin-bottom: 40px;
}

.sec2 .wrap:last-child {
	margin-bottom: 0;
}

@media (min-width: 576px) {
	.sec2 .container {
		width: 480px !important;
	}
	
	.sec2 h1, .sec3 h1, .sec4 h1 {
		font-size: 1.8em;
	}

	.sec2 .wrap h2 span {
		font-size: 2.5em;
	}

	.sec2 .wrap {
		margin-bottom: 50px;
	}
}

@media (min-width: 768px) {
	.sec2 .container {
		width: 700px !important;
	}
	
	.sec2 .wrap h2 {
		font-size: 1.3em;
}	

	.sec2 .wrap h2 span {
		font-size: 2.3em;
	}
	
	.sec2 .wrap p {
		font-size: 0.9em;
		line-height: 1.7em;
	}

	.sec2 .wrap {
		margin-bottom: 60px;
	}
	
	.sec2 .bg-glay2 {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
}

@media (min-width: 992px) {
	.sec2 .container {
		width: 960px !important;
	}
	
	.sec2 .wrap h2 {
		font-size: 1.5em;
}	

	.sec2 .wrap h2 span {
		font-size: 2.6em;
	}
	
	.sec2 .wrap p {
		font-size: 1em;
		line-height: 1.8em;
	}

	.sec2 .wrap {
		margin-bottom: 70px;
	}
	
	.sec2 .bg-glay2 {
		padding: 35px !important;
		padding-top: 25px !important;
	}	
}

@media (min-width: 1200px) {
	.sec2 .container {
		width: 1000px !important;
	}
}

/*/////// セクション3 ////////*/
.sec3 {
	background-image: url("../images/reform/inspection/bg_sp.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	position: relative;
	z-index: -2;
}

.sec3 h2 {
	font-size: 1.35em;
	font-weight: 600;
}

.sec3 .flow {
	margin-bottom: 30px;
}

.sec3 .flow:last-child {
	margin-bottom: 0;
}

.sec3 .flow .col-4 {
	padding-right: 4.5%;
}

.sec3 .flow .col-8 {
	border-bottom: 1px solid #999;
	padding-bottom: 15px;
}

.sec3 .line {
	position: absolute;
	top: 10%;
	left: 13.3%;
	z-index: -1;
	height: 85%;
	border-left: 2px solid #7fb2be;
}

@media (min-width: 576px) {
	.sec3 .flow-wrap {
		width: 460px !important;
		margin-left: auto;
		margin-right: auto;
	}

	.sec3 h2 {
		font-size: 1.35em;
		font-weight: 600;
	}

	.sec3 .flow {
		margin-bottom: 30px;
	}

	.sec3 .flow:last-child {
		margin-bottom: 0;
	}

	.sec3 .flow .col-4 {
		padding-right: 4.5%;
	}

	.sec3 .flow .col-8 {
		border-bottom: 1px solid #999;
		padding-bottom: 15px;
	}

	.sec3 .line {
		position: absolute;
		top: 10%;
		left: 13.3%;
		z-index: -1;
		height: 85%;
		border-left: 2px solid #7fb2be;
	}
}

@media (min-width: 768px) {	
	.sec3 .flow-wrap {
		width: 620px !important;
	}

	.sec3 .line {
		left: 9.5%;
	}	
}

@media (min-width: 992px) {	
	.sec3 {
		background-image: url("../images/reform/inspection/bg_pc.jpg");
	}
	
	.sec3 .flow-wrap {
		width: 720px !important;
	}
	
	.sec3 h2 {
		font-size: 1.5em;
		margin-bottom: 15px;
	}	
}

/*/////// セクション4 ////////*/
.sec4 .container {
	max-width: 960px;
}

.sec4 h2 {
	font-size: 1.3em;
	font-weight: 600;
	text-align: center;
}

.faq{
    max-width:900px;
    margin:auto;
}

.faq__nav{
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.faq-tab{
    width:47.5%;
    height:60px;
    border:1px solid #ccc;
    background:#fff;
    cursor:pointer;
    transition:.3s;
	margin-bottom: 20px;
}

.faq-tab.is-active{
    background:#7fb3bf;
    color:#fff;
}

.faq-content{
    display:none;
}

.faq-content.is-show{
    display:block;
}

.faq-item{
    border-bottom:1px solid #ddd;
}

.faq-question, .faq-answer {
    display:flex;
    align-items:center;
    cursor:pointer;
    position:relative;
    padding:15px 55px 15px 0;
    font-weight:600;
}

.faq-answer{
    display:none;
    padding-right: 0;
	font-weight:400;
}

.faq-answer__inner {
    display:flex;
}

.faq-answer__inner2 {
    align-items: center;
}

.faq-q, .faq-a {
    width:30px !important;
    height:30px !important;
    border:1px solid #999;
    border-radius:50%;
    display:flex;
	flex-shrink: 0;
    align-items:center;
    justify-content:center;
    margin-right:12px;
    font-size:16px;
}

.faq-a {
    border:1px solid #7fb3bf;
	background-color: #7fb3bf; 
	color: #fff;
	margin-top: 5px;
}

.faq-a2 {
	margin-top: 0;
}

.faq-answer p{
    margin:0;
}

.faq-arrow{
    position:absolute;
    right:10px;
    top:50%;
    width:10px;
    height:10px;
    border-right:2px solid #333;
    border-bottom:2px solid #333;
    transform:translateY(-50%) rotate(45deg);
    transition:.3s;
}

.faq-item.is-open .faq-arrow{
    transform:translateY(-50%) rotate(225deg);
}

@media (min-width: 576px) {
	.sec4 h2 {
		font-size: 1.4em;
	}
	
	.faq-tab{
		width:24%;
		height:65px;
		margin-bottom: 20px;
		line-height: 1.5em;
	}
	
	.faq-question, .faq-answer {
		padding-top: 20px;
		padding-bottom: 20px;
	}	
}

@media (min-width: 768px) {	
	.faq-question, .faq-answer {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	.faq-question p {
		font-size: 1.15em;
	}
}

.sec4 .contact-mail {
	width: 100%;
	background-color: #339e8c;
	padding: 20px;
}

.sec4 .contact-mail a img {
	width: 20px;
	display: inline-block;
	margin-right: 5px;
}

.sec4 .contact-mail a {
	width: 260px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #fff;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	font-size: 1.15em;
	line-height: 1.6em;
}

.sec4 .contact-mail a:hover {
	color: #fff !important;
	opacity: 0.65;
}

@media (min-width: 414px) {
	.sec4 .contact-mail a {
		width: 280px;
		padding: 15px 0;
	}
	
	.sec4 .contact-mail a img {
		width: 25px;
		vertical-align: -0.15em;
	}	
}

@media (min-width: 576px) {
	.sec4 .contact-mail {
		padding: 30px 0;
	}

	.sec4 .contact-mail a {
		width: 340px;
		padding: 20px 0;
		font-size: 1.2em;
	}	
}

@media (min-width: 768px) {
	.sec4 .contact-mail {
		padding: 40px 0;
	}

	.sec4 .contact-mail a {
		width: 520px;
		padding: 25px 0;
		font-size: 1.3em;
	}	
}

@media (min-width: 992px) {
	.sec4 .contact-mail a {
		width: 560px;
		padding: 35px 0;
	}	
}

@media (min-width: 1200px) {
	.sec4 .contact-mail {
		padding: 60px 0;
	}	
}
