/* font css */
/* noto san cjk jp */

@font-face {
    font-family: 'Noto Sans CJK JP Thin';
    font-style: normal;
    src: url('../fonts/NotoSansCJKjp-Thin.woff') format('woff');
}


@font-face {
    font-family: 'Noto Sans CJK JP Light';
    font-style: normal;
    src: url('../fonts/NotoSansCJKjp-Light.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans CJK JP DemiLight';
    font-style: normal;
    src: url('../fonts/NotoSansCJKjp-DemiLight.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans CJK JP Regular';
    font-style: normal;
    src: url('../fonts/NotoSansCJKjp-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans CJK JP Medium';
    font-style: normal;
    src: url('../fonts/NotoSansCJKjp-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans CJK JP Bold';
    font-style: normal;
    src: url('../fonts/NotoSansCJKjp-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans CJK JP Black';
    font-style: normal;
    src: url('../fonts/NotoSansCJKjp-Black.woff') format('woff');
}

/* source han serif tc */
@font-face {
    font-family: 'Source Han Serif TC ExtraLight';
    font-style: normal;
    src: url('../fonts/SourceHanSerifTC-ExtraLight.woff') format('woff');
}

@font-face {
    font-family: 'Source Han Serif TC Medium';
    font-style: normal;
    src: url('../fonts/SourceHanSerifTC-Medium.woff') format('woff');
}

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

a {
    color: unset;
}

a:focus,
a:hover {
    color: unset;
    text-decoration: none;
}

.d-none {
    display: none !important;
}

/* header */
header .header-left {
    width: 460px;
    position: fixed;
    left: 100px;
    top: 39px;
    z-index: 999;
}

header .header-right {
    width: 90px;
    height: 49px;
    position: fixed;
    right: 100px;
    top: 39px;
    z-index: 999;
}

header .header-left img,
header .header-right img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

header .logo-menu {
    display: none;
}

header .menu {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 0;
    width: 1002px;
    max-height: 1080px;
    background-color: #1E1F20;
    opacity: 0.85;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 39px 100px 0 0;
    display: none;
}
header .menu .btn-close-menu, header .header-right .menu-btn { 
    background-color: unset;
    border: none;
}

header .header-right .menu-btn {
    height: 100%;
    width: 100%;
}

header .menu .list-menu {
    color: #ffffff;
    font-size: 25px;
    font-family: 'Noto Sans CJK JP Bold';
    margin-top: 40px;
}

header .menu .list-menu ul {
    margin: 0;
}

header .menu .list-menu ul li {
    list-style: none;
    padding: 30px 0;
    text-align: right;
    letter-spacing: 4px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .menu .list-menu ul li:first-child {
    padding: 0 0 30px 0;
}

header .menu .list-menu ul li:last-child {
    padding: 30px 0 0 0;
}

header .menu .list-menu ul li::after {
    display: inline-block;
    content: "";
    width: 140px;
    margin: 0 0 0 32px;
}

.close_sp {
    display: none;
}

.menu-active::after, .menu-hover::after {
    border-top: 3px solid #AE8526;
}

.contact-bottom {
    position: fixed;
    right: 0px;
    bottom: 0px;
    display: flex;
    flex-direction: row-reverse;
    z-index: 999;
}

.contact-bottom-active {
    width: 1002px;
}

.btn-contact-bottom {
    width: 100px;
    height: 335px;
    background-color: #AE8526;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 9px;
    font-size: 30px;
    font-family: 'Noto Sans CJK JP Regular';
    color: #ffffff;
    border: none;
}

.btn-contact-bottom .btn-contact-bottom-text {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin: 0;
}

.content-contact-bottom {
    height: 335px;
    background-color: #AE8526;
    color: #ffffff;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 0 48px 79px;
    display: none;
    width: calc(100% - 100px);
}

.content-contact-bottom a:hover {
    color: #20335C;
}

.content-contact-bottom .contact-line {
    border-top: 3px solid #ffffff;
}

.content-contact-bottom .contact-phone {
    letter-spacing: 17px;
}

.content-contact-bottom .contact-email {
    letter-spacing: 3px;
}

.content-contact-bottom .contact-phone, .content-contact-bottom .contact-email {
    font-size: 45px;
    font-family: 'Noto Sans CJK JP Bold';
}

.content-contact-bottom .contact-text {
    font-size: 25px;
    font-family: 'Noto Sans CJK JP Light';
    word-spacing: 28px;
    letter-spacing: 1px;
}

/* contact */
.contact .about {
    color: #FFFFFF;
    padding: 190px 100px 215px;
    position: relative;
}

.contact .about::before {
    background: url("../images/shutterstock_1932155840.jpg") center no-repeat;
    background-size: cover;
    filter: brightness(80%);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
}

.contact .about {
    font-family: "Noto Sans CJK JP Medium";
}

.contact .about .title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 84px;
}

.contact .about .logo-text {
    width: 677px;
    z-index: 1;
}

.contact .about .logo-text img {
    width: 100%;
    object-fit: contain;
}

.contact .about .btn-about {
    font-size: 35px;
    line-height: 47px;
    background-color: #000000;
    width: 691px;
    height: 122px;
    border: none;
    outline: none;
    transition: ease .2s;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding: 0px;
    align-items: center;
    box-shadow: none;
    cursor: pointer;
}

.contact .about .btn-about span:first-child {
    letter-spacing: 10px;
}

.contact .about .btn-about::before {
    content: '';
    position: absolute;
    top: 0;
    left: -130%;
    background: #FFFFFF;
    width: 120%;
    height: 100%;
    transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
}

.contact .about .btn-about:hover::before {
    animation: skewAnime .2s forwards;
    -webkit-animation: skewAnime .2s forwards;
}

.contact .about .btn-about:hover span {
    color: #000000;
    z-index: 1;
}

@keyframes skewAnime {
    100% {
        left: -10%;
    }
}

.contact .about-mr {
    margin-right: 65px;
}

.contact .about-ml {
    margin-left: 46.5px;
}

.contact .content {
    margin: 0;
}

.contact .info, .contact .detail {
    padding: 0;
}

.contact .info {
    letter-spacing: 3px;
}

.contact .office {
    height: 206px;
    margin-bottom: 169px;
}

.contact .main-office {
    font-size: 35px;
    line-height: 55px;
    margin-bottom: 60px;
}

.contact .head-office {
    font-size: 25px;
}

.contact .tel-fax-email {
    font-size: 35px;
    line-height: 47px;
}

.contact .tel-fax-email div:not(:last-child) {
    margin-bottom: 30px;
}

.contact .tel-fax-email a:hover {
    color: #AE8526;
}

.contact .detail .detail-content {
    height: 206px;
    font-size: 30px;
    border-left: 15px solid #97866F;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    letter-spacing: 1px;
}

.contact .detail .detail-content:not(:last-child) {
    margin-bottom: 169px;
}

.contact .map iframe {
    width: 100%;
    height: 100%;
}

.contact .contact-form {
    height: 1700px;
    margin: 240px 0 216px;
}

.contact .contact-form iframe {
    width: 100%;
    height: 100%;
}

/* footer */
footer {
    background-color: #20335C;
    color: #ffffff;
    text-align: center;
    padding: 69px 0 28px;
    letter-spacing: 2px;
    height: 545px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

footer .footer-content {
    font-family: "Noto Sans CJK JP Medium";
    letter-spacing: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 402px;
}

footer .footer-content .privacy_terms {
    font-family: "Noto Sans CJK JP Light";
    font-size: 15px;
    letter-spacing: 2px;
    display: flex;
    justify-content: space-between;
    width: 365px;
    margin: 0 auto;
}

footer .footer-content .phone {
    font-size: 57px;
    line-height: 76px;
}

footer .footer-content .email {
    font-size: 36px;
    line-height: 48px;
    padding: 24px 0 17px;
}

footer .footer-content .address {
    font-size: 20px;
    line-height: 60px;
    word-spacing: 10px;
}

footer .copyright {
    font-family: "Noto Sans CJK JP Regular";
    font-size: 10px;
    line-height: 14px;
}

.mail-underline {
    text-decoration: underline;
}

.mail-underline:hover {
    color: #AE8526;
    text-decoration: underline;
}

.footer-content a:hover {
    color: #AE8526;
}

/* top */
section.top {
    width: 100%;
    height: 1080px;
}

section.top .top-image-template {
    position: absolute;
    width: 100%;
	height: 900px;
    top: 0;
}

section.top .top-image-template img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.top .top_nav {
    font-family: 'Noto Sans CJK JP Bold';
    letter-spacing: 15px;
    color: #1E1F20;
    float: right;
    font-size: 25px;
    padding: 39px 307px 0 0;
    writing-mode: vertical-rl;
    text-orientation: upright;
}

section.top .top_nav ul {
    margin: 0;
}

section.top .top_nav li {
    list-style: none;
    margin-left: 44px;
}

section.top .top_nav li a{
    position: relative;
}

 section.top .top_nav li .top-nav-active::before{
    content: "";
    position: absolute;
    width: 24px;
    height: 28px;
    top: -40px;
    left: 6px;
    background-color: #AE8526;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.main-content {
    width: 100%;
    position: absolute;
}

/* responsive */
@media only screen and (max-width: 1790px) {
    header .menu {
        width: 52%;
    }
    .contact-bottom-active {
        width: 52%;
    }
    /* top */
    section.top .top_nav {
        padding: 39px 16% 0 0;
    }
    section.top .top_nav li {
        margin-left: 12%;
    }
    /* contact */
    .contact .about .logo-text {
        width: 590px;
    }
    .contact .about .btn-about {
        width: 630px;
    }
}

@media only screen and (max-width: 1600px) {
    /* contact */
    .contact .about .logo-text {
        width: 500px;
    }
    
    .contact .about .btn-about, .contact .main-office, .contact .tel-fax-email {
        font-size: 29px;
    }

    .contact .about .btn-about {
        width: 560px;
        height: 100px;
    }

    .contact .about-mr {
        margin-right: 30px;
    }

    .contact .detail .detail-content {
        font-size: 26px;
        border-left-width: 12px;
    }
}

@media only screen and (max-width: 1440px) {
    .content-contact-bottom .contact-text {
        font-size: 23px;
    }
}

@media only screen and (max-width: 1366px) {
    .btn-contact-bottom {
        width: 85px;
    }
    .content-contact-bottom {
        width: calc(100% - 85px);
    }
    .content-contact-bottom .contact-phone, .content-contact-bottom .contact-email {
        font-size: 30px;
    }
    .content-contact-bottom .contact-phone {
        letter-spacing: 5px;
    }
    .content-contact-bottom .contact-text {
        font-size: 16px;
        word-spacing: 10px;
        letter-spacing: 0px;
    }
    /* top */
    section.top .top_nav {
        padding: 39px 18% 0 0;
    }
    section.top .top_nav li {
        margin-left: 5%;
    }
    /* contact */
    .contact .about .logo-text {
        width: 420px;
    }
    .contact .about .btn-about {
        width: 480px;
    }
    .contact .detail .detail-content {
        font-size: 23px;
    }
}

@media only screen and (max-width: 1199px) {
    header .menu .list-menu ul li::after {
        width: 120px;
    }
    header .menu .list-menu {
        font-size: 20px;
    }
    /* top */
    section.top {
        display: flex;
        flex-direction: column-reverse;
        background-image: none;
    }
    section.top .top-image-template {
        display: block;
    }
    section.top .top_nav {
        display: none;
    }
    /* contact */
    .contact .about-ml {
        margin-left: 30px;
    }
    .contact .about .logo-text {
        width: 350px;
    }
    .contact .about .btn-about {
        width: 380px;
        height: 70px;
    }
    .contact .about .btn-about, .contact .main-office, .contact .tel-fax-email {
        font-size: 22px;
    }
    .contact .head-office {
        font-size: 20px;
    }
    .contact .detail .detail-content {
        font-size: 18px;
    }
    .contact .main-office {
        margin-bottom: 70px;
    }
    .contact .office,.contact .detail .detail-content:not(:last-child) {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    header .header-left {
        width: 300px;
        height: auto;
        left: 65px;
        top: 28px;
    }
    header .header-right {
        width: 73px;
        height: auto;
        right: 65px;
        top: 28px;
    }
    header .logo-menu {
        display: block;
        position: absolute;
        left: 65px;
        width: 300px;
    }
    header .logo-menu img {
        width: 100%;
    }
    header .menu {
        width: 100%;
        padding: 28px 65px 0 0;
    }
    header .menu .btn-close-menu {
        width: 73px;
    }
    header .menu .btn-close-menu img {
        width: 100%;
        height: 100%;
        vertical-align: top;
    }
    .contact-bottom-active {
        width: 100%;
    }
    .content-contact-bottom .contact-phone, .content-contact-bottom .contact-email {
        font-size: 45px;
    }
    .content-contact-bottom .contact-phone {
        letter-spacing: 17px;
    }
    .content-contact-bottom .contact-text {
        font-size: 25px;
        word-spacing: 28px;
        letter-spacing: 1px;
    }

    /* contact */
    .contact {
/*        background-color: #20335C;*/
    }
    .contact .about .logo-text {
        width: 260px;
    }
    .contact .about .btn-about {
        width: 420px;
        height: 60px;
        margin-top: 68px;
    }
    .contact .contact-form {
        margin-top: 130px;
        margin-bottom: unset;
    }
    .contact .about .title {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    .contact .about .btn-about {
        width: 100%;
    }
    .contact .about {
        padding: 190px 65px 215px;
    }
    .contact .office {
        margin-bottom: 0;
    }
    .contact .main-office {
        display: flex;
        margin-bottom: 0;
    }
    .contact .head-office {
        margin-top: 49px;
    }
    .contact .info {
        margin-bottom: 67px;
    }
    .contact .about-ml {
        margin-left: 0;
    }
    .contact .phone-require, .contact .fax-email-require  {
        border-left: 15px solid #97866F;
        height: 55px;
        display: flex;
        align-items: center;
    }
    .contact .phone-require p, .contact .fax-email-require p {
        margin: 0 0 0 10px;
    }
    .contact .detail .detail-content {
        border-left: none;
        height: 157px;
    }
    .contact .detail .detail-content .about-text {
        margin-left: 25px;
    }
    
    footer {
        padding-top: 372px;
        height: 848px;
    }
}

@media only screen and (max-width: 800px) {}

@media only screen and (max-width: 768px) {
     /* top */
    section.top {
        height: 400px;
    }
    section.top .top-image-template {
        height: 400px;
    }
	
	/* footer */
    footer .footer-content .phone {
        font-size: 50px;
    }
    footer .footer-content .email {
        font-size: 30px;
    }
    footer .footer-content .address {
        font-size: 14px;
        letter-spacing: 2.3px;
    }
    .content-contact-bottom .contact-text {
        font-size: 19px;
        word-spacing: 20px;
        letter-spacing: 0px;
    }
    .content-contact-bottom .contact-phone, .content-contact-bottom .contact-email {
        font-size: 40px;
    }
    .content-contact-bottom .contact-phone {
        letter-spacing: 5px;
    }
    .content-contact-bottom .contact-email {
        letter-spacing: unset;
    }
    /* contact */
    .contact .about .logo-text {
        width: 224px;
    }
    .contact .about .btn-about {
        width: 368px;
        height: 48px;
        font-size: 22px;
    }
    .contact .main-office, .contact .tel-fax-email {
        font-size: 18px;
    }
    .contact .head-office {
        font-size: 16px;
    }
    .contact .info {
        letter-spacing: 2px;
    }
}

@media only screen and (max-width: 640px) {}

@media only screen and (max-width: 585px) {
    header .header-left {
        left: 30px;
        top: 18px;
    }
    header .header-right {
        right: 30px;
        top: 18px;
    }
    header .menu {
        padding: 18px 30px 0 0;
    }
    header .logo-menu {
        left: 30px;
    }
    .content-contact-bottom .contact-phone, .content-contact-bottom .contact-email {
        font-size: 30px;
    }
    .content-contact-bottom .contact-text {
        font-size: 14px;
        word-spacing: 10px;
    }
    /* contact */
    .contact .about {
        padding: 190px 30px 215px;
    }
    .contact .main-office, .contact .tel-fax-email {
        font-size: 16px;
    }
    .contact .head-office {
        font-size: 14px;
    }
    .contact .about-mr {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 500px) {}

@media only screen and (max-width: 480px) {
    header .header-left {
        width: 173px;
    }
    header .logo-menu {
        width: 173px;
    }
    header .header-right {
        width: 55px;
        height: 17.15px;
    }
    header .menu {
        height: 926px;
    }
    header .menu .btn-close-menu {
        width: 55px;
        height: 17.15px;
    }
    header .menu .list-menu {
        font-size: 17px;
        margin-top: 60px;
    }
    header .menu .list-menu ul li::after {
        width: 54px;
        margin: 0 0 0 24px;
    }
    header .menu .list-menu ul li a {
        vertical-align: super;
    }
    header .menu .list-menu ul li:first-child {
        padding: 0 0 25px 0;
    }
    header .menu .list-menu ul li {
        padding: 25px 0;
    }
    header .menu .list-menu ul li:last-child {
        padding: 25px 0 0 0;
    }
    .close_sp {
        display: block;
    }
    .close_pc {
        display: none;
    }
    footer {
        padding: 69px 0 44px;
        height: 360px;
    }
    footer .footer-content {
        height: 209px;
    }
    footer .footer-content .privacy_terms {
        width: 310px;
        font-size: 12px;

    }
    footer .footer-content .phone {
        font-size: 25px;
        line-height: 33px;
    }
    footer .footer-content .email {
        font-size: 16px;
        line-height: 21px;
        padding: 20px 0 28px;
    }
    footer .footer-content .address {
        word-spacing: 0;
        margin: 0 30px;
        line-height: unset;
    }
    footer .copyright {
        margin: 0 30px;
        letter-spacing: 1px;
    }
    .btn-contact-bottom {
        width: 47px;
        height: 163px;
        letter-spacing: 5px;
        font-size: 15px;
    }
    .content-contact-bottom {
        height: 163px;
        width: calc(100% - 47px);
        padding: 28px 0 26px 30px;
    }
    .content-contact-bottom .contact-phone, .content-contact-bottom .contact-email {
        font-size: 26px;
    }
    .content-contact-bottom .contact-text {
        font-size: 12px;
    }
    footer {
        height: 594px;
        padding-top: 312px;
    }
    /* top */
    section.top {
        height: 400px;
    }
    section.top .top-image-template {
        height: 400px;
    }

    /* contact */
    .contact .about {
        padding: 82px 30px 96px;
    }
    .contact .info {
        letter-spacing: 1.63px;
    }
    .contact .about-mr {
        margin-right: 16px;
    }
    .contact .about .btn-about {
        width: 100%;
        height: 48px;
        font-size: 20px;
    }
    .contact .about .title {
        margin-bottom: 46px;
    }
    .contact .office {
        height: 153px;
    }
    .contact .main-office{
        font-size: 16.3px;
        line-height: 20px;
    }
    .contact .head-office {
        font-size: 16px;
        line-height: 20px;
    }
    .contact .tel-fax-email {
        font-size: 18px;
        line-height: unset;
    }
    .contact .tel-fax-email div:not(:last-child) {
        margin-bottom: 21px;
    }
    .contact .detail .detail-content {
        font-size: 18px;
    }
    .contact .detail .detail-content {
        height: 128px;
    }
    .contact .detail .detail-content:not(:last-child) {
        margin-bottom: 66px;
    }
    .contact .detail .detail-content .about-text {
        line-height: 28px;
    }
    .contact .detail .detail-content:last-child {
        height: 157px;
    }
    .map {
/*        height: 296px;*/
    }
    .map iframe {
        height: 100% !important;
    }
}

@media only screen and (max-width: 427px) {
    /* contact */
    .contact .main-office, .contact .head-office {
        font-size: 15px;
    }

    .contact .tel-fax-email,.contact .detail .detail-content {
        font-size: 16px;
    }

    .contact .info {
        letter-spacing: 1px;
    }
    
    footer .footer-content .address {
        letter-spacing: 1.2px;
    }
}

@media only screen and (max-width: 400px) {
    .contact .main-office, .contact .head-office,
    footer .footer-content .address {
        font-size: 13px;
    }
}

@media only screen and (max-width: 380px) {
    .contact .info {
        letter-spacing: 0.9px;
    }

    .contact .main-office, .contact .head-office {
        font-size: 12px;
    }

    footer .footer-content .address {
        font-size: 12px;
        letter-spacing: 1px;
    }
    footer .footer-content .privacy_terms {
        font-size: 11px;
        width: 280px;
    }

    footer .copyright {
        font-size: 9px;
        letter-spacing: 0.7px;
    }
}
