@charset "utf-8";

#main_visual {
    background-image: url(../images/mv_bg_img_b.png);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4.61%;
    position: relative;
}
#main_l_box {
    width: 55%;
}
#main_list_item{
    width: 43%;
}
#main_list_item ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    max-width: 540px;
}
#main_list_item ul li {
    background-color: #222222;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 1.5vw;
    line-height: 2em;
    padding: 0 16px 3px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 8px;
    margin-right: 8px;
}
#main_catch{
    width: 55%;
    margin-top: 2.3%;
	position:relative;
	z-index:99;
}
#main_catch p {
    font-family: nitalago-ruika, sans-serif;
    font-size: 4.1vw;
    line-height: 1.5em;
    font-weight: 500;
    letter-spacing: .06em;
    display: inline;
    background: linear-gradient(transparent 40%, #ffd201 0%);
    padding-bottom: 8px;
	text-shadow: 2px 2px 3px #FFFFFF;
}
#main_catch p span {
    display: inline-block;
}
#main_catch p .catch_txt_s {
    font-size: 2.5vw;
    line-height: 1em;
}
#getsugaku {
    width: 50%;
    margin-top: 2.3%;
}
#getsugaku p {
    font-weight: 700;
    color: #c30d23;
    font-size: 3vw;
    line-height: 1.5em;
    letter-spacing: -2px;
    margin-bottom: 16px;
    text-shadow: 0px 0px 6px #FFFFFF,0px 0px 8px #FFFFFF,0px 0px 10px #FFFFFF;
    display: inline-block;
}
#getsugaku p .getsugaku_txt_l {
    font-family: 'Roboto', sans-serif;
    font-size: 8.2vw;
    line-height: 1em;
    font-weight: 800;
    margin-left: 8px;
    margin-right: 8px;
}
#getsugaku #getsugaku_tax {
    font-size: 22px;
}
#main_r_box_img {
    width: 40%;
    position: absolute;
    right: 3.07%;
    min-width: 272px;
    top: 0px;
    padding-top: 4.61%;
    max-width: 560px;
}
#main_r_box_img img {
	width: 100%;
}
#main_slide_wrap {
    width: 50%;
    z-index: 0; 
    position: absolute;
    right: 0px;
    bottom: 0px;
}
#main_btn {  
    width: 473px;
    height: 70px;
    margin-top: 3.07%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    border-radius: 50px;
    -webkit-box-shadow: 1px 1px 8px #FFFFFF;
    box-shadow: 1px 1px 8px #FFFFFF;
	display:none;
}
#main_btn a{
	width: 473px;
	height: 70px;
	background-color: #fff;
	border: 2px solid #c30d23;	
	font-size: 18px;
	line-height: 1em;
	font-weight: 600;
	color: #c30d23;	
	border-radius: 50px;
	background-image: url(../images/btn_arrow.svg);
	background-position: 90% center;
	background-size: 25px auto;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;	
}
#main_btn a:hover{
	opacity: 1;
	background-color: #c30d23;
	color: #fff;
	background-image: url(../images/btn_arrow_w.svg);
	background-position: 90% center;
	background-size: 25px auto;
	background-repeat: no-repeat;
}
#top_point {
	background-color: #003f76;	
}
#top_point h2 {
    font-family: nitalago-ruika, sans-serif;
    color: #fff;
    font-size: 50px;
    text-align: center;
    line-height: 1.7em;
    font-weight: 800;
    margin-bottom: 4.61%;
}
#top_point h2 span {
    display: inline-block;
}
#top_point h2 #point_h2_small    {
	display: block;
	font-size: 30px;
	line-height: 1.5em;
}
#top_point h2 #point_h2_redline {
    background: linear-gradient(transparent 45%, #c30d23 0%);
    margin-right: 16px;
    line-height: 1.3em;
}
#top_point ul {
    display: flex;
    justify-content: space-between;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}
#top_point ul li {
    width: 30.26%;
    margin-right: 4.61%;
    display: flex;
    flex-direction: column;
}

#top_point ul li:last-child{
	margin-right: 0;
}
.point_num {
    color: #ffd201;
    font-size: 28px;
    line-height: 1em;
    font-family: 'Oswald', sans-serif;
    text-align: right;
    font-weight: 500;
}
.point_num span {
    font-size: 72px;
    line-height: 1em;
    margin-left: 8px;
}
.point_list_box {
    padding: 8px;
    background-color: #fff;
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.point_list_inner {
    background-image: url(../images/triangle_top.svg),url("../images/triangle_bottom.svg");
    background-repeat: no-repeat;
    background-position: left top,right bottom;
    background-size: 24px auto;
    padding-top: 14.61%;
    padding-bottom: 14.61%;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.point_list_inner p {
    font-size: 24px;
    line-height: 2em;
}
.point_list_inner p strong {
}
.point_list_inner p span {
    background: linear-gradient(transparent 60%, #ffd201 0%);
    display: inline;
    font-size: 28px;
}
#point_bottom_catch {
    background-color: #003251;
    background-image: url(../images/taio_bg_img.svg);
    background-position: center center;
    background-size: 250px auto;
    padding: 6.15%;
    background-repeat: no-repeat;
    max-width: 744px;
    margin: 6.15% auto 0;
}
#point_bottom_catch p{
    color: #ffd201;
    font-size: 25px;
    line-height: 1.8em;
    text-align: center;
    font-weight: 600;
}
#point_bottom_catch p span {
    display: inline-block;
}
#top_cost {
    padding-top: 6.15%;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
#top_cost h2 {
    font-family: nitalago-ruika, sans-serif;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 6.15%;
    padding-right: 6.15%;
}
#cost_h2_yellowline {
    display: inline;
    background: linear-gradient(transparent 53%, #ffd201 0%);
    font-size: 38px;
    line-height: 1.5em;
    margin-bottom: 8px;
}
#cost_h2_block {
    display: block;
    font-size: 48px;
    line-height: 1.5em;
}
#cost_content {
    /* [disabled]max-width: 1120px; */
    margin-top: 3.84%;
}
.top_cost_ori  {
    margin-right: auto;
    max-width: 1120px;
    margin-left: auto;
    padding-left: 6.15%;
    padding-right: 6.15%;
}
.top_cost_ori img {
    width: 480px;
    display: block;
    margin-left: auto;
}
#cost_content_inner {
    padding-right: 6.15%;
    padding-left: 6.15%;
    background-image: url(../images/cost_bg_img.svg);
    background-position: 5% 40px;
    background-size: 240px auto;
    background-repeat: no-repeat;
    background-color: #acdfdf;
    justify-content: space-between;
}
#cost_content_flex {
    display: flex;
    justify-content: space-between;
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
}
#top_cost_txtbox {
    display: flex;
    align-items: center;
    width: 60%;
    margin-right: 3.07%;
    margin-top: 3.07%;
    margin-bottom: 3.07%;
}
#cost_catch {
    font-size: 28px;
    line-height: 2em;
    font-weight: 600;
    align-items: center;
	text-shadow: 0px 0px 6px #FFFFFF,0px 0px 8px #FFFFFF,0px 0px 10px #FFFFFF;
}
#cost_catch span {
    display: inline-block;
}
#cost_getsugaku {
    background-color: #121212;
    display: flex;
    align-items: center;
    min-height: 320px;
    justify-content: center;
    min-width: 344px;
}
#cost_getsugaku p {
    color: #fff;
    font-size: 32px;
    line-height: 1em;
    text-align: center;
    font-weight: 600;
}

#c_getsugaku {
    color: #ffd201;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    display: block;
    font-size: 80px;
    line-height: 1.8em;
}
#c_yen {
	font-size: 30px;
	line-height: 1em;
	margin-left: 8px;
	font-weight: 600;
}
#c_taxin {
	display: block;
	font-size: 20px;
	line-height: 1em;
	color: #fff;
}

#top_renewal {
    padding-top: 8.46%;
}

#top_renewal h2{
    font-family: nitalago-ruika, sans-serif;
    font-size: 48px;
    line-height: 1.5em;
    text-align: right;
    margin-bottom: 7.69%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}
#top_renewal h2 .inline_block {
    display: inline-block;
}
#renewal_h2_txt_s {
    font-size: 28px;
}
#renewal_h2_yellowline {
    display: inline-block;
    background: linear-gradient(transparent 53%, #ffd201 0%);
    font-size: 38px;
    line-height: 1.5em;
}
#renewal_box {
    display: flex;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}
.renewal_box_inner {
	width: 47.695%;
	margin-right: 4.61%;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1px auto;
	background-image: url(../images/renewal_border.png);	
}
.renewal_box_inner:nth-child(2) {
	margin-right: 0;
}


.renewal_box_inner h3 {
    font-size: 24px;
    line-height: 1em;
    background-color: #c30d23;
    color: #fff;
    display: inline-block;
    padding: 14px 12.3%;
    margin-bottom: 4.61%;
}

.renewal_box_inner li {
    border: 1px solid #000;
    margin-bottom: 10%;
    background-color: #FFFFFF;	
}
.renewal_box_inner li:last-child{
	margin-bottom: 0;
}
.renewal_box_bgclr {
    margin: 8px;
    padding-top: 3.07%;
    padding-right: 3.07%;
    padding-left: 3.07%;
    padding-bottom: 3.07%;
    background-color: #f7f7f7;
    background-image: url(../images/renewal_check.svg);
    background-position: 5% center;
    background-size: 40px auto;
    background-repeat: no-repeat;
    min-height: 120px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.renewal_box_bgclr p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8em;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

#top_demosite {
	padding-top: 4.61%;
    padding-right: 6.15%;
    padding-left: 6.15%;
    padding-bottom: 4.61%;
    background-color: #003f76;
}

#demosite_cacth {
	color: #FDE781;
	font-family: 'Oswald', sans-serif;
	font-size: 50px;
	line-height: 1em;
	margin-left: 24px;
	margin-bottom: 8px;
}
#demo_box {
	display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}



#demo_l_box {
	width: 46.15%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
#demo_l_box_p {
	background-image: url(../images/demo_bg_border_l.svg),url(../images/demo_bg_border_r.svg);
    background-position: left top,right bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 5.38%;
    padding-right: 7.69%;
    padding-left: 7.69%;
    padding-bottom: 5.38%;
    max-width: 312px;
	margin-bottom:40px;
}

#demo_l_box_p p {
	color: #fff;
	font-size: 18px;
	line-height: 2em;
	font-weight: 600;
}
#demo_r_box {
    width: 46.15%;
    -webkit-box-shadow: 8px 8px 8px #6B6091;
    box-shadow: 8px 8px 8px #6B6091;
}

#demo_r_box img {
	width: 100%;
}



.link_btn{
    display: inline-block;
    width: 300px;
    height: 70px;
    margin: 0 auto 0;
    border-radius: 50px;   
}
.link_btn a{
	width: 300px;
    height: 70px;
	font-size: 18px;
    line-height: 1em;
    font-weight: 600;    
    border-radius: 50px;
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	opacity: 1;
	background-color: #ffd201;
    background-image: url(../images/btn_arrow_bk.svg);
    background-position: 90% center;
    background-size: 25px auto;
    background-repeat: no-repeat;
	border: 2px solid #ffd201;
}

.link_btn a:hover{
    border: 2px solid #ffd201;
    background-color: #fff;
    background-image: url(../images/btn_arrow_bk.svg);
    background-position: 90% center;
    background-size: 25px auto;
    background-repeat: no-repeat;
}

#top_service {
	background-image: url(../images/top_service_bg.svg);
	background-position: right 5%;
	background-size: 70% auto;
	background-repeat: no-repeat;
}
#top_service #top_service_bg .contentWrapper {
	padding-bottom: 0px;
}
.contentWrapper.s_hitsuyou_wrap {
	padding-top: 0px;
}





#service_ttl {
	display: flex;
	align-items: center;
	margin-bottom: 6.15%;
}
#service_ttl h2 {
	font-size: 48px;
    line-height: 1.5em;
    font-family: nitalago-ruika, sans-serif;
    margin-right: 4.61%;
}
#service_ttl h2 .txt_s {
    font-size: 32px;
    line-height: 1.5em;
    display: block;
}
#service_ttl h2 .inline_block {
    display: inline-block;
}
.link_btn.btn_yellow {
	width: 400px;
}

.link_btn.btn_yellow a{
	width: 400px;
}
#service_box {
	display: flex;
}
.service_box_inner_each {
	width: 47.695%;
	margin-right: 4.61%;
}
.service_box_inner_each:nth-child(2) {
	margin-right: 0px;
}
.service_box_inner_h3_border {
	border-top : 1px solid #2b9c9e;
	border-bottom : 1px solid #2b9c9e;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 6.15%;
}

.service_box_inner_each h3 {
	text-align: center;
	font-size: 20px;
	line-height: 1em;	
	background-color: #2b9c9e;
    color: #fff;
    padding: 3.07% 0;

}



.s_box_img {
	width: 100%;
	margin-bottom: 16px;}
.s_box_img img {
	width: 100%;
}
.s_box_ttl {
	color: #c30d23;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: 600;
	margin-bottom: 8px;
}
.s_box_txt {
	font-size: 16px;
	line-height: 2em;
}
#service_plus_img {
	width: 65px;
	margin: 6.15% auto;
}
#service_plus_img img {
	width: 100%;
}
#service_koushin {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1120px;
	margin: 0 auto;	
}

#s_koushin_img {
	width: 40%;
	margin-right: 4.61%;
}
#s_koushin_img img {
	width: 100%;
}
#s_koushin_text_box {
	width: 55.39%;
}
#s_koushin_text_box h2 {
	font-size: 28px;
	line-height: 1.5em;
	display: flex;
    justify-content: space-between;
	font-family: nitalago-ruika, sans-serif;
}
#s_koushin_text_box h2 span {
	background-color: #003f76;
	color: #fff;
	font-size: 16px;
	line-height: 1.5em;
	width: 30%;
	text-align: center;
	padding: 0 7.69%;
	margin-left: 3.07%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
#s_koushin_item {
	display: flex;
	flex-wrap: wrap;
	margin: 4.61% 0;
	justify-content: space-between;
}
.koushin_list {
	width: 47.695%;
	margin-right: 4.61%;
	color: #fff;
	font-size: 16px;
	line-height: 1.6em;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 0;
	text-align: center;
	font-weight: 500;
}
.koushin_list:nth-child(2) {
	margin-right: 0px;
}

#s_item_news {
	background-color: #809fbb;
	background-image: url(../images/light01.svg);
	background-position: 90% center;
	background-size: 30px auto;
	background-repeat: no-repeat;
}
#s_item_gyomu {
	background-color: #2b9c9e;
	background-image: url(../images/light02.svg);
	background-position: 90% center;
	background-size: 30px auto;
	background-repeat: no-repeat;
}
#s_koushin_txt {
	font-size: 16px;
	line-height: 2em;
}
#service_hitsuyou {
	text-align: center;
	max-width: 1120px;
    margin: 0 auto;
}

#service_hitsuyou h2{
    font-family: nitalago-ruika, sans-serif;
    font-size: 30px;
    line-height: 1.8em;
    letter-spacing: .06em;
    margin: 6.15% 0;
    font-weight: 400;
}

#service_hitsuyou h2 span {
    background: linear-gradient(transparent 60%, #ffd201 0%);
}
#service_hitsuyou h2 .inline_block {
    display: inline-block;
}


#service_hitsuyou ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#service_hitsuyou ul li {
	width: 17.544%;
	margin-right: 3.07%;
	margin-bottom: 3.07%;
	display: flex;
	align-items: center;
	flex-direction: column;
	}
#service_hitsuyou ul li:nth-child(5), #service_hitsuyou ul li:last-child{
	margin-right: 0px;
}

.s_hitsuyou_list_img{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../images/hitsuyou_icon_bg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    padding-bottom: 21.53%;
    padding-top: 21.53%;
}
.s_hitsuyou_list_img img    {
	width: 70%;
}
#service_hitsuyou ul li h3 {
	font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    margin-top: 8px;
}
#service_btn {	
	margin: 6.15% auto 0;	
	display: flex;
	justify-content: space-between;
}
.service_btn_each {		
    height: 70px;
	width: 50%;    
	margin-right: 4.61%;	
	border-radius: 50px;
	font-size: 18px;
	line-height: 1em;
	font-weight: 600;
}

.service_btn_each a{	
    height: 70px;
    width: 100%;
    border: 2px solid #c30d23;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-right: 80px;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.service_btn_each a:hover{
	opacity: 1;
	background-color: #c30d23;
	color: #fff;
	background-image: url(../images/btn_arrow_w.svg);
	background-position: 90% center;
	background-size: 25px auto;
	background-repeat: no-repeat;		
}

.service_btn_each:last-child{
	margin-right: 0;
}
.service_btn_each.btn_w {	
	color: #c30d23;	
}

.service_btn_each.btn_r {	
	color: #fff;
}

.service_btn_each.btn_w a{	
    background-color: #fff;
    border: 2px solid #c30d23;       
    background-image: url(../images/btn_arrow.svg);
    background-position: 90% center;
    background-size: 25px auto;
    background-repeat: no-repeat;
    
	}

.service_btn_each.btn_r a{
	background-color: #c30d23;
    background-image: url(../images/btn_arrow_w.svg);
    background-position: 90% center;
    background-size: 25px auto;
    background-repeat: no-repeat;   
}

.service_btn_each.btn_w a:hover{
	background-color: #c30d23;
	color: #fff;
	background-image: url(../images/btn_arrow_w.svg);
    background-position: 90% center;
    background-size: 25px auto;
    background-repeat: no-repeat;
	opacity: 1;
}

.btn_r a:hover{
	background-color: #fff;
	color: #c30d23;
	background-image: url(../images/btn_arrow.svg);
    background-position: 90% center;
    background-size: 25px auto;
    background-repeat: no-repeat;
	opacity: 1;
}
#top_price   {
	background-color: #003f76;
	text-align: center;
}
#top_price .contentWrapper h2 {
	color: #fff;
	font-size: 40px;
	line-height: 1em;	
	margin-bottom: 4.61%;
}
#price_catch {
	font-size: 24px;
	line-height: 1.8em;	
	color: #fff;
	font-weight: 600;
	margin-bottom: 4.61%;
}
#price_catch span {
	color: #ffd201;
}
#price_disc {
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:6.15%;
}


.price_disc_inner {
	background-color: #fff;
	margin-bottom: 3.07%;
	padding: 3.07% 0;
	font-size: 20px;
	line-height: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.triangle_ylw{
	position: absolute;
	border-bottom: 50px solid transparent;
  	border-left: 50px solid #ffd201;
	top: 0;
	left: 0;
}

.price_disc_inner.p_txt_red span{
	color: #c30d23;	
}
.price_disc_inner.p_txt_blue span {
	color: #2b9c9e;
}

.p_price {
	font-size: 40px;
	line-height: 1em;
	font-family: 'Roboto', sans-serif;	
	font-weight: 600;
	margin-left: 16px;
}
.p_yen {
	font-size: 20px;
	line-height: 1em;
	font-weight: 600;
	margin-left: 16px;
}
.p_taxin {
	font-size: 15px;
	line-height: 1em;	
}
#top_operatingcompany {
	background-image: url(../images/oc_bg.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;	
	padding-top: 4.61%;
	padding-bottom: 6.15%;	
}
#top_operatingcompany h2  {
	background-image: url(../images/os_h2_bg_circle.svg);
	background-position: center center;
	background-size: 120px auto;
	background-repeat: no-repeat;
	font-size: 40px;
	line-height: 1.3em;	
	font-family: nitalago-ruika, sans-serif;
	font-weight: 500;
	padding-top: 16px;
	padding-right: 6.15%;
	padding-left: 6.15%;
	padding-bottom: 16px;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
	text-align: center;	
}

#oc_cacth {
	font-size: 20px;
	line-height: 1.8em;
	font-weight: 600;
	text-align: center;
	margin-bottom: 9.23%;
}
#oc_content_box {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}


.oc_content_each {
	display: flex;
    justify-content: space-between;
    background-color: hsla(0,0%,0%,0.60);
    position: relative;
    padding: 3.07%;
    margin-bottom: 8.46%;
    margin-left: 6.15%;
}

.oc_content_each:last-child{
	margin-bottom: 0;
}
.oc_content_each.reverse {
	flex-direction: row-reverse;
	margin-left: 0;
	margin-right: 6.15%;
	padding-bottom: 6.15%;
}

.oc_contet_text {
	width: 44.61%;
}

.oc_contet_text p {
	font-size: 15px;
	line-height: 2em;
	margin-bottom: 16px;
	color: #fff;
}

.oc_contet_text p:last-child{
	margin-bottom: 0;
}

.oc_contet_img {
	width: 48.46%;
    position: absolute;
    top: -10%;
    right: 3.84%;
    max-width: 500px;
}

.oc_contet_img img{
	width: 100%;
}

.oc_content_each.reverse .oc_contet_text{
	margin-right: 0;
}

.oc_content_each.reverse .oc_contet_img {
	width: 48.46%;
    position: absolute;
    top: -10%;
    left: 3.84%;
    max-width: 500px;	
}
