@charset "utf-8";
@import url("base.css");
/***************************************************************************
 *
 * COMMON STYLE
 *
 ***************************************************************************/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
.noto {
    font-family: "Noto Sans JP", sans-serif;
}
.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;
}
body {
    background-color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    opacity: 0;
    transition: opacity 500ms linear;
}
body.fixed {
    overflow: hidden;
}
.inner {
    width: 1084px;
    margin: 0 auto;
    padding: 0 30px;
}
.areaSale {
    position: absolute;
    left: 15.5%;
    top: -71px;
    display: block;
}
.areaSaleSp {
    display: none;
}
/*VALIDATE CONTACT*/

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

#header {
    width: 100%;
    background-color: #fff;
}
#header .headerBar .textHeadFixed {
    padding-top: 3px;
    border-bottom: 1px solid #0098ff;
}
#header .headerBar .textHeadFixed .text {
    padding: 0 8px;
    font-size: 12px;
    letter-spacing: -0.45px;
}
#header .headerBar .headerContent {
    display: flex;
    align-items: center;
    padding: 0 0 0 7px;
}
#header .headerBar .headerContent .HCLeft {
    display: flex;
    align-items: center;
}
#header .headerBar .headerContent .HCLeft .logo {
    margin-top: 11px;
}
#header .headerBar .headerContent .HCLeft .logo a img {
    width: 338px;
}
#header .headerBar .headerContent .HCLeft .panda {
    margin-left: 13px;
    margin-top: 2px;
}
#header .headerBar .headerContent .HCLeft .panda img {
    width: 220px;
}
#header .headerBar .headerContent .HCRight {
    margin-left: 9px;
    margin-top: 2px;
}
#header .headerBar .headerContent .HCRight .slogan {
    margin-bottom: 7px;
}
#header .headerBar .headerContent .HCRight .slogan img {
    width: 437px;
}
#header .headerBar .headerContent .HCRight .btnCta {
    display: flex;
}
#header .headerBar .headerContent .HCRight .btnCta .btn:not(:last-child) {
    margin-right: 7px;
}
#header .headerBar .headerContent .HCRight .btnCta .btn a {
    display: block;
}
#header .headerBar .headerContent .HCRight .btnCta .btnTel a img {
    width: 221.5px;
}
#header .headerBar .headerContent .HCRight .btnCta .btnContact a img {
    width: 206.5px;
}
#header .mainMenu {
    background-color: #093c64;
    margin-top: 2px;
}
#header .mainMenu .menu {
    display: flex;
}
#header .mainMenu .menu>li {
    width: 100%;
}
#header .mainMenu .menu>li>a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 12px 0 14px;
    position: relative;
}
#header .mainMenu .menu>li>a:after {
    content: "";
    height: 32px;
    width: 0;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    border-right: 1px dashed #fff;
}
#header .mainMenu .menu>li>.sub-menu {
    z-index: 99;
}
#header .mainMenu .menu>li>.sub-menu li a {
    display: block;
    background-color: #a6d9ff;
    font-size: 16px;
    position: relative;
    padding: 5.5px 0 7.5px 20px;
    transition: 0.3s;
}
#header .mainMenu .menu>li>.sub-menu li a:before {
    content: "";
    width: 6px;
    height: 10px;
    background: url("../images/common/ico-link.svg") no-repeat center center/cover;
    display: inline-block;
    margin-right: 10px;
}
/* MAIN */

#main {
    position: relative;
}
#main .inner {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 73px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 113px;
}
#main .mainPhoto {
    height: 364px;
}
#main .mainPhoto img {
    width: 100%;
    height: 100%;
}
#main .namePage {
    width: calc(100% - 600px);
    text-align: center;
    padding-top: 54px;
}
#main .namePage .en {
    font-size: 24px;
    letter-spacing: -1.5px;
}
#main .namePage .jp {
    font-size: 36px;
    margin-top: -1px;
}
#main .thumbnalPage {
    width: 503px;
}
/* CONTENT */

#content {
    width: 100%;
    position: relative;
}
.scrollToTop {
    width: 79.5px;
    height: 79.5px;
    position: fixed;
    bottom: 140px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.scrollToTop img {
    width: 100%;
    height: 100%;
}
.scrollToTop.scrolling {
    opacity: 1;
    visibility: visible;
}
/* FOOTER */

#footer {
    width: 100%;
}
#footer .fixedBanner {
    position: fixed;
    bottom: -200px;
    left: 0;
    right: 0;
    z-index: 999;
    transition: 0.3s;
    opacity: 0;
}
#footer.scrolling .fixedBanner {
    bottom: 0;
    opacity: 1;
}
#footer .fixedBanner .btnCta {
    display: flex;
    justify-content: flex-end;
}
#footer .fixedBanner .btnCta .btn a {
    display: block;
}
#footer .fixedBanner .btnCta .btnTel {
    margin-right: 16px;
}
#footer .fInfo {
    padding: 22px 0;
}
#footer .fInfo .fITop {
    display: flex;
    align-items: center;
}
#footer .fInfo .fITop .fInfo1 {
    margin-right: 24px;
}
#footer .fInfo .fITop .fInfo1 img {
    width: 502px;
}
#footer .fInfo .fITop iframe {
    width: 334px;
    height: 188px;
}
#footer .fInfo .fITop .fInfo2 {
    margin-left: 9px;
}
#footer .fInfo .fITop .fInfo2 img {
    width: 148px;
}
#footer .fInfo .fIList {
    display: flex;
    align-items: flex-end;
    margin-top: 18px;
}
#footer .fInfo .fIList li {
    margin-right: 9px;
}
#footer .fInfo .fIList li a {
    display: block;
}
#footer .fInfo .fIList li:first-child {
    margin-right: 15px;
}
#footer .fInfo .fIList li:first-child img {
    width: 171px;
}
#footer .fInfo .fIList li:last-child a img {
    width: 147px;
}
#footer .fInfo .fIList li a img {
    width: 156px;
}
#footer .ftMenu {
    background-color: #0098ff;
    padding: 40px 0 14px;
}
#footer .ftMenu .ftMenuWrapper {
    display: flex;
}
#footer .ftMenu .ftMenuWrapper .infoLeft {
    margin-right: 68px;
    margin-left: 11px;
    margin-top: 6px;
}
#footer .ftMenu .ftMenuWrapper .infoLeft img {
    width: 276px;
}
#footer .ftMenu .ftMenuWrapper .sectionLink {
    margin-right: 23px;
}
#footer .ftMenu .ftMenuWrapper .sectionLink .linkTitle {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 22px;
}
#footer .ftMenu .ftMenuWrapper .sectionLink .menuWrapper {
    display: flex;
}
#footer .ftMenu .ftMenuWrapper .sectionLink .menuWrapper .menu {
    margin-right: 44px;
}
#footer .ftMenu .ftMenuWrapper .sectionLink .menuWrapper .menu li {
    margin-bottom: 7px;
}
#footer .ftMenu .ftMenuWrapper .sectionLink .menuWrapper .menu li a {
    color: #fff;
    position: relative;
    letter-spacing: -0.8px;
}
#footer .ftMenu .ftMenuWrapper .sectionLink .menuWrapper .menu li a:before {
    content: "";
    width: 5px;
    height: 8px;
    background: url("../images/common/ico-link-white.svg") no-repeat center;
    display: inline-block;
    margin-right: 8px;
}
#footer .ftMenu .ftMenuWrapper .listMenu li {
    margin-bottom: 2px;
}
#footer .ftMenu .ftMenuWrapper .listMenu li a {
    color: #fff;
}
#copyright {
    color: #fff;
    margin-left: 11px;
    margin-top: 28px;
}
#hiddenContent {
    background: none;
    padding: 69px 0 0 0;
    overflow: visible;
    display: none;
}
#hiddenContent .listTel li {
    text-align: center;
    margin-bottom: 22px;
}
#hiddenContent .listTel li:last-child {
    margin-bottom: 0;
}
#hiddenContent .listTel li a {
    display: block;
    color: #ff3958;
    width: 763px;
    background: rgba(255, 255, 255, 0.87);
    padding: 22px 0;
}
#hiddenContent .listTel li a img {
    width: 270px;
}
#hiddenContent .listTel li:last-child a img {
    width: 315px;
}
.fancybox-bg {
    background: rgb(0, 0, 0);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.8;
}
.fancybox-slide--html .fancybox-close-small {
    padding: 0;
    width: 49px;
    height: 49px;
    background: url("../images/common/ico-close.svg") no-repeat center center;
    right: 15px;
    top: 0;
    opacity: 1;
}
.fancybox-button svg {
    display: none;
}
.sp {
    display: none;
}
/* FIX TABLET */

@media (max-width: 1101px) and (min-width: 769px) {
    .inner {
        width: 100%;
    }
    #main .thumbnalPage {
        width: 57.5%;
    }
    #main .namePage {
        width: 42.5%;
    }
}
/* BR */

@media(max-width: 1200px) {
    .areaSale {
        top: -60px;
    }
    .areaSale img {
        width: 275px;
    }
}
@media(max-width: 991px) {
    .areaSale {
        top: -50px;
    }
    .areaSale img {
        width: 230px;
    }
}
@media (max-width: 1078px) and (min-width: 769px) {
    #header .mainMenu .menu>li>a {
        font-size: 14px;
        transition: 0.3s;
    }
    #footer .ftMenu .ftMenuWrapper .infoLeft img {
        width: 267px;
        transition: 0.3s;
    }
    #footer .ftMenu .ftMenuWrapper .infoLeft {
        margin-right: 40px;
        transition: 0.3s;
    }
    #footer .ftMenu .ftMenuWrapper .sectionLink .menuWrapper .menu {
        margin-right: 30px;
        transition: 0.3s;
    }
}
@media (max-width: 1000px) and (min-width: 769px) {
    #footer .ftMenu .ftMenuWrapper .listMenu li {
        margin-bottom: 1px;
    }
    #footer .ftMenu .ftMenuWrapper .sectionLink .linkTitle {
        font-size: 14px;
        transition: 0.3s;
    }
    #footer .ftMenu .ftMenuWrapper .sectionLink .menuWrapper .menu li a, #footer .ftMenu .ftMenuWrapper .listMenu li a, #copyright {
        font-size: 12px;
        transition: 0.3s;
    }
    #copyright {
        margin-top: 18px;
    }
    #footer .ftMenu .ftMenuWrapper .infoLeft {
        margin-right: 20px;
    }
    #footer .ftMenu .ftMenuWrapper .sectionLink {
        margin-right: 0;
    }
    #footer .ftMenu .ftMenuWrapper .sectionLink .menuWrapper .menu {
        margin-right: 15px;
    }
}
@media (max-width: 838px) and (min-width: 769px) {
    #footer .ftMenu .ftMenuWrapper .infoLeft img {
        width: 232px;
    }
    #footer .ftMenu .ftMenuWrapper .sectionLink .linkTitle {
        font-size: 13px;
    }
    #footer .ftMenu .ftMenuWrapper .sectionLink .menuWrapper .menu li a, #footer .ftMenu .ftMenuWrapper .listMenu li a, #copyright {
        font-size: 11px;
    }
}
/* PC ONLY */

@media (min-width: 769px) {
    #header .mainMenu .menu>li>a {
        transition: 0.3s;
    }
    #header .mainMenu .menu>li.current_page_item>a, #header .mainMenu .menu>li>a:hover {
        background-color: #d0e9ee;
        color: #0093ff;
    }
    #header .mainMenu .menu>li.menu-item-has-children {
        position: relative;
    }
    #header .mainMenu .menu>li:first-child>a:before {
        content: "";
        height: 32px;
        width: 0;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        border-right: 1px dashed #fff;
    }
    #header .mainMenu .menu>li>.sub-menu {
        position: absolute;
        width: 215px;
        background-color: #a6d9ff;
        opacity: 0;
        visibility: hidden;
        transform: translateY(40px);
        transition: 0.3s;
    }
    #header .mainMenu .menu>li.menu-item-has-children:hover>.sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    #header .mainMenu .menu>li>.sub-menu li a:hover {
        background-color: #0093ff;
        color: #fff;
    }
    #header .mainMenu .menu>li>.sub-menu li a:hover:before {
        background-image: url("../images/common/ico-link-white.svg");
    }
    #header.scrolling .mainMenu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        margin-top: 0;
        -webkit-animation: menuShow 0.3s forwards;
        animation: menuShow 0.3s forwards;
    }
    @-webkit-keyframes menuShow {
        from {
            top: -130px;
        }
        to {
            top: 0;
        }
    }
    @keyframes menuShow {
        from {
            top: -130px;
        }
        to {
            top: 0;
        }
    }
    #footer .fixedBanner .btnCta .btnTel a img {
        width: 111px;
    }
    #footer .fixedBanner .btnCta .btnContact a img {
        width: 100px;
		margin-right: 16px;
    }
	#footer .fixedBanner .btnCta .btnRecruit a img {/*追加　20250605*/
        width: 101px;
    }
    /*#footer .fInfo .fIList .telE a, #hiddenContent .listTel li a {
        pointer-events: none;
    }*/
    #footer .ftMenu .ftMenuWrapper .sectionLink .menuWrapper .menu li a, #footer .ftMenu .ftMenuWrapper .listMenu li a {
        transition: 0.3s;
    }
    #footer .ftMenu .ftMenuWrapper .sectionLink .menuWrapper .menu li a:hover, #footer .ftMenu .ftMenuWrapper .listMenu li a:hover {
        opacity: 0.6;
    }
}
/* STYLE MOBILE */

@media (max-width: 768px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .inner {
        width: 100%;
        padding: 0 4%;
    }
    .areaSale {
        display: none;
    }
    .areaSaleSp {
        display: block;
        position: absolute;
        top: 14.5%;
        right: 20px;
    }
    .areaSaleSp img {
        width: 166px;
    }
    #header .headerBar .headerContent.pc {
        display: none;
    }
    #header .headerBar .spWrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 0 8px;
    }
    #header .headerBar .spWrapper .logo img {
        width: 213px;
    }
    #header .headerBar .inner {
        padding: 0 3.4%;
    }
    /* MENU */
    .hamburger {
        width: 38px;
        z-index: 9991;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        margin-top: 2px;
    }
    .hamburger span {
        display: block;
        height: 2px;
        width: 100%;
        background: #0098ff;
        transform: rotate(0deg);
        transition: 0.25s ease-in-out;
    }
    .hamburger span:nth-child(1) {
        margin-bottom: 8.5px;
    }
    .hamburger span:nth-child(2) {
        opacity: 1;
    }
    .hamburger span:nth-child(3) {
        margin-top: 8.5px;
    }
    .hamburger.open span:nth-child(1) {
        transform: translate(1px, 11px) rotate(45deg);
    }
    .hamburger.open span:nth-child(2) {
        opacity: 0;
    }
    .hamburger.open span:nth-child(3) {
        transform: translate(1px, -10px) rotate(-45deg);
    }
    .hamburger .text {
        color: #735319;
        font-size: 9px;
        font-weight: bold;
        margin-top: 7px;
    }
    #header {
        box-shadow: 0 0 3px #dedede;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }
    #header .mainMenu {
        margin-top: 0;
        background-color: #fff;
        display: none;
        height: calc(100vh - 65px);
        overflow-y: auto;
        padding-bottom: 75px;
    }
    #header .mainMenu .inner {
        padding: 0;
    }
    #header .mainMenu .menu {
        display: block;
    }
    #header .mainMenu .menu>li:not(:last-child) {
        margin-bottom: 3px;
    }
    #header .mainMenu .menu>li>a {
        text-align: left;
        font-size: 14px;
        background-color: #0093ff;
        padding: 13px 25px;
    }
    #header .mainMenu .menu>li>a:after {
        display: none;
    }
    #header .mainMenu .menu>li>.sub-menu {
        background-color: #a6d9ff;
        padding-bottom: 8px;
    }
    #header .mainMenu .menu>li>.sub-menu li a {
        font-size: 13px;
    }
    /*MAIN*/
    #main .inner {
        flex-direction: column;
        top: 54px;
        padding: 0;
    }
    #main .mainPhoto {
        height: auto;
    }
    #main .namePage {
        width: 100%;
        padding-top: 0;
    }
    #main .namePage .en {
        font-size: 10px;
        letter-spacing: 0;
    }
    #main .namePage .jp {
        font-size: 18px;
        margin-top: 0;
    }
    #main .thumbnalPage {
        width: 67%;
        margin: 51px auto 0;
    }
    /*MAIN*/
    .scrollToTop {
        width: 55px;
        height: 55px;
        bottom: 15vw;
    }
    #footer.scrolling .fixedBanner {
        bottom: 0;
    }
    #footer.scrolling .fixedBanner .inner {
        padding: 0;
    }
    #footer .fixedBanner .btnCta .btnTel {
        margin-right: 0;
    }
    #footer .fixedBanner .btnCta .btn a img {
        width: 100%;
    }
    #footer .ftMenu .ftMenuWrapper .infoLeft img {
        width: 198px;
    }
    .fancybox-slide--html {
        padding: 6px 32px;
    }
    .fancybox-slide--html .fancybox-close-small {
        width: 35px;
        height: 35px;
        top: 0;
        right: 13px;
    }
    #hiddenContent {
        width: 100%;
        max-width: 375px;
        padding: 49px 0 0 0;
    }
    #hiddenContent .listTel li {
        margin-bottom: 15px;
    }
    #hiddenContent .listTel li a {
        width: 100%;
        padding: 16.5px 0;
    }
    #hiddenContent .listTel li a img {
        width: 184px;
    }
    #hiddenContent .listTel li:last-child a img {
        width: 214px;
    }
    #footer .ftMenu {
        padding: 21px 0 84px;
    }
    #footer .ftMenu .ftMenuWrapper .infoLeft {
        margin-left: 12px;
    }
    #copyright {
        font-size: 8px;
        letter-spacing: 0.3px;
        margin-top: 18px;
    }
}
/*IE FIX*/

@media all and (-ms-high-contrast: none) {
    body {
        overflow-x: hidden;
    }
    #copyright {
        font-size: 15px;
    }
    #footer .ftMenu .ftMenuWrapper .sectionLink .menuWrapper .menu li a {
        line-height: 1.55;
    }
}
/*IP5*/

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