@charset "UTF-8";

/* ---------------------------------------------------

	Layout - All Page Common

-------------------------- */
* {
    margin: 0;
    outline: none;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
	}
html,body { height: 100%; }
body {
    background: transparent;
    color: rgba(50, 50, 50, 1);
    cursor: default;
    display: block;
    font-weight: 500;
    font-family: 'Noto Sans JP', "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    line-height: 1.5;
    overflow-x: hidden;
    position: relative;
    vertical-align: baseline;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
	}
a,a:hover { text-decoration: none; }
a:link {}
a:visited {}
img {
    margin: 0;
    padding: 0;
    max-width: 100%;
    vertical-align: bottom;
    outline: none;
	}
img:hover { outline: none; }
ul { list-style: none; }
h1,h2,h3,h4,h5,h6 { margin: 0; }
input,select,textarea { font-size: 16px; }
button { cursor: pointer; }
/* Device */
@media (min-width: 751px) { .sp { display: none; } }
@media (max-width: 750px) { .pc { display: none; } }
/* Font Family */
.ff-notosans { font-family: "Noto Sans JP", sans-serif; }
.ff-notoserif { font-family: "Noto Serif JP", serif; }
/* YouTube */
.ytb { padding: 56.25% 0 0; position: relative; width: 100%; }
.ytb iframe { border: none; height: 100%!important; position: absolute; right: 0; top: 0; width: 100%!important; }
/* Anchor */
.anchor { display: block; position: relative; z-index: -1; }
@media (min-width: 751px) { .anchor { margin-top: -100px; padding-top: 100px; } }
@media (max-width: 750px) { .anchor { margin-top: -100px; padding-top: 100px } }
/* IE11_ Huck */
_:-ms-lang(x)::-ms-backdrop, .selector {}
/* Fade-In */
.fadein {
    opacity: 0;
    position: relative;
    transform: translate(0, 100px);
    transition: all 1s;
    }
    .fadein.fdi-on {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        }
/* Accordion */
.acd-wrap {}
    .acd-tgl {}
    .acd-child { display: none; }
    .acd-open {}
/* Tab */
.app-tab {}
    .app-tab-item {
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        }
.app-con {}
    .app-con-item { display: none; }
    .app-con-item.is-show { display: block; }

/* ---------------------------------------------------

	Common

-------------------------- */
.btnarea {}
    .btnarea a {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        }
    .btnarea a:after {
        background-image: url(/src/img/common/arrow/right-white.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        content: '';
        position: relative;
        }
    .btnarea a.red {
        background: transparent linear-gradient(113deg, #D5A94A 0%, #E94636 100%) 0% 0% no-repeat padding-box;
        color: #fff;
        }
/* ----------------------- */
@media (min-width: 751px) {
.btnarea {}
    .btnarea a {
        font-size: 20px;
        height: 80px;
        padding: 0 10px 0 20px;
        border-radius: 20px;
        transition: all .3s;
        }
    .btnarea a:after {
        height: 30px;
        min-width: 30px;
        }
    .btnarea a:hover { transform: scale(1.05); }
}
/* ----------------------- */
@media (max-width: 750px) {
.btnarea {}
    .btnarea a {
        font-size: 18px;
        height: 70px;
        padding: 0 10px 0 20px;
        border-radius: 8px 0 0 8px;
        }
    .btnarea a:after {
        height: 20px;
        min-width: 20px;
        }
}

/* ---------------------------------------------------

    Header

-------------------------- */
.gl-header {
    color: transparent;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    }
/* ----------------------- */
@media (min-width: 751px) {
.gl-header {}
}
/* ----------------------- */
@media (max-width: 750px) {
.gl-header {}
}

/* ---------------------------------------------------

    Fixed-Cv

-------------------------- */
.fixedcv {
    position: fixed;
    z-index: 10;
    }
/* ----------------------- */
@media (min-width: 751px) {
.fixedcv {
    bottom: 30px;
    right: 0;
    }
    .fixedcv a {
        width: 200px;
        border-radius: 20px 0 0 20px;
        }
    .fixedcv a:hover {
        padding-right: 20px;
        transform: translateX(10px);
        }
}
/* ----------------------- */
@media (max-width: 750px) {
.fixedcv {
    bottom: 20px;
    right: 0;
    }
    .fixedcv a {
        width: 180px;
        border-radius: 10px 0 0 10px;
        }
}

/* ---------------------------------------------------

    Footer

-------------------------- */
.gl-footer { position: relative; }
    .glf-logoarea {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        }
    .glf-credit dl {
        display: flex;
        align-items: center;
        justify-content: center;
        }
    .glf-credit dl dt:after { content: '：'; }
    .glf-credit dl dd {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        }
    .glf-copy {
        background-color: #1570BB;
        color: #fff;
        text-align: center;
        }
/* ----------------------- */
@media (min-width: 751px) {
.gl-footer { margin-top: -130px; }
    .glf-logoarea { padding: 50px; }
    .glf-logoarea .glf-conum {
        font-size: 16px;
        margin-top: 25px;
        }
    .glf-credit { margin-top: 20px; }
    .glf-credit dl { font-size: 16px; }
    .glf-credit dl dd span { padding: 5px; }
    .glf-copy {
        font-size: 16px;
        padding: 20px;
        }
}
/* ----------------------- */
@media (max-width: 750px) {
.gl-footer { margin-top: -65px; }
    .glf-logoarea { padding: 30px 20px; }
    .glf-logoarea i img { max-width: 180px; }
    .glf-logoarea .glf-conum {
        font-size: 16px;
        margin-top: 15px;
        }
    .glf-credit { margin-top: 15px; }
    .glf-credit dl {
        font-size: 16px;
        flex-wrap: wrap;
        }
    .glf-credit dl dt { font-weight: 700; }
    .glf-credit dl dd { margin-top: 5px; }
    .glf-credit dl dd span { padding: 2.5px 10px; }
    .glf-copy {
        font-size: 13px;
        padding: 20px 20px 110px;
        }
}
