/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
foundation > reset
------------------------------
*/
/*! 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,
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;
    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;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: rgba(229, 57, 53, 0.3);
}

::-webkit-scrollbar-thumb {
    border-radius: 99px;
    background-color: #e53935;
}

html {
    overflow: overlay;
}

body {
    line-height: 2;
    font-size: 1.6rem;
    color: #344454;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #f1f3f5;
}

main {
    padding-top: 200px;
    padding-top: clamp(100px, 10.5vw, 200px);
    position: relative;
}

main::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 202px;
    background-color: #e53935;
}

@media only screen and (max-width: 1024px) {
    main {
        padding-top: 65px;
    }
}
.body-wrapper {
    overflow-x: hidden;
}

img {
    width: 100%;
}

/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
.container {
    width: 100%;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .container {
        max-width: 100%;
    }
}
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
.c_mv {
    width: 100%;
}
.c_mv__container {
    width: 100%;
    padding-left: 160px;
    padding-left: clamp(60px, 160px, 8.33vw);
}
.c_mv.c_page_mv {
    background-color: #e53935;
}

/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
@keyframes ani_through_to_right {
    0% {
        transform: translateX(-105%);
    }
    35%,
    65% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(105%);
    }
}
@keyframes ani_through_to_left {
    0% {
        transform: translateX(105%);
    }
    35%,
    65% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-105%);
    }
}
@keyframes ani_logo_loading {
    0% {
        transform: scale(1, 1);
    }
    35%,
    45% {
        opacity: 1;
        filter: blur(0);
        transform: scale(1.15, 0.85);
    }
    100% {
        opacity: 0;
        filter: blur(10px);
        transform: scale(0.85, 1.5);
    }
}
.ani_through {
    position: relative;
}
.ani_through.to_right .ani_color {
    transform: translateX(-105%);
}
.ani_through.to_right.is_animated .ani_color {
    animation-name: ani_through_to_right;
    animation-duration: 650ms;
    animation-fill-mode: both;
}
.ani_through.to_left .ani_color {
    transform: translateX(105%);
}
.ani_through.to_left.is_animated .ani_color {
    animation-name: ani_through_to_left;
    animation-duration: 650ms;
    animation-fill-mode: both;
}
.ani_text {
    overflow: hidden;
    position: relative;
    display: inline-block;
    padding-left: 0.25em;
    padding-right: 0.25em;
}
.ani_color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #e53935;
}
.ani_text_over {
    display: inline-block;
    overflow: hidden;
}
.ani_text_over span {
    display: block;
    opacity: 0;
    transform: translate3d(0, 105%, 0);
    transition: all 400ms ease;
}
.ani_text_over.is_animated span {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
.footer_contact {
    display: flex;
}

.footer_contact > .contact {
    width: 50%;
    height: 480px;
    padding-top: 2.4vw;
    padding-left: 6.3vw;
    padding-right: 20px;
    color: #fff;
    position: relative;
    display: block;
    overflow: hidden;
}

.footer_contact > .contact::before,
.footer_contact > .contact::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 600ms ease;
}

.footer_contact > .contact::before {
    z-index: -1;
    transform: translateX(0);
    background-color: #344454;
}

.footer_contact > .contact::after {
    z-index: -2;
    background-color: #475d73;
}

.footer_contact > .contact:hover::before {
    transform: translateX(100%);
}

.footer_contact > .contact:hover .button_circle {
    transform: translate(50%, 50%) scale(0.8) rotate(45deg);
}

.footer_contact > .contact .title {
    font-family: 'Poppins', sans-serif;
    font-size: 6rem;
    font-weight: 600;
    line-height: 2.1666666667;
    display: block;
}

.footer_contact > .contact .sub_title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    display: block;
}

.footer_contact > .contact .button_circle {
    position: absolute;
    right: 140px;
    right: clamp(100px, 7.3vw, 140px);
    bottom: 140px;
    bottom: clamp(100px, 7.3vw, 140px);
    border-color: #fff;
}

.footer_contact > .contact .button_circle::after,
.footer_contact > .contact .button_circle::before {
    border-color: inherit;
}

.footer_contact > .contact + .contact {
    border-left: 1px solid #586672;
}

.footer .copyright {
    height: 180px;
    display: flex;
    align-items: center;
    background-color: #e53935;
    padding-left: 5.2vw;
    padding-right: 300px;
}

.footer .copyright .privacy {
    display: flex;
    color: #fff;
}

.footer .copyright .privacy .nav_link {
    margin-right: 40px;
}

.footer .copyright .copy {
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 0.75;
    letter-spacing: 0.1em;
    color: #fff;
    margin-left: auto;
}

@media only screen and (max-width: 1024px) {
    .footer_contact {
        display: flex;
    }
    .footer_contact > .contact {
        height: 160px;
        padding: 30px;
    }
    .footer_contact > .contact .title {
        font-size: 2.4rem;
    }
    .footer_contact > .contact .sub_title {
        font-size: 1.4rem;
    }
    .footer_contact > .contact .button_circle {
        bottom: 60px;
        right: 60px;
    }
    .footer .copyright {
        height: 80px;
        padding-left: 30px;
        padding-right: 100px;
    }
    .footer .copyright .copy {
        font-size: 1.4rem;
    }
}
@media only screen and (max-width: 767px) {
    .footer_contact {
        display: block;
    }
    .footer_contact > .contact {
        width: 100%;
    }
    .footer_contact > .contact .title {
        font-size: 2.4rem;
    }
    .footer_contact > .contact .sub_title {
        font-size: 1.4rem;
    }
    .footer_contact > .contact .button_circle {
        bottom: 60px;
        right: 60px;
    }
    .footer_contact > .contact + .contact {
        border-left: 0;
        border-top: 1px solid #fff;
    }
    .footer .copyright {
        display: block;
        height: auto;
        padding: 30px;
    }
    .footer .copyright .privacy {
        display: block;
    }
    .footer .copyright .copy {
        font-size: 1.4rem;
        margin-top: 40px;
    }
}
.header {
    width: 100%;
    height: 200px;
    max-height: clamp(100px, 10.5vw, 200px);
    position: fixed;
    z-index: 1024;
    top: 0;
    left: 0;
    background-color: #e53935;
    display: flex;
    align-items: center;
    padding-left: clamp(60px, 8.33vw, 160px);
    transition: all 100ms ease;
}

.header_logo {
    width: clamp(13rem, 8.33vw + 3rem, 19rem);
    position: relative;
    z-index: 2;
    transform-origin: left center;
    transition: all 600ms ease;
    margin-right: auto;
}

.header_logo:hover {
    opacity: 0.85;
}

.header_logo .nav_link {
    position: relative;
    display: block;
}

.header_logo img {
    transition: opacity 150ms linear;
}

.header_logo img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.header_menu {
    position: relative;
    z-index: 0;
    margin-left: 30px;
}

.header_menu ul {
    display: flex;
    align-items: center;
}

.header_menu ul li {
    text-align: center;
    margin-right: clamp(1.5rem, 3.47vw - 2.67rem, 4rem);
    overflow: hidden;
}

.header_menu ul li:last-child {
    margin-right: 0;
}

.header_menu ul .nav_link {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.45;
    font-size: clamp(1.4rem, 1.04vw, 2rem);
    color: #fff;
    display: block;
    height: 30px;
    max-height: 30px;
    overflow: hidden;
    transition: transform 600ms ease, opacity 500ms linear 100ms;
}

.header_menu ul .nav_link:hover span {
    transform: translateY(-100%);
}

.header_menu ul .nav_link:hover span:nth-child(1) {
    opacity: 0;
}

.header_menu ul .nav_link:hover span:nth-child(2) {
    opacity: 1;
}

.header_menu ul span {
    line-height: inherit;
    display: block;
    transition: all 550ms cubic-bezier(0.32, 0.95, 0.6, 1);
}

.header_menu ul span:nth-child(1) {
    font-feature-settings: 'palt';
}

.header_menu ul span:nth-child(2) {
    opacity: 0;
    text-transform: uppercase;
}

.header_menu__toggler {
    width: 200px;
    width: clamp(12rem, 11.11vw - 1.33rem, 20rem);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.header_toggler {
    width: 40px;
    height: 40px;
    position: relative;
    border-color: #f1f3f5;
}

.header_toggler::after {
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.7);
    border: 1px solid #f1f3f5;
    border-color: inherit;
    border-radius: 99px;
    opacity: 0;
    transition: transform 600ms ease, opacity 150ms linear;
}

.header_toggler span {
    width: 40px;
    height: 2px;
    background-color: #f1f3f5;
    border-radius: 4px;
    position: absolute;
    left: 0;
    transition: transform 400ms ease;
}

.header_toggler span:nth-child(1) {
    top: 10px;
}

.header_toggler span:nth-child(2) {
    top: 50%;
}

.header_toggler span:nth-child(3) {
    top: 30px;
}

.header_toggler:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.header_toggler:hover span:nth-child(1) {
    transform: translateY(-4px);
}

.header_toggler:hover span:nth-child(3) {
    transform: translateY(4px);
}

.header_toggler.is_active span:nth-child(1) {
    top: 20px;
    transform: rotate(-45deg);
}

.header_toggler.is_active span:nth-child(2) {
    opacity: 0;
}

.header_toggler.is_active span:nth-child(3) {
    top: 20px;
    transform: rotate(45deg);
}

.header_button {
    position: relative;
    z-index: 2;
    display: flex;
    height: 100%;
}

.header_button .header_entry,
.header_button .header_contact {
    font-family: 'Poppins', sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4583333333;
    font-size: clamp(1.4rem, 1.25vw, 2.4rem);
    width: 200px;
    width: clamp(100px, 10.4vw, 200px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.header_button .header_entry::before,
.header_button .header_entry::after,
.header_button .header_contact::before,
.header_button .header_contact::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 600ms ease;
}

.header_button .header_entry::before,
.header_button .header_contact::before {
    z-index: -1;
    background-color: #344454;
}

.header_button .header_entry::after,
.header_button .header_contact::after {
    z-index: -2;
    background-color: #475d73;
}

.header_button .header_entry:hover::before,
.header_button .header_contact:hover::before {
    transform: translateX(100%);
}

.header_button .header_contact {
    border-left: 1px solid #f1f3f5;
}

.header_button__sp {
    display: none !important;
}

.header.is_change .header_logo img:nth-child(1) {
    opacity: 0;
}

.header.is_change .header_logo img:nth-child(2) {
    opacity: 1;
}

.header.is_change .header_toggler {
    border-color: #344454;
}

.header.is_change .header_toggler span {
    background-color: #344454;
}

.header.is_fixed {
    max-height: 100px;
}

.header.is_fixed .header_logo {
    transform: scale(0.8);
}

.header.is_fixed .header_menu .nav_link {
    opacity: 0;
    transform: translateX(-100%);
}

.nav_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #e53935;
    opacity: 0;
    visibility: hidden;
    transition: visibility 300ms ease, opacity 200ms linear 100ms;
}

.nav_menu.is_active {
    opacity: 1;
    visibility: visible;
}

.nav_menu .figure,
.nav_menu .default_img {
    width: 100%;
    height: 100%;
    opacity: 0.1;
    transition: opacity 200ms linear;
}

.nav_menu .figure.is_null,
.nav_menu .default_img.is_null {
    opacity: 0;
}

.nav_menu .figure img,
.nav_menu .default_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nav_menu .default_img {
    display: none;
}

.nav_menu .default_img img {
    object-position: left center;
}

.nav_menu__container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: clamp(10rem, 11.16vw + -1.43rem, 20rem);
    overflow-y: auto;
}

.nav_menu__block {
    width: 1160px;
    max-width: 100%;
    padding-top: clamp(3rem, 15.18vw + -17.64rem, 11.5rem);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
}

.nav_menu__block.is_hover .nav_link:not(:hover) {
    color: rgba(255, 255, 255, 0.3);
}

.nav_menu__block ul {
    width: 100%;
    max-width: calc(50% - 60px);
    padding: 20px;
}

.nav_menu__block li + li {
    margin-top: 50px;
}

.nav_menu__block .nav_link {
    display: inline-block;
    color: #fff;
    transition: all 600ms ease;
}

.nav_menu__block .nav_link span {
    display: block;
}

.nav_menu__block .nav_link span:nth-child(1) {
    font-family: 'Poppins', sans-serif;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1;
    font-size: clamp(3rem, 2.08vw, 4rem);
}

@media only screen and (max-width: 1200px) {
    .header_menu {
        display: none;
    }
    .header_menu__toggler {
        width: 90px;
        margin-left: auto;
    }
}
@media only screen and (max-width: 1024px) {
    .header {
        height: 65px;
        padding-left: 60px;
    }
    .header_logo {
        width: 100px;
    }
    .header_toggler {
        width: 30px;
        height: 30px;
    }
    .header_toggler::after {
        width: 30px;
        height: 30px;
        display: none;
    }
    .header_toggler span {
        width: 30px;
        height: 1px;
    }
    .header_toggler span:nth-child(1) {
        top: 7px;
    }
    .header_toggler span:nth-child(3) {
        top: 23px;
    }
    .nav_menu__container {
        padding-top: 100px;
        overflow: auto;
    }
    .nav_menu__block {
        width: 100%;
        padding: 0 40px 40px;
    }
    .nav_menu__block li + li {
        margin-top: 30px;
    }
    .nav_menu__block .nav_link span:nth-child(1) {
        font-size: 2.4rem;
    }
    .nav_menu__block .nav_link span:nth-child(2) {
        font-size: 1.4rem;
    }
}
@media only screen and (max-width: 767px) {
    .header {
        padding-left: 30px;
        background-color: #e53935;
    }
    .header_logo {
        width: 100px;
    }
    .header_menu {
        display: none;
    }
    .header_button {
        display: none;
    }
    .header_button__sp {
        height: auto;
        display: block !important;
        width: 100%;
        margin-top: 40px;
    }
    .header_button__sp .header_entry,
    .header_button__sp .header_contact {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.4rem;
        width: 100%;
        height: 60px;
        margin-top: 10px;
    }
    .header_button__sp .header_contact {
        border-left: 0;
    }
    .nav_menu .figure {
        display: none;
    }
    .nav_menu .default_img {
        display: block;
    }
    .nav_menu__block {
        display: block;
        padding: 20px;
    }
    .nav_menu__block ul {
        max-width: 100%;
        padding: 0;
    }
    .nav_menu__block ul + ul {
        margin-top: 20px;
    }
    .nav_menu__block li + li {
        margin-top: 20px;
    }
    .nav_menu__block .nav_link span:nth-child(1) {
        font-size: 2.4rem;
    }
    .nav_menu__block .nav_link span:nth-child(2) {
        font-size: 1.4rem;
    }
}
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
html.is_loading {
    overflow: hidden;
}

.hover_opacity {
    transition: opacity 150ms linear;
}
.hover_opacity:hover {
    opacity: 0.75;
}

.nav_link {
    font-family: inherit;
    font-size: inherit;
}

@keyframes ani_mouse_drag {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.mouse_cover {
    position: fixed;
    top: 300px;
    left: 300px;
    z-index: 9999999;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    max-width: 25px;
    max-height: 25px;
    border: 1px solid #ccc;
    border-radius: 99px;
    transition: max-width 300ms ease, max-height 300ms ease, top 150ms ease-out,
        left 150ms ease-out;
    user-select: none;
    pointer-events: none;
}
.mouse_cover.is_scale {
    max-width: 50px;
    max-height: 50px;
    border-color: #fff;
}
.mouse_cover::after {
    content: '';
    background-image: url('../img/common/img_mouse_drag.svg');
    background-size: 120px 120px;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 10px;
    left: 10px;
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 600ms ease;
}
.mouse_cover.is_drag {
    border-color: transparent;
}
.mouse_cover.is_drag::after {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    pointer-events: none;
}
.loading .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 300ms linear 1200ms;
}
.loading .mask::after,
.loading .mask::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: top center;
    transition-property: transform;
    transition-duration: 550ms;
    transition-timing-function: ease-in-out;
}
.loading .mask::before {
    z-index: -1;
    background-color: #000;
}
.loading .mask::after {
    background-color: #111;
}
.loading .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    max-width: 50vw;
    transform: translate(-50%, -50%);
    transition: opacity 300ms linear 900ms;
}
.loading.is_remove .mask {
    opacity: 0;
}
.loading.is_remove .mask::after,
.loading.is_remove .mask::before {
    transform: scale(1, 0);
}
.loading.is_remove .mask::before {
    transition-delay: 850ms;
}
.loading.is_remove .logo {
    opacity: 0;
}

.dot_title {
    font-family: 'Poppins', sans-serif;
    font-size: 6rem;
    font-weight: 600;
    line-height: 1.1666666667;
    color: #344454;
}

.sub_dot_title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.button_circle {
    width: 160px;
    height: 160px;
    max-width: 160px;
    max-height: 160px;
    display: block;
    border: 2px solid #344454;
    border-radius: 99px;
    position: relative;
    transform: translate(50%, 50%);
    transition: all 300ms ease;
}
.button_circle::before,
.button_circle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
}
.button_circle::before {
    width: 53px;
    height: 0px;
    border-top: 2px solid #344454;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.button_circle::after {
    width: 40px;
    height: 40px;
    border-top: 2px solid #344454;
    border-right: 2px solid #344454;
    transform: translate(-50%, -50%);
}
.button_circle:hover {
    transform: translate(50%, 50%) scale(0.8) rotate(45deg);
}

.pulse_block {
    width: 100%;
    position: relative;
}
.pulse_block .image {
    width: 100%;
    max-width: calc(100% - 8.3vw);
}
.pulse_block .content {
    width: 1353px;
    max-width: calc(100% - 29.5vw);
    min-height: 650px;
    margin-left: auto;
    padding: 10.4vw;
    position: relative;
    background-color: #fff;
    transform: translateY(-400px);
}
.pulse_block .content .txt {
    max-width: 600px;
    margin-top: 49px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 3;
}
.pulse_block .content .button_circle {
    position: absolute;
    bottom: clamp(80px, 9.375vw, 180px);
    right: clamp(80px, 9.375vw, 180px);
}
.pulse_block .decore {
    position: absolute;
    z-index: -1;
    bottom: 7.8vw;
    left: 0;
    right: 0;
    width: 1160px;
    max-width: calc(100% - 320px);
    height: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: #344454;
    opacity: 0.1;
}
.pulse_block .c__decore {
    left: 0;
    bottom: 13.8vw;
    z-index: 1;
    max-width: 100%;
    overflow: hidden;
}
.pulse_block.reverse .image {
    margin-left: auto;
}
.pulse_block.reverse .content {
    width: 1353px;
    margin-left: 0;
}
.pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    width: 180px;
    height: 180px;
    background-color: #e53935;
    visibility: hidden;
    opacity: 0;
    transform-origin: bottom right;
    transition: visibility 300ms ease, opacity 200ms linear 100ms,
        transform 600ms ease;
}
.pagetop::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #e53935;
    mix-blend-mode: multiply;
}
.pagetop::before {
    content: '';
    width: 50px;
    height: 50px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    position: absolute;
    top: 94px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 150ms ease;
}
.pagetop span {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 0.8571428571;
    letter-spacing: 0.1em;
    position: absolute;
    top: 120px;
    left: 50%;
    color: #fff;
    display: block;
    transform: translate(-50%, -50%);
}
.pagetop:hover::before {
    top: 85px;
}
.pagetop.is_show {
    visibility: visible;
    opacity: 1;
}
@media only screen and (min-width: 1025px) {
    .pagetop.is_out {
        transform: scale(0.5);
    }
}

.js-parralax {
    transition: transform 150ms ease;
}

.c__decore {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}
.c__decore span {
    color: #344454;
    opacity: 0.06;
    white-space: nowrap;
    display: inline-block;
    transition: transform 600ms cubic-bezier(0.28, 0.8, 0.42, 0.99);
}
.c__decore.d200 span {
    font-family: 'Poppins', sans-serif;
    font-size: 20rem;
    font-weight: 600;
    line-height: 0.7;
    font-size: clamp(10rem, 10.4vw, 20rem);
}
.c__decore.d160 span {
    font-family: 'Poppins', sans-serif;
    font-size: 16rem;
    font-weight: 600;
    line-height: 0.875;
    font-size: clamp(8rem, 8.33vw, 16rem);
}

.d_inlineblock {
    display: inline-block;
}
.d_inlineflex {
    display: inline-flex;
}
.d_none {
    display: none !important;
}
.d_sp_block {
    display: none !important;
}
.d_sp_iblock {
    display: none !important;
}

.pos_relative {
    position: relative;
}

.of_hidden {
    overflow: hidden;
}

.text_decoration__underline {
    text-decoration: underline;
}
.text_decoration__indent {
    display: flex;
}
.text_decoration__indent span:nth-child(1) {
    width: 1.4em;
    min-width: 1.4em;
}

.align__left {
    text-align: left !important;
}
.align__right {
    text-align: right !important;
}

.mt__20 {
    margin-top: 20px;
}
.mt__40 {
    margin-top: 40px;
}

.email_box {
    border: 1px solid #c7c7c7;
    text-align: center;
    padding: 40px;
}

@media only screen and (max-width: 1024px) {
    .c__decore.d200 span {
        font-size: 9rem;
    }
    .c__decore.d160 span {
        font-size: 4rem;
    }
    .button_circle {
        width: 70px;
        height: 70px;
        max-width: 120px;
        max-height: 120px;
    }
    .button_circle::before {
        width: 15px;
    }
    .button_circle::after {
        width: 15px;
        height: 15px;
    }
    .pulse_block .image {
        max-width: calc(100% - 30px);
    }
    .pulse_block .content {
        min-height: 400px;
        padding: 60px 60px 100px 60px;
        transform: translateY(-48px);
    }
    .pulse_block .content .txt {
        max-width: 100%;
        margin-top: 20px;
        font-size: 1.6rem;
        line-height: 1.75;
    }
    .pulse_block .content .button_circle {
        position: absolute;
        bottom: clamp(80px, 9.375vw, 180px);
        right: clamp(80px, 9.375vw, 180px);
        bottom: 60px;
        right: 80px;
    }
    .pulse_block .c__decore {
        bottom: 125px;
    }
    .pulse_block.reverse .image {
        margin-left: auto;
    }
    .pagetop {
        width: 80px;
        height: 80px;
    }
    .pagetop::before {
        width: 22px;
        height: 22px;
        top: 40px;
    }
    .pagetop span {
        top: 54px;
        font-size: 1rem;
        letter-spacing: 0.1em;
    }
    .pagetop:hover::before {
        top: 35px;
    }
}
@media only screen and (max-width: 768px) {
    .mouse_cover {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .d_sp_none {
        display: none !important;
    }
    .d_sp_block {
        display: block !important;
    }
    .d_sp_iblock {
        display: inline-block !important;
    }
    .pulse_block .content {
        max-width: calc(100% - 30px);
        min-height: 308px;
        padding: 30px 20px 46px 30px;
    }
    .pulse_block .content .button_circle {
        bottom: 12px;
        right: 65px;
    }
    .pulse_block .decore {
        max-width: calc(100% - 30px);
        bottom: 15px;
        margin-left: 0;
    }
    .pulse_block .c__decore {
        bottom: 23px;
    }
    .pulse_block.reverse .image {
        margin-left: auto;
    }
    .pulse_block.reverse .button_circle {
        right: 35px;
    }
    .pulse_block.reverse .decore {
        margin-left: auto;
        margin-right: 0;
    }
}

.nav_menu__main {
    display: flex;
    justify-content: space-between;
}
.c_social {
    display: flex;
    margin-top: 40px;
    padding: 0 20px;
}
.c_social__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    margin-right: 20px;
    background-color: #fff;
    transition: all 0.5s;
}
.c_social__item img {
    width: 60px;
}
.c_social__item:last-child {
    margin-right: 0;
}
.c_social__item:hover {
    opacity: 0.7;
}
@media only screen and (max-width: 1024px) {
    .c_social__item {
        width: 70px;
        height: 70px;
        margin-right: 15px;
    }
    .c_social__item img {
        width: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .nav_menu__main {
        display: block;
    }
    .c_social {
        padding: 0;
    }
    .c_social__item:hover {
        opacity: 1;
    }
}

/*# sourceMappingURL=common.css.map */
