@charset "utf-8";

@import url("base.css");

/***************************************************************************
 *
 * COMMON STYLE
 *
 ***************************************************************************/

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&display=swap');
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

.hira {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.mplus {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

body {
    background-color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    font-family: 'Kosugi Maru', sans-serif;
}

body.fixed {
    overflow: hidden;
}

.innerBig {
    width: 1220px;
    margin: 0 auto;
}

.inner {
    width: 1100px;
    margin: 0 auto;
}

/*VALIDATE CONTACT*/
.error {
    display: block;
    font-size: 12px;
    color: red;
}

/* HEADER */
#header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 39px 0 10px;
    text-align: right;
    transition: 250ms all linear;
    z-index: 999;
}

#header.sticky {
    background: #fff;
    padding: 20px 0;
    box-shadow: -10px 0 30px #efefef;
}

#header .listMenu {
    display:none;
}

#header .listMenu li {
    float: left;
    margin-right: 30px;
    overflow: hidden;
}

#header .listMenu li:last-child {
    margin-right: 0;
}

#header .listMenu li a {
    position: relative;
    font-size: 15px;
    color: #333333;
    transition: 250ms all linear;
    white-space: nowrap;
}

#header .listMenu li a:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #333;
    width: 100%;
    bottom: 0px;
    left: -100%;
    transition: 250ms all linear;
}

#header .listMenu li a:hover:before {
    left: 0;
}

#header .btnInquiry {
    display: inline-block;
    width: 126px;
    vertical-align: -5px;
    margin-right: 23px;
}

#header .btnInquiry a {
    display: block;
    background: #F87499;
    color: #fff;
    font-size: 16px;
    padding: 8px 0 7px;
    border-radius: 50px;
    text-align: center;
}

#header .hdLogo {
    display: inline-block;
    vertical-align: middle;
    margin-right: -101px;
    position:relative;
}

#header {}

/* CONTENT */
#content {
    width: 100%;
}

.areaTitle {
    text-align: center;
}

.areaTitle .titleJp {
    font-size: 18px;
    margin-bottom: -6px;
}

.areaTitle .titleEn {
    display: inline-block;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(235, 247, 250, 0) 60%, rgba(244, 208, 46, 0.5) 60%, rgba(244, 208, 46, 0.5) 100%);
    font-size: 36px;
    font-weight: 500;
    line-height: 1.3;
}

/* FOOTER */
#footer {
    background: #fff;
    width: 100%;
    padding: 10px 0 8px;
}

#footer .copyright {
    color: #707070;
    text-align: center;
}

.sp {
    display: none;
}

/* MENU */
.hamburger {
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: -160px;
    z-index: 9991;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.hamburger span {
    display: block;
    background-color: #3CABDD;
    width: 35px;
    height: 4px;
    border-radius: 50px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.hamburger span:nth-child(1) {
    margin-bottom: 8px;
}

.hamburger span:nth-child(2) {
    opacity: 1
}

.hamburger span:nth-child(3) {
    margin-top: 8px;
}

.hamburger.open span:nth-child(1) {
    margin-top: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
}

.hamburger.open span:nth-child(3) {
    margin-top: -16px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#header .listMenu {
    display: none;
    position: fixed;
    background: #3CABDD;
    width: calc((100vw - 1100px) / 2 + 126px);;
    height: auto;
    top: 90px;
    right: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    overflow: hidden;
    z-index: 99;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

#header .listMenu li {
    width: 100%;
    margin-bottom: 30px;
}

#header .listMenu li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

#header .listMenu li a:before,
#header .listMenu li a:hover:before {
    content: none;
}

/* FIX TABLET */
@media (max-width: 1450px) {
    #header .listMenu {
        width: 320px;
    }
    #header .inner {
        width:800px;
    }
}
@media (max-width: 1348px) and (min-width: 769px) {
    body {
        width: 1400px;
    }
}

/* PC ONLY */
@media (min-width: 769px) {
    #header.scrollX {
        width: 1349px;
    }
}

/* STYLE MOBILE */
@media (max-width: 768px) {
    .hamburger {
        right: 20px;
        top:2px;
    }
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .innerBig,
    .inner,
    #header .inner {
        width: 100%;
        padding: 0 4%;
    }

    #header {}

    #header .inner {
        position: relative;
    }

    #header .listMenu {
        display: none;
        width:100%;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        top:73px;
        padding-top:100px;
        padding-bottom:0;
        height:100vh;
    }

    #header .hdLogo {
        position: absolute;
        top: 0;
        left: 30px;
        margin-right: 0;
        right: auto;
    }

    #header .btnInquiry {
        margin-right: 50px;
    }

    #header .btnInquiry a {
        font-size: 14px;
        padding: 6px 0 5px;
    }

    /*iconMenu*/
    .iconMenu {}

    .bar1,
    .bar2,
    .bar3 {
        display: block;
        transition: 0.4s;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -5px);
    }

    /*END-iconMenu*/

    /*#CONTENT*/
    .areaTitle .titleJp {
        font-size: 15px;
    }

    .areaTitle .titleEn {
        font-size: 22px;
        line-height: 1.5;
    }


    #footer .copyright {
        font-size: 12px;
    }

}

/*IE FIX*/
@media all and (-ms-high-contrast:none) {}


/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape) {
    #header .listMenu {
        padding-top: 50px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    #header .listMenu {
        padding-top: 50px;
    }
}

/*IP5*/
@media(max-width: 320px) {}