@charset "UTF-8";
body {
    width: 100%;
    font-family: "メイリオ", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; */
    display: flex;
    flex-flow: column;
    min-height: 100vh;
    color: #333;
    line-height: 1.5;
    overflow-x: hidden;
}

.br_sp {
    display: none;
}

.container {
    width: 80%;
}

@media screen and (max-width: 980px) {
    .br_sp {
        display: inline;
    }
    .container {
        width: 100%;
    }
}


/***************
         　見出し
         *************** */

h3.top {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
}

h3.top .en {
    font-size: 36px;
    line-height: 1.5;
    display: block;
    letter-spacing: 0.05em;
}

h3.top .ja {
    font-size: 20px;
    margin-bottom: 16px;
    display: block;
    line-height: 1.5;
}

h3.top::after {
    content: "";
    display: block;
    width: 114px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff934b), to(#00a5bf));
    background-image: -webkit-linear-gradient(left, #ff934b 0%, #00a5bf 100%);
    background-image: linear-gradient(to right, #ff934b 0%, #00a5bf 100%);
    margin: auto;
    height: 4px;
}

h4 {
    position: relative;
    text-align: center;
    line-height: 100px;
    font-size: 2.2em;
    font-weight: bold;
    z-index: 1;
    margin-bottom: 20px;
}

h4:before {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
    color: rgba(4, 163, 191, 0.2);
    font-size: 70px;
    font-family: "Font Awesome 5 Free";
    z-index: -1;
}

h4.gear:before {
    content: '\f085';
}

h4.star:before {
    content: '\f005d';
    font-weight: 900;
}

h4.communication:before {
    content: '\f086';
    font-weight: 900;
}

h4 span {
    text-align: center;
    line-height: 1.4;
    display: block;
    margin: auto;
}

h4 span:not(.mini) {
    text-shadow: #ff934b 2px 2px 2px, #ff934b -2px 2px 2px, #ff934b 2px -2px 2px, #ff934b -2px -2px 2px;
    overflow-wrap: break-word;
    color: #fff;
}

h4 span.mini {
    font-size: 14px;
    padding-top: 15px;
}


/***************
         　小見出し
         *************** */

.title_icon {
    text-align: center;
    margin: 15px auto;
    width: 100%;
    padding: 20px 0;
}

.title_icon h2 {
    position: relative;
    text-align: center;
    line-height: 100px;
    font-size: 2em;
    font-weight: bold;
    z-index: 1;
}

.title_icon h2:before {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
    content: '\f0eb';
    color: rgba(4, 163, 191, 0.6);
    opacity: 0.2;
    font-size: 70px;
    font-family: fontAwesome;
    z-index: -1;
}


/***************
         　キャンペーンバナー
         *************** */

.campaign {
    margin: 20px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.campaign li {
    flex-basis: 30%;
}

.campaign img {
    max-width: 100%;
}


/***************
         　text
         *************** */

.headline {
    display: inline;
    font-size: 26px;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, rgb(228, 184, 26) 70%);
}

.f-fam-MPlus {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.f-bold {
    font-weight: bold;
}

.text-underline {
    text-decoration: underline;
}

.text-c {
    text-align: center;
}

.text-l {
    text-align: left;
}

.c-marker {
    background: -webkit-linear-gradient(left, rgb(255, 250, 153) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(255, 250, 153) 50%, transparent 50%);
    background: linear-gradient(left, rgb(255, 250, 153) 50%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 200% .8em;
    background-position: 100% .5em;
    transition: 2s;
}

.c-marker.is-active {
    background-position: 0% .5em;
}

.emphasis {
    color: tomato;
}

.c-pink {
    background: #FF84D0;
}

.c-orange {
    background: #f39800;
}

.c-blue {
    background: #38B6FF;
}

.c-green {
    background: #7ED957;
}

.caution {
    width: 46%;
    max-width: 650px;
    border: 5px solid #ff934b;
    border-radius: 10px;
    margin: 40px auto;
    padding: 25px;
    text-align: center;
    font-size: 21px;
}


/***************
         　余白
         *************** */

.m-auto {
    margin: auto;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-25 {
    margin-right: 25px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-100 {
    margin-left: 100px;
}

.pt-10 {
    padding-top: 10px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-30 {
    padding-right: 30px;
}

.flbox {
    display: flex;
    flex-wrap: wrap;
}

.position-ab-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.t-underline {
    text-decoration: underline;
}

.color-ff934b {
    color: #ff934b;
}

.d-block {
    display: block;
}

.underline {
    border-bottom: 1px solid;
}

.yellow_underline {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffd680 0%) repeat scroll 0 0;
}

.h_80vh {
    height: 80vh;
}


/***************
         　button
         *************** */

.btn--blue {
    display: block;
    height: 1.5rem;
    margin: 30px auto;
    width: 20%;
    background: #0b5770;
    padding: 20px;
    color: #efeadf;
    text-align: center;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold
}

.btn--orange,
a.btn--orange {
    color: #fff;
    background-color: #f56500;
    font-size: 16px;
    padding: 0px 22px;
    display: block;
    margin: 30px auto;
    text-align: center;
}

.btn--orange:hover,
a.btn--orange:hover {
    color: #fff;
    background: #f39800;
}

a.btn--radius {
    border-radius: 100vh;
}

.btn--orange.btn--big {
    width: 23%;
    padding: 10px 20px;
}

a.btn-flat {
    overflow: hidden;
    padding: 15px 60px;
    color: #fff;
    border-radius: 0;
    background: #f56500;
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    border: 1px solid;
}

a.btn-flat span {
    position: relative;
}

a.btn-flat:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-80%) translateY(-25px);
    transform: translateX(-80%) translateY(-25px);
    border-radius: 50%;
    background: #f39800;
}

a.btn-flat:hover:before {
    width: 400px;
    height: 400px;
    -webkit-transform: translateX(-1%) translateY(-175px);
    transform: translateX(-1%) translateY(-175px);
}

.sp-none {
    display: block;
}

.pc-none {
    display: none;
}

.w-100 {
    width: 100%;
}

.w-90 {
    width: 100%;
}

.w-80 {
    width: 100%;
}


/***************
         　table
         *************** */

.table table {
    width: 60%;
    margin: 0 auto 50px;
    border: 1px solid #999;
}

.table table tr {
    border: 1px solid #999;
    height: 60px;
}

.table table th {
    border-right: 1px solid #999;
    width: 25%;
    vertical-align: middle;
    background: #eaeaea;
}

.table table td {
    vertical-align: middle;
}

.table table td p {
    padding: 15px;
}

.table table td span {
    font-size: 13px;
}


/***************
    PAGE TITLE
****************/

.page_title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 80px auto 0px;
    letter-spacing: 1px;
    width: 100%;
    background-image: url("/dist/guests/img/junior/title_bg.png");
    background-size: 100% auto;
    height: 180px;
    position: relative;
}

.page_title h1 {
    line-height: 1.3;
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 700;
    color: #FFF;
    position: absolute;
    bottom: 24px;
    left: 20px;
    text-shadow: #888 1px 1px 1px, #888 -1px 1px 1px, #888 1px -1px 1px, #888 -1px -1px 1px;
    overflow-wrap: break-word;
    background: rgba(4, 163, 191, 0.5);
    padding: 6px 40px;
    left: 10vw;
}


/**********************
    Header    
**********************/

header {
    background: #fff;
    height: 80px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #ccc;
    left: 0;
}

header>a {
    /* ロゴ画像 */
    margin-left: 10px;
    position: relative;
    height: 80px;
    display: block;
    width: 200px;
    float: left;
}

header>a img {
    /* ロゴ画像 */
    position: absolute;
    width: 158px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.sp_header {
    display: none;
}

.pc_header {
    display: block;
}

.pc_header nav {
    width: calc(100% - 200px);
    max-width: 1200px;
    position: absolute;
    right: 0px;
}

.pc_header .menu {
    height: 58px;
    display: flex;
    position: relative;
    padding-top: 22px;
    justify-content: space-around;
}

.pc_header .menu li:not(.menu_second li) {
    text-align: center;
    width: 10%;
}

.pc_header .menu li a:not(.menu_second li a) {
    position: relative;
}

.pc_header .menu li a:not(.menu_second li a):hover {
    color: rgb(145, 143, 143);
}

.pc_header .menu li p {
    font-size: 15px;
}

.pc_header .menu li span {
    font-size: 9px;
}

.pc_header .menu_second {
    background: #fff;
    box-shadow: 0 3px 4px rgb(0 0 0 / 30%);
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.pc_header .menu_second.active {
    visibility: visible;
    opacity: 1;
    margin-top: 19px;
}

.pc_header .menu_second li {
    height: 45px;
    font-size: 14px;
}

.pc_header .menu_second li a {
    position: relative;
}

.pc_header .menu_second li a::after {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: rgb(243, 152, 0.6);
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.2s;
}

.pc_header .menu_second li a:hover::after {
    transform: scale(1, 1);
}

.pc_header .menu li:last-child:not(.menu_second li) {
    width: 15%;
    display: flex;
}

.pc_header .menu .menu_sns {
    width: 22%;
}

.pc_header .menu .menu_sns img {
    width: 100%;
}

.pc_header ul li a span {
    font-size: 16px;
    letter-spacing: 1.5px;
    color: #393939;
    display: block;
    text-align: center;
    word-break: keep-all;
}

.trial_banner {
    max-width: 180px;
    position: fixed;
    width: 21%;
    bottom: 5%;
    right: 0;
    z-index: 9;
}

.trial_banner img {
    width: 100%;
}


/**********************
    SNS button
**********************/

.header_sns,
.footer_sns {
    max-width: 400px;
    width: 90%;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-around;
}

.header_sns a,
.footer_sns a {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
}

.header_sns {
    max-width: 380px;
}

.header_sns a,
.footer_sns a {
    background: #efefef;
}

.header_sns a i {
    color: #ff934b;
}

.footer_sns a i {
    font-size: 20px;
    color: #a99770;
}


/**********************
    Footer
**********************/

.banner_wrap {
    box-shadow: 0 4px 20px rgba(169, 151, 112, 0.2);
    background: #FFEC95;
}

.banner {
    display: flex;
    width: 70vw;
    margin: 1rem auto;
}

.banner img {
    width: 100%;
    box-shadow: 2px 2px 2px #ccc;
    border-radius: 5px;
}

.banner a {
    margin: auto;
    flex-basis: 40%;
}

footer {
    background: #FFEC95;
    margin: 0 auto;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

footer::before {
    content: '';
    position: absolute;
    background-repeat: round;
    width: 100%;
    height: 100px;
    top: -50px;
}

footer section {
    width: 20%;
    padding: 20px 0px 50px;
}

footer .logo {
    position: relative;
    width: 178px;
    top: 0px;
    left: 3%;
}

footer .info_text {
    position: absolute;
    bottom: 1rem;
    left: 3%;
}

footer section:last-of-type {
    width: 60%;
    margin-left: 40px;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
}

.footer_cate {
    width: 25%;
    line-height: 1.7;
}

.footer_cate .mainlink {
    font-weight: bold;
    margin-top: 12px;
    display: block;
}

.footer_link {
    display: flex;
    justify-content: space-around;
    margin: 31px auto 0;
}

.footer_link a {
    color: #efefef;
    font-size: 17px;
}

footer>p {
    margin-bottom: 10px;
}

footer>a {
    text-align: center;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    right: 3%;
    z-index: 99;
}


/**********************
    Form
**********************/

.form_block {
    margin: 50px auto;
    width: 50%;
    display: table;
    max-width: 1150px
}

.form_group {
    position: relative;
    padding-bottom: 30px;
}

.form_group .input_wrap {
    display: flex;
    align-items: center;
    padding: 12px 0;
    justify-content: center;
    flex-direction: column;
}

.input_wrap div {
    width: 100%;
}

.input_wrap div:first-child {
    /* position: relative;
    flex-basis: 25%;
    height: 30px */
}

.form_group input {
    border: 1px solid #8b8a7d;
    border-radius: 7px;
    height: 30px;
    width: 48%;
    font-size: 17px
}

.form_group input:focus {
    border: 2px solid #ff934b
}

.form_group .inquiry {
    background: #ff934b;
    width: 50px;
    text-align: center;
    padding: 1px;
    border-radius: 6px;
    color: #efefef;
    display: inline-block;
    align-items: flex-start;
}

.form_group ul {
    display: none
}

.form_group .input_single {
    width: 100%;
}

.form_group.addition span {
    position: absolute;
    top: 5em;
    display: block;
    width: 15%;
    font-size: 14px
}

.form_group .select_wrap {
    overflow: hidden;
    position: relative
}

.form_group select {
    cursor: pointer;
    border: 1px solid #8b8a7d;
    border-radius: 7px;
    width: 210px;
    height: 37px;
    font-size: 16px
}

.form_group .error {
    display: block;
    list-style: none;
    color: #dc143c;
    font-weight: bold;
    line-height: 1.5;
    font-size: 14px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 5px 0;
}

.input_checkbox {
    height: 30px;
    padding: 10px 0;
}

.input_checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 20px
}

.form_group textarea {
    width: 100%;
    border: 1px solid #8b8a7d;
    border-radius: 8px
}

textarea+.error {
    margin-left: 75px
}

.textarea_wrap {
    height: 170px
}

.submit_wrap {
    display: block;
    text-align: center
}

.submit_wrap .btn {
    width: 200px;
    margin-top: 30px;
    height: 50px;
    border: 1px solid #ff934b;
    background: #ff934b;
    border-radius: 10px;
    font-size: 27px;
    color: #f2f2f2;
    letter-spacing: 2.5px;
    cursor: pointer
}

.form_group_conf {
    display: flex;
    width: 60%;
    margin: auto;
    border-bottom: 1px solid #8b8a7d;
    padding: 40px
}

.form_group_conf>div {
    flex-basis: 50%
}

.form_group_conf>div:first-child {
    flex-basis: 46%
}

.form_group_conf.list_wrap {
    height: max-content
}

.form_group_conf.list_wrap ol li {
    line-height: 2;
    margin-bottom: 10px
}

.submit_wrap .non_active_btn {
    border: 1px solid #a99770;
    background: #a99770
}

.returnBtn {
    display: block;
    height: 1.3rem;
    margin: 30px auto 150px;
    width: 80%;
    background: #0b5770;
    padding: 20px;
    color: #efeadf;
    text-align: center;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold
}


/**********************
    EVENT
**********************/

.about_wrap p {
    line-height: 1.8;
}

.event_wrap table.event_contents_table {
    width: 100%;
    margin-bottom: 50px;
}

.event_contents_table tr th,
.event_contents_table tr td {
    vertical-align: middle;
    border-bottom: 1px solid #eff5fc;
}

.event_contents_table tr th {
    font-weight: bold;
}

.event_contents_table tr td {
    padding: 15px 20px;
    line-height: 1.8;
}

.event_contents_table tr:nth-child(odd) td,
.event_contents_table tr:nth-child(odd) th {
    background: #eff5fc;
}

.event_contents_table tr th,
.event_contents_table tr td:not(:last-child) {
    border-right: 1px solid #eee;
    text-align: center;
}


/**********************
    BLOG
**********************/

ul#top_blog {
    margin: 15px auto;
    letter-spacing: 1px;
    width: 55%;
    max-width: 840px;
    list-style: none;
    text-align: left;
}

ul#top_blog li {
    font-size: 14.5px;
    border-bottom: 1px dashed#8b8a7d;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    word-break: break-word;
}

ul#top_blog li p {
    display: inline;
}

ul#top_blog li p:hover {
    text-decoration: underline;
}

ul#top_blog li span {
    margin-right: 5px;
    color: #666;
}

ul#top_blog li .cate {
    padding: 2px 10px;
    margin-left: 10px;
    border-radius: 6px;
    color: #fff;
}


/**********************
   About
**********************/

.why {
    position: relative;
    background: #FFFFCF;
    margin-top: 120px;
    padding-bottom: 30px;
}

.why::before {
    content: '';
    position: absolute;
    background-image: url(/dist/guests/img/junior/top/bg_wave01.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 100px;
    top: -100px;
}

.why strong {
    text-align: center;
    font-size: 25px;
    letter-spacing: 5px;
    display: block;
    margin-bottom: 30px;
}

.why_text_wrap {
    width: 50%;
    max-width: 1000px;
    margin: auto;
    line-height: 2;
}

.white_orangeBtn {
    margin: 30px auto;
    background: #ffffff;
    width: 250px;
    height: 40px;
    color: #ff934b;
    border: 3px solid #ff934b;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    position: relative;
    font-size: 19px;
    text-align: center;
    letter-spacing: 3px;
}

.ability_wrap {
    display: flex;
    margin: 20px auto;
    width: 60%;
    justify-content: space-between;
}

.ability {
    width: 30%;
    background: #fff;
}

.ability_name {
    width: 150px;
    height: 35px;
    color: #ffffff;
    background: #ff934b;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin: -15px auto 0;
}

.ability img {
    margin: 20px auto;
    display: block;
}

.ability ul {
    list-style: disc;
    width: 80%;
    margin: auto;
    list-style-position: inside;
}

.ability_wrap .ability:nth-child(2) ul {
    width: 75%;
}

.ability ul li {
    margin: auto;
    line-height: 2;
}

.six_power {
    margin: 30px auto;
    display: block;
}

.square_wrap {
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
    width: 50%;
    max-width: 1000px;
}

.square {
    background: #fff;
    width: 45%;
    text-align: center;
}

.square_top {
    background: #00a5bf;
    color: #fff;
    border-radius: 7px 7px 0px 0px;
    height: 35px;
    font-size: 20px;
    letter-spacing: 3px;
}

.square div p {
    color: #00a5bf;
    font-size: 20px;
}

.why_text_wrap .viscuit {
    width: 66%;
    margin: 20px auto;
    display: block;
}

.submenu_wrap {
    background: url(../img/junior/about/head_bg.svg);
    background-size: contain;
    height: 60px;
    position: relative;
}

.submenu_wrap::after {
    position: absolute;
    content: '';
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
}

.submenu {
    z-index: 1;
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 60px;
    max-width: 950px;
    font-size: 15px;
}

.submenu a {
    width: 15%;
    text-align: center;
    margin: 0 20px;
    border-bottom: solid #999;
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    z-index: 1;
}

.submenu a i {
    color: #FE934B;
}

.about_wrap .column {
    display: flex;
    justify-content: space-around;
    margin: 20px auto 50px;
}

.about_wrap .column section {
    width: 23%;
    display: flex;
    flex-direction: column;
}

.about_wrap .column section strong {
    background: rgba(4, 163, 191, 0.8);
    color: #fff;
    height: 2rem;
    text-align: center;
    font-size: 1.2rem;
}

.about_wrap h3 {
    position: relative;
    padding: 0.6em;
    background: #e0edff;
    font-size: 1.3em;
    z-index: 1;
}

.about_wrap h3:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #e0edff;
    width: 0;
    height: 0;
    z-index: 1;
}

.teacher {
    border: 1px solid #999;
    box-shadow: 2px 2px 2px #ccc;
    border-radius: 5px;
    display: flex;
    margin: 0 auto 50px;
    width: 80%;
    align-items: center;
    padding: 10px;
}

.teacher .name {
    font-size: 1.5rem;
    text-align: center;
}

.teacher span {
    font-size: 1rem;
}

.teacher p+span {
    font-size: 13px;
}

.teacher b {
    margin: 0 0 5px 5px;
    display: inline-block;
}

.teacher div:first-child {
    text-align: center;
}

.teacher div:first-child img {
    display: block;
    margin: auto;
    width: 50%;
    min-width: 180px;
}

.teacher div:last-child:not(.comment) {
    padding: 15px;
    flex-basis: 100%;
}

.teacher .comment {
    background: rgba(180, 236, 237, 0.6);
    width: 100%;
    margin: 10px 0px 10px -20px;
    border-radius: 20px;
    position: relative;
    padding: 15px;
}

.teacher .comment::before {
    position: absolute;
    content: '';
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid rgba(180, 236, 237, 0.6);
}

.access_map {
    text-align: center;
}

@media screen and (max-width: 1080px) {
    .btn {
        width: 70%;
    }
    .sp-none {
        display: none;
    }
    .pc-none {
        display: block;
    }
    .title_icon {
        width: 96%;
        margin: 27px auto 5px;
    }
    .table table {
        width: 97%;
        font-size: 14px;
    }
    .btn--orange {
        width: 65%;
    }
    .btn--orange.btn--big {
        width: 80%;
    }
    .campaign li {
        flex-basis: 100%;
        text-align: center;
    }
    ul#top_blog {
        width: 95%;
    }
    /**********************
        SP Header    
    **********************/
    html.is-fixed,
    html.is-fixed body {
        overflow: hidden;
    }
    header {
        height: 85px;
    }
    header {
        background: #fff;
    }
    header>a {
        margin: auto;
        width: 40%;
        height: inherit;
        text-align: center;
        float: none;
    }
    header>a img {
        min-width: auto;
        max-width: 165px;
        z-index: 99999;
    }
    .pc_header {
        display: none;
    }
    .sp_header {
        display: block;
    }
    .header_menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 60%;
        height: 60%;
        color: #efefef;
        background: #1d8b95;
        opacity: 0;
        transition: all 0.6s;
        margin-top: 85px;
    }
    .header_menu.open {
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        opacity: 1;
    }
    .header_menu>a img {
        width: 290px;
        margin: 30px auto 20px;
        display: block;
    }
    .header_menu ul {
        margin-top: 15px;
    }
    .header_menu ul li {
        width: 100%;
        margin-top: 6px;
    }
    .header_menu ul li a {
        background: #fff;
        color: rgb(51, 51, 51);
        font-weight: bold;
        width: 80%;
        text-align: left;
        margin: auto;
        display: flex;
        align-items: center;
        position: relative;
        padding: 3px 0;
    }
    .header_menu ul li a.small_link {
        font-size: 95%;
        color: #1d8b95;
    }
    .header_menu ul li span {
        position: relative;
        left: 2rem;
    }
    .header_menu ul li i {
        color: #1d8b95;
        position: absolute;
        right: 2rem;
        font-size: 20px;
    }
    .header_menu ul li img {
        width: 40px;
        position: absolute;
        top: 50%;
        left: 45px;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
    }
    .header_menu>img {
        width: 63%;
        max-width: 320px;
        margin: 20px auto 0;
        display: block;
    }
    /* Hamburger Menu */
    .headerBtn {
        display: block;
        position: fixed;
        top: 15px;
        left: 1.5rem;
        width: 60px;
        height: 48px;
        z-index: 9999;
        border: none;
        background: none;
    }
    .headerBtn_line {
        display: block;
        position: relative;
        height: 4px;
        background-color: #ff934b;
        transition: .2s;
        margin: auto;
    }
    .headerBtn_line::before,
    .headerBtn_line::after {
        content: "";
        position: absolute;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #ff934b;
        transition: .5s;
    }
    .headerBtn_line::before {
        transform: translateY(-16px);
        top: 6px;
    }
    .headerBtn_line::after {
        transform: translateY(16px);
        top: -6px;
    }
    .headerBtn_line.open {
        background-color: transparent;
    }
    .headerBtn_line.open::before,
    .headerBtn_line.open::after {
        content: "";
        transition: .2s;
    }
    .headerBtn_line.open::before {
        transform: rotate(45deg);
        top: 0;
    }
    .headerBtn_line.open::after {
        transform: rotate(-45deg);
        top: 0;
    }
    .sp_header .header_banner_wrap {
        position: absolute;
        top: 10px;
        right: 20px;
    }
    .sp_header .header_banner_wrap a {
        width: 45px;
        height: 50px;
        background: #ff934b;
        display: block;
        border-radius: 12px;
        padding: 5px;
        position: relative;
    }
    .sp_header .header_banner_wrap a span {
        width: 100%;
        display: block;
        font-size: 10px;
        color: #efefef;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        text-align: center;
        line-height: 1.5;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
    }
    /**********************
        SP Footer
    **********************/
    footer {
        height: 100%;
        font-size: 13px;
        flex-wrap: wrap;
    }
    footer .logo {
        display: none;
    }
    footer .info_text {
        font-size: 11px;
    }
    footer section {
        width: 100%;
        padding: 0;
    }
    .banner {
        flex-direction: column;
        width: 80vw;
    }
    .banner a {
        text-align: center;
        flex-basis: auto;
        margin: 10px 0;
    }
    .banner img {
        width: 100%;
        border-radius: 0%;
        box-shadow: none;
        max-width: 400px;
    }
    footer section:last-of-type {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        z-index: 1;
        justify-content: center;
        margin: 0 0 85px 0;
    }
    .footer_cate {
        width: 33%;
        line-height: 1.5;
        font-size: 12px;
    }
    footer>p {
        text-align: center;
        font-size: 10px;
        position: relative;
        margin: auto;
    }
    /***************
     SP PAGE TITLE
****************/
    .page_title {
        height: 8rem;
        background-position: right;
        background-size: cover;
        overflow: hidden;
    }
    .page_title h1 {
        font-size: 24px;
        min-width: 90vw;
        padding: 5px;
        right: 0;
    }
    /**********************
    Form
**********************/
    form {
        min-width: 80vw;
    }
    .form_group input {
        width: 32vw;
    }
    /**********************
        SP About
    **********************/
    .why::before {
        background-repeat: round;
    }
    .why_text_wrap {
        width: 80%;
        flex-direction: column;
    }
    .square {
        width: 100%;
        margin-bottom: 25px;
    }
    .ability_wrap {
        width: 100%;
        justify-content: space-around;
        flex-direction: column;
    }
    .ability_name {
        width: 75%;
        margin-top: 20px;
    }
    .ability {
        width: 100%;
        padding-bottom: 20px;
    }
    .ability img {
        margin: 10px auto;
    }
    .ability ul {
        text-align: center;
    }
    .ability ul li {
        line-height: 1.5;
        font-size: 15px;
    }
    .six_power {
        width: 100%;
        max-width: 665px;
    }
    .why_text_wrap .viscuit {
        width: 100%;
    }
    .sp_none {
        display: none;
    }
    .title_icon h2 {
        line-height: inherit;
        margin-bottom: 25px;
        font-size: 22px;
    }
    .title_icon h2::before {
        top: -10%;
        right: 45%;
        margin-left: -15px;
        font-size: 50px;
    }
    .about_wrap .column {
        flex-wrap: wrap;
        width: 89%;
    }
    .about_wrap .column section {
        width: 100%;
        margin: 20px 0;
        font-size: 14px;
    }
    .about_wrap h3 {
        font-size: 15px;
        width: 90%;
        margin: auto;
        text-align: center;
    }
    .about_wrap .column img {
        width: 50%;
        margin-top: 10px;
    }
    .submenu {
        width: 100%;
    }
    .submenu a {
        width: 30%;
        font-size: 13px;
        padding: 8px 0;
    }
    .teacher .name {
        font-size: 1.3rem;
    }
    .teacher {
        flex-direction: column;
        font-size: 13px;
    }
    .teacher .comment::before {
        border: none;
    }
    .teacher .comment {
        width: 100%;
        margin-left: -15px;
    }
    /**********************
        SP EVENT
    **********************/
    .event_contents_table tr:nth-child(odd) td {
        background: none;
    }
    .event_contents_table tr th {
        background: #eff5fc;
    }
    .about_wrap table.event_contents_table th,
    .about_wrap table.event_contents_table td {
        border-bottom: none;
        display: block;
        padding: 20px 5px;
    }
}