@charset "utf-8";

/* ==========================================================================
   RESET
   ========================================================================== */
/*
* http://meyerweb.com/eric/tools/css/reset/
* v2.0 | 20110126
* License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* form */
input,textarea {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
    cursor: pointer;
}

/*
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="button"],
input[type="submit"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;

    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    box-sizing: border-box;
    cursor: pointer;
}
*/

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

input[type="radio"] {
    display: none;
}
input[type="radio"]:checked + label {
    background: #ff0000;
}

input[type="checkbox"] {
    display: none;
}
input[type="checkbox"]:checked + label {
    background: #ff0000;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    border-radius: 0;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
}

button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

/* add */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

* {
    box-sizing: border-box;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

a, a:hover {
    text-decoration: none;
}

a {
    color: inherit;
}

b {
    font-weight: bold;
}

*:focus {
    outline: none;
}

/* ==========================================================================
 *
 * ========================================================================== */
html {
    font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

html.noScroll,
html.noScroll body {
    overflow: hidden;
    height: 100%;
}

.disp-pc { display: block; }
.disp-sp { display: none; }

@media only screen and (max-width: 768px) {
    .disp-pc { display: none; }
    .disp-sp { display: block; }
}

#wrapper {
    width: 100%;
    overflow: hidden;
}

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

.autoImg {
    width: 100%;
    height: auto;
}

.lyt-inner {
    width: calc(1000/1300 * 100vw);
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .lyt-inner {
        width: calc(272/320 * 100vw);
    }
}

.lyt-inner-b {
    width: calc(980/1440 * 100vw);
    margin: 0 auto;
}

@media only screen and (max-width: 1439px) {
    .lyt-inner-b {
        width: calc(100vw - 100px);
        max-width: 980px;
    }
}

@media only screen and (max-width: 768px) {
    .lyt-inner-b {
        width: calc(280/320 * 100vw);
    }
}

.text-sup {
    font-size: 50%;
    vertical-align: top;
}

.text-sub {
    font-size: 50%;
    vertical-align: text-after-edge;
}

.svg-wrap {
    position: relative;
}

.svg-wrap svg {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

/* ==========================================================================
 * pageloader
 * ========================================================================== */
#pageloader {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.ball-triangle-path {
    position: relative;
    transform: translate(-29.994px, -37.50938px);
}

.ball-triangle-path > div {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #1b6ab9;
    position: absolute;
}

.ball-triangle-path > div:nth-child(1) {
    top: 50px;
    animation: ball-triangle-path-1 2s ease-in-out 0s infinite both;
}

.ball-triangle-path > div:nth-child(2) {
    left: 25px;
    animation: ball-triangle-path-2 2s ease-in-out 0s infinite both;
}

.ball-triangle-path > div:nth-child(3) {
    top: 50px;
    left: 50px;
    animation: ball-triangle-path-3 2s ease-in-out 0s infinite both;
}

@keyframes ball-triangle-path-1 {
    33% { transform: translate(25px, -50px); }
    66% { transform: translate(50px, 0px); }
    100% { transform: translate(0px, 0px); }
}

@keyframes ball-triangle-path-2 {
    33% { transform: translate(25px, 50px); }
    66% { transform: translate(-25px, 50px); }
    100% { transform: translate(0px, 0px); }
}

@keyframes ball-triangle-path-3 {
    33% { transform: translate(-50px, 0px); }
    66% { transform: translate(-25px, -50px); }
    100% { transform: translate(0px, 0px); }
}

.line-scale-pulse-out-rapid > div {
    vertical-align: middle;
    display: inline-block;
    background-color: #1b6ab9;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    animation-fill-mode: both;
    animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
}
.line-scale-pulse-out-rapid > div:nth-child(2),
.line-scale-pulse-out-rapid > div:nth-child(4) {
    animation-delay: -0.25s !important;
}
.line-scale-pulse-out-rapid > div:nth-child(1),
.line-scale-pulse-out-rapid > div:nth-child(5) {
    animation-delay: 0s !important;
}

@keyframes line-scale-pulse-out-rapid {
    0% { transform: scaley(1); }
    80% { transform: scaley(0.3); }
    90% { transform: scaley(1); }
}

/* ------------------------------
 * #gHeader
 * ------------------------------ */
#gHeader {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
}

.gHeader_container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    background: #fff;
}

.gHBtn_list {
    width: 240px;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
}

.gHBtn_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 70px;
    background: #fff;
    position: relative;
    z-index: 0;
}
.gHBtn_link:before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% + 10px);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.gHBtn_link-mypage:before { background: #5f9bdc; }
.gHBtn_link-entry:before { background: #0c24c5; }

.gHBtn_link img {
    height: 12px;
    width: auto;
    position: relative;
    z-index: 2;
}

.gHBtn_link:not([href]):before {
    opacity: .4;
}

/* hover */
.device-pc .gHBtn_link[href] {
    transition: transform 250ms;
}

.device-pc .gHBtn_link[href]:hover {
    transform: translateY(8px);
}

@media only screen and (max-width: 768px) {
    .gHeader_container {
        background: transparent;
    }

    .gHBtn_list {
        width: 144px;
        margin-right: 48px;
    }

    .gHBtn_link {
        width: 72px;
        height: 48px;
    }

    .gHBtn_link img {
        height: 9px;
    }
}


/* ------------------------------
 * gHTitle
 * ------------------------------ */
.gHTitle {
    display: block;
    width: 175px;
    position: absolute;
    top: 8px;
    left: 10px;
    z-index: 3;
}

.gHTitle-gHeader.type-logo-black,
.gHTitle-gHeader.type-logo-black {
    width: 250px;
    top: 25px;
    left: 20px;
}

.gHTitle .gHLogo,
.gHTitle .gHCopy {
    display: block;
    width: 100%;
}

.gHTitle-gHeader.type-black { display: none; }
.gHTitle-gHeader.type-white { display: none; }
.gHTitle-gHeader.type-black-gradation { display: block; }
.gHTitle-gHeader.type-logo-black { display: none; }
.gHTitle-gHeader.type-logo-white { display: none; }

.header-type-b .gHTitle-gHeader.type-black { display: block; }
.header-type-b .gHTitle-gHeader.type-white { display: none; }
.header-type-b .gHTitle-gHeader.type-black-gradation { display: none; }
.header-type-b .gHTitle-gHeader.type-logo-black { display: none; }
.header-type-b .gHTitle-gHeader.type-logo-white { display: none; }

.header-type-w .gHTitle-gHeader.type-black { display: none; }
.header-type-w .gHTitle-gHeader.type-white { display: block; }
.header-type-w .gHTitle-gHeader.type-black-gradation { display: none; }
.header-type-w .gHTitle-gHeader.type-logo-black { display: none; }
.header-type-w .gHTitle-gHeader.type-logo-white { display: none; }

.header-type-bg .gHTitle-gHeader.type-black { display: none; }
.header-type-bg .gHTitle-gHeader.type-white { display: none; }
.header-type-bg .gHTitle-gHeader.type-black-gradation { display: block; }
.header-type-bg .gHTitle-gHeader.type-logo-black { display: none; }
.header-type-bg .gHTitle-gHeader.type-logo-white { display: none; }

.header-type-lb .gHTitle-gHeader.type-black { display: none; }
.header-type-lb .gHTitle-gHeader.type-white { display: none; }
.header-type-lb .gHTitle-gHeader.type-black-gradation { display: none; }
.header-type-lb .gHTitle-gHeader.type-logo-black { display: block; }
.header-type-lb .gHTitle-gHeader.type-logo-white { display: none; }

.header-type-lw .gHTitle-gHeader.type-black { display: none; }
.header-type-lw .gHTitle-gHeader.type-white { display: none; }
.header-type-lw .gHTitle-gHeader.type-black-gradation { display: none; }
.header-type-lw .gHTitle-gHeader.type-logo-black { display: none; }
.header-type-lw .gHTitle-gHeader.type-logo-white { display: block; }


.is-gNav-open .gHTitle-gHeader {
    display: none;
}

@media only screen and (max-width: 768px) {
    .gHTitle {
        width: 122px;
        top: 13px;
        left: 22px;
    }

    .gHTitle-gHeader.type-logo-black,
    .gHTitle-gHeader.type-logo-white {
        width: 160px;
    }

    .header-type-lb .gHTitle,
    .header-type-lw .gHTitle {
        top: 15px;
        left: 10px;
    }
}

/* ------------------------------
 * hNav
 * ------------------------------ */
.hNav {
    width: 100%;
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 100;
}

.is-hNav_panel {
    display: none;
}

.hNav_container {
    width: 100%;
    background: rgba(255, 255, 255, .9);
    position: fixed;
    top: 70px;
    left: 0;
}

.hNav_list-1st {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: calc(980/1440 * 100vw);
    margin: 0 auto;
    background: transparent;
    position: relative;
}


.hNav_btn-1st {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.hNav_btn-1st > img {
    height: 12px;
    width: auto;
}

[aria-selected="false"] .hNav_btn-1st {
    background: transparent;
}

[aria-selected="true"] .hNav_btn-1st,
a.hNav_btn-1st:hover {
    background: #d7dff5;
}

a.hNav_btn-1st:not([href]),
a.hNav_btn-1st:not([href]):hover{
	cursor: default;
    background: none !important;
    opacity: .4;
}


.hNav_block-2nd {
    width: 100%;
    background: rgba(215, 223, 245, .95);
    position: fixed;
    top: 120px;
    left: 0;
    z-index: 1;
}

.hNav_block-2nd_wrapper {}

.hNav_list-2nd {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.hNav_list-2nd-panel > li {
    width: 245px;
}

.hNav_linkPanel {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0 5px 0;
    background: transparent;
    position: relative;
    overflow: hidden;
}

.hNav_linkPanel_thumb {
    padding: 12px 0 0 0;
}

.hNav_linkPanel_title {
    padding: 15px 15px;
    position: relative;
}

.hNav_linkPanel_title_ja {
    color: #333333;
    font-size: 1.6rem;
    line-height: 1.57;
}

.hNav_linkPanel_icon-blank {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 20px;
    right: calc(30/245 * 100%);
}

.hNav_linkPanel_icon-blank * {
    fill: #0c24bd;
}

/* */
.hNav_linkPanel_title.type-order {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.hNav_linkPanel_title.type-order .type-order_num {
    display: block;
    width: 25px;
    height: 14px;
    margin: 0.5em 12px 0 0;
}

.hNav_linkPanel_title.type-order .type-order_num {
    fill: #0c24bd;
}

.hNav_linkPanel_title.type-order .type-order_num + * {
    width: calc(100% - 25px);
}

/* attention */

.hNav_linkPanel .text-attention {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5;
    display: inline-block;
    background: #999999;
    padding: 3px;
    margin: 2px 0 0 0;
}

/* comingsoon */
.hNav_linkPanel.is-comingsoon .hNav_linkPanel_title_ja {
    color: #808080;
}

.hNav_linkPanel .icon-comingsoon {
    display: block;
    width: 92px;
    height: 24px;
    margin: 2px 0 0 0;
}

/* hover */
.device-pc .hNav_linkPanel[href] {
    transition: all 300ms;
}

.device-pc .hNav_linkPanel[href]:hover {
    background: rgba(12, 36, 189, .8);
}

.device-pc .hNav_linkPanel[href]:hover .hNav_linkPanel_title_ja {
    color: #fff;
}

.device-pc .hNav_linkPanel[href]:hover .type-order_num {
    fill: #79b6ff;
}

@media only screen and (max-width: 1439px) {
    .hNav_list-1st {
        width: calc(100vw - 100px);
        max-width: 980px;
    }
}

@media only screen and (max-width: 1080px) {
    .hNav_btn-1st {
        padding: 0 10px;
    }

    .hNav_btn-1st > img {
        height: 11px;
    }
}

@media only screen and (max-width: 880px) {
    .hNav_btn-1st {
        padding: 0 8px;
    }

    .hNav_btn-1st > img {
        height: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .hNav {
        display: none;
    }
}

/* ------------------------------
* .drawerSwitch
* ------------------------------ */
.drawerSwitch {
    display: none;
    width: 48px;
    height: 48px;
    background: #dddddd;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3000;
    cursor: pointer;
}

.drawerSwitch,
.drawerSwitch *,
.drawerSwitch *:before,
.drawerSwitch *:after {
    transition: all 300ms;
}

.drawerSwitch_border {
    display: block;
    width: 24px;
    height: 13px;
    margin: auto auto;
    position: relative;
}

.drawerSwitch_border span {
    display: block;
    width: 24px;
    height: 1px;
    background: #0c24c1;
    position: absolute;
    right: 0;
}

.drawerSwitch_border span:nth-child(1) { top: 0; }
.drawerSwitch_border span:nth-child(2) { top: 6px; }
.drawerSwitch_border span:nth-child(3) { bottom: 0; }

/* active */
.drawerSwitch[aria-expanded="true"] .drawerSwitch_border span:nth-child(1) { transform: rotate(45deg); top: 6px; }
.drawerSwitch[aria-expanded="true"] .drawerSwitch_border span:nth-child(2) { opacity: 0; }
.drawerSwitch[aria-expanded="true"] .drawerSwitch_border span:nth-child(3) { transform: rotate(-45deg); bottom: 6px }

@media only screen and (max-width: 768px) {
    .drawerSwitch {
        display: block;
    }
}

/* ------------------------------
 * .drawer
 * ------------------------------ */
#drawer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}

#drawer[aria-expanded] {
    transition: all 400ms;
}

#drawer[aria-expanded="false"] {
    opacity: 0;
    visibility: hidden;
}

#drawer[aria-expanded="true"] {
    opacity: 1;
    visibility: visible;
}

/* ------------------------------
 * gNav
 * ------------------------------ */
.gNav {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling : touch;
}

.gNav_inner {
    width: 100%;
    padding: 70px 0 0 0;
    background: #fff;
}

.gNav_link {
    min-height: 50px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.gNav_list-1st .gNav_link {
    padding: 12px calc(45/750 * 100%) 12px calc(80/750 * 100%);
    position: relative;
}

.gNav_list-2nd .gNav_link {
    padding: 12px calc(45/750 * 100%) 12px calc(120/750 * 100%);
    background: #f5f5f5;
}

.gNav_link_text_en {
    display: block;
    width: 153px;
    height: 8px;
}

.gNav_link_text_en * {
    fill: #0c24bd;
}

.gNav_link_text_en + * {
    margin: 8px 0 0 0;
}

.gNav_link_text01 {
    color: #1a1a1a;
    font-size: 1.3rem;
    letter-spacing: 0.02em;
    line-height: 1.3;
    display: block;
}

.gNav_link_icon-blank {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: calc(45/750 * 100%);
    transform: translateY(-50%);
}

.gNav_link_icon-blank * {
    fill: #0c24bd;
}

/* */
.gNav_link.type-order {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.gNav_link.type-order .type-order_num {
    width: 18px;
    height: 11px;
    display: block;
    margin: 2px 12px 0 0;
}

.gNav_link.type-order .type-order_num * {
    fill: #0c24bd;
}

.gNav_link.type-order .type-order_num + * {
    width: calc(100% - 25px);
}

.gNav_link.type-order .gNav_link_text01 {
    font-size: 1.2rem;
}

.gNav .is-accordionTarget {
    display: none;
}

.gNav .is-accordionBtn {
    cursor: pointer;
}

.gNav .is-accordionBtn:before,
.gNav .is-accordionBtn:after {
    content: '';
    display: block;
    width: 13px;
    height: 1px;
    background: #0c24bd;
    position: absolute;
    top: 50%;
    right: calc(45/750 * 100%);
    transform: translateY(-50%);
}

.gNav .is-accordionBtn:after {
    transform: translateY(-50%) rotate(90deg);
}

.gNav .is-gNav-accordion-open .is-accordionBtn:after {
    transform: translateY(-50%) rotate(0);
}

/* */

.gNav_link .text-attention {
    color: #fff;
    font-size: 1.0rem;
    line-height: 1.5;
    background: #999;
    padding: 3px;
    margin: 4px 0 0 0;
}

/* comingsoon */
.gNav_link.is-comingsoon .gNav_link_text01 {
    color: #808080;
}

.gNav_link .icon-comingsoon {
    display: inline-block;
    width: 71px;
    height: 18px;
    position: relative;
    top: 4px;
    left: 2px;
}

.gNav_link .icon-comingsoon img {
    position: absolute;
    top: 0;
    left: 0;
}

/* ------------------------------
 * .groupNav
 * ------------------------------ */
.groupNav {
    position: static;
    width: auto;
}

.groupNav_handle {
    width: 80px;
    height: 300px;
    background: #d6bf2d;
    border-radius: 20px 0 0 20px;
    position: fixed;
    top: 216px;
    right: 0;
    z-index: 1000;
    cursor: pointer;
    transform: translateX(10px);
    transition: all 300ms;
}

.device-pc .groupNav_handle:hover {
    transform: translateX(0);
}

.is-sideNav_root.is-active .groupNav_handle {
    right: 400px;
}

.groupNav_handle.type-open {
    display: block;
}

.groupNav_handle.type-close {
    display: none;
}

.groupNav_handle_text-open {
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.09em;
    display: block;
    width: 1em;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.groupNav_handle_text-open.is-vertical {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    display: block;
}

.groupNav_handle_text-open.is-horizontal {
    display: none;
}

.groupNav_body {
    width: 400px;
    height: 480px;
    background: #fff;
    padding: 50px 0 50px 25px;
    position: fixed;
    top: 126px;
    right: -400px;
    z-index: 1001;
    transition: all 300ms;
}

.is-sideNav_root.is-active .groupNav_body {
    right: 0;
}

.groupNav_list {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.groupNav_link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.groupNav_link_icon {
    display: block;
    width: 34px;
    margin: 0 15px 0 0;
}

.groupNav_link_text {
    color: #000;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    position: relative;
}

.groupNav_link_text:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #0c24c5;
    border-right: 2px solid #0c24c5;
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%) rotate(45deg);
}

@media only screen and (max-width: 768px) {
    .groupNav {
        width: 100%;
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 1001;
    }

    .groupNav_handle {
        width: 100%;
        height: 60px;
        border-radius: 20px 20px 0 0;
        position: absolute;
        top: auto;
        bottom: 0;
        right: 0;
        z-index: 2;
        transform: translateX(0);
        transition: none;
    }

    .device-pc .groupNav_handle:hover {
        transform: translateX(0);
    }

    .is-sideNav_root.is-active .groupNav_handle {
        right: 0;
    }

    .groupNav_handle_text-open,
    .groupNav_handle_text-close {
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        display: inline-block;
        width: 100%;
        height: auto;
        padding: 0 0 0 25px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .groupNav_handle_text-open.is-vertical {
        display: none;
    }

    .groupNav_handle_text-open.is-horizontal {
        display: block;
    }

    .groupNav_handle.type-open {
        display: block;
    }

    .groupNav_handle.type-close {
        display: none;
    }

    .is-sideNav_root.is-active .groupNav_handle.type-open {
        display: none;
    }
    .is-sideNav_root.is-active .groupNav_handle.type-close {
        display: block;
    }

    .groupNav_handle_text-open:before,
    .groupNav_handle_text-close:before {
        content: '';
        display: block;
        width: 13px;
        height: 13px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        position: absolute;
        top: 8px;
        left: 50%;
        transform: translateX(-150px)  rotate(-45deg);
    }

    .groupNav_handle_text-close:before {
        top: 0;
        left: 50%;
        transform: translateX(-60px)  rotate(-225deg);
    }

    .groupNav_handle_text-close img {
        height: 13px;
        width: auto;
    }

    .groupNav_body {
        width: 100vw;
        height: 480px;
        border-radius: 20px 20px 0 0;
        padding: 42px 35px 105px 35px;
        position: absolute;
        top: auto;
        bottom: -480px;
        right: 0;
        z-index: 1;
    }

    .is-sideNav_root.is-active .groupNav_body {
        bottom: 0;
    }

    .groupNav_link_icon {
        width: 26px;
        margin: 0 12px 0 0;
    }

    .groupNav_link_text {
        font-size: 1.6rem;
    }

    .groupNav_link_text:after {
        width: 6px;
        height: 6px;
        right: -30px;
    }
}

/* ------------------------------
 * #gFooter
 * ------------------------------ */
.gotop {
    width: 85px;
    background: #0c24c5;
    border: 1px solid #0c24c5;
    position: fixed;
    bottom: 50px;
    right: 0;
    z-index: 100;
    transition: all 250ms;
}

.device-pc .gotop:hover {
    background: #fff;
}

.gotop.is-pageBottom {
    position: absolute;
    top: -85px;
    bottom: auto;
    right: 0;
}

@media only screen and (max-width: 768px) {
    .gotop {
        width: 57px;
        bottom: 50px;
    }

    .gotop.is-pageBottom {
        position: absolute;
        top: 0;
        bottom: auto;
    }
}

.backtotop {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 170px;
    background: #f1f1f1;
}

.backtotop_btn {
    display: block;
    width: 145px;
}

@media only screen and (max-width: 768px) {
    .backtotop {
        height: calc(105/320 * 100vw);
    }

    .backtotop_btn {
        width: 110px;
    }
}

#gFooter {
    padding: 25px 0 15px 0;
    position: relative;
}

#gFooter .gFBtn_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0 30px;
}

#gFooter .gFBtn_item + .gFBtn_item {
    margin-left: 20px;
}

#gFooter .gFBtn_link {
    color: #000;
    font-size: 1.4rem;
    display: block;
    padding: 0 10px 0 0;
    position: relative;
}

#gFooter .gFBtn_link:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
}

#gFooter .copyright {
    color: #000;
    font-size: 1.0rem;
    line-height: 1.6;
    padding: 0 30px;
    margin: 5px 0 0 0;
}

@media only screen and (max-width: 768px) {
    #gFooter {
        padding: 70px 0 75px 0;
    }

    #gFooter .gFBtn_list {
        padding: 0 10px;
    }

    #gFooter .gFBtn_item + .gFBtn_item {
        margin-left: 10px;
    }

    #gFooter .gFBtn_link {
        font-size: 1.4rem;
        padding: 0 10px 0 0;
    }

    #gFooter .copyright {
        font-size: 1.2rem;
        line-height: 1.58;
        padding: 0 10px;
        margin: 10px 0 0 0;
    }
}

/* ==========================================================================
 * #main
 * ========================================================================== */
#main {
    margin-top: 70px;
}

@media only screen and (max-width: 768px) {
    #main {
        margin-top: 0;
    }
}

.text {
    color: #333333;
    font-size: 1.8rem;
    line-height: 1.95;
    text-align: justify;
}

@media only screen and (max-width: 960px) {
    .text {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 768px) {
    .text {
        font-size: 1.4rem;
        line-height: 1.92;
    }
}

.text-note {
    font-size: 1.0rem;
    line-height: 1.4;
}

* + .text-note {
    margin-top: 2em;
}

.hover-opacity {
    transition: opacity 300ms;
}
.hover-opacity:hover {
    opacity: .4;
}

@media only screen and (max-width: 768px) {
    .hover-opacity:hover {
        opacity: 1;
    }
}

.hover-scale {
    transform: scale(1);
    transition: transform 300ms;
}
.hover-scale:hover {
    transform: scale(1.05);
}

@media only screen and (max-width: 768px) {
    .hover-scale:hover {
        transform: scale(1);
    }
}

.pageTitle {
    font-weight: bold;
    color: #0c24c4;
    font-size: 3.5rem;
    line-height: 1.62;
    letter-spacing: 0.1em;
}

.pageTitle img {
    height: 28px;
    width: auto;
}

.pageTitle-ja img {
    height: 32px;
}

@media only screen and (max-width: 768px) {
    .pageTitle {
        font-size: 2.5rem;
    }

    .pageTitle img {
        height: 18px;
    }

    .pageTitle-ja img {
        height: 20px;
    }
}

.sec_headA {
    padding: 100px 0 90px 0;
}

.sec_headA .lyt-inner {
    padding: 0 3%;
}

.sec_headA_text {
    color: #333333;
    font-size: 1.6rem;
    line-height: 2.2;
    text-align: justify;
    margin: 45px 0 0 0;
}

.sec_headA_text .text-l {
    font-weight: bold;
    color: #333333;
    font-size: 2.0rem;
    line-height: 2.2;
    text-align: justify;
}

.sec_headA_text p + p {
    margin: 10px 0 0 0;
}

@media only screen and (max-width: 768px) {
    .sec_headA {
        padding: 85px 0 40px 0;
    }

    .sec_headA .lyt-inner {
        padding: 0 0 0 0;
    }

    .sec_headA_text {
        font-size: 1.4rem;
        line-height: 1.92;
        margin: 35px 0 0 0;
    }

    .sec_headA_text .text-l {
        font-size: 1.5rem;
        line-height: 1.65;
        text-align: justify;
    }
}

.sec_headB {
    width: 100%;
    background: #f5f5f5;
    padding: 115px 0 50px 0;
}

.sec_headB_title01 {
    text-align: center;
}

.sec_headB_title01 img {
    height: 16px;
    width: auto;
}

.sec_headB_title02 {
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 1.6;
    text-align: center;
}

.sec_headB_title01 + .sec_headB_title02 {
    margin: 20px 0 0 0;
}

.sec_headB_text {
    font-size: 1.6rem;
    line-height: 2.2;
    text-align: center;
}

.sec_headB_title02 + .sec_headB_text {
    margin: 50px 0 0 0;
}

@media only screen and (max-width: 768px) {
    .sec_headB {
        padding: 95px 0 30px 0;
    }

    .sec_headB_title01 img {
        height: 13px;
    }

    .sec_headB_title02 {
        font-weight: bold;
        font-size: 2.5rem;
        line-height: 1.36;
    }

    .sec_headB_title01 + .sec_headB_title02 {
        margin: 15px 0 0 0;
    }

    .sec_headB_text {
        font-size: 1.3rem;
        line-height: 1.85;
        text-align: justify;
    }

    .sec_headB_title02 + .sec_headB_text {
        margin: 40px 0 0 0;
    }
}

.list-disc > li {
    text-indent: -1em;
    padding-left: 1em;
}

.list-disc > li:before {
    content: '・';
}

.list-rect > li {
    text-indent: -1em;
    padding-left: 1em;
}

.list-rect > li:before {
    content: '■';
}

/* ==========================================================================
   modal-cmn
   ========================================================================== */
.mfp-bg {
    z-index: 9998;
}

.mfp-wrap {
    z-index: 9999;
}

/*
.mfp-close {
    display: none!important;
}
*/

.modal-cmn {
    width: calc(850/1300 * 100vw);
    background: #fff;
    margin: 60px auto;
    position: relative;
}

button.mfp-close {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    top: -40px!important;
    right: 0!important;
    cursor: pointer;
}
button.mfp-close:before,
button.mfp-close:after {
    content: '';
    display: block;
    width: 45px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
button.mfp-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-cmn_arrow {
    width: 45px;
    height: 45px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    z-index: 1047;
    cursor: pointer;
}

.modal-cmn_arrow-right {
    right: calc(140/1300 * 100vw);
    transform: translateY(-50%) rotate(45deg);
}
.modal-cmn_arrow-left {
    left: calc(140/1300 * 100vw);
    transform: translateY(-50%) rotate(-135deg);
}

@media only screen and (max-width: 768px) {
    .modal-cmn {
        width: 100%;
    }

    .modal-cmn_arrow {
        width: 22px;
        height: 22px;
        border-color: #45c0ff;
    }

    .modal-cmn_arrow-right {
        right: 2.5%;
    }
    .modal-cmn_arrow-left {
        left: 2.5%;
    }
}

/* ==========================================================================
 * Helper
 * ========================================================================== */
.tc { text-align: center; }
.tl { text-align: left; }
.tr { text-align: right; }

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt90 { margin-top: 90px; }
.mt100 { margin-top: 100px; }

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}
