@charset "UTF-8";

@font-face {
    font-family: "Yu Gothic";
    font-weight: normal;
    src:
        local("Yu Gothic-Medium"), local("Yu Gothic Medium"),
        local("YuGothic-Regular");
    font-display: auto;
}

@font-face {
    font-family: "Yu Gothic";
    font-weight: bold;
    src: local("Yu Gothic-Bold"), local("Yu Gothic");
    font-display: auto;
}

@font-face {
    font-family: fonticon;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/fonticon.eot?cbzgmd");
    src:
        url("fonts/fonticon.eot?cbzgmd#iefix") format("embedded-opentype"),
        url("fonts/fonticon.ttf?cbzgmd") format("truetype"),
        url("fonts/fonticon.woff?cbzgmd") format("woff"),
        url("fonts/fonticon.svg?cbzgmd#fonticon") format("svg");
    font-display: block;
}

[class^="mn-"],
[class*=" mn-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: fonticon !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mn-twitter::before {
    content: "\e900";
}

.mn-check::before {
    content: "\e901";
}

.mn-contact::before {
    content: "\e902";
}

.mn-facebook::before {
    content: "\e903";
}

.mn-tel::before {
    content: "\e904";
}

/* COMPASS
 * ----------------------------------------------- */
html,
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    padding: 0;
    margin: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

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

caption,
th,
td {
    font-weight: normal;
    vertical-align: middle;
    text-align: left;
}

q,
blockquote {
    quotes: none;
}

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

a img {
    border: none;
}

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

/* BASE
 * ----------------------------------------------- */

/* MEDIA QUERIES
 * ----------------------------------------------- */

/* MIXINS SASS
 * ----------------------------------------------- */

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

body * {
    max-height: 99999em;
}

body img {
    display: inline-block;
    max-width: 100%;
    max-height: none;
    vertical-align: middle;
}

input,
label,
select,
button,
textarea {
    display: inline-block;
    padding: 0;
    margin: 0;
    font: inherit;
    line-height: 1;
    vertical-align: middle;
    white-space: normal;
    background: none;
    border: 0;
}

input:focus,
button:focus,
select:focus {
    outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type="search"] {
    appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
    display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
    overflow: auto;
    white-space: pre-line;
}

/* GENERAL
 * ----------------------------------------------- */
html {
    box-sizing: border-box;
    height: 100%;
    overflow-y: scroll;
    font-size: 62.5%;
    text-size-adjust: 100%;
}

body {
    /* overflow-x: hidden; */
    font-family:
        "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ",
        "MS PGothic", "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
    font-size: clamp(1.6rem, 1.5328rem + 0.14vw, 1.75rem);
    font-weight: normal;
    line-height: 1.4;
    color: #333;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

main {
    display: block;
    padding-top: 75px;
    overflow: hidden;
}

.no-headerH main {
    padding-top: 0;
}

.no-headerH main .area-pagetitle {
    padding-top: 75px;
}

/* common style -------------------------------------- */
.cf::before,
.cf::after {
    display: table;
    content: "";
}

.cf::after {
    clear: both;
}

.imgBg {
    background-repeat: no-repeat;
    background-position: center 50%;
    background-size: cover;
}

.txt-center,
.stxt-center {
    text-align: center;
}

.block {
    display: block;
}

.iblock {
    display: inline-block;
}

.pc-only {
    display: block;
}

.pc-only-l {
    display: block;
}

.pc-only-ll {
    display: block;
}

.pc-only-m {
    display: block;
}

.sp-only {
    display: none;
}

.sp-only-s {
    display: none;
}

.sp-only-m {
    display: none;
}

.sp-only-l {
    display: none;
}

.sp-only-ll {
    display: none;
}

.flex {
    display: flex;
}

.flex.between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex.middle {
    -ms-flex-align: center;
    align-items: center;
}

@media (width <=767px) {
    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    .stxt-center {
        text-align: left;
    }
}

@media (width <=480px) {
    .pc-only-m {
        display: none;
    }

    .sp-only-m {
        display: block;
    }
}

@media (width <=350px) {
    .sp-only-s {
        display: block;
    }
}

.bg-bk {
    background: #000;
}

.bg-wh {
    background: #fff;
}

/* font style -------------------------------------- */
.f-default {
    font-family:
        "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ",
        "MS PGothic", "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
}

.f-yug {
    font-family:
        "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
        "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.f-serif {
    font-family:
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro",
        "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia,
        serif;
}

.f-noto {
    font-family:
        "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ",
        sans-serif;
}

.f-teko {
    font-family: Teko, sans-serif;
}

.f-lato {
    font-family: Lato, sans-serif;
    letter-spacing: 0;
}

.f-en {
    font-family: Arial, Helvetica, sans-serif;
}

/* .f-raleway { font-family: "Raleway", sans-serif;} */
.f-arial {
    font-family: Arial, sans-serif;
}

.f-ddct {
    font-family: "Didact Gothic", sans-serif;
}

.f-bold {
    font-weight: bold;
}

.f-normal {
    font-weight: normal;
}

.f-w100 {
    font-weight: 100;
}

.f-w200 {
    font-weight: 200;
}

.f-w300 {
    font-weight: 300;
}

.f-w400 {
    font-weight: normal;
}

.f-w500 {
    font-weight: 500;
}

.f-w600 {
    font-weight: 600;
}

.f-w700 {
    font-weight: bold;
}

.f-w900 {
    font-weight: 900;
}

/* font color */
.f-bk {
    color: #000;
}

.f-wh {
    color: #fff;
}

.f-bk2 {
    color: #222;
}

.lineheight-L {
    line-height: 2;
}

/* font size -------------------------------------- */
.f-sz10 {
    font-size: 1rem;
}

.f-sz11 {
    font-size: 1.1rem;
}

.f-sz12 {
    font-size: 1.2rem;
}

.f-sz13 {
    font-size: 1.3rem;
}

.f-sz14 {
    font-size: 1.4rem;
}

.f-sz15 {
    font-size: 1.5rem;
}

.f-sz16 {
    font-size: 1.6rem;
}

.f-sz17 {
    font-size: 1.7rem;
}

.f-sz18 {
    font-size: 1.8rem;
}

.f-sz19 {
    font-size: 1.9rem;
}

.f-sz20 {
    font-size: 2rem;
}

.f-sz21 {
    font-size: 2.1rem;
}

.f-sz22 {
    font-size: 2.2rem;
    line-height: 1.4;
}

.f-sz23 {
    font-size: 2.3rem;
    line-height: 1.4;
}

.f-sz24 {
    font-size: 2.4rem;
    line-height: 1.4;
}

.f-sz25 {
    font-size: 2.5rem;
    line-height: 1.4;
}

.f-sz26 {
    font-size: 2.6rem;
    line-height: 1.4;
}

.f-sz27 {
    font-size: 2.7rem;
    line-height: 1.4;
}

.f-sz28 {
    font-size: 2.8rem;
    line-height: 1.3;
}

.f-sz30 {
    font-size: 3rem;
    line-height: 1.3;
}

.f-sz31 {
    font-size: 3.1rem;
    line-height: 1.3;
}

.f-sz32 {
    font-size: 3.2rem;
    line-height: 1.3;
}

.f-sz33 {
    font-size: 3.3rem;
    line-height: 1.3;
}

.f-sz34 {
    font-size: 3.4rem;
    line-height: 1.3;
}

.f-sz35 {
    font-size: 3.5rem;
    line-height: 1.3;
}

.f-sz36 {
    font-size: 3.6rem;
    line-height: 1.3;
}

.f-sz37 {
    font-size: 3.7rem;
    line-height: 1.3;
}

.f-sz38 {
    font-size: 3.8rem;
    line-height: 1.3;
}

.f-sz39 {
    font-size: 3.9rem;
    line-height: 1.3;
}

.f-sz40 {
    font-size: 4rem;
    line-height: 1.3;
}

.f-sz41 {
    font-size: 4.1rem;
    line-height: 1.3;
}

.f-sz42 {
    font-size: 4.2rem;
    line-height: 1.2;
}

.f-sz43 {
    font-size: 4.3rem;
    line-height: 1.2;
}

.f-sz44 {
    font-size: 4.4rem;
    line-height: 1.2;
}

.f-sz45 {
    font-size: 4.5rem;
    line-height: 1.2;
}

.f-sz47 {
    font-size: 4.7rem;
    line-height: 1.2;
}

.f-sz48 {
    font-size: 4.8rem;
    line-height: 1.2;
}

.f-sz49 {
    font-size: 4.9rem;
    line-height: 1.2;
}

.f-sz50 {
    font-size: 5rem;
    line-height: 1.2;
}

.f-sz52 {
    font-size: 5.2rem;
    line-height: 1.2;
}

.f-sz55 {
    font-size: 5.5rem;
    line-height: 1;
}

.f-sz60 {
    font-size: 6rem;
    line-height: 1;
}

.f-sz65 {
    font-size: 6.5rem;
    line-height: 1;
}

.f-sz68 {
    font-size: 6.8rem;
    line-height: 1;
}

.f-sz70 {
    font-size: 7rem;
    line-height: 1;
}

.f-sz72 {
    font-size: 7.2rem;
    line-height: 1;
}

.f-sz75 {
    font-size: 7.5rem;
    line-height: 1;
}

.f-sz80 {
    font-size: clamp(4.8rem, 2.6672rem + 4.44vw, 8rem);
    line-height: 1;
}

.f-sz90 {
    font-size: 9rem;
    line-height: 1;
}

.f-sz95 {
    font-size: 9.5rem;
    line-height: 1;
}

.f-sz100 {
    font-size: 10rem;
    line-height: 1;
}

.f-sz110 {
    font-size: 11rem;
    line-height: 0.8;
}

.f-sz120 {
    font-size: 12rem;
    line-height: 0.8;
}

/* letter-spacing */
.fls-l {
    letter-spacing: 0.6vw;
}

.fls-m {
    letter-spacing: 0.15em;
}

.fls-s {
    letter-spacing: -0.05em;
}

/* line-height */
.flh-l {
    line-height: 2;
}

.flh-m {
    line-height: 1.7;
}

@media (width <=1320px) {
    .f-sz120 {
        font-size: 8.5vw;
    }

    .f-sz110 {
        font-size: 8vw;
    }

    .f-sz70 {
        font-size: 6.5rem;
    }

    .f-sz65 {
        font-size: 6.2rem;
    }
}

@media (width <=1280px) {
    .fls-l {
        letter-spacing: 0.4vw;
    }

    .f-sz50 {
        font-size: 4.7rem;
    }

    .f-sz65 {
        font-size: 6rem;
    }
}

@media (width <=991px) {
    .f-sz120 {
        font-size: 10rem;
    }

    .f-sz110 {
        font-size: 9.5rem;
    }

    .f-sz100 {
        font-size: 9rem;
    }

    .f-sz95 {
        font-size: 8.5rem;
    }

    .f-sz90 {
        font-size: 8rem;
    }

    .f-sz75 {
        font-size: 6.5rem;
    }

    .f-sz72 {
        font-size: 6.3rem;
    }

    .f-sz70 {
        font-size: 6rem;
    }

    .f-sz65 {
        font-size: 5.75rem;
    }

    .f-sz60 {
        font-size: 5.5rem;
    }

    .f-sz55 {
        font-size: 5rem;
    }

    .f-sz52 {
        font-size: 4.7rem;
    }

    .f-sz50 {
        font-size: 4.2rem;
    }

    .f-sz48 {
        font-size: 3.8rem;
    }

    .f-sz45 {
        font-size: 3.7rem;
    }

    .f-sz43 {
        font-size: 3.55rem;
    }

    .f-sz42 {
        font-size: 3.53rem;
    }

    .f-sz41 {
        font-size: 3.5rem;
    }

    .f-sz40 {
        font-size: 3.45rem;
    }

    .f-sz39 {
        font-size: 3.4rem;
    }

    .f-sz38 {
        font-size: 3.3rem;
    }

    .f-sz37 {
        font-size: 3.2rem;
    }

    .f-sz36 {
        font-size: 3.1rem;
    }

    .f-sz35 {
        font-size: 3.05rem;
    }

    .f-sz34 {
        font-size: 3rem;
    }

    .f-sz32 {
        font-size: 2.95rem;
    }

    .f-sz27 {
        font-size: 2.5rem;
    }

    .fls-l {
        letter-spacing: 0.2em;
    }
}

@media (width <=768px) {
    .f-sz120 {
        font-size: 9.5rem;
    }

    .f-sz110 {
        font-size: 13vw;
    }

    .f-sz100 {
        font-size: 8.25rem;
    }

    .f-sz95 {
        font-size: 8rem;
    }

    .f-sz90 {
        font-size: 7.8rem;
    }

    .f-sz75 {
        font-size: 6rem;
    }

    .f-sz72 {
        font-size: 5.75rem;
    }

    .f-sz70 {
        font-size: 5.6rem;
    }

    .f-sz68 {
        font-size: 5.2rem;
    }

    .f-sz65 {
        font-size: 5rem;
    }

    .f-sz60 {
        font-size: 4.8rem;
    }

    .f-sz55 {
        font-size: 4.3rem;
    }

    .f-sz52 {
        font-size: 4.1rem;
    }

    .f-sz50 {
        font-size: 3.9rem;
    }

    .f-sz48 {
        font-size: 3.85rem;
    }

    .f-sz47 {
        font-size: 3.8rem;
    }

    .f-sz45 {
        font-size: 3.65rem;
    }

    .f-sz43 {
        font-size: 3.5rem;
    }

    .f-sz42 {
        font-size: 3.4rem;
    }

    .f-sz41 {
        font-size: 3.25rem;
    }

    .f-sz40 {
        font-size: 3.2rem;
    }

    .f-sz39 {
        font-size: 3.15rem;
    }

    .f-sz38 {
        font-size: 3.1rem;
    }

    .f-sz37 {
        font-size: 3.05rem;
    }

    .f-sz36 {
        font-size: 3rem;
    }

    .f-sz35 {
        font-size: 2.95rem;
    }

    .f-sz34 {
        font-size: 2.8rem;
    }

    .f-sz33 {
        font-size: 2.7rem;
    }

    .f-sz32 {
        font-size: 2.65rem;
    }

    .f-sz30 {
        font-size: 2.55rem;
    }

    .f-sz28 {
        font-size: 2.4rem;
        line-height: 1.3;
    }

    .f-sz27 {
        font-size: 2.35rem;
        line-height: 1.3;
    }

    .f-sz26 {
        font-size: 2.3rem;
        line-height: 1.3;
    }

    .f-sz24 {
        font-size: 2.2rem;
    }

    .fls-l {
        letter-spacing: 0.15em;
    }

    .fls-m {
        letter-spacing: 0.07em;
    }
}

@media (width <=480px) {
    .f-sz120 {
        font-size: 6rem;
    }

    .f-sz120.f-teko {
        font-size: 7.5rem;
    }

    .f-sz100 {
        font-size: 5.5rem;
    }

    .f-sz95 {
        font-size: 5rem;
    }

    .f-sz90.f-teko {
        font-size: 6.5rem;
    }

    .f-sz90 {
        font-size: 4.8rem;
    }

    .f-sz75 {
        font-size: 4rem;
    }

    .f-sz75.f-teko {
        font-size: 5rem;
    }

    .f-sz72 {
        font-size: 3.85rem;
    }

    .f-sz70 {
        font-size: 3.75rem;
    }

    .f-sz68 {
        font-size: 3.7rem;
        line-height: 1.2;
    }

    .f-sz65 {
        font-size: 3.65rem;
    }

    .f-sz60 {
        font-size: 3.6rem;
    }

    .f-sz55 {
        font-size: 3.5rem;
        line-height: 1.2;
    }

    .f-sz52 {
        font-size: 3.45rem;
    }

    .f-sz50 {
        font-size: 3.4rem;
    }

    .f-sz48 {
        font-size: 3.2rem;
    }

    .f-sz47 {
        font-size: 3.1rem;
    }

    .f-sz45 {
        font-size: 3rem;
    }

    .f-sz43 {
        font-size: 2.9rem;
    }

    .f-sz42 {
        font-size: 2.85rem;
    }

    .f-sz41 {
        font-size: 2.8rem;
    }

    .f-sz40 {
        font-size: 2.6rem;
    }

    .f-sz39 {
        font-size: 2.55rem;
        line-height: 1.4;
    }

    .f-sz38 {
        font-size: 2.5rem;
        line-height: 1.4;
    }

    .f-sz37 {
        font-size: 2.4rem;
        line-height: 1.4;
    }

    .f-sz36 {
        font-size: 2.35rem;
        line-height: 1.4;
    }

    .f-sz35 {
        font-size: 2.3rem;
    }

    .f-sz34 {
        font-size: 2.25rem;
    }

    .f-sz33 {
        font-size: 2.2rem;
    }

    .f-sz32 {
        font-size: 2.15rem;
    }

    .f-sz30 {
        font-size: 2.1rem;
    }

    .f-sz28 {
        font-size: 2.05rem;
    }

    .f-sz27 {
        font-size: 2rem;
    }

    .f-sz26 {
        font-size: 1.95rem;
    }

    .f-sz25 {
        font-size: 1.9rem;
    }

    .f-sz24 {
        font-size: 1.85rem;
    }

    .f-sz23 {
        font-size: 1.8rem;
    }

    .f-sz22 {
        font-size: 1.75rem;
    }

    .f-sz21 {
        font-size: 1.7rem;
    }

    .f-sz20 {
        font-size: 1.7rem;
        line-height: 1.6;
    }

    .f-sz19 {
        font-size: 1.68rem;
        line-height: 1.6;
    }

    .f-sz18 {
        font-size: 1.65rem;
        line-height: 1.6;
    }

    .f-sz17 {
        font-size: 1.63rem;
        line-height: 1.6;
    }

    .f-sz16,
    .f-sz15,
    .f-sz14,
    .f-sz13,
    .f-sz12 {
        line-height: 1.6;
    }

    .fls-s {
        letter-spacing: -0.06em;
    }

    .fls-l {
        letter-spacing: 0.09em;
    }

    .fls-m {
        letter-spacing: 0.04em;
    }
}

@media (width <=350px) {
    .fls-l {
        letter-spacing: 0.07em;
    }
}

/* padding ------------------------------ */
.pt140 {
    padding-top: 140px;
}

.pt130 {
    padding-top: 130px;
}

.pt120 {
    padding-top: 120px;
}

.pt110 {
    padding-top: 110px;
}

.pt100 {
    padding-top: 100px;
}

.pt90 {
    padding-top: 90px;
}

.pt85 {
    padding-top: 85px;
}

.pt80 {
    padding-top: 80px;
}

.pt70 {
    padding-top: 70px;
}

.pt60 {
    padding-top: 60px;
}

.pt50 {
    padding-top: 50px;
}

.pt40 {
    padding-top: 40px;
}

.pt30 {
    padding-top: 30px;
}

.pt20 {
    padding-top: 20px;
}

.pt10 {
    padding-top: 10px;
}

.pb150 {
    padding-bottom: 150px;
}

.pb130 {
    padding-bottom: 130px;
}

.pb120 {
    padding-bottom: 120px;
}

.pb110 {
    padding-bottom: 110px;
}

.pb100 {
    padding-bottom: 100px;
}

.pb90 {
    padding-bottom: 90px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb10 {
    padding-bottom: 10px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

.mt80 {
    margin-top: 80px;
}

@media (width <=767px) {
    .pt140 {
        padding-top: 105px;
    }

    .pt130 {
        padding-top: 100px;
    }

    .pt120 {
        padding-top: 95px;
    }

    .pt110 {
        padding-top: 90px;
    }

    .pt100 {
        padding-top: 75px;
    }

    .pt90 {
        padding-top: 60px;
    }

    .pt85 {
        padding-top: 63px;
    }

    .pt80 {
        padding-top: 55px;
    }

    .pt70 {
        padding-top: 50px;
    }

    .pt60 {
        padding-top: 45px;
    }

    .pt50 {
        padding-top: 40px;
    }

    .pt40 {
        padding-top: 30px;
    }

    .pt30 {
        padding-top: 25px;
    }

    .pt20 {
        padding-top: 15px;
    }

    .pb150 {
        padding-bottom: 120px;
    }

    .pb130 {
        padding-bottom: 100px;
    }

    .pb120 {
        padding-bottom: 95px;
    }

    .pb110 {
        padding-bottom: 90px;
    }

    .pb100 {
        padding-bottom: 80px;
    }

    .pb90 {
        padding-bottom: 65px;
    }

    .pb80 {
        padding-bottom: 55px;
    }

    .pb70 {
        padding-bottom: 50px;
    }

    .pb60 {
        padding-bottom: 45px;
    }

    .pb50 {
        padding-bottom: 40px;
    }

    .pb40 {
        padding-bottom: 30px;
    }

    .pb30 {
        padding-bottom: 25px;
    }

    .pb20 {
        padding-bottom: 20px;
    }

    .mb30 {
        margin-bottom: 25px;
    }

    .mb40 {
        margin-bottom: 30px;
    }

    .mb50 {
        margin-bottom: 35px;
    }

    .mb60 {
        margin-bottom: 40px;
    }

    .mb70 {
        margin-bottom: 55px;
    }

    .mb90 {
        margin-bottom: 60px;
    }

    .mt80 {
        margin-top: 55px;
    }
}

@media (width <=480px) {
    .pt140 {
        padding-top: 60px;
    }

    .pt130 {
        padding-top: 55px;
    }

    .pt120 {
        padding-top: 55px;
    }

    .pt110 {
        padding-top: 50px;
    }

    .pt100 {
        padding-top: 50px;
    }

    .pt90 {
        padding-top: 45px;
    }

    .pt85 {
        padding-top: 40px;
    }

    .pt80 {
        padding-top: 40px;
    }

    .pt70 {
        padding-top: 35px;
    }

    .pt60 {
        padding-top: 30px;
    }

    .pt50 {
        padding-top: 25px;
    }

    .pt40 {
        padding-top: 20px;
    }

    .pt30 {
        padding-top: 15px;
    }

    .pt20 {
        padding-top: 10px;
    }

    .pb150 {
        padding-bottom: 75px;
    }

    .pb130 {
        padding-bottom: 70px;
    }

    .pb120 {
        padding-bottom: 60px;
    }

    .pb110 {
        padding-bottom: 55px;
    }

    .pb100 {
        padding-bottom: 50px;
    }

    .pb90 {
        padding-bottom: 45px;
    }

    .pb80 {
        padding-bottom: 40px;
    }

    .pb70 {
        padding-bottom: 35px;
    }

    .pb60 {
        padding-bottom: 30px;
    }

    .pb50 {
        padding-bottom: 25px;
    }

    .pb40 {
        padding-bottom: 20px;
    }

    .pb30 {
        padding-bottom: 15px;
    }

    .pb20 {
        padding-bottom: 10px;
    }

    .mb90 {
        margin-bottom: 45px;
    }

    .mb70 {
        margin-bottom: 35px;
    }

    .mb60 {
        margin-bottom: 30px;
    }

    .mb50 {
        margin-bottom: 25px;
    }

    .mb40 {
        margin-bottom: 20px;
    }

    .mb30 {
        margin-bottom: 15px;
    }

    .mb20 {
        margin-bottom: 10px;
    }

    .mt80 {
        margin-top: 40px;
    }
}

/* HELPERS
 * ----------------------------------------------- */
a {
    color: currentcolor;
    text-decoration: none;
}

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.wrapper {
    width: 100%;
/*     max-width: 1920px; */
    padding-right: 5%;
    padding-left: 5%;
}

.container {
    max-width: 100vw;
    /* overflow: hidden; */
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print,
(width >=768px) {
    .pc {
        display: none;
    }
}

@media print,
(width >=1101px) {
    .pc {
        display: block;
    }

    .sm {
        display: none !important;
    }

    .trans {
        opacity: 1;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        transition: opacity 0.3s ease;
    }

    .trans:hover {
        opacity: 0.8;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    }
}

@media only screen and (width <=767px) {
    .pc {
        display: none;
    }

    .md {
        display: none !important;
    }

    .container {
        width: auto;
        min-width: 320px;
    }

    .wrapper {
        width: auto;
        padding-right: 5%;
        padding-left: 5%;
        margin: 0;
    }
}

.imgBg {
    background-repeat: no-repeat;
    background-position: center 50%;
    background-size: cover;
}

/* PARTS
 * ----------------------------------------------- */

/* COMMON HEADER
 * ----------------------------------------------- */
body.bg-none .main-header::before {
    background: none;
}

.main-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    width: 100%;
    transition: all 0.3s;
}

.main-header .wrapper {
    display: flex;
    align-items: flex-start;
    padding: 0;
}

.main-header .logo {
    position: relative;
    display: flex;
    visibility: hidden;
    align-items: center;
    width: fit-content;
    height: 75px;
    margin: 0 auto 0 16px;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 0.5s ease;
}

body.is-active .main-header .logo {
    height: 55px;
}

.main-header .logo a {
    display: block;

    /* width: 385px; */
    height: 32px;
    transition: all 0.5s ease;
}

.main-header .logo #logoHP {
    /* height: 43px; */
    height: 32px;
}

.main-header .logo #logoHP g {
    transition: all 0.2s ease;
}

.st0 {
    fill: #00b8ee;
}

.st1 {
    fill: #91c870;
}

.st2 {
    fill: #333;
}

/* .main-header .logo a {
  display: block;
  width: 150px;
}

.main-header .logo img {
  display: block;
  width: 100%;
} */
.main-header .nav-area {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 320px);
}

.main-header .button-menu {
    position: fixed;
    top: 0;
    right: -80px;
    z-index: 10000;
    width: 70px;
    height: 70px;
    cursor: pointer;
    background-color: #000;
    transition: all 0.25s;
}

.main-header .button-menu span {
    position: absolute;
    left: 20px;
    display: inline-block;
    width: 30px;
    height: 2px;
    color: #fff;
    background: #fff;
    transition:
        0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        opacity 0.1s 0.27s ease;
}

.main-header .button-menu span:first-child {
    top: 26px;
}

.main-header .button-menu span:nth-child(2) {
    top: 33px;
    transition: all 0.2s ease;
}

.main-header .button-menu span:last-child {
    top: 40px;
}

.main-header .button-menu.is-active {
    right: 0;
}

.main-header .button-menu.is-active span:first-child {
    transform: translate3d(0, 7px, 0) rotate(-45deg);
    transition-delay: 0.2s;
    transition-timing-function: ease;
}

.main-header .button-menu.is-active span:nth-child(2) {
    transform: scale(0, 0);
}

.main-header .button-menu.is-active span:last-child {
    transform: translate3d(0, -7px, 0) rotate(45deg);
    transition-delay: 0.2s;
    transition-timing-function: ease;
}

.nav-area {
    visibility: hidden;
    opacity: 0;
    transform: translateX(101%);
    transition: all 0.35s ease 0.25s;
}

.nav-area .main-nav {
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 0.01em;
}

.nav-area .main-nav .menu-list {
    display: flex;
    flex-wrap: wrap;
}

.nav-area .main-nav .menu-list .item {
    position: relative;
    height: 75px;
    margin-left: 25px;
}

.is-active .nav-area .main-nav .menu-list .item {
    height: 55px;
}

.nav-area .main-nav .menu-list .item>a,
.nav-area .main-nav .menu-list .item>span {
    font-family: Lato, sans-serif;

    /* font-weight: 900; */
    font-weight: bold;
}

.nav-area .main-nav .menu-list .item::before,
.nav-area .main-nav .menu-list .item::after {
    position: absolute;
    left: 50%;
    width: 1px;
    height: 0;
    content: "";
    background-color: #000;
    transition: all 0.3s;
}

.nav-area .main-nav .menu-list .item::before {
    top: 0;
}

.nav-area .main-nav .menu-list .item::after {
    bottom: 0;
}

.nav-area .main-nav .menu-list .item:hover::before,
.nav-area .main-nav .menu-list .item:hover::after {
    height: 20px;
}

.is-active .nav-area .main-nav .menu-list .item:hover::before,
.is-active .nav-area .main-nav .menu-list .item:hover::after {
    height: 10px;
}

.nav-area .main-nav .menu-list .item:nth-child(1):hover::after,
.nav-area .main-nav .menu-list .item:nth-child(4):hover::after {
    height: 0;
}

.nav-area .main-nav .menu-list .item:hover .menu-child {
    visibility: visible;
    opacity: 1;
}

.nav-area .main-nav .menu-list a,
.nav-area .main-nav .menu-list span {
    display: block;
    padding: 25px 0;
    line-height: 1.5;
    color: #000;
    cursor: pointer;
}

.nav-area .main-nav .menu-list .menu-child {
    position: absolute;
    top: 100%;
    left: 50%;
    visibility: hidden;
    width: 199px;
    opacity: 0;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.nav-area .main-nav .menu-list .item-child~.item-child {
    margin-top: 1px;
}

.nav-area .main-nav .menu-list .item-child a {
    position: relative;
    padding: 10px 20px;
    font-size: 1.5rem;
    color: #fff;
    background-color: rgb(0 0 0 / 70%);
}

.nav-area .main-nav .menu-list .item-child a::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 1px;
    content: "";
    background-color: #fff;
}

.nav-area .link-contact {
    display: block;
    width: 75px;
    height: 75px;
    padding: 10px;
    margin: 0 0 0 20px;
    color: #fff;
    text-align: center;
    background-color: #000;
    transition: all ease 0.2s;
}

.nav-area .link-contact .mn-contact {
    display: block;
    font-size: 36px;
}

.nav-area .link-contact .text {
    display: block;
    margin-top: -2px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.025em;
}

body.is-ready .nav-area {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.25s;
}

body.is-ready .logo {
    /* -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; */
    visibility: visible;
    opacity: 1;
    transform: scale(1) translateY(0);
}

body.is-active .main-header .logo {
    /* margin: 8px auto 0 10px; */
    transform: scale(0.8) translateY(8px);
    transform-origin: left top;
}

body.is-active .main-header .logo a {
    width: 50px;
}

body.is-active .main-header .logo #logoHP {
    position: relative;
}

body.is-active .main-header .logo #logoHP g path,
body.is-active .main-header .logo #logoHP g .st0 {
    fill: rgb(0 0 0 / 15%) !important;
}

body.is-active .main-header .logo #logoHP g .st1 {
    fill: rgb(0 0 0 / 10%) !important;
}

body.is-active .main-header .logo #logoHP #cname-ja,
body.is-active .main-header .logo #logoHP #cname-en {
    visibility: hidden;

    /* transform: translateY(-100%); */
    opacity: 0;
}

/* body.is-active .main-header .logo #logoHP #cname-en {
	transform: translateY(20%);	
}

body.is-active .logo #logoHP #cname-en path {
	display: none;
	opacity: 0;
	transform: translateX(-100%);
}

body.is-active .logo #logoHP #cname-en path#en-F,
body.is-active .logo #logoHP #cname-en path#en-C,
body.is-active .logo #logoHP #cname-en path#en-S {
	display: block;
	opacity: 1;
}
body.is-active .logo #logoHP #cname-en path#en-F {
	transform: translateX(0);
}

body.is-active .logo #logoHP #cname-en path#en-C {
	transform: translateX(-18.5%);
}

body.is-active .logo #logoHP #cname-en path#en-S {
	transform: translateX(-42.8%);
} */

body.is-active .main-header {
    position: fixed;
    top: 0;
    height: 55px;
}

body .main-header::before {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 75px;
    content: "";
    background: rgb(255 255 255 / 100%);
    opacity: 0;
    transform: scaleX(0);
}

.is-ready .main-header::before {
    visibility: visible;
    opacity: 1;
    transform: scaleX(1);
    transform-origin: right;
}

body.is-active .main-header::before {
    height: 55px;
    background: rgb(255 255 255 / 50%);
    backdrop-filter: blur(12px);
    transition: ease all 0.3s;
}

body.is-active .nav-area .link-contact {
    width: 55px;
    height: 55px;
}

body.is-active .nav-area .link-contact .mn-contact {
    font-size: 3.2rem;
}

body.is-active .nav-area .link-contact .text {
    display: none;
    visibility: hidden;
}

body.is-active .nav-area .main-nav .menu-list a,
body.is-active .nav-area .main-nav .menu-list span {
    padding-top: 15px;
    padding-bottom: 15px;
}

.nav-sparea {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 997;
    width: 100%;
    height: 100%;
    padding: 90px 0 0;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background: #333;
    opacity: 0;
    transform: translateX(-100%);
    transition: all 0.3s;
}

.nav-sparea .sparea-wrapper {
    width: 100%;
    height: 100%;
    padding: 0 30px 30px;
    overflow: auto;
}

.nav-sparea .sparea-wrapper .inner-spnav {
    max-width: 700px;
    margin: 0 auto;
}

.nav-sparea .sparea-wrapper .inner-spnav .main-nav .menu-list .item {
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}

.nav-sparea .item a,
.nav-sparea .item span {
    display: block;
    min-width: 320px;
    padding: 15px 30px;
    font-size: 3.5rem;
    color: #fff;
    text-align: left;
    cursor: pointer;
}

.nav-sparea .item .menu-child a {
    position: relative;
    font-size: 1.6rem;
}

.nav-sparea .item .menu-child .item-child {
    background: rgb(0 0 0 / 80%);
    border-top: 1px solid rgb(255 255 255 / 15%);
}

.nav-sparea .item .menu-child .item-child a::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 10px;
    height: 2px;
    margin-top: -1px;
    content: "";
    background: #fff;
}

.nav-sparea .item>span {
    position: relative;
}

.nav-sparea .item>span::before {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    content: "";
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
    transform: translateY(-50%) rotate(135deg);
    transition: all 0.3s;
}

.nav-sparea .item.is-opened>span::before {
    margin-top: 0;
    transform: translateY(-50%) rotate(-45deg);
}

.nav-sparea.is-active {
    opacity: 1;
    transform: translateX(0);
}

.nav-sparea .menu-child {
    display: none;
}

.nav-sparea .link-contact .mn-contact {
    font-size: 35px;
}

.nav-sparea .link-contact .text {
    font-size: 16px;
}

.inner-spnav .box-tel {
    display: inline-block;
    width: auto;
    min-width: 260px;
}

.inner-spnav .box-tel a {
    display: flex;
    padding: 20px;
}

.inner-spnav .box-tel .left-icon {
    position: relative;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    font-size: 32px;
    background-color: #000;
}

.inner-spnav .box-tel .left-icon::before {
    color: #fff;
}

.inner-spnav .box-tel .left-icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inner-spnav .box-tel .right-text {
    width: calc(100% - 60px);
    text-align: left;
}

.inner-spnav .box-tel .phone-text {
    display: block;
    font-size: 12px;
    line-height: 1.8;
    color: #fff;
    opacity: 0.5;
}

@media screen and (width <=1100px) {
    .nav-area .main-nav .menu-list .item {
        margin-left: 1vw;
    }

    .nav-area .link-contact {
        margin: 0 0 0 10px;
    }
}

@media screen and (width <=991px) {
    body.is-active .main-header .button-menu {
        right: 0;
    }

    .main-header .nav-area {
        display: none;
    }

    .main-header .button-menu {
        right: 0;
        width: 70px;
        height: 70px;
    }

    .main-header .logo {
        height: 70px;
    }

    .main-header .nav-sparea .sparea-wrapper {
        padding: 0 0 30px;
    }

    main,
    .no-headerH main .area-pagetitle {
        padding-top: 70px;
    }

    body .main-header::before {
        height: 70px;
    }

    body.is-active .main-header::before,
    body#recruit.is-active .main-header::before {
        height: 0;
        background: none;
    }

    .main-header .logo a,
    .main-header .logo #logoHP {
        height: 28px;
    }

    body.is-active .main-header {
        height: 70px;
    }
}

@media only screen and (width <=767px) {
    .main-header .nav-sparea .sparea-wrapper {
        padding: 0 0 30px;
    }

    .nav-sparea .sparea-wrapper .inner-spnav {
        max-width: 100%;
        margin: 0 auto;
    }

    .main-header .nav-sparea .item a,
    .main-header .nav-sparea .item span {
        width: 100%;
        font-size: 2.2rem;
    }

    .main-header .nav-sparea .item .menu-child a {
        font-size: 1.5rem;
    }
}

@media (width <=480px) {
    .main-header .logo a {
        width: 280px;
    }

    .main-header .logo #logoHP {
        width: 280px;
    }

    main,
    .no-headerH main .area-pagetitle {
        padding-top: 0;
    }
}

@media (width <=400px) {
    .main-header .logo a {
        width: 265px;
    }

    .main-header .logo #logoHP {
        width: 265px;
    }
}

@media (width <=350px) {
    .main-header .logo a {
        width: 225px;
    }

    .main-header .logo #logoHP {
        width: 225px;
    }
}

@media print,
(width >=768px) {
    .inner-spnav .box-tel .left-icon {
        width: 60px;
        height: 60px;
        margin-right: 20px;
        font-size: 35px;
        background-color: #000;
    }

    .inner-spnav .box-tel .right-text {
        width: calc(100% - 80px);
    }
}

/* pagetitle --------------------------------- */
.pagetitle {
    position: relative;

    /* min-height: 280px; */
    min-height: 170px;
}

.pagetitle .inner-pagetitle {
    position: relative;
    height: 160px;
    margin-left: auto;
}

.pagetitle .inner-pagetitle::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 5%;
    z-index: -1;
    display: block;
    visibility: hidden;
    width: 95%;
    height: 120px;
    content: "";
    background-repeat: no-repeat;
    background-position: right 50%;
    background-size: cover;
    opacity: 0;
    transform: translateX(101%);
    transition: all ease-in 0.3s;
}

.is-loaded .pagetitle .inner-pagetitle::before {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.2s;
}

.pagetitle .inner-pagetitle .txt-pagetitle {
    position: relative;
    height: 100%;
    text-align: center;
}

.pagetitle .inner-pagetitle .txt-pagetitle .pagetitle-en {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all ease 1.7s;
}

.is-ready .pagetitle .inner-pagetitle .txt-pagetitle .pagetitle-en {
    visibility: visible;
    opacity: 0.15;
    transition-delay: 0.45s;
}

.pagetitle .inner-pagetitle .txt-pagetitle .pagetitle-en img {
    max-width: 70%;
}

.pagetitle .inner-pagetitle .txt-pagetitle .pagetitle-ja {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    visibility: hidden;
    margin-top: -1.5em;
    color: #000;
    opacity: 0;
    transform: translateY(10px);
    transition: all ease 0.35s;
}

.pagetitle .inner-pagetitle .txt-pagetitle .pagetitle-ja.has-sub {
    top: 80%;
}

.is-ready .pagetitle .inner-pagetitle .txt-pagetitle .pagetitle-ja {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.9s;
}

.area-pagetitle {
    position: relative;
}

.topicpath {
    position: relative;
    display: none;
    text-align: right;
}

.topicpath .path .current .mini {
    font-size: 75%;
    padding-left: 5px;
    position: relative;
    top: -1px;
}

@media print,
(width >=480px) {
    .pagetitle {
        min-height: 220px;
    }

    .pagetitle .inner-pagetitle {
        height: 165px;
    }

    .pagetitle .inner-pagetitle::before {
        left: 12%;
        width: 88%;
        height: 150px;
    }

    .pagetitle .inner-pagetitle .txt-pagetitle .pagetitle-en {
        top: 85px;
    }

    #media .pagetitle .inner-pagetitle .txt-pagetitle .pagetitle-en {
        top: 115px;
    }

    #media .pagetitle .inner-pagetitle .txt-pagetitle .pagetitle-en img {
        max-width: 85%;
    }

    .pagetitle .inner-pagetitle .txt-pagetitle .pagetitle-en img {
        /* max-width: 55%; */
    }

    .pagetitle .inner-pagetitle .txt-pagetitle .pagetitle-ja {
        margin-top: 0;
    }
}

@media print,
(width >=768px) {
    .pagetitle {
        min-height: 250px;
    }

    .pagetitle .inner-pagetitle {
        height: 200px;
    }

    .pagetitle .inner-pagetitle::before {
        height: 170px;
    }

    .pagetitle .inner-pagetitle .txt-pagetitle .pagetitle-en {
        top: 100px;
    }

    .pagetitle .inner-pagetitle .txt-pagetitle .pagetitle-en img {
        max-width: 60%;
    }

    .pagetitle .inner-pagetitle .txt-pagetitle .pagetitle-ja {
        /* top: 100%; */
    }

    .pagetitle .inner-pagetitle .txt-pagetitle .pagetitle-ja.has-sub {
        top: 80%;
    }

    .topicpath {
        display: block;
        visibility: hidden;
        padding-right: 3%;
        padding-left: 3%;
        opacity: 0;
        transform: translateX(30px);
        transition: all ease-in 0.45s;
    }

    .is-ready .topicpath {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
        transition-delay: 1.1s;
    }

    .topicpath .path {
        display: table;
        margin-left: auto;
    }

    .topicpath .path li {
        position: relative;
        display: table-cell;
        vertical-align: top;
    }

    .topicpath .path li::after {
        position: relative;
        padding: 0 5px;
        font-family: Teko, sans-serif;
        font-size: 2rem;
        color: #000;
        content: " > ";
    }

    .topicpath .path li:last-child::after {
        content: none;
    }

    .topicpath .path li a {
        font-family: Teko, sans-serif;
        font-size: 2rem;
        color: #000;
    }

    .topicpath .path li.current .f-teko {
        font-size: 2rem;
    }

    .topicpath .path li.current span.f-default {
        position: relative;
        font-size: 1.5rem;
        color: #222;

        /* top: 1px; */
    }
}

@media print,
(width >=1101px) {
    .pagetitle {
        min-height: 280px;
    }

    .pagetitle .inner-pagetitle {
        height: 280px;
    }

    .pagetitle .inner-pagetitle::before {
        height: 200px;
    }

    .pagetitle .inner-pagetitle .txt-pagetitle .pagetitle-en {
        top: 125px;
    }

    .pagetitle .inner-pagetitle .txt-pagetitle .pagetitle-en img {
        max-width: none;
    }

    .pagetitle .inner-pagetitle .txt-pagetitle .pagetitle-ja {
        top: 80%;

        /* margin-top: -60px; */
    }

    .pagetitle .inner-pagetitle .txt-pagetitle .pagetitle-ja.has-sub {
        top: 100%;
        margin-top: -65px;
    }

    .topicpath {
        padding-right: 5%;
        padding-left: 5%;
    }
}

@media print,
(width >=1199px) {
    .pagetitle .inner-pagetitle {
        height: 310px;
    }

    .pagetitle .inner-pagetitle .txt-pagetitle .pagetitle-ja.has-sub {
        top: 100%;
        margin-top: -125px;
    }
}

@media print,
(width >=1350px) {
    .topicpath {
        padding-right: 7%;
        padding-left: 7%;
    }
}

@media only screen and (width <=768px) {
    .pagetitle .inner-pagetitle::before {
        height: 145px;
    }

    .pagetitle .inner-pagetitle .txt-pagetitle .pagetitle-en {
        top: 60%;
    }
}

@media only screen and (width <=480px) {
    .area-pagetitle .pagetitle {
        /* height: 220px; */
        height: 170px;
    }

    .area-pagetitle .pagetitle.has-sub {
        height: 200px;
    }

    .is-ready .pagetitle .inner-pagetitle .txt-pagetitle .pagetitle-en {
        opacity: 0.09;
    }

    .pagetitle .inner-pagetitle .txt-pagetitle .pagetitle-en img {
        max-width: 75%;
    }

    .pagetitle .inner-pagetitle .txt-pagetitle .pagetitle-ja.has-sub .iblock {
        display: block;
    }

    .pagetitle .inner-pagetitle .txt-pagetitle .pagetitle-ja.has-sub .pt20 {
        padding-top: 10px;
    }

}

/* SETTING GENERAL
 * ----------------------------------------------- */
.object-fit-wrapper {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.object-fit-wrapper img {
    visibility: hidden;
    opacity: 0;
}

/* COMMON wrapper
 * ----------------------------------------------- */
@media print,
(width >=1199px) {
    .wrapper .col-left {
        padding-left: 10%;
    }
}

/* pagecontents 
 -------------------------------------------- */
.pagecontents {
    position: relative;
}

.pagecontents .text-copyright {
    display: none;
}

@media print,
(width >=768px) {
    .pagecontents .text-copyright {
        position: absolute;
        top: 18%;
        right: 20px;
        z-index: 2;
        display: block;
        font-size: 9px;
        color: rgb(0 0 0 / 50%);
        letter-spacing: 0.025em;
        transform: rotate(90deg);
        transform-origin: right bottom;
    }
}

@media print,
(width >=1101px) {
    .pagecontents .text-copyright {
        position: fixed;
        top: 600px;
        right: 30px;
        font-size: 1rem;
    }
}

/* COMMON TITLE
 * ----------------------------------------------- */
.sec-number .section-title {
    padding-left: 80px;
    line-height: 1.5;
}

.sec-number .section-title.text-white {
    color: #fff;
}

.sec-number .section-title .text-eng {
    position: relative;
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    letter-spacing: 0;
}

.sec-number .section-title .number {
    position: absolute;
    top: 50%;
    right: 100%;
    padding-right: 50px;
    transform: translateY(-50%);
}

.sec-number .section-title .number::before {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 40px;
    height: 1px;
    content: "";
    background-color: rgb(0 0 0 / 20%);
    transform: translateY(-2px);
}

.sec-number .section-title .text-main {
    display: block;
    margin-left: -55px;
}

.sec-number .section-text {
    line-height: 1.875;
    color: #333;
}

@media print,
(width >=768px) {
    .sec-number .section-title {
        padding-left: 10%;
        margin-bottom: 20px;
    }

    .sec-number .section-title .text-main {
        margin-bottom: 30px;
        margin-left: 0;
    }

    .sec-number .section-title .text-main.f-lato {
        letter-spacing: 0;
    }

    .sec-number .section-title .number {
        padding-right: 80px;
    }

    .sec-number .section-title .number::before {
        right: 10px;
        width: 60px;
    }
}

@media print,
(width >=992px) {}

@media print,
(width >=1101px) {

    .sec-number .section-title,
    .sec-number .section-text {
        padding-left: 0;
    }
}

@media only screen and (width <=1100px) {
    .sec-number .section-title {
        padding-left: 0;
    }

    .sec-number .section-title .text-eng {
        left: 90px;
    }
}

@media only screen and (width <=991px) {
    .sec-number .section-title .number {
        right: auto;
        left: 0;
    }

    .sec-number .section-title .text-eng {
        left: 0;
        padding-left: 90px;
    }

    .sec-number .section-title .text-main {
        margin-left: 0;
    }
}

@media only screen and (width <=767px) {
    .sec-number .section-title .text-eng {
        padding-left: 60px;
    }
}

/* COMMON ARROW
 * ----------------------------------------------- */
.arrow {
    position: relative;
    right: 20px;
    display: inline-block;
    width: 40px;
    height: 1px;
    transition: width 0.3s;
}

.arrow::before,
.arrow::after {
    position: absolute;
    bottom: 0;
    content: "";
}

.arrow::before {
    left: -4px;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.arrow::after {
    right: -1px;
    bottom: 0;
    border-color: transparent transparent #000 #000;
    border-style: solid;
    border-width: 3px 6px;
}

.arrow.is-white::before {
    background-color: #fff;
}

.arrow.is-white::after {
    border-color: transparent transparent #fff #fff;
}

.btn {
    position: relative;
    display: block;
    padding: 20px;

    /* border: 1px solid #000; */
    transition: all 0.3s;
}

.btn.btn-bk {
    z-index: 0;
    overflow: hidden;
    color: #fff;
    background-color: #333;
}

.btn.btn-bk .item-title {
    font-size: 1.65rem;
    color: rgb(255 255 255 / 50%);
}

.btn.btn-bk .item-title .text-eng {
    color: #fff;
}

.btn.btn-bk .item-title .text-eng.f-sz32 {
    font-size: 3.5rem;
}

.btn .item-title .text-eng {
    display: block;
    margin-bottom: 10px;
    line-height: 1;
}

.btn.btn-L .arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 30px;
    transform: translateY(-50%);
}

.box-Lbtns {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.box-Lbtns>a {
    margin-bottom: 1px;
}

.btn.btn-map .arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 30px;
    transform: translateY(-50%);
}

@media print,
(width >=768px) {
    .box-Lbtns {
        display: flex;
        justify-content: center;
        width: 90%;
    }

    .box-Lbtns>a {
        box-sizing: border-box;
        width: 50%;
    }

    .box-Lbtns:has(> .btn-L:nth-of-type(2)):not(:has(> .btn-L:nth-of-type(3))) {
        /* ここに適用したいスタイル */
    }

    .box-Lbtns:has(> .btn-L):not(:has(> .btn-L:nth-of-type(2)))>a {
        /* ここに適用したいスタイル */
        min-width: 500px;
    }

    a.btn-bk::before,
    a.btn-bk::after {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #000;
        transform: translateX(0);
    }

    a.btn-bk::before {
        background-color: #000;
    }

    a.btn-bk:hover::before {
        animation-name: translateX-hover-1;
        animation-duration: 0.3s;
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-delay: 0s;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode: both;
    }

    a.btn-bk::after {
        transform: translateX(-100%);
    }

    a.btn-bk:hover::after {
        animation-name: translateX-hover-2;
        animation-duration: 0.3s;
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-delay: 0.2s;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode: both;
    }

    .box-Lbtns>a:nth-child(n + 2) {
        margin-left: 2px;
    }

    .btn.btn-L {
        padding: 20px 100px 20px 30px;
        overflow: hidden;
    }

    .arrow {
        right: 30px;
        width: 50px;
        height: 2px;
    }

    .arrow::after {
        border-width: 4px 7px;
    }

    .btn:hover .arrow {
        width: 30px;
    }

    .btn.btn-bk .arrow {
        right: 30px;
        width: 40px;
    }
}

@media print,
(width >=992px) {
    .box-Lbtns {
        width: 90%;
    }
}

@media print,
(width >=1101px) {
    .box-Lbtns {
        width: 100%;
    }

    .btn.btn-L {
        padding: 30px 100px 30px 50px;
    }

    .btn:hover .arrow {
        width: 30px;
    }

    .btn.btn-bk .arrow {
        right: min(2vw, 30px);
    }
}

@media print,
(width >=1500px) {
    .box-Lbtns {
        max-width: 1920px;
    }
}

@media (width <=991px) {
    .btn.btn-bk .item-title .text-eng.f-sz32 {
        font-size: 3.05rem;
    }
}

@media (width <=768px) {
    .btn.btn-bk .item-title .text-eng.f-sz32 {
        margin-bottom: 0;
        font-size: 2.95rem;
    }
}

@media only screen and (width <=767px) {
    .btn.btn-bk {
        background-color: #000;
    }
}

/* COMMON BUTTON
 * ----------------------------------------------- */
.button {
    position: relative;
    display: inline-block;
    padding: 20px 90px 20px 20px;
    font-size: 14px;
    cursor: pointer;
}

.button.is-black {
    color: #fff;
    background-color: #000;
}

.button .arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 30px;
}

.button .arrow::after {
    border-width: 2px 5px;
}

@media print,
(width >=768px) {
    .button {
        padding: 20px 90px 20px 20px;
    }

    .button .arrow {
        right: 20px;
        height: 1px;
    }
}

@media print,
(width >=1101px) {
    .button .arrow {
        right: auto;
        left: calc(100% - 50px);
        transition: width 0.3s;
    }

    .button:hover .arrow {
        width: 20px;
    }
}

@media print,
(width >=1101px) {
    .button-hover {
        /* border: 1px solid transparent; */
        transition: all 0.3s;
    }
}

.button-link {
    position: relative;
    display: block;

    /* background-color: #000; */
    padding: 20px 60px 20px 20px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.075em;
}

.icon-blank {
    position: absolute;
    top: 50%;
    right: 17px;
    width: 18px;
    height: 13px;
    transform: translateY(-50%);
}

.icon-blank::before,
.icon-blank::after {
    position: absolute;
    content: "";
}

.icon-blank::before {
    right: 3px;
    bottom: 0;
    width: 14px;
    height: 10px;
    border: 2px solid #fff;
}

.icon-blank::after {
    top: 0;
    right: 0;
    width: 10px;
    height: 8px;
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
}

.icon-blank::before {}

@media print,
(width >=768px) {
    .icon-blank {
        right: 25px;
    }

    .button-link {
        padding: 20px 100px 20px 20px;
    }
}

@media print,
(width >=1101px) {
    .button-link {
        padding: 30px 180px 30px 40px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .button-link {
        padding: 32px 180px 28px 40px;
    }
}

/* common section -------------------------------------------------- */
.common-sec,
.common-sec .wrapper {
    position: relative;
}

.common-sec::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    visibility: hidden;
    width: 85%;
    height: 150px;
    content: "";
    opacity: 0;
    transform: translateX(-101%);
    transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.common-sec.sec.active::before {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.common-sec.bg-gray::before {
    background-color: #ededed;
}

.common-sec.bg-aqua::before {
    background-color: #8be6c5;
}

.common-sec .wrapper .title span {
    display: block;
}

.common-sec .wrapper .title .text-eng {
    line-height: 1;
    color: #000;
    letter-spacing: 0;
}

.common-sec .wrapper .title .text-ja {
    color: #000;
}

@media print,
(width >=768px) {
    .common-sec::before {
        width: 10%;
        height: 95%;
    }
}

@media print,
(width >=1101px) {
    .common-sec {
        padding-right: 5%;
        padding-left: 5%;
    }

    .common-sec .wrapper {
        display: flex;
        padding-right: 0;
        padding-left: 0;
    }

    .common-sec::before {
        width: 23%;
    }

    .common-sec .wrapper .title {
        flex-shrink: 0;
        width: 27.6%;
        min-width: 250px;
        padding-top: 70px;
    }
}

@media print,
(width >=1500px) {
    .common-sec::before {
        width: 18%;
    }

    .common-sec .wrapper {
        max-width: 1920px;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }
}

/* box-table -------------------------------------------------- */
.box-table .box-cell {
    line-height: 1.6;
    vertical-align: top;
    letter-spacing: 0.035em;
}

.box-table .box-cell.f-bold {
    margin-bottom: 5px;
    letter-spacing: 0.15em;
}

@media print,
(width >=480px) {
    .box-table dd.box-cell {
        padding-left: 15px;
    }

    .box-table .box-cell.f-bold {
        margin-bottom: 10px;
    }
}

@media print,
(width >=768px) {
    .box-table {
        display: table;
    }

    .box-table .box-cell {
        display: table-cell;
    }

    .box-table .box-cell.f-bold {
        padding-right: 5%;
        text-align: right;
    }
}

/* divCount -------------------------------------------------- */
.divCount {
    counter-increment: divCount;
}

.divCount .scount {
    position: relative;
}

.divCount .scount::before {
    position: absolute;
    font-family: Lato, sans-serif;
    font-weight: bold;
    content: "0" counter(divCount);
}

.scount::before {
    font-size: 1.5rem;
    line-height: 1;
    color: #000;
    letter-spacing: 0;
}

/* news-list -------------------------------------------------- */
.news-list {
    position: relative;
    z-index: 4;
    display: block;
    padding: 0;
    margin-bottom: 20px;
}

.news-list article {
    margin-bottom: 10px;
}

.news-list a {
    position: relative;
    display: block;
    padding: 10px;
    border-left: 3px solid #000;
}

.news-list .date-cat {
    display: flex;
    column-gap: 1rem;
    margin-bottom: 5px;
}

.news-list .date {
    font-size: 1.4rem;
    color: #888;
}

.news-list .cat-label {
    font-size: 1.5rem;
    color: #000;
}

.news-list .title {
    line-height: 1.5;
    color: #333;
}

@media print,
(width >=768px) {
    .news-list a {
        padding: 10px 40px 10px 30px;
        overflow: hidden;
        border-left-width: 5px;
    }

    .news-list a::before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        width: 100%;
        height: 100%;
        content: "";
        background: rgb(0 0 0 / 5%);
        transform: translateX(-100%);
        transition: all ease-in 0.2s;
    }

    .news-list a:hover::before {
        transform: translateX(0);
    }

    .news-list a::after {
        position: absolute;
        top: 50%;
        right: 20px;
        box-sizing: border-box;
        display: block;
        visibility: hidden;
        width: 10px;
        height: 10px;
        content: "";
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        opacity: 0;
        transform: rotate(45deg) translateY(-50%);
        transition: all ease 0.2s;
    }

    .news-list a:hover::after {
        visibility: visible;
        opacity: 1;
        transition-delay: 0.2s;
    }

    .news-list .date {
        margin-bottom: 0;
    }

    .news-list .title {
        line-height: 1.8;
    }
}

/* banarea ------ */
.head-banarea {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

/* SECTION HOME RECRUIT
 * ----------------------------------------------- */
.section-common-recruit {
    position: relative;
    padding-bottom: 40px;
    color: #000;
}

.sec.section-common-recruit .js-boxlist .js-box {
    visibility: hidden;
    opacity: 0;
    transform: translateX(-30px);
    transition: all ease-in 0.15s;
}

.sec.active.section-common-recruit .js-boxlist .js-box {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.sec.active.section-common-recruit .js-boxlist .js-box:nth-of-type(1) {
    transition-delay: 0.1s;
}

.sec.active.section-common-recruit .js-boxlist .js-box:nth-of-type(2) {
    transition-delay: 0.2s;
}

.sec.active.section-common-recruit .js-boxlist .js-box:nth-of-type(3) {
    transition-delay: 0.3s;
}

.sec.active.section-common-recruit .js-boxlist .js-box:nth-of-type(4) {
    transition-delay: 0.4s;
}

.section-common-recruit .title>span {
    display: block;
}

.section-common-recruit .section-title {
    margin-bottom: 10px;
}

.section-common-recruit .section-text {
    margin-bottom: 20px;
    letter-spacing: 0.075em;
}

.section-common-recruit .recruit-list {
    display: flex;
    flex-wrap: wrap;
}

.section-common-recruit .item {
    width: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-left: 1px solid #fff;
}

.section-common-recruit .item:first-child {
    border-left-color: transparent;
}

.section-common-recruit .item.step-item-01 {
    background-image: url("../img/common/img_recruit_01_03.jpg");
}

.section-common-recruit .item.step-item-02 {
    background-image: url("../img/common/img_recruit_02_04.jpg");
}

.section-common-recruit .item.step-item-03 {
    background-image: url("../img/common/img_recruit_03_04.jpg");
}

.section-common-recruit .item.step-item-04 {
    background-image: url("../img/common/img_recruit_04_03.jpg");
}

.section-common-recruit .item img {
    display: block;
}

.section-common-recruit .item a {
    position: relative;
    display: block;
    height: 100%;
}

.section-common-recruit .item-detail {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
}

.section-common-recruit .item-detail::before {
    position: absolute;
    top: -10px;
    z-index: -1;
    display: block;
    width: 100%;
    height: calc(100% - 15px);
    content: "";
    background: #000;
}

.section-common-recruit .step {
    font-size: 1.2rem;
}

.section-common-recruit .item-title {
    margin: 10px 0 20px;
    letter-spacing: 0.075em;
}

.section-common-recruit .item-title .text-eng {
    display: block;
    margin-bottom: 10px;
    line-height: 0.8;
    letter-spacing: 0;
}

.recruit-list .item-detail .arrow {
    right: auto;
}

.section-common-recruit .col-left .title .text-eng,
.section-common-recruit .col-left .title .text-main,
.section-common-recruit .col-left .section-text {
    visibility: hidden;
    opacity: 0;
    transform: translateX(30px);
    transition: 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}

.section-common-recruit.active .col-left .title .text-eng,
.section-common-recruit.active .col-left .title .text-main,
.section-common-recruit.active .col-left .section-text {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.section-common-recruit.active .col-left .title .text-eng {
    transition-delay: 0.3s;
}

.section-common-recruit.active .col-left .title .text-main {
    transition-delay: 0.45s;
}

.section-common-recruit.active .col-left .section-text {
    transition-delay: 0.65s;
}

.section-common-recruit::after {
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 1;
    visibility: hidden;
    width: 100%;
    aspect-ratio: 265/26;
    content: "";
    background: url("../img/common/text_recruit.png") no-repeat center left / 100%;
    opacity: 0;
    transform: translateX(-30px);
    transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}

.section-common-recruit.active::after {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.6s;
}

@media print,
(width >=768px) {
    .section-common-recruit {
        position: relative;
        padding-bottom: 60px;
    }

    .section-common-recruit::after {
        top: 0;
        background-size: 90%;
    }

    /* .section-common-recruit:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 35px;
    width: 57%;
    height: 15%;
    background-color: #000;
    z-index: -1;
  } */

    .section-common-recruit .col-left {
        width: 100%;
        padding-top: 50px;
        padding-right: 20px;
    }

    .section-common-recruit .col-right {
        width: 80%;
    }

    .section-common-recruit .step {
        font-size: 1.3rem;
    }

    .section-common-recruit .item {
        width: 25%;

        /* height: 445px; */
        aspect-ratio: 2 / 5;
    }

    .section-common-recruit .item-title {
        font-size: 1.5rem;
    }

    .section-common-recruit .item-title .text-eng {
        margin-bottom: 0;
        line-height: 1;
    }

    .section-common-recruit .item-detail {
        top: 38%;
    }
}

@media print,
(width >=992px) {
    .section-common-recruit {
        padding-top: 8vw;
    }

    .section-common-recruit .wrapper {
        display: flex;
        padding-right: 0;
        padding-left: 0;
    }

    .section-common-recruit .col-left {
        width: 50%;
        padding-top: 50px;
        padding-right: 20px;
        padding-left: 50px;
    }

    .section-common-recruit .col-right {
        width: 50%;
        min-width: 550px;
    }
}

@media print,
(width >=1101px) {
    .section-common-recruit .col-left {
        padding-left: 10%;
    }
}

@media print,
(width >=1200px) {
    .section-common-recruit .item {
        width: 25%;
    }

    .section-common-recruit .item .arrow {
        transition: all 0.3s;
    }

    .section-common-recruit .item a:hover .arrow {
        width: 40px;
    }
}

@media print,
(width >=1300px) {
    .section-common-recruit .wrapper {
        max-width: none;
    }

    .section-common-recruit::after {
        height: 24%;
    }
}

@media only screen and (width <=991px) {
    .section-common-recruit .col-right {
        float: right;
        width: 85.5%;
        margin-right: -5.5%;
    }
}

@media only screen and (width <=767px) {
    .section-common-recruit .col-right {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .section-common-recruit .item a {
        height: 0;
        padding-bottom: 100%;
        overflow: hidden;
    }

    .section-common-recruit .item-detail::before {
        top: -8px;
        height: calc(100% - 18px);
    }

    .section-common-recruit .item .item-title {
        margin: 5px 0 15px;
        font-size: 1.45rem;
    }

    .section-common-recruit .item .item-title .text-eng {
        /* margin-bottom: 4px; */
        margin-bottom: 0;
        font-size: 8.5vw;
    }

    .section-common-recruit .item.step-item-01 {
        background-image: url("../img/common/img_recruit_01_03_sp.jpg");
    }

    .section-common-recruit .item.step-item-02 {
        background-image: url("../img/common/img_recruit_02_04_sp.jpg");
    }

    .section-common-recruit .item.step-item-03 {
        background-image: url("../img/common/img_recruit_03_04_sp.jpg");
    }

    .section-common-recruit .item.step-item-04 {
        background-image: url("../img/common/img_recruit_04_03_sp.jpg");
    }
}

/* COMMON FOOTER
 * ----------------------------------------------- */
.footer-top {
    position: relative;
}

.footer-top::before {
    position: absolute;
    top: 18%;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: rgb(0 0 0 / 30%);
}

.footer-top .logo {
    position: relative;
    z-index: 2;
    display: block;
    width: 170px;
    padding: 0 15px;
    margin: 0 auto 10px;
    background-color: #fff;
}

.footer-top img {
    display: block;
    width: 100%;
}

.footer-top .col-left .logo .txt-center {
    padding-top: 7px;
}

.footer-top .background-green {
    padding: 20px;
    line-height: 1.5;
    background-color: #d8febe;
}

.footer-top .background-green .text-left {
    margin-bottom: 5px;
    font-size: 2rem;
    letter-spacing: 0.2em;
}

.footer-top .background-green .text-left .text-small {
    font-size: 16px;
    letter-spacing: 0.075em;
}

.footer-top .background-green .text-right {
    margin-bottom: 20px;
    font-size: 15px;
    text-align: left;
    letter-spacing: 0.075em;
}

.footer-middle {
    position: relative;
}

.footer-middle .cont-blc {
    position: relative;
    width: 100%;
}

.footer-middle .cont-blc::before,
.footer-middle .cont-blc::after {
    position: absolute;
    z-index: +1;
    width: 100%;
    height: 1px;
    content: "";
    background: #000;
}

.footer-middle .cont-blc::before {
    top: 0;
}

.footer-middle .cont-blc::after {
    bottom: 0;
}

.footer-middle .col-left {
    color: #000;
}

.footer-middle .col-right {
    color: #fff;
    background-color: #000;
}

.footer-middle .col-left {
    padding: 20px;
}

.footer-middle .col-left .title-eng {
    margin-bottom: 10px;
    font-size: clamp(4.5rem, 2.5658rem + 4.115vw, 7.5rem);
    font-weight: 900;
    line-height: 1;
}

.footer-middle .col-left .left-text {
    font-size: 1.6rem;
    line-height: 1.71;
    color: #333;
    letter-spacing: 0.075em;
}

.footer-middle .col-middle a,
.footer-middle .col-right a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px;
}

.footer-middle .col-middle a {
    background-color: #eee;
}

.footer-middle .col-middle .left-icon,
.footer-middle .col-right .left-icon {
    position: relative;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    font-size: 32px;
}

.footer-middle .col-middle .left-icon::before,
.footer-middle .col-right .left-icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-middle .col-middle .right-text,
.footer-middle .col-right .right-text {
    width: calc(100% - 60px);
}

.footer-middle .col-middle .left-icon {
    background-color: #000;
}

.footer-middle .col-middle .left-icon::before {
    color: #fff;
}

.footer-middle .col-middle .phone-number {
    display: block;
    font-size: 25px;
    line-height: 1;
    color: #000;
    letter-spacing: 0.03em;
}

.footer-middle .col-middle .phone-text {
    display: block;
    font-size: clamp(1.4rem, 1.3328rem + 0.14vw, 1.5rem);
    line-height: 1.8;
    color: #333;
}

.footer-middle .col-right {
    color: #fff;
    background-color: #000;
}

.footer-middle .col-right .left-icon {
    color: #000;
    background-color: #fff;
}

.footer-middle .col-right .text-eng {
    font-size: 12px;
}

.footer-middle .col-right .contact-text {
    display: block;
    font-size: clamp(1.8rem, 1.6672rem + 0.28vw, 2rem);
    letter-spacing: 0.3em;
}

.footer-middle .col-right .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.footer-bottom {
    padding-top: 10px;
}

.footer-bottom .nav-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}

.footer-bottom .footer-nav {
    display: flex;
    flex-wrap: wrap;
}

.footer-bottom .footer-nav .item {
    width: 50%;
}

.footer-bottom .footer-nav a {
    display: inline-block;
    padding: 10px 5px;
    font-size: 1.5rem;
    letter-spacing: 0.01em;
}

.footer-bottom .logomono {
    flex-shrink: 0;
    width: 130px;
    margin: 10px 20px 10px 0;
    opacity: 0.4;
}

.footer-bottom .logomono img {
    display: block;
    width: 100%;
}

.main-footer .company-information {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 20px;
    padding-top: 20px;
}

.main-footer .company-information .col-left {
    order: 2;
    width: 100%;
    padding-left: 0;
}

.main-footer .company-information .company-name {
    margin-bottom: 10px;
}

.main-footer .company-information .address {
    display: block;
    font-size: 1.55rem;
    line-height: 1.54;
    letter-spacing: 0.075em;
}

.main-footer .company-information .button-maps {
    display: inline-block;
    padding: 10px 0;
    font-size: 1.55rem;
    letter-spacing: 0.025em;
}

.main-footer .company-information .text-copyright {
    font-size: 11px;
    line-height: 1.82;
    color: #999;
}

.main-footer .company-information .col-right {
    order: 1;
    width: 100%;
}

.main-footer .company-information .col-right .text {
    margin-bottom: 20px;
    font-size: 1.4rem;
    color: #000;
    letter-spacing: 0.01em;
}

.main-footer .company-information .col-right .text-large {
    font-size: 20px;
}

.main-footer .company-information .logo-group {
    margin-top: 20px;
}

.main-footer .company-information .logo-group .item {
    margin-bottom: 20px;
}

.main-footer .company-information .logo-group .item-logo {
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.main-footer .company-information .logo-group .item-logo a {
    display: block;
    max-width: 250px;
}

.main-footer .company-information .logo-group .item-logo img {
    display: block;
    width: 100%;
}

.main-footer .company-information .item-sns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.main-footer .company-information .item-sns .text {
    margin-bottom: 0;
    font-size: 1.4rem;
    color: #000;
}

.main-footer .offical-list {
    display: flex;
}

.main-footer .offical-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 25px;
    transition: all ease 0.35s;
}

.main-footer .offical-icon a:hover {
    background-color: rgb(0 0 0 / 8%);
}

@media only screen and (width <=767px) {
    .footer-bottom .logomono {
        margin: 20px auto 10px;
    }

    .main-footer .company-information .col-left {
        padding-top: 15px;
        border-top: 1px solid #000;
    }

    .main-footer .company-information .logo-group .item:last-child {
        margin-bottom: 10px;
    }

    .main-footer .company-information .logo-group .item:nth-child(1) {
        border-bottom: 1px solid #000;
    }

    .main-footer .company-information .item:nth-child(1) .item-sns {
        margin-bottom: 10px;
    }
}

@media only screen and (width <=480px) {
    .footer-bottom .logomono {
        width: 100px;
        margin: 20px auto 0;
    }

    .main-footer .company-information {
        padding: 15px 0 20px;
    }
}

@media print,
(width >=768px) {
    .main-footer {
        padding-top: 50px;
    }

    .footer-top {
        display: flex;
        align-items: flex-end;
        margin-bottom: 50px;
    }

    .footer-top::before {
        top: 85%;
        height: 5px;
    }

    .footer-top .logo {
        width: 215px;
        max-width: 90%;
        padding: 20px 30px;
        margin: 0 auto -25px;
    }

    .footer-top .col-left {
        width: 23%;
    }

    .footer-top .col-right {
        width: 77%;
    }

    .footer-top .button-link {
        position: absolute;
        right: 30px;
        bottom: -20px;
    }

    .footer-top .background-green {
        padding: 20px 20px 40px;
    }

    .footer-top .background-green .text-left {
        font-size: 20px;
    }

    .footer-top .background-green .text-small {
        font-size: 16px;
    }

    .footer-top .background-green .text-right {
        font-size: 15px;
    }

    .footer-middle {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-middle .col-left {
        width: 100%;
        text-align: center;
    }

    .footer-middle .col-left .title-eng {
        letter-spacing: 0.01em;
    }

    .footer-middle .col-middle,
    .footer-middle .col-right {
        width: 50%;

        /* border-top: 1px solid #000; */
    }

    .footer-middle .col-middle a,
    .footer-middle .col-right a {
        padding: 30px 20px;
    }

    .footer-middle .col-middle .left-icon,
    .footer-middle .col-right .left-icon {
        width: 60px;
        height: 60px;
        margin-right: 20px;
        font-size: 35px;
    }

    .footer-middle .col-middle .phone-number {
        font-size: 3.4rem;
    }

    .footer-middle .col-right .contact-text {
        font-size: 2.5rem;
    }

    .footer-middle .col-middle .right-text,
    .footer-middle .col-right .right-text {
        width: calc(100% - 80px);
    }

    .footer-middle .col-middle a {
        /* border-bottom: 1px solid #000; */
    }

    .phone-text {
        font-size: 13px;
    }

    .footer-bottom {
        padding-top: 45px;
    }

    .footer-bottom .footer-nav .item {
        width: 33.333%;
    }

    .footer-bottom .footer-nav .item>a {
        color: #000;
        transition: all ease 0.35s;
    }

    .footer-bottom .footer-nav .item>a:hover {
        color: #fff;
        background: #333;
    }

    .main-footer .company-information .col-left {
        width: 40%;
    }

    .main-footer .company-information .col-right {
        width: 60%;
    }

    .main-footer .company-information .col-left {
        order: 1;
    }

    .main-footer .company-information .col-right {
        order: 2;
    }

    .company-information .logo-group {
        display: flex;
        justify-content: space-between;
    }

    .company-information .logo-group .item-logo a {
        height: 50px;
    }

    .company-information .logo-group .item {
        width: 45%;
    }

    .main-footer .company-information .button-maps {
        position: relative;
        display: inline-block;
        overflow: hidden;
    }

    .main-footer .company-information .button-maps::before {
        position: absolute;
        bottom: 5px;
        left: 0;
        z-index: 0;
        display: block;
        width: 100%;
        height: 5px;
        content: "";
        background-color: rgb(0 0 0 / 10%);
        transform: translateX(-100%);
        transition: all ease 0.28s;
    }

    .main-footer .company-information .button-maps:hover::before {
        transform: translateX(0);
    }

    .footer-middle .cont-blc {
        display: flex;
        width: 100%;
    }
}

@media print,
(width >=1101px) {
    .footer-top {
        margin-bottom: 80px;
    }

    .footer-top::before {
        top: 80%;
    }

    .footer-top .background-green {
        display: flex;
        padding: 40px 40px 50px;
    }

    .footer-top .background-green .text-left {
        flex-shrink: 0;
        width: 28%;
        min-width: 280px;
        padding-right: 10px;
        margin: -5px 0 0;
    }

    .footer-top .background-green .text-right {
        width: 100%;
    }

    .footer-middle {
        flex-wrap: initial;
        justify-content: end;
    }

    .footer-middle .col-left {
        position: absolute;
        left: 0;
        z-index: +2;
        display: flex;
        align-items: center;
        width: max(35%, 380px);
        height: 160px;
        padding: 40px min(2.7vw, 50px);
        color: #000;
        text-align: left;
        background: none;

        /* border-top: 1px solid #000;
        border-bottom: 1px solid #000; */
    }

    .footer-middle .cont-blc {
        justify-content: flex-end;
    }

    .footer-middle .col-middle a,
    .footer-middle .col-right a {
        display: flex;
        align-items: center;
        height: 160px;
        padding: 0 min(2.7vw, 50px);
    }

    .footer-middle .col-middle a {
        pointer-events: none;
        cursor: text;
    }

    .footer-middle .col-left .left-text {
        padding-top: clamp(1.5rem, 1.1664rem + 0.69vw, 2rem);
        color: #000;
    }

    .footer-middle .col-right .left-icon {
        transition: all 0.3s;
    }

    .footer-middle .col-right a {
        transition: all 0.3s;
    }

    .footer-middle .col-right a:hover .arrow {
        width: 35px;
    }

    .footer-bottom .nav-wrapper {
        flex-wrap: nowrap;
        padding-bottom: 50px;
    }

    .footer-bottom .logomono {
        order: 2;
        margin: 0;
    }

    .footer-bottom .footer-nav {
        order: 1;
        width: 100%;
    }

    .footer-bottom .footer-nav .item {
        width: auto;
        margin-right: 10px;
    }

    .company-information .col-right .text-large {
        margin-right: 10px;
    }

    .footer-middle .cont-blc {
        flex: 1;
        width: min(65%, 975px);
        white-space: nowrap;
    }

    .footer-middle .col-middle {
        max-width: 450px;
    }

    .footer-middle .col-right {
        flex: 1;
        max-width: 30%;
    }

    .footer-middle .col-middle {
        width: min(55%, 380px);
        border-left: 1px solid #000;
    }

    .footer-middle .col-left .title-eng {
        position: absolute;
        top: -32px;
        left: -0.3vw;
        padding-right: 3vw;
        margin-bottom: 10px;
        line-height: 1;
        background-color: #fff;
    }
}

@media print,
(width >=1500px) {
    .footer-top {
        margin-bottom: 110px;
    }

    .footer-top .background-green .text-left {
        font-size: 22px;
    }

    /* .footer-middle .col-middle a,
    .footer-middle .col-right a {
        padding: 30px 50px;
    } */

    .footer-middle .col-middle {
        width: 43.6%;
    }

    .footer-middle .col-right {
        width: 56.4%;
    }

    .footer-bottom {
        max-width: 1500px;
        padding: 50px 0;
        margin: 0 auto;
    }

    .company-information {
        padding: 50px 0 0;
    }

    .company-information .col-left {
        width: 46%;
    }

    .company-information .col-right {
        width: 54%;
    }

    .company-information .col-right .text {
        margin-bottom: 40px;
    }

    .company-information .button-maps {
        margin-bottom: 10px;
    }

    .footer-middle .col-left .title-eng {
        top: -44px;
    }

    .footer-middle .col-left {
        padding-left: min(3.33vw, 50px);
    }
}

@media print {
    .footer-middle .col-left {
        padding: 60px 20px 80px;
    }

    .col-middle a,
    .col-right a {
        padding: 30px 20px;
    }

    .footer-bottom {
        padding: 50px 20px;
    }
}

@media (width <=480px) {
    .footer-middle .col-left .title-eng {
        font-size: 3.6rem;
    }

    .main-footer .company-information .text-copyright {
        text-align: right;
    }
}

/* toTop --------------------- */
#toTop {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: none;
    width: 65px;
    height: 65px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #000;
    animation: toTop-animation 0.3s ease forwards;
    animation-fill-mode: both;
}

#toTop>span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    content: "";
    border: solid #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(-45deg);
    transition: all 0.3s ease 0s;
}

#toTop:hover>span {
    top: 30%;
}

@media screen and (width <=480px) {
    #toTop {
        width: 50px;
        height: 50px;
    }

    #toTop>i {
        font-size: 2rem;
        line-height: 50px;
    }
}

@keyframes toTop-animation {
    from {
        opacity: 0;
        transform: translateY(101%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes toTop-animation {
    from {
        opacity: 0;
        transform: translateY(101%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* js-inView -------------------------------------------------- */
.js-inView {
    /* -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.24, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.24, 1, 0.32, 1); */
    transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

@keyframes fade-in-down {
    0% {
        opacity: 0.5;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fade-in-down {
    0% {
        opacity: 0.5;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade-in-left {
    0% {
        opacity: 0;
        transform: translateX(-15%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fade-in-left {
    0% {
        opacity: 0;
        transform: translateX(-15%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-in-left {
    animation-name: fade-in-left;
}

@keyframes translate-opacity-up-out-0--30 {
    0% {
        opacity: 1;
        transform: translateY(0);
        transform-origin: bottom;
    }

    100% {
        opacity: 0;
        transform: translateY(-30%);
        transform-origin: bottom;
    }
}

@keyframes translate-up-in-axis-Y-origin-bottom-30-0 {
    0% {
        transform: translateY(30%);
        transform-origin: bottom;
    }

    100% {
        transform: translateY(0);
        transform-origin: bottom;
    }
}

@keyframes translateX-hover-1 {
    0% {
        transform: translateX(0);
        transform-origin: 100% 0;
    }

    100% {
        transform: translateX(100%);
        transform-origin: 100% 0;
    }
}

@keyframes translateX-hover-1 {
    0% {
        transform: translateX(0);
        transform-origin: 100% 0;
    }

    100% {
        transform: translateX(100%);
        transform-origin: 100% 0;
    }
}

@keyframes translateX-hover-2 {
    0% {
        transform: translateX(-100%);
        transform-origin: 0 0;
    }

    100% {
        transform: translateX(0);
        transform-origin: 0 0;
    }
}

@keyframes translateX-hover-2 {
    0% {
        transform: translateX(-100%);
        transform-origin: 0 0;
    }

    100% {
        transform: translateX(0);
        transform-origin: 0 0;
    }
}

.fade-out {
    animation-name: fade-out;
    animation-delay: 0.5s;
}

.fade-in-down {
    animation-name: fade-in-down;
}

@keyframes scroll {
    0% {
        transform: translateX(-100%);
    }

    25%,
    75% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(100%);
    }
}

@keyframes scroll {
    0% {
        transform: translateX(-100%);
    }

    25%,
    75% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(100%);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* js-inView */
.sec.active .section-title .js-inView.:nth-of-type(1) {
    transition-delay: 0.1s;
}

.sec.active .section-title .js-inView.:nth-of-type(2) {
    transition-delay: 0.15s;
}

.sec.active .section-title .js-inView.:nth-of-type(3) {
    transition-delay: 0.2s;
}

.sec.active .section-title .js-inView.:nth-of-type(4) {
    transition-delay: 0.25s;
}

/* bg-fadein-left */
.sec.bg-fadein-left::before {
    visibility: hidden;
    opacity: 0;
    transform: translateX(-30px);
    transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}

.sec.active.bg-fadein-left::before {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.2s;
}

.sec.bg-fadein-left::after {
    visibility: hidden;
    opacity: 0;
    transform: translateX(30px);
    transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}

.sec.active.bg-fadein-left::after {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.6s;
}

/* bg-fadein-left2 */
.sec.bg-fadein-left2::before {
    visibility: hidden;
    opacity: 0;
    transform: translateX(-30px);
    transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}

.sec.active.bg-fadein-left2::before {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.2s;
}

.sec.bg-fadein-left2::after {
    visibility: hidden;
    opacity: 0;
    transform: translateX(-101%);
    transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.sec.active.bg-fadein-left2::after {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.4s;
}

/* .sec-number .section-title .number */
.sec.sec-number .section-title {
    visibility: hidden;
    opacity: 0;
    transform: translateX(30px);
    transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.sec.active.sec-number .section-title {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.1s;
}

/* letteranim */
.js-inView.letteranim .block .letter {
    visibility: hidden;
    opacity: 0;
    transform: translate(-30px, 0);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.js-inView.letteranim.activein .block .letter {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.js-inView.letteranim.activein .block .letter:nth-of-type(1) {
    transition-delay: 0.1s;
}

.js-inView.letteranim.activein .block .letter:nth-of-type(2) {
    transition-delay: 0.15s;
}

.js-inView.letteranim.activein .block .letter:nth-of-type(3) {
    transition-delay: 0.2s;
}

.js-inView.letteranim.activein .block .letter:nth-of-type(4) {
    transition-delay: 0.25s;
}

.js-inView.letteranim.activein .block .letter:nth-of-type(5) {
    transition-delay: 0.3s;
}

.js-inView.letteranim.activein .block .letter:nth-of-type(6) {
    transition-delay: 0.35s;
}

.js-inView.letteranim.activein .block .letter:nth-of-type(7) {
    transition-delay: 0.4s;
}

.js-inView.letteranim.activein .block .letter:nth-of-type(8) {
    transition-delay: 0.45s;
}

.js-inView.letteranim.activein .block .letter:nth-of-type(9) {
    transition-delay: 0.5s;
}

.js-inView.letteranim.activein .block .letter:nth-of-type(10) {
    transition-delay: 0.55s;
}

.js-inView.letteranim.activein .block .letter:nth-of-type(11) {
    transition-delay: 0.6s;
}

.js-inView.letteranim.activein .block .letter:nth-of-type(12) {
    transition-delay: 0.65s;
}

.js-inView.letteranim.activein .block .letter:nth-of-type(13) {
    transition-delay: 0.7s;
}

.js-inView.letteranim.activein .block .letter:nth-of-type(14) {
    transition-delay: 0.75s;
}

.js-inView.letteranim.activein .block .letter:nth-of-type(15) {
    transition-delay: 0.8s;
}

/* #js-scale */
#js-scale.scalebig::before {
    transform-origin: center;
    transition: all ease-in 0.3s;
}

#js-scale.scalebig.sec-smile::before {
    transform: scale(1.15);
}