@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Fjalla+One&family=Josefin+Sans:wght@500&family=Klee+One&family=Lexend+Deca:wght@800&family=Noto+Serif+JP:wght@600&family=Zen+Kurenaido&display=swap');
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	トップページ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

img {
    image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	image-rendering: -webkit-optimize-contrast;
}

/* ================================================================================

	レイアウト

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#wrapper {
		background-color:#fff;
		color:#474343;
	}

	main.outer_wrap {
		position: relative;
		max-width: none;
		/* max-width: 1920px; 固定幅レイアウト時 */
		width: 100%;
		min-height: 50vh;
		display: block;
		margin: 0 auto;
		background-color:#f4f1e9;

	}

	.inner_wrap {
		position: relative;
	}
	.arrow_01 a::before{
		width: 5px;
		height: 5px;
		border-top: 2px solid #000;
		border-right: 2px solid #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.pc_none{
		display:none;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#wrapper {
		background-color:#fff;
		color:#474343;
	}

	main.outer_wrap {
		position: relative;
		width: 100%;
		background-color:#f4f1e9;
	}

	.inner_wrap {
		position: relative;
	}
	.arrow_01 a::before{
		width: 5px;
		height: 5px;
		border-top: 2px solid #000;
		border-right: 2px solid #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.sp_none{
		display:none;
	}
}





/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	ここからコンテンツ内容

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.nopoint{
	pointer-events: none;
}
.displaynone{
	display:none;
}
.displayyes{
	display:block;
}

.links:hover{
		opacity: 0.9; 
		display: block;
}
/* ================================================================================

	ヘッダー

================================================================================ */
a:hover,a img:hover{
	 opacity: 0.9; 
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.main_contants{
		background: url(../images/pc_top_02.jpg)center top no-repeat;
		background-size: 1920px auto;
		height: 712px;
		margin-top: 56px;
		 -webkit-backface-visibility: hidden; 
	}
	.main_pics{
		display: flex;
		margin: 0 0 0 50%;
	}
	.main_taku_toroku{
		margin-left: -42px;
		margin-top: 417px;
	}
	.main_taku_toroku img{
		width: 97%;
	}

	.main_katsu_toroku{
		margin-top: 417px;

	}
	.main_katsu_toroku img{
		width: 97%;		
	}

}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
		.main_contants{
background: url(../images/sp_01_01.jpg)center top no-repeat;
    background-size: auto;
    background-size: 100vw;
    height: 187vw;
    margin-top: 0vw;
    -webkit-backface-visibility: hidden;
	}
	.main_pics{
		display: flex;
		margin: margin: 0;;
	}
	.main_taku_toroku{
margin-left: 4vw;
margin-top: 128.5vw;
	}
	.main_taku_toroku img{
		width: 92%;
	}

	.main_katsu_toroku{
margin-top: 128.5vw;
    margin-left: -3vw;

	}
	.main_katsu_toroku img{
		width: 92%;
	}
}


/* ================================================================================

	〇〇

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.top_clm01{
		background: url(../images/pc_top_03.jpg)center top no-repeat;
		background-size: 1920px auto;
		height: 420px;
		margin-top: 54px;
		 -webkit-backface-visibility: hidden; 
	}
	.clm01_contents{
		width:1366px;
		margin:0 auto;
	}
	.top_movie{
width: 499px;
    height: 280px;
    margin: 40px 0 0 642px;
    position: absolute;
	}
	.top_movie img{
		width:100%;
	}
	.top_shiryo_btn{
		margin: 210px 0 0 207px;
    	position: absolute;
	}
	.top_shiryo_btn img{

	}
	

}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.top_clm01{
	background: url(../images/sp_01_02.jpg)center top no-repeat;
    background-size: auto;
    background-size: 100vw;
    height: 95vw;
    margin-top: 0;
    -webkit-backface-visibility: hidden;
	}
	.clm01_contents{
	width: 100vw;
    margin: 0 auto;
	}
	.top_movie{
width: 92vw;
    height: 53vw;
    margin: 46vw 0 0 4vw;
    position: absolute;
	}
	.top_movie iframe{
		width:100%;
		height:100%;
	}
	.top_shiryo_btn{
margin: 105vw 0 0 13vw;
    position: absolute;
    width: 76vw;
	}
	.top_shiryo_btn img{

	}
}


/* ================================================================================

	〇〇

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.top_clm02{
		background: url(../images/pc_top_04.jpg)center top no-repeat;
		background-size: 1920px auto;
		height: 884px;
		margin-top: -7px;	
		 -webkit-backface-visibility: hidden; 
	}
	.clm02_contents{
		width:1366px;
		margin:0 auto;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.top_clm02{
background: url(../images/sp_01_03.jpg)center top no-repeat;
    background-size: auto;
    background-size: 100vw;
    height: 421vw;
    margin-top: 32vw;
    -webkit-backface-visibility: hidden;
	}
	.clm02_contents{

		margin:0 auto;
	}
}


/* ================================================================================

	〇〇

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.top_clm04{
		background: url(../images/pc_top_05.jpg)center top no-repeat;
		background-size: 1920px auto;
		height: 1245px;
		margin-top: -102px;
		 -webkit-backface-visibility: hidden; 	
	}
	.clm04_contents{
		width:1366px;
		margin:0 auto;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.top_clm04{
background: url(../images/sp_02_01.jpg)center top no-repeat;
    background-size: auto;
    background-size: 100vw;
    height: 300vw;
    margin-top: -18vw;
    -webkit-backface-visibility: hidden;
	}
	.clm04_contents{

		margin:0 auto;
	}
}


/* ================================================================================

	〇〇

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.top_clm05{
		background: url(../images/pc_top_06.jpg)center top no-repeat;
		background-size: 1920px auto;
		height: 876px;
		margin-top: -7px;	
		 image-rendering: -webkit-optimize-contrast;
	}
	.clm05_contents{
		width:1366px;
		margin:0 auto;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.top_clm05{
background: url(../images/sp_02_02.jpg)center top no-repeat;
    background-size: auto;
    background-size: 100vw;
	height: 233vw;
    margin-top: -10vw;
	}
	.clm05_contents{

		margin:0 auto;
	}
}


/* ================================================================================

	〇〇

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.top_clm06{
		background: url(../images/pc_top_07.jpg)center top no-repeat;
		background-size: 1920px auto;
		height: 725px;
		margin-top: 6px;
		 image-rendering: -webkit-optimize-contrast;
	}
	.clm06_contents{
		width:1366px;
		margin:0 auto;
	}
	.qa{
background: url(../images/pc_top_08.jpg)center top no-repeat;
    background-size: auto;
    background-size: 1920px auto;
    margin-top: 41px;
    image-rendering: -webkit-optimize-contrast;
    padding-top: 33px;
	}
	.qa_contents{
width: 1366px;
    margin: 100px auto 0;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.top_clm06{
background: url(../images/sp_02_03.jpg)center top no-repeat;
    background-size: auto;
    background-size: auto;
    background-size: 100vw;
    height: 225vw;
    margin-top: 4vw;
	}
	.clm06_contents{

		margin:0 auto;
	}
	.qa{
background: url(../images/sp_02_04.jpg)center top no-repeat;
    background-size: auto;
    background-size: auto;
    background-size: 100vw;
    margin-top: -31vw;
	}
	.qa{
margin: -29vw auto 0;
	}
}


/* ================================================================================

	〇〇

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
.footer{
	background:#007f3c;
}
.foot_toroku{
width: 1000px;
    margin: 0 auto;
    display: flex;
}
.foot_katsu_toroku img,.foot_taku_toroku img{
	width:80%;
}
.foot_katsu_toroku{
position: absolute;
margin: 497px 1px 0 187px;
}
.foot_taku_toroku{
position: absolute;
   margin: 496px 0 0 599px;
}
.footer_base{
	width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 12px;
}
.footer a{
color: #FFF;
    font-size: 12px;
    margin: 0 13px;
}
.footer ul{

}

.footer li {
	display:inline-block;
}
.copy{
	font-size:10px;
	padding: 10px;
	color:#FFF;
}
.guide_banner{
width: 1366px;
    margin: -90px auto 150px;
    text-align: center;

}
.guide_banner img{
width: 600px;
    margin: 0 auto;
}
.pc_none{
	display:none;
}

.qa-1 {
max-width: 700px;
  margin-bottom: 7px;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
  margin: 9px auto 0;
}

.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-1 summary::before {
    color: rgb(84, 173, 89);
    content: "Q";
}

.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-1[open] summary::after {
    transform: rotate(225deg);
}

.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-1[open] p {
    transform: none;
    opacity: 1;
}

.qa-1 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}


}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
.footer{
	background:#007f3c;
}
.foot_toroku{
width: 60vw;
    margin: 0 auto;
}
.foot_katsu_toroku img,.foot_taku_toroku img{
	width:80%;
}
.foot_katsu_toroku{
position: absolute;
    margin: 102vw 5vw 5vw 3vw;
}
.foot_taku_toroku{
position: absolute;
    margin: 189vw 5vw 5vw 3vw;
}
.footer_base{
width: 100vw;
    margin: 0 auto;
    text-align: left;
    padding: 11vw;
}
.footer a{
color: #FFF;
    font-size: 3vw;
    margin: 0 13vw;
}
.footer ul{

}

.footer li {
	display:inline-block;
}
.copy{
font-size: 3vw;
    padding: 13vw 0 0;
    color: #FFF;
    text-align: center;
}
.sp_none{
	display:none;
}
.guide_banner{
width: 76vw;
    margin: -5vw auto 20vw;
    text-align: center;
}
.guide_banner img{
width: 100%;
    margin: 0 auto;
}
.qa_contents{
	padding-top: 28vw;
}
.qa-1 {
max-width: 90vw;
    margin-bottom: 7px;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    margin: 2vw auto 0;
}

.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-1 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-1[open] summary::after {
    transform: rotate(225deg);
}

.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-1[open] p {
    transform: none;
    opacity: 1;
}

.qa-1 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}
}


