/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    font: inherit;
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;
    text-decoration: none;

    border: 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}



ol,
ul {
    list-style: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

main {
    display: block;
}

html {
    font-size: 62.5%;
    overflow: auto;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
    html {
        /* scroll-padding-top: 70px; */
    }
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}

* {
    font-family: source-han-sans-japanese, '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
    box-sizing: border-box;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    box-shadow: none;
    -webkit-appearance: none;
}

body {
    font-family: source-han-sans-japanese, '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
    overflow: hidden;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
    touch-action: manipulation;
}


body {
    font-family: 'source-han-serif-japanese', serif;
    font-size: 15px;
    /* line-height: 1.8; */
    word-break: break-all;
    color: #333333;
}

@media screen and (max-width: 1200px) {
    body {
        font-size: calc((15/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 15px;
    }
}

body.fixed {
    transition: .2s;

    scrollbar-width: none;
    /*Firefox対応のスクロールバー非表示コード*/
    -ms-overflow-style: none;
    /*Internet Explore対応のスクロールバー非表示コード*/
}

body.fixed::-webkit-scrollbar {
    display: none;
    /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}

a:hover {
    opacity: .7;
}

li,
ul {
    list-style: none;
}

html {
    visibility: hidden;
}

html.wf-active,
html.loading-delay {
    visibility: visible;
}


/* ==========================================================================
  共通
  ========================================================================== */
.show--pc {
    display: block;
}

@media screen and (max-width: 768px) {
    .show--pc {
        display: none;
    }
}

.show--sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .show--sp {
        display: block;
    }
}

.inner {
    width: 100%;
    max-width: 1260px;
    margin-right: auto;
    margin-left: auto;
    padding: 100px 30px;
}

@media screen and (max-width: 1200px) {
    .inner {
        padding: calc((100/1200)*100vw) calc((30/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .inner {
        max-width: calc(740px + 60px);
        padding: 100px 30px;
    }
}

@media screen and (max-width: 768px) {
    .inner {
        max-width: 100%;
        padding: 50px 20px;
    }
}


.section-title {
    position: relative;
    z-index: 1;
}

.section-title--en {
    font-size: 50px;
    font-weight: 900;
    line-height: 1.2;
}

@media screen and (max-width: 1200px) {
    .section-title--en {
        font-size: calc((50/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .section-title--en {
        font-size: 50px;
    }
}

@media screen and (max-width: 768px) {
    .section-title--en {
        font-size: 40px;
    }
}

.section-title--ja {
    font-size: 18px;
    font-weight: bold;
}

@media screen and (max-width: 1200px) {
    .section-title--ja {
        font-size: calc((18/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .section-title--ja {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .section-title--ja {
        font-size: 15px;
    }
}



.btn {
    position: relative;
    display: flex;
    width: 230px;
    height: 60px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    text-align: center;
    justify-content: center;
    align-items: center;
    transition: .2s;
}

@media screen and (max-width: 1200px) {
    .btn {
        width: calc((230/1200)*100vw);
        height: calc((60/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .btn {
        width: 230px;
        height: 60px;
    }
}

.btn:hover {
    background: #fff;
    border: 1px solid #08182c;
    color: #08182c;
}

.red {
    color: #9d0000;
}


/* ======================================================
    ヘッダー
=========================================================*/
.header {
    position: relative;
    z-index: 999;
    width: 100%;
}

.header-inner {
    display: flex;
    width: 100%;
    height: 120px;
    transition: .2s;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}

@media screen and (max-width: 1200px) {
    .header-inner {
        height: calc((120/1200)*100vw);
        padding: 0 calc((40/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .header-inner {
        height: 120px;
        padding: 0 30px;
    }
}

@media screen and (max-width: 768px) {
    .header-inner {
        height: 70px;
        padding: 0 20px;
    }
}

.header-logo img {
    width: 180px;
    transition: .2s;
}

@media screen and (max-width: 1200px) {
    .header-logo img {
        width: calc((180/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .header-logo img {
        width: 180px;
    }
}

@media screen and (max-width: 768px) {
    .header-logo img {
        width: 120px;
    }
}

.header-menu-wrapper {
    width: calc(100% - 260px);
    transition: .2s;
}

.header-menu {
    display: flex;
    flex-direction: column-reverse;
}

.header-menu-list {
    display: flex;

    justify-content: flex-end;
    align-items: center;
}

.header-menu-item:not(:first-child) {
    padding-left: 32px;
    transition: .2s;
}

@media screen and (max-width: 1200px) {
    .header-menu-item:not(:first-child) {
        padding-left: calc((32/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .header-menu-item:not(:first-child) {
        padding-left: 0;
    }
}

.header-menu-item--home {
    display: none;
}

@media screen and (max-width: 1024px) {
    .header-menu-item--home {
        display: block;
    }
}

.header-menu-link {
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: source-han-sans-japanese, sans-serif;
}

.header-hamburger {
    display: none;
}

@media screen and (max-width: 1024px) {
    .header-menu-wrapper {
        position: fixed;
        z-index: 999;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        margin-top: 0;
        padding-top: 120px;
        padding-bottom: 100px;
        transition: .5s;
        opacity: 0;
        color: #fff;
        background-color: rgba(0, 0, 0, .8666666667);
    }

    .header-menu-wrapper.is-open {
        right: 0;
        display: block;
        overflow: hidden;
        opacity: 1;
    }

    .header-menu {
        flex-direction: column;
    }

    .header-menu-list {
        flex-direction: column;
    }

    .header-menu-item {
        width: 100%;
        height: 70px;

        transition: .2s;
    }

    .header-menu-item.--mail {
        display: none;
    }

    .header-menu-item:not(:first-child) {
        padding-left: 0;
    }

    .header-menu-link {
        font-size: 1.6rem;

        display: flex;

        width: 100%;
        height: 100%;

        color: #fff;

        justify-content: center;
        align-items: center;
    }

    .header-hamburger {
        z-index: 9999;

        display: flex;
        display: flex;
        flex-direction: column;

        width: 26px;

        align-items: center;
        justify-content: center;
    }

    .header-hamburger:hover {
        cursor: pointer;
    }

    .header-hamburger.is-open .header-bar--01 {
        top: 50%;
        width: 26px;
        transform: translateY(-50%) rotate(-45deg);
    }

    .header-hamburger.is-open .header-bar--02 {
        bottom: 50%;
        width: 26px;
        transform: translateY(-50%) rotate(45deg);
    }

    .header-hamburger.is-open .header-bar--03 {
        opacity: 0;
    }

    .header-bars {
        position: relative;
        width: 26px;
        height: 22px;
        transition: .2s;
    }

    .header-bars:hover {
        opacity: .6;
    }

    .header-hamburger.is-open .header-bars {
        width: 26px;
        height: 22px;
        margin-bottom: 5px;
    }

    .header-bar {
        position: absolute;
        left: 0;
        width: 26px;
        height: 3px;
        transition: .3s;
        background-color: #fff;
    }

    .header-hamburger.is-open .header-bar {
        background-color: #fff;
    }

    .header-bar--01 {
        top: 0;
    }

    .header-bar--02 {
        top: 50%;

        transform: translateY(-1px);
    }

    .header-bar--03 {
        bottom: 0;
    }
}



/* ==========================================================================
  フッター
  ========================================================================== */
.footer {
    background: #08182c;
}

.footer-box {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .footer-box {
        flex-direction: column;
    }
}

.footer-left {}

.footer-logo {}

@media screen and (max-width: 768px) {
    .footer-logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.footer-sns-list {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

@media screen and (max-width: 1200px) {
    .footer-sns-list {
        gap: calc((10/1200)*100vw);
        margin-top: calc((30/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .footer-sns-list {
        gap: 10px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .footer-sns-list {
        justify-content: center;
    }
}

.footer-sns-item {
    border-radius: 50%;
    background: #535e6c;
    align-items: center;
    display: flex;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1200px) {
    .footer-sns-item {
        min-width: calc((40/1200)*100vw);
        min-height: calc((40/1200)*100vw);
    }

    .footer-sns-item.facebook img {
        width: calc((10/1200)*100vw);
    }

    .footer-sns-item.x img {
        width: calc((19/1200)*100vw);
    }

    .footer-sns-item.instagram img {
        width: calc((21/1200)*100vw);
    }

    .footer-sns-item.line img {
        width: calc((20/1200)*100vw);
    }

    .footer-sns-item.youtube img {
        width: calc((20/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .footer-sns-item {
        min-width: 40px;
        min-height: 40px;
    }

    .footer-sns-item.facebook img {
        width: 10px;
    }

    .footer-sns-item.x img {
        width: 19px;
    }

    .footer-sns-item.instagram img {
        width: 21px;
    }

    .footer-sns-item.line img {
        width: 20px;
    }

    .footer-sns-item.youtube img {
        width: 20px;
    }
}

.footer-right {}

.footer-menu-list {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

@media screen and (max-width: 1024px) {
    .footer-menu-list {
        display: none;
    }
}

.footer-menu-item {}

.footer-menu-item:not(:first-child) {
    padding-left: 33px;
    transition: .2s;
}

@media screen and (max-width: 1200px) {
    .footer-menu-item:not(:first-child) {
        padding-left: calc((33/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .footer-menu-item:not(:first-child) {
        padding-left: 33px;
    }
}

.footer-menu-link {
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-family: source-han-sans-japanese, sans-serif;
}

.footer-copyright {
    margin-top: 70px;
}

@media screen and (max-width: 1200px) {
    .footer-copyright {
        margin-top: calc((70/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .footer-copyright {
        margin-top: 70px;
    }
}

@media screen and (max-width: 768px) {
    .footer-copyright {
        margin-top: 50px;
    }
}

.copyright {
    color: #fff;
    font-size: 13px;
    display: block;
    text-align: right;
    font-family: source-han-sans-japanese, sans-serif;
}

@media screen and (max-width: 1200px) {
    .copyright {
        font-size: calc((13/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .copyright {
        font-size: 13px;
        text-align: center;
    }
}



/* ==========================================================================
  トップページ（TOP）
  ========================================================================== */

/* ===============
  メインビジュアル（mv）
  ================== */
.mv {
    color: #fff;
    position: relative;
    height: 100vh;
    margin-top: -120px;
    overflow: hidden;
    width: 100vw;
}

@media screen and (max-width: 1200px) {
    .mv {
        margin-top: calc((-120/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .mv {
        margin-top: -120px;
        height: 100vh;
    }
}

@media screen and (max-width: 768px) {
    .mv {
        max-height: 600px;
        margin-top: -70px;
        height: 100vh;
    }
}


.mv-bg {
    position: relative;
}

.mv-bg::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/top/mv-dot.png);
    background-repeat: repeat;
    background-position: top left;
    background-size: auto;
    top: 0;
    left: 0;
}

.mv-inner {
    padding: 0px;
    position: relative;
    max-width: 100%;
}

.mv-copy-box {
    position: absolute;
    left: 0;
    top: 375px;
    top: 47.5%;
    left: 100px;
    z-index: 1;
}

@media screen and (max-width: 1440px) {
    .mv-copy-box {
        top: calc((375/1440)*100vw);
        left: calc((100/1440)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .mv-copy-box {
        top: 350px;
        left: 100px;
    }
}

@media screen and (max-width: 768px) {
    .mv-copy-box {
        top: 250px;
        left: 20px;
    }
}

.mv-copy {
    font-size: 60px;
    font-weight: 900;
}

@media screen and (max-width: 1200px) {
    .mv-copy {
        font-size: calc((60/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .mv-copy {
        font-size: 60px;
    }
}

@media screen and (max-width: 768px) {
    .mv-copy {
        font-size: 40px;
    }
}

.mv-copy--en {
    font-size: 25px;
    font-weight: bold;
}

@media screen and (max-width: 1200px) {
    .mv-copy--en {
        font-size: calc((25/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .mv-copy--en {
        font-size: 25px;
    }
}

@media screen and (max-width: 768px) {
    .mv-copy--en {
        font-size: 18px;
    }
}

.scroll {
    position: absolute;
    top: 530px;
    right: 100px;
    z-index: 1;
}

@media screen and (max-width: 1440px) {
    .scroll {
        top: calc((530/1440)*100vw);
        right: calc((100/1440)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .scroll {
        top: 530px;
        right: 100px;
    }
}

@media screen and (max-width: 768px) {
    .scroll {
        top: 380px;
        right: 20px;
    }
}

.scroll::after {
    position: absolute;
    top: 40px;
    left: 5px;
    width: 1px;
    height: 200px;
    content: '';
    animation: pathmove 5s ease-in-out infinite;
    opacity: 0;
    background: #fff;
}

.mv-video {
    position: relative;
    width: 100vw;
}

@media screen and (max-width: 1024px) {
    .mv-video {
        height: 100vh;
        object-fit: cover;
    }
}

@media screen and (max-width: 768px) {
    .mv-video {
        height: 100vh;
        object-fit: cover;
    }
}


/* ===============
  ABOUT
  ================== */
.about {
    position: relative;
}

.about::before {
    background: url(../images/top/about-bg.png)no-repeat center center/500px 423px;
    content: '';
    position: absolute;
    width: 500px;
    height: 423px;
    left: 0;
    bottom: 0;
    z-index: -1;
}

@media screen and (max-width: 1200px) {
    .about::before {
        background: url(../images/top/about-bg.png)no-repeat center center/calc((500/1200)*100vw) calc((423/1200)*100vw);
        width: calc((500/1200)*100vw);
        height: calc((423/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .about::before {
        background: url(../images/top/about-bg.png)no-repeat center center/500px 423px;
        width: 500px;
        height: 423px;
    }
}

@media screen and (max-width: 768px) {
    .about::before {
        background: url(../images/top/about-bg.png)no-repeat center center/300px 254px;
        width: 300px;
        height: 254px;
    }
}

.about-inner {
    padding-bottom: 170px;
}

@media screen and (max-width: 1200px) {
    .about-inner {
        padding-bottom: calc((170/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .about-inner {
        padding-bottom: 170px;
    }
}

@media screen and (max-width: 768px) {
    .about-inner {
        padding-bottom: 50px;
    }
}


.about-box {
    display: flex;
}

@media screen and (max-width: 1024px) {
    .about-box {
        flex-direction: column;
    }
}

.about-box-text {
    width: 50%;
}

@media screen and (max-width: 1024px) {
    .about-box-text {
        width: 100%;
    }
}

.about-description {
    font-size: 25px;
    font-weight: bold;
    margin-top: 30px;
    line-height: 1.7;
}

@media screen and (max-width: 1200px) {
    .about-description {
        font-size: calc((25/1200)*100vw);
        margin-top: calc((30/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .about-description {
        font-size: 25px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .about-description {
        font-size: 20px;
        margin-top: 20px;
    }
}

.about-text {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 30px;
}

@media screen and (max-width: 1200px) {
    .about-text {
        font-size: calc((18/1200)*100vw);
        margin-top: calc((30/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .about-text {
        font-size: 18px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .about-text {
        font-size: 15px;
        margin-top: 20px;
    }
}

.about-box-img {
    position: relative;
    width: 50%;
}

@media screen and (max-width: 1024px) {
    .about-box-img {
        width: 100%;
        max-width: 600px;
        margin: 20px auto 0;
    }
}

.about-box-img01 {
    position: absolute;
    top: 20px;
    right: -40px;
}

@media screen and (max-width: 1024px) {
    .about-box-img01 {
        position: relative;
    }
}

.about-box-img02 {
    position: absolute;
    bottom: -75px;
    left: 0;
}

@media screen and (max-width: 1024px) {
    .about-box-img02 {
        margin-top: -165px;
        padding-bottom: 70px;
        position: relative;
    }
}

@media screen and (max-width: 550px) {
    .about-box-img02 {
        margin-top: calc((-165/550)*100vw);
        max-width: calc((300/550)*100vw);
        padding-bottom: calc((70/550)*100vw);
        bottom: calc((-70/550)*100vw);
    }
}


/* ===============
  SERVICE
  ================== */

.service {
    background: #08182c;
    color: #fff;
    position: relative;
}

.service::before {
    background: url(../images/top/service-bg.png)no-repeat center center/600px 508px;
    content: '';
    position: absolute;
    width: 600px;
    height: 508px;
    top: 0;
    right: 0;
}

@media screen and (max-width: 1200px) {
    .service::before {
        background: url(../images/top/service-bg.png)no-repeat center center/calc((600/1200)*100vw) calc((608/1200)*100vw);
        width: calc((600/1200)*100vw);
        height: calc((508/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .service::before {
        background: url(../images/top/service-bg.png)no-repeat center center/600px 608px;
        width: 600px;
        height: 508px;
    }
}

@media screen and (max-width: 768px) {
    .service::before {
        background: url(../images/top/service-bg.png)no-repeat center center/300px 253px;
        width: 300px;
        height: 253px;
    }
}

.service-list {
    margin-top: 40px;
}

@media screen and (max-width: 1200px) {
    .service-list {
        margin-top: calc((40/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .service-list {
        margin-top: 40px;
    }
}

.service-item {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    margin-top: 75px;
}

@media screen and (max-width: 1200px) {
    .service-item {
        margin-top: calc((75/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .service-item {
        margin-top: 75px;
    }
}

@media screen and (max-width: 768px) {
    .service-item {
        margin-top: 40px;
    }
}



.service-item:first-child {
    margin-top: 0;
}

/* 奇数 */
.service-item:nth-child(odd) {
    flex-direction: row;
}

@media screen and (max-width: 768px) {
    .service-item:nth-child(odd) {
        flex-direction: column;
    }
}

.service-item:nth-child(odd) .service-item-img {
    margin-left: calc(50% - 50vw);
    width: 100vw;
}

@media screen and (max-width: 768px) {
    .service-item:nth-child(odd) .service-item-img {
        margin-left: -20px;
        width: calc(100% + 20px);
    }
}

.service-item:nth-child(odd) .service-item-img img {
    width: 100%;
}

.service-item:nth-child(odd) .service-item-text {
    margin-left: 4.16%;
    min-width: 51.08%;
}

@media screen and (max-width: 768px) {
    .service-item:nth-child(odd) .service-item-text {
        margin-left: 0;
        min-width: initial;
        width: 100%;
    }
}

/* 偶数 */
.service-item:nth-child(even) {
    flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
    .service-item:nth-child(even) {
        flex-direction: column;
    }
}

.service-item:nth-child(even) .service-item-img {
    margin-right: calc(50% - 50vw);
    width: 100vw;
}


@media screen and (max-width: 768px) {
    .service-item:nth-child(even) .service-item-img {
        margin-left: -20px;
        margin-right: 0;
        width: calc(100% + 20px);
    }
}

.service-item:nth-child(even) .service-item-img img {
    width: 100%;
}

.service-item:nth-child(even) .service-item-text {
    margin-right: 4.16%;
    min-width: calc(100% - 50%);
}

@media screen and (max-width: 768px) {
    .service-item:nth-child(even) .service-item-text {
        margin-right: 0;
        min-width: initial;
        width: 100%;
    }
}


.service-title {
    margin-top: 10px;
}

@media screen and (max-width: 1200px) {
    .service-title {
        margin-top: calc((10/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .service-title {
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .service-title {
        margin-top: 30px;
    }
}


.service-title--en {
    font-size: 18px;
    font-weight: bold;
}

@media screen and (max-width: 1200px) {
    .service-title--en {
        font-size: calc((18/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .service-title--en {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .service-title--en {
        font-size: 15px;
    }
}

.service-title--ja {
    font-size: 35px;
    font-weight: 900;
}

@media screen and (max-width: 1200px) {
    .service-title--ja {
        font-size: calc((35/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .service-title--ja {
        font-size: 35px;
    }
}

@media screen and (max-width: 1024px) {
    .service-title--ja {
        font-size: 22px;
    }
}

.service-item-description {
    line-height: 1.8;
    font-size: 18px;
    margin-top: 40px;
}

@media screen and (max-width: 1200px) {
    .service-item-description {
        font-size: calc((18/1200)*100vw);
        margin-top: calc((40/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .service-item-description {
        font-size: 15px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 768px) {
    .service-item-description {
        margin-top: 30px;
    }
}

.service-item-btn {
    margin-top: 30px;
}

@media screen and (max-width: 1200px) {
    .service-item-btn {
        margin-top: calc((30/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .service-item-btn {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .service-item-btn {
        margin: 30px auto 0;
    }
}

.service-modal-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

@media screen and (max-width: 1200px) {
    .service-modal-list {
        gap: calc((10/1200)*100vw);
        margin-top: calc((30/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .service-modal-list {
        gap: 10px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .service-modal-list {
        margin-top: 24px;
    }
}

.service-modal-item {
    max-width: 90px;
}

@media screen and (max-width: 1200px) {
    .service-modal-item {
        max-width: calc((90/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .service-modal-item {
        max-width: 90px;
    }
}

.service-modal-item img {
    aspect-ratio: 90/60;
    object-fit: cover;
}

.service-modal-item img:hover {
    opacity: .7;
    cursor: pointer;
}


/* モーダル調整 */
.pswp__caption__center {
    font-family: source-han-sans-japanese, '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;

}

/* ===============
  NEWS
  ================== */
.news {}

.news-box {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .news-box {
        flex-direction: column;
    }
}

.news-box-title {
    width: 31.25%;
}

@media screen and (max-width: 1024px) {
    .news-box-title {
        width: 100%;
    }
}

.news-box-contents {
    width: calc(100% - 31.25%);
}

@media screen and (max-width: 1024px) {
    .news-box-contents {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .news-list {
        margin-top: 40px;
    }
}


.news-item {
    border-top: 1px solid #bababa;
    padding: 30px 20px;
}

@media screen and (max-width: 1200px) {
    .news-item {
        padding: calc((30/1200)*100vw) calc((20/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .news-item {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 768px) {
    .news-item {
        padding: 15px 0;
    }
}


.news-item:last-child {
    border-bottom: 1px solid #bababa;
}

.news-item-date {
    margin-right: 40px;
}

@media screen and (max-width: 1200px) {
    .news-item-date {
        margin-right: calc((40/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .news-item-date {
        margin-right: 40px;
    }
}

@media screen and (max-width: 768px) {
    .news-item-date {
        display: block;
        margin-bottom: 15px;
        margin-right: 0;
    }
}

/* ===============
  COMPANY
  ================== */

.company {
    background: #f0f1f3;
    position: relative;
}

.company::before {
    background: url(../images/top/company-bg.png)no-repeat center center/500px 423px;
    content: '';
    position: absolute;
    width: 500px;
    height: 423px;
    left: 0;
    bottom: 0;
}

@media screen and (max-width: 1200px) {
    .company::before {
        background: url(../images/top/company-bg.png)no-repeat center center/calc((500/1200)*100vw) calc((423/1200)*100vw);
        width: calc((500/1200)*100vw);
        height: calc((423/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .company::before {
        background: url(../images/top/company-bg.png)no-repeat center center/500px 423px;
        width: 500px;
        height: 423px;
    }
}

@media screen and (max-width: 768px) {
    .company::before {
        background: url(../images/top/company-bg.png)no-repeat center center/300px 254px;
        width: 300px;
        height: 254px;
    }
}

.company-box {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1024px) {
    .company-box {
        flex-direction: column;
    }
}

.company-box-title {
    width: 31.25%;
}

@media screen and (max-width: 1024px) {
    .company-box-title {
        width: 100%;
    }
}

.company-box-contents {
    width: calc(100% - 31.25%);
}

@media screen and (max-width: 1024px) {
    .company-box-contents {
        width: 100%;
    }
}

.company-table {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .company-table {
        margin-top: 50px;
    }
}

.company-table-tr {
    border-top: 1px solid #bababa;
}

.company-table-tr:last-child {
    border-bottom: 1px solid #bababa;
}

.company-table-th {
    background: #e4e5e9;
    font-weight: bold;
    padding: 27px 30px;
    text-align: left;
    width: 24.39%;
}

@media screen and (max-width: 1200px) {
    .company-table-th {
        padding: calc((27/1200)*100vw);
    }
}

@media screen and (max-width: 768px) {
    .company-table-th {
        display: block;
        padding: 12px 15px;
        width: 100%;
    }
}


.company-table-td {
    background: #fff;
    padding: 27px 30px;
}

@media screen and (max-width: 1200px) {
    .company-table-td {
        padding: calc((27/1200)*100vw) calc((20/1200)*100vw);
    }
}

@media screen and (max-width: 1024px) {
    .company-table-td {
        padding: 27px 20px;
    }
}

@media screen and (max-width: 768px) {
    .company-table-td {
        border-top: 1px solid #bababa;
        display: block;
        padding: 12px 15px;
    }
}




/* ==========================================================================
  お問い合わせページ
  ========================================================================== */
.contact-inner {
    max-width: calc(1000px + 60px);
}

@media screen and (max-width: 768px) {
    .contact-inner {
        max-width: 100%;
    }
}

.contact p {
    line-height: 1.8;
}

.contact .mv {
    max-height: 400px;
}

@media screen and (max-width: 768px) {
    .contact .mv {
        max-height: 250px;
    }

    .contact .mv-copy {
        white-space: nowrap;
    }

    .contact .mv .inner {
        max-width: 100%;
    }
}

.contact .mv-video {
    position: relative;
    width: 100vw;
    margin-top: -200px;
}

@media screen and (max-width: 768px) {
    .contact .mv-video {
        margin-top: -250px;
    }
}

.contact .mv-copy-box {
    top: 140px;
    left: 50%;
    transform: translatex(-50%);
    padding-left: 0;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .contact .mv-copy-box {
        top: 120px;
    }
}

.contact .mv-copy {
    font-size: 50px;
}

@media screen and (max-width: 768px) {
    .contact .mv-copy {
        font-size: 40px;
    }
}

.contact .mv-copy--en {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .contact .mv-copy--en {
        font-size: 15px;
    }
}



.contact-form {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.contact-form-content {
    margin-top: 45px;
}

@media screen and (max-width: 768px) {
    .contact-form-content {
        margin-top: 28px;
    }
}

.contact-form-content-list {
    display: flex;
    flex-direction: column;
}

.contact-form-content-item {
    border-top: 1px solid#bcbcbc;
    display: table-cell;
}

.contact-form-content-item:last-child {
    border-bottom: 1px solid#bcbcbc;
}


.contact-form-content-ttl {
    background: #e4e5e9;
    font-weight: bold;
    display: table-cell;
    text-align: left;
    width: 250px;
    padding: 30px 20px;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .contact-form-content-ttl {
        display: block;
        border-bottom: 1px solid#bcbcbc;
        width: 100%;
        padding: 15px;
    }
}

/* 確認ページ */
.contact-form-confirm .contact-form-content-ttl {
    padding: 20px;
}

.contact-form-content-item:last-child .contact-form-content-ttl {
    height: 200px;
}

/* 確認ページ */
.contact-form-confirm .contact-form-content-item:last-child .contact-form-content-ttl {
    height: auto;
}

@media screen and (max-width: 768px) {
    .contact-form-content-item:last-child .contact-form-content-ttl {
        height: auto;
    }
}

.contact-form-content-ttl .is-required,
.contact-form-content-ttl .is-optional {
    position: relative;
}

.contact-form-content-ttl .is-required::after,
.contact-form-content-ttl .is-optional::after {
    font-weight: normal;
    line-height: 1;
    position: absolute;
    top: 50%;
    display: inline-flex;
    width: 10px;
    height: 20px;
    margin-right: 0;
    content: '*';
    transform: translateY(-50%);
    color: #cc0000;
    align-items: center;
    justify-content: center;
}

.contact-form-content-data {
    line-height: 1.8;
    position: relative;
    width: calc(100% - 250px);
    display: table-cell;
    width: 75%;
    padding: 20px;
}

@media screen and (max-width: 768px) {
    .contact-form-content-data {
        display: block;
        width: 100%;
    }
}


.contact-form-privacy {
    margin-top: 60px;
}

@media screen and (max-width: 768px) {
    .contact-form-privacy {
        margin-top: 25px;
    }
}

.contact-form-action {
    display: flex;
    width: 100%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .contact-form-action {
        flex-direction: column;
    }
}


.contact-form-action .btn {
    line-height: 1;
    position: relative;
    height: 100%;
    padding: 22px 5px;

    transition: .3s;
    text-align: center;
    letter-spacing: .1em;

    color: #333333;
    border: 1px solid #999999;
}

.contact-form-action .btn:nth-child(2) {
    margin-left: 20px;
}

@media screen and (max-width: 768px) {
    .contact-form-action .btn:nth-child(2) {
        margin-left: 0px;
        margin-top: 20px;
    }
}

.contact-form-action :hover {
    cursor: pointer;
    opacity: .6;
}

.contact-form-action+.btn {
    margin-left: 30px;
}

.contact-form-btn button:hover::before {
    left: 0;
    width: 100%;
}

.contact-complete-btn:hover {
    cursor: pointer;
}

.error {
    color: #d31619;
    margin-top: 10px;
}

.contact-form-content-data.err .select,
.contact-form-content-data.err input {
    position: relative;
    color: #5d95c4;
    border: 1px solid #5d95c4;
}

.err_message {
    display: none;
}


.contact option,
.contact textarea,
.contact input[type=text],
.contact input[type=email],
.contact input[type=search],
.contact input[type=url] {
    width: 100%;
}

.contact input[type=checkbox] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.contact input[type=text],
.contact input[type=email],
.contact textarea {
    width: 100%;
    padding: 10px 15px;
    background: #f2f2f2;
}


.contact input::-moz-placeholder,
.contact textarea::-moz-placeholder {
    color: #666666;
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
    color: #666666;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #666666;
}

input[type=text].contact-form-content-data-shorttxt {
    width: auto;
    margin-right: 10px;
}





/* ==========================================================================
  アニメーション
  ========================================================================== */


/* scrollのアニメーション */
@keyframes pathmove {
    0% {
        top: 40px;

        height: 0;

        opacity: 0;
    }

    30% {
        height: 100px;

        opacity: 1;
    }

    100% {
        top: 220px;

        height: 0;

        opacity: 0;
    }
}

/* ローディングアニメーション */
#loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #08182c;
}

.loading-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.loaded {
    opacity: 0;
    visibility: hidden;
}

.short-bar {
    width: 100px;
    border-radius: 100%;
    animation: sk-scaleout 2.0s infinite ease-in-out;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes sk-scaleout {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1.0);
        opacity: 0;
    }
}


/* フェードインのアニメーション */
.fadein {
    opacity: 0;
    transform: translateY(24px);
    transition: 1s;
}