<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* CSS Document */

.mgt5{margin-top: 5px;}
.main_box h1{
	line-height: 0;
	margin: 0;
}

h2{
	text-align: center;
	margin-top: 0;
}
h3 span{
	font-size: 24px;
}

p{
	margin: 0;
	padding: 0;
}
picture img{
	vertical-align:top;
}

#main{
	margin: 0 auto;
	width: 1080px;
}
#main img{
	width: 100%;
	height: auto;
}
/*#main .mainvisual01{
	position: relative;
}*/
#main .end{
	border: 5px solid #ff9934;
    padding: 20px 20px 0;
    margin-top: 20px;
}
#main .end h1{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}
#main .end p{
	font-size: 16px;
	text-align: left;
	line-height: 1.2;
	margin-bottom: 20px;
}
#main .end ul{
	margin-bottom: 20px;
    list-style: none;
    padding: 0;
	font-feature-settings: 'palt';
}
#main .end ul li{
	margin-bottom: 5px;
	padding-left: 1rem;
}
#main .end ul li:first-child{
	padding-left: 0;
}

#main .mainvisual01{
	background: url(../images/01.jpg) no-repeat center 0 / contain;
    width: 100%;
    height: 0;
    padding-top: calc(100% * 712 / 1080);
}

#main .mainvisual01 .popup_pc{
	margin-top: -60%;
}
/*#main .mainvisual01 .popup_wrapper{
	position: relative;
}
#main .mainvisual01 .popup_wrapper img.popup01 {
	position: absolute;
	top: 20px;
    left: 250px;
}
#main .mainvisual01 .popup_wrapper img.popup02 {
	position: absolute;
	top: 20px;
    left: 345px;
}
#main .mainvisual01 .popup_wrapper img.popup03 {
	position: absolute;
	top: 130px;
    left: 105px;
}*/
#main .mainvisual01 img{
	max-width: inherit;
}　
#main .mainvisual01 .popup01 {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 3%;
}
#main .mainvisual01 .popup02 {
	position: absolute;
    left: 53%;
    transform: translateX(-50%);
    top: 4%;
}
#main .mainvisual01 .popup03 {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 22%;
}


/*#main .mainvisual01 .popupBox{
	background: url(../images/popup01.png) no-repeat;
	background-position: 31% 30%;
}*/



/*.contwrap{
	width: auto;
	max-width: 640px;
		
}*/
.wrap01{
	background-color: #fff;
	margin-top: 20px;
}

.wrap03{
	padding: 20px 0;
}

.main_box{
	margin: 0 auto;
	width: 100%;
	max-width: 640px;
	background-color: #fff;
}

.main_box img {
	width: 100%;
	max-width: 640px;
}


a img:hover {
	opacity: 0.5 ;
}


.indent{
	    text-indent: -1em;
    padding-left: 1em;
}



.appLink_top{
	display: flex;
	background-color: #52aea1;
	justify-content: space-evenly;
	align-items: center;
	padding: 10px 13em 40px;
}
.appLink{
	display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.v_wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-top: 40px;
}
.v_wrap_in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec01{
	padding: 14vh 0 2vh;
    background: url(../images/bg_wave.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
}
/*.sec01 h2{
	margin-bottom: 100px;
}*/
.parallax-bg{
box-sizing: border-box;
  color: #FFF;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5%;

  background-image: url("../images/wave00.png");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}
.scrollbox{
	background-color: #111;
}


.sec01 .sec01_about{
	background-image: url("../images/bg_about_wh.png");
	background-repeat: no-repeat;
    background-position: center;
    background-position: center;
    padding: 12vh 2vw 12vh;
    background-size: 96%;
}
.sec01 .sec01_about .lead{
	font-family: 'Noto Sans Japanese', sans-serif;
	text-align: center;
	font-size: 23px;
	font-weight:bold;
	position: relative;
	letter-spacing: -.5px;
}
.sec01 .sec01_about .lead span{
	font-size: 32px;
	color: #1eaba3;
}
.sec01 .sec01_about .lead::before{
	content:url("../images/kiraL.png");
	position: absolute;
    top: -1vw;
    left: 1vw;
}
.sec01 .sec01_about .lead::after{
	content:url("../images/kiraR.png");
	position: absolute;
    top: -1vw;
    right: 1vw;
}
/*.sec01 .sec01_about .lead::before{
	content:"";
	display: inline-block;
	position: absolute;
    top: -1vw;
    left: 1vw;
    background-image: url("../images/kiraL.png");
    background-repeat:no-repeat;
}
.sec01 .sec01_about .lead::after{
	content:"";
	display: inline-block;
	position: absolute;
    top: -1vw;
    right: -1vw;
    background-image: url("../images/kiraL.png");
    background-repeat:no-repeat;
}*/


.sec01 .sec01_about .threePoint{
	display: flex;
    justify-content: space-around;
    margin: 60px 1em 150px;
}
.threePoint p{
	text-align: center;
	font-weight: bold;
}
.sec01 .sec01_about .threePoint div{
	width: 33%;
}
.sec01_about .threePoint div p:nth-of-type(1){
	margin: auto;
    width: 66%;
}
.sec01 .sec01_about .threePoint div p:nth-of-type(2){
	font-size: 26px;
	color: #1eaba3;
	margin: 30px 0 20px;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.sec01 .sec01_about .threePoint div p:nth-of-type(3){
	font-size: 15px;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.sec01_target{
	text-align: center;
}
.sec01_target p{
	text-align: center;
	padding: 0 8%;
}

.sec02{
	background-color: #ecefee;
	padding-top: 120px;
}

.sec02 .sec02_card{
	text-align: center;
	position: relative;
}
/*.sec02 .sec02_card::before{
	display: inline-block;
    content: url(../images/card02.png);
    position: absolute;
    top: -30px;
    left: 70px;
}*/

.sec02 .sec02_card::before{
	display: inline-block;
    content: "";
    background-image: url(../images/card02.png);
    position: absolute;
	top: -30px;
    left: 70px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.sec02 .sec02_card .cardBox {
	padding: 80px 1em 20px;
}

.sec02 .sec02_card .cardBox{
	text-align: center;
    background-color: #fff;
    border: solid #1eaba3 2px;
    border-radius: 10px;
    margin: 120px 2em 20px;
    padding: 80px 4em 20px;
}
.cardNote{
	text-align: right;
    font-size: 14px;
    margin: 60px 0 20px;
}

.sec02 .sec02_card02{
    margin: 90px 2em 120px;	
}




.sec02_step_pc{
	display: flex;
    justify-content: space-evenly;
    margin-top: 60px;
}
.sec02_step_pc .step p:first-child{
	width: 39%;
}
.sec02_step_pc .stepR{
	margin-top: 165px;
}

.sec02 .sec02_search{
	background-color: #1eaba3;
	text-align: center;
	padding: 60px 21.5% 80px;
	color: #fff;
}

.sec02 .sec02_search p:first-child{
	font-size: 36px;
	font-weight: bold;

}
.sec02 .sec02_search p:nth-of-type(2) {
	font-size: 18px;
	margin: 40px 0 0 0px;
	padding: 0px 19%;
}
.sec02 .sec02_step_pc div{
	margin-bottom: 80px;
}
.step p:nth-of-type(2){
    font-weight: bold;
    margin: 5px 0;
    font-family: 'Noto Sans Japanese', sans-serif;
    text-align: center;
}
.sec03{
	background-color: #e0f5f1;
    padding: 120px 0 60px;
}
.sec03 .fqBox{
	padding: 0 4em;
	margin-top: 70px;
}
.sec03 .fqBox dl{
	display: table-cell;
}
/*.sec03 .fqBox dt{
	display: flex;
	align-items: flex-start;
}
.sec03 .fqBox dd{
	display: flex;
	align-items: flex-start;*/
}
.sec03 .fqBox dt{
 	font-size: 27px;
 	font-weight: bold;
 	margin-bottom: 30px;
}
.sec03 .fqBox dt span.udrLine{
	background: linear-gradient(transparent 60%, #b3e6de 0%);
  	display: inline;
	padding: 0 1px 0px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 30px;
    font-weight: bold;
}
.sec03 .fqBox dd{
	font-size: 18px;
    background-color: #fff;
    padding: 10px 1em;
    border-radius: 5px;
    margin: 30px 0 50px 5em;
    line-height: 1.6;
}
.sec03 .fqBox dt::before{
	/*display: block;
	content:url("../images/q.png"); 
    margin-right: 1em;	*/
    margin-right: 1em;
    content: "";
    background-image: url(../images/q.png);
    background-size: contain;
    vertical-align: middle;
    display: inline-block;
    width: 30px;
    height: 45px;
    background-repeat: no-repeat;
}
.sec03 .fqBox dt p{
	display: inline-block;
	width: calc(100% - (53px+1em));
    vertical-align: text-top;
}
.sec03 .fqBox dd::before{
	/*display: inline-block;
	content:url("../images/a.png"); 
    margin-right: 1em;	*/
    margin-right: 1em;
    content: "";
    background-image: url(../images/a.png);
    background-size: contain;
    vertical-align: middle;
    display: inline-block;
    width: 30px;
    height: 45px;
    background-repeat: no-repeat;
}
.sec03 .fqBox dd p{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - (53px+1em));
}
.contact{
	padding: 80px 32.5% 80px;
}
.footer{
	background-image: url("../images/footer.png");
	display: flex;
	justify-content: space-evenly; 
    align-items: center;
    padding: 60px 6em;
}
.footer .appLink{
	display: flex;
    justify-content: flex-start;
    margin-top: 40px;	
}
.footer .appLink &gt; p{
	margin-right: 1em;
}
.note{
	 display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #ea8b1c;

}
.note ul{
	list-style: none;
    color: #fff;
    font-size: 10px;
    margin: 20px 0;
    padding: 0;
}

/*------------------------
 image responsove change
 --------------------------*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
/* .pc {
  display: inherit !important;
}*/

.sp {
  display: none !important;
}
/* iPad 縦横両方 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.sp {
  display: none !important;
}
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media screen and (max-width: 1024px){
/* 	  .pc {
    display: none !important;
  }*/

.sp {display: none !important; }
.br_non{display:none;}
.sec01 .sec01_about .threePoint div p:nth-of-type(2){
	 font-size: 25px;
}
#main {
    margin: 0 auto;
    width: auto;
}

	.sec01{
		background-color: #dff7f3;
		padding-bottom: 5px;
	}
	.appLink_top{
		padding: 40px 1em;
	}
	.appLink_top &gt; p{
		margin-right: .5em;
	}
	.appLink{
		margin-top: 30px;
	}
	.appLink p:first-child{
		margin-right: .5em;
	}
	.contact{
		padding: 30px 1em;
	}
	.footer{
		padding: 40px 1em;
	}
	.footer &gt; p{
		margin-right: .5em;
	}
	.footer .appLink{
		margin-top: 5px;
	}

.sec02 .sec02_search p:nth-of-type(3){
	width: 80%;
    margin: auto;
}
.contact {
    padding: 30px 1em;
    width: 66%;
    margin: auto;
}
.sec02 .sec02_card::before{
	width: 80%;
}

}





@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: inherit !important;
  }
	
#main {
    margin: 0 auto;
    width: auto;
}
#main img {
    width: 100%;
}
#main .mainvisual01{
	background: url(../images/01_sp.jpg) no-repeat center 0 / contain;
    width: 100%;
    height: 0;
    padding-top: calc(100% * 421 / 292);
}
#main .mainvisual01 .popup_sp{
	margin-top: -144%;
}
	.appLink_top{
		padding: 40px 1em;
	}
	.appLink_top &gt; p{
		margin-right: .5em;
	}
	.appLink{
		margin-top: 30px;
	}
	.appLink p:first-child{
		margin-right: .5em;
	}
	.contact{
		padding: 30px 1em;
		width: 66%;
    	margin: auto;
	}
	.footer{
		padding: 40px 1em;
	}
	.footer &gt; p{
		margin-right: .5em;
	}
	.footer .appLink{
		margin-top: 5px;
	}

	

h2{
	margin:0 .3em 0;
}
.sec01{
	padding: 40px 0 20px;
}
.sec01 .sec01_about{
	background-image: none;
}
.sec01 .sec01_about .lead::before {
    content: url(../images/kiraL_sp.png);
    position: absolute;
    top: -8vw;
    left:-3vw;
}
.sec01 .sec01_about .lead::after{
	content:url("../images/kiraR_sp.png");
	position: absolute;
    top: -8vw;
    right: -2vw;
}
.sec01 .sec01_about{
	padding: 12vh 5vw 12vh;
}

.sec01 .sec01_about .threePoint{
	display: block;
	margin: 0 3em 0;
}
.sec01 .sec01_about .threePoint div{
	margin-bottom: 40px;
	width: 100%;
}
.sec01 .sec01_about .lead{
	font-size: 13px;
	margin-bottom: 45px;
}
.sec01 .sec01_about .lead span{
	font-size: 16px;
}
.sec01 .sec01_about .threePoint div p:nth-of-type(2){
	font-size: font-size: 23px;
}
.sec01 .sec01_about .threePoint div p img{
	width: 80%;
}
.sec01_target{
	padding: 0 2.5em;
}
.sec01_target p.sp{
	padding: 0;
}
.sec01_target .targetImg_sp p:nth-of-type(2){
	margin: 60px 0 80px
}
.sec02{
	padding-top: 11%;
}
.sec02{

}
.sec02 .sec02_card .cardBox{
	margin: 80px 1em 20px;
	padding: 35px 1em 15px;
}
.sec02 .sec02_card::before {
    display: inline-block;
    content: "";
    background-image: url(../images/card02_sp.png);
    position: absolute;
    top: -30px;
    left: 30px;
    width: 90%;
    height: 100%;
    background-repeat: no-repeat;
}
.cardNote{
	font-size: 10px;
	margin: 35px 0 0;
}
.sec02 .sec02_card02{
	margin: 35px 1em 50px;
}
.sec02_step_sp{
	padding: 0 2em;
}
.sec02_step_sp .step_sp{
	margin: 70px 0 50px;
}

.sec02_step_sp .step_sp p:first-child{
	width: 39%;
}
.sec02_step_sp .step_sp p img{
	width: 85%;
}
.sec02_step_sp .step_sp p:nth-of-type(2){
	font-family: 'Noto Sans Japanese', sans-serif;
	text-align: center;
    font-weight: bold;
    margin: 5px 0;
}
.sec02 .sec02_search{
	padding: 40px 0 40px;
}
.sec02 .sec02_search p:first-child{
	padding: 10px .5em;
}
/*.sec02 .sec02_search p:nth-of-type(2){
	font-size: 10px;
}*/
.sec02 .sec02_search p:nth-of-type(2){
	padding: 0 3em;
    margin: 20px 0 0 0px;
}

.sec02 .sec02_search p:nth-of-type(3){
	width: 80%;
    margin: auto;
}
.sec03{
	padding: 40px 0 60px;
}
.sec03 .fqBox {
    padding: 0 1em;
    margin-top: 0;
}
.sec03 .fqBox dt{
	font-size: 18px;
	margin: 27px 0 0 0;
}
.sec03 .fqBox dt span.udrLine{
	font-size: 18px;
}
.sec03 .fqBox dd{
	font-size: 12px;
	margin: 20px 0 40px;
}
.sec03 .fqBox dd::before{
	width: 23px;
}
.note{
	font-size: 7px;
}
.note ul{
	padding: 10px 2.5em;
}



}/*@media (max-width:768px)*/</pre></body></html>