@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
    overflow-y: scroll;
}

img {
    width: 100%
}

body {
    font-size: 15px;
    color: #333;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    background: #fff;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    height: 100%;
}

.wrap1280 {
    max-width: 1280px;
    margin: 0 auto;
}

.wrap1000 {
    max-width: 1024px;
    margin: 0 auto;
}

.wrap960 {
    max-width: 960px;
    margin: 0 auto;
}

.greenbg {
    background: #c5ecbe;
    height: 100%;
}

.greenbg_auto {
    background: #c5ecbe;
    height: auto;
}

.align_center {
    text-align: center;
}

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

p {
    margin: 0;
    text-align: justify
}

p.nojust {
    text-align: left;
}

a {
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: bold;
}

a:hover {
    opacity: 0.8;
}

img {
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

.m100 {
    padding: 100px 0;
}

.mt100 {
    padding-top: 100px;
}

.mb100 {
    padding-bottom: 100px;
}

.m80 {
    padding: 80px 0;
}

.mt80 {
    padding-top: 80px;
}

.mb80 {
    padding-bottom: 80px;
}

.m50 {
    padding: 50px 0;
}

.mt50 {
    padding-top: 50px;
}

.mb50 {
    padding-bottom: 50px;
}

.m30 {
    padding: 30px 0;
}

.mt30 {
    padding-top: 30px;
}

.mb30 {
    padding-bottom: 30px;
}

.m20 {
    padding: 20px 0;
}

.mt20 {
    padding-top: 20px;
}

.mb20 {
    padding-bottom: 20px;
}

.m15 {
    padding: 15px 0;
}

.mt15 {
    padding-top: 15px;
}

.mb15 {
    padding-bottom: 15px;
}

.m10 {
    padding: 10px 0;
}

.mt10 {
    padding-top: 10px;
}

.mb10 {
    padding-bottom: 10px;
}

.mt5 {
    padding-top: 5px;
}

.mt_none {
    margin-top: 0 !important;
}

table,
td,
th {
    border-collapse: collapse;
    width: 100%
}

td,
th {
    padding: 10px;
    width: 30px;
    height: 25px;
}

.indent-1 {
    padding-left: 1em;
    text-indent: -1em;
}

.target {
    pointer-events: none;
    opacity: 0.5;
}

.blue_bg {
    background-image: url(../images/blue_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 100px 0
}

/*****ANIMATION*****/
.sa {
    opacity: 0;
    -webkit-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.sa.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.sa--lr {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
}

.sa--rl {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
}

.sa--up {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
}

.sa--down {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
}

.sa--scaleUp {
    -webkit-transform: scale(.5);
    transform: scale(.5);
}

.pc_only {
    display: block;
}

.sp_only {
    display: none;
}

.scheme_pc {
    display: block;
}

.scheme_sp {
    display: none;
}

/*HEADER----------------------------------------------------------------------*/

.inner {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inner:after {
    clear: both;
    display: block;
}

/* header */
#top-head {
    top: -100px;
    margin-top: 100px;
    position: absolute;
    width: 100%;
    padding: 0 15px;
    line-height: 1;
    z-index: 999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}

#top-head a,
#top-head {
    text-decoration: none;
}

#top-head .inner {
    position: relative;
}

#top-head .logo {
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 250px;
    min-width: 300px;
    width: 100%;
}
/*
div#mobile-head {}

#global-nav {}
*/
#global-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}

#global-nav ul li:last-child {
    margin-right: 0;
}

#global-nav ul li {
    display: block;
    margin-right: 20px;
}

#global-nav ul li a {
    font-size: 15px;
    color: #0f2350;
    -webkit-transition: .3s;
    transition: .3s;
    line-height: 25px;
    font-weight: bold;
}

.insta_btn a {
    font-size: 25px !important;
}

#global-nav ul li a:hover {
    color: #E01F06;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    background: #fff;
    /*background-image:url(../images/allhead.png);*/
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}


/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 22px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}

#nav-toggle div {
    position: relative;
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #333;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 11px;
}

#nav-toggle span:nth-child(3) {
    top: 22px;
}

.streaming_btn a {
    background: #fff;
    color: #22b573 !important;
    padding: 5px 10px;
    border-radius: 100px;
    border: 2px solid #fff;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: bold;
}

.streaming_btn a:hover {
    background: transparent;
    color: #fff !important;
}



/*HEADERend-------------------------------------------------------------------*/

/*MAIN------------------------------------------------------------------------*/

.main_v_box {
    position: relative;
    width: 100%;
    height: auto;         /* ビューポート100vhではなく自動 */
    padding-bottom: 20px;  /* 必要に応じて数値を調整 */
    overflow: visible;      /* 既に設定済みなら不要 */
}

.main_v_bg {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: bottom center;
    pointer-events: none;
}

.main_v_btm {
    position: absolute;
    left: 5%;              /* 元のまま */
    top: 16.7vw;           /* ←ここを調整 */
    width: 47%;
    max-width: 1000px;
}

@media only screen and (max-width: 1024px) {
  .main_v_box {
    /* 高さをリセット */
    height: auto      !important;
    min-height: 0     !important;
    overflow: visible !important;
    /* ボタン＋余裕分のスペースを確保 */
    padding-bottom: 80px !important;
  }
  /* SVG とボタン間の余白を詰める */
  .main_v_btm .mt20 {
    padding-top: 10px !important;    /* 元は20px */ 
  }
  /* 次セクション(.m100)の上下パディングを縮める */
  .m100 {
    padding: 60px 0 !important;      /* 元は100px :contentReference[oaicite:1]{index=1} */
  }
}

@media only screen and (max-width: 599px) {
  .main_v_box {
    /* 高さをリセット */
    height: auto      !important;
    min-height: 0     !important;
    overflow: visible !important;
    /* ボタン＋余裕分のスペースを確保 */
    padding-bottom: 320px !important;
  }
  .main_v_btm .mt20 {
    padding-top: 5px !important;     /* さらに詰める */
  }
  .m100 {
    padding: 0px 0 !important;
  }
}

.top_theme {
    position: absolute;
    top: 15%;
    left: 3%;
}

.top_theme h2 {
    /* font-size: min(5vw, 70px); オリジナル*/
    font-size: min(5vw, 75px);
    color: #003288;
}

.top_theme p {
    font-size: min(2.5vw, 32px);
    font-weight: 600;
    color: #003288;
}

.top_message {
    font-weight: 600;
    color: #003288;
}

.area_ttl,
.area_ttl_red,
.area_ttl_pink {
    margin-bottom: 50px;
}

.area_ttl h2,
.area_ttl p {
    text-align: center;
    color: #003288;
    line-height: 1em;
}

.area_ttl h2 {
    font-size: min(4vw, 35px)
}

.area_ttl p {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.05em;
    margin-top: 15px;
}

.area_ttl span {
    width: 80px;
    height: 1px;
    background: #003288;
    display: block;
    margin: 15px auto 0;
}

.area_ttl_red h2,
.area_ttl_red p {
    text-align: center;
    color: #E74C3C;
    ;
    line-height: 1em;
}

.area_ttl_red h2 {
    font-size: min(4vw, 35px)
}

.area_ttl_red p {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.05em;
    margin-top: 15px;
}

.area_ttl_red span {
    width: 80px;
    height: 1px;
    background: #E74C3C;
    display: block;
    margin: 15px auto 0;
}

.area_ttl_pink h2,
.area_ttl_pink p {
    text-align: center;
    color: #FD79A8;
    line-height: 1em;
}

.area_ttl_pink h2 {
    font-size: min(4vw, 35px)
}

.area_ttl_pink p {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.05em;
    margin-top: 15px;
}

.area_ttl_pink span {
    width: 80px;
    height: 1px;
    background: #FD79A8;
    display: block;
    margin: 15px auto 0;
}
/* オリジナル：白文字
.area_ttl_wht h2,
.area_ttl_wht p {
    text-align: center;
    color: #fff;
    line-height: 1em;
}
*/
.area_ttl_wht h2,
.area_ttl_wht p {
    text-align: center;
    color: #00552e;
    line-height: 1em;
}

.area_ttl_wht h2 {
    font-size: min(4vw, 35px)
}

.area_ttl_wht p {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.05em;
    margin-top: 15px;
}

.area_ttl_wht span {
    width: 80px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 15px auto 0;
}

.grid_area {
    padding: 100px 0;
    background-image:url("../images/atrnitsuite.jpg");
    /*
        repeating-linear-gradient(to bottom,
            rgba(153, 153, 153, 0.43),
            rgba(153, 153, 153, 0.43) 1px,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0) 45px),
        repeating-linear-gradient(to right,
            rgba(153, 153, 153, 0.43),
            rgba(153, 153, 153, 0.43) 1px,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0) 45px);
    */
}

.scheme_box {
    position: relative;
}

.click_info {
    position: absolute;
    /*right: 0;
    bottom: 0;*/
    left: 0;
    top: 0;
    background: #003288;
    padding: 10px 15px;
}

.click_info p {
    color: #fff;
    font-weight: 600;
}

/*swiper*/

.swiper-container {
    width: 100%;
    height: 100%;
}

.c-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.swiper-button-prev,
.swiper-button-next {
    color: #eee !important;
}

.swiper-container {
    width: 100%;
    position: relative;
}

.news_swiper {
    overflow: hidden;
}

/*button*/

.btn_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.btn_flex a {
    width: 49%;
}

.btn_ctrl {
    max-width: 400px;
    margin: 0 auto;
}

.grad_btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: rgb(116, 192, 242);
    background: linear-gradient(45deg, rgba(116, 192, 242, 1) 34%, rgba(223, 196, 233, 1) 100%);
    font-size: 1.2em;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 20px 0;
    border-radius: 200px;
    -webkit-transition: .5s;
    transition: .5s;
    letter-spacing: 0.1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.grad_btn2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: rgb(46, 204, 113);
    background: linear-gradient(45deg, rgba(46, 204, 113, 1) 34%, rgba(116, 196, 255, 1) 100%);
    font-size: 1.2em;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 20px 0;
    border-radius: 200px;
    -webkit-transition: .5s;
    transition: .5s;
    letter-spacing: 0.1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.grad_btn:hover,
.grad_btn2:hover {
    opacity: 0.5;
}


.btn_box {
    max-width: 500px;
    margin: auto;
}

.btn_main {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #22b573;
    border: 2px solid #22b573;
    font-size: 1.2em;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 0;
    border-radius: 200px;
    -webkit-transition: .5s;
    transition: .5s;
    letter-spacing: 0.1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn_main:hover {
    background-color: transparent;
    border-color: #22b573;
    color: #22b573;
}

.biglink {
    font-size: 20px;
}

/*---------------------------------
アコーディオンボックス
--------------------------------*/

.acbox_grn,
.acbox_grn2,
.acbox_org,
.acbox_pink,
.acbox_org2 {
    width: auto;
    font-size: 0px;
    /* ラベルと開く部分を分離する時は数値を入れる */
    /* ボックス全体の位置調整 */
}

.acbox_grn label,
.acbox_grn2 label,
.acbox_org label,
.acbox_pink label,
.acbox_org2 label,
.acbox_blue label {
    width: auto;
    font-size: 16px;
    /* ラベルの文字サイズ */
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: block;
    padding: 8px;
    cursor: pointer;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
}

.acbox_org label {
    background: #df7000;
    /* ラベルの背景色 */
}

.acbox_org2 label {
    background: #EC7720;
    /* ラベルの背景色 */
}

.acbox_grn label {
    border-top: 1px solid #22b573;
    border-bottom: 1px solid #22b573;
    color: #22b573;
    /* ラベルの背景色 */
}

.acbox_blue label {
    border-top: 1px solid #126EBA;
    border-bottom: 1px solid #126EBA;
    color: #126EBA;
    /* ラベルの背景色 */
}

.acbox_grn2 label {
    background: #37B6AA;
    ;
    /* ラベルの背景色 */
}

.acbox_pink label {
    background: #E7576D;
    /* ラベルの背景色 */
}


.acbox_grn label:hover,
.acbox_grn2 label:hover,
.acbox_org label:hover,
.acbox_pink label:hover,
.acbox_org2 label:hover,
.acbox_blue label:hover {
    opacity: 0.5;
    /* background: #8BC34A;  ラベルにマウスを乗せた時の背景色 */
}

.acbox_grn input,
.acbox_grn2 input,
.acbox_org input,
.acbox_pink input,
.acbox_org2 input,
.acbox_blue input {
    display: none;
}

.acbox_grn label:after,
.acbox_grn2 label:after,
.acbox_org label:after,
.acbox_pink label:after,
.acbox_org2 label:after,
.acbox_blue label:after {
    content: "+";
    /* ラベルのアイコン */
    position: absolute;
    top: 51%;
    margin-top: -14px;
    font-weight: 900;
    margin-left: 5px;
}

.acbox_grn input:checked ~ label::after,
.acbox_grn2 input:checked ~ label::after,
.acbox_org input:checked ~ label::after,
.acbox_pink input:checked ~ label::after,
.acbox_org2 input:checked ~ label::after,
.acbox_blue input:checked ~ label::after {
    content: "-";
    font-weight: 900;
    /*←ココ！！！！！！！*/
    /* ラベルをクリックした後のアイコン */
}

.acbox_grn .acbox-under,
.acbox_grn2 .acbox-under,
.acbox_org .acbox-under,
.acbox_pink .acbox-under,
.acbox_org2 .acbox-under,
.acbox_blue .acbox-under {
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    /* 開閉スピードの設定 */
}

.acbox_grn input:checked ~ .acbox-under,
.acbox_grn2 input:checked ~ .acbox-under,
.acbox_org input:checked ~ .acbox-under,
.acbox_pink input:checked ~ .acbox-under,
.acbox_org2 input:checked ~ .acbox-under,
.acbox_blue input:checked ~ .acbox-under {
    height: auto;
    padding: 20px 0 0 0;
    /* 開いた部分の枠内の余白 */
    border-radius: 0px;
    background: transparent;
    /* 開いた部分の背景色 */
    opacity: 1 !important;
}



.acbox_grn input:checked ~ label {
    background: #93d2ad;
    /* クリック後のラベルの背景色 */
}

.acbox_grn2 input:checked ~ label {
    background: #87D3CC;
    /* クリック後のラベルの背景色 */
}

.acbox_org input:checked ~ label {
    background: #FFC466;
    /* クリック後のラベルの背景色 */
}

.acbox_pink input:checked ~ label {
    background: #F09AA7;
    /* クリック後のラベルの背景色 */
}

.acbox_org2 input:checked ~ label {
    background: #F3AD79;
    /* クリック後のラベルの背景色 */
}

.acbox_blue input:checked ~ label {
    background: #bfe2ff;
    /* クリック後のラベルの背景色 */
}

.acbox-under {
    font-size: 14px;
    /* 開いた部分の文字サイズ */
    color: #555555;
    /* 開いた部分の文字色 */
}

/*--------------------------------*/

.badge_1 h2 {
    display: inline-block;
    color: red;
    padding: 5px 10px;
    border: 2px solid red;
    margin: 0 auto;
    border-radius: 5px;
}

.badge_1 {
    text-align: center;
    margin-bottom: 20px;
}

/*MAINend---------------------------------------------------------------------*/

/*FOOTER----------------------------------------------------------------------*/

.footer_top {
    background: #EFF9FF;
    padding: 50px 0;
}

.footer_top p {
    font-weight: bold;
    color: #003288;
}

.footer_logo {
    max-width: 200px;
    margin-bottom: 15px;
    display: block;
}

.footer_btm {
    background: #003288;
    padding: 10px 0;
    color: #fff;
    font-size: 10px;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 15px;
    font-size: 14px;
    line-height: 1;
    z-index: 99;
}

#page-top a {
    background: #22b573;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 22px 5px;
    text-align: center;
    display: block;
    border-radius: 90px;
    opacity: 0.9;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#page-top a:hover {
    text-decoration: none;
    opacity: .5;
}

.foot_l {
    width: 20%;
}

.foot_r {
    width: 60%;
}

.footer_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bnr_area01,
.bnr_area02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bnr_area02 {
    margin-top: 20px;
}

.bnr_area01 li {
    width: calc(100% / 2 - 20px);
}

.bnr_area02 li {
    width: calc(100% / 3 - 20px);
    max-width: 200px;
}

.bnr_area02 li:nth-child(n+4) {
    margin-top: 20px;
}

.bnr_area02 li:nth-child(n+5) img {
    max-width: 120px;
    margin: 0 auto;
    display: block;
}

.bnr_area02 li {
    max-width: 200px;
}

/*FOOTERend-------------------------------------------------------------------*/


@media only screen and (max-width: 1280px) {

    .wrap1280 {
        padding: 0 15px;
    }
}


@media only screen and (max-width: 1024px) {

    .wrap1000 {
        padding: 0 15px;
    }

    .pc_only {
        display: none;
    }

    .sp_only {
        display: block;
    }

    /*HEADER----------------------------------------------------------------------*/

    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }

    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }

    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
         /*background: rgba(255, 255, 255, .7); */
        background-image:url(../images/allhead.png);
        transition: top 0.65s ease-in;
        -webkit-transition: top 0.65s ease-in;
        -moz-transition: top 0.65s ease-in;
    }



    #top-head.fixed .logo {
        font-size: 24px;
        color: #333;
    }

    #mobile-head {
        background: transparent;
        width: 100% !important;
        height: 70px;
        z-index: 999;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 15px;
    }

    #top-head.fixed .logo,
    #top-head .logo {
        max-width: 300px
    }

    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -525px;
        background: rgba(0, 50, 136, 1);
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 70px 20px;
    }

    #global-nav ul li {
        float: none;
        position: static;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }

    #global-nav ul li:last-child {
        margin-bottom: 0;
    }

    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }

    #nav-toggle {
        display: block;
    }

    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -webkit-transform: translateY(525px);
        transform: translateY(525px);
    }

    .fbf_in {
        width: calc(50% - 50px / 2);
    }

    .fbf_in:nth-child(3),
    .fbf_in:nth-child(4) {
        margin-top: 20px;
    }

    /*HEADERend-------------------------------------------------------------------*/

    /*MAIN------------------------------------------------------------------------*/

    /*MAINend---------------------------------------------------------------------*/

    /*FOOTER----------------------------------------------------------------------*/

    .footer_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .bnr_area01,
    .bnr_area02 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 50px;
    }

    .foot_l,
    .foot_r {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .foot_l a {
        margin: 0 auto 20px;
    }

    .foot_l p {
        text-align: center;
    }

    .bnr_area01 li:nth-child(n+2),
    .bnr_area02 li:nth-child(n+2) {
        margin-left: 0;
        margin-top: 20px
    }

    .bnr_area02 {
        margin-top: 20px !important;
    }

    /*FOOTERend-------------------------------------------------------------------*/

}

@media only screen and (max-width: 599px) {

    body {
        font-size: 12px;
    }

    .top_theme {
        width: 100%;
        top: 15%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        bottom: 5%;
    }

    .top_theme h2 {
        font-size: min(10vw, 70px);
        color: #003288;
    }

    .top_theme p {
        font-size: min(2vw, 20px);
        font-weight: 600;
        color: #003288;
    }

    .main_v_btm {
        width: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        bottom: 7%;
        padding: 0 15px;
    }

    .scheme_pc {
        display: none;
    }

    .scheme_sp {
        display: block;
    }

    /*HEADER----------------------------------------------------------------------*/

    #top-head.fixed .logo,
    #top-head .logo {
        max-width: 250px;
    }

    /*HEADERend-------------------------------------------------------------------*/

    /*MAIN------------------------------------------------------------------------*/

    .btn_flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .btn_flex a {
        width: 100%;
    }

    .btn_flex a:nth-child(n+2) {
        margin-top: 15px;
    }

    .main_v_box {
        min-height: 100vh;
    }

    /*MAINend---------------------------------------------------------------------*/

    /*FOOTER----------------------------------------------------------------------*/
    /*FOOTERend-------------------------------------------------------------------*/

}
