@charset "utf-8";

/* Settings
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
}

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

@font-face {
    font-family: "Zen Kaku Gothic New";
    src: url("../font/ZenKakuGothicNew-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Zen Kaku Gothic New";
    src: url("../font/ZenKakuGothicNew-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Josefin Sans";
    src: url("../font/JosefinSans-VariableFont_wght.ttf") format("truetype");
}

html {
    font-size: 62.5%;
}

body {
    min-width: 1025px;
    font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Myriad Pro, Myriad, Arial, sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    color: #394045;
    line-height: 2;
    text-size-adjust: 100%;
    word-wrap: break-word;
    word-break: break-all;
    background: #f8f9fa;
}

img {
    max-width: 100%;
    height: auto;
    margin: auto;
    vertical-align: bottom;
}

a {
    color: #394045;
    text-decoration: none;
    display: inline-block;
    transition: all .2s;
}

a:hover {
    opacity: .6;
}

a img {
    text-decoration: none;
}

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

input,
select {
    vertical-align: middle;
}

ul,
li,
dl,
dt,
dd,
form {
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style: none;
}

li::marker {
    margin: 0;
    padding: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

ins {
    /* remember to highlight inserts somehow! */
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    /* markup tables with 'cellspacing="0"' */
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    border: 0;
    background: transparent;
    border-radius: 0;
    text-align: inherit;
}

button:hover {
    cursor: pointer;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 400;
}

/* Style parts
   ========================================================================== */
.alc {
    text-align: center !important;
}

.all {
    text-align: left !important;
}

.alr {
    text-align: right !important;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.clr {
    zoom: 1;
}

.clr:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
}

.clearboth {
    clear: both !important;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

/* Common parts
========================================================================== */
/* 太字
========================== */
.bold {
    font-weight: 700;
}

/* 英字
========================== */
.en{
    font-family: "Josefin Sans", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Myriad Pro, Myriad, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .1rem;
}

/* ページ幅
========================== */
.inner {
    width: min(100% - 5rem, 120rem);
    margin: auto;
}

/* フェードイン
========================== */
.js-fadein {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .6s ease-out, transform .6s ease-out;
}

.js-fadein.is-animated {
    opacity: 1;
    transform: translateY(0);
}

/* タイトル
========================== */
.c-ttl{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    line-height: 1;
}

.c-ttl::after{
    content: '';
    width: 5rem;
    height: 1px;
    background: #a0b2c7;
    display: block;
    margin-top: 2rem;
}

.c-ttl .en{
    font-size: 3rem;
}

.c-ttl .ja{
    font-size: 1.5rem;
}

/* ボタン
========================== */
.c-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    width: max-content;
    height: 5rem;
    padding: 0 2rem;
    border: 1px solid #5d696d;
    border-radius: 999px;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.c-btn-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background-color: #5d696d;
    transition:
    width 0.35s ease,
    height 0.35s ease,
    transform 0.35s ease,
    background-color 0.35s ease;
}

.c-btn:hover .c-btn-dot {
    width: 22px;
    height: 6px;
    transform: translateX(4px);
}

/* 下層共通ここから */
/* MV
========================== */
.c-submv{
    display: flex;
    height: 35rem;
    position: relative;
}

.c-submv::after{
    content: '';
    width: 80%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.c-submv__ttl{
    display: flex;
    flex-direction: column;
    line-height: 1;
    gap: 1rem;
}

.c-submv__ttl .en{
    font-size: 4rem;
    letter-spacing: .2rem;
}

.c-submv__ttl .ja{
    font-size: 2rem;
}

/* パンくず
========================== */
.c-breadcrumbs{
    padding: 1.5rem 0;
}

.c-breadcrumbs ul{
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 1.5rem;
}

.c-breadcrumbs li:not(:last-child)::after{
    content: 'ー';
    color: #8a9599;
    margin-left: 1rem;
}

.c-breadcrumbs li:last-child{
    color:#8a9599;
}
/* 下層共通ここまで */


/* Header
========================================================================== */
.header {
    position: fixed;
    z-index: 9997;
    width: 100%;
    background: #fff;
}

.header__inner {
    width: min(100% - 5rem, 120rem);
    height: 65px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.header__hMenuBtn {
    display: none;
}

.header__hMenu-nav ul {
    display: flex;
    gap: 3rem;
}

.header__logo{
    font-size: 3rem;
    line-height: 1;
    color: #5d696d;
}

/* Main
========================================================================== */
.main{
    padding-top: 6.5rem;
}

/* Footer
========================================================================== */
.footer{
    padding-top: 10rem;
}

.footer__sign{
    background: #a0b2c7;
    padding: 2rem 0 1rem;
    line-height: 1;
}

.footer__sign .inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.footer__sign-logo{
    color: #fff;
    font-size: 2.6rem;
}

.footer__sign-copy{
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
}

.footer__sns{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    border-top: 1px solid #5d696d;
    padding-top: 1rem;
    margin-bottom: 1rem;
}

.footer__sns a{
    display: grid;
    place-items: center;
    gap: 2rem;
    padding: 3rem;
}

.footer__sns a:first-child{
    border-right: 1px solid #5d696d;
}

.footer__sns-name{
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer__sns-name .en{
    font-size: 2rem;
}

.footer__sns-desc{
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}

.footer__sns-desc-circle {
    width: 3.5rem;
    height: 3.5rem;
    border: 1px solid #333;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.footer__sns-desc-arrow {
    display: inline-block;
    line-height: 1;
    transition: transform 0.3s ease;
}

.footer__sns a:hover .footer__sns-desc-arrow {
    transform: translateX(4px);
}

@media screen and (min-width: 1025px) {
    a[href^=tel] {
        pointer-events: none;
    }
}

@media only screen and (max-width: 1024px) {
    /* Settings
   ========================================================================== */
    body {
        min-width: 100%;
        font-size: 1.6rem;
    }

    /* Style parts
   ========================================================================== */
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
    
    /* Common parts
    ========================================================================== */
    /* 下層共通ここから */
    /* MV
    ========================== */
    .c-submv{
        height: 20rem;
    }

    .c-submv__ttl .en{
        font-size: 2.8rem;
    }

    .c-submv__ttl .ja{
        font-size: 1.6rem;
    }

    /* パンくず
    ========================== */
    .c-breadcrumbs ul{
        font-size: 1.4rem;
    }
    /* 下層共通ここまで */

    /* Header
    ========================================================================== */
    .header__inner{
        width: calc(100% - 2.5rem);
        margin-right: 0;
        margin-left: 2.5rem;
    }
    .header__hMenuBtn {
        display: block;
        position: relative;
        z-index: 9999;
        width: 6.5rem;
        height: 6.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }

    .header__hMenuBtn-line,
    .header__hMenuBtn-line02 {
        width: 4rem;
        height: 1px;
        background: #394045;
        position: relative;
        transition: all .2s;
    }

    .header__hMenuBtn-line.is-open {
        transform: translateY(5px) rotate(40deg);
    }

    .header__hMenuBtn-line02.is-open {
        transform: translateY(-6px) rotate(-40deg);
    }

    .header__hMenu {
        position: fixed;
        z-index: 9998;
        top: 50px;
        left: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
        opacity: 0;
        background: rgba(255, 255, 255, .8);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        transition: all .2s;
        overflow-y: scroll;
    }

    .header__hMenu.is-open {
        visibility: visible;
        opacity: 1;
        transition: all .2s;
    }

    .header__hMenu-nav {
        width: min(100% - 5rem, 120rem);
        margin: auto;
        padding: 2rem 0;
    }

    .header__hMenu-nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        gap: 0;
    }

    .header__hMenu-nav li {
        border-bottom: 1px solid #5d696d;
    }

    .header__hMenu-nav a {
        display: block;
        padding: 2rem;
    }

    .header__logo{
        font-size: 2.2rem;
    }

    /* Footer
    ========================================================================== */
    .footer{
        padding-top: 8rem;
    }

    .footer__sns{
        grid-template-columns: 1fr;
    }

    .footer__sns a:first-child{
        border-right: none;
        border-bottom: 1px solid #5d696d;
    }

    .footer__sign{
        padding-bottom: 65px;
    }

    .footer__sign-logo{
        font-size: 2rem;
    }

    #floatBtn {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transform: translateY(100%);
        transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
        width: 100%;
        height: 50px;
    }

    #floatBtn.visible {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    #floatBtn a{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .5rem;
        width: 100%;
        height: 100%;
        background: rgba(160,178,199,.9);
        color: #fff;
        padding: 1rem;
        line-height: 1;
    }

}