html {
	box-sizing: border-box;
	overflow-y: scroll;
	font-size: 62.5%; /* 10px = 1rem */
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #555;
	background-color: #fff;
	overflow-x: hidden;
}

.clearfix::after{
	content: ".";
	display: block;
	height: 0; 
	font-size: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}
.palt {
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
}
.halt {
	-webkit-font-feature-settings: 'halt' 1;
	font-feature-settings: 'halt' 1;
}

h1, h2, h3, h4, h5, h6,strong,em{
	font-weight: 700;
}

input, textarea, select, optgroup, option, button {
	font: inherit;
}
button, input[type="button"], input[type="submit"] {
	border: none;
	cursor: pointer;
}

a:link{
	color: #5e72e4;
}

a:visited{
	color: #935cbd;
}

a:hover{
	color: #233ed6;
}
a:active{
	color: #d1526d;
}

a,
a img{
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

a img:hover{
	opacity: 0.7;
}

h2{font-size: 4.2rem;margin: 0 0 1.5rem 0;color: #555;}
h3{font-size: 3.6rem;margin: 0 0 1.2rem 0;color: #555;}
h4{font-size: 3.2rem;margin: 0 0 1.2rem 0;color: #555;}
h5{font-size: 2.8rem;margin: 0 0 1.2rem 0;color: #555;}
h6{font-size: 2rem;margin: 0 0 1.2rem 0;color: #555;}

header,
#intro .wrp,
#items .wrp,
#price .wrp,
#flow .wrp,
#faq .wrp,
#care .wrp,
footer .wrp{
	max-width:960px;
	margin: 0 auto;
}

.tc{text-align: center;}

.blue{
	background: #5dc1cf;
}
.red{
	background: #ee869a;
}
.beige{
	background: #efeee8;
}

.fade-in-bottom {
	opacity: 0;
	animation-name: fadein;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}
@keyframes fadein {
	0% {
		opacity: 0;
	}
	10% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/********************************************************************
* header
********************************************************************/
#hero{
	width:100%;
	height: auto; /*スマホ等小さい画面で見た時用*/
	min-height: 100vh;
	position: relative;
	background-image:url(../img/hero.jpg);
	background-size:cover;
	background-position:center;
}

.hero-rico{
	background: rgb(162,195,231) !important;
	background: linear-gradient(344deg, rgba(162,195,231,1) 0%, rgba(228,221,255,1) 100%) !important;
	
}

#hero header{
	padding: 30px 0;
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#hero header #logo{
	padding: 0 0 0 0;
}

#hero header .mark-insta{
	width: 48px;
	height: 48px;
	margin: 0 1em 0 auto;
}

#hero header .btn{
	display: block;
	width: 246px;
	height: 48px;
	background:#5dc1cf;
	border-radius: 24px;
}

#hero header .btn a{
	display: block;
	padding: 13px 22px;
}

#hero header .btn img{
	width: 100%;
	height: auto;
}

#hero header .btn_sp{
	display: none;
}

#hero .mark,#hero .wrap-rico{
	position:absolute;
	top: 50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	opacity: 0;
	animation-name: fadein-mark;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	animation-delay: .8s;
}
@keyframes fadein-mark {
	0% {
		opacity: 0;
	}
	10% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#hero .wrap-rico .mark-rico{
	width: 400px;
	margin: 0 auto 120px auto;
}


#hero .copy{
	position:absolute;
	top: 68%;
	left:50%;
	-webkit-transform:translate(-50%, -68%);
	transform:translate(-50%, -68%);
	opacity: 0;
	animation-name: fadein-copy;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	animation-delay: 1.2s;
}
@keyframes fadein-copy {
	0% {
		opacity: 0;
	}
	10% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/********************************************************************
* intro
********************************************************************/
#intro{
	padding:80px 0;
}

#intro .wrp{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#intro h2{
	width: 13%;
}

#intro .read{
	width: 87%;
}

#intro .read p{
	font-size: 2.8rem;
	line-height: 2;
	margin: -1.5rem 0 0 0;
	padding: 0 0 0 0;
	text-align: justify;
	letter-spacing: 0.2rem;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
}

#intro .musubi{
	margin: 4rem 0 0 0;
}

#intro .musubi img{
	margin-left: auto;
}


/********************************************************************
* service
********************************************************************/
#service{
	position: relative;
	margin: 0 0 80px 0;
}

#service .wrp{
	position: relative;
	max-width: 960px;
	margin: 0 auto;
	padding: 80px;
	background: #5dc1cf;
	color: #fff;
}

#service .wrp::after{
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	background: #5dc1cf;
	z-index: -1;
}

#service .wrp h2{
	margin: 0 0 24px 0;
	position: relative;
}

#service .wrp h2::after{
	position: absolute;
	bottom: 0;
	left: 330px;
	display: block;
	content: "";
	width: 128px;
	height: 18px;
	background: url(../img/service_sub.svg) left top no-repeat;
}

#service .wrp ul{
	display: flex;
	display: -webkit-flex;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

#service .wrp ul li{
	font-size: 3rem;
	font-weight: 700;
	margin: 0 2em 0 0;
	padding: 0;
}

#service .wrp ul li::before{
	content: "●";
	margin-right: 5px;
}

#service .wrp .bnr{
	margin: 20px 0 0 0;
}

#service .wrp .bnr img{
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.53) ;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.53) ;
	-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.53) ;
	-o-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.53) ;
	-ms-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.53) ;
}

#service .wrp .bnr img:hover{
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.53) ;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.53) ;
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.53) ;
	-o-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.53) ;
	-ms-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.53) ;
	opacity: 0.9;
}

/********************************************************************
* items
********************************************************************/
#items{
	position: relative;
	margin: 0 0 80px 0;
}

#items .wrp{
	position: relative;
	max-width: 960px;
	margin: 0 auto;
	padding: 80px;
	background: #ee869a;
	color: #fff;
}
#items .wrp::after{
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 200%;
	height: 100%;
	background: #ee869a;
	z-index: -1;
}

#items .wrp h2{
	margin: 0 0 24px 0;
	position: relative;
}

#items .wrp h2::after{
	position: absolute;
	bottom: 0;
	left: 380px;
	display: block;
	content: "";
	width: 289px;
	height: 18px;
	background: url(../img/item_sub.svg) left top no-repeat;
}

#items .wrp ul{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

#items .wrp ul li{
	font-size: 3rem;
	font-weight: 700;
	margin: 0 0 0 0;
	padding: 0;
}

#items .wrp ul li::before{
	content: "●";
	margin-right: 5px;
}

/********************************************************************
* price
********************************************************************/
#price{
	position: relative;
	margin: 0 0 80px 0;
}

#price .wrp{
	position: relative;
	max-width: 960px;
	margin: 0 auto;
	padding: 80px;
	background: #efeee8;
	color: #403900;
}
#price .wrp::after{
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	background: #efeee8;
	z-index: -1;
}

#price .wrp h2{
	margin: 0 0 24px 0;
	position: relative;
}

#price .wrp h2::after{
	position: absolute;
	bottom: 0;
	left: 535px;
	display: block;
	content: "";
	width: 87px;
	height: 18px;
	background: url(../img/price_sub.svg) left top no-repeat;
}

#price .wrp .price_tbl{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

#price .wrp .price_tbl table{
	width: 47%;
	border-collapse:collapse;
	border-spacing: 0;
}

#price .wrp .price_tbl table tr{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#price .wrp .price_tbl table td{
	padding: 5px;
	font-size: 1.8rem;
	font-weight: 700;
}

#price .wrp .price_tbl table td:first-child{
	text-align: center;
	width: 40%;
}

#price .wrp .price_tbl table td:last-child{
	text-align: right;
	width: 60%;
}

#price .wrp .price_tbl table td:first-child div{
	border-right: 1px solid #000;
}

#price .wrp .right{
	margin: 5px 0 1em 0;
	text-align: right;
}

/********************************************************************
* flow
********************************************************************/
#flow{
	margin: 0 0 80px 0;
}

#flow .wrp{
	max-width: 960px;
	margin: 0 auto;
}

#flow .wrp h2{
	margin: 0 0 24px 0;
	position: relative;
}

#flow .wrp h2::after{
	position: absolute;
	bottom: 3px;
	left: 380px;
	display: block;
	content: "";
	width: 85px;
	height: 18px;
	background: url(../img/flow_sub.svg) left top no-repeat;
}

.flow_conteiner{
	width: 100%;
	position: relative;
	padding: 0 0 24px 0;
}

.flow_conteiner h3{
	margin: 0 0 10px 0;
	color: #5dc1cf;
	font-size: 2.8rem;
}

.flow_conteiner h3::before{
	content: "●";
	margin-right: 5px;
}

.flow_conteiner .line{
  position: absolute;
  top: 15px;
  left: 13px;
  width: 2px;
  height: 100%;
  background: #5dc1cf;
}

.flow_conteiner .flow_cont{
	margin: 0 0 0 38px;
	padding: 0 0 28px;
	border-bottom: 2px solid #403900;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flow_conteiner .flow_cont .large{
	font-size: 2.4rem;
}

.flow_conteiner .flow_cont .large span{
	display: inline;
	margin: 0 0 0 0;
}

.flow_conteiner .flow_cont .large span:first-child{
	margin: 0 1em 0 0;
}

.flow_conteiner .flow_cont .large span:last-child{
	margin: 0 0 0 1em !important;
}

.flow_conteiner .flow_cont img{
	display: block;
}

.flow_conteiner:last-child .flow_cont{
	border-bottom: 0;
}
.flow_conteiner:last-child .line{
	display: none;
}

/********************************************************************
* flow-rico
********************************************************************/
#flow-rico{
	margin: 0 0 0 0;
	padding: 60px 0;
	background:#d2e6fc;
}

#flow-rico .wrp{
	max-width: 960px;
	margin: 0 auto;
}

#flow-rico .wrp h2{
	margin: 0 0 24px 0;
	position: relative;
}

#flow-rico .wrp h2::after{
	position: absolute;
	bottom: 3px;
	left: 380px;
	display: block;
	content: "";
	width: 85px;
	height: 18px;
}

#flow-rico .flow_conteiner{
	width: 100%;
	
	
	position: relative;
	padding: 0 0 24px 0;
}

#flow-rico .flow_conteiner h3{
	margin: 0 0 10px 0;
	color: #4694d1;
	font-size: 2.2rem;
}

#flow-rico .flow_conteiner h3::before{
	content: "●";
	margin-right: 5px;
}

#flow-rico .flow_conteiner .line{
  position: absolute;
  top: 15px;
  left: 13px;
  width: 2px;
  height: 100%;
  background: #4694d1;
}

#flow-rico .flow_conteiner .flow_cont{
	margin: 0 0 0 38px;
	padding: 0 0 28px;
	border-bottom: 2px solid #4694d1;
	display: block;
}

#flow-rico .flow_conteiner .flow_cont .large{
	font-size: 2.4rem;
}

#flow-rico .flow_conteiner .flow_cont .large span{
	display: inline;
	margin: 0 0 0 0;
}

#flow-rico .flow_conteiner .flow_cont .large span:first-child{
	margin: 0 1em 0 0;
}

#flow-rico .flow_conteiner .flow_cont img{
	display: block;
}

#flow-rico .flow_conteiner:last-child .flow_cont{
	border-bottom: 0;
}
#flow-rico .flow_conteiner:last-child .line{
	display: none;
}


/********************************************************************
* faq
********************************************************************/
#faq{
	margin: 0 0 80px 0;
	padding: 80px 0;
	background: #efeee8;
}

#faq .wrp{
	max-width: 960px;
	margin: 0 auto;
}

#faq .wrp h2{
	margin: 0 0 24px 0;
	position: relative;
}

#faq .wrp h2::after{
	position: absolute;
	bottom: 3px;
	left: 340px;
	display: block;
	content: "";
	width: 57px;
	height: 23px;
	background: url(../img/faq_sub.svg) left top no-repeat;
}

#faq .wrp dl{
	background: #fff;
	margin: 0 0 20px 0;
	padding: 16px 20px;
	border-radius: 6px;
}

#faq .wrp dl dt{
	position: relative;
	margin: 0 0 0 0;
	padding: 10px 0 30px 60px;
	border-bottom: 1px solid #403900;
}

#faq .wrp dl dt::before{
	position: absolute;
	display: block;
	content: "Q";
	top: 0;
	left: 0;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1;
}

#faq .wrp dl dd{
	position: relative;
	margin: 18px 0 0 0;
	padding: 10px 0 16px 60px;
}

#faq .wrp dl dd::before{
	position: absolute;
	display: block;
	content: "A";
	top: 0;
	left: 4px;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1;
}


/********************************************************************
* care
********************************************************************/
#care{
	margin: 0 0 30px 0;
	padding: 0 0 80px 0;
}

#care .wrp{
	max-width: 960px;
	margin: 0 auto;
}

#care .wrp h2{
	margin: 0 0 24px 0;
	position: relative;
}

#care .wrp h2::after{
	position: absolute;
	bottom: 3px;
	left: 420px;
	display: block;
	content: "";
	width: 79px;
	height: 18px;
	background: url(../img/care_sub.svg) left top no-repeat;
}

#care .wrp h3{
	margin: 40px 0 24px 0;
}

#care .wrp .presi{
	display: flex;
	display: -webkit-flex;
	justify-content: left;
	align-items: flex-end;
	margin: 60px 0 0 0;
}

#care .wrp .presi .pic{
	margin: 0 30px 0 0;
}

/********************************************************************
* rico point
********************************************************************/
#point{
	margin: 0 0 30px 0;
	padding: 80px 0;
	background: #c0e5b7;
}

#point .wrp{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	max-width: 960px;
	margin: 0 auto;
}

#point .wrp div{
	width: 22%;
}

/********************************************************************
* rico scope
********************************************************************/
#scope{
	margin: 0 0 30px 0;
	padding: 60px 0 0 0;
}

#scope .movies{
	width: 960px;
	margin: 0 auto 100px auto;
}

#scope .wrp{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	max-width: 960px;
	margin: 0 auto;
}

#scope .wrp div{
	width: 47%;
}

#scope .wrp ul{
	margin: 0;
	padding: 0 0 0 24px;
}

#scope .wrp .taisho ul li{
	list-style: none;
	position: relative;
}

#scope .wrp .taisho ul li::before{
	content: "●";
	color: #6cbb5a;
	position: absolute;
	top: 0;
	left: -24px;
}

#scope .wrp .taisho p{
	color: #6cbb5a;
}

#scope .wrp .shien ul li{
	list-style: none;
	position: relative;
}

#scope .wrp .shien ul li::before{
	content: "●";
	color: #4694d1;
	position: absolute;
	top: 0;
	left: -24px;
}

/********************************************************************
* rico detail
********************************************************************/
#detail{
	margin: 0 0 30px 0;
	padding: 60px 0;
}

#detail .wrp{
	max-width: 960px;
	margin: 0 auto;
}

#detail .wrp h3{
	font-size: 2rem;
	color: #6cbb5a;
	margin: 0 0 10px 0;
}

#detail .wrp .block{
	margin: 0 0 20px 0;
	padding: 25px 32px;
	background: #fafafa;
	border: #e4e4e4;
	border-radius: 6px;
}


#detail .wrp ul{
	margin: 0;
	padding: 0 0 0 25px;
}

#detail .wrp ul li{
	list-style: none;
	position: relative;
}

#detail .wrp ul li::before{
	content: "●";
	color: #6cbb5a;
	position: absolute;
	top: 0;
	left: -24px;
}

#detail .wrp .block + .pic{
	margin: 40px auto 0 auto;
}

#detail .wrp .pic{
	width: 900px;
	margin: 0 auto;
}

#detail .wrp .pic + .pic{
	margin-top: 42px;
}

/********************************************************************
* rico
********************************************************************/
#rico{}

#rico .wrp{
	max-width: 960px;
	margin: 0 auto;
	padding: 80px 0;
}

#rico .wrp .message{
	margin: 0 auto 60px auto;
}

#rico .wrp .message h2{
	margin: 0 auto 40px auto;
	padding: 0;
	font-size: 48px;
	letter-spacing: .1em;
	color: #4694d1;
	text-align: center;
}

#rico .wrp .message .message_wrp{
	display: flex;
	display: -webkit-flex;
	justify-content:space-between;
}

#rico .wrp .message .message_wrp .pic{
	width: 45%;
}

#rico .wrp .message .message_wrp .pic img{
	width: 100%;
	height: auto;
}

#rico .wrp .message .message_wrp p{
	width: 50%;
}

#rico .wrp .col2{
	display: flex;
	display: -webkit-flex;
	justify-content:space-between;
}

#rico .wrp .col2 div{
	width: 49.5%;
}

#rico .wrp .data{
	margin-top: 30px;
}

#rico .wrp .data h2{
	font-size: 2.4rem;
	color: #4694d1;
	margin: 0 0 5px 0;
}

#rico .wrp .data p + h2{
	margin-top: 30px;
}

#rico .wrp .data p span{
	padding: 0 .5em 0 0;
}

#rico .wrp .guides{
	margin: 30px 0 0 0;
}

#rico .wrp .guides ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: none;
}

#rico .wrp .guides ul li{
	width: 16em;
	position: relative;
	margin: 0 0 1em 0;
}

#rico .wrp .guides ul li a{
	text-decoration: none;
}

#rico .wrp .guides ul li span{
	position: absolute;
	top: -3px;
	right: -32px;
	display: block;
	width: 26px;
}

#rico .wrp .guides ul li span img{
	width: 100%;
	height: auto;
}

/********************************************************************
* footer
********************************************************************/
footer{
	padding: 80px 0;
	background: #3b82c5;
}

footer .wrp{
	max-width: 960px;
	margin: 0 auto;
}

footer .wrp .ftr_midashi{
	text-align: center;
}

footer .wrp .ftr{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin: 80px auto 0 auto;
	color: #fff;
}

footer .wrp .ftr .leftbox{
	width: 600px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

footer .wrp .ftr .leftbox h3{
	margin: 0 0 10px 0;
	font-size: 2.2rem;
	color: #fff;
}

footer .wrp .ftr .leftbox p span + span{
	margin-left: 1em;
}

footer .wrp .ftr .leftbox p.comname{
	margin: 20px 0 0 0;
	font-size: 2.2rem;
	font-weight: 700;
}

footer .wrp .ftr .rightbox{
	width: 340px;
}


footer .wrp .ftr .ftr_mark{
	width: 130px;
	margin: 0 30px 0 0;
}

footer .wrp .ftr .ftr_address{
	width: 440px;
	margin-top: 20px;
}


footer .wrp address{
	text-align: left;
	font-style: normal;
}

footer .wrp address span{
	display: inline;
	margin: 0 1em 0 0;
}

footer .wrp .ftr_btn_wrp{
	width: 340px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-top: 60px;
}

footer .wrp .ftr_btn_wrp .ftr_btn{
	width: 48px;
	height: 48px;
}

footer .wrp .btn{
	width: 275px;
	height: 48px;
	margin: 0;
	background:#fff;
	border-radius: 24px;
}

footer .wrp .btn a{
	display: block;
	padding: 13px 22px;
}

footer .wrp .btn img{
	width: 245px;
	height: auto;
	margin: 0 auto;
}
svg {
  overflow: visible;
}

.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
