/* 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}
/*▲▲▲ reset ▲▲▲*/
html {
  font-size: 62.5%;
}
body {
    font-family: 'Noto Sans JP', 'Roboto', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight:400;
    color:#333;
    overflow-x: hidden;
    font-size:2rem;
    line-height:1.4;
    background:#fff;
    margin: 0;
    letter-spacing: 0;
}
#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: 100%;
}
#page-top img {
    position: fixed;
    cursor: pointer;
    height: auto;
}
/*▲ 初期設定 ▲*/
::selection{
    background: #7af7cf;
    color: #ceff49;
}

/* for Firefox */
::-moz-selection{
    background: #7af7cf;
    color: #ceff49;
}

.bg_white{background:#fff}
.bg_blue{background:#c8e4ef}
.bg_blue02{background:#1e719e}
.bg_gray{background:#f6f7f7}
.bg_brown{background:#e8e2d5}
.bg_yellow{background:#ffb853}
.bg_dark{background:#062557}
.bg_pink {background: #e56284;}

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

.col_white{color:#fff}
.col_red{color:#d50000}
.col_blue{color:#8bbcd1}
.col_blue02{color:#1e719e}
.col_orange{color:#ff914e}
.col_orange02{color:#ff6200}
.col_yellow{color:#ddb854}
.col_green{color:#8db599}
.col_pink {color: #dc3a64;}

.mb0{margin-bottom:0!important}
.mb10{margin-bottom:10px}
.mb20{margin-bottom:20px}
.mb30{margin-bottom:30px}
.mb40{margin-bottom:40px}
.mb60{margin-bottom:60px}
.pb0{padding-bottom:0!important}

.font_16{font-size: 1.6rem}
.font_18{font-size: 1.8rem}
.font_20{font-size: 2rem}
.font_30{font-size: 3rem}
.palt{font-feature-settings:"palt"}
.font_italic{font-style: italic}
.auto{margin: 0 auto}
.marker_yel {
    background-color: transparent;
    background-image: linear-gradient(transparent 70%, #ffe400 0);
}

.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}
.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;
}
table{
	width: 100%;
}

/*　▼ header　▼　*/
header{
    background:url(../images/mv_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
header img{
	background-size: cover;
	width: 100%;
}
header h1{
	margin-bottom: 0;
}
header h1::after{
    display: none;
}
header h1 img {
    width:1200px;
    margin:0 auto;
}

/*　▼ footer　▼　*/
footer {
	font-weight: 400;
	background:#fff;
	font-size: 1.6rem;
    padding: 2%;
}
footer .box {
	width:1000px;
	margin:0 auto;
}
footer .box ul {
	width: 490px;
    margin: 0 auto;
}
footer li a {	
	background-size: 15px;
    background-position: 26px center;
    color: #4b5689;
}
.logo{
	width: 26%;
	height: auto!important;
}
#page-top img{
    position: fixed;
    right: 28px;
    width: 70px;
   bottom: 230px;
}
.tel::before{
	content: '\e0b0';
	font-family: 'Material Icons';
	vertical-align: -2px;
	margin-right: 3px;
}
.mail::before{
	content: '\e0be';
	font-family: 'Material Icons';
	vertical-align: -2px;
	margin-right: 3px;
}

/*▼ ボタン設定　▼*/
.blank_link{
    background-image: url(../images/arrow_green.png);
    background-size: 2%;
    background-repeat: no-repeat;
    background-position: 89%;
    color: #8db499;
    border: 2px solid #8db499;
    border-radius: 100px;
    font-size: 2.9rem;
    text-align: center;
    width: 49%;
    height: 70px;
    line-height: 65px;
    margin: 0 auto;
}
.blank_link:hover{
    background: #8db499;
    border: 2px solid #8db499;
    color: #fff;
    background-image: url(../images/arrow_white.png);
    background-size: 2%;
    background-repeat: no-repeat;
    background-position: 89%;
}
.blank_link02{
    background-image: url(../images/arrow_pink.png);
    background-size: 2%;
    background-repeat: no-repeat;
    background-position: 89%;
    color: #dc3a64;
    border: 2px solid #dc3a64;
    border-radius: 100px;
    font-size: 2.9rem;
    text-align: center;
    width: 100%;
    height: 70px;
    line-height: 65px;
    margin: 0 auto;
}
.blank_link02:hover{
    background: #dc3a64;
    border: 2px solid #dc3a64;
    color: #fff;
    background-image: url(../images/arrow_white.png);
    background-size: 2%;
    background-repeat: no-repeat;
    background-position: 89%;
}
.btn{
    font-size: 2.4rem;
    background-image: url(../images/arrow_white.png);
    background-repeat: no-repeat;
    border-radius: 100px;
    background-size: 2%;
    background-position: 88% 50%;
    height: 100px;
    line-height: 1.3;
    width: 80%;
    margin: 34px auto;
    text-align: center;
    background-color: #f66262;
    filter: drop-shadow(0px 6px 0px #CFD0D0);
    color: #f3f3f3;
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.btn:hover{
    background: #f68162;
    background-image: url(../images/arrow_white.png);
    background-repeat: no-repeat;
    border-radius: 100px;
    background-size: 2%;
    background-position: 88% 50%;
}
.btn::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}
.btn:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.nyukai_btn {
    padding-top: 20px;
    background-image: url(../images/arrow_white.png);
    background-color:#00C853;
    border: none;
    color:#fff;
    border:2px solid #00C853;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 93%;
    text-align: center;
}
.member01_btn {
    padding-top: 32px;
    background-image: url(../images/arrow_white.png);
    background-color:#0067dc;
    border: none;
    color:#fff;
    border:2px solid #0067dc;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 93%;
    text-align: center;
}
.member02_btn {
    padding-top: 32px;
    background-image: url(../images/arrow_white.png);
    background-color:#0067dc;
    border: none;
    color:#fff;
    border:2px solid #0067dc;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 93%;
    text-align: center;
}
.general_btn {
    padding-top: 32px;
    background-image: url(../images/arrow_white.png);
    background-color:#0067dc;
    border: none;
    color:#fff;
    border:2px solid #0067dc;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 93%;
    text-align: center;
}
.nyukai_btn:hover {
    background:#fff;
    border:2px solid #00C853;
    color:#00C853;
}
.member01_btn:hover {
    background:#fff;
    border:2px solid #0067dc;
    color:#0067dc;
}
.member02_btn:hover {
    background:#fff;
    border:2px solid #0067dc;
    color:#0067dc;
}
.general_btn:hover {
    background:#fff;
    border:2px solid #0067dc;
    color:#0067dc;
}
.btn02{
    background-color: #63b4c8;
    filter: drop-shadow(0px 6px 0px #47818f);
}
.btn02:hover{
    background-color: #63c8b6;
}
.sec010 .btn {
    width: 46%;
    font-size: 2.5rem;
    background-size: 4%;
}
button.btn {
    cursor: pointer;
    font-family: inherit;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
}
#openModalPlan.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 2px solid #00C853;
}
#openModalPlan.btn:hover {
    background: #fff;
    border: 2px solid #00C853;
    color: #00C853;
}
/*▲ ボタン設定　▲*/

/*　▼ common　▼　*/
.att{
    font-size: 1.6rem;
}
.banner02_box .att{
    font-size: 3.5rem;
    margin-bottom: 10px;
}
section{
	width: 1000px;
	margin: 0 auto;
	padding: 110px 0;
}
h1 {
	text-align: center;
	margin-bottom: 80px;
	font-size: 4.2rem;
    font-weight: 500;
    letter-spacing: .03em;
    position: relative;
}
h1::after {
    position: absolute;
    content: "";
    background-color: #333;
    width: 10%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}
.nam{
    font-family: 'Open Sans', sans-serif;
}
h1 .en{
	font-family: 'Nunito Sans', sans-serif;
	display: block;
	font-size: 2.4rem;
    letter-spacing: 0.2em;
    font-weight: 400;
}
h1 .en{
    margin-bottom: 10px;
}
.sec_first_wrap{
    background: #fff;
}
.sec_first{
    background: url(../images/sec_first_img.png) no-repeat;
    background-size: 66%;
    background-position: center 12%;
}
.sec_first .en{
    font-family: 'Nunito Sans', sans-serif;
    display: block;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    font-weight: 400;
    color: #bfbbc9;
    text-align: center;
    margin-bottom: 45px;
}
.sec_first_wrap h1{
    color: #393641;
    font-size: 3.3rem;
    position: relative;
    margin-bottom: 45px;
}
.sec_first_wrap h1:before{
    content: '';
    position: absolute;
    left: 50%;
    display: block;
    bottom: -25px;
    width: 270px;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fcb042;
}
.sec_first_wrap h2{
    font-size: 3.8rem;
    color: #393641;
}

/* banner01 */
.banner01_wrap {
    /* background: url(../images/banner01_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; */
}
.banner01 {
    padding: 30px 0;
}
.banner01 h1::after {
    display: none;
}
.banner01 h1 {
    margin-bottom: 0;
}

/*sec01*/
.sec01_wrap{
    background: url(../images/sec01_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.sec01 {
	padding: 60px auto;
    width: 80%;
}
.sec01 h1{
    color: #dc3a64;
    max-width: 800px;
	margin: auto;
    border: solid 3px #dc3a64;
    padding: 0.2em;
    border-radius: 0.5em;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5), inset 0 0 4px rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 4rem;
}
.sec01 ul{
    font-size: 2.9rem;
    letter-spacing: .03em;
    font-style: italic;
    width: 50%;
    margin: auto;
}
.sec01 ul li{
    line-height: 1.6;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
}
.sec01 ul li::before{
    position: absolute;
    content: "";
    background-image: url(../images/check_blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    left: 0;
    top: 16px;
}
.sec01 h1 {
    margin-bottom: 30px;
}
.sec01 h1::after{
    display: none;
}

/*sec02*/
.sec02 h1 {
    margin-bottom: 30px;
}
.sec02 h1::after{
    display: none;
}
.sec02_box {
    background-color: #fff;
    border-radius: 5px;
    padding: 4%;
}


/*sec03*/
.sec03 .en{
    color: #c1d8c8;
}
.sec03 h1 .font_big{
    font-size: 1.4em;
}
.sec03 .box{
    background: #f5f3ef;
    padding: 3%;
    margin-bottom: 30px;
}
.sec03_nam{
    width: 12%;
    margin: 0 auto 10px;
}
.sec03 h2{
    font-size: 4.2rem;
    margin-bottom: 60px;
    font-style: italic;
    letter-spacing: .05em;
}
.sec03_img{
    width: 31%;
    height: 100%;
    margin-right: 36px;
}
.sec03 p .bold {
    font-weight: 500;
}

/* banner02 */
.banner02 h1 {
    color: #fff;
}
.banner02 h1::after {
    background-color: #fff;
}
.banner02_box {
    background-color: #fff;
    border-radius: 5px;
    padding: 4%;
}
.banner02_box h2 {
    font-size: 2.4rem;
}

/*sec04*/
.sec04_wrap{
    background: #e5e5e3;
}
.sec04 .en{
    color: #fff;
}
.sec04 h2{
    font-size: 3.35rem;
    font-style: italic;
    letter-spacing: .03em;
}
.cover{
    margin-bottom: 100px;
}
.sec04_img{
    width: 46%;
    margin-right: 40px;
}
.sec04_nam{
    width: 17%;
    margin: 0 auto 15px;
}
.sec04 .box h2{
    font-size: 3rem;
    margin-bottom: 18px;
}
.sec04 .box p{
    font-size: 1.8rem;
}
.sec04 .box:nth-of-type(even){
    flex-direction: row-reverse;
}
.sec04 .box {
    padding: 2%;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.sec04 .box:nth-of-type(even) .sec04_img {
    margin-right: 0;
    margin-left: 30px;
}

/*sec05*/
.sec05_wrap{
    background: #43505e;
}
.sec05 h1 {
    margin-bottom: 100px;
}
.sec05 h1::after {
    background-color: #fff;
}
.sec05_book{
    width: 30%;
    transform: rotate(-5deg);
}
.sec05_img_pre{
    width: 20%;
    height: auto;
    margin: 0 auto 20px;
}
.sec05 h2{
    font-size: 3.2rem;
    letter-spacing: .03em;
    font-style: italic;
    margin-bottom: 50px;
}
.sec05 p{
    font-size: 2.4rem;
}
.sec05 .right{
    padding-top: 6%;
}

/* sec5-5 */
.sec5-5 h2 {
    text-align: center;
    font-weight: 500;
    font-size: 2.6rem;
    margin-bottom: 40px;
}
.sec5-5_box {
    padding: 3%;
    border-radius: 5px;
}
.sec5-5 h3 {
    text-align: center;
    font-size: 2.6rem;
    font-weight: 500;
    margin-bottom: 50px;
}
.sec5-5_flex {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}
.sec5-5_lead {
    font-weight: 500;
    font-size: 3rem;
    color: #003670;
}
.sec5-5_flex p {
    margin-right: 30px;
}
.sec5-5_img {
    width: 12%;
}
.sec5-5_box .etc {
    width: 80%;
    font-size: 2.6rem;
}

/*sec06*/
.sec06 h2{
    font-size: 2.8rem;
    margin: 45px auto 20px;
    padding-bottom: 12px;
    border-bottom: 2px dotted #1e719e;
}
.sec06 .nam{
    display: inline;
    font-size: 2.4rem;
    margin-right: 16px;
    color: #dc3a64;
}
.sec06 h3{
    font-size: 2.3rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.sec06 p {
    font-size: 2.2rem;
    margin-bottom: 25px;
}
.sec06 .box{
    width: 80%;
    margin: 0 auto;
}

/*sec07*/
.sec07 h1 .en{
    color: #dfc275;
}
.sec07 .box{
    background: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
}
.box_top {
    justify-content: space-between;
    padding: 3%;
}
.voice_img{
    width: 30%;
}
.sec07 .col_blue {
    padding-top: 5%;
}
.sec07 .col_blue .bold{
    font-size: 2.6rem;
}
.sec07 .col_blue .font_small{
    font-size: 2.2rem;
}
.sec07 .txt {
    font-size: 3rem;
    width: 68%;
}
.sec07_meta {
    font-size: 2.5rem;
    font-weight: 500;
    color: #fff;
    background-color: #1e719e;
    padding: 2% 3%;
}
.sec07_meta .name_main {
    font-size: 3.7rem;
}

/*sec08*/
.sec08 h1 .en{
    color: #ddb854;
}
.sec08 h1::after{
    background-color: #fff;
}
.sec08_box {
    background-color: #fff;
    border-radius: 5px;
    color: #222d3f;
    padding: 3%;
}
.koushi_box{
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.sec08_left{
    width: 25%;
}
.sec08 .font_big{
    font-size: 2.6rem;
}
.sec08 .position{
    font-size: 1.6rem;
}
.sec08_right {
    width: 73%;
}
.sec08_left h2{
    font-size: 2.7rem;
    letter-spacing: 0.2em;
}
.sec08_left h3{
    font-size: 1.6rem;
    line-height: 1.2;
}
.sec08_txt {
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1.5;
}
.koushi_img{
    margin-bottom: 0;
}
.koushi_book{
    height: auto;
    width: 100%;
}

/*sec09*/
.sec09 h1 .en{
    color: #9cd6ed;
}
.sec09 h2{
    font-size: 4rem;
    color: #ddb854;
    background: #222d3f;
    padding: 0.5% 0 1%;
    margin-bottom: 50px;
}
.book_ran{
    margin-bottom: 100px;
}
.sec09 .box_inner {
    width: 80%;
    margin: 0 auto;
}
.sec09_book{
    width: 33%;
    margin-right: 60px;
}
.sec09 .right{
    margin-top: 110px;
}
.sec09 p{
    font-size: 2.9rem;
    margin-bottom: 40px;
}
.sec09_sub {
    font-size: 4rem!important;
    text-align: center;
    margin-bottom: 10px!important;
}

/*sec010*/
.sec010 h1 .en{
    color: #ff914e;
}
.summary_tbl .bg_white{
    background: #fff;
    font-size: 2.4rem;
    padding: 2% 4%;
    width: 12em;
    vertical-align: middle;
    border-bottom: 2px solid #f4efe8;
}
.summary_tbl .border{
    border-bottom: 2px solid #fff;
    padding: 1% 4%;
    vertical-align: middle;
}

/*sec011*/
.sec011 h1 .en{
    color: #3461dc;
}
.sec011 .nam{
    color: #e5e5e3;
    display: inline;
    font-size: 7rem;
    font-weight: 500;
    margin-right: 40px;
    line-height: 1.2;
}
.sec011 h2{
    display: inline;
    color: #ddb854;
    vertical-align: 20px;
    font-size: 2.3rem;
    line-height: 0;
}
.sec011 .left{
    width: 421px;
}
.sec011 .right{
    border-left: 1px solid #ccc;
    width: 71%;
}
.sec011 .right p{
    padding-top: 11%;
    margin-top: -49px;
    padding-left: 7%;
}
.sec011 .flow_box{
    padding-bottom: 100px;
    background: url(../images/bottom_arrow.png) no-repeat;
    background-size: 6%;
    background-position: center 70%;
}
.sec011 .flow_box:last-of-type{
    background: none;
}

/*sec012*/
.sec012_wrap {
    background-color: #eaf4ff;
}
.sec012 h1 {
    color: #fff;
}
.sec012 h1::after {
    background-color: #fff;
}
.sec012 h1 .en{
    color: #fd9a80;
    text-indent: 1em;
}
.sec012 h2{
    font-size: 4rem;
}
.sec012 h3{
    font-size: 3.4rem;
    margin-bottom: 30px;
}
.sec012 h4{
    text-align: center;
    font-size: 2.4rem;
}
.sec012_img {
    margin: 30px auto 10px;
}
.sec012_head {
    width: 16%;
    margin: 0 auto;
}

/* toha */
.toha_wrap {
    background-image: url(../images/toha_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.toha h1 {
    color: #d50000;
}
.toha h1::after {
   display: none;
}
.toha h2 {
    text-align: center;
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 30px;
}
.toha_box {
    background-color: #fff;
    padding: 2%;
    border-radius: 5px;
}
.toha .font_ex {
    font-size: 3.0rem;
}
.tomoni {
    margin: 30px auto 50px;
}
.tomoni_end {
    font-size: 2.2rem;
}
.toha_list {
    margin: 20px auto 0px;
    text-align: center;
    font-weight: 500;
    font-size: 2.3rem;
}
.toha_list ul {
    text-align: left;
    display: inline-block;
}
.toha_list ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 8px;
}
.toha_list ul li:last-child {
    margin-bottom: 0;
}
.toha_list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.15em;
    width: 26px;
    height: 26px;
    background-color: #163b5d;
    -webkit-mask: url(../images/list_check.png) center center / contain no-repeat;
    mask: url(../images/list_check.png) center center / contain no-repeat;
}
.plan_img {
    width: 100%;
}
.toha_out {
    text-align: right;
    margin-top: 10px;
}

/*sec013*/
.sec013 h2{
    font-size: 3rem;
}
.sec013 .txt {
    margin-bottom:40px;
    font-size: 1.9rem;
}
.hayawari_bbl{
    position: absolute;
    width: 13%;
    height: auto;
    top: -61px;
    left: -87px;
}
.fee_tbl .border{
    background: #d0c7b8;
    text-align: center;
    width: 7em;
    border-bottom: 2px solid #e7e5e5;
}
.fee_tbl .border .font_small,
td.generally .font_small,
td.discount .font_small,
td.ippan .font_small{
    font-size: 2.4rem;
}
.fee_tbl .border,
.discount,
.generally,
.ippan{
    font-size: 3.4rem;
}
th.generally{
    background: #575377;
}
td.generally{
    color: #575377;
    border-bottom: 2px solid #e7e5e5;
    width: 27%;
    background: #c1b8b1;
}
th.discount{
    background: #fd7652;
}
td.discount{
    color: #fd7652;
    border-bottom: 2px solid #e7e5e5;
    width: 27%;
    background: #e4cdb9;
}
th.ippan{
    background: #8BBCD1;
}
td.ippan{
    color: #8BBCD1;
    border-bottom: 2px solid #e7e5e5;
    width: 27%;
    background: #EAF5FC;
}

/*------------------------
▽ PC表示とスマホ表示の分かれ目　▽
------------------------*/
@media screen and (min-width: 600px) {
.pcnone {
    display:none;
}
.pc_block{
    display: block;
}
}
/*------------------------
△　PC表示とスマホ表示の分かれ目　△
------------------------*/
@media screen and (max-width: 768px) {
.sec011 .left {
    width: 49%;
}
.sec011 .right p {
    margin-top: -29px;
}
.sec011 .nam {
    margin-right: 21px;
}
.sec011 h2 {
    vertical-align: 13px;
}
.sec012 h3 {
    width: 100%;
}
.sec013 .txt {
    margin-bottom:40px;
    font-size: 1.5rem;
}
.hayawari_bbl {
    top: -78px;
    left: -20px;
}
.sec06 ul li {
    text-indent: -2em;
    padding-left: 2em;
}
.sec_first {
    background-size: 47%;
    background-position: center 22%;
    padding-bottom: 8%;
}
.sec_first .en {
    margin-bottom: 15px;
}
}
/*------------------------
913-1200
------------------------*/
@media screen and (min-width: 913px) and (max-width: 1200px) {
header h1 img{
	width: 98%;
	margin: 0 auto;
}
section {
    width: 94%;
}
#page-top img{
	display: none;
}
.sec01 ul{
    width: 80%;
    margin: auto;
}
}
/*----------------------
600~912
----------------------*/
@media screen and (min-width: 600px) and (max-width: 912px) {
html{
	font-size: 50%;
}
header h1 img{
	width: 98%;
}
section {
    width: 94%;
}
#page-top img{
	display: none;
}
.sec013 .txt {
    margin-bottom:40px;
    font-size: 2.5rem;
}
}
/*------------------------
スマホ320~599px
------------------------*/
@media screen and (min-width: 320px) and (max-width: 599px) {
html {
  font-size: 54%;
}
body {
	width:100%;
	font-size:1.6rem;
}
.font_20 {
    font-size: 1.2em;
}
.sp_block,
.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
}
.sec_wrap {
  width:100%;
  padding:0;
}
section{
	width: 100%!important;
	padding: 14% 6%;
}
/*▼ footer ▼*/
footer {
	padding: 2%;
    font-size: 1.4rem
}
.footer_inner {
    width: 92%;
    margin: 0 auto;
    padding: 2.60416% 0;
}
footer ul{
	width: 100%;
	text-align: left;
}
.logo {
    width:23%;
    display: block;
}
#page-top img {
    display: none;
}
.copy{
	margin-bottom: 10px;
}
/*▲ footer ▲*/
header{
    background: url(../images/mv_bg_sp.jpg) no-repeat;
	background-position: center top;
    background-size: cover;
}
header .mv_area{
    padding: 0!important;
}
header h1 img{
	width: 100%;
	margin: 0 auto;
}
.btn {
    background-image: none;
    width: 100%;
    font-size: 2rem;
    overflow:inherit;
    height: 70px;
    line-height: 1.2;
    margin: 25px auto 29px;
}
.nyukai_btn {
    padding-top: 12px;
}
.member01_btn {
    padding-top: 20px;
}
.member02_btn {
    padding-top: 20px;
}
.general_btn {
    padding-top: 20px;
}
.att{
    font-size: 0.8em;
    line-height: 1.2;
}
.banner02_box .att{
    font-size: 3rem;
}
h1 {
    font-size: 2em;
    margin-bottom: 50px;
}
.sec_first {
    background-size: 87%;
    background-position: center 10%;
    padding-bottom: 8%;
}
.sec_first .en{
    font-size: 2rem;
}
.sec_first_wrap h1 {
    font-size: 3rem;
    margin-bottom: 31px;
}
.sec_first_wrap h1:before {
    bottom: -19px;
    width: 52%;
}
.banner01 {
    padding: 4% 3%;
}
.sec01{
    padding: 14% 6%;
}
.sec01 ul{
    width: 100%;
    margin: auto;
}
h1 .en{
    font-size: .5em;
}
.sec02 p {
    width: 100%;
}
.message_img {
    right: -11px;
    bottom: 0;
}
.sec03 .box {
    padding: 5%;
}
.sec03_nam {
    width: 20%;
}
.sec03_img {
    width: 100%;  
    margin-bottom: 20px;
}
.sec03 h2 {
    font-size: 2em;
    margin-bottom: 30px;
}
.sec04 h2 {
    font-size: 1.6em;
    margin-bottom: 20px;
}
.sec04 .box{
    display: block;
}
.sec04_img,
.sec04 .box:nth-of-type(even) .sec04_img {
    width: 72%;
    margin: 0 auto 20px;
}
.sec04_nam {
    width: 25%;
}
.blank_link,
.blank_link02{
    font-size: 1.4em;
    width: 100%;
    font-weight: 700;
}
.sec05 h1 {
    margin-bottom: 50px;
}
.sec05_book {
    width: 55%;
    margin: 0 auto;
    transform: rotate(0);
}
.sec05_img_pre {
    width: 34%;
}
.sec05 h2 {
    margin-bottom: 20px;
}
.sec05 p {
    font-size: 1.2em;
}
.sec06 h2 {
    font-size: 2.3rem;
    line-height: 1.4;
}
.sec06 .nam {
    font-size: 2rem;
    padding: 0 3%;
    margin-right: 6px;
}
.sec06 ul {
    font-size: 1.2em;
}
.sec06 .box{
    width: 100%;
}
.voice_img {
    width: 50%;
    margin: 0 auto;
}
.sec07 .txt {
    width: 100%;
    margin-bottom: 16px;
    line-height: 1.4;
    font-size: 2.4rem;
}
.box_top {
    margin-bottom: 0;
}
.koushi_box {
 display: block;
}
.sec08_left {
    width: 70%;
    margin: 0 auto;
}
.sec08_right {
    width: 100%;
}
.koushi_book {
    width: 100%;
}
.book_ran {
    margin-bottom: 30px;
}
.sec09 h2 {
    font-size: 1.4em;
    margin-bottom: 30px;
}
.sec09_book {
    width: 63%;
    margin: 0 auto 20px;
}
.sec09 .right {
    margin-top: 0;
}
.sec09 .box_inner{
    width: 100%;
}
.sec09 p {
    font-size: 1.4em;
    margin-bottom: 20px;
}
.sec09_sub {
    font-size: 3rem!important;
}
.summary_tbl th,
.summary_tbl td{
    display: block;
}
.summary_tbl .bg_white {
    width: 100%;
    font-size: 1.2em;
}
.summary_tbl .border{
    padding: 4% 0;
}
.sec011 .left {
    width: 100%;
}
.sec011 .right {
    width: 100%;
}
.sec011 .right p {
    margin-top: 0!important;
}
.sec011 .flow_box {
    padding-bottom:26%;
    background-size: 15%;
    background-position: center 87%;
}
.sec012 h2 {
    font-size: 1.4em;
}
.sec012 h3 {
    font-size: 1.8em;
}
.toha h2 {
    font-size: 2.8rem;
}
.sec013 h2 {
    font-size: 1.4em;
}
.sec013 .txt {
    margin-bottom:40px;
    font-size: 1.5rem;
}
.hayawari_bbl {
    top: -18px;
    left: -13px;
    width: 22%;
}
.fee_tbl .border, .discount, .generally, .ippan {
    font-size: 2.4rem;
}
.fee_tbl .border .font_small, td.generally .font_small, td.discount .font_small, td.ippan .font_small {
    font-size: 1.4rem;
}


/* とは？系 */
.toha_list {
    margin: 21px auto 0px;
    text-align: center;
    font-weight: 500;
    font-size: 1.7rem;
}
.toha_list ul {
    text-align: left;
    display: inline-block;
}
.toha_list ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}
.toha_list ul li:last-child {
    margin-bottom: 0;
}
.toha_list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.15em;
    width: 15px;
    height: 15px;
    background-color: #163b5d;
    -webkit-mask: url(../images/list_check.png) center center / contain no-repeat;
    mask: url(../images/list_check.png) center center / contain no-repeat;
}
.tomoni {
    margin: 20px auto 30px;
}

}
/*------------------------
-374
------------------------*/
@media screen and (max-width: 374px) {
body {
    font-size:40%;
}
.sec01 h1, h1 {
    font-size: 6em;
}
.message_img {
    width: 32%;
}
.sec03 h2,
.sec04 h2,
.sec05 h2 {
    font-size: 5em;
}
.sec04 .box h2 {
    font-size: 2.4rem;
}
.blank_link, .blank_link02 {
    font-size: 5em;
    height: 60px;
    line-height: 54px;
}
.sec011 .nam {
    font-size: 14em;
}
.sec012 h3 {
    font-size: 5.8em;
}
}

@media screen and (max-width: 450px) {
    .nyukai_btn {
        padding-top: 16px;
        font-size: 1.6rem;
    }
    .toha h2 {
        font-size: 2rem;
    }
}

.entry_banner{
    width: 50%;
    margin: 0 auto;
}
@media screen and (max-width: 599px) {
    .entry_banner{
        width: 100%;
    }
}

/* Amazon Pay */
.amazonpay{
    background: #333E48;
}
.amazonpay_sec{
    padding: 60px 0;
}
.amazonpay_spacer{
    height: 40px;
}
.amazonpay_box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.amazonpay_logo{
    width: 220px;
    flex-shrink: 0;
}
.amazonpay_txt h2{
    color: #fff;
    font-size: 3.5rem;
    margin-bottom: 15px;
}
.amazonpay_txt p{
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.8;
}
@media screen and (max-width: 599px) {
    .amazonpay_sec{
        padding: 6% 4%;
    }
    .amazonpay_box{
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .amazonpay_logo{
        width: 60%;
    }
}
