@charset "UTF-8";

@media screen and (max-width: 767px) {
	section { position: relative; }
	section .in { margin: 0 6%; padding: 5vh 0; }
		
	.ttlFlex { margin-bottom: 20px; }
	.ttl01 { font-size: 1.0em; font-weight: 700; line-height: 1.0; margin-bottom: 10px; }
	.ttl02 { font-size: 2.0em; font-weight: 700; line-height: 1.0; margin-bottom: 20px; text-align: center; color: var(--base-color); letter-spacing: 0.1em; }
	.enTtl { font-size: 3.0em; line-height: 1.0; margin-bottom: 0px; color: var(--base-color); font-weight: 700; font-style: normal;}
	.enTtl.textUp.add-show { color: var(--base-color); }
	.enSubTtl { font-size: 0.9em; line-height: 1.0; margin-bottom: 40px; color: var(--base-color); font-weight: 700; font-style: normal; text-align: center; }
	.ttlFlexL { margin-right: 40px; }
	.mark { width: 50px; margin: 0 auto 10px; }
	
	.flex-forth { display: flex; justify-content: space-between; flex-wrap: wrap; margin: 5vh 0;}
	.flex-forth li { width: 48%; margin-bottom: 40px;}
	.flex-forth li div { width: 100px; margin: 0 auto 20px;}
	.flex-forth li p { text-align: center; font-size: 1.1em; margin-bottom: 0; color: var(--base-color); font-weight: 700; line-height: 1.7}
	.flex-forth li p a         { resize: none; }
	.flex-forth li p a:link    { color:var(--base-color); text-decoration: underline; }
	.flex-forth li p a:visited { color:var(--base-color); text-decoration: underline; }
	.flex-forth li p a:hover   { color:var(--base-color); text-decoration: underline; opacity: 0.7; }
	.flex-forth li p a:active  { color:var(--base-color); text-decoration: underline; }
	
	.flexImg { display: flex; justify-content: center;}
	
	.in-flex-L { margin-bottom: 40px;}
	.newsList li { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #333;}
	.newsCate { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 10px; }
	.newsCate dt { font-family: "Oswald", sans-serif; font-weight: 700; padding: 5px 10px; line-height: 1.0; font-size: 0.9em; }
	.newsCate dd { font-family: "Oswald", sans-serif; font-weight: 700; padding: 5px 10px; background: var(--base-color); color: #fff; line-height: 1.0; font-size: 0.9em; }
	.newsList li p { margin-bottom: 0px;}
		
	.iconList { display: flex; justify-content: space-between; }
	.iconList li { width: 30%; margin: 0;}
	.iconList li div { width: 80%; margin: 0 auto 5px;}
	.iconList li p { margin-bottom: 0px; font-size: 0.8em; text-align: center; }
	
	
	#anch00 .ttl02 { margin-bottom: 20px; line-height: 1.7; font-size: 1.5em; }
	#anch00 .in { padding: 10vh 0 5vh; }
	#anch00 .in .img_y_R { margin-bottom: 20px; }
	
	.overview { background-image: linear-gradient(133deg, rgba(253, 219, 146, 0.25), rgba(209, 253, 254, 0.25)); }
	
	.in-flex-half-img { background:url("../img/common/bill.png") center center no-repeat; height: 250px; width: 100%; background-size: cover; }
}
@media screen and (min-width: 768px) {
	/*#content { padding-top: 10vh; }*/
	section { position: relative; }
	section .in { margin: 0 2%; padding: 5vh 0; max-width: 1200px; margin: 0 auto; width: 96%; }
		
	.ttlFlex { display: flex; justify-content: flex-start; align-items: center; ; }
	.ttl01 { font-size: 1.8em; font-weight: 700; line-height: 1.0; margin-bottom: 10px; }
	.ttl02 { font-size: 2.4em; font-weight: 700; line-height: 1.4; margin-bottom: 10px; text-align: center; color: var(--base-color); letter-spacing: 0.1em; }
	.enTtl { font-size: 4.8em; line-height: 1.0; margin-bottom: 40px; color: var(--base-color); font-weight: 700; font-style: normal;}
	.enTtl.textUp.add-show { color: var(--base-color); }
	.enSubTtl { font-size: 0.9em; line-height: 1.0; margin-bottom: 40px; color: var(--base-color); font-weight: 700; font-style: normal; text-align: center; }
	.ttlFlexL { margin-right: 40px; }
	.mark { width: 60px; margin: 0 auto 10px; }
	
	.overview { background-image: linear-gradient(133deg, rgba(253, 219, 146, 0.25), rgba(209, 253, 254, 0.25)); }
	
	#anch00 .ttl02 { text-align: left; margin-bottom: 40px; }
	#anch00 .in { padding: 10vh 0 5vh; }

	.flex-forth { display: flex; justify-content: space-between; margin: 5vh 0;}
	.flex-forth li { width: 23%;}
	.flex-forth li div { width: 100px; margin: 0 auto 20px;}
	.flex-forth li p { text-align: center; font-size: 1.1em; margin-bottom: 0; color: var(--base-color); font-weight: 700;}
	.flex-forth li p a         { resize: none; }
	.flex-forth li p a:link    { color:var(--base-color); text-decoration: underline; }
	.flex-forth li p a:visited { color:var(--base-color); text-decoration: underline; }
	.flex-forth li p a:hover   { color:var(--base-color); text-decoration: underline; opacity: 0.7; }
	.flex-forth li p a:active  { color:var(--base-color); text-decoration: underline; }
	
	.flexImg { display: flex; justify-content: center;}

	.in-flex { display: flex; justify-content: flex-start; width: 100%; }
	.in-flex-L { margin-right: 6%; }
	.in-flex-R { width: 60%; }
	
	.voice { padding: 5vh 0; }
	
	.newsSec { padding: 5vh 0; }
	.newsList li { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #333;}
	.newsCate { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 10px; }
	.newsCate dt { font-family: "Oswald", sans-serif; font-weight: 700; padding: 5px 10px; line-height: 1.0; font-size: 0.8em;}
	.newsCate dd { font-family: "Oswald", sans-serif; font-weight: 700; padding: 5px 10px; background: var(--base-color); color: #fff; line-height: 1.0; font-size: 0.8em; }
	.newsList li p { margin-bottom: 0px;}
	.newsSec .r_box_btn a { border:#000 1px solid; }
		
	.iconList { display: flex; justify-content: space-between; }
	.iconList li { width: 30%;}
	.iconList li div { width: 80%; margin: 0 auto 0px;}
	.iconList li p { margin-bottom: 0px; font-size: 0.8em; text-align: center; }
	
	.flex-half { display: flex; justify-content: space-between; }
	.in-flex-half { width: 50%; }
	.in-flex-half-img { background:url("../img/common/bill.png") center center no-repeat; background-size: cover; }
}
@media screen and (min-width: 768px) and (max-width: 899px) {
	.mark { width: 40px; margin: 0 auto 10px; }
}
@media screen and (min-width: 900px) and (max-width: 1089px) {
	.mark { width: 50px; margin: 0 auto 10px; }
}
@media screen and (min-width: 1090px) and (max-width: 1189px) {
}
@media screen and (min-width: 1190px) and (max-width: 1289px) {
}
@media screen and (min-width: 1290px) and (max-width: 1389px) {
}
@media screen and (min-width: 1390px) and (max-width: 1489px) {
}
@media screen and (min-width: 1490px) {
}


.newsList li a         { resize: none; }
.newsList li a:link    { color:#333333; text-decoration: none; }
.newsList li a:visited { color:#333333; text-decoration: none; }
.newsList li a:hover   { color:var(--base-color); text-decoration: underline; }
.newsList li a:active  { color:#333333; text-decoration: none; }

/*-- ポイント -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.point { padding: 5vh 0; background-image: linear-gradient(133deg, rgba(253, 219, 146, 0.25), rgba(209, 253, 254, 0.25));}
	.point .ttl02 { margin-bottom: 5vh; }
	.in-flex { display: flex; justify-content: space-between; align-items: center; flex-direction: column; margin-bottom: 5vh; }
	.in-flex:last-child { margin-bottom: 0px; }
	.in-flex .in-flex-Img { width: 100%; position: relative; order: 1; margin-bottom: 20px; }
	.in-flex .in-flex-Txt { width: 100%; order: 2; }
	.in-flex .in-flex-Txt .ttl01 { text-align: center; margin-bottom: 20px; font-size: 1.5em; }
	.pointDl { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 20px; }
	.pointDl dt { background: var(--base-color); color: #fff; padding: 2px 10px; line-height: 1.0;}
	.pointDl dd { padding: 2px 10px; line-height: 1.0; color: var(--base-color); font-weight: 700; }
	.pointDl dd .roboto { font-size: 1.5em; margin: 0 2px; }
}
@media screen and (min-width: 768px) {
	.point { padding: 5vh 0; background-image: linear-gradient(133deg, rgba(253, 219, 146, 0.25), rgba(209, 253, 254, 0.25));}
	.point .ttl02 { margin-bottom: 5vh;}
	.in-flex { display: flex; justify-content: center; align-items: center; margin-bottom: 5vh; }
	.in-flex:last-child { margin-bottom: 0px; }
	.in-flex .in-flex-Img { width: 30%; position: relative; }
	.in-flex .in-flex-Img img { border-radius: 8px;}
	.in-flex .in-flex-Txt { width: 50%; }
	.in-flex .in-flex-Txt .ttl01 { text-align: left; margin-bottom: 20px; }
	.pointDl { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 20px; }
	.pointDl dt { background: var(--base-color); color: #fff; padding: 2px 10px; line-height: 1.0;}
	.pointDl dd { padding: 2px 10px; line-height: 1.0; color: var(--base-color); font-weight: 700; }
	.pointDl dd .roboto { font-size: 1.5em; margin: 0 2px; }
}
@media screen and (min-width: 768px) and (max-width: 889px)  {	
	#anch-point .ttl01 img { width: 40vw; margin: 0 auto 20px; }
	.in-flex { display: flex; justify-content: space-between; align-items: flex-start; }
	.in-flex .in-flex-Img { width: 46%; }
	.in-flex .in-flex-Txt { width: 50%; }
	
	#anch-point .in-flex { display: flex; justify-content: space-between; align-items: flex-start; flex-direction: column; }
	#anch-point .in-flex .in-flex-Img { width: 60%; margin: 0 auto 40px; order: 1; }
	#anch-point .in-flex .in-flex-Txt { width: 100%; order: 2; }
	.pointDl { display: flex; justify-content: center; align-items: center; }
	#anch-point h3.ttl01 { text-align: center; }
}
@media screen and (min-width: 900px) and (max-width: 1089px)  {
	#anch-point .ttl01 img { width: 40vw; margin: 0 auto 20px; }
	.in-flex .in-flex-Img { width: 44%; }
	.in-flex .in-flex-Txt { width: 52%; }
}
@media screen and (min-width: 1090px) and (max-width: 1189px)  {
	#anch-point .ttl01 img { width: 40vw; margin: 0 auto 20px; }
	.in-flex .in-flex-Img { width: 42%; }
	.in-flex .in-flex-Txt { width: 54%; }
}
@media screen and (min-width: 1190px) and (max-width: 1289px)  {
}
@media screen and (min-width: 1290px) and (max-width: 1389px)  {
}
@media screen and (min-width: 1390px) and (max-width: 1489px)  {
}

/*-- 背景固定　パララックス -------------------------------------------------------------*/
@media screen and (max-width: 599px){
	.parallax_content { height: 300px; overflow: hidden; position: relative; padding: 0 !important; }	
	.parallax_bg { background-image: url("../img/common/bgsp.jpg"); background-position: center; background-size: cover; background-repeat: no-repeat; position: absolute; top: 0; left: 0; right: 0; bottom: 0; transform: translateY(0); will-change: transform; }
}
@media screen and (min-width: 600px) and (max-width: 1089px) {
	.parallax_content { height: 250px; overflow: hidden; position: relative; }	
	.parallax_content::before { content:""; display: flex; height: 100%; padding: 100%; justify-content: center; align-items: center; background-image: url("../img/common/bg.jpg") ; background-attachment: fixed; background-position: center; background-size: cover; background-repeat: no-repeat; }
}
@media screen and (min-width: 1090px) {
	.parallax_content { height: 300px; overflow: hidden; position: relative; }	
	.parallax_content::before { content:""; display: flex; height: 100%; padding: 100%; justify-content: center; align-items: center; background-image: url("../img/common/bg.jpg") ; background-attachment: fixed; background-position: center; background-size: cover; background-repeat: no-repeat; }
}

/*-- ながれ -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.flow { padding: 5vh 0; }
	.flowStep {margin-bottom: 0px;  }
	.flowStep li { border-bottom: 1px solid #dedede; padding: 0 2% 20px; margin-bottom: 20px;  position: relative; width: 80%; margin: 0 auto 20px;}
	.flowStep li:after { position: absolute; left: 50%; transform: translateX(-50%); bottom: -10px; content: ""; width: 0; height: 0; border-style: solid; border-right: 25px solid transparent; border-left: 25px solid transparent; border-top: 10px solid #dedede; border-bottom: 0;}
	.flowStep li:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: none; }
	.flowStep li:last-child:after { display: none; }
	.flowStep li .step.roboto { text-align: center; font-family:'Roboto Condensed', sans-serif; font-weight:700; color:#fff; line-height: 1.0; margin-bottom: 0px; background:var(--base-color); padding: 5px;  }
	.flowStep li h4 { text-align: center; color:var(--base-color); padding: 10px 0; text-align: center; margin-bottom: 0px; font-weight: bold; font-size: 1.1em;}
	.flowStep li div { width: 100%; margin: 0 auto 10px; text-align: center;}
	.flowStep li p { font-size: 0.9rem; }
	.flowStep li .stepMemo li { font-size: 0.8rem; }
}
@media screen and (min-width: 768px) {
	.flow { padding: 5vh 0; }
	.flowStep { display: flex; justify-content: center; border-left: 1px solid #dedede; margin-bottom: 40px;  }
	.flowStep li { border-right: 1px solid #dedede; padding: 0 1%; width: calc( 100% / 6); position: relative; }
	.flowStep li:after { position: absolute; top: 50%; transform: translateY(-50%); right: -10px; content: ""; width: 0; height: 0; border-style: solid; border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 10px solid #dedede; border-right: 0;}
	.flowStep li:last-child:after { display: none; }
	.flowStep li .step.roboto { text-align: center; font-family:'Roboto Condensed', sans-serif; font-weight:700; color:#fff; line-height: 1.0; margin-bottom: 0px; background:var(--base-color); padding: 5px;  }
	.flowStep li h4 { text-align: center; color:var(--base-color); padding: 10px 0; text-align: center; margin-bottom: 0px; font-weight: bold; font-size: 0.9em;}
	.flowStep li div { width: 100%; margin: 0 auto 10px; }
	.flowStep li p { font-size: 0.9rem; }
	.flowStep li .stepMemo li { font-size: 0.8rem; }
}
@media screen and (min-width: 768px) and (max-width: 889px)  {	
	.flowStep { display: flex; justify-content: center; flex-wrap: wrap; }
	.flowStep li { width: calc( 86% / 3); padding: 0 2%; margin-bottom: 20px; }
	.flowStep li div { text-align: center; }
	.flowStep { border-left: none; }
}
@media screen and (min-width: 900px) and (max-width: 1089px)  {
	.flowStep { display: flex; justify-content: center; flex-wrap: wrap; }
	.flowStep li { width: calc( 86% / 3); padding: 0 2%; margin-bottom: 20px; }
	.flowStep li div { text-align: center; }
}
@media screen and (min-width: 1090px) and (max-width: 1189px)  {
}
@media screen and (min-width: 1190px) and (max-width: 1289px)  {
}
@media screen and (min-width: 1290px) and (max-width: 1389px)  {
}
@media screen and (min-width: 1390px) and (max-width: 1489px)  {
}

/*-- faq -------------------------------------------------------------*/
@media screen and (max-width: 899px) {
	.faq { padding: 5vh 0; background-image: linear-gradient(133deg, rgba(253, 219, 146, 0.25), rgba(209, 253, 254, 0.25)); }
	.faqDl { margin-bottom: 20px; }
	.faqDl dt { margin-bottom: 10px; font-weight: bold; font-size: 1.0em; cursor: pointer; position: relative; padding-left: 2em; text-indent: -2em; background: #fff; padding: 5px 2em 5px 3em; border-radius: 6px; }
	.faqDl dt:after { content: "\f078"; font-family: "Font Awesome 5 Free"; position: absolute; top: 50%; transform: translateY(-50%); right: 0%; color:var(--base-color); }
	.faqDl dt.active:after { content: "\f077"; }
	.faqDl dt:before { content: "Q."; color:var(--base-color); margin-right: 10px; font-family:'Roboto Condensed', sans-serif; font-weight:bold; font-size: 1.5em; }	
	.faqDl dd { font-size: 0.9rem;}
	.faqDl dd:last-child { margin-bottom: 10px; background: #f4f4f4; padding: 20px; border-radius: 6px; }
	.faqDl dd p { padding-left: 1.5em; text-indent: -1.5em; margin-bottom: 0px; }
	.faqDl dd p:before { content: "A."; color:#000; margin-right: 10px; font-family:'Roboto Condensed', sans-serif; font-weight:bold; font-size: 1.5em; }
}
@media screen and (min-width: 900px) {
	.faq { padding: 5vh 0; background-image: linear-gradient(133deg, rgba(253, 219, 146, 0.25), rgba(209, 253, 254, 0.25)); }
	.faqDl { max-width: 1000px; width: 96%; margin:0 auto 20px; }
	.faqDl dt { margin-bottom: 10px; font-weight: bold; font-size: 1.1em; cursor: pointer; position: relative; background: #fff; padding: 5px 20px; border-radius: 6px; }
	.faqDl dt:after { content: "\f078"; font-family: "Font Awesome 5 Free"; position: absolute; top: 50%; transform: translateY(-50%); right: 20px; color:#fff; }
	.faqDl dt.active:after { content: "\f077"; }
	.faqDl dt:before { content: "Q."; color:var(--base-color); margin-right: 10px; font-family:'Roboto Condensed', sans-serif; font-weight:bold; font-size: 1.5em; }	
	.faqDl dd:last-child { margin-bottom: 40px; background: #f4f4f4; padding: 20px; border-radius: 6px; }
	.faqDl dd p { padding-left: 1.5em; text-indent: -1.5em; margin-bottom: 0; }
	.faqDl dd p:before { content: "A."; color:#000; margin-right: 10px; font-family:'Roboto Condensed', sans-serif; font-weight:bold; font-size: 1.5em; }	
}




