@charset "UTF-8";

/* # =================================================================
# custom properties
# ================================================================= */

:root {
    --text-color: #212222;
    --dl-cvr_color: #fdf406;
    --contact-cvr_color: #2488ce;
    --cream-yellow: #FDF985;
}


/* # =================================================================
# normalize
# ================================================================= */


/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/**
 * Remove default margin.
 */

body {
    margin: 0;
}


/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}


/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}


/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}


/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}


/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}


/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}


/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}


/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}


/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}


/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}


/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}


/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}


/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}


/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}


/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}


/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/* # =================================================================
# base
# ================================================================= */

html {
    font-size: 62.5%;
}

body {
    color: #212222;
    font-family: kozuka-gothic-pr6n, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    letter-spacing: 0.08em;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
}

body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #000;
    text-decoration: none;
}

a:focus {
    outline: none;
}

img {
    height: auto;
    max-width: 100%;
    border: 0;
    vertical-align: middle;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

ul li,
ol li {
    list-style-type: none;
}

p {
    margin: 0;
}

main {
    display: block;
}

input,
select,
textarea,
button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: kozuka-gothic-pr6n, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    font-size: 1.4rem;
    color: #000;
}

select::-ms-expand {
    display: none;
}

hr {
    border: none;
    margin: 0;
}

b,
strong,
em {
    font-weight: bold;
}

.clearfix::after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    content: "";
}


/* # =================================================================
# structures
# ================================================================= */


/**
 * Layout
 */

.st-wrapper {
    min-width: 1200px;
}


/**
 * header
 */

.st-header {
    border-top: solid 2px #2488ce;
    position: absolute;
    width: 100%;
    z-index: 999;
    background: #fff;
    min-width: 1200px;
    padding: 0 30px;
}

.st-header.is-fixed {
    position: fixed;
    top: 0;
}

.st-header__logo {
    width: 157px;
    margin: 0 auto;
}

.st-header__burger {
    display: none;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}

.st-header__burger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #2488ce;
    position: absolute;
}

.st-header__burger span:nth-child(1) {
    top: 5.5px;
}

.st-header__burger span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
}

.st-header__burger span:last-child {
    bottom: 5.5px;
}

.st-header__burger.is-open span:nth-child(1) {
    -webkit-animation: open1 .6s forwards;
    animation: open1 .6s forwards;
}

.st-header__burger.is-open span:nth-child(2) {
    opacity: 0;
}

.st-header__burger.is-open span:nth-child(3) {
    -webkit-animation: open2 .6s forwards;
    animation: open2 .6s forwards;
}

.st-header__burger.is-close span:nth-child(1) {
    -webkit-animation: close1 .6s forwards;
    animation: close1 .6s forwards;
}

.st-header__burger.is-close span:nth-child(2) {
    opacity: 1;
}

.st-header__burger.is-close span:nth-child(3) {
    -webkit-animation: close2 .6s forwards;
    animation: close2 .6s forwards;
}

@-webkit-keyframes open1 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(5.5px) rotate(0);
        transform: translateY(5.5px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(5.5px) rotate(45deg);
        transform: translateY(5.5px) rotate(45deg);
    }
}

@keyframes open1 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(5.5px) rotate(0);
        transform: translateY(5.5px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(5.5px) rotate(45deg);
        transform: translateY(5.5px) rotate(45deg);
    }
}

@-webkit-keyframes open2 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-5.5px) rotate(0);
        transform: translateY(-5.5px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-5.5px) rotate(-45deg);
        transform: translateY(-5.5px) rotate(-45deg);
    }
}

@keyframes open2 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-5.5px) rotate(0);
        transform: translateY(-5.5px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-5.5px) rotate(-45deg);
        transform: translateY(-5.5px) rotate(-45deg);
    }
}

@-webkit-keyframes close1 {
    0% {
        -webkit-transform: translateY(5.5px) rotate(45deg);
        transform: translateY(5.5px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(5.5px) rotate(0);
        transform: translateY(5.5px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}

@keyframes close1 {
    0% {
        -webkit-transform: translateY(5.5px) rotate(45deg);
        transform: translateY(5.5px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(5.5px) rotate(0);
        transform: translateY(5.5px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}

@-webkit-keyframes close2 {
    0% {
        -webkit-transform: translateY(-5.5px) rotate(-45deg);
        transform: translateY(-5.5px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-5.5px) rotate(0);
        transform: translateY(-5.5px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}

@keyframes close2 {
    0% {
        -webkit-transform: translateY(-5.5px) rotate(-45deg);
        transform: translateY(-5.5px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-5.5px) rotate(0);
        transform: translateY(-5.5px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}

.st-gnav {
    padding: 53px 0 40px;
}

.is-fixed .st-gnav {
    padding: 8px 0 15px;
}

.st-gnav__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.st-gnav__logo {
    width: 151px;
    margin-top: 8px;
}

.is-fixed .st-gnav__logo {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.st-gnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.st-gnav__item {
    margin: 0 28.5px;
}

.st-gnav__item:last-child {
    margin-right: 6px;
}

.st-gnav__item a {
    display: block;
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    line-height: 2.0;
}

.st-gnav__item__num {
    display: inline-block;
    font-family: "Montserrat", serif;
    font-size: 2.0rem;
    color: #ccc;
    margin: 0 10px 0 0;
}

.st-gnav__item__en {
    display: block;
    font-family: "Montserrat", serif;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1.0;
    color: #2488ce;
    text-align: center;
    margin: 3px 0 0;
}


/**
 * footer
 */

.st-footer {
    background: #005eae;
    padding: 14px 0;
}

.st-footer__copy {
    font-family: "Montserrat", serif;
    font-size: 1.2rem;
    line-height: 2.7;
    color: #fff;
    text-align: center;
}


/* =================================================================
contents
================================================================= */


/**
 * btn
 */

.c-btn {
    width: 100%;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3.0rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    background: #005eae;
    color: #fff;
    position: relative;
}

.c-btn::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 17.5px 0 17.5px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
}

.c-btn.-jp {
    font-family: kozuka-gothic-pr6n, sans-serif;
}

.c-btn.-color {
    background: var(--contact-cvr_color);
}

.c-btn.-color span {
    color: #fdf406;
}

.c-btn.-color-y {
    background: var(--dl-cvr_color);
    color: var(--text-color);
}

.c-btn.-color-y span {
    color: #2488ce;
}

.c-btn.-contact::after {
    border: none;
    width: 38px;
    height: 28px;
    background: url(../images/icn_mail.svg) no-repeat center center;
    background-size: 100% 100%;
}

.c-btn.-dl::after {
    border: none;
    width: 34px;
    height: 30px;
    background: url(../images/icn_dl.svg) no-repeat center center;
    background-size: 100% 100%;
}

.c-sub-cat::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #fff;
    margin: 0 10px 0 0;
    vertical-align: middle;
}


/**
 * font
 */

.c-ff-en {
    font-family: "Montserrat", serif;
}

.c-fs30 {
    font-size: 3.0rem;
}


/**
 * headline
 */

.c-headline {
    font-weight: 500;
    margin: 0;
    padding: 59px 0 0 150px;
    position: relative;
}

.c-headline__num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #2488ce;
    font-family: "Montserrat", serif;
    font-size: 4.0rem;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.08em;
    line-height: 1.0;
    color: #fdf406;
    width: 80px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.c-headline__num span {
    border-bottom: solid 1px;
}

.c-headline strong {
    display: block;
    font-family: "Montserrat", serif;
    font-size: 9.9rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 0.73;
    color: #2488ce;
    margin: 0 0 39px -3px;
}

.c-headline small {
    display: block;
    font-size: 2.0rem;
    letter-spacing: 0.06em;
    line-height: 1.0;
}

.c-headline-jp {
    font-size: 4.0rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.6;
    margin: 0;
}


/**
 * layout
 */

.for-pc-block {
    display: block;
}

.for-sp {
    display: none;
}

.c-column {
    max-width: 1340px;
    padding: 0 70px;
    margin: 0 auto;
}

.c-column-l2 {
    max-width: 1160px;
    padding: 0 70px;
    margin: 0 auto;
}

.c-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section {
    background: #fff;
    position: relative;
}

section:nth-child(odd) {
    background: #f2f2f2;
}

iframe {
    height: 2520px;
    overflow: hidden;
}


/**
 * link
 */

.c-link {
    display: inline-block;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    font-weight: 700;
    position: relative;
}

.c-link::before {
    display: inline-block;
    content: "LINK";
    font-family: "Montserrat", serif;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    width: 42px;
    height: 14px;
    border-radius: 20px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    margin: 3px 7px 0 0;
    vertical-align: middle;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.set-feature .c-link::before {
    background: #ff0030;
}

.set-news .c-link::before {
    background: #003e9e;
}

.set-interview .c-link::before {
    background: #00827b;
}

.c-link::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 0 0 14px;
    vertical-align: middle;
}

.set-feature .c-link::after {
    background-image: url(/images/icn_blank_red.svg);
}

.set-news .c-link::after {
    background-image: url(/images/icn_blank_blue.svg);
}

.set-interview .c-link::after {
    background-image: url(/images/icn_blank_gr.svg);
}

.c-link-arw::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.textlink {
    text-decoration: underline;
}

.c-lead {
    letter-spacing: 0.08em;
    line-height: 2.0;
}

.-text-center {
    text-align: center;
}


/* # =================================================================
# plugins
# ================================================================= */


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* Slider */


/* Icons */

@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}


/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}


/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}


/* # =================================================================
# main
# ================================================================= */

.hero {
    height: 100vh;
    min-height: 680px;
    overflow: hidden;
    position: relative;
}

.hero__logo {
    width: 340px;
    background: #fff;
    padding: 22px 25px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.hero__logo__caption {
    text-align: center;
}

.hero__logo__img {
    width: 200px;
    margin: auto;
    display: block;
}

.hero__wrap {
    width: 100%;
    height: 90%;
}

.hero__wrap__bd-01 {
    background: #fff;
    border-top: solid 10px #2488ce;
    width: 100%;
    height: 740px;
    position: absolute;
    top: calc(100% - 10px);
    right: calc(50% - 10px);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    z-index: 1;
}

.hero__wrap__bd-02 {
    background: #fff;
    border-top: solid 10px #2488ce;
    width: 100%;
    height: 740px;
    position: absolute;
    top: calc(100% - 10px);
    left: calc(50% - 2px);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    z-index: 1;
}

.hero__conts {
    width: 100%;
    height: 100vh;
    min-height: 680px;
    max-width: 1500px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.hero__bg-wrap {
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.hero__bg {
    position: absolute;
    top: 0;
}

.hero__bg img {
    width: 100%;
}

.hero__bg.-bg-01 {
    left: -120px;
    top: -75px;
    width: 107.533333333%;
}

.hero__bg.-bg-02 {
    right: -12.866666666%;
    top: -23.86666666666vw;
    width: 97.4%;
}

.hero__btns li {
    width: 15.3333333%;
    height: 5.3333333vw;
    border-radius: 80px;
    background: #fff;
    position: absolute;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.hero__btns li.-btn01 {
    top: 5.2vw;
    right: 39.2%;
}

.hero__btns li.-btn01 a::after {
    right: 31px;
}

.hero__btns li.-btn02 {
    top: 12.333333333vw;
    right: 14.5333333333%;
}

.hero__btns li.-btn02 a:hover::after {
    border-color: #005eae transparent transparent transparent;
}

.hero__btns li.-btn02 a::after {
    border-width: 21px 21px 0 0;
    border-color: #2ca7e5 transparent transparent transparent;
    left: 36px;
}

.hero__btns li.-btn03 {
    top: 17.3333333vw;
    right: 46.2%;
}

.hero__btns li.-btn03 a::after {
    right: 44px;
}

.hero__btns li.-btn04 {
    top: 29.86666666vw;
    right: 17%;
}

.hero__btns li.-btn04 a::after {
    right: 30px;
}

.hero__btns a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 5.3333333vw;
    font-size: 1.3333333vw;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    background-color: #2ca7e5;
    border-radius: 80px;
    color: #fff;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.hero__btns a:hover {
    opacity: 1;
    background-color: #005eae;
}

.hero__btns a:hover::after {
    border-color: transparent #005eae transparent transparent;
}

.hero__btns a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 21px 21px 0;
    border-color: transparent #2ca7e5 transparent transparent;
    position: absolute;
    bottom: -20px;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
}

.hero__req {
    position: absolute;
    width: 59.3333333333%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hero__req__inner {
    position: absolute;
    width: 100%;
    height: 680px;
    right: 0;
    top: 90px;
}

.hero__req__back-btn {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 40px;
    left: 0;
    display: none;
}

.hero__req__back-btn a {
    height: 100%;
    color: #fff;
    background: #005eae;
    border-radius: 50%;
    font-size: 2.0rem;
    font-weight: 700;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 5px 0 0;
}

.hero__req__list {
    position: absolute;
    width: 78.651685393%;
    height: 100%;
    top: 0;
    right: 120px;
}

.hero__req__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    font-size: 1.8rem;
    font-weight: 700;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    line-height: 1.6;
    position: absolute;
}

.hero__req__list li::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.hero__req__list li span {
    position: absolute;
}

.hero__req__list li:nth-child(1) {
    background: #fdf406;
}

.hero__req__list li:nth-child(2) {
    background: #ffd801;
}

.hero__req__list li:nth-child(3) {
    background: #ffe243;
}

.hero__req__list li:nth-child(4) {
    background: #fffa7d;
}

.hero__req__list li:nth-child(5) {
    background: #ffea01;
}

.hero__req__list li:nth-child(6) {
    background: #fffc00;
}

.hero__req__list li.-w140 {
    width: 20%;
}

.hero__req__list li.-w150 {
    width: 21.428571428%;
}

.hero__req__list li.-w160 {
    width: 22.857142857%;
}

.hero__req__list li.-w170 {
    width: 24.285714285%;
}

.hero__req__list li.-w180 {
    width: 25.714285714%;
}

.hero__req__list li.-w190 {
    width: 27.142857142%;
}

.hero__req__list li.-w210 {
    width: 30%;
}

.hero__req__list:nth-of-type(1) li:nth-child(1) {
    top: 0;
    right: 37.857142857%;
}

.hero__req__list:nth-of-type(1) li:nth-child(2) {
    top: 22%;
    right: 0;
}

.hero__req__list:nth-of-type(1) li:nth-child(3) {
    top: 24%;
    left: 0;
}

.hero__req__list:nth-of-type(1) li:nth-child(4) {
    top: 36%;
    left: 35%;
}

.hero__req__list:nth-of-type(1) li:nth-child(5) {
    bottom: 5%;
    left: 6%;
}

.hero__req__list:nth-of-type(1) li:nth-child(6) {
    bottom: 0;
    right: 33%;
}

.hero__req__list:nth-of-type(2) li:nth-child(1) {
    top: -2.5%;
    left: 33%;
}

.hero__req__list:nth-of-type(2) li:nth-child(2) {
    top: 26%;
    right: .714285714%;
}

.hero__req__list:nth-of-type(2) li:nth-child(3) {
    top: 24%;
    left: 6%;
}

.hero__req__list:nth-of-type(2) li:nth-child(4) {
    bottom: 1.470588235%;
    right: 25.714285714%;
}

.hero__req__list:nth-of-type(2) li:nth-child(5) {
    bottom: 9.264705882%;
    left: 6.857142857%;
}

.hero__req__list:nth-of-type(2) li:nth-child(6) {
    bottom: 22.794117647%;
    right: -6.57142857%;
}

.hero__req__list:nth-of-type(3) li:nth-child(1) {
    top: 0;
    left: 40%;
}

.hero__req__list:nth-of-type(3) li:nth-child(2) {
    top: 45%;
    left: 3%;
}

.hero__req__list:nth-of-type(3) li:nth-child(3) {
    top: 32.058823529%;
    left: 6.428571428%;
    right: 0;
    margin: auto;
}

.hero__req__list:nth-of-type(3) li:nth-child(4) {
    top: 28.029411764%;
    right: -0.1428571428%;
}

.hero__req__list:nth-of-type(3) li:nth-child(5) {
    bottom: 5.147058823%;
    left: 25%;
}

.hero__req__list:nth-of-type(3) li:nth-child(6) {
    bottom: 4.852941176%;
    right: 12.428571428%;
}

.hero__req__list:nth-of-type(4) {
    top: -170px;
}

.hero__req__list:nth-of-type(4) li:nth-child(1) {
    top: 15.882352941%;
    left: 13.142857142%;
}

.hero__req__list:nth-of-type(4) li:nth-child(2) {
    top: 15.147058823%;
    right: 10.428571428%;
}

.hero__req__list:nth-of-type(4) li:nth-child(3) {
    top: 41.764705882%;
    left: 7.142857142%;
    right: 0;
    margin: auto;
}

.hero__req__list:nth-of-type(4) li:nth-child(4) {
    bottom: 19.558823529%;
    left: 3.857142857%;
}

.hero__req__list:nth-of-type(4) li:nth-child(5) {
    bottom: 25.44117647%;
    right: -1.714285714%;
}

.hero__req__list:nth-of-type(4) li:nth-child(6) {
    bottom: -18.352941176%;
    left: 26.857142857%;
}

.hero__scroll {
    width: 100px;
    height: 100px;
    background: #fdf406 url(../images/icn_arw_btm.svg) no-repeat center bottom 20px;
    background-size: 36px 20px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 20px;
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: "Montserrat", serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #2488ce;
    line-height: 1.6;
}

.hero__headline__wrap {
    left: 107px;
    width: 35%;
    max-width: 600px;
    z-index: 1;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
}

.hero__headline {
    display: inline-flex;
    flex-direction: column;
    row-gap: 8px;
}

.hero__headline--main {
    display: inline;
    background: #002961;
    color: #fff;
    line-height: 1.5;
    font-size: 1.5em;
    width: fit-content;
    text-align: left;
    padding: 0 4px;
}

.hero__headline__logo {
    vertical-align: top;
}

.hero__headline--small {
    font-size: 0.7em;
    display: inline;
    background: #002961;
    color: #fff;
    width: fit-content;
    padding: 0 4px;
}

.hero__headline--small>span {
    display: none;
}


/* answer */

.answer {
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
    opacity: 0;
}

.answer__bg-txt {
    font-family: "Montserrat", serif;
    line-height: 0;
    color: #eaeaea;
    position: absolute;
    top: -85px;
    left: 16px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}

.answer__bg-txt img {
    width: 990px;
}

.answer__conts {
    padding-top: 80px;
}

.answer__col {
    margin-bottom: 40px;
}

.answer__headline {
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    line-height: 1.625;
    font-weight: 500;
    margin: 5px 0 14px;
    @media (min-width: 768px) {
        font-size: 4.0rem;
    }
}

.answer__list {
    list-style-type: disc;
    padding-left: 2rem;
    @media (min-width: 768px) {
        display: flex;
        justify-content: center;
        column-gap: 24px;
        row-gap: 8px;
        list-style: none;
        padding: 0;
        flex-wrap: wrap;
    }
}

.answer__list__item {
    font-size: 1.6rem;
    list-style-type: disc;
    @media (min-width: 768px) {
        font-size: 2.4rem;
        list-style-type: none;
    }
    &>span {
        background: linear-gradient(transparent 70%, #f2f2f2 70%);
    }
}

.answer__btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 40px;
    position: relative;
    justify-content: center;
}

.answer__btn-list li {
    width: 510px;
    margin: 0 10px;
}

.answer__btn-list a {
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 30px;
}

.answer__btn-list a span {
    font-size: 2.0rem;
    line-height: 1.9;
}

.main-body {
    padding-top: 150px;
}


/* CASE */

.case__inner {
    position: relative;
    z-index: 1;
}

.case__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 82px 0 0;
}

.case__image {
    width: 48%;
    min-height: 520px;
    max-height: 650px;
    margin-top: 18px;
}

.case__image::before {
    content: "";
    display: block;
    padding-top: 72.2222222%;
}

.case__text {
    width: 48%;
    margin-bottom: 115px;
    padding: 0 0 0 70px;
}

.case__text .c-headline-jp {
    margin: 0 0 36px;
}

.case__text__inner {
    max-width: 565px;
    margin: 0 0 0 auto;
}

.case__industry {
    color: #2488ce;
    margin: -118px 0 0;
    position: relative;
    z-index: 1;
}

.case__industry dl {
    margin: 0;
}

.case__industry dt {
    font-size: 2.0rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 2.0;
    max-width: 50.41666666%;
    padding: 0 40px 0 0;
}

.case__industry dd {
    margin: 23px 0 0;
}

.case__industry__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.416666666% -10px;
}

.case__industry__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    width: 9.173553719%;
    margin: 0 0.41322314% 10px;
    background: #fff;
    border-radius: 10px;
}

.case__industry__list li::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.works {
    padding-top: 14px;
    padding-bottom: 150px;
}

.works__items {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.works__bg {
    width: 100%;
    height: calc(100vh + 170px);
    position: absolute;
    top: -70px;
    left: 0;
    background: url(../images/bg_works_pc.png) no-repeat center top;
    background-size: cover;
    opacity: 0.3;
}

.works__headline {
    font-family: "Montserrat", serif;
    font-size: 8.0rem;
    font-weight: 500;
    color: #2488ce;
    letter-spacing: 0.06em;
    line-height: 0.7;
    margin: 5px 0 42px;
}

.works__sticky {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 550px;
    padding: 0 55px;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.works__sticky__inner {
    max-width: 336px;
    position: relative;
}

.works__sticky__lead {
    max-width: 315px;
    margin: 0 auto;
}

.works__sticky__btns {
    max-width: 250px;
    margin: 46px auto 0;
}

.works__sticky__btns li+li {
    margin-top: 20px;
}

.works__sticky__btns li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    font-weight: 500;
    letter-spacing: 0.06em;
    background: #005eae;
    border-radius: 50px;
    color: #fff;
    transition: all .3s;
}

.works__sticky__btns li a.is-current {
    background: var(--cream-yellow);
    border: solid 2px #d1d1d1;
    color: var(--text-color);
}

.works__body {
    width: 63.33333333%;
    position: relative;
}

.works__body img {
    width: 100%;
}

.works__item {
    background: #fff;
}

.works__item+.works__item {
    margin-top: 40px;
}

.works__item__head {
    background: var(--cream-yellow);
    padding: 26px 4.210526315%;
    margin: -78px 5.263157894% 0;
    position: relative;
}

.works__item__head h4 {
    font-size: 3.0rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
}

.works__item__head h4 span {
    display: inline-block;
    font-family: "Montserrat", serif;
    font-size: 6.0rem;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    line-height: 1.0;
    margin: -22px 0 0 -22px;
    position: absolute;
    z-index: -1;
}

#works02 .works__item__head h4 span {
    margin-left: -50px;
}

.works__item__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0 0 -40px;
}

.works__item__list li {
    width: 33.333333%;
    padding: 0 0 33px 40px;
}

.works__item__list li:nth-last-child(-n+3) {
    padding-bottom: 0;
}

.works__item__list li a {
    display: block;
    position: relative;
}

.works__item__list li a::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    opacity: .7;
    border-radius: 50%;
    background: #e4e4e4 url(../images/icn_plus.svg) no-repeat center center / 70% 70%;
    position: absolute;
    bottom: 10px;
    right: 10px;
}


/* OUR SERVICE */

.service {
    padding-bottom: 150px;
}

.service__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -25px 86px -55px;
    position: relative;
    z-index: 1;
}

.service__col__text {
    margin-top: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.service__col__text .c-headline-jp {
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    margin: 0 0 25px;
}

.service__col__text p {
    font-weight: 700;
}

.service__col__image {
    width: 45.277207392%;
}

.support {
    padding: 58px 99px 87px 100px;
    background: #f2f2f2;
    text-align: center;
    position: relative;
}

.support__headline {
    font-size: 3.0rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #2488ce;
    margin: 0 0 33px;
}

.support__image {
    margin: 42px 0 0;
}

.support__btn {
    margin: 80px 0 0;
}

.support__btn li+li {
    margin-top: 20px;
}

.support__btn li a {
    line-height: 1.3;
}

.support__btn li a::after {
    right: 45px;
}

.support__btn li a span {
    font-size: 2.0rem;
    line-height: 1.9;
}

.support__illust {
    position: absolute;
    bottom: 404px;
    left: 5.75%;
    width: 42%;
}

.originality {
    padding-bottom: 110px;
    .answer__btn-list {
        margin: 0 auto;
        position: static;
    }
}

.originality .c-headline {
    margin: 0 0 46px;
}

.originality__list {
    padding: 0 60px;
    margin-top: 79px;
}

.originality__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.originality__item+.originality__item {
    margin-top: 106px;
}

.originality__item:nth-child(odd) .originality__item__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.originality__item:last-child {
    background: var(--cream-yellow);
    border-radius: 10px;
    padding: 58px 30px 50px 50px;
}

.originality__item:last-child .originality__item__headline {
    margin-left: -50px;
    padding-left: 50px;
}

.originality__item:last-child .originality__item__text {
    width: 41.5%;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
}

.originality__item:last-child .originality__item__image {
    width: 52%;
}

.originality__item:last-child .originality__item__image img {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.originality__item__headline {
    font-size: 4.0rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.375;
    border-top: solid 1px #2488ce;
    margin: 0 0 32px;
    padding: 8px 0 0;
}

.originality__item__headline span {
    display: block;
    font-family: "Montserrat", serif;
    font-size: 1.4rem;
    font-weight: 600;
    font-style: italic;
    color: #2488ce;
    letter-spacing: 0.08em;
    line-height: 1.0;
    margin: 0 0 10px;
}

.originality__item__text {
    width: 47.22222222%;
}

.originality__item__image {
    width: 47.22222222%;
}

.originality__item__image img {
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 0 0 var(--cream-yellow);
    box-shadow: 10px 10px 0 0 var(--cream-yellow);
}

.topics {
    padding: 100px 0;
}

.topics__headline {
    font-size: 3.0rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.0;
    margin: 0 0 27px;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
}

.topics__headline span {
    display: block;
    font-family: "Montserrat", serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.1;
    color: #2488ce;
    margin: 0 0 14px;
}

.topics__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgba(36, 136, 206, 0.17);
    border-radius: 10px;
    padding: 50px 70px;
    margin: 0 -70px;
}

.topics__box__text {
    width: 47.5%;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.topics__box__text dl {
    margin: 0 0 17px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: 2.0;
}

.topics__box__text dl dd {
    margin: 0;
}

.topics__box__btn {
    margin: 20px 0 0;
}

.topics__box__btn a {
    height: 50px;
    font-size: 1.8rem;
}

.topics__box__btn a::after {
    border-width: 12px 10px 0 10px;
}

.topics__box__image {
    width: 50%;
}


/* CONTACT */

.contact {
    padding-bottom: 150px;
}

.contact .c-column {
    max-width: 1160px;
    margin: 0 auto;
}

.contact .c-lead {
    margin-top: 50px;
    font-size: 2.0rem;
}

.contact h3 {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.2;
    margin: 0 0 30px;
    border-bottom: solid 1px #ccc;
}

.contact-tel {
    margin-top: 110px;
}

.contact-tel__headline {
    padding: 3px 0 30px 60px;
    background: url(../images/icn_tel.svg) no-repeat 5px top;
    background-size: 40px 40px;
}

.contact-tel__list {
    display: -ms-grid;
    display: grid;
    margin: 0 40px -20px;
}

.contact-tel__list li {
    width: 450px;
    margin: 0 10px 20px;
}

.contact-tel__list li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
}

.contact-tel__list li:nth-child(2) {
    -ms-grid-row: 2;
    grid-row: 2/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
}

.contact-tel__list li:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    grid-column: 2/2;
}

.contact-tel__list li:nth-child(4) {
    -ms-grid-row: 2;
    grid-row: 2/2;
    -ms-grid-column: 2;
    grid-column: 2/2;
}

.contact-tel__list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Montserrat", serif;
    font-size: 3.0rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.0;
    background: #fff;
    padding: 20px;
    pointer-events: none;
}

.contact-tel__list li a span {
    width: 90px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: kozuka-gothic-pr6n, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    font-size: 2.2rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    line-height: 1.5;
    background: #2488ce;
    border-radius: 5px;
    color: #fff;
    margin: 0 20px 0 0;
}

.contact-form {
    margin-top: 96px;
}

.contact-form__headline {
    padding: 3px 0 25px 60px;
    background: url(../images/icn_note.svg) no-repeat left top;
    background-size: 48px 32px;
}

.contact-form iframe {
    height: 1995px;
}


/* COMPANY */

.company {
    padding-bottom: 120px;
}

.company__lead {
    font-size: 2.4rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-align: center;
    color: #2488ce;
    margin: 45px 0 0;
}

.company__box {
    background: #f2f2f2;
    margin: 55px 0 0;
}

.company__box__inner {
    max-width: 700px;
    margin: 0 auto;
    padding: 72px 0 58px;
}

.company__box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: solid 1px #c2c2c2;
    margin: 0;
    padding: 16.5px 0;
}

.company__box dl:first-child {
    padding-top: 0;
}

.company__box dl:last-child {
    border-bottom: none;
}

.company__box dl dt {
    width: 210px;
    font-weight: 700;
    line-height: 2.25;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.company__box dl dd {
    margin: 0;
    letter-spacing: 0.05em;
    line-height: 2.25;
}

.company__box dl dd p {
    line-height: 1.875;
}

.company__box dl dd p+p {
    margin: 15px 0 0;
}

.company__btn {
    margin-top: 60px;
}

.company__btn a {
    width: 500px;
    height: 70px;
    font-size: 2.4rem;
    font-weight: 700;
    background: #2488ce;
    margin: 0 auto;
}

.company__btn a::after {
    border-width: 6px 0 6px 15px;
    border-color: transparent transparent transparent #fff;
    right: 20px;
}


/* modal */

.modal p {
    background: #fff;
    line-height: 2.125;
    padding: 14px 0 10px;
    text-align: center;
    position: relative;
}

.modal p span {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #2488ce;
}

.modal p em {
    display: block;
    font-size: 2.2rem;
    font-style: normal;
    line-height: 1.5;
}

.mfp-container {
    height: auto;
    right: 0;
    max-width: 950px;
    padding: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

button.mfp-arrow {
    opacity: 1;
    width: 62px;
    height: 62px;
    margin-top: 0;
    top: 290px;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

button.mfp-arrow:active {
    margin-top: 0;
}

button.mfp-arrow::before {
    margin: auto;
    width: 37px;
    height: 62px;
    background: url(../images/icn_arw.svg) no-repeat center center;
    background-size: 37px 62px;
    opacity: 1;
    border: none;
    bottom: 0;
    right: 0;
    -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.4));
}

button.mfp-arrow::after {
    display: none;
}

.mfp-arrow-left {
    left: -33px;
}

.mfp-arrow-left::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mfp-arrow-right {
    right: -33px;
}

button.mfp-close {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-indent: -999px;
    background: #e4e4e4 url(../images/icn_close.svg) no-repeat center center / 70% 70%;
    top: -25px;
    right: -25px;
    opacity: .7;
}

.mfp-close:active {
    top: -30px;
}

.modal-bnr {
    margin-top: 20px;
    background: #fff;
}

.modal-bnr a {
    height: 150px;
    background: #2488ce;
    border: solid 2px #fff;
    color: #fff;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px;
}

.modal-bnr__btn {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
    background: var(--dl-cvr_color) url(../images/icn_blank.svg) no-repeat right 26px center;
    color: var(--text-color);
    border-bottom: solid 2px #124466;
    font-weight: 700;
    border-radius: 80px;
    width: 314px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 26px;
}


/* float bnr */

.lp-float-bnr {
    width: 165px;
    height: 350px;
    position: fixed;
    z-index: 999;
    bottom: 30px;
    right: 20px;
    margin: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lp-float-bnr__download,
.lp-float-bnr__contact {
    width: 165px;
    height: 165px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: solid 4px #fff;
    box-shadow: 0 0 24px 2px rgba(130, 139, 155, 0.6);
    color: #fff;
    font-size: 1.6rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: 1.6;
    text-align: center;
}

.lp-float-bnr__download {
    background: var(--dl-cvr_color);
    color: var(--text-color);
}

.lp-float-bnr__contact {
    background: var(--contact-cvr_color);
    visibility: hidden;
}

.lp-float-bnr__download span span,
.lp-float-bnr__contact span span {
    display: block;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    line-height: 1.7;
}

.lp-float-bnr__download span span {
    color: var(--contact-cvr_color);
}

.lp-float-bnr__contact span span {
    color: var(--dl-cvr_color);
}

.lp-float-bnr__download>span::after,
.lp-float-bnr__contact>span::after {
    content: "";
    display: block;
    width: 32px;
    height: 28px;
    margin: 10px auto 0;
}

.lp-float-bnr__download>span::after {
    background: url(../images/icon_download.svg) no-repeat center center / 130% 130%;
}

.lp-float-bnr__contact>span::after {
    background: url(../images/icon_email.svg) no-repeat center center / 130% 130%;
}

.works .answer__btn-list,
.case__inner .answer__btn-list,
.originality .answer__btn-list {
    position: static;
    margin: 24px auto;
    max-width: 1200px;
    width: 100%;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    body {
        min-width: inherit;
        font-size: 1.3rem;
    }
    .st-wrapper {
        min-width: inherit;
        padding-top: 50px;
    }
    .st-header {
        border-top: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        min-width: inherit;
        padding: 0;
    }
    .st-header__pnl {
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: solid 2px #2488ce;
        position: relative;
    }
    .st-header__burger {
        display: block;
    }
    .st-gnav {
        padding: 15px 0 20px;
        position: fixed;
        width: 100%;
        height: 100%;
        background: #fff;
        display: none;
    }
    .st-gnav__inner {
        display: block;
        margin: 0 20px;
    }
    .st-gnav__list {
        display: block;
    }
    .st-gnav__item {
        margin: 0;
        border-bottom: solid 1px #ccc;
    }
    .st-gnav__item a {
        font-size: 2.1rem;
        padding: 5px 45px 5px;
        position: relative;
    }
    .st-gnav__item a::before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10.5px 8.75px 0 8.75px;
        border-color: #2488ce transparent transparent transparent;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .st-gnav__item__num {
        font-size: 2.2rem;
        position: absolute;
        left: 0;
        top: 5px;
    }
    .st-gnav__item__en {
        font-size: 1.2rem;
        text-align: left;
    }
    .st-footer {
        padding: 12px 0;
    }
    .st-footer__copy {
        font-size: 1.0rem;
        line-height: 1.6;
    }
    .c-btn {
        font-size: 1.5rem;
        height: 60px;
    }
    .c-btn::after {
        border-width: 9px 7.5px 0 7.5px;
        right: 12.5px;
    }
    .c-btn.-contact::after {
        width: 20px;
        height: 15px;
    }
    .c-btn.-dl::after {
        width: 20px;
        height: 18px;
    }
    .c-fs30 {
        font-size: 2.3rem;
    }
    .c-headline {
        padding: 33px 0 0 60px;
    }
    .c-headline__num {
        width: 40px;
        font-size: 2.0rem;
    }
    .c-headline strong {
        font-size: 4.0rem;
        margin-bottom: 19px;
    }
    .c-headline small {
        font-size: 1.4rem;
    }
    .c-headline-jp {
        font-size: 2.25rem;
        line-height: 1.4;
    }
    .for-pc-block {
        display: none;
    }
    .for-pc {
        display: none;
    }
    .for-sp {
        display: block;
    }
    br.for-sp {
        display: inline-block;
    }
    .c-column {
        padding: 0;
        margin: 0 20px;
    }
    .c-flex {
        display: block;
    }
    .c-link {
        font-size: 1.6rem;
        letter-spacing: 0;
    }
    .c-link::before {
        width: 45px;
        height: 15px;
        line-height: 15px;
        margin: 0 5px 0 0;
    }
    .c-link::after {
        width: 12px;
        height: 12px;
    }
    .c-lead {
        line-height: 1.8;
    }
    .hero {
        height: calc(100vh - 50px);
        min-height: inherit;
    }
    .hero__logo {
        display: none;
    }
    .hero__wrap__bd-01 {
        height: 37.33333333vw;
        border-width: 5px;
        top: calc(100% - 5px);
        right: calc(50% - 5px);
    }
    .hero__wrap__bd-02 {
        height: 37.33333333vw;
        border-width: 5px;
        top: calc(100% - 5px);
    }
    .hero__conts {
        height: 100%;
        min-height: inherit;
    }
    .hero__bg img {
        height: auto;
        width: 100%;
    }
    .hero__bg.-bg-01 {
        width: 256vw;
        height: auto;
        top: 13.33333333vw;
        left: -32%;
    }
    .hero__bg.-bg-02 {
        width: 181.333333333vw;
        min-width: inherit;
        height: auto;
        top: -16vw;
        right: -51vw;
    }
    .hero__btns li {
        width: 38.666666666vw;
        height: 10.66666666vw;
        border-radius: 10.6666666vw;
    }
    .hero__btns li.-btn01 {
        top: 35.2vw;
        left: 17.06667vw;
        right: auto;
    }
    .hero__btns li.-btn01 a::after {
        right: 5.33333vw;
    }
    .hero__btns li.-btn02 {
        top: 47.73333vw;
        right: 1.86667vw;
    }
    .hero__btns li.-btn02 a:hover::after {
        border-color: #2ca7e5 transparent transparent transparent;
    }
    .hero__btns li.-btn02 a::after {
        border-width: 2.8vw 2.8vw 0 0;
        left: 13.33333vw;
    }
    .hero__btns li.-btn03 {
        top: 60vw;
        left: 1.86667vw;
        right: auto;
    }
    .hero__btns li.-btn03 a::after {
        right: 6.93333vw;
    }
    .hero__btns li.-btn04 {
        top: 84.26667vw;
        right: 5.33333vw;
    }
    .hero__btns li.-btn04 a::after {
        right: 4vw;
    }
    .hero__btns a {
        width: 100%;
        height: 100%;
        border-radius: 10.66666666666vw;
        font-size: 3.46666666vw;
    }
    .hero__btns a:hover {
        background-color: #2ca7e5;
    }
    .hero__btns a:hover::after {
        border-color: transparent #2ca7e5 transparent transparent;
    }
    .hero__btns a::after {
        border-width: 0 2.8vw 2.8vw 0;
        bottom: -2.666666666vw;
    }
    .hero__req {
        width: 100%;
        z-index: 1;
    }
    .hero__req__inner {
        height: 68%;
        top: auto;
        bottom: 0;
        margin: 0;
    }
    .hero__req__back-btn {
        display: block;
        width: 50px;
        height: 50px;
        top: -70px;
        left: 8px;
        z-index: 999;
    }
    .hero__req__back-btn a {
        position: relative;
    }
    .hero__req__back-btn a::before {
        content: "";
        display: block;
        width: 18px;
        height: 18px;
        border-left: solid 2px #fff;
        border-bottom: solid 2px #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 8px;
        right: 0;
        margin: auto;
    }
    .hero__req__list {
        width: 100%;
        height: 100%;
        right: 0;
        top: auto;
        bottom: 0;
    }
    .hero__req__list li {
        font-size: 2.9333333333vw;
        line-height: 1.4;
    }
    .hero__req__list li.-w140 {
        width: 26.666666vw;
    }
    .hero__req__list li.-w150 {
        width: 28.8vw;
    }
    .hero__req__list li.-w160 {
        width: 28.8vw;
    }
    .hero__req__list li.-w170 {
        width: 26.9333333vw;
    }
    .hero__req__list li.-w180 {
        width: 30.133333333vw;
    }
    .hero__req__list li.-w190 {
        width: 30.133333333vw;
    }
    .hero__req__list li.-w210 {
        width: 30.133333333vw;
    }
    .hero__req__list:nth-of-type(1) li:nth-child(1) {
        left: 5.86666666vw;
        right: 0;
        margin: 0 auto;
    }
    .hero__req__list:nth-of-type(1) li:nth-child(2) {
        top: 18.829698486%;
        right: 2.9333333333vw;
    }
    .hero__req__list:nth-of-type(1) li:nth-child(3) {
        top: 11.202478846%;
        left: 2.6666666vw;
    }
    .hero__req__list:nth-of-type(1) li:nth-child(4) {
        top: 33.369085925%;
        left: -4.53333333vw;
        right: 0;
        margin: 0 auto;
    }
    .hero__req__list:nth-of-type(1) li:nth-child(5) {
        top: 53.867238708%;
        bottom: auto;
        left: 8.8vw;
    }
    .hero__req__list:nth-of-type(1) li:nth-child(6) {
        top: 54.820641163%;
        bottom: auto;
        right: 8vw;
    }
    .hero__req__list:nth-of-type(2) {
        top: -5%;
    }
    .hero__req__list:nth-of-type(2) li:nth-child(1) {
        top: -13.057323322%;
        left: 27vw;
    }
    .hero__req__list:nth-of-type(2) li:nth-child(2) {
        top: 21.69526874%;
        right: 2.9333333333vw;
    }
    .hero__req__list:nth-of-type(2) li:nth-child(3) {
        top: 13.203814064%;
        left: 2.6666666vw;
    }
    .hero__req__list:nth-of-type(2) li:nth-child(4) {
        top: 31.581456322%;
        bottom: auto;
        left: -4.53333333vw;
        right: 0;
        margin: 0 auto;
    }
    .hero__req__list:nth-of-type(2) li:nth-child(5) {
        top: 53.867238708%;
        bottom: auto;
        left: 8.8vw;
    }
    .hero__req__list:nth-of-type(2) li:nth-child(6) {
        top: 54.820641163%;
        bottom: auto;
        right: 8vw;
    }
    .hero__req__list:nth-of-type(3) {
        top: -12%;
    }
    .hero__req__list:nth-of-type(3) li:nth-child(1) {
        top: -10vw;
        left: 25vw;
    }
    .hero__req__list:nth-of-type(3) li:nth-child(2) {
        top: 5.363528009%;
        left: auto;
        right: 6vw;
    }
    .hero__req__list:nth-of-type(3) li:nth-child(3) {
        top: 60.820641163%;
        right: 8vw;
        left: auto;
        margin: 0;
    }
    .hero__req__list:nth-of-type(3) li:nth-child(4) {
        top: 29.793826719%;
        left: 11.53333333vw;
        right: 0;
        margin: 0 auto;
    }
    .hero__req__list:nth-of-type(3) li:nth-child(5) {
        top: 62.097962102%;
        bottom: auto;
        left: 22vw;
    }
    .hero__req__list:nth-of-type(3) li:nth-child(6) {
        top: 35.760219282%;
        left: 2.6666666vw;
        right: 0;
        bottom: auto;
    }
    .hero__req__list:nth-of-type(4) {
        top: -10%;
    }
    .hero__req__list:nth-of-type(4) li:nth-child(1) {
        top: -8.938148015%;
        left: 5.86666666vw;
        right: 0;
        margin: 0 auto;
    }
    .hero__req__list:nth-of-type(4) li:nth-child(2) {
        top: 9.89155047%;
        right: 2.9333333333vw;
    }
    .hero__req__list:nth-of-type(4) li:nth-child(3) {
        top: 10.308664044%;
        left: 2.6666666vw;
        margin: 0;
    }
    .hero__req__list:nth-of-type(4) li:nth-child(4) {
        top: 35.156715528%;
        bottom: auto;
        left: 25vw;
    }
    .hero__req__list:nth-of-type(4) li:nth-child(5) {
        top: 65.230127517%;
        bottom: auto;
        left: 7.8vw;
        right: auto;
    }
    .hero__req__list:nth-of-type(4) li:nth-child(6) {
        top: 65.820641163%;
        bottom: auto;
        left: auto;
        right: 8vw;
    }
    .hero__scroll {
        width: 50px;
        height: 50px;
        background-position: center bottom 10px;
        background-size: 18px 10px;
        padding: 0 0 10px;
        bottom: 19px;
        font-size: 1.0rem;
    }
    .hero__headline__wrap {
        width: auto;
        max-width: inherit;
        height: auto;
        top: 0;
        bottom: inherit;
        left: 0;
        right: 0;
        margin: 0 13px;
    }
    .hero__headline {
        border-radius: 21.33333vw;
        padding: 1rem 0 1.5rem;
        font-size: 2rem;
        line-height: 1.3;
    }
    .hero__headline__logo {
        display: none;
    }
    .hero__headline--small {
        display: block;
    }
    .hero__headline--small.hero__headline--symbol {
        display: inline-block;
    }
    .answer {
        padding-bottom: 50px;
    }
    .answer__bg-txt {
        width: 92vw;
        font-size: 9.0rem;
        top: -8vw;
        left: 1.6vw;
    }
    .answer__conts {
        padding-top: 20px;
    }
    .answer__col {
        display: block;
        position: relative;
    }
    .answer__col__image {
        width: 26.71641791%;
        max-width: 89.5px;
        margin-right: 0;
    }
    .answer__col__image img {
        width: 90px;
        height: 190px;
        object-fit: scale-down;
    }
    .answer__col__text {
        width: 100%;
        font-size: 1.4rem;
        letter-spacing: 0.06em;
        padding: 0;
        height: auto;
    }
    .answer__col__text p {
        background: #fff;
        position: relative;
        margin-top: -64px;
    }
    .answer__col__text p span {
        font-size: 1.5rem;
        line-height: 1.9;
    }
    .answer__btn-list {
        display: block;
        margin: 23px 0 0;
    }
    .answer__btn-list li {
        width: 100%;
        margin: 0;
    }
    .answer__btn-list li+li {
        margin-top: 20px;
    }
    .answer__btn-list a {
        height: 70px;
        font-size: 1.8rem;
        padding: 0 15px;
    }
    .answer__btn-list a span {
        font-size: 1.4rem;
    }
    .main-body {
        padding-top: 0;
    }
    .case__col {
        display: block;
        margin: 37px 0 0;
    }
    .case__image {
        display: none;
    }
    .case__text {
        width: 100%;
        padding: 0;
        margin: 0;
        letter-spacing: 0.1em;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
    }
    .case__text .c-headline-jp {
        margin: 0 0 18px;
    }
    .case__text__inner {
        width: auto;
        margin: 0 20px;
    }
    .case__industry {
        margin: 26px 0 0;
    }
    .case__industry dt {
        max-width: inherit;
        font-size: 1.5rem;
        line-height: 1.6;
        text-align: center;
        padding: 0;
    }
    .case__industry dd {
        margin: 15px 0 0;
    }
    .case__industry__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 -0.895522388% -5px;
    }
    .case__industry__list li {
        width: 17.888563079%;
        font-size: 1.1rem;
        margin: 0 0.879765395% 5px;
    }
    .works__items {
        display: block;
        padding: 49px 0 75px;
    }
    .works__bg {
        width: 100%;
        height: 100vh;
        background-image: url(../images/bg_works_sp.png);
        top: -31px;
        left: 0;
        opacity: 1;
    }
    .works__headline {
        font-size: 4.0rem;
        text-align: center;
        line-height: 0.8;
        margin: 0 0 18px;
    }
    .works__sticky {
        position: relative;
        top: 0;
        width: 100%;
        padding: 0;
    }
    .works__sticky__inner {
        max-width: inherit;
        margin: 0 20px;
    }
    .works__sticky__lead {
        max-width: inherit;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        letter-spacing: 0.1em;
    }
    .works__sticky__btns {
        max-width: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 19px 0 -10px;
    }
    .works__sticky__btns li {
        -ms-flex-preferred-size: 48.507462686%;
        flex-basis: 48.507462686%;
        margin: 0 0 10px;
    }
    .works__sticky__btns li+li {
        margin-top: 0;
    }
    .works__sticky__btns li:last-child {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .works__sticky__btns li a {
        height: 40px;
    }
    .works__body {
        width: 100%;
        margin: 25px 0 0;
    }
    .works__item {
        padding-bottom: 15px;
    }
    .works__item__head {
        margin: 0;
        padding: 20px 20px;
    }
    .works__item__head h4 {
        font-size: 1.7rem;
    }
    .works__item__head h4 span {
        position: absolute;
        left: 75.5px;
        font-size: 3.2rem;
        margin: -9px 0 0;
    }
    #works02 .works__item__head h4 span {
        margin-left: 0;
    }
    .works__item__list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: auto;
        margin: 15px 0 0;
    }
    .works__item__list li {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 85px;
        padding: 0;
        margin: 0 0 0 10px;
    }
    .works__item__list li a::before {
        width: 30px;
        height: 30px;
        right: 3px;
        bottom: 3px;
    }
    .service {
        padding-bottom: 50px;
    }
    .service__col {
        display: block;
        margin: 36px 0 0;
    }
    .service__col__text {
        margin: 0;
    }
    .service__col__text .c-headline-jp {
        margin: 0 0 20px;
    }
    .service__col__image {
        margin: 10px auto 0;
        width: 220.5px;
    }
    .support {
        padding: 33px 20px 40px;
        margin: 22.5px -20px 0;
        text-align: left;
    }
    .support__headline {
        font-size: 2.2rem;
        text-align: center;
        margin: 0 0 15px;
    }
    .support__image {
        margin-top: 24px;
    }
    .support__btn {
        margin-top: 12px;
    }
    .support__btn li a span {
        font-size: 1.2rem;
    }
    .support__btn li a::after {
        right: 20px;
    }
    .support__illust {
        width: 90px;
        left: 20px;
        bottom: 220px;
    }
    .originality {
        padding-bottom: 40px;
    }
    .originality .c-headline {
        margin: 0 0 40px;
    }
    .originality__list {
        padding: 0;
        margin-top: 27px;
    }
    .originality__item {
        display: block;
    }
    .originality__item+.originality__item {
        margin-top: 60px;
    }
    .originality__item:last-child {
        padding: 25px 20px 20px;
    }
    .originality__item:last-child .originality__item__headline {
        margin-left: 0;
        padding-left: 0;
    }
    .originality__item:last-child .originality__item__text {
        width: 100%;
    }
    .originality__item:last-child .originality__item__text p {
        padding: 0 5px;
        -webkit-font-feature-settings: normal;
        font-feature-settings: normal;
        letter-spacing: 0.08em;
    }
    .originality__item:last-child .originality__item__image {
        width: 93.220338983%;
        margin: 4px auto 0;
    }
    .originality__item__headline {
        font-size: 2.2rem;
        line-height: 1.4;
        margin: 0 0 15px;
        padding: 2px 0 0;
    }
    .originality__item__headline span {
        font-size: 1.0rem;
        line-height: 1.6;
        margin: 0 0 6px;
    }
    .originality__item__text {
        width: 100%;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        letter-spacing: 0.1em;
    }
    .originality__item__image {
        margin: 22px auto 0;
        width: 255px;
    }
    .originality__item__image img {
        -webkit-box-shadow: 5px 5px 0 0 var(--cream-yellow);
        box-shadow: 5px 5px 0 0 var(--cream-yellow);
    }
    .topics {
        padding: 50px 0;
    }
    .topics__headline {
        font-size: 2.2rem;
        line-height: 1.4;
        margin: 0 0 18px;
    }
    .topics__headline span {
        font-size: 1.8rem;
        margin: 0 0 10px;
    }
    .topics__box {
        display: block;
        border-radius: 0;
        padding: 20px 20px 26px;
        margin: 0 -20px;
    }
    .topics__box__text {
        width: 100%;
    }
    .topics__box__text dl {
        line-height: 1.8;
        margin: 0 0 10px;
    }
    .topics__box__btn a {
        font-size: 1.5rem;
    }
    .topics__box__btn a::after {
        border-width: 9px 7.5px 0 7.5px;
    }
    .topics__box__image {
        width: 100%;
        margin: 25px 0 0;
    }
    .contact {
        padding-bottom: 40px;
    }
    .contact .c-column {
        margin: 0 20px;
    }
    .contact .c-lead {
        margin: 25px 20px 0;
        font-size: 1.3rem;
    }
    .contact h3 {
        font-size: 1.7rem;
        margin: 0 0 16px;
    }
    .contact-tel {
        margin-top: 35px;
    }
    .contact-tel__headline {
        padding: 0 0 7px 30px;
        background-position: left top;
        background-size: 20px 20px;
    }
    .contact-tel__list {
        display: block;
        margin: 0;
    }
    .contact-tel__list li {
        width: 100%;
        margin: 0;
    }
    .contact-tel__list li+li {
        margin: 10px 0 0;
    }
    .contact-tel__list li a {
        font-size: 2.0rem;
        padding: 12.5px;
        pointer-events: initial;
    }
    .contact-tel__list li a span {
        font-size: 1.6rem;
        width: 60px;
        height: 25px;
        margin: 0 15px 0 0;
    }
    .contact-form {
        margin-top: 50px;
    }
    .contact-form__headline {
        padding: 0 0 8px 34px;
        background-position: left 2px;
        background-size: 24px 16px;
    }
    .contact-form iframe {
        height: 1935px;
    }
    .company {
        padding-bottom: 75px;
    }
    .company__lead {
        font-size: 1.7rem;
        line-height: 1.5;
        margin: 38px 0 0;
    }
    .company__box {
        margin: 10px -20px 0;
    }
    .company__box__inner {
        margin: 0 20px;
        padding: 25px 0;
    }
    .company__box dl {
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        padding: 14px 0 12px;
    }
    .company__box dl:first-child {
        padding-top: 0;
    }
    .company__box dl:last-child {
        padding-bottom: 0;
    }
    .company__box dl dt {
        width: 88px;
        line-height: 1.8;
    }
    .company__box dl dd {
        line-height: 1.8;
    }
    .company__box dl dd p {
        line-height: 1.8;
    }
    .company__box dl dd p+p {
        margin: 12px 0 0;
    }
    .company__btn {
        margin-top: 30px;
    }
    .company__btn a {
        width: 100%;
        height: 50px;
        font-size: 1.5rem;
    }
    .company__btn a::after {
        border-width: 4.5px 0 4.5px 11.5px;
        right: 10px;
    }
    .modal p {
        line-height: 1.7;
        padding: 7px 0 3px;
    }
    .modal p span {
        position: static;
        -webkit-transform: none;
        transform: none;
    }
    .modal p em {
        font-size: 1.5rem;
    }
    button.mfp-arrow {
        width: 31px;
        height: 31px;
        top: 32.6666666vw;
        margin-top: 0;
    }
    button.mfp-arrow:active {
        margin-top: 0;
    }
    button.mfp-arrow::before {
        width: 18.5px;
        height: 31px;
        background-size: 18.5px 31px;
    }
    .mfp-arrow-left {
        left: 3px;
    }
    .mfp-arrow-right {
        right: 3px;
    }
    button.mfp-close {
        width: 30px;
        height: 30px;
        background-size: 30px;
        top: -15px;
        right: -15px;
    }
    .mfp-close:active {
        top: -15px;
    }
    .modal-bnr a {
        display: block;
        height: auto;
        font-size: 1.6rem;
        padding: 15px 15px;
    }
    .modal-bnr__btn {
        font-size: 1.4rem;
        background-size: 15px 16px;
        width: 100%;
        height: 50px;
        border-radius: 50px;
        padding: 0 20px;
        margin-top: 10px;
    }
    .lp-float-bnr {
        width: 126px;
        height: 113px;
        right: 5px;
        bottom: 5px;
        flex-direction: column;
    }
    .lp-float-bnr__download,
    .lp-float-bnr__contact {
        border-radius: 10%;
        font-size: 1.2rem;
        width: 115px;
        height: 100px;
        border-width: 2px;
    }
    .lp-float-bnr__contact {
        display: none;
    }
    .lp-float-bnr__download span span {
        font-size: 1.1rem;
    }
    .lp-float-bnr__download>span::after,
    .lp-float-bnr__contact>span::after {
        background-size: 100% 100%;
        margin-top: 0;
    }
}

@media only screen and (max-width: 374px) {
    body {
        font-size: 13px;
        font-size: 3.46667vw;
    }
    .c-headline strong {
        font-size: 40px;
        font-size: 10.66667vw;
    }
    .c-headline-jp {
        font-size: 22.5px;
        font-size: 6vw;
    }
    .answer__bg-txt {
        font-size: 90px;
        font-size: 24vw;
    }
    .answer__headline {
        font-size: 22.5px;
        font-size: 6vw;
        left: 21.33333333vw;
    }
    .answer__btn-list a {
        font-size: 20px;
        font-size: 5.33333vw;
    }
    .case__industry__list li {
        font-size: 11px;
        font-size: 2.93333vw;
    }
    .works__item__head h4 span {
        font-size: 32px;
        font-size: 8.53333vw;
        left: 22.537313432%;
    }
}

@media only screen and (min-width: 769px) {
    a {
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }
    a:hover {
        opacity: .6;
    }
    .works__sticky__btns li a:hover {
        opacity: 1;
        background: var(--cream-yellow);
        color: var(--text-color);
    }
}

@media only screen and (min-width: 1260px) {
    .st-gnav__item {
        margin: 0 32.5px;
    }
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media only screen and (min-width: 1501px) {
    .hero__bg.-bg-02 {
        top: -358px;
    }
    .hero__btns li {
        height: 80px;
    }
    .hero__btns li.-btn01 {
        top: 78px;
    }
    .hero__btns li.-btn02 {
        top: 185px;
    }
    .hero__btns li.-btn03 {
        top: 260px;
    }
    .hero__btns li.-btn04 {
        top: 448px;
    }
    .hero__btns a {
        font-size: 2.0rem;
        height: 80px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .hero__bg.-bg-02 {
        top: -290px;
    }
    .hero__btns li {
        height: 64px;
    }
    .hero__btns li.-btn01 {
        top: 62px;
    }
    .hero__btns li.-btn02 {
        top: 148px;
    }
    .hero__btns li.-btn03 {
        top: 208px;
    }
    .hero__btns li.-btn04 {
        top: 359px;
    }
    .hero__btns a {
        font-size: 1.6rem;
        height: 64px;
    }
    .hero__req__inner {
        top: 128px;
        height: 544px;
    }
    .hero__req__list li {
        font-size: 1.4rem;
    }
    .works__item__head h4 {
        font-size: 2.4rem;
    }
}

@media only screen and (min-width: 1201px) and (max-height: 899px) {
    .hero__req {
        width: 55%;
        min-width: 80vh;
    }
    .hero__req__list {
        right: 160px;
    }
    .hero__req__list:nth-of-type(3) {
        top: -50px;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1500px) {
    .hero__req__inner {
        top: 10.666666666vw;
        height: 45.333333333vw;
    }
    .hero__req__list li {
        font-size: 1vw;
    }
    .works__item__head h4 {
        font-size: 2vw;
    }
}

@media only screen and (min-width: 1501px) and (max-height: 899px) {
    .hero__req__inner {
        height: 75%;
        max-height: 544px;
    }
    .hero__req__list {
        right: 200px;
    }
    .hero__req__list li {
        font-size: 1.4rem;
    }
    .hero__req__list:nth-of-type(1) {
        top: -10%;
    }
    .hero__req__list:nth-of-type(2) {
        right: 170px;
        top: 30px;
    }
    .hero__req__list:nth-of-type(3) {
        top: 35px;
    }
    .hero__req__list:nth-of-type(4) {
        top: -70px;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1500px) and (max-height: 899px) {
    .hero__req__inner {
        top: 20%;
        height: 80%;
        min-height: 480px;
    }
}

@media only screen and (max-width: 768px) and (max-height: 600px) {
    .hero__req__inner {
        height: 63%;
    }
    .hero__req__list li.-w140 {
        width: 14.992503748vh;
    }
    .hero__req__list li.-w150 {
        width: 16.191904047vh;
    }
    .hero__req__list li.-w170 {
        width: 15.142428785vh;
    }
    .hero__req__list li.-w180 {
        width: 16.941529235vh;
    }
    .hero__req__list li.-w190 {
        width: 16.941529235vh;
    }
    .hero__req__list li.-w210 {
        width: 16.941529235vh;
    }
    .hero__req__list:nth-of-type(3) li:nth-child(5) {
        left: 23vw;
        width: 14.992503748vh;
    }
    .hero__req__list:nth-of-type(3) li:nth-child(6) {
        top: 40%;
        width: 14.992503748vh;
    }
    .hero__headline__wrap {
        height: 11.994002998vh;
        top: 2.248875562vh;
    }
    .hero__headline__wrap img {
        width: 46.176911544vh;
    }
}

@media only screen and (min-width: 1501px) and (max-width: 1500px) and (max-height: 899px) {
    .hero__req__list li.-w140 {
        width: 15.55555555555vh;
    }
    .hero__req__list li.-w150 {
        width: 16.6666666666vh;
    }
    .hero__req__list li.-w160 {
        width: 17.777777777vh;
    }
    .hero__req__list li.-w170 {
        width: 18.8888888888vh;
    }
    .hero__req__list li.-w180 {
        width: 20vh;
    }
    .hero__req__list li.-w190 {
        width: 21.1111111111vh;
    }
    .hero__req__list li.-w210 {
        width: 23.333333333vh;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1500px) and (max-height: 899px) {
    .hero__req__list:nth-of-type(1) {
        top: -10%;
        max-height: 480px;
    }
    .hero__req__list:nth-of-type(2) {
        height: 90%;
        top: -20px;
        right: 170px;
    }
    .hero__req__list:nth-of-type(4) {
        max-height: 500px;
        right: 200px;
    }
}

@media only screen and (min-width: 1218px) and (max-width: 1516px) {
    .works__item__head h4 span {
        font-size: 4vw;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1217px) {
    .works__item__head h4 span {
        font-size: 4.8rem;
    }
}

@media (max-width: 900px) {
    .mfp-container {
        padding: 0 20px;
    }
}

.font-blue {
    color: #2488ce;
}