@charset "utf-8";

@import url("base.css");

/***************************************************************************
*
* COMMON STYLE
*
***************************************************************************/
.hira {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.gothic {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.mincho {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "sans-serif" "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}


.mincho-bold {
    font-family: "Yu Mincho Demibold", "YuMincho Demibold" , "sans-serif";
    font-weight: bold;
    font-weight: 800;
}

@font-face {
    font-family: 'JosefinSans';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/josefinsans-bold.ttf) format('truetype');
    font-display: swap;
}

.notosan-bold {
    font-family: 'JosefinSans';
    font-weight: bold;
}
.yugothic-bold {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: bold;
}
/*
.notosan-bold {
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
}
*/
/*.notosan-regular {
    font-family: 'Noto Sans', sans-serif;
    font-weight: normal;
}*/

.notosan-regular {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: normal;
}

body {
    background-color: #fff;
    font-size: 14px;
    line-height: 1.5;
    color: #32363B;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "sans-serif", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
a{
    color: #32363B;
}
body.fixed {
    overflow: hidden;
}

.inner {
    width: 1088px;
    margin: 0 auto;
}

.loadding{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loadding img{
    width: 50px;
}
.loadding.hide{
    display: none;
}
/*VALIDATE CONTACT*/
.error {
    display: block;
    font-size: 14px;
    color: red;
    margin-top: 15px;
}

.listBtn{
    /* width: 342px; */
    overflow: hidden;
}
.listBtn li{
    width: 164px;
    float: left;
    margin-right: 12px;
}
.listBtn li:last-child{
    margin-right: 0;
}
.listBtn li a{
    display: block;
    color: #fff;
    background: url(../images/common/btn-people-bg.png) repeat-x top left;
    text-align: center;
    border: 2px solid #0A456A;
    border-radius: 5px;
    padding: 12px 0px;
}
.listBtn li.mail a{
    background: url(../images/common/btn-mail-bg.png) repeat-x top left;
}
.listBtn li a span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.listBtn li a:before{
    content: "";
    width: 20px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url(../images/common/head-icon-people.svg) no-repeat center;
    background-size: contain;
}
.listBtn li.people a:before{
    width: 19px;
    height: 19px;
    margin-top: -1px;
}
.listBtn li.mail a:before{
    background: url(../images/common/head-icon-mail.svg) no-repeat center;
    background-size: contain;
}
/* HEADER */
#header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    padding-right: 80px;
}
#header .logo{
    float: left;
    width: 408px;
    margin-bottom: -48px;
}
#header .logo a{
    display: block;
    padding: 53px 20px 54px 92px;
    background: #33547C;
    width: 100%;
}
#header .logo .txtLogo{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin-right: 8px;
    font-size: 16px;
    letter-spacing: 1.5px;
    margin-top: -3px;
    font-weight: normal;
}
#header .logo .imgLogo{
    display: inline-block;
    vertical-align: middle;
    width: 150px;
}
#header .headInfo{
    float: right;
    text-align: right;
    width: calc(100% - 408px);
    padding: 19px 0 17px;
}
#header .headInfo .mainMenu{
    display: inline-block;
    vertical-align: middle;
    margin-right: 44px;
    margin-top: -3px;
}
#header .headInfo .mainMenu .menu li{
    display: inline-block;
    vertical-align: middle;
    margin-left: 23px;
}
#header .headInfo .mainMenu .menu li.sp{
    display: none;
}
#header .headInfo .mainMenu .menu li a{
    position: relative;
    display: block;
    line-height: 1;
    /*font-family: "Yu Mincho Demibold", "YuMincho Demibold" , "sans-serif";*/
    font-size: 16px;
    color: #544c41;
}
#header .headInfo .mainMenu .menu li a .fz16{
    font-size: 16px;
    line-height: 1;
}
#header .headInfo .mainMenu .menu li a:before{
    content: "";
    position: absolute;
    bottom: -10px;
    left: -2px;
    width: 0;
    height: 4px;
    background-image: linear-gradient(to right, #33547C , #0080A1);
    transition: all 0.5s;
}
#header .headInfo .mainMenu .menu li a:hover:before,
#header .headInfo .mainMenu .menu li.active a:before{
    width: calc(100% + 4px);
}
#header .headInfo .tel{
    display: inline-block;
    vertical-align: middle;
    width: 157px;
    margin-right: 31px;
    margin-top: 3px;
}
#header .headInfo .tel.sp{
    display: none;
}
#header .headInfo .listBtn{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
#header .headInfo .listBtn.sp{
    display: none;
}
/* CONTENT */
#content {
    width: 100%;
}

/*areaIntro*/
.areaIntro {
    padding: 116px 0 82px;
    text-align: center;
    margin-bottom: 64px;
}
.areaIntro .introSub {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 2px;
}
/*areaIntro*/

/*areaTitle*/
.areaTitle {
    position: relative;
    text-align: center;
    padding: 28px 0 29px;
    margin-bottom: 39px;
    overflow: hidden;
}
.areaTitle .jp {
    position: relative;
    font-size: 40px;
    color: #33547c;
    line-height: 64px;
    letter-spacing: 3px;
    z-index: 2;
}
.areaTitle .en {
    position: absolute;
    width: 100%;
    /*font-size: 80px;
    color: #F3F6FA;
    line-height: 0.9;*/
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
}
.areaTitle.white .jp {
    color: #fff;
}
/*.areaTitle.white .en {
    color: rgba(255,255,255,0.1);
}*/
.areaTitle:after {
    content: '';
    position: absolute;
    width: 32px;
    border-bottom: 2px solid #ACC5E0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.areaTitle.bigText {
    padding: 34px 0 35px;
    margin-bottom: 34px;
}
.areaTitle.bigText .jp {
    font-size: 48px;
    letter-spacing: 0;
}
.areaTitle.bigText .en {
    top: 0;
}
.area .areaSub{
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 2px;
    text-align: center;
}



/*areaTitle*/

/* FOOTER */
#footer {
    width: 100%;
    background: #fff;
    padding: 66px 0 61px;
}
#footer .wrapFoot{
    padding: 0 189px 0 108px;
}
#footer .footLeft{
    float: left;
}
#footer .footLeft .logo {
    margin-left: 2px;
}
#footer .footLeft .logo .txtLogo{
    font-size: 16px;
    margin-right: 6px;
    letter-spacing: 1.4px;
}
#footer .footLeft .logo .imgLogo{
    width: 152px;
    display: inline-block;
    vertical-align: 3px;
}
#footer .footLeft .textFoot{
    margin-top: 15px;
    display: block;
    line-height: 24px;
}
#footer .footRight{
    float: right;
    margin-top: 14px;
}
#footer .footRight .menuFoot{
    margin-bottom: 18px;
}
#footer .footRight .menuFoot li{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
#footer .footRight .menuFoot li a{
    display: block;
    font-weight: bold;
    font-size: 14px;
    position: relative;
}

#footer .footRight .menuFoot li a:before{
    content: "";
    position: absolute;
    bottom: -2px;
    left: -2px;
    width: 0;
    height: 2px;
    background-image: linear-gradient(to right, #33547C , #0080A1);
    transition: all 0.5s;
}
#footer .footRight .menuFoot li a:hover:before{
    width: calc(100% + 4px);
}
#copyright{
    text-align: center;
    padding: 36px 0 39px;
    color: #fff;
    font-size: 14px;
    background: #ACC5E0;
}
#footer .footRight .listBtn{
    overflow: hidden;
    text-align: right;
    margin-right: 1px;
}
#footer .footRight .listBtn li{
    width: 212px;
    display: inline-block;
    float: none;
    margin-right: 0;
    margin-left: 7px;
}

.macOs #header .headInfo .mainMenu{
    margin-top: 0;
}
.sp {
    display: none;
}

/* FIX TABLET */

@media(max-width: 1400px) and (min-width: 769px){
    #header{
        padding-right: 30px;
    }
    #header .logo{
        width: 350px;
    }
    #header .logo a{
        text-align: center;
        padding: 53px 20px 54px;
    }
    #header .headInfo{
        width: calc(100% - 350px);
    }
}
@media (max-width: 1285px) and (min-width: 769px) {
    #header .logo{
        width: 280px;
    }
    #header .logo a{
        padding: 53px 10px 54px;
    }
    #header .headInfo{
        width: calc(100% - 280px);
    }
}

@media (max-width: 1230px) and (min-width: 769px) {
    #header{
       width: 1349px; 
    }
    #header .logo{
        width: 350px;
    }
    #header .headInfo{
        width: calc(100% - 350px);
    }
    body {
        width: 1349px;
    }
}

/* PC ONLY */
@media (min-width: 769px) {
    #header.scrollX{
        width: 1349px;
    }
}

/* STYLE MOBILE */
@media (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .inner {
        width: 100%;
        padding: 0 4%;
    }

    /* MENU */
    .hambuger {
        width: 68px;
        height: 68px;
        padding: 0 5px;
        float: right;
        z-index: 9991;
        background: #fff;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .hambuger span {
        display: block;
        height: 2px;
        width: 20px;
        margin: 0 auto;
        background: #33547C;
        -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;
    }

    .hambuger span:last-child{
        background: transparent;
        height: auto;
        width: 100%;
        margin-bottom: 4px;
        transform: translateY(7px);
        font-size: 10px;
        font-weight: bold;
        color: #33547C;
    }

    .hambuger span.hide{
        display: none;
    }

    .hambuger span:nth-child(1) {
        margin-bottom: 5px;
    }

    .hambuger span:nth-child(2) {
        opacity: 1
    }

    .hambuger span:nth-child(3) {
        margin-top: 5px;
    }

    .hambuger.open span:nth-child(1) {
        margin-bottom: -2px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 30px;
        height: 3px;
    }
    .hambuger.open span:nth-child(2) {

        opacity: 0;

    }
    .hambuger.open span:nth-child(3) {
        margin-top: -3px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 30px;
        height: 3px;
    }
    #header{
        padding: 0;
    }
    #header .logo{
        margin-bottom: 0;
        width: calc(100% - 68px);
    }

    #header .logo a{
        margin-bottom: 0;
        padding: 22px 0 23px 24px;
    }
    #header .headInfo{
        padding: 0;
        width: auto;
        float: none;
        text-align: center;
    }
    #header .headInfo .tel.pc{
        display: none;
    }
    #header .headInfo .tel.sp{
        display: block;
    }
    #header .headInfo .tel{
        display: block;
        margin: 0 auto;
        width: 239px;
    }
    #header .headInfo .listBtn.pc{
        display: none;
    }
    #header .headInfo .listBtn.sp{
        display: block;
    }
    #header .logo .txtLogo{
        font-size: 10px;
        margin-right: 3px;
    }
    #header .logo .imgLogo{
        width: 100px;
    }
    #header .headInfo .mainMenu{
        display: none;
        margin: 0;
        width: 100%;
        height: calc(100vh - 68px);
        position: fixed;
        top: 68px;
        left: 0;
        z-index: 9999;
        background: #fff;
        overflow-y: auto;
        overflow-x: hidden;
    }
    #header .headInfo .mainMenu .menu{
        width: 108%;
        margin: 0 -4% 32px;
        text-align: center;
    }
    #header .headInfo .mainMenu .menu li{
        display: block;
        width: 100%;
        margin: 0;
    }
    #header .headInfo .mainMenu .menu li.sp{
        display: block;
    }
    #header .headInfo .mainMenu .menu li a{
        font-size: 16px;
        border-bottom: 1px solid #ACC5E0;
        padding: 25px 0 22px;
    }

    #header .headInfo .mainMenu .listBtn{
        margin-right: 0;
        padding: 0 18px;
        margin-bottom: 31px;
        text-align: center;
        width: 100%;
        margin-top: 36px;
    }
    #header .headInfo .mainMenu .listBtn li{
        width: 100%;
        margin: 0;
        max-width: 414px;
    }
    #header .headInfo .mainMenu .listBtn li a{
        padding: 20px 0 19px;
    }
    #header .headInfo .mainMenu .listBtn li.mail{
        margin-bottom: 14px;
    }

    #header .headInfo .mainMenu .menu li a:before{
        bottom: 0;
    }
    /*areaIntro*/
    .areaIntro {
        padding: 0;
        margin-bottom: 25px;
    }
    
    .areaIntro .introSub {
        line-height: 24px;
        text-align: justify;
        letter-spacing: 0;
    }
    /*areaIntro*/

    /*areaTitle*/
    .area .areaSub {
        text-align: left;
        letter-spacing: 0;
        text-align: justify;
        line-height: 1.5;
    }
    .areaTitle {
        padding: 17px 0 18px;
        margin-bottom: 15px;
        overflow: visible;
    }
    .areaTitle .jp {
        font-size: 20px;
        line-height: 21.5px;
        letter-spacing: 2px;
    }
    .areaTitle .en {
        top: -4px;
        max-width: 77%;
        width: 100%;
    }
    .areaTitle:after {
        width: 16px;
        border-bottom: 1px solid #ACC5E0;
    }

    .areaTitle.bigText {
        padding: 17px 0 18px;
        margin-bottom: 15px;
    }
    .areaTitle.bigText .jp {
        font-size: 24px;
        line-height: 32px;
    }
    .areaTitle.bigText .en {
        /*top: -16px;*/
    }
    /*areaTitle*/
    #footer{
        padding: 10px 0 28px;
    }
    #footer .wrapFoot{
        padding: 0;
        text-align: center;
    }
    #footer .footLeft{
        float: none;
    }
    #footer .footLeft .textFoot{
        margin-top: 9px;
        font-size: 16px;
    }
    #footer .footLeft .logo .txtLogo{
        margin-right: 8px;
    }
    #footer .footRight{
        float: none;
    }
    #footer .footRight .menuFoot{
        width: 108%;
        margin: 0 -4% 32px;
    }
    #footer .footRight .menuFoot li{
        display: block;
        width: 100%;
        margin: 0;
    }
    #footer .footRight .menuFoot li a{
        font-size: 16px;
        border-bottom: 1px solid #ACC5E0;
        padding: 25px 0 22px;
    }
    #footer .footRight .tel{
        width: 240px;
        margin: 0 auto 34px;
    }
    #footer .footRight .listBtn{
        margin-right: 0;
        padding: 0 3px;
        margin-bottom: 33px;
        text-align: center;
    }
    #footer .footRight .listBtn li{
        width: 100%;
        margin: 0;
        max-width: 414px;
    }
    #footer .footRight .listBtn li a{
        padding: 19px 0 20px;
    }
    #footer .footRight .listBtn li.mail{
        margin-bottom: 15px;
    }
    #copyright,
    .copyright{
        background: #fff;
        color: #32363B;
        border-top: 1px solid #ACC5E0;
        font-size: 11px;
        letter-spacing: 0.4px;
        padding: 17px 0 22px;
    }
    .listBtn li a{
        border-radius: 7px;
        background: url(../images/common/btn-people-bg-sp.png) repeat-x top left;
        background-size: contain;
    }
    .listBtn li.mail a {
        background: url(../images/common/btn-mail-bg-sp.png) repeat-x top left;
        background-size: contain;
    }
    .listBtn li a span{
        font-size: 16px;
    }
    .listBtn li a:before{
        width: 22px;
        height: 15px;
    }
    .listBtn li.people a:before{
        width: 21px;
        height: 21px;
    }

    .fixBot{
        position: fixed;
        bottom: 0px;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.8);
        text-align: center;
        padding: 12px 5px;
    }
    .fixBot .listBtn li{
        float: none;
        display: inline-block;
        margin-right: 1px;
        max-width: 171px;
        width: 100%;
    }
    .fixBot .listBtn li a{
        padding: 18px 0 20px;
        background-size: contain;
    }
    
}

/*IE FIX*/
@media all and (-ms-high-contrast:none) {
    
}

/*IP5*/
@media(max-width: 320px) {
    .fixBot .listBtn li{
        max-width: 145px;
    }
}