﻿@import url("css2.css");

* {
    font-family: "Shippori Mincho",sans-serif !important;
    
}

/*
--------------------------------
*/
.p-recruit_link__item__body .arrow,
.p-index_service__link .inner .link a i,
.c-form_submit__button i,
.c-bnr_link i,
.c-lower_link__content__arrow,
.c-products_item__button i,
.c-interview_item__body .name i,
.c-button02 a i,
.c-contact_button i,
.c-entry_button i {
    color: #EE771C;
    background-color: #ffffff;
    border: 1px solid #EE771C;
    border-radius: 20px;
    width: 70px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

    .p-recruit_link__item__body .arrow,
    .p-index_service__link .inner .link a i,
    .c-form_submit__button i,
    .c-bnr_link i,
    .c-lower_link__content__arrow,
    .c-products_item__button i,
    .c-interview_item__body .name i,
    .c-button02 a i,
    .c-contact_button i,
    .c-entry_button i {
        width: calc(1.6326530612vw + 68.877551px);
        height: calc(0.8163265306vw + 26.9387755102px);
    }
}

.c-button02.-white a i {
    color: #3F3535;
    border-color: #fff;
    background-color: #fff;
}

.c-button02.-yellow a i {
    color: #EE771C;
    border-color: #EE771C;
}

.c-button02.-blue a i {
    color: #6C86B2;
    border-color: #6C86B2;
}

.c-button02.-white a i svg path {
    stroke: #3F3535;
}

.c-button02.-yellow a i svg path {
    stroke: #EE771C;
}

.c-button02.-blue a i svg path {
    stroke: #6C86B2;
}


.c-button02.-white a:hover i {
    border-color: #3F3535;
    background-color: #3F3535;
    color: #fff;
}

.c-button02.-yellow a:hover i {
    border-color: #EE771C;
    background-color: #EE771C;
    color: #fff;
}

.c-button02.-blue a:hover i {
    border-color: #6C86B2;
    background-color: #6C86B2;
    color: #fff;
}

.c-button02.-white a:hover i svg path,
.c-button02.-yellow a:hover i svg path,
.c-button02.-blue a:hover i svg path {
    stroke: #fff;
}




.p-topics_single__main {
    font-feature-settings: normal;
    letter-spacing: 0;
    line-height: 2.125;
    font-size: 1.6rem;
}

@media only screen and (max-width: 1599px) {
    .p-topics_single__main {
        font-size: calc(0.2448979592vw + 1.2081632653rem);
    }
}

@media only screen and (max-width: 567px) {
    .p-topics_single__main {
        line-height: 1.8461538462;
    }
}

.p-topics_single__main p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
}

.p-topics_single__main p a {
    color: #5C91C9;
    text-decoration: underline;
}

.is-pc .p-topics_single__main p a {
    text-decoration: none;
}

.is-pc .p-topics_single__main p a:hover {
    text-decoration: underline;
}

.p-topics_single__main h2,
.p-topics_single__main h3,
.p-topics_single__main h4,
.p-topics_single__main h5,
.p-topics_single__main h6 {
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    margin-left: -0.025em;
    margin-top: 2.5em;
}

.p-topics_single__main h2 {
    position: relative;
    font-size: 3rem;
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid;
    margin-bottom: 0.8em;
}

@media only screen and (max-width: 1599px) {
    .p-topics_single__main h2 {
        font-size: calc(0.6530612245vw + 1.9551020408rem);
    }
}

.p-topics_single__main h2::before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #4A6AA1;
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 1599px) {
    .p-topics_single__main h2::before {
        width: calc(1.6326530612vw + 2.387755102rem);
    }
}

.p-topics_single__main h3 {
    position: relative;
    font-size: 2.6rem;
    color: #4A6AA1;
    padding-left: 15px;
}

@media only screen and (max-width: 1599px) {
    .p-topics_single__main h3 {
        font-size: calc(0.4897959184vw + 1.8163265306rem);
    }
}

.p-topics_single__main h3::before {
    content: "";
    width: 0.2em;
    height: 0.2em;
    background-color: #4A6AA1;
    border-radius: 9999px;
    display: block;
    position: absolute;
    top: 1em;
    left: 0;
}

@media only screen and (max-width: 767px) {
    .p-topics_single__main h3::before {
        top: 0.85em;
    }
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
picture,
dl {
    margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
}

[type=radio] {
    -webkit-appearance: radio;
    appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
    cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
    display: none;
}

/**
 * Remove padding
 */
option {
    padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
    outline-offset: -2px;
    /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
    cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
    outline: none;
}

/* Table */
/* ============================================ */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

html {
    font-size: 62.5%;
}

body {
    background: #ffffff;
    color: #3B2F14;
    font-family: "Shippori Mincho", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "YuGothic", "游ゴシック体", "Noto Sans JP", "BIZ UDPGothic", Meiryo, "Helvetica Neue", Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
    text-indent: calc(0vw + 0rem);
    letter-spacing: 0.05em;
    line-height: 200%;
    font-size: 1.7rem;
}

@media only screen and (max-width: 1599px) {
    body {
        font-size: calc(0.2448979592vw + 1.3081632653rem);
    }
}

body.is-fixed {
    overflow: hidden !important;
}

#page {
    position: relative;
    overflow: hidden;
    font-weight: 500;
}

figure,
picture {
    display: block;
}

img {
    vertical-align: bottom;
    height: auto;
    max-width: 100%;
    min-height: 1px;
}

.js-svg {
    width: 1em;
    height: 1em;
}

img.js-svg {
    opacity: 0;
}

svg.js-svg {
    opacity: 1;
}

svg {
    overflow: hidden;
}

.js-anim_elm {
    backface-visibility: hidden;
    will-change: transform;
}

.js-anim_elm.-base {
    transition: 1.5s transform cubic-bezier(0.215, 0.61, 0.355, 1), 1.5s opacity;
    transform: translateY(calc(1.6326530612vw + 13.8775510204px));
    opacity: 0;
}

.js-anim_elm.-base.is-act {
    opacity: 1;
    transform: translateY(0);
}

.js-anim_elm.-baseright {
    transition: 1s transform cubic-bezier(0.215, 0.61, 0.355, 1), 0.5s opacity cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateX(calc(1.6326530612vw + 13.8775510204px));
    opacity: 0;
}

.js-anim_elm.-baseright.is-act {
    opacity: 1;
    transform: translateX(0);
}

.js-anim_elm.-baseleft {
    transition: 1s transform cubic-bezier(0.215, 0.61, 0.355, 1), 0.5s opacity cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateX(calc(-1.6326530612vw + -13.8775510204px));
    opacity: 0;
}

.js-anim_elm.-baseleft.is-act {
    opacity: 1;
    transform: translateX(0);
}

.js-aco_content {
    height: 0;
    overflow: hidden;
    transition: all 0.7s ease;
}

.p-notfound_body h2 {
    font-size: 2.6rem;
    margin-bottom: 1em;
}

@media only screen and (max-width: 1599px) {
    .p-notfound_body h2 {
        font-size: calc(0.6530612245vw + 1.5551020408rem);
    }
}

.p-notfound_body .body {
    margin-bottom: 50px;
}

/**
 * Swiper 8.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 13, 2022
 */
@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
}

.l-header {
    width: 100%;
    position: fixed;
    z-index: 7000;
    transition: all 2s ease;
}

.l-header_inner {
    width: 100%;
    background-color: #ffffff;
    padding: 0px 100px 0px 60px;
}

@media only screen and (max-width: 1599px) {
    .l-header_inner {
        /* height: calc(3.6734693878vw + 61.2244897959px); */
        padding: 0 calc(4.0816326531vw + 34.693877551px) 0 calc(3.2653061224vw + 7.7551020408px);
    }
}

@media only screen and (max-width: 767px) {
    .l-header_inner {
        height: auto;
        padding: calc(2.0408163265vw + 2.3469387755px) calc(3.2653061224vw + 47.7551020408px) calc(0.8163265306vw + 6.9387755102px) calc(3.2653061224vw + 7.7551020408px);
    }
}

.l-header_inner__row {
    position: relative;
    top: 0;
    display: flex;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 40px);
    justify-content: space-between;
    height: 126px;
}

@media only screen and (max-width: 1023px) {
    .l-header_inner__row {
        top: 0.8em;
    }
}

@media only screen and (max-width: 767px) {
    .l-header_inner__row {
        top: 0;
        height: 60px;
    }
}

@media only screen and (max-width: 1599px) {
    .l-header_logo {
        width: calc(3.0204081633vw + 118.6734693878px);
    }
}

@media only screen and (max-width: 767px) {
    .l-header_logo {
        width: 70px;
    }
}

@media only screen and (max-width: 1023px) {
    .l-header_expo {
        width: 309px;
    }
}

@media only screen and (max-width: 767px) {
    .l-header_expo {
        width: 100%;
    }
}

.l-header_expo img {
    width: 100%;
}

.l-header_info {
    width: calc(100% - 400px);
}

@media only screen and (max-width: 1200px) {
    .l-header_info {
        display: none;
    }
}

.l-header_info__link {
    position: relative;
    display: flex;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
}

@media only screen and (max-width: 1599px) {
    .l-header_info__link {}
}

.l-header_info__link a {
    position: relative;
    display: block;
    width: 133px;
    line-height: 126px;
    text-align: center;
}

.l-header_info__link a i {
    line-height: 0;
}

.l-header_info__link a .text {
    display: inline-block;
}

.l-header_info__link a:hover,
.l-header_info__link a.on {
    background-color: #EE771C1F;
    color: #3F3535;
}

@media only screen and (max-width: 1599px) {
    .l-header_info__link a .text {
        font-size: calc(0.3265306122vw + 1.1775510204rem);
    }
}

@media only screen and (max-width: 767px) {
    .l-header_info__link a .text {
        margin-left: 0.5em;
    }
}

.is-mouse .l-header_info__link {
    transition: color 0.6s ease;
}

/*.is-mouse .l-header_info__link:hover {
    color: #4A6AA1;
}*/

.footer_bg {
    overflow-y: hidden;
    margin-bottom: -120px;
    margin-top: 70px;
    padding-right: 50px;
}

@media only screen and (max-width: 1599px) {
    .footer_bg {
        margin-top: calc(3.530612vw + 5.510204px);
        margin-bottom: calc(-4.0816326531vw + -54.693877551px);
        padding-right: calc(2.4489795918vw + 10.8163265306px);
    }
}

.footer_bg img {
    width: 100%;
}

.l-footer {
    position: relative;
    width: auto;
    background-color: #ffffff;
    border-radius: 30px 0 0 0;
}

@media only screen and (max-width: 767px) {
    .l-footer {
        border-radius: 50px 0 0 0;
    }
}

.l-footer_inner {
    max-width: 1220px;
    margin: auto;
    display: flex;
    align-items: flex-start;
    padding: 120px 60px 110px;
}

@media only screen and (max-width: 1599px) {
    .l-footer_inner {
        padding: calc(5.7142857143vw + 28.5714285714px) calc(4.8979591837vw + -18.3673469388px) calc(5.7142857143vw + 18.5714285714px);
    }
}

@media only screen and (max-width: 767px) {
    .l-footer_inner {
        display: inline-block;
        padding-left: calc(0.8163265306vw + 51.9387755102px);
        padding-right: calc(1.6326530612vw + 13.8775510204px);
    }
}

.l-footer_info {
    margin-right: 290px;
}

@media only screen and (max-width: 1599px) {
    .l-footer_info {
        margin-right: calc(23.6734693878vw + -88.7755102041px);
    }
}

@media only screen and (max-width: 1023px) {
    .l-footer_info {
        margin-right: calc(8.1632653061vw + -30.612244898px);
    }
}

@media only screen and (max-width: 767px) {
    .l-footer_info {
        margin-right: 0;
    }
}

.l-footer_info .c-contact_button i {
    color: #4A6AA1;
    border-color: #4A6AA1;
}

.l-footer_info__company {
    margin-top: 50px;
}

@media only screen and (max-width: 1599px) {
    .l-footer_info__company {
        margin-top: calc(1.6326530612vw + 23.8775510204px);
    }
}

.l-footer_info__company__adress {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 1599px) {
    .l-footer_info__company__adress {
        margin-bottom: calc(0.8163265306vw + 16.9387755102px);
    }
}

.l-footer_info__company__tel {
    font-size: 4rem;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: 0.02em;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1599px) {
    .l-footer_info__company__tel {
        margin-bottom: calc(1.6326530612vw + 13.8775510204px);
    }
}

.l-footer_info__company__sns {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media only screen and (max-width: 767px) {
    .l-footer_info__company__sns {
        gap: initial;
    }
}

@media only screen and (max-width: 767px) {
    .l-footer_info__company__sns li {
        margin-right: 20px;
    }
}

.is-mouse .l-footer_info__company__sns li a {
    transition: color 0.6s ease;
}

.is-mouse .l-footer_info__company__sns li a:hover {
    color: #4A6AA1;
}

.l-footer_info__company__sns li a i {
    font-size: 2rem;
}

.l-footer_info__company__copyright {
    margin-top: 30px;
}

.l-footer_info__nav {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .l-footer_info__nav {
        display: none;
    }
}

.l-footer_info__nav__inner {
    display: flex;
    align-items: flex-start;
    column-gap: 100px;
}

@media only screen and (max-width: 1599px) {
    .l-footer_info__nav__inner {
        column-gap: calc(8.1632653061vw + -30.612244898px);
    }
}

.l-footer_info__nav__col {
    font-size: 1.3rem;
    line-height: 2.5;
    font-weight: 300;
    font-family: "Noto Sans JP", sans-serif;
}

.l-footer_info__nav__col li {
    white-space: nowrap;
}

.l-footer_info__nav__col li .child {
    position: relative;
    display: flex;
    align-items: center;
}

.l-footer_info__nav__col li .child::before {
    content: "";
    width: 0.5em;
    height: 1px;
    line-height: 0;
    background-color: #4A6AA1;
    display: block;
    margin-right: 0.8em;
}

.is-mouse .l-footer_info__nav__col li a {
    transition: color 0.6s ease;
    font-size: 1.8rem;
}

.is-mouse .l-footer_info__nav__col li a:hover {
    color: #4A6AA1;
}

.l-footer_info__nav__sub {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

@media only screen and (max-width: 1599px) {
    .l-footer_info__nav__sub {
        margin-top: calc(2.4489795918vw + 20.8163265306px);
    }
}

.l-footer_info__nav__sub li {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 300;
    color: #999999;
    font-family: "Noto Sans JP", sans-serif;
}

.l-footer_info__nav__sub li:first-child {
    position: relative;
    margin-right: 40px;
}

.l-footer_info__nav__sub li:first-child::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #999999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
}

.l-footer_info__nav__copyright {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-top: 80px;
}

@media only screen and (max-width: 1599px) {
    .l-footer_info__nav__copyright {
        font-size: calc(0.2448979592vw + 1.2081632653rem);
        margin-top: calc(3.2653061224vw + 27.7551020408px);
    }
}

.c-font-cormorant.-regular {
    font-weight: 400;
    font-family: "Cormorant", serif;
    font-style: normal;
}

.c-font-cormorant.-medium {
    font-weight: 500;
    font-family: "Cormorant", serif;
    font-style: normal;
}

.c-font-montserrat.-regular {
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
}

.c-font-montserrat.-medium {
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
}

.c-font-noto.-regular {
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    letter-spacing: 0.05em;
}

.c-font-noto.-light {
    font-weight: 300;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    letter-spacing: 0.05em;
}

.c-blockimage {
    position: relative;
    display: block;
}

.c-blockimage::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.c-blockimage img {
    object-fit: cover;
}

.c-blockimage img.-contain {
    object-fit: contain;
}

.c-blockimage img,
.c-blockimage svg,
.c-blockimage iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-crumbs {
    color: #3B2F14;
    margin: 10px 0;
}

.c-text01 {
    letter-spacing: 0.02em;
    line-height: 2;
}

.c-text02 {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.03em;
}

@media only screen and (max-width: 1599px) {
    .c-text02 {
        font-size: calc(0.1632653061vw + 1.3387755102rem);
    }
}

.c-content_margin {}

@media only screen and (max-width: 1599px) {
    .c-content_margin {}
}

@media only screen and (max-width: 767px) {
    .c-content_margin.-m0 {
        margin-left: 0;
        margin-right: 0;
    }
}

.c-img_fade {
    opacity: 0;
    overflow: hidden;
    filter: saturate(0.5);
    transform: scaleX(1.05);
    transition: opacity 1.4s ease, filter 2s ease, transform 2s ease;
}

.c-img_fade.is-act {
    opacity: 1;
    filter: saturate(1);
    transform: scale(1);
}

.c-img_scale {
    opacity: 0;
    overflow: hidden;
    transition: opacity 2.5s ease;
}

.c-img_scale img {
    transform: scale(1.15);
    transition: transform 3s ease;
}

.c-img_scale.is-act {
    opacity: 1;
}

.c-img_scale.is-act img {
    transform: scale(1);
}

.c-bg_grad {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -10;
}

.c-service_item {
    width: 100%;
    position: relative;
    border-radius: 30px 30px 0 0;
}

.c-service_item__num {
    position: absolute;
    top: 75px;
    right: 70px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

@media only screen and (max-width: 1599px) {
    .c-service_item__num {
        top: calc(6.1224489796vw + -22.9591836735px);
        right: calc(4.0816326531vw + 4.693877551px);
    }
}

@media only screen and (max-width: 1023px) {
    .c-service_item__num {
        right: initial;
        left: calc(4.8979591837vw + -8.3673469388px);
    }
}

.c-service_item__num .line {
    display: inline-block;
    width: 1px;
    height: 15px;
    background-color: #3B2F14;
    margin: 1em 0;
}

.c-service_item__thumb {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 30px 0 30px 0;
    max-width: 800px;
}

@media only screen and (max-width: 1599px) {
    .c-service_item__thumb {
        width: calc(54.693877551vw + -5.1020408163px);
    }
}

@media only screen and (max-width: 1023px) {
    .c-service_item__thumb {
        position: relative;
        width: 100%;
    }
}

.c-service_item__thumb img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 30px 0 30px 0;
}

.c-service_item__main {
    width: 400px;
    height: 680px;
    padding-top: 170px;
    margin-left: auto;
}

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

    .c-service_item__main {
        padding-top: calc(13.8775510204vw + -52.0408163265px);
        height: calc(31.0204081633vw + 183.6734693878px);
        width: calc(16.3265306122vw + 138.7755102041px);

    }

    .p-index_service__outer:nth-child(1) .c-service_item__main {
        height: calc(31.0204081633vw + 532.673469px);
    }
}

@media only screen and (max-width: 1023px) {
    .c-service_item__main {
        padding-top: 0;
        height: 100%;
        width: 100%;
        text-align: center;
        padding-left: 1em;
        padding-right: 1em;
        margin-bottom: calc(2.4489795918vw + 20.8163265306px);
    }
}

.c-service_item__main .c-text01 {
    margin-top: 40px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1599px) {
    .c-service_item__main .c-text01 {
        margin-top: calc(1.6326530612vw + 13.8775510204px);
        margin-bottom: calc(2.0408163265vw + 17.3469387755px);
    }
}

@media only screen and (max-width: 1023px) {
    .c-service_item__main .c-button02 a {
        justify-content: center;
    }
}

.c-service_item__event {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #4A6AA1;
    border-radius: 30px 0 30px 0;
    padding: 60px 0;
}

@media only screen and (max-width: 1599px) {
    .c-service_item__event {
        padding: calc(2.4489795918vw + 20.8163265306px) 0;
    }
}

.c-service_item__event__num {
    position: absolute;
    top: 70px;
    left: 60px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

@media only screen and (max-width: 1599px) {
    .c-service_item__event__num {
        top: calc(3.2653061224vw + 17.7551020408px);
        left: calc(6.1224489796vw + -37.9591836735px);
    }
}

@media only screen and (max-width: 767px) {
    .c-service_item__event__num {
        position: relative;
        -ms-writing-mode: initial;
        writing-mode: initial;
        display: flex;
        align-items: center;
        top: initial;
        left: initial;
        padding-left: calc(2.4489795918vw + 20.8163265306px);
    }
}

.c-service_item__event__num .line {
    display: inline-block;
    width: 1px;
    height: 15px;
    background-color: #3B2F14;
    margin: 1em 0;
}

@media only screen and (max-width: 767px) {
    .c-service_item__event__num .line {
        width: 15px;
        height: 1px;
        margin: 0 0.5em;
    }
}

.c-service_item__event__row {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .c-service_item__event__row {
        flex-direction: column-reverse;
    }
}

.c-service_item__event__img {
    max-width: 590px;
    min-width: 590px;
    margin-right: 110px;
}

@media only screen and (max-width: 1599px) {
    .c-service_item__event__img {
        max-width: calc(31.8367346939vw + 80.612244898px);
        min-width: calc(31.8367346939vw + 80.612244898px);
        margin-right: calc(8.9795918367vw + -33.6734693878px);
    }
}

@media only screen and (max-width: 767px) {
    .c-service_item__event__img {
        max-width: 100%;
        min-width: 100%;
        margin-right: 0;
        margin-top: calc(2.4489795918vw + 20.8163265306px);
    }
}

.c-service_item__event__main {
    width: 100%;
}

.c-service_item__event__main .c-text01 {
    margin: 30px 0;
}

@media only screen and (max-width: 1599px) {
    .c-service_item__event__main .c-text01 {
        margin: calc(0.8163265306vw + 16.9387755102px) 0;
    }
}

.c-service_item.-reverse .c-service_item__num {
    right: initial;
    left: 70px;
}

@media only screen and (max-width: 1599px) {
    .c-service_item.-reverse .c-service_item__num {
        left: calc(4.8979591837vw + -8.3673469388px);
    }
}

.c-service_item.-reverse .c-service_item__thumb {
    right: 0;
    left: initial;
}

.c-service_item.-reverse .c-service_item__main {
    margin-left: 80px;
}

@media only screen and (max-width: 1599px) {
    .c-service_item.-reverse .c-service_item__main {
        margin-left: calc(1.530612vw + -24.4897959184px);
    }
}

.c-list01 li {
    display: flex;
    position: relative;
    line-height: 2.2;
    padding-left: 1em;
}

.c-list01 li:before {
    content: "";
    width: 0.3em;
    height: 0.3em;
    background-color: #4A6AA1;
    border-radius: 9999px;
    position: absolute;
    left: 0;
    top: 1em;
}

.c-list01.-green li::before {
    background-color: #4A6AA1;
}

.c-pagenavi {
    margin-top: 100px;
    font-size: 2.4rem;
}

@media only screen and (max-width: 1599px) {
    .c-pagenavi {
        font-size: calc(0.4897959184vw + 1.6163265306rem);
        margin-top: calc(4.0816326531vw + 34.693877551px);
    }
}

.c-pagenavi .wp-pagenavi {
    gap: 10px;
    display: flex;
    justify-content: center;
}

.c-pagenavi .pages {
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 85px;
    border-bottom: 1px solid;
}

@media only screen and (max-width: 1599px) {
    .c-pagenavi .pages {
        font-size: calc(0.4897959184vw + 1.6163265306rem);
        width: calc(3.2653061224vw + 67.7551020408px);
        height: calc(3.2653061224vw + 32.7551020408px);
    }
}

.c-pagenavi .page,
.c-pagenavi .current,
.c-pagenavi .nextpostslink,
.c-pagenavi .prevpostslink {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background-color: #ffffff;
    border: 1px solid #CCCCCC;
    width: 85px;
    height: 85px;
}

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

    .c-pagenavi .page,
    .c-pagenavi .current,
    .c-pagenavi .nextpostslink,
    .c-pagenavi .prevpostslink {
        width: calc(3.2653061224vw + 32.7551020408px);
        height: calc(3.2653061224vw + 32.7551020408px);
    }
}

.is-mouse .c-pagenavi .page {
    transition: color 0.5s ease, background-color 0.8s ease;
}

.is-mouse .c-pagenavi .page:hover {
    color: #ffffff;
    background-color: #4A6AA1;
}

.c-cat {
    display: inline-block;
    font-size: 1.6rem;
}

@media only screen and (max-width: 1599px) {
    .c-cat {
        font-size: calc(0.1632653061vw + 1.3387755102rem);
    }
}

.c-cat a {
    display: inline-block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #CCCCCC;
    border-radius: 9999px;
    line-height: 1;
    white-space: nowrap;
    padding: 10px 20px;
    letter-spacing: 0.03em;
}

.c-cat.is-select a {
    color: #4A6AA1;
    border: 1px solid #4A6AA1;
}

.c-requirements_cat {
    display: inline-block;
    font-size: 1.3rem;
    white-space: nowrap;
    line-height: 1;
    border: 1px solid;
    padding: 0.6em 0.6em 0.7em;
}

.c-num {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #4A6AA1;
    font-size: 4.5rem;
    line-height: 1;
    padding-bottom: 0.25em;
    letter-spacing: 0.02em;
    border-radius: 20px 0 20px 0;
    width: 80px;
    height: 80px;
}

@media only screen and (max-width: 1599px) {
    .c-num {
        width: calc(2.0408163265vw + 47.3469387755px);
        height: calc(2.0408163265vw + 47.3469387755px);
        font-size: calc(0.7346938776vw + 3.3244897959rem);
    }
}

.c-recruit_page {
    display: flex;
    align-items: center;
    color: #999999;
}

.c-recruit_page::before {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #999999;
    margin-right: 15px;
}

.c-explanation_item {
    position: relative;
    display: flex;
    align-items: stretch;
    margin-bottom: 25px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 1599px) {
    .c-explanation_item {
        margin-bottom: calc(0.8163265306vw + 11.9387755102px);
        padding-bottom: calc(0.8163265306vw + 16.9387755102px);
    }
}

@media only screen and (max-width: 767px) {
    .c-explanation_item {
        display: block;
    }
}

.c-explanation_item::before {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #4A6AA1;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media only screen and (max-width: 767px) {
    .c-explanation_item::before {
        display: none;
    }
}

.c-explanation_item:last-child {
    margin-bottom: 0;
}

.c-explanation_item dt {
    position: relative;
    display: flex;
    max-width: 240px;
    min-width: 240px;
    padding-right: 1em;
    font-weight: normal;
}

@media only screen and (max-width: 1599px) {
    .c-explanation_item dt {
        max-width: calc(9.7959183673vw + 83.2653061224px);
        min-width: calc(9.7959183673vw + 83.2653061224px);
    }
}

@media only screen and (max-width: 767px) {
    .c-explanation_item dt {
        max-width: 100%;
        min-width: 100%;
        padding-bottom: 10px;
        margin-bottom: 1em;
    }
}

.c-explanation_item dt::before {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #4A6AA1;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}

@media only screen and (max-width: 767px) {
    .c-explanation_item dt::before {
        display: block;
    }
}

.c-explanation_item dd {
    width: 100%;
}

.c-explanation_item.-sm {
    padding-bottom: 25px;
}

@media only screen and (max-width: 1599px) {
    .c-explanation_item.-sm {
        padding-bottom: calc(0.8163265306vw + 11.9387755102px);
    }
}

.c-products_search {
    background-color: #F8F8F4;
}

.c-products_search__inner {
    width: 100%;
    max-width: 700px;
    padding: 60px 0;
    margin: auto;
}

@media only screen and (max-width: 1599px) {
    .c-products_search__inner {
        padding: calc(2.4489795918vw + 20.8163265306px) 0;
    }
}

.c-products_search__item {
    display: flex;
    align-items: baseline;
}

.c-products_search__item+.c-products_search__item {
    margin-top: 25px;
}

@media only screen and (max-width: 1599px) {
    .c-products_search__item+.c-products_search__item {
        margin-top: calc(0.4081632653vw + 18.4693877551px);
    }
}

.c-products_search__item dt {
    max-width: 100px;
    min-width: 100px;
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
    font-size: 2.2rem;
    padding-right: 1em;
}

@media only screen and (max-width: 1599px) {
    .c-products_search__item dt {
        max-width: calc(3.2653061224vw + 47.7551020408px);
        min-width: calc(3.2653061224vw + 47.7551020408px);
        font-size: calc(0.3265306122vw + 1.6775510204rem);
    }
}

.c-products_search__item dd {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

@media only screen and (max-width: 1599px) {
    .c-products_search__item dd {
        gap: calc(0.4081632653vw + 8.4693877551px);
    }
}

.c-products_search__item dd .check_box {
    display: block;
}

.c-products_search__item dd .check_box input[type=checkbox] {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    display: inline-block;
    font-size: 0;
}

.c-products_search__item dd .check_box input[type=checkbox]+.text {
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #CCCCCC;
    border-radius: 9999px;
    line-height: 1;
    white-space: nowrap;
    padding: 10px 20px;
    letter-spacing: 0.03em;
    cursor: pointer;
    transition: all 0.3s ease;
}

.c-products_search__item dd .check_box input[type=checkbox]:checked+.text {
    color: #4A6AA1;
    border: 1px solid #4A6AA1;
}

.c-products_search__button {
    width: 100%;
    max-width: 260px;
    margin: auto;
    margin-top: 30px;
}

.c-products_search__button button {
    width: 100%;
    color: #4A6AA1;
    text-align: center;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    padding: 0.7em 0;
}

.is-mouse .c-products_search__button button {
    transition: color 0.5s ease, background-color 0.5s ease;
}

.is-mouse .c-products_search__button button:hover {
    color: #ffffff;
    background-color: #4A6AA1;
}

.c-requirements_explanation__row {
    display: flex;
}

@media only screen and (max-width: 767px) {
    .c-requirements_explanation__row {
        display: block;
    }
}

.c-requirements_explanation__img {
    max-width: 470px;
    min-width: 470px;
}

@media only screen and (max-width: 1599px) {
    .c-requirements_explanation__img {
        max-width: calc(22.0408163265vw + 117.3469387755px);
        min-width: calc(22.0408163265vw + 117.3469387755px);
    }
}

@media only screen and (max-width: 767px) {
    .c-requirements_explanation__img {
        max-width: 100%;
        min-width: 100%;
    }
}

.c-requirements_explanation__img.c-blockimage::before {
    padding-top: 74.4680851064%;
}

.c-requirements_explanation__body {
    width: 100%;
    margin-left: 70px;
}

@media only screen and (max-width: 1599px) {
    .c-requirements_explanation__body {
        margin-left: calc(5.7142857143vw + -21.4285714286px);
    }
}

@media only screen and (max-width: 767px) {
    .c-requirements_explanation__body {
        margin-left: 0;
        margin-top: 20px;
    }
}

.c-requirements_explanation__body .copy {
    font-size: 3rem;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1599px) {
    .c-requirements_explanation__body .copy {
        font-size: calc(0.8163265306vw + 1.693877551rem);
        margin-bottom: calc(1.6326530612vw + 13.8775510204px);
    }
}

.c-requirements_explanation__body .copy::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 1px;
    background-color: #CCCCCC;
    vertical-align: middle;
    margin-right: 20px;
}

.c-container {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
}

@media only screen and (max-width: 1599px) {
    .c-container {
        width: calc(75.5102040816vw + 91.8367346939px);
        padding-left: calc(1.6326530612vw + 13.8775510204px);
        padding-right: calc(1.6326530612vw + 13.8775510204px);
    }
}

@media only screen and (max-width: 567px) {
    .c-container {
        width: 100%;
    }
}

@media only screen and (max-width: 374px) {
    .c-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.c-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

@media only screen and (max-width: 1599px) {
    .c-fluid {
        padding-left: calc(1.6326530612vw + 13.8775510204px);
        padding-right: calc(1.6326530612vw + 13.8775510204px);
    }
}

@media only screen and (max-width: 374px) {
    .c-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.c-alert_ie {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
}

.c-alert_ie__alert {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 50%;
    max-width: 650px;
    padding: calc(2.4489795918vw + 20.8163265306px);
}

.c-alert_ie__alert .c-btn_edge {
    text-align: center;
    margin-top: 20px;
    display: block;
    color: #fff;
    background: #4A6AA1;
    border: 1px solid #4A6AA1;
    padding: 10px calc(0.8163265306vw + 6.9387755102px);
    border-radius: 30px;
    transition: all 0.3s ease;
}

.c-alert_ie__alert .c-btn_edge:hover {
    background: #fff;
    color: #4A6AA1;
}

.c-hamburger {
    width: 80px;
    height: 80px;
    background-color: #4A6AA1;
    border-radius: 9999px;
    border: 2px solid #4A6AA1;
    position: fixed;
    top: 1.3em;
    right: 1em;
    z-index: 9999;
    transition: all 0.6s ease;
    cursor: pointer;
}

@media only screen and (max-width: 1599px) {
    .c-hamburger {
        width: calc(2.8571428571vw + 34.2857142857px);
        height: calc(2.8571428571vw + 34.2857142857px);
    }
}

.c-hamburger span {
    height: 1px;
    width: 30%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -15%;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.c-hamburger span.hidden {
    display: none;
}

.c-hamburger::before,
.c-hamburger::after {
    content: "";
    height: 1px;
    width: 30%;
    position: absolute;
    left: 50%;
    margin-left: -15%;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.c-hamburger::before {
    top: 40%;
}

.c-hamburger::after {
    bottom: 40%;
}

.c-hamburger.is-act {
    color: #ffffff;
}

.c-hamburger.is-act span {
    display: none;
}

.c-hamburger.is-act:before {
    transform: rotate(135deg);
    top: 50%;
    background: #ffffff;
}

.c-hamburger.is-act:after {
    transform: rotate(-135deg);
    top: 50%;
    background: #ffffff;
}

.is-mouse .c-hamburger {
    transition: all 0.5s ease;
}

.is-mouse .c-hamburger:hover {
    background-color: #ffffff;
}

.is-mouse .c-hamburger:hover span {
    background-color: #4A6AA1;
}

.is-mouse .c-hamburger:hover::before,
.is-mouse .c-hamburger:hover::after {
    background-color: #4A6AA1;
}

.c-common_overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.25);
}

.c-common_overlay.is-act {
    opacity: 1;
    z-index: 7400;
    visibility: visible;
}

.c-drawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 7500;
    visibility: hidden;
}

.c-drawer_inner {
    position: relative;
    display: inline-block;
    overflow-y: scroll;
    width: 100%;
    max-width: 540px;
    background: #ffffff;
    padding: 180px 80px 130px;
    border-radius: 0 0 0 100px;
}

@media only screen and (max-width: 1599px) {
    .c-drawer_inner {
        padding: calc(7.3469387755vw + 62.4489795918px) calc(2.4489795918vw + 40.8163265306px) calc(5.306122449vw + 45.1020408163px);
    }
}

@media only screen and (max-width: 767px) {
    .c-drawer_inner {
        max-width: calc(15.5102040816vw + 291.8367346939px);
    }
}

.c-drawer_nav {
    margin-bottom: 80px;
}

@media only screen and (max-width: 1599px) {
    .c-drawer_nav {
        margin-bottom: calc(3.2653061224vw + 27.7551020408px);
    }
}

.c-drawer_nav li {
    margin-bottom: 1em;
}

.c-drawer_nav li:last-child {
    margin-bottom: 0;
}

.is-mouse .c-drawer_nav li a {
    transition: color 0.6s ease;
}

.is-mouse .c-drawer_nav li a:hover {
    color: #4A6AA1;
}

.c-drawer_sns {
    display: flex;
    gap: 20px;
    margin: 40px 0;
}

@media only screen and (max-width: 1599px) {
    .c-drawer_sns {
        margin: calc(1.6326530612vw + 13.8775510204px) 0;
    }
}

@media only screen and (max-width: 767px) {
    .c-drawer_sns {
        gap: initial;
    }
}

@media only screen and (max-width: 767px) {
    .c-drawer_sns a {
        display: block;
        margin-right: 20px;
    }
}

.is-mouse .c-drawer_sns a {
    transition: color 0.6s ease;
}

.is-mouse .c-drawer_sns a:hover {
    color: #4A6AA1;
}

.c-drawer_sns a i {
    font-size: 2rem;
}

.c-drawer_copyright {
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 10%;
}

@media only screen and (max-width: 1599px) {
    .c-drawer_copyright {
        font-size: calc(0.1632653061vw + 1.2387755102rem);
    }
}

.c-button01 a {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 40px;
    border-radius: 5px;
    border: 2px solid #4A6AA1;
    line-height: 1;
    color: #ffffff;
    background-color: #4A6AA1;
}

.c-button01 a i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-size: 1.3rem;
}

.is-mouse .c-button01 a {
    transition: background-color 0.5s ease, color 0.7s ease;
}

.is-mouse .c-button01 a:hover {
    color: #4A6AA1;
    background-color: #ffffff;
}

.c-button02 a {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.c-button02 a .text {
    margin-left: 1.5em;
}

.is-mouse .c-button02 a i {
    transition: all 0.7s ease;
}

.is-mouse .c-button02 a i.-mix {
    transition: all 0.7s ease;
}

.is-mouse .c-button02 a .text {
    transition: color 0.5s ease;
}

.is-mouse .c-button02 a:hover i {
    color: #ffffff;
    background-color: #EE771C;
    border-radius: 20px 0 20px 0;
}

/*.is-mouse .c-button02 a:hover i.-mix {
    border: 1px solid #4A6AA1;
}

.is-mouse .c-button02 a:hover i.-entry {
    background-color: #4A6AA1;
}

.is-mouse .c-button02 a:hover .text {
    color: #3F3535;
}

.is-mouse .c-button02 a:hover .text.-white {
    color: #ffffff;
}

.is-mouse .c-button02 a:hover .text.-green {
    color: #4A6AA1;
}*/


.is-mouse .c-button02.-blue a:hover i {
    border-color: #4A6AA1;
    background-color: #4A6AA1;
}

.is-mouse .c-button02.-yellow a:hover i {
    border-color: #EE771C;
    background-color: #EE771C;
}

.is-mouse .c-button02.-white a:hover i {
    border-color: #3F3535;
    background-color: #3F3535;
}

.c-button02.-reverse a .text {
    margin-left: 0;
    margin-right: 1.5em;
}

.c-button02.-right a {
    justify-content: flex-end;
}

.c-contact_button a {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    padding-bottom: 35px;
    border-bottom: 1px solid #4A6AA1;
}

@media only screen and (max-width: 1599px) {
    .c-contact_button a {
        padding-bottom: calc(1.2244897959vw + 15.4081632653px);
    }
}

.is-mouse .c-contact_button a i {
    transition: all 0.7s ease;
}

.is-mouse .c-contact_button a:hover i {
    color: #ffffff;
    background-color: #4A6AA1;
    border-radius: 20px 0 20px 0;
}

.is-mouse .c-contact_button a:hover i svg path {
    stroke: #fff;
}

.c-contact_button__heading {
    line-height: 1;
}

.c-contact_button__heading .en {
    font-size: 5rem;
    letter-spacing: 0.02em;
}

@media only screen and (max-width: 1599px) {
    .c-contact_button__heading .en {
        font-size: calc(1.4693877551vw + 2.6489795918rem);
    }
}

.c-contact_button__heading .jp {
    display: inline-block;
    vertical-align: super;
    font-size: 1.5rem;
    margin-left: 30px;
    margin-right: 100px;
}

@media only screen and (max-width: 1599px) {
    .c-contact_button__heading .jp {
        font-size: calc(0.1632653061vw + 1.2387755102rem);
        margin-left: calc(1.6326530612vw + 3.8775510204px);
        margin-right: calc(6.9387755102vw + -11.0204081633px);
    }
}

.c-contact_button.-sm a {
    padding-bottom: 20px;
}

.c-contact_button.-sm .c-contact_button__heading .en {
    font-size: 3rem;
}

@media only screen and (max-width: 1599px) {
    .c-contact_button.-sm .c-contact_button__heading .en {
        font-size: calc(0.8163265306vw + 1.693877551rem);
    }
}

.c-contact_button.-sm .c-contact_button__heading .jp {
    margin: 0 30px;
    vertical-align: baseline;
}

@media only screen and (max-width: 1599px) {
    .c-contact_button.-sm .c-contact_button__heading .jp {
        margin: 0 calc(1.2244897959vw + 10.4081632653px);
    }
}

.c-text_button a {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    line-height: 1;
    margin-top: 40px;
}

@media only screen and (max-width: 1599px) {
    .c-text_button a {
        font-size: calc(0.1632653061vw + 1.5387755102rem);
        margin-top: calc(1.6326530612vw + 13.8775510204px);
    }
}

.c-text_button a i {
    color: #4A6AA1;
    margin-left: 15px;
}

.is-mouse .c-text_button a {
    transition: color 1s ease;
}

.is-mouse .c-text_button a:hover {
    color: #4A6AA1;
}

.c-entry_button {
    position: relative;
    width: 100%;
    max-width: 700px;
    text-align: center;
    overflow: hidden;
}

.c-entry_button a {
    width: 100%;
    display: block;
    padding: 60px 1em 50px;
    background-color: #4A6AA1;
    border: 1px solid #4A6AA1;
}

@media only screen and (max-width: 1599px) {
    .c-entry_button a {
        padding: calc(2.4489795918vw + 20.8163265306px) 1em calc(2.0408163265vw + 17.3469387755px);
    }
}

.is-mouse .c-entry_button a {
    transition: background-color 0.7s ease;
}

.is-mouse .c-entry_button a .c-entry_button__text {
    transition: color 0.5s ease;
}

.is-mouse .c-entry_button a .c-entry_button__en {
    transition: color 0.5s ease;
}

.is-mouse .c-entry_button a i {
    transition: all 0.7s ease;
}

.is-mouse .c-entry_button a:hover {
    background-color: #ffffff;
}

.is-mouse .c-entry_button a:hover .c-entry_button__text {
    color: #4A6AA1;
}

.is-mouse .c-entry_button a:hover .c-entry_button__en {
    color: #4A6AA1;
}

.is-mouse .c-entry_button a:hover i {
    color: #ffffff;
    background-color: #4A6AA1;
    border-radius: 20px 0 20px 0;
}

.c-entry_button__text {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
}

@media only screen and (max-width: 1599px) {
    .c-entry_button__text {
        font-size: calc(0.4897959184vw + 1.6163265306rem);
    }
}

.c-entry_button__en {
    opacity: 0.25;
    font-size: 14rem;
    line-height: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.35em;
    color: #ffffff;
}

@media only screen and (max-width: 1599px) {
    .c-entry_button__en {
        font-size: calc(5.7142857143vw + 4.8571428571rem);
    }
}

.c-entry_button i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
}

@media only screen and (max-width: 1599px) {
    .c-entry_button i {
        right: calc(2.0408163265vw + 17.3469387755px);
    }
}

.c-heading01__en {
    color: #EE771C;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 60px;
}

@media only screen and (max-width: 1599px) {
    .c-heading01__en {
        margin-bottom: calc(2.4489795918vw + 20.8163265306px);
    }
}

.c-heading01__jp svg {
    width: 505px;
    height: auto;
}

.c-heading02 {
    line-height: 1;
}

.c-heading02__en {
    font-size: 1.2rem;
    color: #EE771C;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1599px) {
    .c-heading02__en {
        margin-bottom: calc(0.4081632653vw + 13.4693877551px);
    }
}

.c-heading02__main {
    font-size: 8rem;
}

@media only screen and (max-width: 1599px) {
    .c-heading02__main {
        font-size: calc(1.6326530612vw + 5.387755102rem);
    }
}

.c-heading02__jp {
    font-size: 1.5rem;
    margin-top: 15px;
}

@media only screen and (max-width: 1599px) {
    .c-heading02__jp {
        font-size: calc(0.2448979592vw + 1.1081632653rem);
        margin-top: calc(0.4081632653vw + 8.4693877551px);
    }
}

.c-heading02.-white .c-heading02__main {
    color: #ffffff;
}

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

.c-heading02.js-anim_elm .c-heading02__en,
.c-heading02.js-anim_elm .c-heading02__jp {
    opacity: 0;
    transition: opacity 1s ease 0.5s;
}

.c-heading02.js-anim_elm .c-heading02__main .js-split {
    opacity: 0;
    color: #ffffff;
    filter: blur(5px);
    transition: opacity 0.9s ease, color 1.5s ease, filter 1.4s ease;
}

.c-heading02.js-anim_elm .c-heading02__main .js-split:nth-child(0) {
    transition-delay: 0ms;
}

.c-heading02.js-anim_elm .c-heading02__main .js-split:nth-child(1) {
    transition-delay: 50ms;
}

.c-heading02.js-anim_elm .c-heading02__main .js-split:nth-child(2) {
    transition-delay: 100ms;
}

.c-heading02.js-anim_elm .c-heading02__main .js-split:nth-child(3) {
    transition-delay: 150ms;
}

.c-heading02.js-anim_elm .c-heading02__main .js-split:nth-child(4) {
    transition-delay: 200ms;
}

.c-heading02.js-anim_elm .c-heading02__main .js-split:nth-child(5) {
    transition-delay: 250ms;
}

.c-heading02.js-anim_elm .c-heading02__main .js-split:nth-child(6) {
    transition-delay: 300ms;
}

.c-heading02.js-anim_elm .c-heading02__main .js-split:nth-child(7) {
    transition-delay: 350ms;
}

.c-heading02.js-anim_elm .c-heading02__main .js-split:nth-child(8) {
    transition-delay: 400ms;
}

.c-heading02.js-anim_elm .c-heading02__main .js-split:nth-child(9) {
    transition-delay: 450ms;
}

.c-heading02.js-anim_elm .c-heading02__main .js-split:nth-child(10) {
    transition-delay: 500ms;
}

.c-heading02.js-anim_elm .c-heading02__main .js-split:nth-child(11) {
    transition-delay: 550ms;
}

.c-heading02.js-anim_elm .c-heading02__main .js-split:nth-child(12) {
    transition-delay: 600ms;
}

.c-heading02.js-anim_elm .c-heading02__main .js-split:nth-child(13) {
    transition-delay: 650ms;
}

.c-heading02.js-anim_elm .c-heading02__main .js-split:nth-child(14) {
    transition-delay: 700ms;
}

.c-heading02.js-anim_elm .c-heading02__main .js-split:nth-child(15) {
    transition-delay: 750ms;
}

.c-heading02.js-anim_elm .c-heading02__main .js-split:nth-child(16) {
    transition-delay: 800ms;
}

.c-heading02.js-anim_elm .c-heading02__main .js-split:nth-child(17) {
    transition-delay: 850ms;
}

.c-heading02.js-anim_elm .c-heading02__main .js-split:nth-child(18) {
    transition-delay: 900ms;
}

.c-heading02.js-anim_elm .c-heading02__main .js-split:nth-child(19) {
    transition-delay: 950ms;
}

.c-heading02.js-anim_elm .c-heading02__main .js-split:nth-child(20) {
    transition-delay: 1000ms;
}

.c-heading02.js-anim_elm.is-act .c-heading02__en,
.c-heading02.js-anim_elm.is-act .c-heading02__jp {
    opacity: 1;
}

.c-heading02.js-anim_elm.is-act .c-heading02__main .js-split {
    color: #3B2F14;
    opacity: 1;
    filter: blur(0);
}

.c-heading02.js-anim_elm.is-act.-white .c-heading02__main .js-split {
    color: #ffffff;
}

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

.c-heading03__label {
    color: #4A6AA1;
    font-size: 1.6rem;
    line-height: 1.5;
    display: inline-block;
    border-bottom: 1px solid;
    white-space: nowrap;
}

@media only screen and (max-width: 1599px) {
    .c-heading03__label {
        font-size: calc(0.2448979592vw + 1.2081632653rem);
    }
}

.c-heading03__main {
    font-size: 8rem;
    letter-spacing: 0;
    line-height: 1;
}

@media only screen and (max-width: 1599px) {
    .c-heading03__main {
        font-size: calc(2.9387755102vw + 3.2979591837rem);
    }
}

.c-heading03__main.-sm {
    font-size: 5rem;
}

@media only screen and (max-width: 1599px) {
    .c-heading03__main.-sm {
        font-size: calc(0.8163265306vw + 3.693877551rem);
    }
}

.c-heading03.-row {
    display: flex;
    align-items: center;
}

.c-heading03.-row .c-heading03__main {
    margin-left: 20px;
    margin-right: 30px;
}

@media only screen and (max-width: 1599px) {
    .c-heading03.-row .c-heading03__main {
        margin-left: calc(1.2244897959vw + 0.4081632653px);
        margin-right: calc(2.0408163265vw + -2.6530612245px);
    }
}

.c-heading03.js-anim_elm .c-heading03__label,
.c-heading03.js-anim_elm .c-heading03__sub {
    opacity: 0;
    transition: opacity 1s ease 0.5s;
}

.c-heading03.js-anim_elm .c-heading03__main .js-split {
    opacity: 0;
    color: #ffffff;
    filter: blur(5px);
    transition: opacity 0.9s ease, color 1.5s ease, filter 1.4s ease;
}

.c-heading03.js-anim_elm .c-heading03__main .js-split:nth-child(0) {
    transition-delay: 0ms;
}

.c-heading03.js-anim_elm .c-heading03__main .js-split:nth-child(1) {
    transition-delay: 50ms;
}

.c-heading03.js-anim_elm .c-heading03__main .js-split:nth-child(2) {
    transition-delay: 100ms;
}

.c-heading03.js-anim_elm .c-heading03__main .js-split:nth-child(3) {
    transition-delay: 150ms;
}

.c-heading03.js-anim_elm .c-heading03__main .js-split:nth-child(4) {
    transition-delay: 200ms;
}

.c-heading03.js-anim_elm .c-heading03__main .js-split:nth-child(5) {
    transition-delay: 250ms;
}

.c-heading03.js-anim_elm .c-heading03__main .js-split:nth-child(6) {
    transition-delay: 300ms;
}

.c-heading03.js-anim_elm .c-heading03__main .js-split:nth-child(7) {
    transition-delay: 350ms;
}

.c-heading03.js-anim_elm .c-heading03__main .js-split:nth-child(8) {
    transition-delay: 400ms;
}

.c-heading03.js-anim_elm .c-heading03__main .js-split:nth-child(9) {
    transition-delay: 450ms;
}

.c-heading03.js-anim_elm .c-heading03__main .js-split:nth-child(10) {
    transition-delay: 500ms;
}

.c-heading03.js-anim_elm .c-heading03__main .js-split:nth-child(11) {
    transition-delay: 550ms;
}

.c-heading03.js-anim_elm .c-heading03__main .js-split:nth-child(12) {
    transition-delay: 600ms;
}

.c-heading03.js-anim_elm .c-heading03__main .js-split:nth-child(13) {
    transition-delay: 650ms;
}

.c-heading03.js-anim_elm .c-heading03__main .js-split:nth-child(14) {
    transition-delay: 700ms;
}

.c-heading03.js-anim_elm .c-heading03__main .js-split:nth-child(15) {
    transition-delay: 750ms;
}

.c-heading03.js-anim_elm .c-heading03__main .js-split:nth-child(16) {
    transition-delay: 800ms;
}

.c-heading03.js-anim_elm .c-heading03__main .js-split:nth-child(17) {
    transition-delay: 850ms;
}

.c-heading03.js-anim_elm .c-heading03__main .js-split:nth-child(18) {
    transition-delay: 900ms;
}

.c-heading03.js-anim_elm .c-heading03__main .js-split:nth-child(19) {
    transition-delay: 950ms;
}

.c-heading03.js-anim_elm .c-heading03__main .js-split:nth-child(20) {
    transition-delay: 1000ms;
}

.c-heading03.js-anim_elm.is-act .c-heading03__label,
.c-heading03.js-anim_elm.is-act .c-heading03__sub {
    opacity: 1;
}

.c-heading03.js-anim_elm.is-act .c-heading03__main .js-split {
    color: #3B2F14;
    opacity: 1;
    filter: blur(0);
}

.c-title01 {
    font-size: 4.2rem;
    line-height: 1.7;
}

@media only screen and (max-width: 1599px) {
    .c-title01 {
        font-size: calc(1.4693877551vw + 1.8489795918rem);
    }
}

.c-title02 .en {
    font-size: 6rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
}

@media only screen and (max-width: 1599px) {
    .c-title02 .en {
        font-size: calc(1.6326530612vw + 3.387755102rem);
    }
}

.c-title02 .jp {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 1em;
}

@media only screen and (max-width: 1599px) {
    .c-title02 .jp {
        font-size: calc(0.1632653061vw + 1.2387755102rem);
    }
}

.c-title02 .jp::before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    margin-left: 0.4em;
    margin-right: 0.7em;
    background-color: #EE771C;
}

.c-topics_item {
    overflow: hidden;
    border-bottom: 1px solid #DDDDDD;
    display: flex;
    display: inline-flex;
    width: 100%;
    align-items: end;
    margin-bottom: 2em;
    padding-bottom: 2em;
}

.c-topics_item a {
    width: auto;
    display: flex;
    align-items: flex-start;
    padding: 30px 0;
}

@media only screen and (max-width: 1599px) {
    .c-topics_item a {
        padding: calc(1.2244897959vw + 10.4081632653px) 0;
    }
}

@media only screen and (max-width: 767px) {
    .c-topics_item a {
        flex-direction: row-reverse;
    }
}

.is-mouse .c-topics_item a .c-topics_item__info__title {
    transition: color 0.7s ease;
}

.is-mouse .c-topics_item a .c-topics_item__thumb {
    overflow: hidden;
}

.is-mouse .c-topics_item a .c-topics_item__thumb img {
    transition: transform 0.7s ease;
}

.is-mouse .c-topics_item a:hover .c-topics_item__info__title {
    color: #4A6AA1;
}

.is-mouse .c-topics_item a:hover .c-topics_item__thumb img {
    transform: scale(1.05);
}

.c-topics_item__info {
    width: 100%;
    margin-right: 1em;
}

@media only screen and (max-width: 767px) {
    .c-topics_item__info {
        display: flex;
        align-items: center;
    }
}

.c-topics_item__info__row {
    display: flex;
    align-items: flex-end;
}

.c-topics_item__info__cat {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    line-height: 1;
    margin-left: 30px;
    margin-bottom: 0.3em;
}

@media only screen and (max-width: 1599px) {
    .c-topics_item__info__cat {
        font-size: calc(0.0816326531vw + 1.1693877551rem);
        margin-left: calc(1.2244897959vw + 10.4081632653px);
    }
}

.c-topics_item__info__cat::before {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #DDDDDD;
    margin-right: 10px;
}

@media only screen and (max-width: 1599px) {
    .c-topics_item__info__cat::before {
        width: calc(0.4081632653vw + 3.4693877551px);
        margin-right: calc(0.4081632653vw + 3.4693877551px);
    }
}

.c-topics_item__info__day {
    font-size: 3rem;
    line-height: 1;
}

@media only screen and (max-width: 1599px) {
    .c-topics_item__info__day {
        font-size: calc(0.9795918367vw + 1.4326530612rem);
    }
}

.c-topics_item__info__day span {
    display: block;
    color: #4A6AA1;
    font-size: 1.4rem;
    margin-bottom: 2em;
}

@media only screen and (max-width: 1599px) {
    .c-topics_item__info__day span {
        font-size: calc(0.0816326531vw + 1.2693877551rem);
    }
}

@media only screen and (max-width: 767px) {
    .c-topics_item__info__day span {
        margin-bottom: 0.5em;
    }
}

.c-topics_item__info__title {
    margin: 2em 0;
}

@media only screen and (max-width: 767px) {
    .c-topics_item__info__title {
        margin-top: 0.5em;
        margin-bottom: 0;
    }
}

.c-topics_item__info i {
    color: #4A6AA1;
}

@media only screen and (max-width: 767px) {
    .c-topics_item__info i {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        min-width: 30px;
        min-height: 30px;
        background-color: #4A6AA1;
        border-radius: 9999px;
        color: #ffffff;
    }
}

.c-topics_item__info i svg {
    font-size: 1.8rem;
}

@media only screen and (max-width: 1599px) {
    .c-topics_item__info i svg {
        font-size: calc(0.4897959184vw + 1.0163265306rem);
    }
}

.c-topics_item__thumb {
    max-width: 270px;
    min-width: 270px;
    margin-left: auto;
}

@media only screen and (max-width: 1599px) {
    .c-topics_item__thumb {
        max-width: calc(11.4285714286vw + 87.1428571429px);
        min-width: calc(11.4285714286vw + 87.1428571429px);
    }
}

@media only screen and (max-width: 767px) {
    .c-topics_item__thumb {
        margin-left: initial;
    }
}

.c-topics_item__thumb.c-blockimage::before {
    padding-top: 66.6666666667%;
}

.c-topics_item:first-child a {
    padding-top: 0;
}

.c-products_item__row {
    display: flex;
    align-items: flex-start;
}

@media only screen and (max-width: 767px) {
    .c-products_item__row {
        flex-direction: column-reverse;
    }
}

.is-mouse .c-products_item a .c-products_item__img {
    overflow: hidden;
}

.is-mouse .c-products_item a .c-products_item__img img {
    transition: transform 0.7s ease;
}

.is-mouse .c-products_item a .c-products_item__button i {
    transition: all 0.7s ease;
}

.is-mouse .c-products_item a .c-products_item__button .text {
    transition: color 0.5s ease;
}

.is-mouse .c-products_item a:hover .c-products_item__img img {
    transform: scale(1.05);
}

.is-mouse .c-products_item a:hover .c-products_item__button i {
    color: #ffffff;
    background-color: #4A6AA1;
    border-radius: 20px 0 20px 0;
}

.is-mouse .c-products_item a:hover .c-products_item__button .text {
    color: #4A6AA1;
}

.c-products_item__img {
    max-width: 480px;
    min-width: 480px;
    border-radius: 20px 0 20px 0;
}

@media only screen and (max-width: 1599px) {
    .c-products_item__img {
        max-width: calc(26.9387755102vw + 48.9795918367px);
        min-width: calc(26.9387755102vw + 48.9795918367px);
    }
}

@media only screen and (max-width: 767px) {
    .c-products_item__img {
        max-width: 100%;
        min-width: 100%;
        margin-top: 1.5em;
    }
}

.c-products_item__img.c-blockimage::before {
    padding-top: 62.5%;
}

.c-products_item__img img {
    width: 100%;
    border-radius: 20px 0 20px 0;
}

.c-products_item__body {
    width: 100%;
    padding-left: 60px;
}

@media only screen and (max-width: 1599px) {
    .c-products_item__body {
        padding-left: calc(4.8979591837vw + -18.3673469388px);
    }
}

@media only screen and (max-width: 767px) {
    .c-products_item__body {
        padding-left: 0;
    }
}

.c-products_item__body__title {
    font-size: 2.2rem;
}

@media only screen and (max-width: 1599px) {
    .c-products_item__body__title {
        font-size: calc(0.1632653061vw + 1.9387755102rem);
    }
}

.c-products_item__body__cat {
    display: flex;
    gap: 10px;
    margin: 15px 0 20px;
}

@media only screen and (max-width: 1599px) {
    .c-products_item__body__cat {
        margin: 15px 0 calc(0.8163265306vw + 6.9387755102px);
    }
}

.c-products_item__body__cat li {
    line-height: 1;
    white-space: nowrap;
    font-size: 1.3rem;
    padding: 0.7em 0.6em 0.8em;
    background-color: #ffffff;
    border: 1px solid #707070;
}

@media only screen and (max-width: 1599px) {
    .c-products_item__body__cat li {
        font-size: calc(0.1632653061vw + 1.0387755102rem);
    }
}

.c-products_item__button {
    margin-top: 30px;
    width: 100%;
    position: relative;
    display: inline-flex;
    align-items: center;
}

@media only screen and (max-width: 1599px) {
    .c-products_item__button {
        margin-top: calc(1.2244897959vw + 10.4081632653px);
    }
}

.c-products_item__button .text {
    margin-left: 1.5em;
}

.c-requirements_item {
    border-bottom: 1px solid #DDDDDD;
}

.c-requirements_item a {
    display: flex;
    align-items: baseline;
    width: 100%;
    padding: 40px 0;
}

@media only screen and (max-width: 1599px) {
    .c-requirements_item a {
        padding: calc(1.6326530612vw + 13.8775510204px) 0;
    }
}

.is-mouse .c-requirements_item a .c-requirements_item__title {
    transition: color 0.6s ease;
}

.is-mouse .c-requirements_item a:hover .c-requirements_item__title {
    color: #4A6AA1;
}

.c-requirements_item .c-requirements_cat {
    margin-right: 50px;
    font-size: 1.3rem;
}

@media only screen and (max-width: 1599px) {
    .c-requirements_item .c-requirements_cat {
        font-size: calc(0.2448979592vw + 0.9081632653rem);
        margin-right: calc(3.2653061224vw + -2.2448979592px);
    }
}

.c-requirements_item__title {
    letter-spacing: 0.02em;
}

.c-requirements_item i {
    margin-left: auto;
    color: #4A6AA1;
}

.c-requirements_item__img img {
    width: 100%;
}

.c-interview_item {
    position: relative;
}

.c-interview_item a {
    width: 100%;
    display: block;
}

.is-mouse .c-interview_item a .c-interview_item__img {
    overflow: hidden;
}

.is-mouse .c-interview_item a .c-interview_item__img img {
    transition: transform 0.7s ease;
}

.is-mouse .c-interview_item a .c-interview_item__body .name {
    transition: color 0.5s ease;
}

.is-mouse .c-interview_item a .c-interview_item__body .name span {
    transition: color 0.5s ease;
}

.is-mouse .c-interview_item a .c-interview_item__body .name i {
    transition: all 0.7s ease;
}

.is-mouse .c-interview_item a:hover .c-interview_item__img img {
    transform: scale(1.05);
}

.is-mouse .c-interview_item a:hover .c-interview_item__body .name {
    color: #4A6AA1;
}

.is-mouse .c-interview_item a:hover .c-interview_item__body .name span {
    color: #3B2F14;
}

.is-mouse .c-interview_item a:hover .c-interview_item__body .name i {
    color: #ffffff;
    background-color: #4A6AA1;
    border-radius: 20px 0 20px 0;
}

.c-interview_item__num {
    position: absolute;
    top: 80px;
    left: 5px;
    z-index: 2;
    mix-blend-mode: difference;
    background-color: transparent;
}

@media only screen and (max-width: 1599px) {
    .c-interview_item__num {
        top: calc(6.5306122449vw + -24.4897959184px);
    }
}

@media only screen and (max-width: 1023px) {
    .c-interview_item__num {
        left: calc(1.6326530612vw + -66.1224489796px);
    }
}

@media only screen and (max-width: 767px) {
    .c-interview_item__num {
        top: -45px;
        left: calc(-2.4489795918vw + -0.8163265306px);
    }
}

.c-interview_item__num .en {
    font-size: 1.2rem;
    margin-bottom: 0.5em;
}

.c-interview_item__num .main {
    font-size: 8rem;
    line-height: 0;
}

@media only screen and (max-width: 1599px) {
    .c-interview_item__num .main {
        font-size: calc(1.6326530612vw + 5.387755102rem);
    }
}

.c-interview_item__num .main small {
    font-size: 5rem;
}

@media only screen and (max-width: 1599px) {
    .c-interview_item__num .main small {
        font-size: calc(1.4693877551vw + 2.6489795918rem);
    }
}

.c-interview_item__img {
    position: relative;
    z-index: -1;
    padding-right: 20px;
    border-radius: 30px 0 30px 0;
}

@media only screen and (max-width: 1599px) {
    .c-interview_item__img {
        padding-right: calc(1.6326530612vw + -6.1224489796px);
    }
}

.c-interview_item__img img {
    width: 100%;
    border-radius: 30px 0 30px 0;
}

.c-interview_item__body {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-top: -60px;
    border-radius: 10px;
    padding: 50px 10px 40px 50px;
    background-color: #ffffff;
}

@media only screen and (max-width: 1599px) {
    .c-interview_item__body {
        max-width: calc(16.3265306122vw + 238.7755102041px);
        padding: calc(1.6326530612vw + 23.8775510204px) 10px calc(2.0408163265vw + 7.3469387755px) calc(2.0408163265vw + 17.3469387755px);
    }
}

@media only screen and (max-width: 1023px) {
    .c-interview_item__body {
        max-width: 80%;
        margin-top: -30px;
    }
}

@media only screen and (max-width: 767px) {
    .c-interview_item__body {
        max-width: 90%;
    }
}

.c-interview_item__body .title {
    font-size: 2.2rem;
    line-height: 2.1;
}

@media only screen and (max-width: 1599px) {
    .c-interview_item__body .title {
        font-size: calc(0.4897959184vw + 1.4163265306rem);
    }
}

.c-interview_item__body .name {
    display: flex;
    align-items: center;
    font-size: 2rem;
    margin-top: 20px;
}

@media only screen and (max-width: 1599px) {
    .c-interview_item__body .name {
        font-size: calc(0.3265306122vw + 1.4775510204rem);
    }
}

.c-interview_item__body .name span {
    display: inline-block;
    margin-right: 20px;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
}

@media only screen and (max-width: 1599px) {
    .c-interview_item__body .name span {
        font-size: calc(0.0816326531vw + 1.2693877551rem);
    }
}

.c-interview_item__body .name i {
    margin-left: 20px;
}

@keyframes arrowUpRight {
    0% {
        opacity: 1;
        transform: translateX(0) rotate(-45deg);
    }

    24% {
        opacity: 0.5;
        transform: translate(50px, -50px) rotate(-45deg);
    }

    25% {
        opacity: 0;
        transform: translate(50px, -50px) rotate(-45deg);
    }

    26% {
        opacity: 0;
        transform: translate(-50px, 50px) rotate(-45deg);
    }

    41% {
        opacity: 1;
        transform: translate(0) rotate(-45deg);
    }

    100% {
        opacity: 1;
        transform: translate(0) rotate(-45deg);
    }
}

@keyframes scroll {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.c-lower_kv {
    position: relative;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 160px;
    padding-left: 450px;
    background-color: #ffffff;
}

@media only screen and (max-width: 1599px) {
    .c-lower_kv {
        margin-top: calc(2.0408163265vw + 67.3469387755px);
        margin-bottom: calc(8.1632653061vw + 29.387755102px);
        padding-left: calc(32.6530612245vw + -72.4489795918px);
    }
}

@media only screen and (max-width: 767px) {
    .c-lower_kv {
        padding-left: 0;
        padding-left: 60px;
    }
}

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

.c-lower_kv__img img {
    width: 100%;
    max-height: 650px;
    object-fit: cover;
    border-radius: 0 0 0 100px;
}

@media only screen and (max-width: 767px) {
    .c-lower_kv__img img {
        border-radius: 0 0 0 50px;
    }
}

.c-lower_kv__message {
    position: absolute;
    bottom: 2em;
    left: 130px;
    /* background-color: transparent; */
    /* mix-blend-mode: difference; */
}

@media only screen and (max-width: 1599px) {
    .c-lower_kv__message {
        left: calc(10.612244898vw + -39.7959183673px);
    }
}

@media only screen and (max-width: 767px) {
    .c-lower_kv__message {
        padding-left: 20px;
    }
}

.c-lower_kv__message__jp {
    color: #000000;
    white-space: nowrap;
    line-height: 2.4;
    margin-bottom: 20px;
}

.c-lower_kv__message__en {
    display: inline-block;
    color: #3F3535;
    font-size: 14rem;
    line-height: 1;
    text-shadow: 1px 1px 10px rgba(255, 255, 255, 1);
}

@media only screen and (max-width: 1599px) {
    .c-lower_kv__message__en {
        font-size: calc(4.8979591837vw + 6.1632653061rem);
    }
}

.c-lower_text {
    margin-top: 250px;
    margin-bottom: 125px;
    text-align: center;
}

@media only screen and (max-width: 1599px) {
    .c-lower_text {
        margin-top: calc(10.2040816327vw + 86.7346938776px);
        margin-bottom: calc(5.306122449vw + 40.1020408163px);
    }
}

.c-lower_text__main {
    font-size: 12rem;
    letter-spacing: 0;
    line-height: 1.2;
}

@media only screen and (max-width: 1599px) {
    .c-lower_text__main {
        font-size: calc(4.8979591837vw + 4.1632653061rem);
    }
}

.c-lower_recuruit {
    margin-top: 175px;
}

@media only screen and (max-width: 1599px) {
    .c-lower_recuruit {
        margin-top: calc(5.306122449vw + 90.1020408163px);
    }
}

.c-lower_recuruit__main {
    display: inline-block;
    margin-top: 60px;
}

@media only screen and (max-width: 1599px) {
    .c-lower_recuruit__main {
        margin-top: calc(3.2653061224vw + 7.7551020408px);
    }
}

.c-lower_recuruit__main__jp {
    display: block;
    margin-bottom: 0.5em;
}

.c-lower_recuruit__main__en {
    font-size: 14rem;
    letter-spacing: 0;
    line-height: 1;
}

@media only screen and (max-width: 1599px) {
    .c-lower_recuruit__main__en {
        font-size: calc(7.8367346939vw + 1.4612244898rem);
    }
}

.c-bnr_link a {
    width: 100%;
    display: flex;
    align-items: center;
}

.is-mouse .c-bnr_link a .c-bnr_link__img {
    overflow: hidden;
}

.is-mouse .c-bnr_link a .c-bnr_link__img img {
    transition: transform 0.8s ease;
}

.is-mouse .c-bnr_link a i {
    transition: all 0.7s ease;
}

.is-mouse .c-bnr_link a:hover .c-bnr_link__img img {
    transform: scale(1.025);
}

.is-mouse .c-bnr_link a:hover i {
    color: #ffffff;
    background-color: #4A6AA1;
    border-radius: 20px 0 20px 0;
}

.c-bnr_link__img {
    max-width: 270px;
    min-width: 270px;
}

@media only screen and (max-width: 1599px) {
    .c-bnr_link__img {
        max-width: calc(12.2448979592vw + 74.0816326531px);
        min-width: calc(12.2448979592vw + 74.0816326531px);
    }
}

.c-bnr_link__text {
    font-size: 2.6rem;
    line-height: 1;
    margin-left: 50px;
    margin-right: 25px;
}

@media only screen and (max-width: 1599px) {
    .c-bnr_link__text {
        font-size: calc(0.6530612245vw + 1.5551020408rem);
        margin-left: calc(2.8571428571vw + 4.2857142857px);
        margin-right: calc(0.8163265306vw + 11.9387755102px);
    }
}

.c-lower_link {
    margin-top: 150px;
}

@media only screen and (max-width: 1599px) {
    .c-lower_link {
        margin-top: calc(6.1224489796vw + 52.0408163265px);
    }
}

.c-lower_link a {
    display: block;
    width: 100%;
    padding: 120px 0 90px;
    border-top: 1px solid #CCCCCC;
}

@media only screen and (max-width: 1599px) {
    .c-lower_link a {
        padding: calc(4.8979591837vw + 41.6326530612px) 0 calc(3.6734693878vw + 31.2244897959px);
    }
}

.is-mouse .c-lower_link a .c-lower_link__content__bg {
    transition: opacity 0.8s ease;
}

.is-mouse .c-lower_link a:hover .c-lower_link__content__bg {
    opacity: 1;
}

.c-lower_link__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .c-lower_link__content {
        display: block;
    }
}

.c-lower_link__content__sub {
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .c-lower_link__content__sub {
        display: block;
        margin-bottom: 0.5em;
    }
}

.c-lower_link__content__main {
    font-size: 10rem;
    letter-spacing: 0;
    line-height: 1.21;
    margin: 0 50px;
    color: #ffffff;
    mix-blend-mode: difference;
}

.is-vertical .c-lower_link__content__main {
    mix-blend-mode: initial;
    color: #3B2F14;
}

@media only screen and (max-width: 1599px) {
    .c-lower_link__content__main {
        font-size: calc(4.0816326531vw + 3.4693877551rem);
        margin: 0 calc(2.8571428571vw + 4.2857142857px);
    }
}

@media only screen and (max-width: 767px) {
    .c-lower_link__content__main {
        margin: 0;
        font-size: calc(3.5918367347vw + 4.2530612245rem);
    }
}

@media only screen and (max-width: 767px) {
    .c-lower_link__content__arrow {
        position: absolute;
        bottom: -40px;
        right: 0;
    }
}

.c-lower_link__content__bg {
    opacity: 0;
    z-index: -1;
    position: absolute;
}

.c-lower_link__content__bg img {
    width: 100%;
    border-radius: 30px 0 30px 0;
}

.c-side_topics {
    width: 100%;
    max-width: 190px;
}

@media only screen and (max-width: 1599px) {
    .c-side_topics {
        max-width: calc(5.7142857143vw + 98.5714285714px);
    }
}

@media only screen and (max-width: 767px) {
    .c-side_topics {
        display: flex;
        align-items: flex-start;
        max-width: 100%;
        margin-top: calc(3.2653061224vw + 27.7551020408px);
    }
}

.c-side_topics__copy {
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 2em;
    color: #EE771C;
}

.c-side_topics__cat {
    margin-bottom: 80px;
}

@media only screen and (max-width: 1599px) {
    .c-side_topics__cat {
        margin-bottom: calc(3.2653061224vw + 27.7551020408px);
    }
}

@media only screen and (max-width: 767px) {
    .c-side_topics__cat {
        width: 50%;
        margin-bottom: 0;
    }
}

.c-side_topics__cat__item {
    font-size: 1.5rem;
    line-height: 2.7;
    letter-spacing: 0.03em;
}

@media only screen and (max-width: 1599px) {
    .c-side_topics__cat__item {
        font-size: calc(0.0816326531vw + 1.3693877551rem);
    }
}

.is-mouse .c-side_topics__cat__item a {
    transition: color 0.6s ease;
}

.is-mouse .c-side_topics__cat__item a:hover {
    color: #ee771c;
}

.c-side_topics__cat__item.is-current {
    position: relative;
    display: flex;
    align-items: center;
}

.c-side_topics__cat__item.is-current::before {
    content: "";
    display: block;
    background-color: #EE771C;
    -webkit-mask-image: url(../image/arrow-right-thin.svg);
    mask-image: url(../image/arrow-right-thin.svg);
    background-size: auto 100%;
    mask-size: auto 100%;
    -webkit-mask-size: auto 100%;
    mask-position: right center;
    -webkit-mask-position: right center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    width: 14px;
    height: 16px;
    margin-right: 0.5em;
}

@media only screen and (max-width: 767px) {
    .c-side_topics__archive {
        width: 50%;
    }
}

.c-side_topics__archive__content {
    font-size: 1.5rem;
}

@media only screen and (max-width: 1599px) {
    .c-side_topics__archive__content {
        font-size: calc(0.0816326531vw + 1.3693877551rem);
    }
}

.c-side_topics__archive__head {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 1em;
    border-bottom: 1px solid;
    cursor: pointer;
}

.c-side_topics__archive__head::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #3B2F14 transparent transparent transparent;
    margin-left: 1.5em;
    transition: all 0.6s ease;
}

.c-side_topics__archive__head.is-act::after {
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent #3B2F14 transparent;
}

.c-side_topics__archive__body {
    margin-top: 1em;
}

.c-side_topics__archive__body .archive_month li {
    line-height: 2.6;
    padding: 0 1.5em;
}

.c-form .radio_wrap,
.c-form .mwform-radio-field {
    line-height: 18px;
    margin-bottom: 1em;
    display: block;
}

.c-form .radio_wrap:last-child,
.c-form .mwform-radio-field:last-child {
    margin-bottom: 0;
}

.c-form .radio_wrap input[type=radio],
.c-form .mwform-radio-field input[type=radio] {
    opacity: 0;
    position: absolute;
}

.c-form .radio_wrap input[type=radio]+label,
.c-form .radio_wrap input[type=radio]+.mwform-radio-field-text,
.c-form .mwform-radio-field input[type=radio]+label,
.c-form .mwform-radio-field input[type=radio]+.mwform-radio-field-text {
    white-space: nowrap;
    position: relative;
    line-height: 1;
}

.c-form .radio_wrap input[type=radio]+label:before,
.c-form .radio_wrap input[type=radio]+.mwform-radio-field-text:before,
.c-form .mwform-radio-field input[type=radio]+label:before,
.c-form .mwform-radio-field input[type=radio]+.mwform-radio-field-text:before {
    content: "";
    background: #fff;
    border-radius: 100%;
    border: 1px solid #DDDDDD;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -0.1em;
    margin-right: 0.5em;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.c-form .radio_wrap input[type=radio]:checked+label:before,
.c-form .radio_wrap input[type=radio]:checked+.mwform-radio-field-text:before,
.c-form .mwform-radio-field input[type=radio]:checked+label:before,
.c-form .mwform-radio-field input[type=radio]:checked+.mwform-radio-field-text:before {
    background-color: #4A6AA1;
    box-shadow: inset 0 0 0 3px #fff;
}

.-bg-black .c-form .radio_wrap input[type=radio]:checked+label:before,
.-bg-blue .c-form .radio_wrap input[type=radio]:checked+label:before,
.-bg-black .c-form .radio_wrap input[type=radio]:checked+.mwform-radio-field-text:before,
.-bg-blue .c-form .radio_wrap input[type=radio]:checked+.mwform-radio-field-text:before,
.-bg-black .c-form .mwform-radio-field input[type=radio]:checked+label:before,
.-bg-blue .c-form .mwform-radio-field input[type=radio]:checked+label:before,
.-bg-black .c-form .mwform-radio-field input[type=radio]:checked+.mwform-radio-field-text:before,
.-bg-blue .c-form .mwform-radio-field input[type=radio]:checked+.mwform-radio-field-text:before {
    background-color: #3B2F14;
}

.c-form .radio_wrap.-vertical,
.c-form .radio_wrap.horizontal-item,
.c-form .mwform-radio-field.-vertical,
.c-form .mwform-radio-field.horizontal-item {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0.5em;
}

.c-form .radio_wrap.-vertical input[type=radio]+label:before,
.c-form .radio_wrap.horizontal-item input[type=radio]+label:before,
.c-form .mwform-radio-field.-vertical input[type=radio]+label:before,
.c-form .mwform-radio-field.horizontal-item input[type=radio]+label:before {
    vertical-align: middle;
}

.c-form .mwform-checkbox-field {
    display: block;
    line-height: 1;
}

.c-form .mwform-checkbox-field+.mwform-checkbox-field {
    margin-top: 10px;
}

.c-form .mwform-checkbox-field input[type=checkbox] {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    display: inline-block;
    font-size: 0;
}

.c-form .mwform-checkbox-field input[type=checkbox]+.mwform-checkbox-field-text {
    position: relative;
    white-space: nowrap;
    font-weight: 600;
}

.c-form .mwform-checkbox-field input[type=checkbox]+.mwform-checkbox-field-text::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #DDDDDD;
    background-color: #fff;
    border-radius: 3px;
    vertical-align: top;
    margin-right: 0.7em;
    transition: all 0.5s ease;
    margin-top: -0.1em;
}

@media only screen and (max-width: 767px) {
    .c-form .mwform-checkbox-field input[type=checkbox]+.mwform-checkbox-field-text::before {
        margin-right: 0.5em;
    }
}

.c-form .mwform-checkbox-field input[type=checkbox]+.mwform-checkbox-field-text::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 0.7em;
    height: 0.35em;
    margin-top: -0.15em;
    transform: rotate(-45deg);
    left: 0.3em;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    opacity: 0;
    transition: all 0.5s ease;
}

.c-form .mwform-checkbox-field input[type=checkbox]:checked+.mwform-checkbox-field-text::before {
    background-color: #4A6AA1;
}

.-bg-black .c-form .mwform-checkbox-field input[type=checkbox]:checked+.mwform-checkbox-field-text::before,
.-bg-blue .c-form .mwform-checkbox-field input[type=checkbox]:checked+.mwform-checkbox-field-text::before {
    background-color: #3B2F14;
}

.c-form .mwform-checkbox-field input[type=checkbox]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

.c-form .mwform-checkbox-field.-vertical,
.c-form .mwform-checkbox-field.horizontal-item {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 1em;
}

.c-form .mwform-checkbox-field.-vertical input[type=checkbox]+label:before,
.c-form .mwform-checkbox-field.horizontal-item input[type=checkbox]+label:before {
    vertical-align: middle;
}

.c-form_list {
    margin-bottom: 50px;
}

@media only screen and (max-width: 1599px) {
    .c-form_list {
        margin-bottom: calc(2.632653vw + 23.8775510204px);
    }
}

.c-form_item {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #CCCCCC;
}

.c-form_item:first-of-type {
    border-top: 1px solid #CCCCCC;
}

@media only screen and (max-width: 1599px) {
    .c-form_item {
        padding: calc(0.8163265306vw + 16.9387755102px) 0;
    }
}

@media only screen and (max-width: 1023px) {
    .c-form_item {
        display: block;
    }
}

.c-form_item__head {
    max-width: 320px;
    min-width: 320px;
    align-self: center;
    letter-spacing: 0.1em;
    white-space: nowarap;
}

@media only screen and (max-width: 1599px) {
    .c-form_item__head {
        max-width: calc(13.8775510204vw + 97.9591836735px);
        min-width: calc(13.8775510204vw + 97.9591836735px);
    }
}

@media only screen and (max-width: 1023px) {
    .c-form_item__head {
        max-width: 100%;
        min-width: 100%;
        margin-bottom: calc(0.8163265306vw + 6.9387755102px);
    }
}

.-required .c-form_item__head__inner {
    display: flex;
    align-items: center;
}

.-required .c-form_item__head__inner::after {
    content: "必須";
    font-size: 1.4rem;
    white-space: nowrap;
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    background-color: #FF6A6A;
    border-radius: 5px;
    line-height: 1;
    margin-left: 1em;
    padding: 0.4em 0.6em;
}

@media only screen and (max-width: 1599px) {
    .-required .c-form_item__head__inner::after {
        font-size: calc(0.1632653061vw + 1.1387755102rem);
    }
}

.-any .c-form_item__head__inner {
    display: flex;
    align-items: center;
}

.-any .c-form_item__head__inner::after {
    content: "任意";
    font-size: 1.4rem;
    white-space: nowrap;
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    background-color: #B5B5B5;
    border-radius: 5px;
    line-height: 1;
    margin-left: 1em;
    padding: 0.4em 0.6em;
}

@media only screen and (max-width: 1599px) {
    .-any .c-form_item__head__inner::after {
        font-size: calc(0.1632653061vw + 1.1387755102rem);
    }
}

.c-form_item__head.-align_top {
    align-self: flex-start;
    margin-top: 1em;
}

@media only screen and (max-width: 1023px) {
    .c-form_item__head.-align_top {
        margin-top: 0px;
    }
}

.c-form_item__body {
    width: 100%;
    margin-right: 70px;
}

@media only screen and (max-width: 1599px) {
    .c-form_item__body {
        margin-right: calc(5.7142857143vw + -21.4285714286px);
    }
}

@media only screen and (max-width: 1023px) {
    .c-form_item__body {
        margin-right: 0;
    }
}

.c-form_item__body input[type=text],
.c-form_item__body input[type=tel],
.c-form_item__body textarea,
.c-form_item__body select {
    width: 100%;
    background-color: #F2F2F2;
    padding: 10px 20px;
    border-radius: 5px;
}

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

    .c-form_item__body input[type=text],
    .c-form_item__body input[type=tel],
    .c-form_item__body textarea,
    .c-form_item__body select {
        padding: 10px calc(0.8163265306vw + 6.9387755102px);
    }
}

.c-form_item__body input[type=text]:focus,
.c-form_item__body input[type=tel]:focus,
.c-form_item__body textarea:focus,
.c-form_item__body select:focus {
    box-shadow: 0 0 8px rgba(238, 119, 28, .4);
}

.c-form_item__body input[type=text]::placeholder,
.c-form_item__body input[type=tel]::placeholder,
.c-form_item__body textarea::placeholder,
.c-form_item__body select::placeholder {
    color: #999999;
    font-weight: 300;
    font-family: "Noto Sans JP", sans-serif;
}

.c-form_item__body input[type=text]+input[type=text],
.c-form_item__body input[type=text]+input[type=tel],
.c-form_item__body input[type=text]+textarea,
.c-form_item__body input[type=tel]+input[type=text],
.c-form_item__body input[type=tel]+input[type=tel],
.c-form_item__body input[type=tel]+textarea,
.c-form_item__body textarea+input[type=text],
.c-form_item__body textarea+input[type=tel],
.c-form_item__body textarea+textarea,
.c-form_item__body select+input[type=text],
.c-form_item__body select+input[type=tel],
.c-form_item__body select+textarea {
    margin-top: 20px;
}

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

    .c-form_item__body input[type=text]+input[type=text],
    .c-form_item__body input[type=text]+input[type=tel],
    .c-form_item__body input[type=text]+textarea,
    .c-form_item__body input[type=tel]+input[type=text],
    .c-form_item__body input[type=tel]+input[type=tel],
    .c-form_item__body input[type=tel]+textarea,
    .c-form_item__body textarea+input[type=text],
    .c-form_item__body textarea+input[type=tel],
    .c-form_item__body textarea+textarea,
    .c-form_item__body select+input[type=text],
    .c-form_item__body select+input[type=tel],
    .c-form_item__body select+textarea {
        margin-top: calc(1.2244897959vw + 0.4081632653px);
    }
}

.c-form_item__body textarea {
    width: 100%;
}

.c-form_item__body select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.c-form_item__body select:focus {
    box-shadow: none;
}

.c-form_item__body input[type=file] {
    display: none;
}

.c-form_item__body .adress_item {
    display: flex;
    align-items: center;
}

.c-form_item__body .adress_item+.adress_item {
    margin-top: 1em;
}

.c-form_item__body .adress_item__head {
    max-width: 160px;
    min-width: 160px;
    white-space: nowrap;
    margin-right: 0.5em;
}

@media only screen and (max-width: 1599px) {
    .c-form_item__body .adress_item__head {
        max-width: calc(2.8571428571vw + 114.2857142857px);
        min-width: calc(2.8571428571vw + 114.2857142857px);
    }
}

.c-form_item__body .adress_item__head.-top {
    max-width: initial;
    min-width: initial;
}

.c-form_item__body .adress_item__body {
    width: 100%;
}

.c-form_item__body .adress_item__body .zip {
    width: 120px;
}

.c-form_item__body .select_container {
    display: flex;
    align-items: center;
}

.c-form_item__body .select_container .select_wrap {
    position: relative;
    width: 100px;
    line-height: 0;
}

@media only screen and (max-width: 767px) {
    .c-form_item__body .select_container .select_wrap {
        width: 25%;
    }
}

.c-form_item__body .select_container .select_wrap.-sm {
    width: 80px;
}

.mw_wp_form_confirm .c-form_item__body .select_container .select_wrap {
    width: calc(4.0816326531vw + 34.693877551px);
    text-align: center;
}

.c-form_item__body .select_container .select_wrap::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #3B2F14 transparent transparent transparent;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 1;
}

.mw_wp_form_confirm .c-form_item__body .select_container .select_wrap::before {
    content: none;
}

.c-form_item__body .select_container .select_wrap select {
    height: 2.5em;
    line-height: 1;
    padding-left: 15px;
    padding-right: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.c-form_item__body .select_container .select_text {
    display: block;
    margin-left: 0.5em;
    margin-right: 1em;
}

.c-form_item__body .file_container .file_head {
    display: flex;
    gap: 30px;
}

@media only screen and (max-width: 1599px) {
    .c-form_item__body .file_container .file_head {
        gap: calc(1.2244897959vw + 10.4081632653px);
    }
}

@media only screen and (max-width: 767px) {
    .c-form_item__body .file_container .file_head {
        display: block;
    }
}

.c-form_item__body .file_container .file_head label {
    font-size: 1.6rem;
    white-space: nowrap;
    display: inline-block;
    color: #ffffff;
    border: 1px solid #4A6AA1;
    background-color: #4A6AA1;
    padding: 15px 20px;
    line-height: 1;
    border-radius: 5px;
}

@media only screen and (max-width: 1599px) {
    .c-form_item__body .file_container .file_head label {
        font-size: calc(0.1632653061vw + 1.3387755102rem);
    }
}

@media only screen and (max-width: 767px) {
    .c-form_item__body .file_container .file_head label {
        margin: 5px 0 20px;
    }
}

.c-form_item__body .file_container .file_head label i {
    vertical-align: middle;
    margin-right: 0.5em;
}

.is-mouse .c-form_item__body .file_container .file_head label {
    transition: all 0.5s ease;
}

.is-mouse .c-form_item__body .file_container .file_head label:hover {
    color: #4A6AA1;
    background-color: #ffffff;
}

.c-form_item__body .file_container .file_head__info {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0.5em;
    border-bottom: 1px solid #DDDDDD;
    font-size: 1.4rem;
}

@media only screen and (max-width: 1599px) {
    .c-form_item__body .file_container .file_head__info {
        font-size: calc(0.0816326531vw + 1.2693877551rem);
    }
}

.c-form_item__body .file_container .file_head__info__delete {
    cursor: pointer;
    margin-left: auto;
}

.c-form_item__body .file_container .file_head__info__delete i {
    margin-right: 0.5em;
    vertical-align: middle;
}

.c-form_item__body .file_container .file_attention {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 1em;
}

@media only screen and (max-width: 1599px) {
    .c-form_item__body .file_container .file_attention {
        font-size: calc(0.0816326531vw + 1.2693877551rem);
    }
}

.c-form_privacy {
    text-align: center;
    margin-bottom: 65px;
}

@media only screen and (max-width: 1599px) {
    .c-form_privacy {
        margin-bottom: calc(2.0408163265vw + 17.3469387755px);
    }
}

.c-form_privacy .c-text02 {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1599px) {
    .c-form_privacy .c-text02 {
        margin-bottom: calc(0.8163265306vw + 6.9387755102px);
    }
}

.c-form_privacy .c-text02 a {
    color: #5C91C9;
    text-decoration: underline;
}

.is-mouse .c-form_privacy .c-text02 a:hover {
    text-decoration: none;
}

.c-form_submit {
    display: flex;
    justify-content: center;
    gap: 20px;
    overflow: hidden;
    margin: 7% 0 10% 0;
}

@media only screen and (max-width: 1599px) {
    .c-form_submit {
        gap: calc(1.6326530612vw + -6.1224489796px);
    }
}

@media only screen and (max-width: 1023px) {
    .c-form_submit {
        flex-direction: column;
        gap: 10px;
    }
}

.c-form_submit__button {
    position: relative;
    width: 100%;
    max-width: 376px;
    text-align: center;
    display: block;
    padding: 50px 1em 40px;
    background-color: #EE771C;
    border: 1px solid #EE771C;
}

@media only screen and (max-width: 1599px) {
    .c-form_submit__button {
        padding: calc(1.6326530612vw + 23.8775510204px) 1em calc(1.2244897959vw + 20.4081632653px);
    }
}

.c-form_submit__button .text {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
}

@media only screen and (max-width: 1599px) {
    .c-form_submit__button .text {
        font-size: calc(0.6530612245vw + 1.3551020408rem);
    }
}

.c-form_submit__button .en {
    opacity: 0.25;
    font-size: 14rem;
    line-height: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.35em;
    color: #ffffff;
}

@media only screen and (max-width: 1599px) {
    .c-form_submit__button .en {
        font-size: calc(5.7142857143vw + 4.8571428571rem);
    }
}

.c-form_submit__button i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
}

@media only screen and (max-width: 1599px) {
    .c-form_submit__button i {
        right: calc(2.0408163265vw + 17.3469387755px);
    }
}

.c-form_submit__button.-back {
    background-color: #999999;
    border: 1px solid #999999;
}

.c-form_submit__button.-back i {
    color: #999999;
    border: 1px solid #999999;
}

.is-mouse .c-form_submit__button.-back:hover {
    background-color: #ffffff;
}

.is-mouse .c-form_submit__button.-back:hover .text {
    color: #999999;
}

.is-mouse .c-form_submit__button.-back:hover i {
    color: #ffffff;
    background-color: #999999;
}

.is-mouse .c-form_submit__button {
    transition: background-color 0.7s ease;
}

.is-mouse .c-form_submit__button .text {
    transition: color 0.5s ease;
}

.is-mouse .c-form_submit__button i {
    transition: all 0.7s ease;
}

.is-mouse .c-form_submit__button:hover {
    background-color: #ffffff;
}

.is-mouse .c-form_submit__button:hover .text {
    color: #EE771C;
}

.is-mouse .c-form_submit__button:hover i {
    color: #ffffff;
    background-color: #4A6AA1;
}

.c-form_submit__button.-entry {
    background-color: #EE771C;
    border: 1px solid #EE771C;
}

.c-form_submit__button.-entry:hover {
    background-color: #ffffff;
}

.c-form_submit__button.-entry:hover .text {
    color: #EE771C;
}

.c-form_submit__button.-entry:hover i {
    color: #ffffff;
    background-color: #4A6AA1;
}

.c-form_attention {
    margin-top: 50px;
    border: 1px solid #DDDDDD;
    padding: 50px 50px 60px;
}

@media only screen and (max-width: 1599px) {
    .c-form_attention {
        margin-top: calc(1.6326530612vw + 23.8775510204px);
        padding: calc(1.6326530612vw + 23.8775510204px) calc(2.8571428571vw + 4.2857142857px) calc(1.6326530612vw + 33.8775510204px);
    }
}

.c-form_attention__copy {
    font-size: 2.4rem;
    margin-bottom: 0.8em;
}

@media only screen and (max-width: 1599px) {
    .c-form_attention__copy {
        font-size: calc(0.4897959184vw + 1.6163265306rem);
    }
}

.c-form_attention .c-text02 a {
    color: #5C91C9;
    text-decoration: underline;
}

.is-mouse .c-form_attention .c-text02 a:hover {
    text-decoration: none;
}

.u-block_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

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

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

.u-none {
    display: none;
}

.u-ib {
    display: inline-block;
}

.u-relative {
    position: relative;
}

.u-absolute {
    position: absolute;
}

.u-mt0 {
    margin-top: 0px;
}

@media only screen and (max-width: 1599px) {
    .u-mt0 {
        margin-top: calc(0vw + 0px) !important;
    }
}

.u-mb0 {
    margin-bottom: 0px;
}

@media only screen and (max-width: 1599px) {
    .u-mb0 {
        margin-bottom: calc(0vw + 0px) !important;
    }
}

.u-ml0 {
    margin-left: 0px;
}

@media only screen and (max-width: 1599px) {
    .u-ml0 {
        margin-left: calc(0vw + 0px) !important;
    }
}

.u-mr0 {
    margin-right: 0px;
}

@media only screen and (max-width: 1599px) {
    .u-mr0 {
        margin-right: calc(0vw + 0px) !important;
    }
}

.u-pt0 {
    padding-top: 0px;
}

@media only screen and (max-width: 1599px) {
    .u-pt0 {
        padding-top: calc(0vw + 0px) !important;
    }
}

.u-pb0 {
    padding-bottom: 0px;
}

@media only screen and (max-width: 1599px) {
    .u-pb0 {
        padding-bottom: calc(0vw + 0px) !important;
    }
}

.u-pl0 {
    padding-left: 0px;
}

@media only screen and (max-width: 1599px) {
    .u-pl0 {
        padding-left: calc(0vw + 0px) !important;
    }
}

.u-pr0 {
    padding-right: 0px;
}

@media only screen and (max-width: 1599px) {
    .u-pr0 {
        padding-right: calc(0vw + 0px) !important;
    }
}

.u-mt5 {
    margin-top: 10px;
}

@media only screen and (max-width: 1599px) {
    .u-mt5 {
        margin-top: calc(0.4081632653vw + 3.4693877551px) !important;
    }
}

.u-mb5 {
    margin-bottom: 10px;
}

@media only screen and (max-width: 1599px) {
    .u-mb5 {
        margin-bottom: calc(0.4081632653vw + 3.4693877551px) !important;
    }
}

.u-ml5 {
    margin-left: 10px;
}

@media only screen and (max-width: 1599px) {
    .u-ml5 {
        margin-left: calc(0.4081632653vw + 3.4693877551px) !important;
    }
}

.u-mr5 {
    margin-right: 10px;
}

@media only screen and (max-width: 1599px) {
    .u-mr5 {
        margin-right: calc(0.4081632653vw + 3.4693877551px) !important;
    }
}

.u-pt5 {
    padding-top: 10px;
}

@media only screen and (max-width: 1599px) {
    .u-pt5 {
        padding-top: calc(0.4081632653vw + 3.4693877551px) !important;
    }
}

.u-pb5 {
    padding-bottom: 10px;
}

@media only screen and (max-width: 1599px) {
    .u-pb5 {
        padding-bottom: calc(0.4081632653vw + 3.4693877551px) !important;
    }
}

.u-pl5 {
    padding-left: 10px;
}

@media only screen and (max-width: 1599px) {
    .u-pl5 {
        padding-left: calc(0.4081632653vw + 3.4693877551px) !important;
    }
}

.u-pr5 {
    padding-right: 10px;
}

@media only screen and (max-width: 1599px) {
    .u-pr5 {
        padding-right: calc(0.4081632653vw + 3.4693877551px) !important;
    }
}

.u-mt10 {
    margin-top: 20px;
}

@media only screen and (max-width: 1599px) {
    .u-mt10 {
        margin-top: calc(0.8163265306vw + 6.9387755102px) !important;
    }
}

.u-mb10 {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1599px) {
    .u-mb10 {
        margin-bottom: calc(0.8163265306vw + 6.9387755102px) !important;
    }
}

.u-ml10 {
    margin-left: 20px;
}

@media only screen and (max-width: 1599px) {
    .u-ml10 {
        margin-left: calc(0.8163265306vw + 6.9387755102px) !important;
    }
}

.u-mr10 {
    margin-right: 20px;
}

@media only screen and (max-width: 1599px) {
    .u-mr10 {
        margin-right: calc(0.8163265306vw + 6.9387755102px) !important;
    }
}

.u-pt10 {
    padding-top: 20px;
}

@media only screen and (max-width: 1599px) {
    .u-pt10 {
        padding-top: calc(0.8163265306vw + 6.9387755102px) !important;
    }
}

.u-pb10 {
    padding-bottom: 20px;
}

@media only screen and (max-width: 1599px) {
    .u-pb10 {
        padding-bottom: calc(0.8163265306vw + 6.9387755102px) !important;
    }
}

.u-pl10 {
    padding-left: 20px;
}

@media only screen and (max-width: 1599px) {
    .u-pl10 {
        padding-left: calc(0.8163265306vw + 6.9387755102px) !important;
    }
}

.u-pr10 {
    padding-right: 20px;
}

@media only screen and (max-width: 1599px) {
    .u-pr10 {
        padding-right: calc(0.8163265306vw + 6.9387755102px) !important;
    }
}

.u-mt15 {
    margin-top: 30px;
}

@media only screen and (max-width: 1599px) {
    .u-mt15 {
        margin-top: calc(1.2244897959vw + 10.4081632653px) !important;
    }
}

.u-mb15 {
    margin-bottom: 30px;
}

@media only screen and (max-width: 1599px) {
    .u-mb15 {
        margin-bottom: calc(1.2244897959vw + 10.4081632653px) !important;
    }
}

.u-ml15 {
    margin-left: 30px;
}

@media only screen and (max-width: 1599px) {
    .u-ml15 {
        margin-left: calc(1.2244897959vw + 10.4081632653px) !important;
    }
}

.u-mr15 {
    margin-right: 30px;
}

@media only screen and (max-width: 1599px) {
    .u-mr15 {
        margin-right: calc(1.2244897959vw + 10.4081632653px) !important;
    }
}

.u-pt15 {
    padding-top: 30px;
}

@media only screen and (max-width: 1599px) {
    .u-pt15 {
        padding-top: calc(1.2244897959vw + 10.4081632653px) !important;
    }
}

.u-pb15 {
    padding-bottom: 30px;
}

@media only screen and (max-width: 1599px) {
    .u-pb15 {
        padding-bottom: calc(1.2244897959vw + 10.4081632653px) !important;
    }
}

.u-pl15 {
    padding-left: 30px;
}

@media only screen and (max-width: 1599px) {
    .u-pl15 {
        padding-left: calc(1.2244897959vw + 10.4081632653px) !important;
    }
}

.u-pr15 {
    padding-right: 30px;
}

@media only screen and (max-width: 1599px) {
    .u-pr15 {
        padding-right: calc(1.2244897959vw + 10.4081632653px) !important;
    }
}

.u-mt20 {
    margin-top: 40px;
}

@media only screen and (max-width: 1599px) {
    .u-mt20 {
        margin-top: calc(1.6326530612vw + 13.8775510204px) !important;
    }
}

.u-mb20 {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1599px) {
    .u-mb20 {
        margin-bottom: calc(1.6326530612vw + 13.8775510204px) !important;
    }
}

.u-ml20 {
    margin-left: 40px;
}

@media only screen and (max-width: 1599px) {
    .u-ml20 {
        margin-left: calc(1.6326530612vw + 13.8775510204px) !important;
    }
}

.u-mr20 {
    margin-right: 40px;
}

@media only screen and (max-width: 1599px) {
    .u-mr20 {
        margin-right: calc(1.6326530612vw + 13.8775510204px) !important;
    }
}

.u-pt20 {
    padding-top: 40px;
}

@media only screen and (max-width: 1599px) {
    .u-pt20 {
        padding-top: calc(1.6326530612vw + 13.8775510204px) !important;
    }
}

.u-pb20 {
    padding-bottom: 40px;
}

@media only screen and (max-width: 1599px) {
    .u-pb20 {
        padding-bottom: calc(1.6326530612vw + 13.8775510204px) !important;
    }
}

.u-pl20 {
    padding-left: 40px;
}

@media only screen and (max-width: 1599px) {
    .u-pl20 {
        padding-left: calc(1.6326530612vw + 13.8775510204px) !important;
    }
}

.u-pr20 {
    padding-right: 40px;
}

@media only screen and (max-width: 1599px) {
    .u-pr20 {
        padding-right: calc(1.6326530612vw + 13.8775510204px) !important;
    }
}

.u-mt25 {
    margin-top: 50px;
}

@media only screen and (max-width: 1599px) {
    .u-mt25 {
        margin-top: calc(2.0408163265vw + 17.3469387755px) !important;
    }
}

.u-mb25 {
    margin-bottom: 50px;
}

@media only screen and (max-width: 1599px) {
    .u-mb25 {
        margin-bottom: calc(2.0408163265vw + 17.3469387755px) !important;
    }
}

.u-ml25 {
    margin-left: 50px;
}

@media only screen and (max-width: 1599px) {
    .u-ml25 {
        margin-left: calc(2.0408163265vw + 17.3469387755px) !important;
    }
}

.u-mr25 {
    margin-right: 50px;
}

@media only screen and (max-width: 1599px) {
    .u-mr25 {
        margin-right: calc(2.0408163265vw + 17.3469387755px) !important;
    }
}

.u-pt25 {
    padding-top: 50px;
}

@media only screen and (max-width: 1599px) {
    .u-pt25 {
        padding-top: calc(2.0408163265vw + 17.3469387755px) !important;
    }
}

.u-pb25 {
    padding-bottom: 50px;
}

@media only screen and (max-width: 1599px) {
    .u-pb25 {
        padding-bottom: calc(2.0408163265vw + 17.3469387755px) !important;
    }
}

.u-pl25 {
    padding-left: 50px;
}

@media only screen and (max-width: 1599px) {
    .u-pl25 {
        padding-left: calc(2.0408163265vw + 17.3469387755px) !important;
    }
}

.u-pr25 {
    padding-right: 50px;
}

@media only screen and (max-width: 1599px) {
    .u-pr25 {
        padding-right: calc(2.0408163265vw + 17.3469387755px) !important;
    }
}

.u-mt30 {
    margin-top: 60px;
}

@media only screen and (max-width: 1599px) {
    .u-mt30 {
        margin-top: calc(2.4489795918vw + 20.8163265306px) !important;
    }
}

.u-mb30 {
    margin-bottom: 60px;
}

@media only screen and (max-width: 1599px) {
    .u-mb30 {
        margin-bottom: calc(2.4489795918vw + 20.8163265306px) !important;
    }
}

.u-ml30 {
    margin-left: 60px;
}

@media only screen and (max-width: 1599px) {
    .u-ml30 {
        margin-left: calc(2.4489795918vw + 20.8163265306px) !important;
    }
}

.u-mr30 {
    margin-right: 60px;
}

@media only screen and (max-width: 1599px) {
    .u-mr30 {
        margin-right: calc(2.4489795918vw + 20.8163265306px) !important;
    }
}

.u-pt30 {
    padding-top: 60px;
}

@media only screen and (max-width: 1599px) {
    .u-pt30 {
        padding-top: calc(2.4489795918vw + 20.8163265306px) !important;
    }
}

.u-pb30 {
    padding-bottom: 60px;
}

@media only screen and (max-width: 1599px) {
    .u-pb30 {
        padding-bottom: calc(2.4489795918vw + 20.8163265306px) !important;
    }
}

.u-pl30 {
    padding-left: 60px;
}

@media only screen and (max-width: 1599px) {
    .u-pl30 {
        padding-left: calc(2.4489795918vw + 20.8163265306px) !important;
    }
}

.u-pr30 {
    padding-right: 60px;
}

@media only screen and (max-width: 1599px) {
    .u-pr30 {
        padding-right: calc(2.4489795918vw + 20.8163265306px) !important;
    }
}

.u-mt35 {
    margin-top: 70px;
}

@media only screen and (max-width: 1599px) {
    .u-mt35 {
        margin-top: calc(2.8571428571vw + 24.2857142857px) !important;
    }
}

.u-mb35 {
    margin-bottom: 70px;
}

@media only screen and (max-width: 1599px) {
    .u-mb35 {
        margin-bottom: calc(2.8571428571vw + 24.2857142857px) !important;
    }
}

.u-ml35 {
    margin-left: 70px;
}

@media only screen and (max-width: 1599px) {
    .u-ml35 {
        margin-left: calc(2.8571428571vw + 24.2857142857px) !important;
    }
}

.u-mr35 {
    margin-right: 70px;
}

@media only screen and (max-width: 1599px) {
    .u-mr35 {
        margin-right: calc(2.8571428571vw + 24.2857142857px) !important;
    }
}

.u-pt35 {
    padding-top: 70px;
}

@media only screen and (max-width: 1599px) {
    .u-pt35 {
        padding-top: calc(2.8571428571vw + 24.2857142857px) !important;
    }
}

.u-pb35 {
    padding-bottom: 70px;
}

@media only screen and (max-width: 1599px) {
    .u-pb35 {
        padding-bottom: calc(2.8571428571vw + 24.2857142857px) !important;
    }
}

.u-pl35 {
    padding-left: 70px;
}

@media only screen and (max-width: 1599px) {
    .u-pl35 {
        padding-left: calc(2.8571428571vw + 24.2857142857px) !important;
    }
}

.u-pr35 {
    padding-right: 70px;
}

@media only screen and (max-width: 1599px) {
    .u-pr35 {
        padding-right: calc(2.8571428571vw + 24.2857142857px) !important;
    }
}

.u-mt40 {
    margin-top: 80px;
}

@media only screen and (max-width: 1599px) {
    .u-mt40 {
        margin-top: calc(3.2653061224vw + 27.7551020408px) !important;
    }
}

.u-mb40 {
    margin-bottom: 80px;
}

@media only screen and (max-width: 1599px) {
    .u-mb40 {
        margin-bottom: calc(3.2653061224vw + 27.7551020408px) !important;
    }
}

.u-ml40 {
    margin-left: 80px;
}

@media only screen and (max-width: 1599px) {
    .u-ml40 {
        margin-left: calc(3.2653061224vw + 27.7551020408px) !important;
    }
}

.u-mr40 {
    margin-right: 80px;
}

@media only screen and (max-width: 1599px) {
    .u-mr40 {
        margin-right: calc(3.2653061224vw + 27.7551020408px) !important;
    }
}

.u-pt40 {
    padding-top: 80px;
}

@media only screen and (max-width: 1599px) {
    .u-pt40 {
        padding-top: calc(3.2653061224vw + 27.7551020408px) !important;
    }
}

.u-pb40 {
    padding-bottom: 80px;
}

@media only screen and (max-width: 1599px) {
    .u-pb40 {
        padding-bottom: calc(3.2653061224vw + 27.7551020408px) !important;
    }
}

.u-pl40 {
    padding-left: 80px;
}

@media only screen and (max-width: 1599px) {
    .u-pl40 {
        padding-left: calc(3.2653061224vw + 27.7551020408px) !important;
    }
}

.u-pr40 {
    padding-right: 80px;
}

@media only screen and (max-width: 1599px) {
    .u-pr40 {
        padding-right: calc(3.2653061224vw + 27.7551020408px) !important;
    }
}

.u-mt45 {
    margin-top: 90px;
}

@media only screen and (max-width: 1599px) {
    .u-mt45 {
        margin-top: calc(3.6734693878vw + 31.2244897959px) !important;
    }
}

.u-mb45 {
    margin-bottom: 90px;
}

@media only screen and (max-width: 1599px) {
    .u-mb45 {
        margin-bottom: calc(3.6734693878vw + 31.2244897959px) !important;
    }
}

.u-ml45 {
    margin-left: 90px;
}

@media only screen and (max-width: 1599px) {
    .u-ml45 {
        margin-left: calc(3.6734693878vw + 31.2244897959px) !important;
    }
}

.u-mr45 {
    margin-right: 90px;
}

@media only screen and (max-width: 1599px) {
    .u-mr45 {
        margin-right: calc(3.6734693878vw + 31.2244897959px) !important;
    }
}

.u-pt45 {
    padding-top: 90px;
}

@media only screen and (max-width: 1599px) {
    .u-pt45 {
        padding-top: calc(3.6734693878vw + 31.2244897959px) !important;
    }
}

.u-pb45 {
    padding-bottom: 90px;
}

@media only screen and (max-width: 1599px) {
    .u-pb45 {
        padding-bottom: calc(3.6734693878vw + 31.2244897959px) !important;
    }
}

.u-pl45 {
    padding-left: 90px;
}

@media only screen and (max-width: 1599px) {
    .u-pl45 {
        padding-left: calc(3.6734693878vw + 31.2244897959px) !important;
    }
}

.u-pr45 {
    padding-right: 90px;
}

@media only screen and (max-width: 1599px) {
    .u-pr45 {
        padding-right: calc(3.6734693878vw + 31.2244897959px) !important;
    }
}

.u-mt50 {
    margin-top: 100px;
}

@media only screen and (max-width: 1599px) {
    .u-mt50 {
        margin-top: calc(4.0816326531vw + 34.693877551px) !important;
    }
}

.u-mb50 {
    margin-bottom: 100px;
}

@media only screen and (max-width: 1599px) {
    .u-mb50 {
        margin-bottom: calc(4.0816326531vw + 34.693877551px) !important;
    }
}

.u-ml50 {
    margin-left: 100px;
}

@media only screen and (max-width: 1599px) {
    .u-ml50 {
        margin-left: calc(4.0816326531vw + 34.693877551px) !important;
    }
}

.u-mr50 {
    margin-right: 100px;
}

@media only screen and (max-width: 1599px) {
    .u-mr50 {
        margin-right: calc(4.0816326531vw + 34.693877551px) !important;
    }
}

.u-pt50 {
    padding-top: 100px;
}

@media only screen and (max-width: 1599px) {
    .u-pt50 {
        padding-top: calc(4.0816326531vw + 34.693877551px) !important;
    }
}

.u-pb50 {
    padding-bottom: 100px;
}

@media only screen and (max-width: 1599px) {
    .u-pb50 {
        padding-bottom: calc(4.0816326531vw + 34.693877551px) !important;
    }
}

.u-pl50 {
    padding-left: 100px;
}

@media only screen and (max-width: 1599px) {
    .u-pl50 {
        padding-left: calc(4.0816326531vw + 34.693877551px) !important;
    }
}

.u-pr50 {
    padding-right: 100px;
}

@media only screen and (max-width: 1599px) {
    .u-pr50 {
        padding-right: calc(4.0816326531vw + 34.693877551px) !important;
    }
}

.u-mt55 {
    margin-top: 110px;
}

@media only screen and (max-width: 1599px) {
    .u-mt55 {
        margin-top: calc(4.4897959184vw + 38.1632653061px) !important;
    }
}

.u-mb55 {
    margin-bottom: 110px;
}

@media only screen and (max-width: 1599px) {
    .u-mb55 {
        margin-bottom: calc(4.4897959184vw + 38.1632653061px) !important;
    }
}

.u-ml55 {
    margin-left: 110px;
}

@media only screen and (max-width: 1599px) {
    .u-ml55 {
        margin-left: calc(4.4897959184vw + 38.1632653061px) !important;
    }
}

.u-mr55 {
    margin-right: 110px;
}

@media only screen and (max-width: 1599px) {
    .u-mr55 {
        margin-right: calc(4.4897959184vw + 38.1632653061px) !important;
    }
}

.u-pt55 {
    padding-top: 110px;
}

@media only screen and (max-width: 1599px) {
    .u-pt55 {
        padding-top: calc(4.4897959184vw + 38.1632653061px) !important;
    }
}

.u-pb55 {
    padding-bottom: 110px;
}

@media only screen and (max-width: 1599px) {
    .u-pb55 {
        padding-bottom: calc(4.4897959184vw + 38.1632653061px) !important;
    }
}

.u-pl55 {
    padding-left: 110px;
}

@media only screen and (max-width: 1599px) {
    .u-pl55 {
        padding-left: calc(4.4897959184vw + 38.1632653061px) !important;
    }
}

.u-pr55 {
    padding-right: 110px;
}

@media only screen and (max-width: 1599px) {
    .u-pr55 {
        padding-right: calc(4.4897959184vw + 38.1632653061px) !important;
    }
}

.u-mt60 {
    margin-top: 120px;
}

@media only screen and (max-width: 1599px) {
    .u-mt60 {
        margin-top: calc(4.8979591837vw + 41.6326530612px) !important;
    }
}

.u-mb60 {
    margin-bottom: 120px;
}

@media only screen and (max-width: 1599px) {
    .u-mb60 {
        margin-bottom: calc(4.8979591837vw + 41.6326530612px) !important;
    }
}

.u-ml60 {
    margin-left: 120px;
}

@media only screen and (max-width: 1599px) {
    .u-ml60 {
        margin-left: calc(4.8979591837vw + 41.6326530612px) !important;
    }
}

.u-mr60 {
    margin-right: 120px;
}

@media only screen and (max-width: 1599px) {
    .u-mr60 {
        margin-right: calc(4.8979591837vw + 41.6326530612px) !important;
    }
}

.u-pt60 {
    padding-top: 120px;
}

@media only screen and (max-width: 1599px) {
    .u-pt60 {
        padding-top: calc(4.8979591837vw + 41.6326530612px) !important;
    }
}

.u-pb60 {
    padding-bottom: 120px;
}

@media only screen and (max-width: 1599px) {
    .u-pb60 {
        padding-bottom: calc(4.8979591837vw + 41.6326530612px) !important;
    }
}

.u-pl60 {
    padding-left: 120px;
}

@media only screen and (max-width: 1599px) {
    .u-pl60 {
        padding-left: calc(4.8979591837vw + 41.6326530612px) !important;
    }
}

.u-pr60 {
    padding-right: 120px;
}

@media only screen and (max-width: 1599px) {
    .u-pr60 {
        padding-right: calc(4.8979591837vw + 41.6326530612px) !important;
    }
}

.u-mt65 {
    margin-top: 130px;
}

@media only screen and (max-width: 1599px) {
    .u-mt65 {
        margin-top: calc(5.306122449vw + 45.1020408163px) !important;
    }
}

.u-mb65 {
    margin-bottom: 130px;
}

@media only screen and (max-width: 1599px) {
    .u-mb65 {
        margin-bottom: calc(5.306122449vw + 45.1020408163px) !important;
    }
}

.u-ml65 {
    margin-left: 130px;
}

@media only screen and (max-width: 1599px) {
    .u-ml65 {
        margin-left: calc(5.306122449vw + 45.1020408163px) !important;
    }
}

.u-mr65 {
    margin-right: 130px;
}

@media only screen and (max-width: 1599px) {
    .u-mr65 {
        margin-right: calc(5.306122449vw + 45.1020408163px) !important;
    }
}

.u-pt65 {
    padding-top: 130px;
}

@media only screen and (max-width: 1599px) {
    .u-pt65 {
        padding-top: calc(5.306122449vw + 45.1020408163px) !important;
    }
}

.u-pb65 {
    padding-bottom: 130px;
}

@media only screen and (max-width: 1599px) {
    .u-pb65 {
        padding-bottom: calc(5.306122449vw + 45.1020408163px) !important;
    }
}

.u-pl65 {
    padding-left: 130px;
}

@media only screen and (max-width: 1599px) {
    .u-pl65 {
        padding-left: calc(5.306122449vw + 45.1020408163px) !important;
    }
}

.u-pr65 {
    padding-right: 130px;
}

@media only screen and (max-width: 1599px) {
    .u-pr65 {
        padding-right: calc(5.306122449vw + 45.1020408163px) !important;
    }
}

.u-mt70 {
    margin-top: 140px;
}

@media only screen and (max-width: 1599px) {
    .u-mt70 {
        margin-top: calc(5.7142857143vw + 48.5714285714px) !important;
    }
}

.u-mb70 {
    margin-bottom: 140px;
}

@media only screen and (max-width: 1599px) {
    .u-mb70 {
        margin-bottom: calc(5.7142857143vw + 48.5714285714px) !important;
    }
}

.u-ml70 {
    margin-left: 140px;
}

@media only screen and (max-width: 1599px) {
    .u-ml70 {
        margin-left: calc(5.7142857143vw + 48.5714285714px) !important;
    }
}

.u-mr70 {
    margin-right: 140px;
}

@media only screen and (max-width: 1599px) {
    .u-mr70 {
        margin-right: calc(5.7142857143vw + 48.5714285714px) !important;
    }
}

.u-pt70 {
    padding-top: 140px;
}

@media only screen and (max-width: 1599px) {
    .u-pt70 {
        padding-top: calc(5.7142857143vw + 48.5714285714px) !important;
    }
}

.u-pb70 {
    padding-bottom: 140px;
}

@media only screen and (max-width: 1599px) {
    .u-pb70 {
        padding-bottom: calc(5.7142857143vw + 48.5714285714px) !important;
    }
}

.u-pl70 {
    padding-left: 140px;
}

@media only screen and (max-width: 1599px) {
    .u-pl70 {
        padding-left: calc(5.7142857143vw + 48.5714285714px) !important;
    }
}

.u-pr70 {
    padding-right: 140px;
}

@media only screen and (max-width: 1599px) {
    .u-pr70 {
        padding-right: calc(5.7142857143vw + 48.5714285714px) !important;
    }
}

.u-mt75 {
    margin-top: 150px;
}

@media only screen and (max-width: 1599px) {
    .u-mt75 {
        margin-top: calc(6.1224489796vw + 52.0408163265px) !important;
    }
}

.u-mb75 {
    margin-bottom: 150px;
}

@media only screen and (max-width: 1599px) {
    .u-mb75 {
        margin-bottom: calc(6.1224489796vw + 52.0408163265px) !important;
    }
}

.u-ml75 {
    margin-left: 150px;
}

@media only screen and (max-width: 1599px) {
    .u-ml75 {
        margin-left: calc(6.1224489796vw + 52.0408163265px) !important;
    }
}

.u-mr75 {
    margin-right: 150px;
}

@media only screen and (max-width: 1599px) {
    .u-mr75 {
        margin-right: calc(6.1224489796vw + 52.0408163265px) !important;
    }
}

.u-pt75 {
    padding-top: 150px;
}

@media only screen and (max-width: 1599px) {
    .u-pt75 {
        padding-top: calc(6.1224489796vw + 52.0408163265px) !important;
    }
}

.u-pb75 {
    padding-bottom: 150px;
}

@media only screen and (max-width: 1599px) {
    .u-pb75 {
        padding-bottom: calc(6.1224489796vw + 52.0408163265px) !important;
    }
}

.u-pl75 {
    padding-left: 150px;
}

@media only screen and (max-width: 1599px) {
    .u-pl75 {
        padding-left: calc(6.1224489796vw + 52.0408163265px) !important;
    }
}

.u-pr75 {
    padding-right: 150px;
}

@media only screen and (max-width: 1599px) {
    .u-pr75 {
        padding-right: calc(6.1224489796vw + 52.0408163265px) !important;
    }
}

.u-mt80 {
    margin-top: 160px;
}

@media only screen and (max-width: 1599px) {
    .u-mt80 {
        margin-top: calc(6.5306122449vw + 55.5102040816px) !important;
    }
}

.u-mb80 {
    margin-bottom: 160px;
}

@media only screen and (max-width: 1599px) {
    .u-mb80 {
        margin-bottom: calc(6.5306122449vw + 55.5102040816px) !important;
    }
}

.u-ml80 {
    margin-left: 160px;
}

@media only screen and (max-width: 1599px) {
    .u-ml80 {
        margin-left: calc(6.5306122449vw + 55.5102040816px) !important;
    }
}

.u-mr80 {
    margin-right: 160px;
}

@media only screen and (max-width: 1599px) {
    .u-mr80 {
        margin-right: calc(6.5306122449vw + 55.5102040816px) !important;
    }
}

.u-pt80 {
    padding-top: 160px;
}

@media only screen and (max-width: 1599px) {
    .u-pt80 {
        padding-top: calc(6.5306122449vw + 55.5102040816px) !important;
    }
}

.u-pb80 {
    padding-bottom: 160px;
}

@media only screen and (max-width: 1599px) {
    .u-pb80 {
        padding-bottom: calc(6.5306122449vw + 55.5102040816px) !important;
    }
}

.u-pl80 {
    padding-left: 160px;
}

@media only screen and (max-width: 1599px) {
    .u-pl80 {
        padding-left: calc(6.5306122449vw + 55.5102040816px) !important;
    }
}

.u-pr80 {
    padding-right: 160px;
}

@media only screen and (max-width: 1599px) {
    .u-pr80 {
        padding-right: calc(6.5306122449vw + 55.5102040816px) !important;
    }
}

.u-mt85 {
    margin-top: 170px;
}

@media only screen and (max-width: 1599px) {
    .u-mt85 {
        margin-top: calc(6.9387755102vw + 58.9795918367px) !important;
    }
}

.u-mb85 {
    margin-bottom: 170px;
}

@media only screen and (max-width: 1599px) {
    .u-mb85 {
        margin-bottom: calc(6.9387755102vw + 58.9795918367px) !important;
    }
}

.u-ml85 {
    margin-left: 170px;
}

@media only screen and (max-width: 1599px) {
    .u-ml85 {
        margin-left: calc(6.9387755102vw + 58.9795918367px) !important;
    }
}

.u-mr85 {
    margin-right: 170px;
}

@media only screen and (max-width: 1599px) {
    .u-mr85 {
        margin-right: calc(6.9387755102vw + 58.9795918367px) !important;
    }
}

.u-pt85 {
    padding-top: 170px;
}

@media only screen and (max-width: 1599px) {
    .u-pt85 {
        padding-top: calc(6.9387755102vw + 58.9795918367px) !important;
    }
}

.u-pb85 {
    padding-bottom: 170px;
}

@media only screen and (max-width: 1599px) {
    .u-pb85 {
        padding-bottom: calc(6.9387755102vw + 58.9795918367px) !important;
    }
}

.u-pl85 {
    padding-left: 170px;
}

@media only screen and (max-width: 1599px) {
    .u-pl85 {
        padding-left: calc(6.9387755102vw + 58.9795918367px) !important;
    }
}

.u-pr85 {
    padding-right: 170px;
}

@media only screen and (max-width: 1599px) {
    .u-pr85 {
        padding-right: calc(6.9387755102vw + 58.9795918367px) !important;
    }
}

.u-mt90 {
    margin-top: 180px;
}

@media only screen and (max-width: 1599px) {
    .u-mt90 {
        margin-top: calc(7.3469387755vw + 62.4489795918px) !important;
    }
}

.u-mb90 {
    margin-bottom: 180px;
}

@media only screen and (max-width: 1599px) {
    .u-mb90 {
        margin-bottom: calc(7.3469387755vw + 62.4489795918px) !important;
    }
}

.u-ml90 {
    margin-left: 180px;
}

@media only screen and (max-width: 1599px) {
    .u-ml90 {
        margin-left: calc(7.3469387755vw + 62.4489795918px) !important;
    }
}

.u-mr90 {
    margin-right: 180px;
}

@media only screen and (max-width: 1599px) {
    .u-mr90 {
        margin-right: calc(7.3469387755vw + 62.4489795918px) !important;
    }
}

.u-pt90 {
    padding-top: 180px;
}

@media only screen and (max-width: 1599px) {
    .u-pt90 {
        padding-top: calc(7.3469387755vw + 62.4489795918px) !important;
    }
}

.u-pb90 {
    padding-bottom: 180px;
}

@media only screen and (max-width: 1599px) {
    .u-pb90 {
        padding-bottom: calc(7.3469387755vw + 62.4489795918px) !important;
    }
}

.u-pl90 {
    padding-left: 180px;
}

@media only screen and (max-width: 1599px) {
    .u-pl90 {
        padding-left: calc(7.3469387755vw + 62.4489795918px) !important;
    }
}

.u-pr90 {
    padding-right: 180px;
}

@media only screen and (max-width: 1599px) {
    .u-pr90 {
        padding-right: calc(7.3469387755vw + 62.4489795918px) !important;
    }
}

.u-mt95 {
    margin-top: 190px;
}

@media only screen and (max-width: 1599px) {
    .u-mt95 {
        margin-top: calc(7.7551020408vw + 65.9183673469px) !important;
    }
}

.u-mb95 {
    margin-bottom: 190px;
}

@media only screen and (max-width: 1599px) {
    .u-mb95 {
        margin-bottom: calc(7.7551020408vw + 65.9183673469px) !important;
    }
}

.u-ml95 {
    margin-left: 190px;
}

@media only screen and (max-width: 1599px) {
    .u-ml95 {
        margin-left: calc(7.7551020408vw + 65.9183673469px) !important;
    }
}

.u-mr95 {
    margin-right: 190px;
}

@media only screen and (max-width: 1599px) {
    .u-mr95 {
        margin-right: calc(7.7551020408vw + 65.9183673469px) !important;
    }
}

.u-pt95 {
    padding-top: 190px;
}

@media only screen and (max-width: 1599px) {
    .u-pt95 {
        padding-top: calc(7.7551020408vw + 65.9183673469px) !important;
    }
}

.u-pb95 {
    padding-bottom: 190px;
}

@media only screen and (max-width: 1599px) {
    .u-pb95 {
        padding-bottom: calc(7.7551020408vw + 65.9183673469px) !important;
    }
}

.u-pl95 {
    padding-left: 190px;
}

@media only screen and (max-width: 1599px) {
    .u-pl95 {
        padding-left: calc(7.7551020408vw + 65.9183673469px) !important;
    }
}

.u-pr95 {
    padding-right: 190px;
}

@media only screen and (max-width: 1599px) {
    .u-pr95 {
        padding-right: calc(7.7551020408vw + 65.9183673469px) !important;
    }
}

.u-mt100 {
    margin-top: 200px;
}

@media only screen and (max-width: 1599px) {
    .u-mt100 {
        margin-top: calc(8.1632653061vw + 69.387755102px) !important;
    }
}

.u-mb100 {
    margin-bottom: 200px;
}

@media only screen and (max-width: 1599px) {
    .u-mb100 {
        margin-bottom: calc(8.1632653061vw + 69.387755102px) !important;
    }
}

.u-ml100 {
    margin-left: 200px;
}

@media only screen and (max-width: 1599px) {
    .u-ml100 {
        margin-left: calc(8.1632653061vw + 69.387755102px) !important;
    }
}

.u-mr100 {
    margin-right: 200px;
}

@media only screen and (max-width: 1599px) {
    .u-mr100 {
        margin-right: calc(8.1632653061vw + 69.387755102px) !important;
    }
}

.u-pt100 {
    padding-top: 200px;
}

@media only screen and (max-width: 1599px) {
    .u-pt100 {
        padding-top: calc(8.1632653061vw + 69.387755102px) !important;
    }
}

.u-pb100 {
    padding-bottom: 200px;
}

@media only screen and (max-width: 1599px) {
    .u-pb100 {
        padding-bottom: calc(8.1632653061vw + 69.387755102px) !important;
    }
}

.u-pl100 {
    padding-left: 200px;
}

@media only screen and (max-width: 1599px) {
    .u-pl100 {
        padding-left: calc(8.1632653061vw + 69.387755102px) !important;
    }
}

.u-pr100 {
    padding-right: 200px;
}

@media only screen and (max-width: 1599px) {
    .u-pr100 {
        padding-right: calc(8.1632653061vw + 69.387755102px) !important;
    }
}

.u-visible {
    display: block;
}

@media only screen and (max-width: 1599px) {
    .u-visible-max {
        display: none !important;
    }
}

@media only screen and (max-width: 1299px) {
    .u-visible-md {
        display: none !important;
    }
}

@media only screen and (max-width: 1023px) {
    .u-visible-tab {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .u-visible-sp {
        display: none !important;
    }
}

@media only screen and (max-width: 567px) {
    .u-visible-spmin {
        display: none !important;
    }
}

@media only screen and (max-width: 374px) {
    .u-visible-min {
        display: none !important;
    }
}

.u-hidden {
    display: none;
}

.u-hidden-max {
    display: none !important;
}

@media only screen and (max-width: 1599px) {
    .u-hidden-max {
        display: block !important;
    }

    .u-hidden-max.-f {
        display: flex !important;
    }

    .u-hidden-max.-i {
        display: inline !important;
    }

    .u-hidden-max.-ib {
        display: inline-block !important;
    }
}

.u-hidden-md {
    display: none !important;
}

@media only screen and (max-width: 1299px) {
    .u-hidden-md {
        display: block !important;
    }

    .u-hidden-md.-f {
        display: flex !important;
    }

    .u-hidden-md.-i {
        display: inline !important;
    }

    .u-hidden-md.-ib {
        display: inline-block !important;
    }
}

.u-hidden-tab {
    display: none !important;
}

@media only screen and (max-width: 1023px) {
    .u-hidden-tab {
        display: block !important;
    }

    .u-hidden-tab.-f {
        display: flex !important;
    }

    .u-hidden-tab.-i {
        display: inline !important;
    }

    .u-hidden-tab.-ib {
        display: inline-block !important;
    }
}

.u-hidden-sp {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .u-hidden-sp {
        display: block !important;
    }

    .u-hidden-sp.-f {
        display: flex !important;
    }

    .u-hidden-sp.-i {
        display: inline !important;
    }

    .u-hidden-sp.-ib {
        display: inline-block !important;
    }
}

.u-hidden-spmin {
    display: none !important;
}

@media only screen and (max-width: 567px) {
    .u-hidden-spmin {
        display: block !important;
    }

    .u-hidden-spmin.-f {
        display: flex !important;
    }

    .u-hidden-spmin.-i {
        display: inline !important;
    }

    .u-hidden-spmin.-ib {
        display: inline-block !important;
    }
}

.u-hidden-min {
    display: none !important;
}

@media only screen and (max-width: 374px) {
    .u-hidden-min {
        display: block !important;
    }

    .u-hidden-min.-f {
        display: flex !important;
    }

    .u-hidden-min.-i {
        display: inline !important;
    }

    .u-hidden-min.-ib {
        display: inline-block !important;
    }
}

/* トップページ */
.p-index_kv {
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all 2s ease;
}

.is-horizontal .p-index_kv {
    height: calc(var(--vh) * 100);
    min-height: 700px;
}

@media only screen and (max-width: 767px) {
    .is-vertical .p-index_kv {
        height: calc(var(--vh) * 100);
        max-height: 667px;
    }
}

.p-index_kv::before {
    content: "";
    width: 50px;
    height: 100%;
    display: block;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: -50%;
    z-index: 1;
    transition: all 2.7s ease;
    opacity: 0;
}

@media only screen and (max-width: 1599px) {
    .p-index_kv::before {
        width: calc(2.4489795918vw + 10.8163265306px);
    }
}

.p-index_kv::after {
    content: "";
    display: block;
    width: 95px;
    height: 95px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    opacity: 0;
    left: -50%;
    z-index: 1;
    transition: all 2.7s ease;
    background-image: url(../image/kv_obj.png);
}

@media only screen and (max-width: 3840px) and (min-width: 320px) and (min-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 1.5),
(-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5) {
    .p-index_kv::after {
        background-image: url(../image/kv_obj@2x.png);
    }
}

@media only screen and (max-width: 767px) {
    .p-index_kv::after {
        width: 60px;
        height: 60px;
    }
}

.p-index_kv.is-act::before {
    left: 0;
    opacity: 1;
}

.p-index_kv.is-act::after {
    left: 50px;
    opacity: 1;
}

@media only screen and (max-width: 1599px) {
    .p-index_kv.is-act::after {
        left: calc(2.4489795918vw + 10.8163265306px);
    }
}

.p-index_kv__inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    opacity: 0;
    transform: scale(1.03);
    transition: opacity 2s ease, transform 2s ease;
}

.p-index_kv__inner::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*@media only screen and (max-width: 3840px) and (min-width: 320px) and (min-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 1.5),
(-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5) {
    .p-index_kv__inner::before {
        background-image: url(../image/kv_bg@2x.jpg);
    }
}

@media only screen and (max-width: 767px) {
    .p-index_kv__inner::before {
        background-image: url(../image/kv_bg_sp.jpg);
    }
}*/

@media only screen and (max-width: 1599px) {
    .p-index_kv__inner {
        padding-top: calc(6.5306122449vw + -24.4897959184px);
    }
}

.p-index_kv__inner.is-act {
    opacity: 1;
    transform: scale(1);
}

.is-vertical .p-index_kv__inner {
    min-height: calc(8.1632653061vw + 669.387755102px);
}

@media only screen and (max-width: 767px) {
    .is-vertical .p-index_kv__inner {
        min-height: auto;
    }
}

.p-index_kv__inner.-test::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../image/kv_bg.jpg);
}

@media only screen and (max-width: 3840px) and (min-width: 320px) and (min-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 1.5),
(-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5) {
    .p-index_kv__inner.-test::before {
        background-image: url(../image/kv_bg@2x.jpg);
    }
}

@media only screen and (max-width: 767px) {
    .p-index_kv__inner.-test::before {
        background-image: url(../image/kv_bg_sp.jpg);
    }
}

.p-index_kv__message {
    position: relative;
    text-align: center;
}

.p-index_kv__message__main {
    height: auto;
}

.p-index_kv__message__main .text {
    font-weight: 400;
    font-size: 5.5rem;
    line-height: 75px;
    color: #FFFFFF;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 1.2s ease, filter 1s ease;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
}

.p-index_kv__message__main .text:nth-child(0) {
    transition-delay: 0ms;
}

.p-index_kv__message__main .text:nth-child(1) {
    transition-delay: 100ms;
}

.p-index_kv__message__main .text:nth-child(2) {
    transition-delay: 200ms;
}

.p-index_kv__message__main .text:nth-child(3) {
    transition-delay: 300ms;
}

.p-index_kv__message__main .text:nth-child(4) {
    transition-delay: 400ms;
}

.p-index_kv__message__main .text:nth-child(5) {
    transition-delay: 500ms;
}

.p-index_kv__message__main .text:nth-child(6) {
    transition-delay: 600ms;
}

.p-index_kv__message__main .text:nth-child(7) {
    transition-delay: 700ms;
}

.p-index_kv__message__main .text:nth-child(8) {
    transition-delay: 800ms;
}

.p-index_kv__message__main .text:nth-child(9) {
    transition-delay: 900ms;
}

.p-index_kv__message__main .text:nth-child(10) {
    transition-delay: 1000ms;
}

.p-index_kv__message__main .text:nth-child(11) {
    transition-delay: 1100ms;
}

.p-index_kv__message__main .text:nth-child(12) {
    transition-delay: 1200ms;
}

.p-index_kv__message__main .text:nth-child(13) {
    transition-delay: 1300ms;
}

.p-index_kv__message__main .text:nth-child(14) {
    transition-delay: 1400ms;
}

.p-index_kv__message__main .text:nth-child(15) {
    transition-delay: 1500ms;
}

.p-index_kv__message__main .text:nth-child(16) {
    transition-delay: 1600ms;
}

.p-index_kv__message__main .text:nth-child(17) {
    transition-delay: 1700ms;
}

.p-index_kv__message__main .text:nth-child(18) {
    transition-delay: 1800ms;
}

.p-index_kv__message__main .text:nth-child(19) {
    transition-delay: 1900ms;
}

.p-index_kv__message__main .text:nth-child(20) {
    transition-delay: 2000ms;
}

.p-index_kv__message__sub {
    opacity: 0;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.3;
    margin-top: 30px;
    transition: all 1s ease;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
}

@media only screen and (max-width: 1599px) {
    .p-index_kv__message__sub {
        font-size: calc(0.2448979592vw + 1.7081632653rem);
    }
}

@media only screen and (max-width: 767px) {
    .p-index_kv__message__sub {
        margin-top: calc(3.2653061224vw + 27.7551020408px);
    }
}

.p-index_kv__message__sub span {
    display: block;
    font-size: 1.3rem;
}

.p-index_kv__message__hero {
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -0.3em;
    color: #ffffff;
    font-size: 20rem;
    letter-spacing: 0.2em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transition: all 1s ease;
}

@media only screen and (max-width: 1599px) {
    .p-index_kv__message__hero {
        font-size: calc(6.5306122449vw + 9.5510204082rem);
    }
}

@media only screen and (max-width: 767px) {
    .p-index_kv__message__hero {
        top: -100px;
    }
}

.p-index_kv__message.is-act .p-index_kv__message__main .text {
    opacity: 1;
    filter: blur(0);
}

.p-index_kv__message.is-act .p-index_kv__message__sub {
    opacity: 1;
}

.p-index_kv__message.is-act .p-index_kv__message__hero {
    opacity: 0.2;
}

/* Philosophy */
.p-index_philosophy {
    padding-bottom: 120px;
}

@media only screen and (max-width: 1599px) {
    .p-index_philosophy {
        padding-bottom: calc(4.8979591837vw + 41.6326530612px);
    }
}

.p-index_philosophy__inner {
    position: relative;
    display: flex;
}

.p-index_philosophy__main {
    max-width: 700px;
    min-width: 700px;
    margin-top: 140px;
}

@media only screen and (max-width: 1599px) {
    .p-index_philosophy__main {
        margin-top: calc(5.7142857143vw + 48.5714285714px);
        max-width: calc(16.3265306122vw + 438.7755102041px);
        min-width: calc(16.3265306122vw + 438.7755102041px);
    }
}

@media only screen and (max-width: 767px) {
    .p-index_philosophy__main {
        max-width: 100%;
        min-width: 100%;
    }
}

.p-index_philosophy__main .c-heading01__jp svg {
    width: calc(16.7346938776vw + 237.2448979592px);
}

.p-index_philosophy__main .c-heading01.js-anim_elm .c-heading01__en {
    opacity: 0;
    transition: opacity 1s ease;
}

.p-index_philosophy__main .c-heading01.js-anim_elm svg .text {
    opacity: 0;
    filter: blur(5px);
    color: #ffffff;
    transition: opacity 0.7s ease, color 1.5s ease, filter 1s ease;
}

.p-index_philosophy__main .c-heading01.js-anim_elm svg .text:nth-child(0) {
    transition-delay: 0ms;
}

.p-index_philosophy__main .c-heading01.js-anim_elm svg .text:nth-child(1) {
    transition-delay: 50ms;
}

.p-index_philosophy__main .c-heading01.js-anim_elm svg .text:nth-child(2) {
    transition-delay: 100ms;
}

.p-index_philosophy__main .c-heading01.js-anim_elm svg .text:nth-child(3) {
    transition-delay: 150ms;
}

.p-index_philosophy__main .c-heading01.js-anim_elm svg .text:nth-child(4) {
    transition-delay: 200ms;
}

.p-index_philosophy__main .c-heading01.js-anim_elm svg .text:nth-child(5) {
    transition-delay: 250ms;
}

.p-index_philosophy__main .c-heading01.js-anim_elm svg .text:nth-child(6) {
    transition-delay: 300ms;
}

.p-index_philosophy__main .c-heading01.js-anim_elm svg .text:nth-child(7) {
    transition-delay: 350ms;
}

.p-index_philosophy__main .c-heading01.js-anim_elm svg .text:nth-child(8) {
    transition-delay: 400ms;
}

.p-index_philosophy__main .c-heading01.js-anim_elm svg .text:nth-child(9) {
    transition-delay: 450ms;
}

.p-index_philosophy__main .c-heading01.js-anim_elm svg .text:nth-child(10) {
    transition-delay: 500ms;
}

.p-index_philosophy__main .c-heading01.js-anim_elm svg .text:nth-child(11) {
    transition-delay: 550ms;
}

.p-index_philosophy__main .c-heading01.js-anim_elm svg .text:nth-child(12) {
    transition-delay: 600ms;
}

.p-index_philosophy__main .c-heading01.js-anim_elm svg .text:nth-child(13) {
    transition-delay: 650ms;
}

.p-index_philosophy__main .c-heading01.js-anim_elm svg .text:nth-child(14) {
    transition-delay: 700ms;
}

.p-index_philosophy__main .c-heading01.js-anim_elm svg .text:nth-child(15) {
    transition-delay: 750ms;
}

.p-index_philosophy__main .c-heading01.js-anim_elm svg .text:nth-child(16) {
    transition-delay: 800ms;
}

.p-index_philosophy__main .c-heading01.js-anim_elm svg .text:nth-child(17) {
    transition-delay: 850ms;
}

.p-index_philosophy__main .c-heading01.js-anim_elm svg .text:nth-child(18) {
    transition-delay: 900ms;
}

.p-index_philosophy__main .c-heading01.js-anim_elm svg .text:nth-child(19) {
    transition-delay: 950ms;
}

.p-index_philosophy__main .c-heading01.js-anim_elm svg .text:nth-child(20) {
    transition-delay: 1000ms;
}

.p-index_philosophy__main .c-heading01.js-anim_elm svg .text:nth-child(21) {
    transition-delay: 1050ms;
}

.p-index_philosophy__main .c-heading01.js-anim_elm svg .text:nth-child(22) {
    transition-delay: 1100ms;
}

.p-index_philosophy__main .c-heading01.js-anim_elm svg .text:nth-child(23) {
    transition-delay: 1150ms;
}

.p-index_philosophy__main .c-heading01.js-anim_elm svg .text:nth-child(24) {
    transition-delay: 1200ms;
}

.p-index_philosophy__main .c-heading01.js-anim_elm svg .text:nth-child(25) {
    transition-delay: 1250ms;
}

.p-index_philosophy__main .c-heading01.js-anim_elm.is-act .c-heading01__en {
    opacity: 1;
}

.p-index_philosophy__main .c-heading01.js-anim_elm.is-act svg .text {
    filter: blur(0);
    color: #3b2f14;
    opacity: 1;
}

.p-index_philosophy__main .c-text01 {
    margin: 90px 0 80px;
}

@media only screen and (max-width: 1599px) {
    .p-index_philosophy__main .c-text01 {
        margin: calc(4.8979591837vw + 11.6326530612px) 0 calc(3.2653061224vw + 27.7551020408px);
    }
}

.p-index_philosophy__catch {
    width: 100%;
}

.p-index_philosophy__catch__img {
    overflow: hidden;
    position: absolute;
}

.p-index_philosophy__catch__img.-no01 {
    top: -60px;
    right: 130px;
    height: 360px;
}

@media only screen and (max-width: 1599px) {
    .p-index_philosophy__catch__img.-no01 {
        width: calc(17.1428571429vw + 85.7142857143px);
        height: calc(21.2244897959vw + 20.4081632653px);
        top: calc(-2.4489795918vw + -20.8163265306px);
        right: calc(17.9591836735vw + -157.3469387755px);
        border-radius: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .p-index_philosophy__catch__img.-no01 {
        top: -110px;
        right: 0;
        height: calc(13.0612244898vw + 131.0204081633px);
        border-radius: 10px;
    }
}

.p-index_philosophy__catch__img.-no02 {
    right: 0;
    top: 410px;
    height: 200px;
}

@media only screen and (max-width: 1599px) {
    .p-index_philosophy__catch__img.-no02 {
        width: calc(8.1632653061vw + 99.387755102px);
        height: calc(7.3469387755vw + 82.4489795918px);
        top: calc(-13.8775510204vw + 632.0408163265px);
        border-radius: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .p-index_philosophy__catch__img.-no02 {
        top: calc(-8.9795918367vw + 553.6734693878px);
        width: calc(8.9795918367vw + 86.3265306122px);
        height: calc(8.9795918367vw + 56.3265306122px);
        border-radius: 10px;
    }
}

.p-index_philosophy__catch__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* pickup */
.p-index_pickup {
    margin-bottom: 120px;
}

@media only screen and (max-width: 1599px) {
    .p-index_pickup {
        margin-bottom: calc(4.8979591837vw + 41.6326530612px);
    }
}

@media only screen and (max-width: 767px) {
    .p-index_pickup {
        margin-top: calc(4.0816326531vw + 34.693877551px);
    }
}

.p-index_pickup__container {
    margin-left: 50px;
}

@media only screen and (max-width: 1599px) {
    .p-index_pickup__container {
        margin-left: calc(2.4489795918vw + 10.8163265306px);
    }
}

.p-index_pickup__slider {
    margin-top: 50px;
}

@media only screen and (max-width: 1599px) {
    .p-index_pickup__slider {
        margin-top: calc(1.6326530612vw + 23.8775510204px);
    }
}

.p-index_pickup__slide a {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 20px;
}

.is-mouse .p-index_pickup__slide a .p-index_pickup__slide__img {
    overflow: hidden;
}

.is-mouse .p-index_pickup__slide a .p-index_pickup__slide__img img {
    transition: transform 0.7s ease;
}

.is-mouse .p-index_pickup__slide a:hover .p-index_pickup__slide__img img {
    transform: scale(1.05);
}

.p-index_pickup__slide__copy {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1;
    padding: 0.7em 1em;
    z-index: 1;
}

@media only screen and (max-width: 1599px) {
    .p-index_pickup__slide__copy {
        font-size: calc(0.1632653061vw + 1.5387755102rem);
    }
}

.p-index_pickup__slide__copy i {
    display: inline-block;
    background-color: #ffffff;
    overflow: hidden;
    color: #4A6AA1;
    margin-left: 0.3em;
    font-size: 1.6rem;
    transform: rotate(-45deg);
}

.p-index_pickup__slide__cat {
    position: absolute;
    top: 1em;
    right: 1em;
    font-size: 1.2rem;
    line-height: 1;
    z-index: 1;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.p-index_pickup__slide__img {
    border-radius: 20px;
}

.p-index_pickup__slide__img img {
    width: 100%;
    border-radius: 20px;
}

.p-index_pickup__slide__img.c-blockimage::before {
    padding-top: 56.4102564103%;
}

/* Service */
.p-index_service__heading {
    margin-bottom: 100px;
}

@media only screen and (max-width: 1599px) {
    .p-index_service__heading {
        margin-bottom: calc(4.0816326531vw + 34.693877551px);
    }
}

.p-index_service__heading .c-text01 {
    margin-top: 40px;
    margin-left: 250px;
}

@media only screen and (max-width: 1599px) {
    .p-index_service__heading .c-text01 {
        margin-top: calc(1.6326530612vw + 13.8775510204px);
        margin-left: calc(20.4081632653vw + -76.5306122449px);
    }
}

.p-index_service__wrapper {
    position: relative;
}

.p-index_service__outer {
    position: relative;
}

.p-index_service__insta {
    position: relative;
    padding: 60px 0;
    border-bottom: 1px solid #CCCCCC;
}

@media only screen and (max-width: 1599px) {
    .p-index_service__insta {
        padding: calc(2.4489795918vw + 20.8163265306px) 0;
    }
}

@media only screen and (max-width: 1023px) {
    .p-index_service__insta {
        padding-top: calc(9.7959183673vw + -6.7346938776px);
    }
}

@media only screen and (max-width: 767px) {
    .p-index_service__insta {
        border-bottom: none;
        margin-top: calc(3.2653061224vw + 27.7551020408px);
    }
}

.p-index_service__insta__link {
    position: absolute;
    right: 120px;
    top: -45px;
    width: 165px;
    height: 165px;
    z-index: 1;
}

@media only screen and (max-width: 1599px) {
    .p-index_service__insta__link {
        width: calc(5.306122449vw + 80.1020408163px);
        height: calc(5.306122449vw + 80.1020408163px);
        right: calc(14.693877551vw + -115.1020408163px);
    }
}

@media only screen and (max-width: 1023px) {
    .p-index_service__insta__link {
        top: calc(-2.8571428571vw + 0.7142857143px);
    }
}

@media only screen and (max-width: 767px) {
    .p-index_service__insta__link {
        width: calc(3.6734693878vw + 106.2244897959px);
        height: calc(3.6734693878vw + 106.2244897959px);
        right: 0;
    }
}

.p-index_service__insta__link a {
    display: block;
    width: 100%;
    height: 100%;
}

.p-index_service__insta__link a img {
    animation: 30s linear infinite scroll;
}

.p-index_service__insta__link a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.is-mouse .p-index_service__insta__link {
    transition: all 0.5s ease;
}

.is-mouse .p-index_service__insta__link:hover {
    transform: scale(1.075);
    color: #4A6AA1;
}

.p-index_service__insta__gallery img {
    width: 100%;
}

.p-index_service__bottom {
    position: relative;
    padding: 60px 0 180px;
}

@media only screen and (max-width: 767px) {
    .p-index_service__bottom {
        padding-bottom: 130px;
    }
}

.p-index_service__bottom .img.-no01 {
    position: absolute;
    right: -80px;
    top: -100px;
    width: 430px;
    height: 260px;
}

@media only screen and (max-width: 1599px) {
    .p-index_service__bottom .img.-no01 {
        width: calc(20.4081632653vw + 103.4693877551px);
        height: calc(13.0612244898vw + 51.0204081633px);
        right: calc(-7.7551020408vw + 44.0816326531px);
        top: calc(-5.7142857143vw + -8.5714285714px);
        border-radius: 10px;
    }
}

.p-index_service__bottom .img.-no02 {
    position: relative;
    left: 230px;
    width: 420px;
    height: 250px;
}

@media only screen and (max-width: 1599px) {
    .p-index_service__bottom .img.-no02 {
        width: calc(5.7142857143vw + 328.5714285714px);
        height: calc(4.8979591837vw + 171.6326530612px);
        left: calc(18.7755102041vw + -70.4081632653px);
        border-radius: 10px;
    }
}

@media only screen and (max-width: 1023px) {
    .p-index_service__bottom .img.-no02 {
        left: 20px;
        width: calc(12.2448979592vw + 224.0816326531px);
        height: calc(6.5306122449vw + 145.5102040816px);
    }
}

@media only screen and (max-width: 767px) {
    .p-index_service__bottom .img.-no02 {
        top: 30px;
        width: calc(17.9591836735vw + 132.6530612245px);
        height: calc(10.612244898vw + 80.2040816327px);
    }
}

.p-index_service__bottom .img img {
    width: auto;
}

.p-index_service__link {
    padding: 60px 0 180px;
}

@media only screen and (max-width: 1599px) {
    .p-index_service__link {
        padding: calc(2.4489795918vw + 20.8163265306px) 0 calc(7.3469387755vw + 62.4489795918px);
    }
}

.p-index_service__link .inner {
    display: flex;
    padding-bottom: 40px;
    border-bottom: 1px solid #CCCCCC;
}

@media only screen and (max-width: 1599px) {
    .p-index_service__link .inner {
        padding-bottom: calc(1.6326530612vw + 13.8775510204px);
    }
}

@media only screen and (max-width: 767px) {
    .p-index_service__link .inner {
        display: block;
    }
}

.p-index_service__link .inner .link {
    position: relative;
    width: 100%;
    margin-right: 30px;
}

.p-index_service__link .inner .link:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

@media only screen and (max-width: 1599px) {
    .p-index_service__link .inner .link {
        margin-right: calc(2.4489795918vw + -9.1836734694px);
    }
}

@media only screen and (max-width: 767px) {
    .p-index_service__link .inner .link {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.p-index_service__link .inner .link a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: 0;
}

@media only screen and (max-width: 1599px) {
    .p-index_service__link .inner .link a {
        height: calc(11.4285714286vw + 137.1428571429px);
    }
}

@media only screen and (max-width: 767px) {
    .p-index_service__link .inner .link a {
        height: 160px;
    }
}

.p-index_service__link .inner .link a .text {
    font-size: 2.4rem;
    color: #ffffff;
    margin-left: 50px;
}

@media only screen and (max-width: 1599px) {
    .p-index_service__link .inner .link a .text {
        font-size: calc(0.4897959184vw + 1.6163265306rem);
        margin-left: calc(2.8571428571vw + 4.2857142857px);
    }
}

@media only screen and (max-width: 767px) {
    .p-index_service__link .inner .link a .text {
        margin-left: calc(0.8163265306vw + 16.9387755102px);
    }
}

.p-index_service__link .inner .link a i {
    position: absolute;
    right: 10px;
    bottom: 20px;
}

.is-mouse .p-index_service__link .inner .link a i {
    transition: all 0.7s ease;
}

.is-mouse .p-index_service__link .inner .link a:hover i {
    color: #3B2F14;
    background-color: #ffffff;
    border-radius: 20px 0 20px 0;
}

.p-index_service__link .inner .link.-no01 a {
    background-image: url(../image/flower_img01.jpg);
}

@media only screen and (max-width: 3840px) and (min-width: 320px) and (min-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 1.5),
(-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5) {
    .p-index_service__link .inner .link.-no01 a {
        background-image: url(../image/flower_img01@2x.jpg);
    }
}

.p-index_service__link .inner .link.-no02 a {
    background-image: url(../image/flower_img02.jpg);
}

@media only screen and (max-width: 3840px) and (min-width: 320px) and (min-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 1.5),
(-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5) {
    .p-index_service__link .inner .link.-no02 a {
        background-image: url(../image/flower_img02@2x.jpg);
    }
}

.p-index_service__link .inner .link.-no03 a {
    background-image: url(../image/flower_img03.jpg);
}

@media only screen and (max-width: 3840px) and (min-width: 320px) and (min-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 1.5),
(-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5) {
    .p-index_service__link .inner .link.-no03 a {
        background-image: url(../image/flower_img03@2x.jpg);
    }
}

.p-index_service .c-service_item {
    background-color: #ffffff;
}

@media only screen and (max-width: 1023px) {
    .p-index_service .c-service_item {
        padding-top: calc(3.2653061224vw + 27.7551020408px);
    }
}

@media only screen and (max-width: 1023px) {
    .p-index_service .c-service_item__num {
        top: calc(3.2653061224vw + 47.7551020408px);
    }
}

.p-index_service .c-service_item .c-bnr_link {
    margin-top: 40px;
    padding-bottom: 180px;
}

@media only screen and (max-width: 1599px) {
    .p-index_service .c-service_item .c-bnr_link {
        padding-top: calc(1.6326530612vw + 13.8775510204px);
        padding-bottom: calc(9.7959183673vw + 23.2653061224px);
    }
}

.p-index_service .c-service_item .c-bnr_link a {
    justify-content: center;
}

.p-index_service .c-service_item__event {
    margin-bottom: 180px;
}

@media only screen and (max-width: 1599px) {
    .p-index_service .c-service_item__event {
        margin-bottom: calc(7.3469387755vw + 62.4489795918px);
    }
}

.p-index_service .c-service_item.-no02 {
    background-color: #F8F8F4;
}

.p-index_service .c-service_item.-no03 .p-index_service .c-service_item__main {
    padding-left: 1em;
    padding-right: 1em;
}

/* Topics */
.p-index_topics {
    position: relative;
    padding-bottom: 250px;
}

@media only screen and (max-width: 1599px) {
    .p-index_topics {
        padding-bottom: calc(13.0612244898vw + 41.0204081633px);
    }
}

.p-index_topics__row {
    display: flex;
    align-items: flex-start;
}

@media only screen and (max-width: 767px) {
    .p-index_topics__row {
        display: block;
    }
}

.p-index_topics__head {
    max-width: 380px;
    min-width: 380px;
}

@media only screen and (max-width: 1599px) {
    .p-index_topics__head {
        max-width: calc(22.0408163265vw + 27.3469387755px);
        min-width: calc(22.0408163265vw + 27.3469387755px);
    }
}

@media only screen and (max-width: 767px) {
    .p-index_topics__head {
        max-width: 100%;
        min-width: 100%;
        margin-bottom: calc(3.2653061224vw + 27.7551020408px);
    }
}

.p-index_topics__head .c-text_button {
    margin-top: 70px;
}

@media only screen and (max-width: 1599px) {
    .p-index_topics__head .c-text_button {
        margin-top: calc(5.7142857143vw + -21.4285714286px);
    }
}

@media only screen and (max-width: 767px) {
    .p-index_topics__head .c-text_button {
        position: absolute;
        right: 20px;
        bottom: 40px;
    }
}

.p-index_topics__catgory {
    margin-top: 70px;
}

@media only screen and (max-width: 1599px) {
    .p-index_topics__catgory {
        margin-top: calc(2.4489795918vw + 30.8163265306px);
    }
}

.p-index_topics__catgory__copy {
    color: #4A6AA1;
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 2em;
}

.p-index_topics__catgory__list {
    font-size: 1.5rem;
    line-height: 2.7;
    letter-spacing: 0.03em;
}

@media only screen and (max-width: 1599px) {
    .p-index_topics__catgory__list {
        font-size: calc(0.0816326531vw + 1.3693877551rem);
    }
}

.is-mouse .p-index_topics__catgory__list li a {
    transition: color 0.6s ease;
}

.is-mouse .p-index_topics__catgory__list li a:hover {
    color: #4A6AA1;
}

.p-index_topics__body {
    width: 100%;
}

/* Recruit */
.p-index_recruit {
    position: relative;
    border-radius: 30px 0 30px 0;
    margin-bottom: 290px;
    height: 620px;
}

@media only screen and (max-width: 1599px) {
    .p-index_recruit {
        height: calc(26.1224489796vw + 202.0408163265px);
        margin-bottom: calc(15.5102040816vw + 41.8367346939px);
    }
}

@media only screen and (max-width: 767px) {
    .p-index_recruit {
        background-color: initial;
        height: auto;
        margin-bottom: calc(15.5102040816vw + 41.8367346939px);
        border-radius: 0 0 0 30px;
    }
}

.p-index_recruit::before {
    content: "";
    display: none;
    width: 100%;
    height: 90%;
    background-color: #4A6AA1;
    border-radius: 0 0 0 30px;
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 767px) {
    .p-index_recruit::before {
        display: block;
    }
}

.p-index_recruit__inner {
    position: relative;
}

.p-index_recruit__body {
    width: 420px;
    margin-left: auto;
    color: #3F3535;
    padding-top: 100px;
    padding-right: 100px;
}

@media only screen and (max-width: 1599px) {
    .p-index_recruit__body {
        width: calc(22.0408163265vw + 67.3469387755px);
        padding-right: calc(8.1632653061vw + -30.612244898px);
        padding-top: calc(6.5306122449vw + -4.4897959184px);
    }
}

@media only screen and (max-width: 767px) {
    .p-index_recruit__body {
        width: 100%;
        padding-top: calc(4.0816326531vw + 34.693877551px);
    }
}

.p-index_recruit__body .c-text01 {
    margin: 50px 0 60px;
}

@media only screen and (max-width: 1599px) {
    .p-index_recruit__body .c-text01 {
        margin: calc(2.0408163265vw + 17.3469387755px) 0 calc(2.4489795918vw + 20.8163265306px);
    }
}

.p-index_recruit__img {
    position: absolute;
    top: -70px;
    left: 55px;
}

@media only screen and (max-width: 1599px) {
    .p-index_recruit__img {
        left: calc(12.6530612245vw + -147.4489795918px);
    }
}

@media only screen and (max-width: 767px) {
    .p-index_recruit__img {
        position: relative;
        top: initial;
        left: initial;
        margin-top: calc(2.4489795918vw + 20.8163265306px);
    }
}

.p-index_recruit__img figure {
    margin-bottom: 15px;
}

@media only screen and (max-width: 1599px) {
    .p-index_recruit__img figure {
        margin-bottom: calc(0.4081632653vw + 8.4693877551px);
        width: calc(26.612244898vw + 200.2040816327px);
    }
}

@media only screen and (max-width: 767px) {
    .p-index_recruit__img figure {
        width: 100%;
    }
}

.p-index_recruit__img figure:last-of-type {
    margin-bottom: 0;
}

.p-index_recruit__img.js-anim_elm figure {
    position: relative;
    opacity: 0;
    overflow: hidden;
    transition: opacity 1s ease;
}

.p-index_recruit__img.js-anim_elm figure:nth-child(0) {
    transition-delay: 0ms;
}

.p-index_recruit__img.js-anim_elm figure:nth-child(1) {
    transition-delay: 100ms;
}

.p-index_recruit__img.js-anim_elm figure:nth-child(2) {
    transition-delay: 200ms;
}

.p-index_recruit__img.js-anim_elm figure:nth-child(3) {
    transition-delay: 300ms;
}

.p-index_recruit__img.js-anim_elm figure:nth-child(4) {
    transition-delay: 400ms;
}

.p-index_recruit__img.js-anim_elm figure:nth-child(5) {
    transition-delay: 500ms;
}

.p-index_recruit__img.js-anim_elm figure:nth-child(6) {
    transition-delay: 600ms;
}

.p-index_recruit__img.js-anim_elm figure:nth-child(7) {
    transition-delay: 700ms;
}

.p-index_recruit__img.js-anim_elm figure:nth-child(8) {
    transition-delay: 800ms;
}

.p-index_recruit__img.js-anim_elm figure:nth-child(9) {
    transition-delay: 900ms;
}

.p-index_recruit__img.js-anim_elm figure:nth-child(10) {
    transition-delay: 1000ms;
}

.p-index_recruit__img.js-anim_elm figure::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #4A6AA1;
    transition: transform 1.6s ease;
}

.p-index_recruit__img.js-anim_elm.is-act figure {
    opacity: 1;
}

.p-index_recruit__img.js-anim_elm.is-act figure::after {
    transform: translateX(100%);
}

.p-company_catch {
    margin-bottom: 150px;
}

@media only screen and (max-width: 1599px) {
    .p-company_catch {
        margin-bottom: calc(6.1224489796vw + 52.0408163265px);
    }
}

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

.p-company_catch__heading__logo {
    margin-bottom: 60px;
}

@media only screen and (max-width: 1599px) {
    .p-company_catch__heading__logo {
        margin-bottom: calc(2.4489795918vw + 20.8163265306px);
    }
}

.p-company_catch__list {
    margin-top: 140px;
    display: flex;
    gap: 40px;
}

@media only screen and (max-width: 1599px) {
    .p-company_catch__list {
        margin-top: calc(5.7142857143vw + 48.5714285714px);
        gap: calc(2.0408163265vw + 7.3469387755px);
    }
}

@media only screen and (max-width: 767px) {
    .p-company_catch__list {
        flex-direction: column;
    }
}

.p-company_catch__item img {
    width: 100%;
    border-radius: 30px 0 30px 0;
}

.p-company_message {
    margin-bottom: 150px;
}

@media only screen and (max-width: 1599px) {
    .p-company_message {
        margin-bottom: calc(6.1224489796vw + 52.0408163265px);
    }
}

.p-company_message__inner {
    position: relative;
}

.p-company_message__main {
    width: 100%;
    max-width: 595px;
    padding-top: 90px;
}

@media only screen and (max-width: 1599px) {
    .p-company_message__main {
        max-width: calc(26.5306122449vw + 170.5102040816px);
        padding-top: calc(7.3469387755vw + -27.5510204082px);
    }
}

@media only screen and (max-width: 1023px) {
    .p-company_message__main {
        max-width: 100%;
        padding-top: calc(1.6326530612vw + 33.8775510204px);
    }
}

.p-company_message__main__title {
    margin-bottom: 70px;
}

@media only screen and (max-width: 1599px) {
    .p-company_message__main__title {
        margin-bottom: calc(3.2653061224vw + 17.7551020408px);
    }
}

.p-company_message__main__title svg {
    width: 374px;
    height: auto;
}

@media only screen and (max-width: 1599px) {
    .p-company_message__main__title svg {
        width: calc(10.1224489796vw + 212.0408163265px);
    }
}

.p-company_message__main__name {
    margin-top: 80px;
    display: block;
    text-align: right;
}

@media only screen and (max-width: 1599px) {
    .p-company_message__main__name {
        margin-top: calc(3.2653061224vw + 27.7551020408px);
    }
}

.p-company_message__main__name small {
    display: block;
}

@media only screen and (max-width: 1599px) {
    .p-company_message__main__name small {}
}

.p-company_message__main__name svg {
    width: 168px;
    height: auto;
}

@media only screen and (max-width: 1599px) {
    .p-company_message__main__name svg {
        width: calc(2.2857142857vw + 131.4285714286px);
    }
}

.p-company_message__img {
    position: absolute;
    top: 0;
    right: 0;
}

@media only screen and (max-width: 1599px) {
    .p-company_message__img {
        width: calc(45.7142857143vw + -31.4285714286px);
    }
}

@media only screen and (max-width: 1023px) {
    .p-company_message__img {
        position: relative;
        width: 100%;
        margin-top: calc(3.2653061224vw + 27.7551020408px);
    }
}

.p-company_message__img img {
    width: 100%;
    border-radius: 30px 0 30px 0;
}

.p-company_message__symbol {
    margin-top: 120px;
}

@media only screen and (max-width: 1599px) {
    .p-company_message__symbol {
        margin-top: calc(4.8979591837vw + 41.6326530612px);
    }
}

.p-company_message__symbol__row {
    display: flex;
    align-items: center;
    padding: 70px 80px 60px;
    border-radius: 30px 0 30px 0;
    border: 1px solid #CCCCCC;
    background-color: #ffffff;
}

@media only screen and (max-width: 1599px) {
    .p-company_message__symbol__row {
        padding: calc(3.6734693878vw + 11.2244897959px) calc(5.306122449vw + -4.8979591837px) calc(2.4489795918vw + 20.8163265306px);
    }
}

@media only screen and (max-width: 767px) {
    .p-company_message__symbol__row {
        display: block;
    }
}

.p-company_message__symbol__ico {
    max-width: 260px;
    min-width: 260px;
}

@media only screen and (max-width: 1599px) {
    .p-company_message__symbol__ico {
        max-width: calc(8.9795918367vw + 116.3265306122px);
        min-width: calc(8.9795918367vw + 116.3265306122px);
    }
}

@media only screen and (max-width: 767px) {
    .p-company_message__symbol__ico {
        max-width: 100%;
        min-width: 100%;
        text-align: center;
    }
}

.p-company_message__symbol__body {
    width: 100%;
    margin-left: 60px;
}

@media only screen and (max-width: 1599px) {
    .p-company_message__symbol__body {
        margin-left: calc(4.8979591837vw + -18.3673469388px);
    }
}

@media only screen and (max-width: 767px) {
    .p-company_message__symbol__body {
        margin-left: 0;
        margin-top: 20px;
    }
}

.p-company_message__symbol__body .copy {
    font-size: 2.4rem;
    margin-bottom: 1em;
}

@media only screen and (max-width: 1599px) {
    .p-company_message__symbol__body .copy {
        font-size: calc(0.4897959184vw + 1.6163265306rem);
    }
}

.p-company_overview__list {
    margin-left: 100px;
    margin-top: 100px;
}

@media only screen and (max-width: 1599px) {
    .p-company_overview__list {
        margin-top: calc(4.0816326531vw + 34.693877551px);
        margin-left: calc(8.1632653061vw + -30.612244898px);
    }
}

.p-company_overview__item,
.p-company_overview__list tr,
.p-company_overview__list li {
    display: flex;
    align-items: baseline;
    margin-bottom: 30px;
}

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

    .p-company_overview__item,
    .p-company_overview__list tr,
    .p-company_overview__list li {
        display: block;
    }
}

.p-company_overview__item:last-child,
.p-company_overview__list tr:last-child,
.p-company_overview__list li:last-child {
    margin-bottom: 0;
}

.p-company_overview__item__head,
.p-company_overview__list tr td:nth-child(1) {
    position: relative;
    max-width: 240px;
    min-width: 240px;
    line-height: 1;
    padding-right: 1em;
}

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

    .p-company_overview__item__head,
    .p-company_overview__list tr td:nth-child(1) {
        max-width: calc(11.4285714286vw + 57.1428571429px);
        min-width: calc(11.4285714286vw + 57.1428571429px);
    }
}

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

    .p-company_overview__item__head,
    .p-company_overview__list tr td:nth-child(1) {
        max-width: 100%;
        min-width: 100%;
    }
}

.p-company_overview__item__head::after,
.p-company_overview__list tr td:nth-child(1)::after {
    content: "";
    width: 1em;
    height: 1px;
    background-color: #ee771c;
    display: block;
    margin-top: 30px;
}

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

    .p-company_overview__item__head::after,
    .p-company_overview__list tr td:nth-child(1)::after {
        margin-top: calc(1.2244897959vw + 10.4081632653px);
    }
}

.p-company_overview__item__body,
.p-company_overview__list tr td:nth-child(2) {
    width: 100%;
}

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

    .p-company_overview__item__body,
    .p-company_overview__list tr td:nth-child(2) {
        margin-top: 10px;
    }
}

.p-company_overview__item__body .c-blockimage,
.p-company_overview__list tr td:nth-child(2) .c-blockimage {
    margin-top: 1em;
    margin-bottom: 30px;
}

.p-company_overview__item__body .c-blockimage::before,
.p-company_overview__list tr td:nth-child(2) .c-blockimage::before {
    padding-top: 62.5%;
}

.p-sdgs_catch {
    margin-bottom: 150px;
}

@media only screen and (max-width: 1599px) {
    .p-sdgs_catch {
        margin-bottom: calc(6.1224489796vw + 52.0408163265px);
    }
}

.p-sdgs_catch__text {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 110px;
}

@media only screen and (max-width: 1599px) {
    .p-sdgs_catch__text {
        margin-bottom: calc(4.8979591837vw + 31.6326530612px);
    }
}

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

.p-sdgs_initiative__list {
    width: 100%;
    max-width: 900px;
    margin: 90px auto 0;
}

@media only screen and (max-width: 1599px) {
    .p-sdgs_initiative__list {
        margin-top: calc(3.6734693878vw + 31.2244897959px);
    }
}

.p-sdgs_initiative__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 80px;
}

@media only screen and (max-width: 1599px) {
    .p-sdgs_initiative__item {
        margin-bottom: calc(3.2653061224vw + 27.7551020408px);
    }
}

@media only screen and (max-width: 767px) {
    .p-sdgs_initiative__item {
        flex-direction: column-reverse;
    }
}

.p-sdgs_initiative__item:last-child {
    margin-bottom: 0;
}

.p-sdgs_initiative__item__ico {
    max-width: 140px;
    min-width: 140px;
    margin-right: 60px;
}

@media only screen and (max-width: 1599px) {
    .p-sdgs_initiative__item__ico {
        margin-right: calc(2.4489795918vw + 20.8163265306px);
    }
}

@media only screen and (max-width: 767px) {
    .p-sdgs_initiative__item__ico {
        margin: 30px auto 0;
    }
}

.p-sdgs_initiative__item__ico img {
    width: 100%;
}

.p-sdgs_initiative__item__body {
    width: 100%;
}

.p-sdgs_initiative__item__body .heading {
    margin-bottom: 1.5rem;
}

.p-sdgs_initiative__item__body .heading_num {
    position: relative;
    font-size: 1.2rem;
    line-height: 1.25;
}

.p-sdgs_initiative__item__body .heading_num::after {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #CCCCCC;
    display: inline-block;
    margin: 0 20px;
    vertical-align: middle;
}

@media only screen and (max-width: 1599px) {
    .p-sdgs_initiative__item__body .heading_num::after {
        width: calc(0.4081632653vw + 8.4693877551px);
        margin: 0 calc(0.8163265306vw + 6.9387755102px);
    }
}

.p-sdgs_initiative__item__body .heading_title {
    font-size: 2.4rem;
    line-height: 1.4;
}

@media only screen and (max-width: 1599px) {
    .p-sdgs_initiative__item__body .heading_title {
        font-size: calc(0.4897959184vw + 1.6163265306rem);
    }
}

.p-topics_archive__row,
.p-requirements_archive__row {
    display: flex;
    flex-direction: row-reverse;
}

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

    .p-topics_archive__row,
    .p-requirements_archive__row {
        display: block;
    }
}

.p-topics_archive__main,
.p-requirements_archive__main {
    width: 100%;
    margin-left: 190px;
}

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

    .p-topics_archive__main,
    .p-requirements_archive__main {
        margin-left: calc(15.5102040816vw + -58.1632653061px);
    }
}

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

    .p-topics_archive__main,
    .p-requirements_archive__main {
        margin-left: 0;
    }
}

.p-requirements_archive {
    margin-top: 130px;
    padding: 10% 0;
    background: #6C86B20F;
}

@media only screen and (max-width: 1599px) {
    .p-requirements_archive {
        margin-top: calc(5.306122449vw + 45.1020408163px);
    }
}

.p-products_archive {
    margin-top: 90px;
}

@media only screen and (max-width: 1599px) {
    .p-products_archive {
        margin-top: calc(3.6734693878vw + 31.2244897959px);
    }
}

.p-products_archive__list {
    width: 100%;
    max-width: 1040px;
    margin: auto;
}

.p-products_archive__list .c-products_item {
    margin-bottom: 50px;
}

@media only screen and (max-width: 1599px) {
    .p-products_archive__list .c-products_item {
        margin-bottom: calc(0.8163265306vw + 36.9387755102px);
    }
}

.p-products_archive__list .c-products_item:last-child {
    margin-bottom: 0;
}

.p-topics_single {
    margin-top: 175px;
}

@media only screen and (max-width: 1599px) {
    .p-topics_single {
        margin-top: calc(6.9387755102vw + 63.9795918367px);
    }
}

.p-topics_single__copy {
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1;
    color: #999999;
}

.p-topics_single__inner {
    width: 100%;
    /*    max-width: 960px;*/
    margin: auto;
}

.p-topics_single__heading {
    margin-top: 90px;
    margin-bottom: 70px;
}

@media only screen and (max-width: 1599px) {
    .p-topics_single__heading {
        margin-top: calc(3.6734693878vw + 31.2244897959px);
        margin-bottom: calc(2.8571428571vw + 24.2857142857px);
    }
}

.p-topics_single__heading__title {
    font-size: 3.6rem;
    line-height: 1.6;
}

@media only screen and (max-width: 1599px) {
    .p-topics_single__heading__title {
        font-size: calc(0.9795918367vw + 2.0326530612rem);
    }
}

.p-topics_single__heading__info {
    margin-top: 40px;
    display: block;
}

@media only screen and (max-width: 1599px) {
    .p-topics_single__heading__info {
        margin-top: calc(0.8163265306vw + 26.9387755102px);
    }
}

.p-topics_single__heading__info .cat {
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1;
    font-size: 1.3rem;
}

.p-topics_single__heading__info .cat::before {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #CCCCCC;
    margin-right: 10px;
}

.p-topics_single__heading__info .data {
    margin-left: auto;
    font-size: 2rem;
}

@media only screen and (max-width: 1599px) {
    .p-topics_single__heading__info .data {
        font-size: calc(0.3265306122vw + 1.4775510204rem);
    }
}

.p-topics_single__eyecatch {
    margin-bottom: 30px;
}

.p-topics_single__eyecatch img {
    width: 100%;
}

.p-topics_single__back {
    margin-top: 110px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 4%;
}

@media only screen and (max-width: 1599px) {
    .p-topics_single__back {
        margin-top: calc(4.4897959184vw + 38.1632653061px);
    }
}

@media only screen and (max-width: 767px) {
    .p-topics_single__back .c-container {
        padding: 0;
    }
}

.p-topics_single__back .c-button02 {
    margin-top: 40px;
}

@media only screen and (max-width: 1599px) {
    .p-topics_single__back .c-button02 {
        margin-top: calc(0.8163265306vw + 26.9387755102px);
    }
}

.p-requirements_single {
    margin-top: 175px;
}

@media only screen and (max-width: 1599px) {
    .p-requirements_single {
        margin-top: calc(6.9387755102vw + 63.9795918367px);
    }
}

.p-requirements_single__content {
    margin-top: 100px;
    margin-left: 120px;
}

@media only screen and (max-width: 1599px) {
    .p-requirements_single__content {
        margin-top: calc(4.0816326531vw + 34.693877551px);
        margin-left: calc(9.7959183673vw + -36.7346938776px);
    }
}

.p-requirements_single__heading {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1599px) {
    .p-requirements_single__heading {
        margin-bottom: calc(1.6326530612vw + 13.8775510204px);
    }
}

.p-requirements_single__heading .title {
    font-size: 3.6rem;
    margin-bottom: 1em;
}

@media only screen and (max-width: 1599px) {
    .p-requirements_single__heading .title {
        font-size: calc(0.8163265306vw + 2.293877551rem);
    }
}

.p-requirements_single__main__list {
    margin-top: 90px;
}

@media only screen and (max-width: 1599px) {
    .p-requirements_single__main__list {
        margin-top: calc(3.6734693878vw + 31.2244897959px);
    }
}

.p-requirements_single__main .c-entry_button {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1599px) {
    .p-requirements_single__main .c-entry_button {
        margin-top: calc(4.0816326531vw + 34.693877551px);
    }
}

.p-hananico_service {
    margin-bottom: 160px;
}

@media only screen and (max-width: 1599px) {
    .p-hananico_service {
        margin-bottom: calc(6.5306122449vw + 55.5102040816px);
    }
}

.p-hananico_service__message {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-top: 60px;
    margin-right: 50px;
}

@media only screen and (max-width: 1599px) {
    .p-hananico_service__message {
        margin-right: calc(4.0816326531vw + -15.306122449px);
        margin-top: calc(0.8163265306vw + 46.9387755102px);
    }
}

.p-hananico_service__message__logo {
    margin-bottom: 50px;
}

@media only screen and (max-width: 1599px) {
    .p-hananico_service__message__logo {
        margin-bottom: calc(2.0408163265vw + 17.3469387755px);
    }
}

.p-hananico_service__message__text .c-text01 {
    margin-bottom: 1.5em;
}

.p-hananico_service__message__text .c-text01:last-child {
    margin-bottom: 0;
}

.p-hananico_work {
    margin-bottom: 150px;
}

@media only screen and (max-width: 1599px) {
    .p-hananico_work {
        margin-bottom: calc(6.1224489796vw + 52.0408163265px);
    }
}

.p-hananico_work__list {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

@media only screen and (max-width: 1599px) {
    .p-hananico_work__list {
        margin-top: calc(1.6326530612vw + 33.8775510204px);
        gap: calc(1.6326530612vw + 3.8775510204px);
    }
}

@media only screen and (max-width: 767px) {
    .p-hananico_work__list {
        grid-template-columns: 1fr 1fr;
    }
}

.p-hananico_work__list figure img {
    width: 100%;
}

.p-hananico_flow {
    margin-bottom: 150px;
}

@media only screen and (max-width: 1599px) {
    .p-hananico_flow {
        margin-bottom: calc(6.1224489796vw + 52.0408163265px);
    }
}

.p-hananico_flow__list {
    width: 100%;
    max-width: 925px;
    margin: 60px auto 0;
}

@media only screen and (max-width: 1599px) {
    .p-hananico_flow__list {
        margin-top: calc(1.6326530612vw + 33.8775510204px);
    }
}

.p-hananico_flow__item {
    display: flex;
    margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
    .p-hananico_flow__item {
        display: block;
    }
}

.p-hananico_flow__item:last-child {
    margin-bottom: 0;
}

.p-hananico_flow__item:last-child .p-hananico_flow__item__head::before {
    display: none;
}

.p-hananico_flow__item__head {
    position: relative;
    max-width: 420px;
    min-width: 420px;
}

@media only screen and (max-width: 1599px) {
    .p-hananico_flow__item__head {
        max-width: calc(19.5918367347vw + 106.5306122449px);
        min-width: calc(19.5918367347vw + 106.5306122449px);
    }
}

@media only screen and (max-width: 767px) {
    .p-hananico_flow__item__head {
        max-width: 100%;
        min-width: 100%;
    }
}

.p-hananico_flow__item__head::before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #4A6AA1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .p-hananico_flow__item__head::before {
        display: none;
    }
}

.p-hananico_flow__item__head .c-num {
    position: absolute;
    top: 0;
    left: -50px;
}

@media only screen and (max-width: 1599px) {
    .p-hananico_flow__item__head .c-num {
        left: calc(-1.6326530612vw + -23.8775510204px);
    }
}

@media only screen and (max-width: 767px) {
    .p-hananico_flow__item__head .c-num {
        left: 0;
    }
}

.p-hananico_flow__item__head img {
    width: 100%;
    border-radius: 30px 0 30px 0;
}

.p-hananico_flow__item__body {
    width: 100%;
    margin-left: 70px;
}

@media only screen and (max-width: 1599px) {
    .p-hananico_flow__item__body {
        margin-left: calc(5.7142857143vw + -21.4285714286px);
    }
}

@media only screen and (max-width: 767px) {
    .p-hananico_flow__item__body {
        margin-left: 0;
        margin-top: calc(1.6326530612vw + 13.8775510204px);
    }
}

.p-hananico_flow__item__body .title {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 1em;
}

@media only screen and (max-width: 1599px) {
    .p-hananico_flow__item__body .title {
        font-size: calc(0.4897959184vw + 1.6163265306rem);
    }
}

@media only screen and (max-width: 767px) {
    .p-hananico_flow__item__body .title {
        margin-bottom: 0.5em;
    }
}

.p-hananico_flow__item__body .c-text01 {
    margin-top: 1em;
}

.p-hananico_flow__item__body .c-text01:first-of-type {
    margin-top: 0;
}

.p-hananico_charity__row {
    display: flex;
    align-items: flex-start;
    margin-top: 60px;
}

@media only screen and (max-width: 1599px) {
    .p-hananico_charity__row {
        margin-top: calc(1.6326530612vw + 33.8775510204px);
    }
}

@media only screen and (max-width: 767px) {
    .p-hananico_charity__row {
        display: block;
    }
}

.p-hananico_charity__img {
    max-width: 465px;
    min-width: 465px;
}

@media only screen and (max-width: 1599px) {
    .p-hananico_charity__img {
        max-width: calc(21.6326530612vw + 118.8775510204px);
        min-width: calc(21.6326530612vw + 118.8775510204px);
    }
}

@media only screen and (max-width: 767px) {
    .p-hananico_charity__img {
        max-width: 100%;
        min-width: 100%;
    }
}

.p-hananico_charity__img img {
    width: 100%;
    border-radius: 30px 0 30px 0;
}

.p-hananico_charity__body {
    width: 100%;
    margin-left: 110px;
}

@media only screen and (max-width: 1599px) {
    .p-hananico_charity__body {
        margin-left: calc(8.9795918367vw + -33.6734693878px);
    }
}

@media only screen and (max-width: 767px) {
    .p-hananico_charity__body {
        margin-left: 0;
        margin-top: calc(1.6326530612vw + 33.8775510204px);
    }
}

.p-hananico_charity__body__logo {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1599px) {
    .p-hananico_charity__body__logo {
        margin-bottom: calc(1.6326530612vw + 13.8775510204px);
    }
}

.p-hananico_charity__body__text .c-text01 {
    margin-bottom: 2em;
}

.p-hananico_charity__body__text .c-text01:last-child {
    margin-bottom: 0;
}

.p-funeral_feature {
    margin-bottom: 150px;
    padding: 5% 0;
}

@media only screen and (max-width: 1599px) {
    .p-funeral_feature {
        margin-bottom: calc(6.1224489796vw + 52.0408163265px);
    }
}

.p-funeral_feature__list {
    margin-top: 60px;
}

@media only screen and (max-width: 1599px) {
    .p-funeral_feature__list {
        margin-top: calc(2.4489795918vw + 20.8163265306px);
    }
}

.p-funeral_feature__item {
    display: flex;
    margin-bottom: 15%;
}

@media only screen and (max-width: 767px) {
    .p-funeral_feature__item {
        display: block;
    }
}

.p-funeral_feature__item:last-child {
    margin-bottom: 0;
}

.p-funeral_feature__body {
    width: 100%;
    margin-right: 100px;
    padding-top: 40px;
}

@media only screen and (max-width: 1599px) {
    .p-funeral_feature__body {
        padding-top: calc(3.2653061224vw + -12.2448979592px);
        margin-right: calc(8.1632653061vw + -30.612244898px);
    }
}

@media only screen and (max-width: 767px) {
    .p-funeral_feature__body {
        margin-right: 0;
        padding-top: 0;
        margin-bottom: calc(31.0204081633vw + -96.3265306122px);
    }
}

.p-funeral_feature__body__head {
    margin-bottom: 30px;
}

@media only screen and (max-width: 1599px) {
    .p-funeral_feature__body__head {
        margin-bottom: calc(1.6326530612vw + 3.8775510204px);
    }
}

.p-funeral_feature__body__head .num {
    font-size: 3.6rem;
    display: inline-flex;
    align-items: center;
    color: #EE771C;
    vertical-align: super;
    vertical-align: baseline;
}

.p-funeral_feature__body__head .num::after {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #EE771C;
    display: inline-block;
    margin: 0 20px;
}

@media only screen and (max-width: 1599px) {
    .p-funeral_feature__body__head .num::after {
        margin: 0 calc(0.8163265306vw + 6.9387755102px);
    }
}

.p-funeral_feature__body__head .title {
    display: inline-block;
    font-size: 3rem;
    line-height: 1;
}

@media only screen and (max-width: 1599px) {
    .p-funeral_feature__body__head .title {
        font-size: calc(0.6530612245vw + 1.9551020408rem);
    }
}

.p-funeral_feature__img {
    max-width: 520px;
    min-width: 520px;
}

@media only screen and (max-width: 1599px) {
    .p-funeral_feature__img {
        max-width: calc(26.1224489796vw + 102.0408163265px);
        min-width: calc(26.1224489796vw + 102.0408163265px);
    }
}

@media only screen and (max-width: 767px) {
    .p-funeral_feature__img {
        max-width: 100%;
        min-width: 100%;
    }
}

.p-funeral_feature__img img {
    width: 100%;
    border-radius: 30px 0 30px 0;
}

.p-funeral_flow {
    margin-bottom: 160px;
}

@media only screen and (max-width: 1599px) {
    .p-funeral_flow {
        margin-bottom: calc(6.5306122449vw + 55.5102040816px);
    }
}

.p-funeral_flow__list {
    margin-top: 90px;
    display: flex;
    gap: 40px;
}

@media only screen and (max-width: 1599px) {
    .p-funeral_flow__list {
        margin-top: calc(2.4489795918vw + 50.8163265306px);
        gap: calc(3.2653061224vw + -12.2448979592px);
    }
}

@media only screen and (max-width: 767px) {
    .p-funeral_flow__list {
        display: block;
    }
}

.p-funeral_flow__item {
    width: 33.3333333333%;
}

@media only screen and (max-width: 767px) {
    .p-funeral_flow__item {
        width: 100%;
        margin-bottom: calc(1.6326530612vw + 53.8775510204px);
    }
}

.p-funeral_flow__item:last-child {
    margin-bottom: 0;
}

.p-funeral_flow__item__img {
    position: relative;
}

.p-funeral_flow__item__img .c-num {
    position: absolute;
    left: 0;
    top: -30px;
}

.p-funeral_flow__item__img img {
    width: 100%;
    border-radius: 30px 0 30px 0;
}

.p-funeral_flow__item__body .title {
    font-size: 2.4rem;
    line-height: 1.4;
    margin: 30px 0;
}

@media only screen and (max-width: 1599px) {
    .p-funeral_flow__item__body .title {
        font-size: calc(0.3265306122vw + 1.8775510204rem);
        margin: calc(1.2244897959vw + 10.4081632653px) 0;
    }
}

.p-funeral_design__slider {
    margin-top: 60px;
}

@media only screen and (max-width: 1599px) {
    .p-funeral_design__slider {
        margin-top: calc(2.4489795918vw + 20.8163265306px);
    }
}

.p-funeral_design__slider .swiper-slide img {
    width: 100%;
}

.p-event_list__item {
    display: flex;
    margin-bottom: 60px;
}

@media only screen and (max-width: 1599px) {
    .p-event_list__item {
        margin-bottom: calc(2.4489795918vw + 20.8163265306px);
    }
}

@media only screen and (max-width: 767px) {
    .p-event_list__item {
        flex-direction: column-reverse;
    }
}

.p-event_list__item:last-child {
    margin-bottom: 0;
}

.p-event_list__body {
    width: 100%;
    margin-right: 100px;
    padding-top: 40px;
}

@media only screen and (max-width: 1599px) {
    .p-event_list__body {
        padding-top: calc(3.2653061224vw + -12.2448979592px);
        margin-right: calc(8.1632653061vw + -30.612244898px);
    }
}

@media only screen and (max-width: 767px) {
    .p-event_list__body {
        margin-right: 0;
        padding-top: 0;
        margin-bottom: calc(31.0204081633vw + -96.3265306122px);
    }
}

.p-event_list__body__title {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1599px) {
    .p-event_list__body__title {
        font-size: calc(0.6530612245vw + 1.9551020408rem);
        margin-bottom: calc(0.8163265306vw + 16.9387755102px);
    }
}

.p-event_list__body .c-button02 {
    margin-top: 50px;
}

@media only screen and (max-width: 1599px) {
    .p-event_list__body .c-button02 {
        margin-top: calc(2.4489795918vw + 10.8163265306px);
    }
}

.p-event_list__img {
    max-width: 520px;
    min-width: 520px;
}

@media only screen and (max-width: 1599px) {
    .p-event_list__img {
        max-width: calc(26.1224489796vw + 102.0408163265px);
        min-width: calc(26.1224489796vw + 102.0408163265px);
    }
}

@media only screen and (max-width: 767px) {
    .p-event_list__img {
        max-width: 100%;
        min-width: 100%;
        margin-bottom: calc(2.0408163265vw + 17.3469387755px);
    }
}

.p-event_list__img img {
    width: 100%;
    border-radius: 30px 0 30px 0;
}

.p-advantage_section__item {
    position: relative;
}

.p-advantage_section__item__inner {
    width: 100%;
    position: relative;
}

.p-advantage_section__item__body {
    width: 100%;
    max-width: 350px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .p-advantage_section__item__body {
        max-width: 100%;
    }
}

.p-advantage_section__item__num {
    position: absolute;
    color: #4A6AA1;
    font-size: 12rem;
    line-height: 1;
}

@media only screen and (max-width: 1599px) {
    .p-advantage_section__item__num {
        font-size: calc(3.2653061224vw + 6.7755102041rem);
    }
}

.p-advantage_section__item__num.-white {
    color: #ffffff;
}

.p-advantage_section__item__title {
    font-size: 3.5rem;
    line-height: 1;
    white-space: nowrap;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1599px) {
    .p-advantage_section__item__title {
        font-size: calc(1.2244897959vw + 1.5408163265rem);
        margin-bottom: calc(1.6326530612vw + 13.8775510204px);
    }
}

.p-advantage_section__item__img img {
    width: 100%;
}

.p-advantage_section__item.-no01 .p-advantage_section__item__inner {
    padding: 310px 0 160px;
}

@media only screen and (max-width: 767px) {
    .p-advantage_section__item.-no01 .p-advantage_section__item__inner {
        padding-top: 330px;
        padding-bottom: 180px;
    }
}

.p-advantage_section__item.-no01 .p-advantage_section__item__body {
    margin-left: auto;
    margin-right: 300px;
}

@media only screen and (max-width: 1599px) {
    .p-advantage_section__item.-no01 .p-advantage_section__item__body {
        margin-right: calc(24.4897959184vw + -91.8367346939px);
    }
}

@media only screen and (max-width: 1023px) {
    .p-advantage_section__item.-no01 .p-advantage_section__item__body {
        margin: auto;
    }
}

.p-advantage_section__item.-no01 .p-advantage_section__item__num {
    top: 130px;
    right: 115px;
}

@media only screen and (max-width: 1023px) {
    .p-advantage_section__item.-no01 .p-advantage_section__item__num {
        top: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .p-advantage_section__item.-no01 .p-advantage_section__item__num {
        top: 240px;
        right: calc(7.7551020408vw + -9.0816326531px);
    }
}

.p-advantage_section__item.-no01 .p-advantage_section__item__img {
    position: absolute;
}

.p-advantage_section__item.-no01 .p-advantage_section__item__img.-no01 {
    top: 0;
    left: 0;
}

@media only screen and (max-width: 1599px) {
    .p-advantage_section__item.-no01 .p-advantage_section__item__img.-no01 {
        width: calc(47.3469387755vw + -77.5510204082px);
    }
}

@media only screen and (max-width: 1023px) {
    .p-advantage_section__item.-no01 .p-advantage_section__item__img.-no01 {
        width: calc(40.8163265306vw + 26.9387755102px);
    }
}

@media only screen and (max-width: 767px) {
    .p-advantage_section__item.-no01 .p-advantage_section__item__img.-no01 {
        width: calc(31.0204081633vw + 183.6734693878px);
    }
}

.p-advantage_section__item.-no01 .p-advantage_section__item__img.-no02 {
    bottom: 0;
    right: 0;
}

@media only screen and (max-width: 1599px) {
    .p-advantage_section__item.-no01 .p-advantage_section__item__img.-no02 {
        width: calc(32.6530612245vw + -122.4489795918px);
    }
}

@media only screen and (max-width: 1023px) {
    .p-advantage_section__item.-no01 .p-advantage_section__item__img.-no02 {
        width: calc(24.4897959184vw + 8.1632653061px);
    }
}

@media only screen and (max-width: 767px) {
    .p-advantage_section__item.-no01 .p-advantage_section__item__img.-no02 {
        width: calc(20.4081632653vw + 73.4693877551px);
    }
}

.p-advantage_section__item.-no02 {
    margin: 150px 0;
}

@media only screen and (max-width: 1599px) {
    .p-advantage_section__item.-no02 {
        margin: calc(6.1224489796vw + 52.0408163265px) 0;
    }
}

.p-advantage_section__item.-no02 .p-advantage_section__item__inner {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .p-advantage_section__item.-no02 .p-advantage_section__item__inner {
        flex-direction: column-reverse;
    }
}

.p-advantage_section__item.-no02 .p-advantage_section__item__img {
    max-width: 730px;
    min-width: 730px;
}

@media only screen and (max-width: 1599px) {
    .p-advantage_section__item.-no02 .p-advantage_section__item__img {
        max-width: calc(43.2653061224vw + 37.7551020408px);
        min-width: calc(43.2653061224vw + 37.7551020408px);
    }
}

@media only screen and (max-width: 767px) {
    .p-advantage_section__item.-no02 .p-advantage_section__item__img {
        max-width: 100%;
        min-width: 100%;
        margin-top: 30px;
    }
}

.p-advantage_section__item.-no02 .p-advantage_section__item__body {
    margin-left: 120px;
}

@media only screen and (max-width: 1599px) {
    .p-advantage_section__item.-no02 .p-advantage_section__item__body {
        margin-left: calc(9.7959183673vw + -36.7346938776px);
    }
}

@media only screen and (max-width: 767px) {
    .p-advantage_section__item.-no02 .p-advantage_section__item__body {
        margin-left: 0;
    }
}

.p-advantage_section__item.-no02 .p-advantage_section__item__num {
    top: 20px;
    left: 600px;
}

@media only screen and (max-width: 1599px) {
    .p-advantage_section__item.-no02 .p-advantage_section__item__num {
        top: calc(3.2653061224vw + -32.2448979592px);
        left: calc(38.3673469388vw + -13.8775510204px);
    }
}

@media only screen and (max-width: 767px) {
    .p-advantage_section__item.-no02 .p-advantage_section__item__num {
        top: 195px;
        left: initial;
        right: 5px;
    }
}

.p-advantage_section__item.-no03 .p-advantage_section__item__inner {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
    .p-advantage_section__item.-no03 .p-advantage_section__item__inner {
        flex-direction: column-reverse;
    }
}

.p-advantage_section__item.-no03 .p-advantage_section__item__img {
    max-width: 750px;
    min-width: 750px;
    margin-right: -75px;
}

@media only screen and (max-width: 1599px) {
    .p-advantage_section__item.-no03 .p-advantage_section__item__img {
        max-width: calc(44.8979591837vw + 31.6326530612px);
        min-width: calc(44.8979591837vw + 31.6326530612px);
        margin-right: calc(-6.1224489796vw + 22.9591836735px);
    }
}

@media only screen and (max-width: 767px) {
    .p-advantage_section__item.-no03 .p-advantage_section__item__img {
        max-width: 100%;
        min-width: 100%;
        margin-right: 0;
        margin-top: 30px;
    }
}

.p-advantage_section__item.-no03 .p-advantage_section__item__body {
    margin-left: 90px;
    margin-right: 100px;
}

@media only screen and (max-width: 1599px) {
    .p-advantage_section__item.-no03 .p-advantage_section__item__body {
        margin-left: calc(7.3469387755vw + -27.5510204082px);
        margin-right: calc(8.1632653061vw + -30.612244898px);
    }
}

.p-advantage_section__item.-no03 .p-advantage_section__item__num {
    top: 10px;
    left: 0;
}

@media only screen and (max-width: 1599px) {
    .p-advantage_section__item.-no03 .p-advantage_section__item__num {
        top: calc(13.0612244898vw + -198.9795918367px);
        left: calc(6.5306122449vw + -104.4897959184px);
    }
}

@media only screen and (max-width: 767px) {
    .p-advantage_section__item.-no03 .p-advantage_section__item__num {
        top: -70px;
        left: 0;
    }
}

.p-recruit_kv {
    position: relative;
    margin-bottom: 200px;
    background-color: #ffffff;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_kv {
        margin-bottom: calc(12.2448979592vw + 4.0816326531px);
    }
}

.is-horizontal .p-recruit_kv {
    height: calc(var(--vh) * 100);
}

.is-vertical .p-recruit_kv {
    height: 100%;
    min-height: 600px;
}

@media only screen and (max-width: 1023px) {
    .is-vertical .p-recruit_kv {
        min-height: calc(16.3265306122vw + 338.7755102041px);
    }
}

@media only screen and (max-width: 767px) {
    .is-vertical .p-recruit_kv {
        min-height: calc(4.0816326531vw + 634.693877551px);
    }
}

.p-recruit_kv__copy {
    position: absolute;
    z-index: 2;
    top: 190px;
    mix-blend-mode: difference;
    background-color: transparent;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_kv__copy {
        top: calc(1.6326530612vw + 163.8775510204px);
    }
}

@media only screen and (max-width: 1023px) {
    .p-recruit_kv__copy {
        top: calc(7.3469387755vw + 72.4489795918px);
    }
}

.p-recruit_kv__copy__jp {
    display: block;
    color: #ffffff;
}

.p-recruit_kv__copy__en {
    color: #ffffff;
    display: block;
    font-size: 14rem;
    line-height: 1;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_kv__copy__en {
        font-size: calc(4.8979591837vw + 6.1632653061rem);
    }
}

.p-recruit_kv__img {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.p-recruit_kv__img img {
    width: 100%;
}

.p-recruit_kv.js-anim_elm .p-recruit_kv__copy .js-split {
    opacity: 0;
    filter: blur(5px);
    transition: opacity 0.9s ease, color 1.5s ease, filter 1.4s ease;
}

.p-recruit_kv.js-anim_elm .p-recruit_kv__copy .js-split:nth-child(0) {
    transition-delay: 0ms;
}

.p-recruit_kv.js-anim_elm .p-recruit_kv__copy .js-split:nth-child(1) {
    transition-delay: 100ms;
}

.p-recruit_kv.js-anim_elm .p-recruit_kv__copy .js-split:nth-child(2) {
    transition-delay: 200ms;
}

.p-recruit_kv.js-anim_elm .p-recruit_kv__copy .js-split:nth-child(3) {
    transition-delay: 300ms;
}

.p-recruit_kv.js-anim_elm .p-recruit_kv__copy .js-split:nth-child(4) {
    transition-delay: 400ms;
}

.p-recruit_kv.js-anim_elm .p-recruit_kv__copy .js-split:nth-child(5) {
    transition-delay: 500ms;
}

.p-recruit_kv.js-anim_elm .p-recruit_kv__copy .js-split:nth-child(6) {
    transition-delay: 600ms;
}

.p-recruit_kv.js-anim_elm .p-recruit_kv__copy .js-split:nth-child(7) {
    transition-delay: 700ms;
}

.p-recruit_kv.js-anim_elm .p-recruit_kv__copy .js-split:nth-child(8) {
    transition-delay: 800ms;
}

.p-recruit_kv.js-anim_elm .p-recruit_kv__copy .js-split:nth-child(9) {
    transition-delay: 900ms;
}

.p-recruit_kv.js-anim_elm .p-recruit_kv__copy .js-split:nth-child(10) {
    transition-delay: 1000ms;
}

.p-recruit_kv.js-anim_elm .p-recruit_kv__copy .js-split:nth-child(11) {
    transition-delay: 1100ms;
}

.p-recruit_kv.js-anim_elm .p-recruit_kv__copy .js-split:nth-child(12) {
    transition-delay: 1200ms;
}

.p-recruit_kv.js-anim_elm .p-recruit_kv__copy .js-split:nth-child(13) {
    transition-delay: 1300ms;
}

.p-recruit_kv.js-anim_elm .p-recruit_kv__copy .js-split:nth-child(14) {
    transition-delay: 1400ms;
}

.p-recruit_kv.js-anim_elm .p-recruit_kv__copy .js-split:nth-child(15) {
    transition-delay: 1500ms;
}

.p-recruit_kv.js-anim_elm .p-recruit_kv__copy .js-split:nth-child(16) {
    transition-delay: 1600ms;
}

.p-recruit_kv.js-anim_elm .p-recruit_kv__copy .js-split:nth-child(17) {
    transition-delay: 1700ms;
}

.p-recruit_kv.js-anim_elm .p-recruit_kv__copy .js-split:nth-child(18) {
    transition-delay: 1800ms;
}

.p-recruit_kv.js-anim_elm .p-recruit_kv__copy .js-split:nth-child(19) {
    transition-delay: 1900ms;
}

.p-recruit_kv.js-anim_elm .p-recruit_kv__copy .js-split:nth-child(20) {
    transition-delay: 2000ms;
}

.p-recruit_kv.js-anim_elm .p-recruit_kv__copy__jp {
    opacity: 0;
    transition: opacity 1.5s ease;
}

.p-recruit_kv.js-anim_elm .p-recruit_kv__img {
    overflow: hidden;
    opacity: 0;
    transform: scale(1.03);
    transition: opacity 2s ease, transform 2s ease;
}

.p-recruit_kv.js-anim_elm.is-act .p-recruit_kv__copy .js-split {
    opacity: 1;
    filter: blur(0);
}

.p-recruit_kv.js-anim_elm.is-act .p-recruit_kv__copy__jp {
    opacity: 1;
}

.p-recruit_kv.js-anim_elm.is-act .p-recruit_kv__img {
    opacity: 1;
    transform: scale(1);
}

.p-recruit_message {
    margin-bottom: 150px;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_message {
        margin-bottom: calc(6.1224489796vw + 52.0408163265px);
    }
}

.p-recruit_message__row {
    display: flex;
    margin: 0 35px;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_message__row {
        margin: 0 calc(2.8571428571vw + -10.7142857143px);
    }
}

@media only screen and (max-width: 1023px) {
    .p-recruit_message__row {
        display: block;
        margin: 0;
    }
}

.p-recruit_message__body {
    width: 100%;
    margin-top: 50px;
    margin-right: 100px;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_message__body {
        margin-top: calc(4.0816326531vw + -15.306122449px);
        margin-right: calc(8.1632653061vw + -30.612244898px);
    }
}

@media only screen and (max-width: 1023px) {
    .p-recruit_message__body {
        margin-top: 0;
        margin-right: 0;
    }
}

.p-recruit_message__body__title {
    color: #EE771C;
    font-size: 2.9rem;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_message__body__title {
        font-size: calc(0.5714285714vw + 1.9857142857rem);
        margin-bottom: calc(2.0408163265vw + 17.3469387755px);
    }
}

.p-recruit_message__body__name {
    text-align: right;
    margin-top: 60px;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_message__body__name {
        margin-top: calc(2.4489795918vw + 20.8163265306px);
    }
}

.p-recruit_message__body__name span {
    display: inline-block;
    margin-right: 40px;
    line-height: 1;
    vertical-align: super;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_message__body__name span {
        margin-right: calc(1.6326530612vw + 13.8775510204px);
    }
}

.p-recruit_message__body__name svg {
    width: 165px;
    height: auto;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_message__body__name svg {
        width: calc(3.2653061224vw + 112.7551020408px);
    }
}

.p-recruit_message__img {
    max-width: 500px;
    min-width: 500px;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_message__img {
        max-width: calc(24.4897959184vw + 108.1632653061px);
        min-width: calc(24.4897959184vw + 108.1632653061px);
    }
}

@media only screen and (max-width: 1023px) {
    .p-recruit_message__img {
        max-width: 100%;
        min-width: 100%;
        margin-top: calc(2.4489795918vw + 20.8163265306px);
    }
}

.p-recruit_message__img img {
    width: 100%;
    border-radius: 30px 0 30px 0;
}

.p-recruit_interview {
    position: relative;
    padding-top: 70px;
    padding-bottom: 35px;
    margin-bottom: 150px;
    background-color: #ffffff;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_interview {
        padding-top: calc(2.8571428571vw + 24.2857142857px);
        padding-bottom: calc(1.6326530612vw + 8.8775510204px);
        margin-bottom: calc(6.1224489796vw + 52.0408163265px);
    }
}

.p-recruit_interview::before {
    content: "";
    display: block;
    width: 100%;
    max-width: 1130px;
    height: 100%;
    background-color: #F8F8F4;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px 0 50px 0;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_interview::before {
        max-width: calc(51.4285714286vw + 307.1428571429px);
    }
}

@media only screen and (max-width: 1023px) {
    .p-recruit_interview::before {
        max-width: 100%;
    }
}

.p-recruit_interview__container {
    width: 100%;
    max-width: 1385px;
    margin: auto;
    padding: 0 80px;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_interview__container {
        padding: 0 calc(3.2653061224vw + 27.7551020408px);
    }
}

.p-recruit_interview__list {
    margin-top: 65px;
    gap: 50px 130px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 1599px) {
    .p-recruit_interview__list {
        margin-top: calc(2.8571428571vw + 19.2857142857px);
        gap: calc(2.0408163265vw + 17.3469387755px) calc(10.612244898vw + -39.7959183673px);
    }
}

@media only screen and (max-width: 1023px) {
    .p-recruit_interview__list {
        display: block;
        gap: 0;
    }
}

@media only screen and (max-width: 767px) {
    .p-recruit_interview__list {
        margin-top: 60px;
    }
}

.p-recruit_interview .c-interview_item {
    position: relative;
}

.p-recruit_interview .c-interview_item__num {
    left: -60px;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_interview .c-interview_item__num {
        left: calc(-4.8979591837vw + 18.3673469388px);
    }
}

@media only screen and (max-width: 1023px) {
    .p-recruit_interview .c-interview_item__num {
        left: calc(1.6326530612vw + -66.1224489796px);
    }
}

@media only screen and (max-width: 767px) {
    .p-recruit_interview .c-interview_item__num {
        left: calc(-2.4489795918vw + -0.8163265306px);
    }
}

@media only screen and (max-width: 1023px) {
    .p-recruit_interview .c-interview_item {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .p-recruit_interview .c-interview_item {
        width: 100%;
    }
}

.p-recruit_interview .c-interview_item:last-child {
    margin-bottom: 0;
}

.p-recruit_data__list {
    position: relative;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -40px;
    margin-bottom: -60px;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_data__list {
        margin-top: calc(2.4489795918vw + 20.8163265306px);
        margin-right: calc(-3.2653061224vw + 12.2448979592px);
        margin-bottom: calc(-4.8979591837vw + 18.3673469388px);
    }
}

@media only screen and (max-width: 767px) {
    .p-recruit_data__list {
        margin-right: 0;
        margin-bottom: -20px;
    }
}

.p-recruit_data__list>li {
    width: 50%;
    padding-right: 40px;
    margin-bottom: 60px;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_data__list>li {
        padding-right: calc(3.2653061224vw + -12.2448979592px);
        margin-bottom: calc(4.8979591837vw + -18.3673469388px);
    }
}

@media only screen and (max-width: 767px) {
    .p-recruit_data__list>li {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
}

.p-recruit_data__item {
    width: 100%;
    background-color: #F8F8F4;
    border-radius: 50px 0 50px 0;
    padding: 50px 50px 60px;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_data__item {
        padding: calc(1.6326530612vw + 23.8775510204px) calc(2.4489795918vw + 10.8163265306px) calc(1.6326530612vw + 33.8775510204px);
    }
}

.p-recruit_data__item__copy {
    position: relative;
    padding-top: 15px;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_data__item__copy {
        font-size: calc(0.4897959184vw + 1.6163265306rem);
        margin-bottom: calc(1.6326530612vw + 23.8775510204px);
    }
}

.p-recruit_data__item__copy::before {
    content: "";
    width: 0.3em;
    height: 0.3em;
    border-radius: 9999px;
    background-color: #4A6AA1;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

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

.p-recruit_data__item__main {
    display: flex;
    justify-content: center;
}

.p-recruit_data__item__main .digestibility {
    font-size: 2rem;
}

.p-recruit_data__item__main i {
    margin-right: 40px;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_data__item__main i {
        margin-right: calc(3.2653061224vw + -12.2448979592px);
    }
}

@media only screen and (max-width: 767px) {
    .p-recruit_data__item__main i {
        margin-right: calc(1.6326530612vw + 13.8775510204px);
    }
}

.p-recruit_data__item__main i svg {
    height: auto;
}

.p-recruit_data__item__main .num {
    font-size: 10rem;
    letter-spacing: 0;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_data__item__main .num {
        font-size: calc(4.0816326531vw + 3.4693877551rem);
    }
}

@media only screen and (max-width: 767px) {
    .p-recruit_data__item__main .num {
        font-size: calc(2.4489795918vw + 6.0816326531rem);
    }
}

.p-recruit_data__item__main .num small {
    font-size: 5rem;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_data__item__main .num small {
        font-size: calc(2.1224489796vw + 1.6040816327rem);
    }
}

@media only screen and (max-width: 767px) {
    .p-recruit_data__item__main .num small {
        font-size: calc(1.6326530612vw + 2.387755102rem);
    }
}

.p-recruit_data__item__main .num small.overtime {
    font-size: 6rem;
    position: relative;
    top: 15px;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_data__item__main .num small.overtime {
        font-size: calc(3.2653061224vw + 2.7755102041rem);
    }
}

@media only screen and (max-width: 767px) {
    .p-recruit_data__item__main .num small.overtime {
        font-size: calc(2.4489795918vw + 4.0816326531rem);
    }
}

.p-recruit_data__item__main .num .attention {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    vertical-align: sub;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_data__item__main .num .attention {
        font-size: calc(0.1632653061vw + 1.2387755102rem);
    }
}

.p-recruit_data__item__main .num .attention.-block {
    display: block;
    position: relative;
    top: 2em;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_data__item__main .num .attention.-block {
        top: 1.3em;
    }
}

.p-recruit_data__item__main .human {
    margin-top: 50px;
    font-size: 2rem;
    white-space: nowrap;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_data__item__main .human {
        font-size: calc(0.4897959184vw + 1.2163265306rem);
        margin-top: calc(1.6326530612vw + 23.8775510204px);
    }
}

.p-recruit_data__item__main .human span {
    font-size: 5rem;
    letter-spacing: 0;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_data__item__main .human span {
        font-size: calc(1.6326530612vw + 2.387755102rem);
    }
}

.p-recruit_data__item__main .year {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.p-recruit_data__item__main .year:last-child {
    margin-bottom: 0;
}

.p-recruit_data__item__main .year dt {
    font-weight: normal;
    font-size: 1.5rem;
    margin-right: 20px;
    white-space: nowrap;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_data__item__main .year dt {
        font-size: calc(0.1632653061vw + 1.2387755102rem);
        margin-right: calc(0.8163265306vw + 6.9387755102px);
    }
}

.p-recruit_data__item__main .year dd {
    width: 100%;
    display: flex;
    align-items: center;
}

.p-recruit_data__item__main .year dd .result {
    font-size: 2.4rem;
    white-space: nowrap;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_data__item__main .year dd .result {
        font-size: calc(0.6530612245vw + 1.3551020408rem);
    }
}

.p-recruit_data__item__main .year dd .result span {
    font-size: 10rem;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_data__item__main .year dd .result span {
        font-size: calc(4.8979591837vw + 2.1632653061rem);
    }
}

.p-recruit_data__item__main .year dd .line {
    width: 1px;
    height: 30px;
    background-color: #3B2F14;
    margin: 5px 20px 0;
    transform: rotate(30deg);
}

@media only screen and (max-width: 1599px) {
    .p-recruit_data__item__main .year dd .line {
        margin: 5px calc(0.8163265306vw + 6.9387755102px) 0;
        height: calc(0.8163265306vw + 16.9387755102px);
    }
}

.p-recruit_data__item__main .year dd .all {
    position: relative;
    font-size: 2rem;
    white-space: nowrap;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_data__item__main .year dd .all {
        font-size: calc(0.4897959184vw + 1.2163265306rem);
    }
}

.p-recruit_data__item__main .year dd .all span {
    font-size: 5rem;
    vertical-align: super;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_data__item__main .year dd .all span {
        font-size: calc(2.1224489796vw + 1.6040816327rem);
    }
}

.p-recruit_data__item.-no02 {
    margin-top: 100px;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_data__item.-no02 {
        margin-top: calc(4.0816326531vw + 34.693877551px);
    }
}

@media only screen and (max-width: 767px) {
    .p-recruit_data__item.-no02 {
        margin-top: 0;
    }
}

.p-recruit_data__item.-no03 .p-recruit_data__item__main i {
    margin-right: 50px;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_data__item.-no03 .p-recruit_data__item__main i {
        margin-right: calc(4.0816326531vw + -15.306122449px);
    }
}

@media only screen and (max-width: 767px) {
    .p-recruit_data__item.-no03 .p-recruit_data__item__main i {
        margin-right: calc(2.4489795918vw + 10.8163265306px);
    }
}

.p-recruit_data__item.-no03 .p-recruit_data__item__main i svg {
    width: 108px;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_data__item.-no03 .p-recruit_data__item__main i svg {
        width: calc(4.7346938776vw + 32.2448979592px);
    }
}

.p-recruit_data__item.-no04 {
    align-items: flex-start;
}

.p-recruit_data__item.-no04 .p-recruit_data__item__main i svg {
    width: 152px;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_data__item.-no04 .p-recruit_data__item__main i svg {
        width: calc(5.0612244898vw + 71.0204081633px);
    }
}

.p-recruit_data__item.-no05 {
    align-items: center;
}

.p-recruit_data__item.-no05 .p-recruit_data__item__main i svg {
    width: 85px;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_data__item.-no05 .p-recruit_data__item__main i svg {
        width: calc(3.6734693878vw + 26.2244897959px);
    }
}

@media only screen and (max-width: 767px) {
    .p-recruit_data__item.-no05 .p-recruit_data__item__main i svg {
        width: calc(2.8571428571vw + 39.2857142857px);
    }
}

.p-recruit_data__item.-no06 {
    align-items: flex-start;
}

.p-recruit_data__item.-no06 .p-recruit_data__item__main i svg {
    width: 100px;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_data__item.-no06 .p-recruit_data__item__main i svg {
        width: calc(3.6734693878vw + 26.2244897959px);
    }
}

.p-recruit_data__item.-no07 {
    align-items: flex-start;
}

.p-recruit_data__item.-no07 .p-recruit_data__item__main i svg {
    width: 80px;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_data__item.-no07 .p-recruit_data__item__main i svg {
        width: calc(3.2653061224vw + 27.7551020408px);
    }
}

.p-recruit_link {
    margin-top: 150px;
    margin-left: 50px;
    margin-right: 50px;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_link {
        margin-top: calc(6.1224489796vw + 52.0408163265px);
        margin-right: calc(2.4489795918vw + 10.8163265306px);
        margin-left: calc(2.4489795918vw + 10.8163265306px);
    }
}

.p-recruit_link__row {
    display: flex;
    align-items: flex-start;
}

@media only screen and (max-width: 1023px) {
    .p-recruit_link__row {
        flex-direction: column;
    }
}

.p-recruit_link__item {
    width: 50%;
}

@media only screen and (max-width: 1023px) {
    .p-recruit_link__item {
        width: 100%;
    }
}

.p-recruit_link__item:first-of-type {
    margin-right: 40px;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_link__item:first-of-type {
        margin-right: calc(3.2653061224vw + -12.2448979592px);
    }
}

@media only screen and (max-width: 1023px) {
    .p-recruit_link__item:first-of-type {
        margin-right: 0;
        margin-bottom: calc(1.6326530612vw + 73.8775510204px);
    }
}

.p-recruit_link__item a {
    position: relative;
    display: block;
    width: 100%;
}

.is-mouse .p-recruit_link__item a .p-recruit_link__item__img {
    overflow: hidden;
}

.is-mouse .p-recruit_link__item a .p-recruit_link__item__img img {
    transition: transform 0.7s ease;
}

.is-mouse .p-recruit_link__item a .p-recruit_link__item__body .title {
    transition: color 0.5s ease;
}

.is-mouse .p-recruit_link__item a .p-recruit_link__item__body .arrow {
    transition: all 0.7s ease;
}

.is-mouse .p-recruit_link__item a:hover .p-recruit_link__item__img img {
    transform: scale(1.05);
}

.is-mouse .p-recruit_link__item a:hover .p-recruit_link__item__body .title {
    color: #4A6AA1;
}

.is-mouse .p-recruit_link__item a:hover .p-recruit_link__item__body .arrow {
    color: #ffffff;
    background-color: #4A6AA1;
    border-radius: 20px 0 20px 0;
}

.p-recruit_link__item__img img {
    width: 100%;
    border-radius: 30px 0 30px 0;
}

.p-recruit_link__item__body {
    width: 100%;
    max-width: 510px;
    padding: 50px 30px 40px 50px;
    position: absolute;
    bottom: -50px;
    right: 0;
    display: inline-block;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_link__item__body {
        max-width: calc(25.306122449vw + 105.1020408163px);
        padding: calc(1.6326530612vw + 23.8775510204px) calc(1.2244897959vw + 10.4081632653px) calc(1.6326530612vw + 13.8775510204px) calc(2.0408163265vw + 17.3469387755px);
    }
}

@media only screen and (max-width: 1023px) {
    .p-recruit_link__item__body {
        max-width: 80%;
    }
}

.p-recruit_link__item__body .heading .title {
    font-size: 2.4rem;
    line-height: 1;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_link__item__body .heading .title {
        font-size: calc(0.6530612245vw + 1.3551020408rem);
    }
}

.p-recruit_link__item__body .heading .en {
    display: inline-block;
    color: #4A6AA1;
    font-size: 1.6rem;
    line-height: 1;
    margin-top: 1em;
}

@media only screen and (max-width: 1599px) {
    .p-recruit_link__item__body .heading .en {
        font-size: calc(0.2448979592vw + 1.2081632653rem);
    }
}

.p-recruit_link__item__body .arrow {
    margin-left: auto;
}

.p-interview_headline {
    margin-bottom: 140px;
}

@media only screen and (max-width: 1599px) {
    .p-interview_headline {
        margin-bottom: calc(5.7142857143vw + 48.5714285714px);
    }
}

@media only screen and (max-width: 1299px) {
    .p-interview_headline {
        margin-top: 1em;
    }
}

@media only screen and (max-width: 1023px) {
    .p-interview_headline {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .p-interview_headline {
        margin-top: 30px;
    }
}

.p-interview_headline__inner {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    position: relative;
}

@media only screen and (max-width: 1599px) {
    .p-interview_headline__inner {
        max-width: calc(55.5102040816vw + 311.8367346939px);
    }
}

@media only screen and (max-width: 767px) {
    .p-interview_headline__inner {
        max-width: 100%;
        padding-bottom: 150px;
    }
}

.p-interview_headline__text {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media only screen and (max-width: 767px) {
    .p-interview_headline__text {
        left: initial;
        right: 0;
        bottom: -30px;
    }
}

.p-interview_headline__info {
    width: 300px;
    margin-left: 160px;
    background-color: #ffffff;
    border-radius: 30px 0 30px 0;
    padding: 50px 50px;
}

@media only screen and (max-width: 1599px) {
    .p-interview_headline__info {
        width: calc(9.7959183673vw + 143.2653061224px);
        margin-left: calc(8.9795918367vw + 16.3265306122px);
        padding: calc(2.0408163265vw + 17.3469387755px) calc(2.4489795918vw + 10.8163265306px);
    }
}

@media only screen and (max-width: 767px) {
    .p-interview_headline__info {
        margin-left: auto;
        padding: calc(2.4489795918vw + 10.8163265306px) calc(2.8571428571vw + 4.2857142857px);
        width: calc(13.0612244898vw + 91.0204081633px);
    }
}

.p-interview_headline__info__num {
    margin-bottom: 30px;
}

@media only screen and (max-width: 1599px) {
    .p-interview_headline__info__num {
        margin-bottom: calc(1.6326530612vw + 3.8775510204px);
    }
}

.p-interview_headline__info__num .en {
    font-size: 1.3rem;
    line-height: 1;
    display: block;
    margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
    .p-interview_headline__info__num .en {
        margin-bottom: 0.5em;
        font-size: 1rem;
    }
}

.p-interview_headline__info__num .main {
    font-size: 8.9rem;
    letter-spacing: 0;
}

@media only screen and (max-width: 1599px) {
    .p-interview_headline__info__num .main {
        font-size: calc(2.3673469388vw + 5.112244898rem);
    }
}

@media only screen and (max-width: 767px) {
    .p-interview_headline__info__num .main {
        font-size: calc(4vw + 2.5rem);
    }
}

.p-interview_headline__info__num .main small {
    font-size: 5.6rem;
}

@media only screen and (max-width: 1599px) {
    .p-interview_headline__info__num .main small {
        font-size: calc(3.1836734694vw + 1.806122449rem);
    }
}

@media only screen and (max-width: 767px) {
    .p-interview_headline__info__num .main small {
        font-size: calc(4vw + 0.5rem);
    }
}

.p-interview_headline__info__name {
    font-size: 2.4rem;
}

@media only screen and (max-width: 1599px) {
    .p-interview_headline__info__name {
        font-size: calc(0.8163265306vw + 1.093877551rem);
    }
}

.p-interview_headline__info__name small {
    font-size: 1.4rem;
    margin-right: 1em;
}

@media only screen and (max-width: 1599px) {
    .p-interview_headline__info__name small {
        font-size: calc(0.3265306122vw + 0.8775510204rem);
    }
}

.p-interview_headline__copy {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px 0 0 0;
    background-color: #4A6AA1;
    color: #ffffff;
    height: 345px;
    padding: 15px 60px 15px;
    position: relative;
}

@media only screen and (max-width: 1599px) {
    .p-interview_headline__copy {
        height: calc(15.9183673469vw + 90.306122449px);
        padding: 15px calc(3.6734693878vw + 1.2244897959px) 15px;
    }
}

@media only screen and (max-width: 767px) {
    .p-interview_headline__copy {
        width: 100%;
        height: auto;
    }
}

.p-interview_headline__copy .text_wrap {
    display: inline-block;
}

.p-interview_headline__copy .text_wrap .text {
    font-size: 3.5rem;
    line-height: 2;
    border-bottom: 1px solid;
    letter-spacing: 0;
}

@media only screen and (max-width: 1599px) {
    .p-interview_headline__copy .text_wrap .text {
        font-size: calc(1.2244897959vw + 1.5408163265rem);
    }
}

.p-interview_headline__copy.-no01 {
    left: 25px;
}

@media only screen and (max-width: 1599px) {
    .p-interview_headline__copy.-no01 {
        left: calc(-0.4081632653vw + 31.5306122449px);
    }
}

@media only screen and (max-width: 767px) {
    .p-interview_headline__copy.-no01 {
        left: 0;
    }
}

.p-interview_headline__copy.-no02 {
    left: -60px;
}

@media only screen and (max-width: 1599px) {
    .p-interview_headline__copy.-no02 {
        left: calc(-4.8979591837vw + 18.3673469388px);
    }
}

@media only screen and (max-width: 767px) {
    .p-interview_headline__copy.-no02 {
        left: 0;
    }
}

.p-interview_headline__copy.-no04 {
    left: -100px;
}

@media only screen and (max-width: 1599px) {
    .p-interview_headline__copy.-no04 {
        left: calc(-8.1632653061vw + 30.612244898px);
    }
}

@media only screen and (max-width: 767px) {
    .p-interview_headline__copy.-no04 {
        left: 0;
    }
}

.p-interview_headline__img {
    width: 810px;
    margin-left: auto;
    text-align: right;
}

@media only screen and (max-width: 1599px) {
    .p-interview_headline__img {
        width: calc(40vw + 170px);
    }
}

@media only screen and (max-width: 767px) {
    .p-interview_headline__img {
        width: 90%;
    }
}

.p-interview_headline__img img {
    width: 100%;
    border-radius: 30px 0 30px 0;
}

.p-interview_main__row {
    display: flex;
    align-items: flex-start;
}

@media only screen and (max-width: 767px) {
    .p-interview_main__row {
        display: block;
    }
}

.p-interview_main__row.-reverse {
    flex-direction: row-reverse;
}

.p-interview_main__row.-reverse .p-interview_main__body {
    margin-left: 0;
    margin-right: 80px;
}

@media only screen and (max-width: 1599px) {
    .p-interview_main__row.-reverse .p-interview_main__body {
        margin-right: calc(6.5306122449vw + -24.4897959184px);
    }
}

@media only screen and (max-width: 767px) {
    .p-interview_main__row.-reverse .p-interview_main__body {
        margin-right: 0;
    }
}

.p-interview_main__img {
    max-width: 530px;
    min-width: 530px;
}

@media only screen and (max-width: 1599px) {
    .p-interview_main__img {
        max-width: calc(35.1020408163vw + -31.6326530612px);
        min-width: calc(35.1020408163vw + -31.6326530612px);
    }
}

@media only screen and (max-width: 767px) {
    .p-interview_main__img {
        max-width: 100%;
        min-width: 100%;
        margin-bottom: calc(2.4489795918vw + 20.8163265306px);
    }
}

.p-interview_main__img img {
    width: 100%;
    border-radius: 30px 0 30px 0;
}

.p-interview_main__body {
    width: 100%;
    margin-left: 100px;
}

@media only screen and (max-width: 1599px) {
    .p-interview_main__body {
        margin-left: calc(8.1632653061vw + -30.612244898px);
    }
}

@media only screen and (max-width: 767px) {
    .p-interview_main__body {
        margin-left: 0;
    }
}

.p-interview_main__body__sec:last-child {
    margin-top: 110px;
}

@media only screen and (max-width: 1599px) {
    .p-interview_main__body__sec:last-child {
        margin-top: calc(4.4897959184vw + 38.1632653061px);
    }
}

.p-interview_main__body__sec .title {
    display: flex;
    align-items: baseline;
    font-size: 3rem;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1599px) {
    .p-interview_main__body__sec .title {
        font-size: calc(0.6530612245vw + 1.9551020408rem);
        margin-bottom: calc(1.6326530612vw + 13.8775510204px);
    }
}

.p-interview_main__body__sec .title::before {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #999999;
    margin-right: 20px;
    position: relative;
    bottom: 0.3em;
}

.p-interview_main__hero {
    margin: 100px 0;
}

@media only screen and (max-width: 1599px) {
    .p-interview_main__hero {
        margin: calc(4.0816326531vw + 34.693877551px) 0;
    }
}

.p-interview_main__hero img {
    width: 100%;
    border-radius: 30px 0 30px 0;
}

.p-interview_schedule {
    background-color: #F8F8F4;
    border-radius: 50px 0 50px 0;
    padding: 80px 0;
    margin-bottom: 100px;
}

@media only screen and (max-width: 1599px) {
    .p-interview_schedule {
        margin-bottom: calc(4.0816326531vw + 34.693877551px);
        padding: calc(3.2653061224vw + 27.7551020408px) 0;
    }
}

.p-interview_schedule__slider {
    margin-top: 80px;
}

@media only screen and (max-width: 1599px) {
    .p-interview_schedule__slider {
        margin-top: calc(3.2653061224vw + 27.7551020408px);
    }
}

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

.p-interview_schedule__item__time {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    letter-spacing: 0;
    line-height: 1.2;
    color: #ffffff;
    background-color: #4A6AA1;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1599px) {
    .p-interview_schedule__item__time {
        width: calc(3.2653061224vw + 67.7551020408px);
        height: calc(3.2653061224vw + 67.7551020408px);
        font-size: calc(0.8979591837vw + 2.0632653061rem);
    }
}

.p-interview_schedule__item__time::before {
    content: "";
    width: 150%;
    height: 3px;
    background-color: #4A6AA1;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
}

.p-interview_schedule__item__in {
    width: 166px;
}

.p-interview_schedule__item__text {
    margin-top: 20px;
    line-height: 1.8;
    font-size: 1.6rem;
}

@media only screen and (max-width: 1599px) {
    .p-interview_schedule__item__text {
        margin-top: calc(0.4081632653vw + 13.4693877551px);
        font-size: calc(0.2448979592vw + 1.2081632653rem);
    }
}

.p-interview_schedule__item:last-child .p-interview_schedule__item__time::before {
    display: none;
}

.p-interview_schedule__attention {
    margin-top: 90px;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: right;
}

@media only screen and (max-width: 1599px) {
    .p-interview_schedule__attention {
        margin-top: calc(3.2653061224vw + 37.7551020408px);
        font-size: calc(0.1632653061vw + 1.1387755102rem);
    }
}

.p-interview_message {
    margin: 110px 0 180px;
}

@media only screen and (max-width: 1599px) {
    .p-interview_message {
        margin: calc(4.4897959184vw + 38.1632653061px) 0 calc(7.3469387755vw + 62.4489795918px);
    }
}

.p-interview_message__row {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 50px 15px 15px 40px;
}

@media only screen and (max-width: 1599px) {
    .p-interview_message__row {
        padding: calc(2.0408163265vw + 17.3469387755px) 15px 15px calc(2.0408163265vw + 7.3469387755px);
    }
}

@media only screen and (max-width: 767px) {
    .p-interview_message__row {
        display: block;
    }
}

.p-interview_message__row::before,
.p-interview_message__row::after {
    content: "";
    background-color: #4A6AA1;
    position: absolute;
    border-radius: 30px 0 30px 0;
    z-index: -1;
}

.p-interview_message__row::before {
    width: 610px;
    height: 290px;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 1599px) {
    .p-interview_message__row::before {
        width: calc(25.306122449vw + 205.1020408163px);
        height: calc(7.3469387755vw + 172.4489795918px);
    }
}

.p-interview_message__row::after {
    width: 205px;
    height: 120px;
    bottom: 0;
    right: 0;
}

.p-interview_message__head {
    display: flex;
    align-items: center;
    font-size: 4.5rem;
    color: #ffffff;
    line-height: 1;
    writing-mode: vertical-rl;
}

@media only screen and (max-width: 1599px) {
    .p-interview_message__head {
        font-size: calc(1.2244897959vw + 2.5408163265rem);
    }
}

@media only screen and (max-width: 767px) {
    .p-interview_message__head {
        writing-mode: initial;
        margin-bottom: 20px;
    }
}

.p-interview_message__head::before {
    content: "";
    display: block;
    width: 0.15em;
    height: 0.15em;
    border-radius: 9999px;
    background-color: #ffffff;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .p-interview_message__head::before {
        margin-bottom: 0;
        margin-right: 10px;
    }
}

.p-interview_message .c-text01 {
    width: 100%;
    margin-left: 30px;
    background-color: #ffffff;
    padding: 70px 70px 80px;
    border-radius: 30px 0 30px 0;
}

@media only screen and (max-width: 1599px) {
    .p-interview_message .c-text01 {
        margin-left: calc(1.6326530612vw + 3.8775510204px);
        padding: calc(2.8571428571vw + 24.2857142857px) calc(4.0816326531vw + 4.693877551px) calc(3.2653061224vw + 27.7551020408px);
    }
}

@media only screen and (max-width: 767px) {
    .p-interview_message .c-text01 {
        margin-left: 0;
    }
}

.p-interview_other {
    position: relative;
    padding: 70px 0 60px;
}

@media only screen and (max-width: 1599px) {
    .p-interview_other {
        padding: calc(2.8571428571vw + 24.2857142857px) 0 calc(2.4489795918vw + 20.8163265306px);
    }
}

.p-interview_other::before {
    content: "";
    width: 1130px;
    height: 100%;
    background-color: #F8F8F4;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    border-radius: 50px 0 50px 0;
}

@media only screen and (max-width: 1599px) {
    .p-interview_other::before {
        width: calc(67.7551020408vw + 45.9183673469px);
    }
}

@media only screen and (max-width: 767px) {
    .p-interview_other::before {
        width: 100%;
    }
}

.p-interview_other__slider {
    margin-top: 65px;
}

@media only screen and (max-width: 1599px) {
    .p-interview_other__slider {
        margin-top: calc(2.8571428571vw + 19.2857142857px);
    }
}

.p-interview_other__slider .c-interview_item__num {
    left: -50px;
}

@media only screen and (max-width: 767px) {
    .p-interview_other__slider .c-interview_item__num {
        top: 20px;
        left: calc(-1.6326530612vw + -13.8775510204px);
    }
}

.p-culture_heading {
    position: relative;
    height: 510px;
    margin-bottom: 90px;
}

@media only screen and (max-width: 1599px) {
    .p-culture_heading {
        margin-bottom: calc(3.6734693878vw + 31.2244897959px);
    }
}

@media only screen and (max-width: 1023px) {
    .p-culture_heading {
        height: 100%;
    }
}

.p-culture_heading__body {
    width: 100%;
    max-width: 640px;
    padding-top: 130px;
}

@media only screen and (max-width: 1599px) {
    .p-culture_heading__body {
        max-width: calc(35.9183673469vw + 65.306122449px);
        padding-top: calc(10.612244898vw + -39.7959183673px);
    }
}

@media only screen and (max-width: 1023px) {
    .p-culture_heading__body {
        max-width: 100%;
        padding-top: 0;
        margin: calc(3.2653061224vw + 27.7551020408px) 0 calc(2.4489795918vw + 20.8163265306px);
    }
}

.p-culture_heading__body__title {
    margin-bottom: 50px;
}

@media only screen and (max-width: 1599px) {
    .p-culture_heading__body__title {
        margin-bottom: calc(2.8571428571vw + 4.2857142857px);
    }
}

.p-culture_heading__body__title svg {
    width: 638px;
    height: auto;
}

@media only screen and (max-width: 1599px) {
    .p-culture_heading__body__title svg {
        width: calc(27.5918367347vw + 196.5306122449px);
    }
}

@media only screen and (max-width: 1023px) {
    .p-culture_heading__body__title svg {
        width: calc(25.9591836735vw + 222.6530612245px);
    }
}

.p-culture_heading__body .c-text01 {
    margin-right: 100px;
}

@media only screen and (max-width: 1599px) {
    .p-culture_heading__body .c-text01 {
        margin-right: calc(8.1632653061vw + -30.612244898px);
    }
}

@media only screen and (max-width: 1023px) {
    .p-culture_heading__body .c-text01 {
        margin-right: 0;
    }
}

.p-culture_heading__img {
    position: absolute;
    top: 0;
    right: 0;
}

@media only screen and (max-width: 1599px) {
    .p-culture_heading__img {
        width: calc(35.9183673469vw + 65.306122449px);
    }
}

@media only screen and (max-width: 1023px) {
    .p-culture_heading__img {
        position: relative;
        width: 100%;
    }
}

.p-culture_heading__img img {
    width: 100%;
    border-radius: 30px 0 30px 0;
}

.p-culture_training {
    margin-bottom: 110px;
}

@media only screen and (max-width: 1599px) {
    .p-culture_training {
        margin-bottom: calc(4.4897959184vw + 38.1632653061px);
    }
}

.p-culture_training__inner {
    margin: 0 70px;
}

@media only screen and (max-width: 1599px) {
    .p-culture_training__inner {
        margin: 0 calc(5.7142857143vw + -21.4285714286px);
    }
}

.p-culture_training .c-text01 {
    width: 100%;
    max-width: 700px;
    margin: 60px auto 70px;
}

@media only screen and (max-width: 1599px) {
    .p-culture_training .c-text01 {
        margin: calc(2.4489795918vw + 20.8163265306px) auto calc(2.8571428571vw + 24.2857142857px);
    }
}

.p-culture_training__img {
    display: flex;
    gap: 40px;
}

@media only screen and (max-width: 1599px) {
    .p-culture_training__img {
        gap: calc(3.2653061224vw + -12.2448979592px);
    }
}

@media only screen and (max-width: 767px) {
    .p-culture_training__img {
        display: block;
    }
}

.p-culture_training__img figure {
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .p-culture_training__img figure {
        width: 100%;
        margin-bottom: 20px;
    }
}

.p-culture_training__img figure:last-child {
    margin-bottom: 0;
}

.p-culture_training__img figure img {
    width: 100%;
    border-radius: 30px 0 30px 0;
}

.p-culture_event {
    position: relative;
    margin-bottom: 110px;
    padding: 100px 0 70px;
}

@media only screen and (max-width: 1599px) {
    .p-culture_event {
        margin-bottom: calc(4.4897959184vw + 38.1632653061px);
        padding: calc(4.0816326531vw + 34.693877551px) 0 calc(2.8571428571vw + 24.2857142857px);
    }
}

.p-culture_event::before {
    content: "";
    width: 1130px;
    height: 100%;
    background-color: #F8F8F4;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    border-radius: 50px 0 50px 0;
}

@media only screen and (max-width: 1599px) {
    .p-culture_event::before {
        width: calc(67.7551020408vw + 45.9183673469px);
    }
}

@media only screen and (max-width: 767px) {
    .p-culture_event::before {
        width: 100%;
    }
}

.p-culture_event__slider {
    margin-top: 60px;
}

@media only screen and (max-width: 1599px) {
    .p-culture_event__slider {
        margin-top: calc(2.4489795918vw + 20.8163265306px);
    }
}

.p-culture_benefit__list {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

@media only screen and (max-width: 1599px) {
    .p-culture_benefit__list {
        margin-top: calc(2.4489795918vw + 20.8163265306px);
    }
}

.p-fresh_lead {
    margin-bottom: 120px;
}

@media only screen and (max-width: 1599px) {
    .p-fresh_lead {
        margin-bottom: calc(4.8979591837vw + 41.6326530612px);
    }
}

.p-fresh_lead .c-text01 {
    margin-left: 260px;
}

@media only screen and (max-width: 1599px) {
    .p-fresh_lead .c-text01 {
        margin-left: calc(21.2244897959vw + -79.5918367347px);
    }
}

@media only screen and (max-width: 767px) {
    .p-fresh_lead .c-text01 {
        margin-left: 0;
    }
}

.p-fresh_items__list {
    margin-top: 60px;
    display: flex;
    gap: 40px;
}

@media only screen and (max-width: 1599px) {
    .p-fresh_items__list {
        margin-top: calc(2.4489795918vw + 20.8163265306px);
        gap: calc(3.2653061224vw + -12.2448979592px);
    }
}

@media only screen and (max-width: 767px) {
    .p-fresh_items__list {
        flex-direction: column;
        gap: 30px;
    }
}

.p-fresh_items__main {
    width: 33.3333333333%;
}

@media only screen and (max-width: 767px) {
    .p-fresh_items__main {
        width: 100%;
    }
}

.is-mouse .p-fresh_items__main a .p-fresh_items__main__body .copy {
    transition: color 0.7s ease;
}

.is-mouse .p-fresh_items__main a .p-fresh_items__main__img {
    overflow: hidden;
}

.is-mouse .p-fresh_items__main a .p-fresh_items__main__img img {
    transition: transform 0.7s ease;
}

.is-mouse .p-fresh_items__main a:hover .p-fresh_items__main__body .copy {
    color: #4A6AA1;
}

.is-mouse .p-fresh_items__main a:hover .p-fresh_items__main__img img {
    transform: scale(1.05);
}

.p-fresh_items__main__img {
    margin-bottom: 30px;
    border-radius: 30px 0 30px 0;
}

@media only screen and (max-width: 1599px) {
    .p-fresh_items__main__img {
        margin-bottom: calc(0.8163265306vw + 16.9387755102px);
    }
}

.p-fresh_items__main__img img {
    width: 100%;
    border-radius: 30px 0 30px 0;
}

.p-fresh_items__main__body .copy {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 0.7em;
}

@media only screen and (max-width: 1599px) {
    .p-fresh_items__main__body .copy {
        font-size: calc(0.4897959184vw + 1.6163265306rem);
    }
}

.p-contact__inner {
    margin: 0 60px;
}

@media only screen and (max-width: 1599px) {
    .p-contact__inner {
        margin: 0 calc(4.8979591837vw + -18.3673469388px);
    }
}

@media only screen and (max-width: 767px) {
    .p-contact__inner {
        margin: 0;
    }
}

.p-contact .c-form {
    margin-top: 90px;
}

@media only screen and (max-width: 1599px) {
    .p-contact .c-form {
        margin-top: calc(3.6734693878vw + 31.2244897959px);
    }
}

.p-contact__complete__title {
    font-size: 2.6rem;
}

@media only screen and (max-width: 1599px) {
    .p-contact__complete__title {
        font-size: calc(0.4897959184vw + 1.8163265306rem);
    }
}

.p-entry__inner {
    margin: 100px 0 0;
}

@media only screen and (max-width: 1599px) {
    .p-entry__inner {
        margin: calc(4.0816326531vw + 34.693877551px) 0 0;
    }
}

.p-entry .c-form {
    margin-top: 90px;
}

@media only screen and (max-width: 1599px) {
    .p-entry .c-form {
        margin-top: calc(3.6734693878vw + 31.2244897959px);
    }
}

.p-privacy {
    margin: 60px 0 120px;
}

@media only screen and (max-width: 1599px) {
    .p-privacy {
        margin: calc(1.6326530612vw + 33.8775510204px) 0 calc(3.2653061224vw + 67.7551020408px);
    }
}

.p-privacy_sec {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1599px) {
    .p-privacy_sec {
        margin-bottom: calc(1.2244897959vw + 20.4081632653px);
    }
}

.p-privacy_sec h2 {
    font-size: 3rem;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    line-height: 1.5;
    color: #3B2F14;
    border-bottom: 1px solid #3B2F14;
}

@media only screen and (max-width: 1599px) {
    .p-privacy_sec h2 {
        font-size: calc(0.6530612245vw + 19.5510204082px);
        margin-bottom: calc(0.8163265306vw + 16.9387755102px);
    }
}

.p-privacy_sec h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #4A6AA1;
}

.p-privacy_sec__title {
    display: flex;
    align-items: center;
    font-size: 3rem;
    margin-top: 40px;
    line-height: 1;
    margin-bottom: 3%;
}

@media only screen and (max-width: 1599px) {
    .p-privacy_sec__title {
        font-size: calc(0.6530612245vw + 19.5510204082px);
    }
}

.p-privacy_sec .p-company_overview__list {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 60px;
}

@media only screen and (max-width: 1599px) {
    .p-privacy_sec .p-company_overview__list {
        margin-bottom: calc(1.6326530612vw + 33.8775510204px);
    }
}

.c-drawer_inner .c-contact_button a i {
    border-color: #4A6AA1;
}

.c-service_item.-reverse .c-service_item__main h3 {
    max-width: 370px;
}

.p-company_top {
    padding: 6% 0;
    margin-bottom: 8%;
}

.p-company_top .c-lower_text {
    margin-top: 9%;
}

.p-company_top .p-company_catch {
    margin-bottom: 3%;
}

.p-company_catch__heading .c-text01 {
    max-width: 556px;
    margin: 0 auto;
}

.p-company_message__main .c-text01 {
    margin-top: 10%;
    max-width: 556px;
}

.p-topics_archive .c-topics_item {
    display: block;
}

.p-topics_archive .c-topics_item>a {
    padding-bottom: 0;
}

.p-topics_archive__main {
    max-width: 827px;
    margin: 0 auto;
}

.p-topics_single__back .c-button02 a i svg {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.p-requirements_archive__row {
    margin-top: 6%;
}

.btn-entry {
    margin-top: 5%;
}

.btn-entry .c-button02 a {
    justify-content: center;
}

.p-company_overview,
.p-service_content {
    margin-bottom: 10%;
}

#js-pickup-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear; 
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.p-company_catch__list li.p-company_catch__item{
    width: calc(100% / 3);
}

@media only screen and (max-width: 992px) {
    .p-index_kv__message__main .text {
        font-size: 3.6rem;
    }

    .p-index_service__outer:nth-child(1) .c-service_item__main {
        height: auto;
    }

    .p-index_recruit__body,
    .p-index_recruit__body .c-heading02.js-anim_elm.is-act .c-heading02__main .js-split {
        color: #fff;
    }

    .footer_bg img {
        height: 200px;
        object-fit: cover;
    }

    .p-service_content {
        padding-top: 10%;
    }

    .c-lower_kv__message__en {
        font-size: 5rem;
    }

    .p-company_top .c-lower_text {
        margin-top: 30%;
    }
    .p-company_overview__item__head, .p-company_overview__list tr td:nth-child(1),
    .p-company_overview__item__body, .p-company_overview__list tr td:nth-child(2) {
        display: block;
    }

    .p-topics_single {
        margin-bottom: 10%;
    }

    .p-company_catch__list li.p-company_catch__item {
        width: 100%;
    }
}

