@charset "utf-8";

@import url("base.css");

/***************************************************************************
 *
 * COMMON STYLE
 *
 ***************************************************************************/

.notoSans {
    font-family: "Noto Sans JP", sans-serif;
    font-display: swap;
}
.roboto {
    font-family: "Roboto", sans-serif;
    font-display: swap;
}


body {
    background-color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    font-family: "Noto Sans JP", sans-serif;
    font-display: swap;
}

body.fixed {
    overflow: hidden;
}

.inner {
    max-width: 1080px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}

/*VALIDATE CONTACT*/
.error {
    display: block;
    font-size: 14px;
    color: red;
}

label.error {
    margin-top: 10px;
}

/* HEADER */
#header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: #ffffff;
    z-index: 999;
    padding: 17px 0;
}

#header.headerScroll {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

#header .inner {
    max-width: 1240px;
    padding: 0 20px;
}
#header .wrapHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header .wrapHeader .headerBar {
    width: 201px;
    margin-right: 20px;
}
#header .wrapHeader .headerBar .logo {
}
#header .wrapHeader .headerBar .logo a {
    display: block;
}
#header .wrapHeader .headerBar .logo a img {
    width: 100%;
}
#header .wrapHeader .mainMenu {
    width: calc(100% - 221px);
}
#header .wrapHeader .mainMenu .wrapMenu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#header .wrapHeader .mainMenu .wrapMenu .menu {
    display: flex;
    margin-right: 26px;
    width: calc(100% - 242px);
    justify-content: flex-end;
}
#header .wrapHeader .mainMenu .wrapMenu .menu li {
    margin: 0 25px;
}
#header .wrapHeader .mainMenu .wrapMenu .menu li:last-child {}
#header .wrapHeader .mainMenu .wrapMenu .menu li a {
    display: block;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}
#header .wrapHeader .mainMenu .wrapMenu .contactHeader {
    width: 216px;
}
#header .wrapHeader .mainMenu .wrapMenu .contactHeader a {
    display: block;
    background: #ff4500FF;
    border-radius: 70px;
    padding: 8px 33px 11px 31px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    letter-spacing: 1.2px;
    border: 1px solid transparent;
}
#header .wrapHeader .mainMenu .wrapMenu .contactHeader a .txtContactHeader {
    position: relative;
    padding-left: 29px;
}
#header .wrapHeader .mainMenu .wrapMenu .contactHeader a .txtContactHeader:before {
    content: "";
    position: absolute;
    background: url('../images/common/icon-mail-header.svg') no-repeat;
    background-size: 100%;
    width: 20px;
    height: 15px;
    top: 56%;
    transform: translateY(-50%);
    left: 1px;
}

#fixH {
    height: 80px;
}

/* CONTENT */
#content {
    width: 100%;
}

.wrapTitle {}
.wrapTitle .titleEn {
    color: #ff4500;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    text-align: center;
}  
.wrapTitle .titleItem {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}

.wrapTitle .titleItem .experienceColBlue {
    color: #249ea6;
}

/* FOOTER */
#footer {
    width: 100%;
}
#copyright {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
    background: #333333;
    padding: 27px 30px 29px;
}

/* SHOW HIDE PC SP */
@media (min-width: 769px) {
    .hover:hover {
        opacity: 0.6;
    }
    .sp {
        display: none;
    }

    #header .wrapHeader .mainMenu {
        display: block !important;
        margin-top: 1px;
    }
}

@media (max-width: 1100px) and (min-width: 769px) {
    #header .wrapHeader .mainMenu .wrapMenu .menu li {
        margin: 0 1.3vw;
    }
}
@media (max-width: 1000px) and (min-width: 769px) {
    #header .wrapHeader .headerBar {
        width: clamp(150px, 20.1vw, 201px);
        margin-right: 1vw;
    }

    #header .wrapHeader .mainMenu {
        width: calc(100% - clamp(150px, 20.1vw, 201px) - 1vw);
    }

    #header .wrapHeader .mainMenu .wrapMenu .menu {
        width: calc(100% - clamp(150px, 21.6vw, 216px) - 1.2vw);
        margin-right: 1.2vw;
    }

    #header .wrapHeader .mainMenu .wrapMenu .menu li a {
        font-size: clamp(14px, 1.6vw, 16px);
    }

    #header .wrapHeader .mainMenu .wrapMenu .contactHeader {
        width: clamp(150px, 21.6vw, 216px);
    }

    #header .wrapHeader .mainMenu .wrapMenu .contactHeader a {
        font-size: clamp(14px, 1.6vw, 16px);
        padding: 9px clamp(14px, 1.1vw, 31px) 12px;
    }

    .wrapTitle .titleItem {
        font-size: 34px;
    }
}

@media (min-width: 769px) {
    #header .wrapHeader .mainMenu .wrapMenu .menu li a:hover {
        color: #249EA6;
    }
    #header .wrapHeader .mainMenu .wrapMenu .contactHeader a:hover {
        background: #ffffff;
        color: #ff4500;
        border-color: #ff4500;
    }
    #header .wrapHeader .mainMenu .wrapMenu .contactHeader a:hover .txtContactHeader:before {
        background-image: url('../images/common/icon-mail-hover.svg');
    }
}


/* STYLE MOBILE */
@media (max-width: 768px) {
    .hover:hover {
        opacity: 1;
    }
    .pc {
        display: none;
    }

    .inner {
        width: 100%;
        padding: 0 4%;
    }

    /* MENU */
    .hamburger {
        width: clamp(25px, 6.6vw, 45px);
        height: clamp(25px, 6.6vw, 45px);
        z-index: 9991;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .hamburger span {
        display: block;
        height: 2px;
        width: 100%;
        background: #000;
        -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: clamp(6px, 1.6vw, 12px);
    }

    .hamburger span:nth-child(2) {
        opacity: 1
    }

    .hamburger span:nth-child(3) {
        margin-top: clamp(6px, 1.6vw, 12px);
    }

    .hamburger.open span:nth-child(1) {
        margin-bottom: -2px;
        -webkit-transform: rotate(33deg);
        -moz-transform: rotate(33deg);
        transform: rotate(33deg);
    }

    .hamburger.open span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.open span:nth-child(3) {
        margin-top: -2px;
        -webkit-transform: rotate(-33deg);
        -moz-transform: rotate(-33deg);
        transform: rotate(-33deg);
    }

    #header {
        padding: 4vw 0;
        padding: clamp(15px, 4vw, 20px) 0;
        left: -1%;
        width: 102%;
        transform: none;
    }

    #header .inner {
        padding: 0 5%;
    }

    #header .wrapHeader .headerBar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-right: 0;
    }

    #header .wrapHeader .headerBar .logo {
        width: clamp(143px, 38.2vw, 293px);
    }

    #header .wrapHeader .mainMenu {
        display: none;
        width: 100%;
        position: fixed;
        overflow-y: auto;
        height: calc(100vh - clamp(60px, 16.1vw, 100px));
        top: clamp(58px, 15.8vw, 100px);
        left: 0;
        width: 100%;
        background: #fff;
        padding: 55px 48px 50px;
        margin: 0;
        z-index: 99;
    }

    #header .wrapHeader .mainMenu .wrapMenu {
        flex-direction: column;
    }
    #header .wrapHeader .mainMenu .wrapMenu .menu {
        flex-direction: column;
        width: 100%;
        margin-right: 0;
        margin-bottom: 48px;
    }

    #header .wrapHeader .mainMenu .wrapMenu .menu li {
        margin: 0 0 47.6px;
    }
    #header .wrapHeader .mainMenu .wrapMenu .menu li:last-child {
        margin-bottom: 0;
    }
    #header .wrapHeader .mainMenu .wrapMenu .menu li a {
        text-align: center;
        font-size: clamp(16px, 4.2vw, 20px);
    }

    #header .wrapHeader .mainMenu .wrapMenu .contactHeader {
        width: clamp(216px, 57.6vw, 250px);
    }

    #header .wrapHeader .mainMenu .wrapMenu .contactHeader a {
        font-size: clamp(16px, 4.2vw, 20px);
        padding: 9px 31px 10px 31px;
    }

    #header .wrapHeader .mainMenu .wrapMenu .contactHeader a .txtContactHeader {
        padding-left: clamp(24px, 6.5vw, 30px);
    }

    #header .wrapHeader .mainMenu .wrapMenu .contactHeader a .txtContactHeader:before {
        width: clamp(20px, 5.3vw, 24px);
        height: clamp(15px, 4vw, 18px);
        top: 54%;
        left: -1px;
    }

    #fixH {
        height: clamp(60px, 16.1vw, 101px);
    }

    .wrapTitle .titleItem {
        font-size: clamp(24px, 6.4vw, 30px);
    }

    .wrapTitle .titleEn {
        margin-bottom: 5px;
    }

    #copyright {
        font-size: clamp(14px, 3.7vw, 18px);
        padding: 15px 30px 105px;
    }

    
    /* consultBtn */
    .consultBtn {
        display: none; 
        position: fixed;
        left: 50%;
        display: none; 
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
        width: clamp(250px,50vw,350px);
        z-index: 3;
    }
    .consultBtn a {
        position: relative;
        display: block;
        text-align: center;
        font-size: clamp(18px, 4.8vw, 24px);
        font-weight: bold;
        letter-spacing: 1.8px;
        color: #fff;
        background: #18CB96;
        padding: clamp(17px,4vw,25px) 57px clamp(16px,4vw,25px) 34px;
        border-radius: 5px;
        box-shadow: 4px 4px 8px rgba(0,0,0,0.25);

    }

    .consultBtn a:before {
        content: "";
        position: absolute;
        background: url(../images/common/icon-mail-header.svg) no-repeat;
        background-size: 100%;
        width: clamp(26px, 7vw, 39px);
        height: clamp(20px, 5.4vw, 33px);
        top: 51%;
        transform: translateY(-50%);
        left: 14px;
    }
    .consultBtn a:after {
        content: "";
        position: absolute;
        background: url(../images/common/icon-consult.svg) no-repeat;
        background-size: 100%;
        width: clamp(48px, 12.8vw, 68px);
        height: clamp(48px, 12.8vw, 68px);
        top: 50%;
        transform: translateY(-50%);
        right: 16px;
    }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
    #header .wrapHeader .mainMenu {        
        height: calc(100vh - clamp(60px, 13.1vw, 101px));
        top: clamp(60px, 13.1vw, 101px);
    }
}