@charset "UTF-8";
*{
	box-sizing: border-box;
}

html {
  font-size: 65px;
}


.pc_none{
	display: block;
}

body {
	font-size: 0.16rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 1.5;
	color: #111111;
  }
  
  a {
	transition: 0.2s;
	}
  
  a:hover {
	opacity: 0.8;
  }
  
  p,
  li {
	font-size: 0.16rem;
	margin: 0;
  }
  
  img {
	max-width: 100%;
	height: auto;
  }
  header{
}

header .kv{
	text-align: center;
	width: 100%;
	margin: auto;
}

h3.tit {
    width: 85%;
    margin: 0 auto 40px;
    font-size: 1.0em;
}

.course{
	padding: 60px 5% 60px;
	font-size: 0.22rem;
}

.course .inner{
}

.course p{
	text-align: center;
	font-size: 0.20rem;
	font-weight: bold;
}

.step{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.step{
}

.step_tit{
	width: 230px;
	margin: 0 auto 30px;
	display: block;
}

.step_box p{
	padding-bottom: 40px;	
}

.sns{
	padding-bottom: 0;
	margin-bottom: 30px;
}

.step_box_img{

}


.step02{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.step02{
	margin-bottom: 30px;
}

.step02_tit{
	width: 230px;
	margin: 0 auto 30px;
	display: block;
}

.step02_box p{
	padding-bottom: 40px;
	font-size: 0.21rem;
}

.step02_box_img{

}

.step03 h2{
	font-size: 0.4rem;
	text-align: center;
	color: #2e6cb5;
	font-weight: bold;
	margin-bottom: 40px;
}

.step_btn{
	border: 5px solid #2e6cb5;
	border-radius: 100px;
	width: 100%;
	margin: auto;
	font-size: 0.21rem;
	text-align: center;
	font-weight: bold;
	color: #111;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.5em;
	padding: 15px 0;
}

.course .arrow{
	margin: auto;
	text-align: center;
	margin-bottom: 60px;
	width: 18%;
}

.present{
	background: url(../../img/present_bg_sp.png) center top no-repeat;
	background-size: cover;
}

.present .inner {
    width: 100%;
    margin: auto;
    padding: 60px 5%;
}

.present_box{
	background: #fff;
	box-shadow: 13px 13px 13px rgba(0,0,0,0.3);
	border-radius: 20px;
	padding: 40px 0 45px;
}

.linear{
background: linear-gradient(transparent 70%, #f6ca5d 30%);
}

.quote01{
	padding-left: 0;
	margin-left: -0.5em;
}

.quote02{
	padding-right: 0;
	margin-right: -0.5em;
}


.present_box .large_text{
	font-size: 0.25rem;
	font-weight: bold;
	text-align: center;
}

.present_box .large_text span.number{
	font-size: 0.35rem;
}

.present_img{
	text-align: center;
	width: 80%;
	margin: 10px 0 10px 18%;
}

.present_box .text{
	text-align: center;
	font-weight: bold;
	font-size: 0.2rem;
}

.oubo{
	background: #fefcf3;
}
.oubo h3.oubo_title{
	margin-bottom: 40px;
}

.oubo .inner{
	width: 100%;
	margin: auto;
	padding: 60px 5%;
}

.oubo ul {
	margin: 0;
	padding: 0;
	line-height: 2;
}

.oubo ul li{
	list-style: none;
	margin-bottom: 0.1rem;
	font-weight: 500;
	line-height: 1.75;
	font-size: 12px;
}

.oubo .tit{
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0.1rem;
}

.oubo ul li a{
	color: #0798f2;
}

.oubo .indent01{
	margin-bottom: 0;
}

.oubo .indent01:before{
	content: "STEP1";
	display: block;
	margin-right: 2em;
}

.oubo .indent02{
}

.oubo .indent02:before{
	content: "STEP2";
	display: block;
	margin-right: 2em;
}


footer{
	padding: 0.45rem 0 0.5rem;
}

footer .privacy{
	color: #808080;
	font-size: 0.16rem;
	text-align: center;
	margin: 0 0 0.5rem 0;
}

footer .privacy a,footer .contact a{
	color: #808080;
}

footer .contact{
	color: #808080;
	font-size: 0.16rem;
	text-align: center;
	margin: 0 0 0.3rem 0;
}

footer .company_wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 0.5rem 0;
}

footer .company_box{
	font-size: 0.18rem;
	color: #808080;
	text-align: center;
	border-right:3px solid #503c00;
	padding: 0.05rem 0.17rem 0.05rem 0;
	margin: 0.08rem 0 0 0;
}

footer .tel_box{
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	padding: 0 0 0.02rem 0.24rem;
}

footer .tel{
	font-size: 0.4rem;
	color: #808080;
	line-height: 1.2;
}

footer .tel .en{
	font-size: 0.3rem;
}

footer .ruby{
	ruby-align:distribute-letter;
}

.ruby01{ruby-align: distribute-letter;}

.ruby01 rt{
	text-align:justify;
	text-align-last:justify;
	font-size: 0.12rem;
}
   
footer{
	padding: 0.45rem 0 0.5rem;
}

footer .privacy{
	color: #808080;
	font-size: 0.16rem;
	text-align: center;
	margin: 0 0 0.5rem 0;
}

footer .privacy a,footer .contact a{
	color: #808080;
}

footer .contact{
	color: #808080;
	font-size: 0.16rem;
	text-align: center;
	margin: 0 0 0.3rem 0;
}

footer .company_wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 0.5rem 0;
}

footer .company_box{
	font-size: 0.18rem;
	color: #808080;
	text-align: center;
	border-right:3px solid #503c00;
	padding: 0.05rem 0.17rem 0.05rem 0;
	margin: 0.08rem 0 0 0;
}

footer .tel_box{
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	padding: 0 0 0.02rem 0.24rem;
}

footer .tel{
	font-size: 0.4rem;
	color: #808080;
	line-height: 1.2;
}

footer .tel .en{
	font-size: 0.3rem;
}

footer .ruby{
	ruby-align:distribute-letter;
}

.ruby01{ruby-align: distribute-letter;}

.ruby01 rt{
	text-align:justify;
	text-align-last:justify;
	font-size: 0.12rem;
}

footer [data-ruby] {
    position: relative;
}
footer [data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.12rem;
	color: #503c00;
}

.tel_box .time{
	font-size: 0.15rem;
	color: #808080;
}

footer .copy{
	font-size: 0.12rem;
	color: #808080;
	text-align: center;
}



.brand{
	text-align: center;
	margin-bottom: 0.75rem;
}

.brand p{
	font-size: 0.2rem;
	color: #2e6cb5;
	font-weight: 700;
	margin-bottom: 0.2rem;
}

.brand img{

}