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


/*/////// セクション2 ////////*/
.tab__area{
    width: 100%;
}

.tab__list{
    display: table;
    margin: 0 auto;
    width: 100%;
    zoom: 1;
    table-layout: fixed;
    border-spacing: 0;
}

.tab__item{
    display: table-cell;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	width: 48.8%;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 15px;
}

.tab__item a {
	display: block;
	font-size: 0.95em;
	line-height: 1.6em;
	font-weight: 600;
	color: #222;
}

.tab__item a img {
	border-radius: 8px;
}

.js-tab-box{
    display:none;
}

.sec2 .reform-title img {
	border-radius: 8px;
}

.sec2 .reform-title h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: fit-content;
    padding: 20px;
    background: rgba(0,0,0,.5);
    color: #fff;
    white-space: nowrap;
	font-size: 1.6em;
	font-weight: 700;
}

.sec2 .reform-accordion_one h3 {
	font-size: 1.4em;
	font-weight: 600;
	text-align: center;
}

.sec2 .reform-accordion_one h4 {
	font-size: 1.25em;
	font-weight: 600;
}

.sec2 .osusume-wrap {
	display: grid;
	grid-template-columns: 1fr;
	gap: 25px;
}

.sec2 .osusume-wrap .bg-wrap {
	background-color: #efeae8;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
}

.sec2 .osusume-wrap .bg-wrap p {
	font-size: 1.15em;
	line-height: 1.6em;
	font-weight: 600;
	margin-bottom: 0;
}

.sec2 .link-wrap {
	margin-bottom: 30px;
}

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

.sec2 .link .text-wrap {
	height: 100%;
	display: flex;
	align-items: center;
	background-color: #f3f3f3;	
	padding: 20px;
}

.sec2 .link .text-wrap p {
	font-size: 0.87em;
	line-height: 1.7em;
}

.sec2 .link a {
	color: #222;
}

.sec2 .reform-accordion_footer {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.sec2 .btn-close1 {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

.sec2 .btn-close1 span {
    font-size: 15px;
    line-height: 1;
}

.sec2 .reform-accordion_inner,
.sec2 .box_one {
    width: 100%;
}

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

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

.sec2 .contact-mail a {
	width: 280px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #fff;
	text-align: center;
	padding: 15px 0;
	color: #fff;
}

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

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

@media (max-width: 479px) {
	.sec2 .reform-title h2.care {
		font-size: 1.35em !important;
	}
}

@media (max-width: 575px) {
	.sec2 .link-wrap .col-5 {
		padding-right: 0;
	}

	.sec2 .link-wrap .col-7 {
		padding-left: 0;
	}
}	

@media (min-width: 576px) {
	.tab__item{
		width: 31.3%;
		padding-left: 3px;
		padding-right: 3px;
		margin-bottom: 20px;
	}

	.sec2 .reform-title img {
		border-radius: 8px;
	}

	.sec2 .reform-title h2 {
		padding: 25px;
		font-size: 1.7em;
	}

	.sec2 .reform-accordion_one h3 {
		font-size: 1.5em;
	}

	.sec2 .reform-accordion_one h4 {
		font-size: 1.3em;
	}

	.sec2 .link-wrap {
		margin-bottom: 40px;
	}
	
	.sec2 .link-wrap:nth-last-child(-n+2) {
		margin-bottom: 0 !important;
	}	

	.sec2 .link .text-wrap p {
		font-size: 1em;
	}

	.sec2 .reform-accordion_footer {
		margin-top: 25px;
	}
	
	.sec2 .osusume-wrap {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}	
	
	.sec2 .contact-mail {
		padding: 30px 0;
	}

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

@media (min-width: 768px) {
	.tab__item{
		width: 31.7%;
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 30px;
	}
	
	.tab__item a {
		font-size: 1.1em;
	}	

	.sec2 .reform-title h2 {
		padding: 30px;
		font-size: 1.8em;
	}
	
	.sec2 .read-wrap {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.sec2 .bg-wrap {
		height: 150px;
		display: flex;
		align-items: center;
	}

	.sec2 .reform-accordion_one h3 {
		font-size: 1.5em;
	}

	.sec2 .reform-accordion_one h4 {
		font-size: 1.3em;
	}
	
	.sec2 .osusume-wrap {
		grid-template-columns: repeat(3, 1fr);
		gap: 40px;
	}
	
	.sec2 .construction p {
		font-size: 1.15em !important;
	}

	.sec2 .link-wrap {
		margin-bottom: 0px !important;
	}
	
	.sec2 .link .text-wrap p {
		font-size: 0.9em;
	}

	.sec2 .reform-accordion_footer {
		margin-top: 25px;
	}
	
	.sec2 .contact-mail {
		padding: 40px 0;
	}

	.sec2 .contact-mail a {
		width: 380px;
		padding: 25px 0;
		font-size: 1.15em;
	}	
}

@media (min-width: 992px) {
	.tab__list {
		max-width: 900px;
	}
	.tab__item{
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 40px;
	}
	
	.tab__item a {
		font-size: 1.2em;
	}	

	.sec2 .reform-title h2 {
		padding: 40px;
		font-size: 2em;
	}
	
	.sec2 .read-wrap {
		width: 85%;
	}	
	
	.sec2 .bg-wrap {
		height: 180px;
		display: flex;
		align-items: center;
	}

	.sec2 .reform-accordion_one h3 {
		font-size: 1.7em;
	}

	.sec2 .reform-accordion_one h4 {
		font-size: 1.4em;
	}
	
	.sec2 .bg-wrap p {
		font-size: 1.25em !important;
	}	

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

	.sec2 .link .text-wrap {
		padding: 25px;
	}
	
	.sec2 .link .text-wrap p {
		font-size: 0.95em;
	}

	.sec2 .reform-accordion_footer {
		margin-top: 25px;
	}	
	
	.sec2 .contact-mail a {
		width: 420px;
	}	
}

@media (min-width: 1200px) {
	.sec2 .read-wrap {
		width: 80%;
	}
	
	.sec2 .reform-title h2 {
		padding: 50px 40px;
		font-size: 2.2em;
	}
	
	.sec2 .contact-mail {
		padding: 50px 0;
	}	
}


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

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

.faq-tabs__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-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-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) {
	.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;
	}
}
