@charset "utf-8";
@import url("base.css");

/***************************************************************************
 *
 * COMMON STYLE
 *
 ***************************************************************************/
<style> @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;500;700&display=swap'); </style>
.hirakaku {
    /*font-family: HiraKakuProN-W3, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ ProN W3, ヒラギノ角ゴ Pro W3, Hiragino Sans, Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体, メイリオ, sans-serif;*/
}

.sans {
    font-family: 'Noto Sans JP', sans-serif;
}

.serif {
    font-family: 'Noto Serif JP', serif;
}

body {
    background: url(../../img/client/common/background.png) no-repeat  center top/100%;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
    font-family: 'Noto Sans JP', sans-serif;
}

body.fixed {
    overflow: hidden;
}

.inner {
    max-width: 1460px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}


/*VALIDATE CONTACT*/

.error {
    display: block;
    font-size: 12px;
    color: red;
}


/* HEADER */

#header {
    width: 100%;
    padding: 0;
}
#header .mainMenu.removeOverflow{
    overflow: visible;
}
#header .headerBar{
    padding: 27px 0 9px;
}
.headerBar .inner {
    max-width: 1460px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerBar .logo {
    /* width: 12%; */
    margin-top: 7px;
    margin-left: -1px;
    width: 293px;
}

/* .mainMenu {
    width: 43.3%;
    display: flex;
    justify-content: left;
    align-items: center;
} */

.mainMenu .menu {
    display: flex;
    width: 100%;
    transform: translateY(3px);
}

.mainMenu .menu > li {
    display: inline-block;
    margin-right: 19px;
    position: relative;
}
.mainMenu .menu li.mr-0 {
    margin-right: 0;
}
.mainMenu .menu li.mr-0 a {
    /* padding: 13px 13px; */
}
.mainMenu .menu li.pc {
    display: inline-block;
}
.mainMenu .menu li.sp {
    display: none;
}

.mainMenu .menu li a {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 14px 14px;
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    background: #008829;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}

.mainMenu .menu li a img{
    margin: -6px 12px 0 1px;
    width: 42px;
}
.mainMenu .menu li a .txt{
    display: inline-block;
    min-width: 109px;
}

.mainMenu .menu li > ul.subMenu{
    display: none;
    position: absolute;
    top: 47px;
    right: 0;
    width: 100%;
    background-color: #fff;
    color: #004A16;
    border-radius: 5px;
    padding: 5px;
    min-width: 170px
}

.mainMenu .menu li > ul.subMenu li a{
    display: block;
    text-align: center;
    color: #004A16;
    background: #FFFFFF;
    box-shadow: none;
}
.mainMenu .menu li > ul.subMenu li a:hover{
    background: #75D833;
}

.mainMenu .menu li > ul.subMenu li:not(:first-child) {
    margin-top: 5px;
}

.mainMenu .menu li > ul.subMenu li + li{
    padding-top: 5px;
    border-top: 1px solid #004A16;
}

#main {
    margin: 40px 0 75px;
}
#main img{
    width: 100%;
}
/* CONTENT */

#content {
    width: 100%;
    margin-bottom: 32px;
}
.boxBtn{
    width: 558px;
    margin: 0 auto;
}


.areaBtn {
    max-width: 250px;
    width: 100%;
}
.boxBtn.btnTwo{
    align-items: center;
    display: flex;
    justify-content: space-around;
    width: 620px;
    margin: 0 auto;
}

.boxBtn.btnTwo .areaBtn{
    display: inline-block;
}

.btn {
    display: block;
    font-size: 25px;
    border: none;
    padding: 18px 0 14px;
    border-radius: 12px;
    box-shadow: 0px 7px 0px 0px #454545, 0px 0px 7px 0px rgba(120, 120, 120, 0.4);
    color: white;
    background: #454545;
    cursor: pointer;
    transition: all 0.16s;
    text-align: center;
    position: relative;
    top: 0;
    letter-spacing: 0.5px;
    font-weight: bold;
}
.btn.btnGreen,.btn.btnDarkGreen {
    box-shadow: 0px 7px 0px 0px #004A16, 0px 0px 7px 0px rgba(120, 120, 120, 0.4);
}
.btn:hover{
    box-shadow: 0px 0px 0px 0px #1d7f8a;
    top:5px;
}
.btnDarkGreen {
    background-color: #00982E;
}
.btnGray{
    background-color: #A3A3A3;
}
.btnGreen{
    background-color: #75D833
}

/* FOOTER */

#footer {
    width: 100%;    
    padding: 18px 0 27px;
}

#footer .copyRight{
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 0;
}

.ftMenu {
    display: flex;
    justify-content: center;
}

.ftMenu li {
    padding: 10px;
    overflow: hidden;
}

.ftMenu li a {
    font-size: 30px;
    padding: 0 30.7px;
}

.ftLogo {
    width: 17.5%;
    margin: 69px auto 0;
}

.sp {
    display: none;
}

.areaTitle {
    text-align: center;
    margin-bottom: 63px;
}

.areaTitle .title{
    padding: 0;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    letter-spacing: 1px;
}
.areaTitle .title::after{
    position: absolute;
    content: '';
    height: 2px;
    background: #00982E;
    width: 200px;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
}

/* input style */
.areaForm {
    background: #FFFFFF;
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    padding: 54px 86px 69px;
}
.areaForm .areaInput {
    margin-bottom: 29px;
}
.areaForm .areaInput .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 11px;
    letter-spacing: 1px;
}
.areaForm .areaInput .title .requied {
    background: #E31A3C;
    color: #FFFFFF;
    font-size: 12px;
    margin-left: 8px;
    padding: 0 5px;
    font-weight: 500;
    transform: translateY(-2px);
    display: inline-block;
}
.areaForm .areaInput .boxInput{
    position: relative;
}
.areaForm .areaInput .boxInput .ui-datepicker-trigger{
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
}
.areaForm .areaInput .boxInput .styleInput {
    background: #EFEFEF;
    font-size: 18px;
    border: 1px solid #EFEFEF;
    padding: 17px 12px 17px 14px;
    width: 100%;
    letter-spacing: 0.8px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
}
.areaForm .areaInput .boxInput.two {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.areaForm .areaInput .boxInput.two .styleInput{
    width: 47.7%;
}
.areaForm .areaInput .boxInput .styleInput:focus {
    border: 1px solid #00982E;
}
.areaForm .areaInput .boxInput .styleInput::placeholder {
    color: #CBCBCB;
    letter-spacing: 1px;
}
.areaForm .areaInput .boxInput .styleInput[type="date"]{
    padding: 17px 12px 14px 15px;
}
.areaForm .areaInput .boxInput .styleInput[type="date"]::-webkit-calendar-picker-indicator {
    margin-top: -2px;
    background: url(../../img/client/common/icon-calendar.png) no-repeat;
    background-size: 100%;
    width: 25px;
    height: 27px;
}
.areaForm .areaInput .boxInput.password {
    position: relative;
}

.areaForm .areaInput .boxInput.password .styleInput {
    font: large Verdana,sans-serif;
    font-size: 36px;
    letter-spacing: -0.6px;
    padding: 5px 12px 9px 10px;
}
.areaForm .areaInput .boxInput.password .styleInput[type="text"]{
    font-size: 18px;
    padding: 19px 12px 17px 10px;
}
.areaForm .areaInput .boxInput.password .styleInput::placeholder{
    letter-spacing: -0.8px;
}
.areaForm .areaInput .boxInput .eye.hide {
    position: absolute;
    top: 57%;
    transform: translateY(-51%);
    right: 14px;
    background: url(../../img/client/common/icon-eye-hide2x.png) no-repeat;
    background-size: 100%;
    width: 27px;
    height: 27px;
}
.areaForm .areaInput .boxInput .eye {
    position: absolute;
    top: 59%;
    transform: translateY(-47%);
    right: 14px;
    background: url(../../img/client/common/icon-eye2x.png) no-repeat;
    background-size: 100%;
    width: 27px;
    height: 27px;
}
/* end input style */
/* PC ONLY */
@media (max-width: 1500px){
    body {
        background: url(../../img/client/common/background.png) no-repeat  center top;
        /* height: 100vh; */
    }
}
@media (min-width: 769px) {
    .mainMenu .menu li a:hover{
        opacity: 1;
        background: #75D833;
    }
    .hoverBtn {
        position: relative;
    }

    .hoverBtn:before,
    .hoverBtn:after {
        content: "";
        border-bottom: solid 2px #ccc;
        position: absolute;
        bottom: 0;
        width: 0;
    }
    .mainMenu .menu li > ul.subMenu li a:hover{
        color: #fff;
    }
    .hoverBtn:before {
        left: 0;
    }

    .hoverBtn:after {
        right: 0;
    }

    .hoverBtn:hover:before,
    .hoverBtn:hover:after {
        width: 50%;
    }

    .hoverBtn:before,
    .hoverBtn:after {
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .headerBar .mainMenu {
        display: flex !important;
    }
}


/* STYLE MOBILE */

@media (max-width: 768px) {
    /* body {
        background: url(../../img/client/common/background.png) no-repeat 100% 100%;
    } */
    .hover:hover{
        opacity: 1;
    }
    .btn:hover{
        top:0;
        box-shadow: 0px 5px 0px 0px #454545, 0px 0px 5px 0px rgba(120, 120, 120, 0.4);
    }
    #main {
        margin: 16px 0 37px;
    }
    #header .headerBar{
        padding: 1px 0 9px;
    }
    #header .headerBar.open {
        padding: 6px 0 14px;
    }
    .bg-box-shadow{
        display: none;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.65);
        z-index: 9;
    }
    .mainMenu .menu li.pc {
        display: none;
    }
    .mainMenu .menu li.sp {
        display: block;
    }
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .inner {
        width: 100%;
        padding: 0 4%;
    }

    #header.showHeader {
        /* position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        right: 0;
        animation: showHeader .9s;
        z-index: 999; */
    }

    @keyframes showHeader {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    /* MENU */
    .hamburger {
        width: 42px;
        height: 38px;
        z-index: 9991;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        margin-top: 15px;
    }
    .hamburger.open {
        width: 55px;
        height: 55px;
        padding: 0px 0 0 23px;
        z-index: 9991;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        /* margin-top: -25px; */
        /* margin-right: -4px; */
        position: fixed;
        top: -29px;
        right: 11px;
    }
    .hamburger span {
        display: block;
        height: 4px;
        width: 100%;
        background: #FFFFFF;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }
    .hamburger img,
    .hamburger.open span {
        opacity: 1;
    }
    .hamburger img{
        width: 100%;
    }
    .hamburger.open img,
    .hamburger span{
        opacity: 0;
    }
    /* .hamburger span:nth-child(2) {
        margin-bottom: 10px;
    }

    .hamburger span:nth-child(3) {
        opacity: 1;
    }

    .hamburger span:nth-child(4) {
        margin-top: 10px;
    } */
    
    .hamburger.open span:nth-child(2) {
        margin-bottom: -6px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .hamburger.open span:nth-child(3) {
        opacity: 0;
    }

    .hamburger.open span:nth-child(4) {
        margin-top: -2px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .headerBar {
        position: relative;
    }

    .headerBar .mainMenu {
        display: none;
        position: fixed;
        width: 67%;
        height: 100vh;
        top: 0;
        right: 0;
        background: #008829;
        z-index: 9;
        overflow-y: auto;
        padding-bottom: 40px;
    }

    .mainMenu .menu {
        flex-direction: column;
        transform: none;
        margin-top: 26.5%;
    }

    .mainMenu .menu > li {
        text-align: center;
        margin: 10px 0 0;
    }

    .mainMenu .menu li > ul.subMenu {
        position: inherit; 
        top: inherit;
        width: calc(100% - 20px);
        margin: 10px auto;
    }

    .mainMenu .menu li a {
        font-size: 16px;
        border: 0;
        display: block;
        box-shadow: none;
        /* text-align: center; */
    }
    .mainMenu .menu li a img{
        margin: -7px 3px 0 3px;
    }

    .mainMenu .menu li a .txt {
        display: block;
        font-size: 16px;
        margin-top: 7px;
        margin-left: 1px;
    }
    .mainMenu .menu li.mr-0 a{
        padding: 0px 10px;
    }
    .mainMenu .menu li.sp{
     margin-top: 11px;
    }
    .mainMenu .menu li.sp a {
        font-size: 18px;
    }
    .mainMenu .menu li.sp a:hover{
        opacity: 1;
    }
    .headerBar .logo {
        z-index: 9;
        margin-top: 18px;
        margin-left: -2px;
        margin: 17px 0 0 -2px;
        width: 214px;
    }
    .headerBar.open{
        padding: 5px 0 14px;
    }
    #content {
        margin-bottom: 1px;
    }
    /* input style */
    .areaTitle {
        margin-bottom: 34px;
    }
    
    .areaTitle .title{
        font-size: 23px;
    }
    .areaTitle .title::after{
        height: 1px;
        width: 150px;
        bottom: -5px;
    }
    .areaForm {
        border-radius: 11px;
        padding: 29px 10px 44px;
    }
    .areaForm .areaInput {
        margin-bottom: 19px;
    }
    .areaForm .areaInput .title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .areaForm .areaInput .title .requied {
        margin-left: 10px;
        padding: 0 4px;
        transform: translateY(0px);
    }
    .areaForm .areaInput .boxInput .styleInput {
        font-size: 16px;
        padding: 8px 10px;
    }
    .areaForm .areaInput .boxInput.two {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .areaForm .areaInput .boxInput.two .styleInput{
        width: 49%;
    }
    .areaForm .areaInput .boxInput .styleInput[type="date"]{
        padding: 7px 18px 5px 10px;
    }
    .areaForm .areaInput .boxInput .styleInput[type="date"]::-webkit-calendar-picker-indicator {
        margin-top: 0;
        width: 14px;
        height: 16px;
    }
    .areaForm .areaInput .boxInput .ui-datepicker-trigger{
        right: 10px;
        width: 19px;
    }
    .areaForm .areaInput .boxInput.password .styleInput[type="text"]{
        font-size: 16px;
        padding: 9px 12px 9px 10px;
    }
    .areaForm .areaInput .boxInput .styleInput[type="password"] {
        font-size: 25px;
        letter-spacing: -0.6px;
        padding: 1px 12px 6px 8px;
    }
    .areaForm .areaInput .boxInput .styleInput[type="password"]::placeholder{
        letter-spacing: 3px;
    }
    .areaForm .areaInput .boxInput .eye.hide{
        top: 60%;
        transform: translateY(-40%);
        width: 22px;
        right: 9px;
    }
    .areaForm .areaInput .boxInput .eye{
        top: 62%;
        transform: translateY(-38%);
        width: 22px;
        right: 9px;
    }
    /* end input style */
    /* btn */
    .boxBtn.btnTwo {
        width: 340px;
    }
    .areaBtn {
        max-width: 150px;
    }
    .btn {
        font-size: 16px;
        padding: 13px 0 13px;
        border-radius: 6px;
        box-shadow: 0px 5px 0px 0px #454545, 0px 0px 5px 0px rgba(120, 120, 120, 0.4);
    }
                                                                                                                                                         
    .btn.btnGreen,.btn.btnDarkGreen {
        box-shadow: 0px 5px 0px 0px #004A16, 0px 0px 5px 0px rgba(120, 120, 120, 0.4);
    }
    /* end btn */

    /* FOOTER */
    #footer {
        padding: 24px 0 20px;
        height: 65px;
        /* position: absolute; */
        bottom: 0;
        right: 0;
        left: 0;
    }
    .ftMenu {
        margin-top: 18px;
    }

    .ftLogo {
        width: 25%;
        margin: 47px auto 0;
    }

    .ftMenu li a {
        font-size: 14px;
        padding: 0 10px;
    }

    .listNetwork.show {
        display: none;
    }

    .listNetwork li {
        margin-bottom: 25px;
        width: 62%;
    }
}
@media (max-width: 500px) {
    .boxBtn.btnTwo {
        width: 100%;
    }
}
@media (max-width: 320px) {
    .ftMenu li {
        margin: 0;
    }

    .ftMenu li a {
        padding: 0px 7px;
    }
}


@media (max-width: 1000px) and (min-width: 769px) {
    .listNetwork {
        left: 30px;
    }

    .listNetwork li {
        width: 80%;
    }
}


/*IE FIX*/

@media (orientation: landscape) and (max-width:768px) {
    .headerBar .mainMenu {
        overflow-y: scroll;
        padding-bottom: 40px;
    }
}

@media all and (-ms-high-contrast: none) {}


/*IP5*/

@media (max-width: 320px) {}