@charset "UTF-8";
@font-face {
  font-family: 'PandaBakery';
  src: url("../font/pandabakery.woff2") format("woff2"), url("../font/pandabakery.woff") format("woff"), url("../font/pandabakery.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 10px;
}

body,
td,
th,
input,
textarea {
  color: #000000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ W6", "Hiragino Kaku Gothic W6", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

body {
  overflow-wrap: break-word;
}

a {
  color: #000000;
  text-decoration: none;
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
*/
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.img_ck {
  font-size: 0.1rem;
  line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

* {
  margin: 0;
  padding: 0;
  word-break: break-word;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

*::before, *::after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

iframe {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ul,
ol,
li {
  list-style: none;
}

input,
select,
textarea,
button {
  outline: none;
}

picture {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
figure,
img,
nav {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 769px), print {
  .show_sp {
    display: none !important;
  }
  .container {
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }
  .row {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }
  a {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  a:hover {
    opacity: 0.7;
  }
  /*======= COMMON =========*/
  .btn_default {
    width: 252px;
    height: 58px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #00ADFF;
    background-color: #FFF456;
    font-size: 1.7rem;
    line-height: 1;
    font-weight: 600;
    -moz-border-radius: 100px;
         border-radius: 100px;
    margin: 20px auto 0;
  }
  .map iframe {
    width: 100%;
    height: 370px;
    display: block;
  }
  .mainvisual {
    height: 600px;
    position: relative;
  }
  .mainvisual figure {
    height: 100%;
  }
  .mainvisual figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mainvisual .ttl_main {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
  }
  .mainvisual .ttl_main .ttl_icon {
    display: block;
  }
  .mainvisual .ttl_main img {
    height: auto;
  }
  .b_contact {
    background-color: #FFFBCF;
    padding: 65px 0 95px;
    position: relative;
  }
  .b_contact:before {
    content: "";
    width: 100%;
    height: 26px;
    background: url("../img/bkg_yellow2.png") repeat-x;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: -24px;
    left: 0;
    -webkit-transform: scaleY(-1);
       -moz-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
  }
  .b_contact .ttl_contact {
    margin-bottom: 60px;
    text-align: center;
    text-align: center;
  }
  .b_contact .ttl_contact img {
    width: 280px;
    height: auto;
  }
  .b_contact .ttl_reservation {
    margin-bottom: 60px;
    text-align: center;
  }
  .b_contact .ttl_reservation img {
    width: 264px;
    height: auto;
  }
  .b_contact .txt_top {
    font-size: 1.8rem;
    line-height: 31px;
    margin-bottom: 50px;
    text-align: center;
  }
  .bForm .frmForm .bkg {
    border: 1px solid #333;
    background-color: #F5F5F5;
  }
  .bForm .frmForm .frmGroup {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0;
  }
  .bForm .frmForm .frmGroup:not(:last-child) {
    border-bottom: 1px solid #333;
  }
  .bForm .frmForm .frmGroup.flx_start {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .bForm .frmForm .frmGroup .txtLbl {
    width: 390px;
    padding-left: 20px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .bForm .frmForm .frmGroup .txtLbl .req {
    color: #FF841E;
    display: inline-block;
    margin-left: 20px;
  }
  .bForm .frmForm .frmGroup .left {
    width: -webkit-calc(100% - 390px);
    width: -moz-calc(100% - 390px);
    width: calc(100% - 390px);
    padding-right: 20px;
  }
  .bForm .frmForm .frmGroup .left .bFlex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -5px;
  }
  .bForm .frmForm .frmGroup .left .bInput {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bForm .frmForm .frmGroup .left .bInput:not(:last-child) {
    margin-right: 30px;
  }
  .bForm .frmForm .frmGroup .left .bInput span {
    font-size: 1.8rem;
    line-height: 1;
    margin: 0 5px;
    display: inline-block;
  }
  .bForm .frmForm .frmGroup .left .bInput .mwform-checkbox-field.horizontal-item {
    margin: 0 15px 0 -5px;
  }
  .bForm .frmForm .frmGroup .frm_radio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bForm .frmForm .frmGroup .frm_radio .mwform-radio-field {
    position: relative;
    display: inline-block;
  }
  .bForm .frmForm .frmGroup .frm_radio .mwform-radio-field:not(:last-child) {
    /*margin-right: 30px;*/
    margin-left: 0;
  }
  .bForm .frmForm .frmGroup .frm_radio .mwform-radio-field label {
    width: auto;
    font-size: 0;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
  }
  .bForm .frmForm .frmGroup .frm_radio .mwform-radio-field .mwform-radio-field-text {
    font-size: 1.8rem;
    font-weight: normal;
    position: relative;
    padding-left: 30px;
  }
  .bForm .frmForm .frmGroup .frm_radio .mwform-radio-field input[type="radio"] {
    position: absolute;
    opacity: 0;
    outline: none;
  }
  .bForm .frmForm .frmGroup .frm_radio .mwform-radio-field input[type="radio"] + .mwform-radio-field-text:before {
    content: '';
    background: #fff;
    -moz-border-radius: 100%;
         border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  .bForm .frmForm .frmGroup .frm_radio .mwform-radio-field input[type="radio"]:checked + .mwform-radio-field-text:before {
    background-color: #00ADFF;
    -moz-box-shadow: inset 0 0 0 6px #fff;
         box-shadow: inset 0 0 0 6px #fff;
  }
  .bForm .frmForm .frmGroup .frm_radio .mwform-radio-field input[type="radio"]:focus + .mwform-radio-field-text:before {
    outline: none;
  }
  .bForm .frmForm .frmGroup .frmControl {
    width: 100%;
    height: 31px;
    background-color: #fff;
    border: none;
    font-size: 1.6rem;
    line-height: 31px;
    padding: 0 10px;
    outline: none;
  }
  .bForm .frmForm .frmGroup .frmSelect {
    width: 100%;
    height: 31px;
    border: none;
    font-size: 1.6rem;
    line-height: 31px;
    padding: 0 10px;
    outline: none;
    background: #fff url(../img/af_select.png) right 10px center no-repeat;
    -moz-background-size: 9px 11px;
         background-size: 9px 11px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  .bForm .frmForm .frmGroup .frmSelect::-ms-expand {
    display: none;
  }
  .bForm .frmForm .frmGroup .frmTextarea {
    width: 100%;
    height: 175px;
    background-color: #fff;
    border: none;
    font-size: 1.6rem;
    line-height: 31px;
    padding: 5px 10px;
    outline: none;
    resize: none;
  }
  .bForm .frmForm .frmGroup .frm_w_560 {
    width: 560px;
  }
  .bForm .frmForm .frmGroup .frm_w_175 {
    width: 175px;
  }
  .bForm .frmForm .frmGroup .frm_w_30 {
    width: 30px;
  }
  .bForm .frmForm .frmGroup .frm_w_50 {
    width: 40px;
  }
  .bForm .frmForm .frmGroup .frm_w_145 {
    width: 145px;
  }
  .bForm .frmForm .frmGroup .frm_w_80 {
    width: 80px;
  }
  .bForm .frmForm .frmGroup .frm_w_50 {
    width: 50px;
  }
  .bForm .frmForm .frmGroup .frm_w_155 {
    width: 155px;
  }
  .bForm .frmForm .frmGroup .frm_w_100 {
    width: 100px;
  }
  .bForm .frmForm .frmGroup .frm_w_60 {
    width: 60px;
  }
  .bForm .frmForm .frmGroup .frm_w_190 {
    width: 190px;
  }
  .bForm .frmForm .frmGroup .frm_w_735 {
    width: 735px;
  }
  .bForm .frmForm .frmGroup .frm_w_460 {
    width: 460px;
  }
  .bForm .frmForm .frmGroup .frm_w_250 {
    width: 250px;
  }
  .bForm .frmForm .frmGroup .mg_bottom {
    margin-bottom: 15px;
  }
  .bForm .frmForm .frmGroup .note {
    display: block;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 24px;
    margin-top: 10px;
    position: relative;
    padding-left: 20px;
  }
  .bForm .frmForm .frmGroup .note:before {
    content: "※";
    font-size: 1.6rem;
    line-height: 24px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .bForm .frmForm .frmGroup .note.f18 {
    font-size: 1.8rem;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .bForm .frmForm .frmGroup .txt {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #231815;
    display: block;
    margin-top: 10px;
    font-style: normal;
  }
  .bForm .frmForm .frmGroup .txt_ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #231815;
    display: block;
    font-style: normal;
  }
  .bForm .frmForm .frmGroup .mwform-checkbox-field.horizontal-item label span:before {
    border: none;
  }
  .bForm .frmForm .frmGroup .block_wrap:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 2px solid #333333;
  }
  .bForm .frmForm .frmGroup .block_item {
    margin-top: 15px;
  }
  .bForm .frmForm .frmGroup .block_item .frm_radio {
    margin-bottom: 5px;
  }
  .bForm .frmForm .frm_checkbox {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 40px;
  }
  .bForm .frmForm .frm_checkbox .mwform-checkbox-field.horizontal-item {
    display: inline-block;
  }
  .bForm .frmForm .frm_checkbox input[type=checkbox] {
    display: none;
  }
  .bForm .frmForm .frm_checkbox input[type=checkbox]:checked + span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 4px;
    width: 18px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #00ADFF;
    border-bottom: 3px solid #00ADFF;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .bForm .frmForm .frm_checkbox label span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 35px;
    font-size: 1.8rem;
    cursor: pointer;
  }
  .bForm .frmForm .frm_checkbox label span:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 26px;
    height: 26px;
    margin-top: -15px;
    background: #fff;
    border: 1px solid #000;
  }
  .bForm .frmForm .box_privacy {
    border: 6px solid #D6D6D6;
    background-color: #fff;
    text-align: center;
    padding: 48px 20px 40px;
    margin-top: 65px;
  }
  .bForm .frmForm .box_privacy p {
    font-size: 1.8rem;
    line-height: 28px;
    margin-bottom: 40px;
  }
  .bForm .frmForm .box_privacy p a {
    color: #0071BC;
    text-decoration: underline;
  }
  .bForm .frmForm .box_privacy p a:hover {
    text-decoration: none;
  }
  .bForm .frmForm .box_privacy .frm_checkbox {
    text-align: center;
    display: block;
  }
  .bForm .frmForm .frm_btn button {
    width: 290px;
    height: 66px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #00ADFF;
    border: 1px solid #00ADFF;
    background-color: #fff;
    -moz-border-radius: 100px;
         border-radius: 100px;
    font-size: 2rem;
    margin: 32px auto 0;
    cursor: pointer;
  }
  .bForm .frmForm .frm_btn button:hover {
    opacity: 0.8;
  }
  .mw_wp_form_complete {
    text-align: center;
    padding-top: 80px;
  }
  .mw_wp_form_complete h3 {
    font-size: 2.6rem;
  }
  .mw_wp_form_complete p {
    font-size: 1.8rem;
  }
  .mw_wp_form_complete .tel_com {
    margin: 10px 0;
  }
  .mw_wp_form_complete .back_top a {
    padding: 5px 15px;
    background: #294A9B;
    color: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .btn_detail_course {
    max-width: 460px;
    width: 100%;
    min-height: 42px;
    -moz-border-radius: 100px;
         border-radius: 100px;
    color: #fff;
    background-color: #0076CF;
    font-size: 1.8rem;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    margin: 0 auto 0;
  }
  .b_affiliated {
    background-color: #00C0F3;
    padding: 110px 0 150px;
    position: relative;
    z-index: 1;
  }
  .b_affiliated:before {
    content: "";
    width: 492px;
    height: 246px;
    background: url("../img/deco_partner01.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: 0;
    left: 45px;
    pointer-events: none;
    z-index: -1;
  }
  .b_affiliated:after {
    content: "";
    width: 420px;
    height: 314px;
    background: url("../img/deco_partner02.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: 0;
    right: 40px;
    pointer-events: none;
    z-index: -1;
  }
  .b_affiliated .ttl_affiliated {
    text-align: center;
    margin-bottom: 70px;
  }
  .b_affiliated .ttl_affiliated img {
    width: 312px;
  }
  .b_affiliated_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px 40px;
    margin-right: -40px;
  }
  .b_affiliated_list li {
    width: -webkit-calc(25% - 40px);
    width: -moz-calc(25% - 40px);
    width: calc(25% - 40px);
    text-align: center;
  }
  .b_affiliated_list li.col_full {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  .b_affiliated_list li.col_full img {
    width: 600px;
  }
  .header {
    position: relative;
    z-index: 99;
    background-color: #FFF;
  }
  .header.fixed .header_bottom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1200px;
  }
  .header_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 15px 80px;
    background-color: #294A9B;
  }
  .header_top .nav_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header_top .nav_top li:not(:last-child) {
    margin-right: 25px;
  }
  .header_top .nav_top li:nth-child(1) a:before {
    width: 18px;
    height: 22px;
    background: url("../img/icon_tour.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header_top .nav_top li:nth-child(1) a img {
    width: 105px;
  }
  .header_top .nav_top li:nth-child(2) a {
    padding-left: 40px;
  }
  .header_top .nav_top li:nth-child(2) a:before {
    width: 29px;
    height: 23px;
    background: url("../img/icon_building.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header_top .nav_top li:nth-child(2) a img {
    width: 65px;
  }
  .header_top .nav_top li:nth-child(3) a {
    padding-left: 40px;
  }
  .header_top .nav_top li:nth-child(3) a:before {
    width: 29px;
    height: 23px;
    background: url("../img/icon_recruit.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header_top .nav_top li:nth-child(3) a img {
    width: 75px;
  }
  .header_top .nav_top li:nth-child(4) a:before {
    width: 20px;
    height: 26px;
    background: url("../img/icon_note.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header_top .nav_top li:nth-child(4) a img {
    width: 95px;
  }
  .header_top .nav_top li a {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 500;
    position: relative;
    display: block;
    color: #FFF;
    padding-left: 30px;
    font-family: "PandaBakery", sans-serif;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .header_top .nav_top li a:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .header_top .nav_top li a:hover {
    opacity: 0.7;
  }
  .header_bottom {
    padding: 25px 0 10px;
    position: relative;
    background-color: #fff;
  }
  .header_bottom .bkg:after {
    content: "";
    width: 100%;
    height: 33px;
    background: url("../img/bkg_header.png") repeat-x;
    -moz-background-size: auto;
         background-size: auto;
    position: absolute;
    bottom: -33px;
    left: 0;
  }
  .header_bottom .row {
    position: relative;
  }
  .header_bottom .logo a {
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 475px;
    z-index: 10;
  }
  .header_bottom .logo img {
    width: 263px;
  }
  .header_bottom .nav {
    position: relative;
    z-index: 9;
  }
  .header_bottom .nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header_bottom .nav li {
    width: 180px;
  }
  .header_bottom .nav li:nth-child(1) a:before {
    width: 50px;
    height: 45px;
    background: url("../img/icon_nav_01.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0;
  }
  .header_bottom .nav li:nth-child(1) a img {
    width: 30px;
  }
  .header_bottom .nav li:nth-child(2) a:before {
    width: 44px;
    height: 37px;
    background: url("../img/icon_nav_02.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 5px;
  }
  .header_bottom .nav li:nth-child(2) a img {
    width: 58px;
  }
  .header_bottom .nav li:nth-child(3) {
    margin-right: 400px;
  }
  .header_bottom .nav li:nth-child(3) a:before {
    width: 36px;
    height: 30px;
    background: url("../img/icon_nav_03.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 10px;
  }
  .header_bottom .nav li:nth-child(3) a img {
    width: 80px;
  }
  .header_bottom .nav li:nth-child(4) {
    border-left: 1px dashed #294A9B;
  }
  .header_bottom .nav li:nth-child(4) a:before {
    width: 62px;
    height: 37px;
    background: url("../img/icon_nav_04.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 10px;
  }
  .header_bottom .nav li:nth-child(4) a img {
    width: 85px;
  }
  .header_bottom .nav li:nth-child(5) a:before {
    width: 34px;
    height: 37px;
    background: url("../img/icon_nav_05.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 10px;
  }
  .header_bottom .nav li:nth-child(5) a img {
    width: 44px;
  }
  .header_bottom .nav li:nth-child(6) a:before {
    width: 26px;
    height: 32px;
    background: url("../img/icon_nav_06.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 10px;
  }
  .header_bottom .nav li:nth-child(6) a img {
    width: 83px;
  }
  .header_bottom .nav li:first-child a {
    border-left: 1px dashed #294A9B;
  }
  .header_bottom .nav li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: center;
    padding: 5px 10px;
    height: 88px;
    border-right: 1px dashed #294A9B;
    position: relative;
    color: #294A9B;
    font-size: 1.7rem;
    line-height: 1.2;
    font-family: "PandaBakery", sans-serif;
  }
  .header_bottom .nav li a:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header_bottom .nav li a span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 31px;
  }
  .footer {
    background-color: #294A9B;
    padding-top: 85px;
  }
  .footer .logo_ft {
    margin: 0 0 50px;
  }
  .footer .nav_flx {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 75px;
  }
  .footer .nav_ft {
    margin-bottom: 35px;
  }
  .footer .nav_ft li:not(:last-child) {
    margin-bottom: 20px;
  }
  .footer .nav_ft li a {
    font-size: 1.5rem;
    line-height: 1;
    color: #fff;
    font-weight: 600;
  }
  .footer_bottom {
    text-align: right;
  }
  .footer_bottom .copyright {
    padding: 30px 0;
    font-size: 1.5rem;
    line-height: 22px;
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 2.73438vw;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
  .container {
    overflow: hidden;
    min-width: 320px;
  }
  .inner {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
  a[href^=tel] {
    text-decoration: none;
  }
  /*======= COMMON =========*/
  .btn_default {
    width: 39.0625vw;
    height: 9.11458vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #00ADFF;
    background-color: #FFF456;
    font-size: 3.64583vw;
    line-height: 1;
    font-weight: 600;
    -moz-border-radius: 100px;
         border-radius: 100px;
    margin: 3.25521vw auto 0;
  }
  .map {
    position: relative;
  }
  .map iframe {
    width: 100%;
    height: 45.57292vw;
    display: block;
  }
  .mainvisual {
    height: 52.08333vw;
    position: relative;
  }
  .mainvisual figure {
    height: 100%;
  }
  .mainvisual figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mainvisual .ttl_main {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
  }
  .mainvisual .ttl_main .ttl_icon {
    display: block;
  }
  .mainvisual .ttl_main img {
    height: auto;
  }
  .b_contact {
    background-color: #FFFBCF;
    padding: 8.46354vw 0 12.36979vw;
    position: relative;
  }
  .b_contact:before {
    content: "";
    width: 100%;
    height: 3.38542vw;
    background: url("../img/bkg_yellow2.png") repeat-x;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: -3.125vw;
    left: 0;
    -webkit-transform: scaleY(-1);
       -moz-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
  }
  .b_contact .ttl_contact {
    margin-bottom: 5.20833vw;
    text-align: center;
  }
  .b_contact .ttl_contact img {
    width: 41.66667vw;
    height: auto;
  }
  .b_contact .ttl_reservation {
    margin-bottom: 5.20833vw;
    text-align: center;
  }
  .b_contact .ttl_reservation img {
    width: 42.1875vw;
    height: auto;
  }
  .b_contact .txt_top {
    font-size: 3.64583vw;
    line-height: 5.72917vw;
    margin-bottom: 6.51042vw;
  }
  .bForm .frmForm .bkg {
    border: 1px solid #333;
    background-color: #F5F5F5;
  }
  .bForm .frmForm .frmGroup {
    padding: 2.60417vw 0;
  }
  .bForm .frmForm .frmGroup:not(:last-child) {
    border-bottom: 1px solid #333;
  }
  .bForm .frmForm .frmGroup .txtLbl {
    padding-left: 2.60417vw;
    font-size: 3.64583vw;
    line-height: 1.5;
    display: block;
    margin-bottom: 2.60417vw;
  }
  .bForm .frmForm .frmGroup .txtLbl .req {
    color: #FF841E;
    display: inline-block;
    margin-left: 2.60417vw;
  }
  .bForm .frmForm .frmGroup .left {
    padding: 0 2.60417vw;
  }
  .bForm .frmForm .frmGroup .left .bFlex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: -1.30208vw;
  }
  .bForm .frmForm .frmGroup .left .bFlex .w_full {
    width: 100%;
    margin-top: 2.60417vw;
  }
  .bForm .frmForm .frmGroup .left .bFlex.flex_sp .bInput {
    width: 100%;
  }
  .bForm .frmForm .frmGroup .left .bFlex.flex_sp .bInput:not(:last-child) {
    margin-bottom: 2.60417vw;
  }
  .bForm .frmForm .frmGroup .left .bFlex.flex_sp .bInput span {
    display: block;
    margin-right: 2.60417vw;
  }
  .bForm .frmForm .frmGroup .left .bInput {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bForm .frmForm .frmGroup .left .bInput:not(:last-child) {
    margin-right: 3.90625vw;
  }
  .bForm .frmForm .frmGroup .left .bInput span {
    font-size: 3.64583vw;
    line-height: 1.3;
    margin: 0 0.65104vw;
    display: inline-block;
  }
  .bForm .frmForm .frmGroup .frm_radio {
    line-height: 1;
  }
  .bForm .frmForm .frmGroup .frm_radio .mwform-radio-field {
    position: relative;
    display: inline-block;
    line-height: 1;
  }
  .bForm .frmForm .frmGroup .frm_radio .mwform-radio-field:not(:last-child) {
    margin-right: 3.90625vw;
  }
  .bForm .frmForm .frmGroup .frm_radio .mwform-radio-field label {
    width: auto;
    font-size: 0;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
  }
  .bForm .frmForm .frmGroup .frm_radio .mwform-radio-field .mwform-radio-field-text {
    font-size: 3.64583vw;
    font-weight: normal;
    position: relative;
    padding-left: 6.51042vw;
  }
  .bForm .frmForm .frmGroup .frm_radio .mwform-radio-field input[type="radio"] {
    position: absolute;
    opacity: 0;
    outline: none;
  }
  .bForm .frmForm .frmGroup .frm_radio .mwform-radio-field input[type="radio"] + .mwform-radio-field-text:before {
    content: '';
    background: #fff;
    -moz-border-radius: 100%;
         border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    width: 5.20833vw;
    height: 5.20833vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  .bForm .frmForm .frmGroup .frm_radio .mwform-radio-field input[type="radio"]:checked + .mwform-radio-field-text:before {
    background-color: #00ADFF;
    -moz-box-shadow: inset 0 0 0 0.78125vw #fff;
         box-shadow: inset 0 0 0 0.78125vw #fff;
  }
  .bForm .frmForm .frmGroup .frm_radio .mwform-radio-field input[type="radio"]:focus + .mwform-radio-field-text:before {
    outline: none;
  }
  .bForm .frmForm .frmGroup .frmControl {
    width: 100%;
    height: 7.8125vw;
    background-color: #fff;
    border: none;
    font-size: 3.64583vw;
    line-height: 5.85938vw;
    padding: 0 1.30208vw;
    outline: none;
  }
  .bForm .frmForm .frmGroup .frmSelect {
    width: 100%;
    height: 10.41667vw;
    border: none;
    font-size: 3.64583vw;
    line-height: 5.85938vw;
    padding: 0 1.30208vw;
    outline: none;
    background: #fff url(../img/af_select.png) right 1.30208vw center no-repeat;
    -moz-background-size: 1.95313vw 2.21354vw;
         background-size: 1.95313vw 2.21354vw;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  .bForm .frmForm .frmGroup .frmSelect::-ms-expand {
    display: none;
  }
  .bForm .frmForm .frmGroup .frmTextarea {
    width: 100%;
    height: 32.55208vw;
    background-color: #fff;
    border: none;
    font-size: 3.64583vw;
    line-height: 4.42708vw;
    padding: 0.65104vw 1.30208vw;
    outline: none;
    resize: none;
  }
  .bForm .frmForm .frmGroup .frm_w_560 {
    width: 100%;
  }
  .bForm .frmForm .frmGroup .frm_w_30 {
    width: 7.8125vw;
  }
  .bForm .frmForm .frmGroup .frm_w_145 {
    width: 23.4375vw;
  }
  .bForm .frmForm .frmGroup .frm_w_80 {
    width: 13.02083vw;
  }
  .bForm .frmForm .frmGroup .frm_w_50 {
    width: 8.46354vw;
  }
  .bForm .frmForm .frmGroup .frm_w_155 {
    width: 23.4375vw;
  }
  .bForm .frmForm .frmGroup .frm_w_175 {
    width: 29.29688vw;
  }
  .bForm .frmForm .frmGroup .frm_w_735 {
    width: 100%;
  }
  .bForm .frmForm .frmGroup .frm_w_100 {
    width: 19.53125vw;
  }
  .bForm .frmForm .frmGroup .frm_w_60 {
    width: 10.41667vw;
  }
  .bForm .frmForm .frmGroup .frm_w_190 {
    width: 28.64583vw;
  }
  .bForm .frmForm .frmGroup .frm_w_460 {
    width: 100%;
  }
  .bForm .frmForm .frmGroup .mg_bottom {
    margin-bottom: 1.95313vw;
  }
  .bForm .frmForm .frmGroup .note {
    display: block;
    font-style: normal;
    font-size: 3.64583vw;
    line-height: 1.5;
    margin-top: 1.95313vw;
    position: relative;
    padding-left: 3.25521vw;
  }
  .bForm .frmForm .frmGroup .note:before {
    content: "※";
    font-size: 3.64583vw;
    line-height: 1.5;
    position: absolute;
    top: 0;
    left: 0;
  }
  .bForm .frmForm .frmGroup .note.f18 {
    font-size: 2.34375vw;
    line-height: 1.5;
    margin-bottom: 1.95313vw;
  }
  .bForm .frmForm .frmGroup .txt {
    font-size: 3.64583vw;
    line-height: 1.5;
    color: #231815;
    display: block;
    margin-top: 1.95313vw;
    font-style: normal;
  }
  .bForm .frmForm .frmGroup .txt_ttl {
    font-size: 3.64583vw;
    line-height: 1.5;
    color: #231815;
    display: block;
    font-style: normal;
  }
  .bForm .frmForm .frmGroup .mwform-checkbox-field.horizontal-item label span:before {
    border: none;
  }
  .bForm .frmForm .frmGroup .block_wrap:not(:last-child) {
    padding-bottom: 3.90625vw;
    margin-bottom: 5.20833vw;
    border-bottom: 1px solid #333333;
  }
  .bForm .frmForm .frmGroup .block_item {
    margin-top: 3.25521vw;
  }
  .bForm .frmForm .frmGroup .block_item .frm_radio {
    margin-bottom: 1.95313vw;
  }
  .bForm .frmForm .frm_checkbox {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.30208vw 2.60417vw;
  }
  .bForm .frmForm .frm_checkbox .bInput {
    display: block !important;
  }
  .bForm .frmForm .frm_checkbox .bInput span {
    margin: 0.65104vw 0 1.30208vw !important;
  }
  .bForm .frmForm .frm_checkbox input[type=checkbox] {
    display: none;
  }
  .bForm .frmForm .frm_checkbox input[type=checkbox]:checked + span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0.78125vw;
    width: 3.90625vw;
    height: 2.08333vw;
    margin-top: -1.30208vw;
    border-left: 0.39063vw solid #00ADFF;
    border-bottom: 0.39063vw solid #00ADFF;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .bForm .frmForm .frm_checkbox label span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 6.51042vw;
    font-size: 3.64583vw;
    cursor: pointer;
  }
  .bForm .frmForm .frm_checkbox label span:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 5.20833vw;
    height: 5.20833vw;
    margin-top: -2.34375vw;
    background: #fff;
    border: 1px solid #000;
  }
  .bForm .frmForm .box_privacy {
    border: 0.78125vw solid #D6D6D6;
    background-color: #fff;
    padding: 5.20833vw 2.60417vw;
    margin-top: 6.51042vw;
  }
  .bForm .frmForm .box_privacy p {
    font-size: 3.64583vw;
    line-height: 1.5;
    margin-bottom: 5.20833vw;
  }
  .bForm .frmForm .box_privacy p a {
    color: #0071BC;
    text-decoration: underline;
    display: block;
  }
  .bForm .frmForm .box_privacy p a:hover {
    text-decoration: none;
  }
  .bForm .frmForm .box_privacy .frm_checkbox {
    text-align: center;
    display: block;
  }
  .bForm .frmForm .frm_btn button {
    width: 58.59375vw;
    height: 9.11458vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #00ADFF;
    border: 1px solid #00ADFF;
    background-color: #fff;
    -moz-border-radius: 100px;
         border-radius: 100px;
    font-size: 3.64583vw;
    margin: 3.90625vw auto 0;
    cursor: pointer;
  }
  .mw_wp_form_complete {
    text-align: center;
    padding-top: 80px;
  }
  .mw_wp_form_complete h3 {
    font-size: 2.6rem;
  }
  .mw_wp_form_complete p {
    font-size: 1.8rem;
  }
  .mw_wp_form_complete .tel_com {
    margin: 10px 0;
  }
  .mw_wp_form_complete .back_top a {
    padding: 5px 15px;
    background: #294A9B;
    color: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .btn_detail_course {
    max-width: 44.27083vw;
    width: 100%;
    min-height: 7.8125vw;
    -moz-border-radius: 100px;
         border-radius: 100px;
    color: #fff;
    background-color: #0076CF;
    font-size: 3.125vw;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    margin: 0 auto 0;
  }
  .b_affiliated {
    background-color: #00C0F3;
    padding: 9.11458vw 0 13.02083vw;
    position: relative;
    z-index: 1;
  }
  .b_affiliated:before {
    content: "";
    width: 38.02083vw;
    height: 18.88021vw;
    background: url("../img/deco_partner01.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: 0;
    left: 2.60417vw;
    pointer-events: none;
    z-index: -1;
  }
  .b_affiliated:after {
    content: "";
    width: 28.64583vw;
    height: 21.48438vw;
    background: url("../img/deco_partner02.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: 0;
    right: 3.90625vw;
    pointer-events: none;
    z-index: -1;
  }
  .b_affiliated .ttl_affiliated {
    text-align: center;
    margin-bottom: 9.11458vw;
  }
  .b_affiliated .ttl_affiliated img {
    width: 53.64583vw;
  }
  .b_affiliated_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.90625vw 2.60417vw;
  }
  .b_affiliated_list li {
    width: -webkit-calc(50% - 2.60417vw);
    width: -moz-calc(50% - 2.60417vw);
    width: calc(50% - 2.60417vw);
    text-align: center;
  }
  .b_affiliated_list li.col_full {
    width: -webkit-calc(100% - 2.60417vw);
    width: -moz-calc(100% - 2.60417vw);
    width: calc(100% - 2.60417vw);
  }
  .b_affiliated_list li.col_full img {
    width: 78.125vw;
  }
  .header {
    position: relative;
    z-index: 99;
  }
  .header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
  }
  .header_bottom {
    padding: 1.95313vw 0 1.95313vw;
    position: relative;
  }
  .header_bottom .bkg:after {
    content: "";
    width: 100%;
    height: 3.38542vw;
    background: url("../img/bkg_header.png") repeat-x;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: -3.25521vw;
    left: 0;
  }
  .header_bottom .row {
    position: relative;
  }
  .header_bottom .logo {
    position: relative;
    z-index: 1;
  }
  .header_bottom .logo a {
    display: inline-block;
  }
  .header_bottom .logo img {
    width: 36.45833vw;
  }
  .header_bottom .iconNav {
    width: 9.375vw;
    height: 6.51042vw;
    position: absolute;
    top: 50%;
    right: 3.90625vw;
    -webkit-transform: rotate(0deg) translateY(-50%);
       -moz-transform: rotate(0deg) translateY(-50%);
        -ms-transform: rotate(0deg) translateY(-50%);
            transform: rotate(0deg) translateY(-50%);
    cursor: pointer;
    z-index: 100;
  }
  .header_bottom .iconNav span {
    display: block;
    position: absolute;
    height: 0.91146vw;
    width: 9.375vw;
    background: #294A9B;
    -moz-border-radius: 1.17188vw;
         border-radius: 1.17188vw;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .header_bottom .iconNav span:nth-child(1) {
    top: 0vw;
  }
  .header_bottom .iconNav span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header_bottom .iconNav span:nth-child(3) {
    bottom: 0vw;
  }
  .header_bottom .iconNav.open {
    border: 0.52083vw solid #294A9B;
    padding: 1.30208vw;
    height: 9.375vw;
  }
  .header_bottom .iconNav.open span {
    background-color: #294A9B;
    height: 0.52083vw;
    right: -0.65104vw;
  }
  .header_bottom .iconNav.open span:nth-child(1) {
    top: 3.90625vw;
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .header_bottom .iconNav.open span:nth-child(2) {
    opacity: 0;
    right: 7.8125vw;
  }
  .header_bottom .iconNav.open span:nth-child(3) {
    bottom: 3.90625vw;
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .header_bottom .nav {
    background-color: #fff;
    position: absolute;
    top: 15.625vw;
    left: 0;
    width: 100%;
    left: 0;
    z-index: 99;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    transition: all 0.35s linear;
    overflow-y: scroll;
  }
  .header_bottom .nav.open {
    opacity: 1;
    visibility: visible;
  }
  .header_bottom .nav li:nth-child(1) a:before {
    width: 7.8125vw;
    height: 7.94271vw;
    background: url("../img/icon_nav_01.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header_bottom .nav li:nth-child(1) a img {
    width: 9.76563vw;
  }
  .header_bottom .nav li:nth-child(2) a:before {
    width: 10.41667vw;
    height: 9.11458vw;
    background: url("../img/icon_nav_02.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header_bottom .nav li:nth-child(2) a img {
    width: 18.88021vw;
  }
  .header_bottom .nav li:nth-child(3) a:before {
    width: 8.85417vw;
    height: 7.03125vw;
    background: url("../img/icon_nav_03.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header_bottom .nav li:nth-child(3) a img {
    width: 24.08854vw;
  }
  .header_bottom .nav li:nth-child(4) a:before {
    width: 9.63542vw;
    height: 8.07292vw;
    background: url("../img/icon_nav_04.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header_bottom .nav li:nth-child(4) a img {
    width: 27.99479vw;
  }
  .header_bottom .nav li:nth-child(5) a:before {
    width: 9.24479vw;
    height: 9.89583vw;
    background: url("../img/icon_nav_05.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header_bottom .nav li:nth-child(5) a img {
    width: 14.58333vw;
  }
  .header_bottom .nav li:nth-child(6) a:before {
    width: 9.24479vw;
    height: 9.89583vw;
    background: url("../img/icon_nav_06.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header_bottom .nav li:nth-child(6) a img {
    width: 19.66146vw;
  }
  .header_bottom .nav li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    min-height: 13.02083vw;
    padding: 2.60417vw 4.55729vw 2.60417vw 0;
    border-bottom: 1px dashed #294A9B;
    position: relative;
  }
  .header_bottom .nav li a:before {
    content: "";
    position: relative;
    display: inline-block;
    margin-right: 6.51042vw;
  }
  .footer {
    background-color: #294A9B;
    padding-top: 11.06771vw;
  }
  .footer .logo_ft {
    margin: 0 0 9.11458vw;
    text-align: center;
  }
  .footer .logo_ft img {
    width: 61.19792vw;
  }
  .footer .nav_flx {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9.76563vw;
  }
  .footer .nav_ft {
    margin-bottom: 4.55729vw;
  }
  .footer .nav_ft li:not(:last-child) {
    margin-bottom: 5.20833vw;
  }
  .footer .nav_ft li a {
    font-size: 3.64583vw;
    line-height: 1;
    color: #fff;
    font-weight: 600;
  }
  .footer_bottom {
    text-align: center;
  }
  .footer_bottom .copyright {
    padding: 6.51042vw 0;
    font-size: 2.86458vw;
    line-height: 1.3;
    color: #fff;
  }
}
