@charset "UTF-8";
/* 
Theme Name: ◆◆◆site_name◆◆◆
Author: ◆◆◆site_name◆◆◆
Author URI: https://◆◆◆◆◆◆/
Version: 1.0
*/
/* CSS Document */
:root {
    --font-jp: "Zen Kaku Gothic Antique", sans-serif;
    --font-en: "Jost", sans-serif;
    --color-white: #ffffff;
    --color-black: #101010;
    --inner-width: 1480px;
    --mv-header-height: 100px;
    --inner-outer-width: calc(min(50vw, 1920px / 2) - min(var(--inner-width) / 0.88, min(100vw, 1920px)) * 0.44);
    --header-height: 100px;
    --header-top: 30px;
}
@media (max-width: 1280px) {
    :root {
        --mv-header-height: 90px;
        --header-height: 80px;
        --header-top: 20px;
    }
}
@media (max-width: 768px) {
    :root {
        --inner-outer-width: calc(50vw - min(var(--inner-width) / 0.88, 100vw) * 0.46);
        --header-height: 70px;
        --header-top: 10px;
    }
}

.font-jp {
    font-family: var(--font-jp);
}

.font-en {
    font-family: var(--font-en);
}

html {
    font-size: 62.5%;
    scroll-padding-top: max(var(--mv-header-height), var(--header-height) + var(--header-top));
    scroll-behavior: smooth;
    -moz-text-size-adjust: 100%;
         text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
html body {
    min-height: 100%;
    font-size: 1.8rem;
    line-height: 1.94;
    color: var(--color-black);
    background-color: var(--color-white);
    font-weight: 500;
    font-family: var(--font-jp);
}
@media (max-width: 1440px) {
    html body {
        font-size: 1.6rem;
    }
}
@media (max-width: 1000px) {
    html body {
        font-size: 1.5rem;
    }
}

a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s ease-in;
}
a:hover {
    text-decoration: none;
    opacity: 0.7;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

/* ------------------------------------- /
/   共通
/* ------------------------------------- */
.taC {
    text-align: center;
}

.taR {
    text-align: right;
}

.iB {
    display: inline-block;
}

.inner {
    width: min(100%, var(--inner-width) / 0.88);
    margin: 0 auto;
    padding: 0 min(6%, (var(--inner-width) / 0.88 - var(--inner-width)) / 2);
}
@media (max-width: 768px) {
    .inner {
        padding: 0 4%;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}

.br20 {
    border-radius: 20px;
}
@media (max-width: 1280px) {
    .br20 {
        border-radius: 10px;
    }
}
@media (max-width: 768px) {
    .br20 {
        border-radius: 5px;
    }
}

/* ------------------------------------- /
/   menu-trigger
/* ------------------------------------- */
.menu-trigger {
    visibility: hidden;
    display: block;
    width: 40px;
    height: 24px;
    background: none;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    position: fixed;
    right: 40px;
    top: 33px;
    z-index: 200;
    padding-block-end: 0;
    padding-block-start: 0;
}
.menu-trigger span {
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: calc(50% - 15px);
    transition-property: top, left, transform, background-color;
    transition-duration: 0.6s;
}
.menu-trigger span:nth-of-type(1) {
    top: calc(50% - 8px);
}
.menu-trigger span:nth-of-type(2) {
    top: calc(50% + 8px);
}
.menu-trigger span:nth-of-type(3) {
    top: 50%;
}
.menu-trigger.opened span {
    animation-duration: 0.6s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.menu-trigger.opened span:nth-of-type(1) {
    animation-name: menu-close_01;
}
.menu-trigger.opened span:nth-of-type(2) {
    animation-name: menu-close_02;
}
.menu-trigger.opened span:nth-of-type(3) {
    animation-name: menu-close_03;
}
.menu-trigger.active span:nth-of-type(1) {
    animation-name: menu-open_01;
}
.menu-trigger.active span:nth-of-type(2) {
    animation-name: menu-open_02;
}
.menu-trigger.active span:nth-of-type(3) {
    animation-name: menu-open_03;
}
@media (max-width: 768px) {
    .menu-trigger {
        visibility: visible;
    }
}
@keyframes menu-open_01 {
    0% {
        top: calc(50% - 8px);
        transform: rotate(0deg);
    }
    33.3333% {
        top: calc(50% - 0px);
        transform: rotate(0deg);
    }
    66.6666% {
        top: calc(50% - 0px);
        transform: rotate(0deg);
    }
    100% {
        top: calc(50% - 0px);
        transform: rotate(45deg);
    }
}
@keyframes menu-close_01 {
    0% {
        top: calc(50% - 0px);
        transform: rotate(45deg);
    }
    33.3333% {
        top: calc(50% - 0px);
        transform: rotate(0deg);
    }
    66.6666% {
        top: calc(50% - 0px);
        transform: rotate(0deg);
    }
    100% {
        top: calc(50% - 8px);
        transform: rotate(0deg);
    }
}
@keyframes menu-open_03 {
    0% {
        width: 30px;
        left: calc(50% - 15px);
    }
    66.6666% {
        width: 30px;
        left: calc(50% - 15px);
    }
    70% {
        width: 0;
        left: calc(50% - 0px);
    }
    100% {
        width: 0;
        left: calc(50% - 0px);
    }
}
@keyframes menu-close_03 {
    0% {
        width: 0;
        left: calc(50% - 0px);
    }
    66.6666% {
        width: 30px;
        left: calc(50% - 15px);
    }
    70% {
        width: 30px;
        left: calc(50% - 15px);
    }
    100% {
        width: 30px;
        left: calc(50% - 15px);
    }
}
@keyframes menu-open_02 {
    0% {
        top: calc(50% + 8px);
        transform: rotate(0deg);
    }
    33.3333% {
        top: calc(50% + 0px);
        transform: rotate(0deg);
    }
    66.6666% {
        top: calc(50% + 0px);
        transform: rotate(0deg);
    }
    100% {
        top: calc(50% + 0px);
        transform: rotate(-45deg);
    }
}
@keyframes menu-close_02 {
    0% {
        top: calc(50% + 0px);
        transform: rotate(-45deg);
    }
    33.3333% {
        top: calc(50% + 0px);
        transform: rotate(0deg);
    }
    66.6666% {
        top: calc(50% + 0px);
        transform: rotate(0deg);
    }
    100% {
        top: calc(50% + 8px);
        transform: rotate(0deg);
    }
}

/* ------------------------------------- /
/  header
/* ------------------------------------- */
header {
    position: fixed;
    top: 20px;
    left: 40px;
    right: 40px;
    z-index: 100;
    height: 120px;
    padding: 30px 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    border-radius: 60px;
    background: transparent;
    backdrop-filter: blur(24.7432003021px);
    --webkit-backdrop-filter: blur(24.743200302124023px);
    background-color: rgba(0, 0, 0, 0.13);
}
@media (max-width: 1280px) {
    header {
        top: 10px;
        left: 20px;
        right: 20px;
        height: 80px;
        padding: 20px 40px;
    }
}
@media (max-width: 768px) {
    header {
        padding: 15px 40px;
        height: 70px;
    }
}
@media (max-width: 1280px) {
    header .header__logo {
        max-width: 90px;
    }
}
header .header__menu {
    display: flex;
    gap: 60px;
}
@media (max-width: 1280px) {
    header .header__menu {
        gap: 30px;
    }
}
@media (max-width: 768px) {
    header .header__menu {
        display: none;
    }
}
header .header__menu li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    color: transparent;
    font-size: 60px;
    text-shadow: 0 -1.5em 0 #fff, 0 0 0 #fff;
    transition: text-shadow 0.3s;
}
header .header__menu li a:hover {
    opacity: unset;
    text-shadow: 0 0 0 #fff, 0 1.5em 0 #fff;
}
header .header__menu .en {
    font-family: var(--font-en);
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.44;
}
@media (max-width: 1280px) {
    header .header__menu .en {
        font-size: 2rem;
    }
}
header .header__menu .jp {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
}
@media (max-width: 1280px) {
    header .header__menu .jp {
        font-size: 1.4rem;
    }
}

.nav {
    display: none;
}
@media (max-width: 768px) {
    .nav {
        display: flex;
        justify-content: center;
        width: min(100%, 400px);
        height: 100vh;
        color: #fff;
        background: #1B2E02;
        overflow: auto;
        position: fixed;
        top: 0;
        right: 0;
        transform: translateX(100%);
        z-index: 140;
        padding-top: 90px;
    }
    .nav.loaded {
        transition-duration: 0.8s;
        transition-delay: 0.4s;
    }
    .nav .wrapper {
        width: 100%;
        padding: 0 20px;
    }
    .nav .wrapper .btn__wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nav .wrapper .btn__wrapper .nav__sp__logo {
        display: block;
        width: min(100%, 200px);
    }
    .nav .wrapper .nav__menu {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .nav .wrapper .nav__menu li {
        width: 100%;
    }
    .nav .wrapper .nav__menu li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid #fff;
    }
}
.nav.active {
    transform: translateX(0);
    transition-delay: 0s;
}
.nav.active .wrapper {
    transition-delay: 0.8s;
    opacity: 1;
}

/* ------------------------------------- /
/  footer
/* ------------------------------------- */
footer {
    background: #1B2E02;
    color: #fff;
    font-weight: 400;
}

.footer__container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}
.footer__container .footer__left, .footer__container .footer__right {
    width: 50%;
}
@media (max-width: 768px) {
    .footer__container .footer__left, .footer__container .footer__right {
        width: 100%;
    }
}

.footer__left {
    font-size: 1.6rem;
    line-height: 1.5;
}
@media (max-width: 768px) {
    .footer__left {
        font-size: 1.4rem;
    }
}
.footer__left .footer__logo {
    max-width: 270px;
}
@media (max-width: 768px) {
    .footer__left .footer__logo {
        max-width: 150px;
    }
}

.footer__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
@media (max-width: 768px) {
    .footer__right {
        align-items: flex-start;
    }
}
.footer__right .footer__menu {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
@media (max-width: 768px) {
    .footer__right .footer__menu {
        row-gap: 15px;
    }
}
.footer__right .footer__menu a {
    display: flex;
    align-items: baseline;
    gap: 20px;
    line-height: 1.44;
    position: relative;
}
.footer__right .footer__menu a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: 0.2s ease-in;
    transform: scale(0, 1);
}
.footer__right .footer__menu a:hover {
    opacity: unset;
}
.footer__right .footer__menu a:hover::before {
    transform: scale(1, 1);
}
@media (max-width: 768px) {
    .footer__right .footer__menu a {
        gap: 15px;
    }
}
.footer__right .footer__menu .en {
    font-family: var(--font-en);
    font-weight: 600;
}
.footer__right .footer__menu .ja {
    font-size: 1.4rem;
    color: #9A9F93;
}
@media (max-width: 768px) {
    .footer__right .footer__menu .ja {
        font-size: 1.3rem;
    }
}
.footer__right .footer__copyright {
    margin-top: 140px;
    font-size: 1.4rem;
    font-family: var(--font-en);
}
@media (max-width: 768px) {
    .footer__right .footer__copyright {
        margin-top: 50px;
        font-size: 1.2rem;
    }
}

/* ------------------------------------- /
/  トップページ
/* ------------------------------------- */
.h2__container {
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 1.44;
}
@media (max-width: 1280px) {
    .h2__container {
        gap: 10px;
    }
}
.h2__container .h2__en {
    font-size: 7rem;
    font-family: var(--font-en);
    font-weight: 300;
    letter-spacing: 0.1em;
}
@media (max-width: 1280px) {
    .h2__container .h2__en {
        font-size: 4rem;
    }
}
@media (max-width: 768px) {
    .h2__container .h2__en {
        font-size: 3rem;
    }
}
.h2__container .border {
    display: block;
    width: 100px;
    height: 1px;
    background: #fff;
}
@media (max-width: 1280px) {
    .h2__container .border {
        width: 40px;
    }
}
@media (max-width: 768px) {
    .h2__container .border {
        width: 30px;
    }
}
.h2__container h2 {
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: 0.06em;
}
@media (max-width: 1280px) {
    .h2__container h2 {
        font-size: 2rem;
    }
}
@media (max-width: 768px) {
    .h2__container h2 {
        font-size: 1.6rem;
    }
}

.mv__sec {
    position: relative;
}
@media (max-width: 768px) {
    .mv__sec {
        max-height: 100vh;
        width: 100%;
        aspect-ratio: 1/2;
    }
}
@media (max-width: 768px) {
    .mv__sec .mv__img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%;
    }
}
.mv__sec .mv__overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.mv__sec .inner {
    position: relative;
    height: 100%;
}
.mv__sec .inner .mv__txt {
    position: absolute;
    bottom: 10vw;
    width: 30vw;
    right: var(--inner-outer-width);
}
@media (max-width: 768px) {
    .mv__sec .inner .mv__txt {
        width: min(250px, 100% - var(--inner-outer-width) * 2);
        right: unset;
        left: var(--inner-outer-width);
    }
}

:root {
    --gallery-height: 395px;
}
@media (max-width: 1280px) {
    :root {
        --gallery-height: 300px;
    }
}
@media (max-width: 768px) {
    :root {
        --gallery-height: 160px;
    }
}

.business__sec {
    background: url(../img/business_bg.webp) center/cover no-repeat;
    color: #fff;
    position: relative;
    overflow: hidden;
    --pb: 120px;
    padding-bottom: calc(var(--pb) + var(--gallery-height) / 2);
}
@media (max-width: 1280px) {
    .business__sec {
        --pb: 80px;
    }
}
@media (max-width: 768px) {
    .business__sec {
        --pb: 40px;
    }
}
.business__sec .business__overlay {
    position: absolute;
    right: -6%;
    bottom: calc(var(--gallery-height) / 2);
    width: 47%;
}

.business__container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
.business__container .business__left, .business__container .business__right {
    width: 50%;
}
@media (max-width: 768px) {
    .business__container .business__left, .business__container .business__right {
        width: 100%;
    }
}

.business__left h3 {
    margin-top: 70px;
    font-size: 4.5rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.67;
}
@media (max-width: 1280px) {
    .business__left h3 {
        margin-top: 40px;
        font-size: 3rem;
    }
}
@media (max-width: 768px) {
    .business__left h3 {
        margin-top: 25px;
        font-size: 2.4rem;
    }
}
.business__left p {
    margin-top: 50px;
    margin-bottom: 80px;
    padding: 0 60px;
    font-weight: 400;
    letter-spacing: 0.05em;
}
@media (max-width: 1280px) {
    .business__left p {
        margin-top: 30px;
        margin-bottom: 50px;
        padding: 0 20px;
    }
}
@media (max-width: 768px) {
    .business__left p {
        margin-top: 15px;
        margin-bottom: 30px;
        padding: 0;
    }
}
.business__left .business__left__img {
    position: relative;
    left: 60px;
}
@media (max-width: 1280px) {
    .business__left .business__left__img {
        left: 20px;
    }
}
@media (max-width: 768px) {
    .business__left .business__left__img {
        left: unset;
    }
}

.gallery__sec {
    overflow: hidden;
    width: 100%;
    margin-top: calc(var(--gallery-height) / 2 * -1);
    margin-bottom: calc(var(--gallery-height) / 2 * -1);
}
.gallery__sec .carousel {
    overflow: hidden;
}
.gallery__sec .track {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    gap: 60px;
    will-change: transform;
}
@media (max-width: 1280px) {
    .gallery__sec .track {
        gap: 30px;
    }
}
@media (max-width: 768px) {
    .gallery__sec .track {
        gap: 15px;
    }
}
.gallery__sec .track img {
    max-height: 100%;
    width: calc(395 / var(--gallery-height) * 315px);
    height: var(--gallery-height);
    flex-shrink: 0;
    border-radius: 20px;
}
@media (max-width: 1280px) {
    .gallery__sec .track img {
        border-radius: 10px;
    }
}
@media (max-width: 768px) {
    .gallery__sec .track img {
        border-radius: 5px;
    }
}
.gallery__sec .track img.wide {
    width: var(--gallery-height);
    height: calc(395 / var(--gallery-height) * 315px);
}

.company__sec {
    --pb: 120px;
    padding-top: calc(var(--pb) + var(--gallery-height) / 2);
    color: #485B30;
    background: url(../img/company_bg.webp) center/cover no-repeat;
}
@media (max-width: 1280px) {
    .company__sec {
        --pb: 80px;
    }
}
@media (max-width: 768px) {
    .company__sec {
        --pb: 40px;
    }
}
.company__sec .h2__container .border {
    background: #485B30;
}

.company__container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}
@media (max-width: 768px) {
    .company__container {
        flex-direction: column-reverse;
    }
}
.company__container .company__left, .company__container .company__right {
    width: 50%;
}
@media (max-width: 768px) {
    .company__container .company__left, .company__container .company__right {
        width: 100%;
    }
}

.company__left {
    --img-right: 90px;
    position: relative;
    --img-width: min(870px, calc(50vw - var(--img-right)));
    height: calc(var(--img-width) * 660 / 870);
}
@media (max-width: 1280px) {
    .company__left {
        --img-right: 40px;
    }
}
@media (max-width: 768px) {
    .company__left {
        height: unset;
    }
}
.company__left img {
    position: absolute;
    top: 0;
    right: var(--img-right);
    width: var(--img-width);
    border-radius: 20px;
}
@media (max-width: 1920px) {
    .company__left img {
        border-radius: 0 20px 20px 0;
    }
}
@media (max-width: 1280px) {
    .company__left img {
        border-radius: 0 10px 10px 0;
    }
}
@media (max-width: 768px) {
    .company__left img {
        position: unset;
        width: 100%;
        border-radius: 5px;
    }
}

.company__right table {
    margin-top: 15px;
    width: 100%;
    letter-spacing: 0.05em;
    line-height: 2;
}
@media (max-width: 1280px) {
    .company__right table {
        margin-top: 10px;
    }
}
.company__right table tr {
    border-bottom: 1px solid color-mix(in srgb, #485B30 30%, transparent);
}
.company__right table th, .company__right table td {
    padding: 30px 0;
}
@media (max-width: 1280px) {
    .company__right table th, .company__right table td {
        padding: 20px 0;
    }
}
@media (max-width: 768px) {
    .company__right table th, .company__right table td {
        padding: 10px 0;
    }
}
.company__right table th {
    font-weight: 500;
    padding-right: 10px;
    white-space: nowrap;
}

.message__access__wrapper {
    background: url(../img/business_bg.webp) center/cover no-repeat;
}

.message__sec {
    color: #485B30;
    position: relative;
    z-index: 0;
    overflow: hidden;
    --r-ratio: 2;
    padding-bottom: calc((var(--r-ratio) - sqrt(pow(var(--r-ratio), 2) - 0.25)) * 100%);
}
.message__sec::before {
    content: "";
    position: absolute;
    width: calc(100% * var(--r-ratio) * 2);
    left: 50%;
    transform: translateX(-50%);
    aspect-ratio: 1;
    bottom: 0;
    border-radius: 50%;
    background: #fff;
    z-index: -2;
}
.message__sec::after {
    content: "";
    position: absolute;
    width: 43%;
    left: -9%;
    bottom: 0;
    aspect-ratio: 825/554;
    background: url(../img/message_es.svg) center/contain no-repeat;
    z-index: -1;
}
.message__sec .h2__container .border {
    background: #485B30;
}

.message__txt {
    margin-top: 60px;
    width: min(100%, 1260px);
    margin-left: auto;
    padding-bottom: 30px;
}
@media (max-width: 1280px) {
    .message__txt {
        margin-top: 40px;
    }
}
@media (max-width: 768px) {
    .message__txt {
        margin-top: 20px;
        padding-bottom: 15px;
    }
}
.message__txt h3 {
    font-size: 4.5rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.67;
}
@media (max-width: 1280px) {
    .message__txt h3 {
        font-size: 3rem;
    }
}
@media (max-width: 768px) {
    .message__txt h3 {
        font-size: 2.4rem;
    }
}
.message__txt p {
    margin-top: 40px;
    letter-spacing: 0.05em;
    font-weight: 400;
}
@media (max-width: 1280px) {
    .message__txt p {
        margin-top: 20px;
    }
}
@media (max-width: 768px) {
    .message__txt p {
        margin-top: 10px;
    }
}
.message__txt .message__name {
    font-weight: 500;
    text-align: right;
}

.access__sec {
    color: #fff;
}
.access__sec .h2__container {
    flex-direction: column;
    gap: 0;
}
.access__sec .h2__container .border {
    width: 1px;
    height: 50px;
}
@media (max-width: 1280px) {
    .access__sec .h2__container .border {
        height: 30px;
    }
}
.access__sec .h2__container h2 {
    margin-top: 15px;
}
@media (max-width: 1280px) {
    .access__sec .h2__container h2 {
        margin-top: 10px;
    }
}

.access__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px 20px;
}
@media (max-width: 768px) {
    .access__container {
        flex-direction: column;
    }
}

.access__contents {
    width: min(100%, 1050px);
}
.access__contents iframe {
    width: 100%;
    min-height: 560px;
}
.access__contents p {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.access__contents p::before {
    content: "";
    display: block;
    width: 16px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #fff;
}

.contact__sec {
    background: url(../img/contact_bg.webp) center/cover no-repeat;
    color: #fff;
    font-weight: 400;
}

.contact__container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
}
.contact__container .contact__left, .contact__container .contact__right {
    width: 50%;
}
@media (max-width: 768px) {
    .contact__container .contact__left, .contact__container .contact__right {
        width: 100%;
    }
}

.contact__left .contact__left__wrapper {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
.contact__left .contact__ttl {
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 1.44;
}
@media (max-width: 1280px) {
    .contact__left .contact__ttl {
        gap: 10px;
    }
}
.contact__left .contact__ttl .h2__en {
    font-family: var(--font-en);
    font-size: 7rem;
    font-weight: 300;
    letter-spacing: 0.1em;
}
@media (max-width: 1280px) {
    .contact__left .contact__ttl .h2__en {
        font-size: 4rem;
    }
}
@media (max-width: 768px) {
    .contact__left .contact__ttl .h2__en {
        font-size: 3rem;
    }
}
.contact__left .contact__ttl .border {
    display: block;
    width: 100px;
    height: 1px;
    background: #fff;
}
@media (max-width: 1280px) {
    .contact__left .contact__ttl .border {
        width: 40px;
    }
}
@media (max-width: 768px) {
    .contact__left .contact__ttl .border {
        width: 30px;
    }
}
.contact__left .contact__ttl h2 {
    font-size: 2.2rem;
    letter-spacing: 0.06em;
}
@media (max-width: 1280px) {
    .contact__left .contact__ttl h2 {
        font-size: 2rem;
    }
}
@media (max-width: 768px) {
    .contact__left .contact__ttl h2 {
        font-size: 1.6rem;
    }
}

.contact__right {
    padding-right: 80px;
}
@media (max-width: 1280px) {
    .contact__right {
        padding-right: 40px;
    }
}
@media (max-width: 768px) {
    .contact__right {
        padding-right: unset;
    }
}
.contact__right .contact__right__btn {
    font-size: 3rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    border-radius: 20px;
    position: relative;
    z-index: 0;
}
@media (max-width: 1280px) {
    .contact__right .contact__right__btn {
        font-size: 2.4rem;
        height: 100px;
        border-radius: 10px;
    }
}
@media (max-width: 768px) {
    .contact__right .contact__right__btn {
        font-size: 2rem;
        height: 80px;
        border-radius: 5px;
    }
}
.contact__right .contact__right__btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background: transparent;
    backdrop-filter: blur(21px);
    --webkit-backdrop-filter: blur(21px);
    background-color: rgba(255, 255, 255, 0.15);
}
.contact__right .contact__right__btn:hover {
    opacity: unset;
}/*# sourceMappingURL=style.css.map */