@charset "utf-8";

/* ==========================================================================
   guide
   ========================================================================== */
@media (min-width: 960px){
#page_guide .contents_wrap .wrap{
	max-width: calc(1000px + 10vw + 10vw);
	padding: 0 10vw;
}
}

/* scroll_head
============================================================ */
#scroll_head{
	position: relative;
}

#scroll_head .wrap{
	height: 260px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media (min-width: 960px){
#scroll_head .wrap{
	max-width: calc(1100px + 10vw + 10vw)!important;
	height: 420px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 10vw;
}
}

#scroll_head h2.section_title{
	width: auto;
	height: 80px;
}
@media (min-width: 440px){
#scroll_head h2.section_title{
	width: auto;
	height: 106px;
}
}

#scroll_head h2.section_title img{
	width: auto;
	height: 100%;
	display: block;
}

#scroll_head .scroll-content{
  display: flex;
	animation: scroll 60s linear infinite;
}

#scroll_head .scroll-container{
	width: 100%;
	height: 260px;
	position: absolute;
	top: 0;
	left: 0;
  display: flex;
	white-space: nowrap;
	overflow: hidden;
	z-index: -1;
	background-color: #fafafa;
}
@media (min-width: 440px){
#scroll_head .scroll-container{
	width: 100%;
	height: 420px;
}
}

#scroll_head .scroll-content .item{
	width: auto;
	height: 320px;
	margin: 0;
}
@media (min-width: 440px){
#scroll_head .scroll-content .item{
	height: 420px;
}
}

#scroll_head .scroll-content .item img{
	width: auto;
	height: 100%;
	display: block;
	filter: brightness(0.95);
}


/* guide
============================================================ */
#page_guide #guide{
	padding: 0 0 30px 0;
}
@media (min-width: 440px){
#page_guide #guide{
	padding: 0 0 50px 0;
}
}

#page_guide #guide .wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#page_guide #guide .text_block .title{
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: 0.08em;
	font-feature-settings: "palt" 1;
}
@media (min-width: 440px){
#page_guide #guide .text_block .title{
	font-size: 2.8rem;
}
}

#page_guide #guide .text_block .head{
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.6;
}
@media (min-width: 440px){
#page_guide #guide .text_block .head{
	font-size: 2.0rem;
}
}

#page_guide #guide .text_block p{
	font-size: 1.4rem;
	margin-top: 15px;
}
@media (min-width: 440px){
#page_guide #guide .text_block p{
	font-size: 1.6rem;
	line-height: 2.0;
	margin-top: 20px;
}
}

#page_guide #guide .text_block p:first-of-type{
	margin-top: 20px;
}
@media (min-width: 960px){
#page_guide #guide .text_block p:first-of-type{
	margin-top: 25px;
}
}


/* flow
============================================================ */
#page_guide #flow{
	width: 100vw;
	background-color: #F2F7FB;
	background-color: #FFF5F5;
	position: relative;
	padding: 70px 0 50px 0;
}
@media (min-width: 440px){
#page_guide #flow{
	padding: 190px 0 100px 0;
}
}

#page_guide #flow .diagonal-top{
	transform: scale(-1, 1);
}

@media (min-width: 960px){
#page_guide #flow .wrap{
	max-width: calc(900px + 10vw + 10vw);
	padding: 0 10vw;
}
}

#flow .flow_list li{
	width: 100%;
	position: relative;
}

#flow .flow_list li .card_no{
	color: #4f926d;
	width: 58px;
	height: 58px;
	font-size: 1.0rem;
	font-family: "Prompt", sans-serif;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-align: center;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 2px solid #4f926d;
	box-sizing: border-box;
	background-color: #fff;
	position: absolute;
	top: -4px;
	left: 0;
}

#flow .flow_list li .card_no .number{
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	margin: -3px 0 0 0;
}

#flow .flow_list li .text_block{
	border-left: 2px dotted #AAA;
	padding-left: 0;
	margin-left: 28px;
	padding: 0 0 30px 45px;
}
@media (min-width: 440px){
#flow .flow_list li .text_block{
	padding: 0 0 50px 70px;
}
}

#flow .flow_list li .text_block p{
	font-size: 1.4rem;
	margin-top: 15px;
}
@media (min-width: 960px){
#flow .flow_list li .text_block p{
	font-size: 1.5rem;
	margin-top: 25px;
}
}

#flow .flow_list li:last-of-type .text_block{
	border-left: 0;
	padding: 0 0 0 45px;
}
@media (min-width: 440px){
#flow .flow_list li:last-of-type .text_block{
	padding: 0 0 0 70px;
}
}

#flow .flow_list li .text_block .head{
	color: #4f926d;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.4;
	padding: 10px 0 0 0;
}
@media (min-width: 440px){
#flow .flow_list li .text_block .head{
	font-size: 2.5rem;
	line-height: 1;
}
}

#flow .flow_list li .text_block p.note{
	font-size: 1.3rem;
}

#flow .flow_list li .text_block img.img{
	border-radius: 10px;
}


/* contact_block
============================================================ */
#flow .contact_block{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #a1d0f4;
	border: 1px solid rgba(99,195,142,1);
	padding: 24px 16px 20px 16px;
}
@media (min-width: 960px){
#flow .contact_block{
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 30px 92px;
}
}

#flow .contact_block .tel_block .tel{
	line-height: 1;
}

#flow .contact_block .tel_block .tel a{
	color: #4f926d;
	font-size: 2.4rem;
	font-family: "Prompt", sans-serif;
	font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media (min-width: 960px){
#flow .contact_block .tel_block .tel a{
	font-size: 3.1rem;
}
}

#flow .contact_block .tel_block .tel a span{
	font-size: 68%;
	letter-spacing: 0.04em;
	padding-right: 6px;
	vertical-align: 0.05em;
}

#flow .contact_block .btn{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
@media (min-width: 960px){
#flow .contact_block .btn{
	width: 280px;
}
}

#flow .contact_block .btn a{
	color: #FFF;
	width: 100%;
	height: 54px;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1;
	border-radius: 7px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color: #4f926d;
	transition: all 0.2s ease;
	position: relative;
}
@media (min-width: 960px){
#flow .contact_block .btn a{
	height: 60px;
	font-size: 1.7rem;
}
}

#flow .contact_block .btn a::after{
	content: "";
	width: 13px;
	height: 13px;
	background-image: url(../img/common/icon-arrow-rp.svg);
	background-size: 13px 13px;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -6.5px 0 0 0;
}
@media (min-width: 960px){
#flow .contact_block .btn a::after{
	width: 13px;
	height: 13px;
	background-size: 13px 13px;
  margin: -6.5px 0 0 0;
}
}

@media (min-width: 960px){
#flow .contact_block .btn a:hover{
	background-color: #3c6250;
	background-color: #0579D3;
	background-color: #0065B3;
	background-color: rgba(90, 170, 125, 1);
}
}


/* payment_block
============================================================ */
#flow .payment_block{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid rgba(99,195,142,1);
	background-color: #fff;
	box-sizing: border-box;
	padding: 10px 16px 10px 16px;
}
@media (min-width: 440px){
#flow .payment_block{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	padding: 24px 0;
}
}

#flow .payment_block .box{
	width: 100%;
	height: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
@media (min-width: 440px){
#flow .payment_block .box{
	width: 49%;
}
}

#flow .payment_block .line{
	width: 100%;
	height: 1px;
	background-color: #ccc;
	margin: 8px 0;
}
@media (min-width: 440px){
#flow .payment_block .line{
	width: 1px;
	height: 80px;
	margin: 0;
}
}

#flow .payment_block .box p{
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1;
	text-align: center;
}
@media (min-width: 440px){
#flow .payment_block .box p{
	font-size: 1.5rem;
}
}

#flow .payment_block .box img{
	width: auto;
	height: 32px;
}
@media (min-width: 960px){
#flow .payment_block .box img{
	height: 40px;
}
}


/* device
============================================================ */
@media (min-width: 960px){
#page_guide #device .wrap{
	max-width: calc(900px + 10vw + 10vw);
	padding: 0 10vw;
}
}

#device ul.device-list{
	display: flex;
	flex-direction: column;
}

#device ul.device-list .card{
	display: flex;
	flex-direction: column;
	border-radius: 4px 4px 24px 4px;
	border: 1px solid rgba(99,195,142,1);
	padding: 20px 20px;
}
@media (min-width: 440px){
#device ul.device-list .card{
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 22px 40px 22px 30px;
}
}

#device ul.device-list .card .thumbnail{
	width: 100%;
}
@media (min-width: 440px){
#device ul.device-list .card .thumbnail{
	width: 32%;
}
}

#device ul.device-list .card .thumbnail img{
	border-radius: 8px;
}

#device ul.device-list .card .text_block{
	width: 100%;
}
@media (min-width: 440px){
#device ul.device-list .card .text_block{
	width: 62%;
}
}

#device ul.device-list .card .text_block .head{
	color: #4f926d;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1;
}
@media (min-width: 440px){
#device ul.device-list .card .text_block .head{
	font-size: 2.2rem;
}
}
