/* http://meyerweb.com/eric/tools/css/reset/ 
     v2.0 | 20110126
    License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
body{line-height: 1;}
ol, ul{list-style: none;}
blockquote, q{quotes: none;}
blockquote:before, blockquote:after,q:before, q:after{content: '';content: none;}
ul li{list-style: none;}
*, *:before, *:after{-webkit-box-sizing: inherit;box-sizing: inherit;}
* {box-sizing: border-box;}
a{text-decoration: none;-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
a:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
table{border-collapse:collapse;
width: 100%}
/*resetｲ*/
html {
  font-size: 62.5%;
}
body {
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight:400;
    color:#1a2d4c;
    overflow-x: hidden;
    line-height:2;
    background:#f4f3f3;
    margin: 0;
    letter-spacing: 0.06em;
    font-size: 2rem;
}
#wrapper {
    overflow: hidden;
}
a{text-decoration:none;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;}
a:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
img {
    display:block;
	width:100%;
    height: auto;
}
#page-top img {
    position: fixed;
    cursor: pointer;
    right: 28px;
    width: 70px;
	bottom: 146px;
}
.fa-check {
	margin-right:10px;
}
.h1_border {
	font-weight: 700;
	text-align: center;
	position: relative;
	font-size:3rem;
	margin-bottom:50px;
}
.h1_border:before {
	position: absolute;
	bottom: -10px;
	left: calc(46.8% - 30px);
	width: 124px;
	height: 4px;
	content: '';
	border-radius: 3px;
	background: #414568;
}
.h1_border {
	font-feature-settings: "palt";
}
.benefits .h1_border:before{
 	background: #fff;
}
.bg_white{background:#fff!important}
.bg_green{background:#849893}
.bg_navy{background:#272730}
.bg_right_green{background:#d9dddc}
.bg_btn_green{background:#578d7f}
.bg_red{background: #bf3e3e!important}
.bg_gold{background: #c5a868}
.bg_yellow{background: #eabb51}
.bg_pink{background: #ffa2a2}
.bg_none{background: none!important;}
.marker{background: #d0e18f}
.sec06_wrap{background: #e7e6e5}
.event_tbl{background: #e7e6e5;}

.bold{font-weight:700}
.fw400{font-weight:400}
.fw500{font-weight:500}
.fw600{font-weight:600}
.alc{text-align:center}
.alL{text-align:left}
.alR{text-align:right}

.col_white{color:#fff!important}
.col_red{color:#f40a47!important}

.mb0{margin-bottom:0!important}
.mb5{margin-bottom:5px!important}
.mb10{margin-bottom:10px!important}
.mb20{margin-bottom:20px!important}
.mb30{margin-bottom:30px!important}
.mb40{margin-bottom:40px!important}
.mb50{margin-bottom:50px!important}
.mb60{margin-bottom:60px!important}
.mb90{margin-bottom:90px!important}
.pb0{padding-bottom:0!important}
.marker_yel{
	background-image: linear-gradient(transparent 10%, #fef263 0);
}
.font_16{font-size: 1.6rem}
.font_18{font-size: 1.8rem}
.font_30{font-size: 3rem}
.palt{font-feature-settings:"palt"}
.font_italic{font-style: italic}

.flex_space{display:flex;justify-content:space-between}
.flex_wrap{display:flex;flex-wrap:wrap;justify-content: space-between}
.flex_row{display:flex;flex-direction: row}
.flex_start{display:flex;justify-content:flex-start}
.block{display: block}
.auto{margin: 0 auto}
.shadow {
    -moz-box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
    box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
}
.sec_shadow {
    -moz-box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    position: relative;
}
.under_line {
    text-decoration: underline;
    text-underline-offset:0.2em;
}
.linethrough{
    text-decoration: line-through;
}
.blank_link{
	text-decoration: underline;
	color: #bf3e3e;
}
.faq a{
	text-decoration: none;
	color: #bf3e3e;
}

.flex_space img{
    height:100%;
}
h1,h2,h3,h4{
    line-height: 1.4;
}
section{
	width: 1000px;
	margin: 0 auto;
	padding: 93px 0;
}
.hidden{display: none}
button, select, textarea,
input[type="submit"], input[type="button"] {
	-webkit-appearance: none;
	appearance: auto;
    vertical-align: middle;
    text-align: center;
    border: none;
    color: #fff;
    width: 48%;
    height: 100px;
    border-radius: 100px;
    background: #f5664e;
}
input[type="submit"], input[type="button"] {
	cursor: pointer;
}
.box_btn .btn{
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
	.btn.left{
		margin-bottom:20px;
	}
}




#checkbox {
	margin-bottom:30px;
}
.checkbox-input{
  display: none;
}
.checkbox-parts {
	position: relative;
	font-size:2.4;
}
input[type="checkbox"] {
	width: 14px;
    height: 18px;
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
	background-color:#fff;
	padding-left: 8px;
	margin-right: 20px;
}
.box_btn .btn{
	background-size: 2%;
    background-position: 95% 50%;
}
.terms {
    border: 1px solid #ccc;
    font-size: 1.6rem;
    height: 300px;
    overflow-y: scroll;
    padding: 2%;
    margin-bottom: 40px;
}
.terms h2,
.terms dl dd {
	margin-bottom:20px;
}
.terms dl dt {
	margin-bottom:5px;
	font-weight: 700;
}
.bb_dooted{
    line-height: 2;
    text-decoration:underline dotted;
    text-underline-offset:0.4em;
}
.linethrough{
    text-decoration: line-through;
}
.flex_space img{
    height:100%;
}
h1,h2,h3,h4{
    line-height: 1.4;
}
header{
    background:#bbd9e8;
    background-size: cover;
}
header img{
	background-size: cover;
	width: 100%;
}
header .mv_area {
    width:1200px;
    margin:0 auto;
}
footer {
    font-size: 1.4rem;
}
.footer_inner{
	padding: 1%;
}
footer a{
	color: #318cb9;
	font-weight: 700;
}
footer .box ul {
	width: 490px;
    margin: 0 auto;
}
footer .box li {
    display: inline;
}
footer .box li a {	
	background-size: 15px;
    background-position: 26px center;
    padding-left: 46px;
}
.logo{
	width: 26%;
	height: auto!important;
}
.space {
	text-indent: 1em;
}
.att{
	font-size: 1.6rem;
}
h1{
	font-size: 3rem;
}
.like_h1{
	font-family: 'Hina Mincho', serif;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 2.5rem;
}
.sec00 {
	line-height: 1.4;
	letter-spacing: 0;
}
.sec01_wrap {
	background-color: #cce1eb;
}
.sec02_wrap{
	background: #bbd9e8;
}
.head_en{
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin-bottom: 60px;
}
.font_hina{
	font-family: 'Hina Mincho', serif;
	letter-spacing: 0!impotnat;
	font-weight: 700;
}
.en{
	font-family: 'Rubik', sans-serif;
	letter-spacing: 0!impotnat;
	font-size: 6rem;
}
.up_down_border{
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	font-size: 4rem;
}
.money_back .en{
	color: #758988;
}
.sec05 .en,
.sec07 .en,
.sec09 .en,
.faq .en{
	color: #d8d9db;
}
.sec08 .en{
	color: #e8f0f5;
}
.bg_top_head{
	 background: url(../images/head_hands.png) no-repeat;
    font-size: 3.5rem;
    background-size: 29%;
    background-position: center 1%;
    padding-top: 7%;
    margin-bottom: 100px;
}
.border_h2{
	border: 2px solid #1a2d4c;
	font-size: 2.5rem;
	margin-bottom: 40px;
}
.border_h2 .border_right{
	border-right: 2px solid #1a2d4c;
	display: block;
	padding: 2%;
}
.border_h2 .right{
	padding: 2%;
}

.sec02{
	background: url(../images/hands.png) no-repeat;
	background-size: 13%;
    background-position: center 82%;
    padding-bottom: 10%;
}
.sec02 h1{
	font-size: 2.7rem;
}
.sec03 h2{
	font-size: 3rem;
	margin-bottom: 20px;
	border-bottom: 2px solid #313a47;
	padding-bottom: 1%;
}
.sec03 h3{
	font-weight: 700;
	font-size: 1.7rem;
	margin-bottom: 30px;
}
.sec03 .en{
	color: #d8d9db;
}
.sec03 .name{
	font-size: 2rem;
}
.sec03 img{
	width: 270px;
	margin-right: 30px;
}
.sec03 .txt{
	font-size: 1.8rem;
}
.sec03 .border_img{
	height: auto;
	width: 100%;
	margin-top: 30px;
}
.sec03 .box{
	margin-bottom: 50px;
}
.blue_box{
	border: 2px solid #5e92c4;
}

.border{
	border: 2px solid #1a2d4c;
	padding: 1%;
	width: 5em;
	text-align: center;
}
/*MV下画像ボタン*/
.money_back_wrap{
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(187,217,232,1) 100%);
}
.money_back{
	padding: 0;
}
.img_on{
	transition: .3s;
}
.img_on:hover {
  transform: translateY(4px);
  transition: .3s;
}


.banner_wrap {
	background: url(../images/banner_bg.jpg) no-repeat;
	background-size: cover;
    background-position: center 20%;
}
.banner {
	padding: 20px 0;
}

/*achievement　11年の実績*/
.achievement{
	padding: 20px 0 50px;
}
.btn_img{
	transition: all .3s;
}
.bb{
	border-bottom: 2px dashed #ff7070;
}
/*sec00　レター部分*/
.sec00 h2{
	font-size: 3rem;
	position: relative;
	padding-bottom: 66px;
}
.sec00 h2::after{
	position: absolute;
	content: '';
	left: 0;
	bottom: 51px;
	display: inline-block;
	width: 26%;
	height: 3px;
	background-color: #bbd9e8;
	border-radius: 3px;
}
.sec00 .box{
	margin-bottom: 100px;
}
/*sec05　メーリングリストとは*/
.sec05 .blue_box{
	padding: 4%;
	margin-bottom: 87px;
}
.sec05_img02 {
    width: 60%;
    margin: 0 auto 60px;
}
@media screen and (max-width: 599px){
.sec05_img02 {
    width: 100%;
   }
}


.sec05 .col_blue{
	color: #5e92c4;
}

.method_img{
	background: #fff;
	padding: 3%;
}
.method .txt{
	font-size: 2.4rem;
}
.method  .heading{
	background: #1a2d4c;
	color: #fff;
	width: 17em;
}
.method h1{
	font-size: 4rem;
}
.method h3{
	font-size: 2.4rem;
}
.method .last{
	font-size: 2.8rem;
}





.sec04_wrap{
	background: #cce1eb;
}
.sec04 .box{
	margin-top: 32px;
}
.sec04 .box p{
	text-align:center;
	background: #1a2d4c;
	color: #fff;
	padding: 5% 0;
}
.sec04 .box .col_red{
	font-size: 2.8rem;
}
.sec04_img{
	width: 17%;
    margin-right: 40px;
    height: 100%;
    margin-top: 19px;
}
.sec04 h2,.method h2{
	font-size: 2.8rem;
	margin-bottom: 20px;
}
.sec04 .txt{
	margin-bottom: 40px;
}
.sec04 .sbtn{
	width: 100%;
	width: 680px;
}
.sec04 .sbtn-text{
	text-align: center;
	padding-left: 0;
}
.sec04 .flex_space img{
	width: 39%;
}
.sec04 .att{
	line-height: 1.2;
}

/*sec06　私たちが回答します*/
.sec06_wrap{
	background: #a5b3b0
}
.sec06 img{
	width: 33%;
}
.sec06 .box{
	margin-bottom: 50px;
}
/* .sec06 .flex_space:nth-of-type(2) {
	margin-bottom: 20px;
	width: 84%;
}
.sec06 .flex_space:first-of-type{
	margin-bottom: 50px;
}
.sec06 .flex_space:nth-of-type(2){
	margin-bottom: 100px;
} */
.sec06 h2{
	font-size: 3.3rem;
}
.sec06 .font_big{
	font-size: 3rem;
}

/*
一般的に著名な税理士への質問には
タイムチャージがかかります！
*/
.sec06_after_wrap{
	background: #dce8ee;
}
.sec06_after h1{
	font-size: 2.8rem;
}
.sec06_after .txt {
    font-size: 2.4rem;
}




/*present　ＰＤＦをプレゼント*/
.present h1,.sample h1{
	font-size: 3.3rem;
	border-top: 3px solid #bf3e3e;
	border-bottom: 3px solid #bf3e3e;
	padding: 3% 0;
    width: 80%;
    margin: 0 auto 67px;
}

/*sec08 会費*/
.membershipfee{
	width: 90%;
	margin: 0 auto 40px;
}

.dashed_bottom{
	border-bottom: 1px dashed #1a2d4c;
}
.en{
	display: block;
	font-weight: 400;
	margin-bottom: 10px;
}
.border_img{
	border: 1px solid #dcd8d8;
}
.sec03 .box{
	background: #fff;
	padding: 4%;
}
.icon{
	width: 20%;
    display: block;
    margin: 0 auto 10px;
}
.sbtn {
	border-radius: 100px;
    position: relative;
    display: block;
    overflow: hidden;
    -moz-background: linear-gradient(to top, #e79b41, #ffb863);
    -webkit-background: linear-gradient(to top, #e79b41, #ffb863);
    background: linear-gradient(to top, #e79b41, #ffb863);
    position: relative;
    transition: all 0.3s ease-in-out;
}



.sec07 .box{
	margin-bottom: 100px;
}
.sec07 .box01 h2{
	width: 13em;
}
.sec07 .box02 h2,
.sec07 .box04 h2{
	width: 17.5em;
}
.sec07 .border{
	width: 6em
}
.sbtn{
    border-radius: 100px;
    position: relative;
    display: block;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.sbtn-text{
    /*text-shadow: 0 -1px 0 #ccc;*/
    font-weight: bold;
    display: block;
    color:#fff;
    text-align: center;
}
.sbtn:hover{
    transition: all 0.3s ease-in-out;
}
.money_back h1{
	margin-bottom: 20px;
}
.money_back p{
	padding: 0 3%;
}
.sec09_before h1{
	color: #bf3e3e;
    border-top: 2px solid #bf3e3e;
    padding: 3%;
    border-bottom: 2px solid #bf3e3e;
    font-size: 4rem;
}
.sec09_before h2{
	padding: 2%;
}
.sec09_before h2 .bg_white{
	padding: 1%;
	margin-right: 20px;
}
.sec09_before dt .head_p::before{
	content: 'Q';
	font-weight: 700;
	color: #37b2e5;
	font-size: 2.8rem;
    margin-right: 12px;
}
.sec09_before dd .head_p::before{
	content: 'A';
	font-weight: 700;
	color: #e4be00;
	font-size: 2.8rem;
    margin-right: 12px;
}
.sec09_before dt,
.sec09_before dd{
	background: #fff;
	padding: 2%;
}
.faq_box dt:before{
	content: 'Q';
    color: #fff;
    background: #1a2d4c;
    border-radius: 100%;
    height: 50px;
    width: 100%;
    padding: 1.5% 2%;
    font-size: 2.8rem;
    font-weight: 700;
    margin-right: 11px;
}
.faq_box dt{
	font-weight: 700;
	border-bottom: 2px solid #1a2d4c;
	font-size: 2.4rem;
    padding-bottom: 2%;
    margin-bottom: 15px;
}
.faq_box dd{
	margin-bottom: 60px;
}
.hyou{
	width:60%;
}
@media screen and (max-width: 599px) {
.hyou{
	width:100%;
}
}

.sec010 .indent li{
	text-indent: -1em;
	padding-left: 1em;
}
.sec010 .right{
	margin-bottom: 40px;
}
.sec010 h3{
	font-size: 3rem;
	margin-top: 18px;
	width: 98%;
}
.sec010 h4{
	background: #1a2d4c;
	color: #fff;
	width: 3em;
    text-align: center;
}
.sec010 h2 {
	font-weight: 700;	
}
.sec010 h2 .font_small{
	font-size: 1.5rem;
}
.sec010 .left_01 h2 {
	width: 16em;
}
.sec010 .left_02 h2 {
	padding-top:11%;	
}
.sec010 .left_03 h2 {
	padding-top:9%;	
}
.sec010 .left_04 h2 {
	padding-top:8%;	
}
.sec010 .left_05 h2 {
	padding-top:8%;	
}
.sec010 .left_06 h2 {
	padding-top:7%;	
}
.sec010 .left .nam {
	vertical-align: -6px;
	font-size:4.2rem;
}
.sec010 .ul_01{
    padding-left: 1em;
    text-indent: -0.7em;
}
.sec010 .ul_02{
	padding-left: 1em;
    text-indent: -1em;
}
.sec010 .ul_02 li {
	margin-bottom:10px;
}
.sec010 .big_h2 {
	font-feature-settings: "palt";
	ont-size:3.8rem;
}
.sec010 .left {
	background:#c2c2a0;
	font-weight:700;
	display: flex;
	justify-content:flex-start
}
.sec010 .left_01{
	padding: 3% 6%;
}
.sec010 .right {
	background:#fff;
	padding:4%;
}
.sec010 .left .under_line {
	margin-right:2px;
	font-size:2.7rem;
}
.sec010 .right ul {
	margin-bottom:20px;
}
.sec010 .grad-item{
	height: 442px;
}
.grad-wrap{
	margin-bottom: 60px;
	position: relative;
}
.down:before {
	font-family: FontAwesome;
    content: "\f067";
}
.grad-btn {
	z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 148px;
    margin: auto;
    padding: 0.5em 0;
    border-radius: 2px;
    background: #009e8f;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: 1s all linear;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    font-size: 1.6rem;
}
.grad-btn::before {
  content: "続きを読む";
  margin-right: 8px;
}
.grad-btn02{
	width: 12em;
	font-size: 2.4rem;
}
.grad-btn02::before {
  content: "質問内容の続きを読む";
  margin-right: 8px;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 159px;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #f4f3f3 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #f4f3f3 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる" /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

.iframe_wrap{
	width: 100%;
    aspect-ratio: 16 / 9;
}
.iframe_wrap iframe{
	width: 100%;
	height: 100%;
}
.flow_entry_wrap h2{
	color: #305f9d;
	font-size: 3rem;
	margin-bottom: 40px;
}
.flow_entry_wrap .col_pink{
	color: #f5664e;
}
.flow_entry{
	margin-bottom: 40px;
}
.flow_entry_wrap p{
	font-size: 4.8rem;
}
.flow_entry_wrap{
	margin-bottom: 60px;
}
.admission {
	margin:0 auto 10px;
}
.membership {
	margin:0 auto 35px;
}
.terms h1 {
	margin-bottom:44px;
}
.terms h2 {
	margin-bottom:33px;	
}
.terms .box {
	font-size: 1.6rem;
    line-height: 26px;
    font-weight: 400;
    padding: 20px;
    width: 800px;
    margin: 0 auto 20px;
    height: 300px;
}
.box_btn .btn {
    font-size: 2rem;
    width:46%;
    height: 80px;
    line-height: 80px;
}


.card_image{
	width: 64%;
}
.sbtn{
    margin: 0 auto 30px;
    width: 85%;
    height: 100px;
    line-height: 100px;
}
.sbtn:after {
    font-size: 3.2rem;
    right: 65px;
    bottom: 0;
}
.sbtn-text {
    font-size: 3.2rem;
    line-height: 100px;
}
.sbtn:hover{
    transform: scale(1.05);
}
.sbtn:hover .sbtn:after{
    opacity: 0.5;
    transform: rotate(360deg);
}

.tow_background{
	background: url(../images/achievement_bg.jpg) no-repeat;
	background-size: cover;
}

/*----------------------
　　　スマホ320~599px
----------------------*/
@media screen and (min-width: 320px) and (max-width: 599px) {
body {
	width:100%;
	font-size:1.6rem;
}
.pcnone {
	display:block
}
.spnone {
    display:none
}
.sp_br {
	display:block
}
.sp_alc {
    text-align: center;
}
.sp_noflex {
    display:block;
}
.sp_flex_space{
    display:flex;justify-content:space-between
}
.sec010 .left {
	padding:4%;
}
.sec010 .left .under_line {
	font-size:2.4rem;
}
.sec010 .left .nam {
    font-size: 4.4rem;
    margin-left: 4px;
}
.sec010 .big_h2 {
	font-size:24px;
	line-height: 1.1;
}
.sec010 .right {
	padding:4%;
}
.sec010 .box {
	margin-bottom:20px;
}
.sec010 .box:last-of-type{
	margin-bottom: 0;
}
.box_btn .btn{
	width: 100%!important;
	font-size: 2rem;
	height: 80px;
}
.button, select, textarea, input[type="submit"], input[type="button"] {
    width:100%;
    font-size: 2rem;
}
.button, select, textarea, input[type="submit"] {
    margin-bottom:20px;
}

.sbtn {
	height: 74px;
	line-height:74px;
}
.sbtn:after {
    font-size: 1.9rem;
    right: 8%;
    bottom: 0px;
}
.sbtn-text {
	font-size: 1.8rem;
}
/*　利用規約　*/
.terms{
	margin-bottom: 62px;
}
.sec_wrap {
  width:100%;
  padding:0;
}
section {
    width: 92%;
    margin: 0 auto;
    padding: 10.4302477184% 0 7.82268578879%;
}
/*▼ footer ▼*/
footer {
	padding: 2%;
    font-size: 1.6rem;
}
.footer_inner {
    width: 92%;
    margin: 0 auto;
    padding: 2.60416% 0;
}
.logo {
    width:23%;
    display: block;
}
#page-top img {
    display: none;
}
.copy{
	margin-bottom: 10px;
}
/*▲ footer ▲*/

header{
	background: #bbd9e8;
}
header .mv_area{
    padding: 0!important;
}
header h1{
	margin-bottom: 0;
}
.icon {
    width: 42%;
}
.money_back{
	width: 100%;
}
.sec01 h1,.like_h1_02 {
    font-size: 2.6rem!important;
}
.sec01 .heading_bg {
    background-position: 0% 50%, 99% 50%;
    background-size: 7%;
}
h1{
	margin-bottom: 40px;
}
.en{
	line-height: 1.2;
}
.sec01 .heading_bg{
	background: none;
}
.sec01_img{
	/*width: 80%;*/
	width: 50%;
	margin: 0 auto 40px;
}
.sec01 .check{
	width: 100%;
}
.sec01 .check li {
    background-size: 4%;
    background-position: left 5px;
    padding-left: 6%;
    margin-bottom: 17px;
    padding-bottom: 2%;
}
.sec02 h1{
	font-size: 2.8rem;
}
.sec02 {
    background-size: 27%;
    background-position: center 91%;
}
.head_en{
	font-size: 2.2rem;
}
.sec03 h2{
	font-size: 2.4rem!important;
	line-height: 1.2;
	margin-bottom: 20px;
    padding-bottom: 3%;
}
.sec03 h2 br{
	display: none;
}
.person_img {
	width: 60%!important;
	margin: 0 auto 20px;
}
.sec03 .name{
	font-size: 2rem;
}
.sec03 h3{
	margin-bottom: 20px;
}
.sec03 .txt{
	margin-bottom: 20px;
}
.sec03 .border_img{
	width: 100%;
}
.sec03 .box {
    margin-bottom: 30px;
}
.bg_top_head{
	font-size: 3rem;
}
.bg_top_head {
	background-size: 64%;
    background-position: center 17%;
    padding-top: 19%;
}
.sec04 img {
	width: 80%;
	margin: 0 auto;
}
.blue_box{
	padding: 4%;
}
.blue_box,
.sec05_img01,
.sec05_img02{
	margin-bottom: 40px;
}
.sec06 img{
	width: 67%;
	margin: 0 auto 50px;
}
.sec07 h2,.sec07 h3{
	font-size: 2rem;
	margin-bottom: 10px;
}
.sec07 .border_right,.sec07 .right{
	padding: 1%;
}
.sec07 .mb40{
	margin-bottom: 20px;
}
.sec07 .box{
	margin-bottom: 40px;
}
.membershipfee{
	margin-bottom: 20px;
}
.font_30{
	font-size: 2.4rem;
}
.sec09_before h1{
	font-size: 2.4rem;
}
.faq_box dt:before {
    padding: 2.5% 3.5%;
    margin-right: 9px;
}
.faq_box dt{
	font-size: 2.4rem;
    padding-bottom: 4%;
    margin-bottom: 15px;
}
.faq_box dd{
	margin-bottom: 40px;
}
.sec04 h2,.method h2{
	font-size: 2.6rem;
    margin-bottom: 20px;
}
.sec04 img {
	width: 40%;
    margin: 0 auto -32px;
}
.sec04 .box p {
    padding: 4% 2%;
}
.sec04 .box .col_red{
	font-size: 2.6rem;
}
.sec010 h2{
	margin-bottom: 20px;
}
.sec010 h3{
	font-size: 2.4rem;
}
.sec010 .box {
    margin-bottom: 0;
}
.sec010 .grad-item {
    height: 740px;
}
.sec05 .grad-item{
	height: 130px;
}
.h1_border{
	font-size: 3rem!important;
}
.sec04 .method_img{
	width: 100%;
}
.method .heading{
	width: 100%;
}
.flow_entry_wrap h2{
	font-size: 2.4rem;
	margin-bottom: 40px;
}
.flow_entry{
	width: 80%;
	margin: 0 auto 20px;
}
.flow_entry_wrap p {
    font-size: 2.4rem;
}
.achievement {
	padding: 0 0 3%;
	width: 100%!important;
}
}
/*------------------------
　　　　タブレット〜PC
------------------------*/
@media screen and (min-width: 768px) {
.pcnone {
	display:none;
}
.spnone {
	display:block;
}
}
@media screen and (min-width: 600px) and (max-width: 767px){
header .mv_area.pcnone{
	display: none;
}
} 
/*----------------------
　　　タブレット600~1024
----------------------*/
@media screen and (min-width: 600px) and (max-width: 1024px) {
header {
    padding: 0 3%;
}
header .mv_area {
    width: 100%;
}
section {
    width: 96%;
    margin: 0 auto;
}
.money_back{
	width: 100%;
}
.sec02 {
    background-size: 13%;
    background-position: center 90%;
    padding-bottom: 10%;
}
#page-top img {
    display: none;
}
.h1_border {
	font-size:3.5rem;
	margin-bottom:50px;
}
}
/*------------------------
912pxのみ
------------------------*/
@media only screen and (max-width: 912px)  {
.sec04_img {
	width: 21%;
    height: 100%;
    margin-top: 53px;
}
}
/*------------------------
768pxのみ
------------------------*/
@media only screen and (max-width: 768px) and (orientation: portrait) {
html{
	font-size: 50%;
}
section {
    width:94%;
}
header .mv_area {
    width: 100%;
    margin: 0 auto;
    padding: 0 2%;
}
header .btn {
    width: 300px;
    height: 51px;
    line-height: 51px;
    font-size: 2rem;
    letter-spacing: 0.1em;
}
.footer_inner {
    width: 98%;
    font-size: 1.4rem;
}
footer .flex_space{
	display: block;
}   
.h1_border:before {
    /* left: calc(45.7% - 30px); */
    left: calc(50% - 63px);
    /* left: calc(45.7% - 33px); */
}
.h1_border{
	font-size: 3.5rem;
}
#page-top img {
    display: none;
}
.money_back{
	width: 100%;
}
.en{
	font-size: 4.5rem;
}
.like_h1 {
    font-size: 2rem;
}
.up_down_border {
    font-size: 3rem;
}
.sec01 h1,.like_h1_02 {
    font-size: 3rem;
}
.sec02 {
    padding-bottom: 15%;
}
.sec03 h2 {
    font-size: 2.8rem;
}
.sec03 img {
    width: 24%;
    margin: 0 auto 20px;
}
.box_btn .btn {
    font-size: 1.8rem;
    width: 48%;
}
.sec04 .sbtn {
    width: 100%;
}
.sec04_img {
    height: 100%;
    padding-top: 4%;
}
.video{
	width: 100%;
}
}
/*------------------------
320px以下
------------------------*/
@media only screen and (max-width: 320px){
p {
    line-height: 1.4;
}
.box_btn .btn {
    font-size: 1.6rem;
}
.sbtn-text {
    font-size: 1.6rem;
}
.sec01 .heading_bg{
	background: none;
}
.sec01 h1,.like_h1_02 {
    font-size: 2.2rem!important;
}
.sec02 h1 {
    font-size: 2.2rem;
}
.sec07 h2, .sec07 h3 {
    font-size: 1.8rem;
}
.sec010 .left {
	padding:4%;
}
.sec010 .left .under_line {
	font-size:24px;
}
.sec010 .left .nam {
    font-size: 34px;
}
.sec010 .big_h2 {
	font-size:24px;
	    line-height: 1.1;
}
.sec010 .right {
	padding:4%;
}
.sec010 {
	padding-bottom: 50px;
}
.h1_border {
	margin-bottom: 50px;
}
.h1_border:before {
	left: calc(39% - 30px);
}
}

/*240402　追記*/
.banner_wrap{
	background:url(../images/banner_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.per_off{
	background:url(../images/per_off_bg.jpg) no-repeat;
		background-size: cover;
	background-position: center;
}
.per_off_pc{
	margin-bottom:40px;
}
.app_btn{
	display: block;
	text-align: center;
	vertical-align: middle;
	width: 80%;
	height:80px;
	line-height:80px;
	margin: auto;
	font-weight: bold;
	border-radius: 100vh;
	border-bottom: 7px solid #005d60;
	background: #00777b;
	color: #fff;
	font-size: 2.4rem;
}
.app_btn:hover{
	margin-top: 6px;
	border-bottom: 1px solid #005d60;
	color: #fff;
}

/*サンプル*/
.sample h1{
	font-size: 3rem;
}
.pdf {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    padding-top: 75%;
    margin: 0 auto 50px;
}
.pdf iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.btn04 {
    border-radius: 5px;
    height: 80px;
    line-height: 80px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.btn04 {
    background: #e3911b;
    filter: drop-shadow(0px 8px 0px #bb7209);
}
@media screen and (max-width: 599px) {
	.pdf {
    display:none;
}
}


/*サンプル*/



.sec08 .txt{
	font-size: 2.6rem;
	line-height:1.4;
	margin-bottom:40px;
}
.banner_img{
	width: 80%;
    margin: 0 auto;
}


/*
240529　追記
*/
.point_nam{
	width:11%;
	margin:0 auto 20px;
}
.achievement h1{
	font-size: 4rem;
}
.achievement h2{
	font-size: 3rem;
}
.achievement .box{
	padding:2%;
}
.achievement ul li {
    background: url(../images/check.png) no-repeat;
    background-size: 4%;
    background-position: left;
    padding-left: 43px;
}


/*
追記　240530
*/
.sec06_img01{
	/* width: 30%; */
}
.sec06 .box{
	/* padding-left: 150px; */
    margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
	.sec06 .box{
		padding:0;
	}
	.sec06 img{
		width:80%;
		margin: 0 auto 20px;
	}
	.sec06 .flex_space:nth-of-type(2){
		width:100%;
	}
}




.inoukoushi_wrap{
	background:#850713;
	color:#fff;
}
.inoue_img {
    width: 30%;
    height: 100%;
    margin-right: 40px;
}
.inoukoushi h1{
	margin-bottom:40px;
}
