@charset "UTF-8";

/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

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

html {
    font-size: 62.5%;
}

body {
    -webkit-text-size-adjust: 100%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

table,
input,
textarea,
select,
option {
    line-height: 1.1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

img {
    vertical-align: top;
}

a,
a img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:hover img {
    opacity: 0.80;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}

img {
    max-width: 100%;
}

.sp-only {
    display: none;
}

@media only screen and (max-width: 767px) {
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
}


/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/


/* Header
------------------------------------------------------------*/


/* Main menu
------------------------------------------------------------*/



.site {
    background-image: url(../img/index/bg_gray.png);
    background-size: contain;
    background-position: center;
}

.sp {
    display: none;
}

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

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

body._fixed {
    overflow: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
}

.c-header1.is-visible {
    opacity: 1;
    pointer-events: all;
    z-index: 15;
    position: fixed;
    top: 40px;
    right: 40px;
    display: block;
}

@media only screen and (max-width: 767px) {
    .c-header1.is-visible {
        top: 20px;
        right: 20px;
    }
}

.c-header1 {
    display: none;
    opacity: 0;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    pointer-events: none;
}

.c-header__menuBtn {
    --close-anim-delay: 400;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 1em;
    height: 1em;
    font-size: 5.2rem;
    background-color: var(--color-white1);
    border: 0;
    cursor: pointer;
    z-index: 999;
    position: relative;
}

@media screen and (min-width: 768px) {
    .c-header__menuBtn {
        font-size: 5.6rem;
    }
}

.c-header__menuBtn:not(.is-open, :focus):hover ._line:nth-child(1):before {
    translate: 0 2px;
}

.c-header__menuBtn:not(.is-open, :focus):hover ._line:nth-child(2):before {
    opacity: 0;
}

.c-header__menuBtn:not(.is-open, :focus):hover ._line:nth-child(3):before {
    translate: 0 -2px;
}

.c-header__menuBtn.is-open:not(._noHover) ._line:before {
    -webkit-transition: translate .15s linear, -webkit-transform .15s linear;
    transition: translate .15s linear, -webkit-transform .15s linear;
    transition: transform .15s linear, translate .15s linear;
    transition: transform .15s linear, translate .15s linear, -webkit-transform .15s linear;
}

.c-header__menuBtn.is-open:not(._noHover):hover ._line:nth-child(1):before {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

.c-header__menuBtn.is-open:not(._noHover):hover ._line:nth-child(3):before {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.c-header__menuBtn.is-open ._line {
    color: black;
    overflow: visible;
}

.c-header__menuBtn.is-open ._line:before {
    -webkit-transition: translate .2s linear, -webkit-transform .2s .2s linear;
    transition: translate .2s linear, -webkit-transform .2s .2s linear;
    transition: transform .2s .2s linear, translate .2s linear;
    transition: transform .2s .2s linear, translate .2s linear, -webkit-transform .2s .2s linear;
}

.c-header__menuBtn.is-open ._line:nth-child(1):before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    translate: 0 .5rem;
}

.c-header__menuBtn.is-open ._line:nth-child(2):before {
    opacity: 0;
}

.c-header__menuBtn.is-open ._line:nth-child(3):before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    translate: 0 -.5rem;
}

.c-header__menuBtn ._lines {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 3.6rem;
    height: 1.1rem;
}

.c-header__menuBtn ._line {
    display: block;
    width: 100%;
    height: 1px;
}

.c-header__menuBtn ._line:before {
    content: "";
    display: block;
    width: inherit;
    height: inherit;
    background-color: black;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: translate .2s ease-in, opacity .2s ease-in;
    transition: translate .2s ease-in, opacity .2s ease-in;
}

:where(button, label, select, summary, [role=button], [role=option]) {
    cursor: pointer;
}

.l-nav ._txt {
    position: relative;
}

.l-nav ._txt::after {
    content: "";
    width: 29.23px;
    height: 29.23px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -58px;
    background-color: #E71F1A;
}

@media only screen and (max-width: 1024px) {
    .l-nav ._txt::after {
        width: 15.23px;
        height: 15.23px;
        left: -38px;
    }
}

@media only screen and (max-width: 767px) {
    .l-nav ._txt::after {
        width: 12.23px;
        height: 12.23px;
        left: -24px;
    }
}

@media only screen and (max-width: 767px) {
    .hm-kv__menu {
        position: absolute;
        top: 20px;
        right: 0px;
    }
}

@media only screen and (max-width: 516px) {
    .hm-kv__menu {
        right: -10px;
    }
}

.hm-kv__menu {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    width: 81.16px;
    height: 81.16px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #0D035B;
    cursor: pointer;
    -webkit-transition: opacity .25s .2s ease, visibility .25s .2s ease;
    transition: opacity .25s .2s ease, visibility .25s .2s ease;
}

._visibled .hm-kv__menu {
    opacity: 1;
    visibility: visible;
}

.hm-kv__menuBtn {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.hm-kv__menuBtn ._txt {
    overflow: hidden;
    height: 1.2rem;
    font-family: Poppins, sans-serif;
    font-size: 1.2rem;
    line-height: 1.2rem;
    letter-spacing: .03em;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .hm-kv__menuBtn ._txt {
        color: white;
    }
}

.hm-kv__menuBtn ._row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

@media only screen and (max-width: 516px) {
    .hm-kv__menuBtn ._row {
        display: none;
    }
}

.hm-kv__menuBtn ._row:after {
    content: attr(data-txt);
}

@media (hover: hover) {
    .hm-kv__menuBtn ._row {
        -webkit-transition: -webkit-transform .25s ease;
        transition: -webkit-transform .25s ease;
        transition: transform .25s ease;
        transition: transform .25s ease, -webkit-transform .25s ease;
    }
}

.hm-kv__menuBtn ._lines {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 3.6rem;
    -webkit-box-align: end;
    align-items: flex-end;
}

.hm-kv__menuBtn ._line {
    display: block;
    width: 2.8rem;
    height: 1px;
}

@media screen and (min-width: 768px) {
    .hm-kv__menuBtn ._line {
        width: 100%;
    }
}

.hm-kv__menuBtn ._line:nth-child(2) {
    margin-block: 0.9rem;
    width: 59%;
}

.hm-kv__menuBtn ._line:nth-child(3) {
    width: 32%;
}

.hm-kv__menuBtn ._line:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #F9BB00;
}

@media (hover: hover) {
    .hm-kv__menuBtn ._line:before {
        -webkit-transition: opacity .15s ease-in, -webkit-transform .15s ease-in;
        transition: opacity .15s ease-in, -webkit-transform .15s ease-in;
        transition: transform .15s ease-in, opacity .15s ease-in;
        transition: transform .15s ease-in, opacity .15s ease-in, -webkit-transform .15s ease-in;
    }
}

.l-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    pointer-events: none;
}

.l-contact {
    overflow: hidden;
}

.c-nav {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    background-color: #F3F3F4;
    pointer-events: all;
}

.c-nav._preparation {
    -webkit-transition: opacity .5s .5s ease, visibility .5s .5s ease;
    transition: opacity .5s .5s ease, visibility .5s .5s ease;
}

.c-nav.is-visible {
    -webkit-transition: opacity .25s ease, visibility .25s ease;
    transition: opacity .25s ease, visibility .25s ease;
    opacity: 1;
    visibility: visible;
}

.c-nav:not(.is-visible)._run-anim {
    opacity: 0;
    visibility: hidden;
}

.c-nav__inner {
    height: 100dvh;
}

@media screen and (min-width: 768px) {
    .c-nav__inner {
        display: -webkit-box;
        display: flex;
        height: 100%;
    }
}

@media screen and (min-width: 768px) {
    .c-nav__visual {
        width: 50%;
    }
}

.c-nav__visualInner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
}

.c-nav__photos {
    width: 34.5rem;
    aspect-ratio: 345/460;
    margin-left: 1rem;
    background-color: var(--color-gray1);
    opacity: 0;
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
}

.c-nav:where(.is-visible) .c-nav__photos {
    -webkit-transition: opacity .35s ease, -webkit-clip-path .35s ease;
    transition: opacity .35s ease, -webkit-clip-path .35s ease;
    transition: clip-path .35s ease, opacity .35s ease;
    transition: clip-path .35s ease, opacity .35s ease, -webkit-clip-path .35s ease;
}

.c-nav:where(._run-anim) .c-nav__photos {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    opacity: 1;
}

.c-nav:not(.is-visible):where(._run-anim) .c-nav__photos {
    -webkit-transition: opacity .35s ease, -webkit-clip-path .35s ease;
    transition: opacity .35s ease, -webkit-clip-path .35s ease;
    transition: clip-path .35s ease, opacity .35s ease;
    transition: clip-path .35s ease, opacity .35s ease, -webkit-clip-path .35s ease;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
}

@media screen and (min-width: 768px) {
    .c-nav__photosContainer {
        translate: 0 1.5rem;
        -webkit-transition: translate .2s ease;
        transition: translate .2s ease;
    }
}

.c-nav:where(._run-anim) .c-nav__photosContainer {
    translate: 0;
}

.c-nav:not(.is-visible):where(._run-anim) .c-nav__photosContainer {
    translate: 0 -1.5rem;
}

@media screen and (min-width: 768px) {
    .c-nav__photosSlide {
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform;
    }
}

.c-nav__photosSlide ._img {
    width: 100%;
}

.c-nav__copy {
    position: absolute;
    left: 4rem;
    bottom: 4rem;
    opacity: 0;
    -webkit-transition: opacity .25s .4s ease;
    transition: opacity .25s .4s ease;
}

.c-nav__copy ._txt {
    font-family: Poppins, sans-serif;
    font-size: 1.3rem;
    letter-spacing: -.01em;
    text-transform: uppercase;
}

.c-nav.is-visible:where(._run-anim) .c-nav__copy {
    opacity: 1;
}

.c-nav:not(.is-visible):where(._run-anim) .c-nav__copy {
    opacity: 0;
}

.c-nav__connect {
    height: 100%;
}

@media screen and (min-width: 768px) {
    .c-nav__connect {
        width: 100%;
        padding-left: 13.5rem;
        border-left: 1px solid var(--color-gray1);
    }
}

.c-nav__connectInner {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%;
    font-family: Poppins, sans-serif;
    letter-spacing: -.01em;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .c-nav__connectInner {
        padding-top: 6.2rem;
    }
}

@media screen and (min-width: 768px) {
    .c-nav__connectInner {
        -webkit-box-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .c-nav__menu {
        -webkit-box-flex: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        padding-left: 2.6rem;
    }
}

.c-nav__pagesItem {
    text-transform: uppercase;
    opacity: 0;
    translate: .5rem 0;
}

.c-nav__pagesItem:nth-child(n+2) {
    margin-top: 2.4rem;
}

@media screen and (min-width: 768px) {
    .c-nav__pagesItem:nth-child(n+2) {
        margin-top: 6.5rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .c-nav__pagesItem:nth-child(n+2) {
        margin-top: 5.5rem;
    }
}

.c-nav.is-visible:where(._run-anim) .c-nav__pagesItem {
    opacity: 1;
    translate: 0;
}

.c-nav.is-visible:where(._run-anim) .c-nav__pagesItem:nth-child(7) {
    -webkit-transition: color .25s ease, opacity .25s .05s ease, translate .25s .05s ease;
    transition: color .25s ease, opacity .25s .05s ease, translate .25s .05s ease;
}

.c-nav.is-visible:where(._run-anim) .c-nav__pagesItem:nth-child(6) {
    -webkit-transition: color .25s ease, opacity .25s .1s ease, translate .25s .1s ease;
    transition: color .25s ease, opacity .25s .1s ease, translate .25s .1s ease;
}

.c-nav.is-visible:where(._run-anim) .c-nav__pagesItem:nth-child(5) {
    -webkit-transition: color .25s ease, opacity .25s .15s ease, translate .25s .15s ease;
    transition: color .25s ease, opacity .25s .15s ease, translate .25s .15s ease;
}

.c-nav.is-visible:where(._run-anim) .c-nav__pagesItem:nth-child(4) {
    -webkit-transition: color .25s ease, opacity .25s .2s ease, translate .25s .2s ease;
    transition: color .25s ease, opacity .25s .2s ease, translate .25s .2s ease;
}

.c-nav.is-visible:where(._run-anim) .c-nav__pagesItem:nth-child(3) {
    -webkit-transition: color .25s ease, opacity .25s .25s ease, translate .25s .25s ease;
    transition: color .25s ease, opacity .25s .25s ease, translate .25s .25s ease;
}

.c-nav.is-visible:where(._run-anim) .c-nav__pagesItem:nth-child(2) {
    -webkit-transition: color .25s ease, opacity .25s .3s ease, translate .25s .3s ease;
    transition: color .25s ease, opacity .25s .3s ease, translate .25s .3s ease;
}

.c-nav.is-visible:where(._run-anim) .c-nav__pagesItem:nth-child(1) {
    -webkit-transition: color .25s ease, opacity .25s .35s ease, translate .25s .35s ease;
    transition: color .25s ease, opacity .25s .35s ease, translate .25s .35s ease;
}

.c-nav__pagesItem:nth-child(1) {
    -webkit-transition: color .25s ease, opacity .25s .05s ease, translate .25s .05s ease;
    transition: color .25s ease, opacity .25s .05s ease, translate .25s .05s ease;
}

.c-nav__pagesItem:nth-child(2) {
    -webkit-transition: color .25s ease, opacity .25s .1s ease, translate .25s .1s ease;
    transition: color .25s ease, opacity .25s .1s ease, translate .25s .1s ease;
}

.c-nav__pagesItem:nth-child(3) {
    -webkit-transition: color .25s ease, opacity .25s .15s ease, translate .25s .15s ease;
    transition: color .25s ease, opacity .25s .15s ease, translate .25s .15s ease;
}

.c-nav__pagesItem:nth-child(4) {
    -webkit-transition: color .25s ease, opacity .25s .2s ease, translate .25s .2s ease;
    transition: color .25s ease, opacity .25s .2s ease, translate .25s .2s ease;
}

.c-nav__pagesItem:nth-child(5) {
    -webkit-transition: color .25s ease, opacity .25s .25s ease, translate .25s .25s ease;
    transition: color .25s ease, opacity .25s .25s ease, translate .25s .25s ease;
}

.c-nav__pagesItem:nth-child(6) {
    -webkit-transition: color .25s ease, opacity .25s .3s ease, translate .25s .3s ease;
    transition: color .25s ease, opacity .25s .3s ease, translate .25s .3s ease;
}

.c-nav__pagesItem:nth-child(7) {
    -webkit-transition: color .25s ease, opacity .25s .35s ease, translate .25s .35s ease;
    transition: color .25s ease, opacity .25s .35s ease, translate .25s .35s ease;
}

.c-nav:not(.is-visible):where(._run-anim) .c-nav__pagesItem {
    opacity: 0;
    translate: -.5rem 0;
}

.c-nav__page {
    display: inline-block;
}

.c-nav__page._current {
    position: relative;
    color: var(--color-red);
    pointer-events: none;
}

.c-nav__page._current:before {
    position: absolute;
    top: calc(50% - .5em);
    left: -2.8rem;
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    font-size: .8rem;
    background-color: currentColor;
    border-radius: 50%;
}

@media (hover: hover) {
    .c-nav__page {
        -webkit-transition: color .25s ease;
        transition: color .25s ease;
    }
    .c-nav__page:hover {
        color: var(--color-red);
    }
}

.c-nav__page ._txt {
    font-weight: 600;
    font-size: 4.568rem;
    line-height: 1;
}

@media only screen and (max-width: 1024px) {
    .c-nav__page ._txt {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 767px) {
    .c-nav__page ._txt {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 516px) {
    .c-nav__page ._txt {
        font-size: 2rem;
    }
}

.c-nav__social {
    margin-top: auto;
}

@media screen and (max-width: 767px) {
    .c-nav__social {
        padding: 0 3.2rem 3.2rem;
    }
}

@media screen and (min-width: 768px) {
    .c-nav__social {
        position: absolute;
        right: 4rem;
        bottom: 4rem;
        margin-top: 0;
        opacity: 0;
        -webkit-transition: opacity .25s .4s ease;
        transition: opacity .25s .4s ease;
    }
}

.c-nav.is-visible:where(._run-anim) .c-nav__social {
    opacity: 1;
}

.c-nav:not(.is-visible):where(._run-anim) .c-nav__social {
    opacity: 0;
}

.c-nav__sns {
    display: -webkit-box;
    display: flex;
    gap: 1.5rem 3.9rem;
}

@media screen and (max-width: 767px) {
    .c-nav__sns {
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
    }
}

@media screen and (min-width: 768px) {
    .c-nav__sns {
        gap: 2.4rem;
    }
}

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

.c-nav__snsItem._l {
    text-transform: lowercase;
}

.c-nav__snsItem._c {
    text-transform: capitalize;
}

@media (hover: hover) {
    .c-nav__snsLink {
        -webkit-transition: color .25s ease;
        transition: color .25s ease;
    }
    .c-nav__snsLink:hover {
        color: var(--color-red);
    }
}

.c-nav__snsLink ._txt {
    font-size: 1.3rem;
}

.c-nav__snsLink ._txt ._upper {
    text-transform: uppercase;
}


/*------------------------------------------------------------
footer
------------------------------------------------------------*/

.c-footer {
    overflow: hidden;
}

.c-footer__content {
    background-color: white;
}

@media only screen and (max-width: 516px) {
    .c-footer__content {
        padding-top: 40%;
    }
}

.c-footer__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    max-width: 1099.23px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}

@media only screen and (max-width: 516px) {
    .c-footer__list {
        flex-wrap: wrap;
    }
}

.c-footer__man {
    width: 37%;
    margin-top: -9%;
}

@media only screen and (max-width: 516px) {
    .c-footer__man {
        width: 46%;
        margin-top: -10%;
    }
}

.c-footer__logo {
    width: 18%;
    margin-top: -110px;
}

@media only screen and (max-width: 516px) {
    .c-footer__logo {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: 0;
        top: -45%;
        width: 35%;
    }
}

.c-footer__girl {
    width: 29%;
    position: relative;
}

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

@media only screen and (max-width: 516px) {
    .c-footer__girl {
        width: 48%;
    }
}

.c-footer__link {
    position: absolute;
    width: 48.5%;
    height: 21%;
    left: 29%;
    top: 44%;
    color: transparent;
}

.c-footer__privacy {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 78px;
    letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
    .c-footer__privacy {
        letter-spacing: 0;
        bottom: 56px;
    }
}

@media only screen and (max-width: 516px) {
    .c-footer__privacy {
        bottom: unset;
        top: -7%;
        bottom: unset;
    }
}

.c-footer__blue {
    background: #0D035B;
    padding: 19px 0;
    z-index: 2;
    position: relative;
    margin: -62px auto 0;
}

@media only screen and (max-width: 1025px) {
    .c-footer__blue {
        margin: -35px auto 0;
    }
}

.c-footer__last {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 516px) {
    .c-footer__last {
        -webkit-box-pack: center;
        justify-content: center;
    }
}

.c-footer__meta {
    display: -webkit-box;
    display: flex;
    max-width: 582.91px;
    justify-content: flex-end;
    width: 100%;
    margin-right: 7.5%;
}

@media only screen and (max-width: 1024px) {
    .c-footer__meta {
        max-width: 395.91px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .c-footer__meta {
        max-width: 335.91px;
    }
}

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

.c-footer__meta a {
    width: 48%;
    background: white;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 2.2rem;
    color: #0D035B;
    height: 51.18px;
    letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
    .c-footer__meta a {
        font-size: 1.6rem;
        height: 44.18px;
        letter-spacing: 0;
    }
}

@media only screen and (max-width: 516px) {
    .c-footer__meta a {
        font-size: 1.4rem;
        height: 40.18px;
        width: 47%;
    }
}


/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/


/* Breadcrumb
------------------------------------------------------------*/


/* layout
------------------------------------------------------------*/

body {
    font-family: Noto Sans JP, sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
}


/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/


/*------------------------------------------------------------
btn
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
title
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
icon
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
form
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
text
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
navi
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
img
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
list
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
table
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
line
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
video
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
video
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
other
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/

.p-top1 {
    z-index: 2;
    position: relative;
    color: white;
}

.p-top1__blue {
    margin-top: -12%;
}

@media only screen and (max-width: 767px) {
    .p-top1__blue {
        margin-top: -10%;
    }
}

.p-top1__medal {
    width: 76.5%;
    margin: -17.5% auto 0;
}

@media only screen and (max-width: 767px) {
    .p-top1__medal {
        width: 96%;
        margin: -28.5% auto 0;
    }
}

.p-top1__meta {
    background-color: #0D035B;
    padding: 0 20px 67px;
}

@media only screen and (max-width: 516px) {
    .p-top1__meta {
        padding: 0 20px 35px;
    }
}

.p-top1__meta.center {
    padding: 49px 20px 67px;
    margin-top: 110px;
}

@media only screen and (max-width: 767px) {
    .p-top1__meta.center {
        padding: 30px 20px 50px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top1__meta.center {
        margin-top: 80px;
        padding: 10px 20px 30px;
    }
}

.p-top1__title {
    font-size: 3.5rem;
    text-align: center;
    padding: 49px 0 10px;
    letter-spacing: 2.5px;
}

@media only screen and (max-width: 1024px) {
    .p-top1__title {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 767px) {
    .p-top1__title {
        font-size: 2.8rem;
        padding: 22px 0 10px;
        line-height: 1.6;
    }
}

@media only screen and (max-width: 516px) {
    .p-top1__title {
        letter-spacing: 0.5px;
    }
}

.p-top1__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 1028.44px;
    margin: 49px auto;
}

@media only screen and (max-width: 767px) {
    .p-top1__list {
        flex-wrap: wrap;
    }
}

.p-top1__left {
    min-width: 447.36px;
    max-width: 447.36px;
    background: #000038;
    border-radius: 12px;
    padding: 30px 41px;
}

@media only screen and (max-width: 1024px) {
    .p-top1__left {
        min-width: 399.36px;
        padding: 20px;
        margin-right: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .p-top1__left {
        margin: 0 auto 40px;
        padding: 30px 41px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top1__left {
        min-width: unset;
        max-width: 380px;
    }
}

.p-top1__right {
    font-size: 2.213rem;
    width: 52%;
    margin-top: 15px;
}

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

.p-top1__contact {
    max-width: 477.87px;
    width: 100%;
    margin: 45px auto 24px;
}

@media only screen and (max-width: 767px) {
    .p-top1__contact {
        width: 89%;
    }
}

.p-top1__text {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    letter-spacing: 4px;
    line-height: 1.65;
    margin-bottom: 41px;
}

@media only screen and (max-width: 1024px) {
    .p-top1__text {
        letter-spacing: 3px;
    }
}

@media only screen and (max-width: 767px) {
    .p-top1__text {
        letter-spacing: 3.5px;
        font-size: 2rem;
        margin-bottom: 31px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top1__text {
        letter-spacing: 0.5px;
        font-size: 1.6rem;
    }
}

.p-top1__link {
    background: #C7000D;
    font-size: 2.174rem;
    border-radius: 5px;
    display: block;
    max-width: 261.81px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 56.17px;
    margin: 0 auto;
    letter-spacing: 4px;
    width: 100%;
    color: white;
}

@media only screen and (max-width: 767px) {
    .p-top1__link {
        font-size: 1.7rem;
        max-width: 210.81px;
        letter-spacing: 1px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top1__link {
        font-size: 1.6rem;
        max-width: 190px;
        height: 50.17px;
    }
}

.p-top2 {
    background-color: white;
    position: relative;
    padding: 13.5% 20px 5%;
}

.p-top2__bg {
    background-image: url(../img/index/top2/top2_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1200px;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    height: 100%;
    color: transparent;
}

.p-top2__meta {
    max-width: 977px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.p-top2__title {
    width: 64.5%;
    margin-left: 1%;
}

@media only screen and (max-width: 516px) {
    .p-top2__title {
        width: 68.5%;
    }
}

.p-top2__content {
    margin-top: 9.5%;
}

.p-top2__text1 {
    width: 93.3%;
    margin-bottom: 3%;
}

@media only screen and (max-width: 516px) {
    .p-top2__text1 {
        width: 100%;
    }
}

.p-top2__text2 {
    width: 93.3%;
    margin-bottom: 3%;
}

@media only screen and (max-width: 516px) {
    .p-top2__text2 {
        width: 100%;
    }
}

.p-top2__text3 {
    width: 32.5%;
}

@media only screen and (max-width: 516px) {
    .p-top2__text3 {
        width: 35%;
    }
}

.p-top2__text4 {
    width: 65%;
    margin-left: auto;
    margin-top: 1%;
}

.p-top2__yellow {
    background-image: url(../img/index/yellow_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0 20px;
    min-height: 222px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .p-top2__yellow.small {
        min-height: 150px;
    }
}

@media only screen and (max-width: 767px) and (max-width: 516px) {
    .p-top2__yellow.small {
        min-height: 125px;
    }
}

.p-top2__yellow::after {
    position: absolute;
    width: 44px;
    height: 28px;
    left: 50%;
    bottom: -25px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    background-image: url(../img/index/yellow_arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}

@media only screen and (max-width: 516px) {
    .p-top2__yellow::after {
        width: 32px;
        bottom: -23px;
    }
}

.p-top2__part {
    display: -webkit-box;
    display: flex;
    max-width: 1109px;
    margin: 0 auto;
    width: 100%;
}

@media only screen and (max-width: 516px) {
    .p-top2__part {
        flex-wrap: wrap;
    }
}

.p-top2__logo {
    max-width: 170.16px;
    margin-right: 3%;
}

@media only screen and (max-width: 767px) {
    .p-top2__logo {
        max-width: 140.16px;
        margin-right: 25px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top2__logo {
        max-width: 110.16px;
        margin: 0 auto 20px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top2__box {
        width: 100%;
    }
}

.p-top2__number {
    max-width: 408.94px;
}

@media only screen and (max-width: 767px) {
    .p-top2__number {
        max-width: 330.94px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top2__number {
        margin: 0 auto;
        max-width: 290.94px;
    }
}

.p-top2__special {
    color: #0D035B;
    font-size: 3.4rem;
    margin-left: -8px;
    letter-spacing: 3px;
}

@media only screen and (max-width: 1024px) {
    .p-top2__special {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 767px) {
    .p-top2__special {
        font-size: 2rem;
        margin-left: 0;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top2__special {
        letter-spacing: 0;
        font-size: 1.6rem;
        text-align: center;
    }
}

.p-top2__special.small {
    font-size: 2.8rem;
}

@media only screen and (max-width: 767px) {
    .p-top2__special.small {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 767px) and (max-width: 516px) {
    .p-top2__special.small {
        font-size: 1.8rem;
    }
}

.p-top2__special span {
    color: #C7000D;
}

.p-top3 {
    margin-top: 65px;
}

.p-top3__content {
    max-width: 1220px;
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
}

.p-top3__text {
    width: 26.8%;
    position: absolute;
    left: 21.4%;
    top: 2.2%;
}

@media only screen and (max-width: 767px) {
    .p-top3__text {
        width: 39.8%;
        left: 10px;
        top: 2.2%;
    }
}

@media only screen and (max-width: 516px) {
    .p-top3__text {
        width: 44.8%;
    }
}

.p-top3__man {
    position: absolute;
    width: 31%;
    bottom: -16%;
    left: 1%;
}

@media only screen and (max-width: 767px) {
    .p-top3__man {
        width: 38%;
        bottom: -4.5%;
        left: 11%;
    }
}

@media only screen and (max-width: 516px) {
    .p-top3__man {
        width: 41%;
        left: 12%;
    }
}

.p-top3__map {
    width: 67%;
    margin-left: 23%;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 32px;
}

@media only screen and (max-width: 1024px) {
    .p-top3__map {
        width: 70%;
    }
}

@media only screen and (max-width: 767px) {
    .p-top3__map {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 43%;
    }
}

@media only screen and (max-width: 516px) {
    .p-top3__map {
        padding-bottom: 48%;
    }
}

.p-top3__girl {
    position: absolute;
    bottom: -6.3%;
    width: 34.5%;
    right: -11.4%;
}

@media only screen and (max-width: 1024px) {
    .p-top3__girl {
        bottom: -9.3%;
    }
}

@media only screen and (max-width: 767px) {
    .p-top3__girl {
        width: 30.5%;
        right: 6.6%;
        bottom: 0;
    }
}

@media only screen and (max-width: 516px) {
    .p-top3__girl {
        width: 34.5%;
        right: 4.6%;
    }
}

.p-top4 {
    max-width: 1048.22px;
    padding: 0 20px;
    margin: 0 auto;
}

.p-top4__image {
    max-width: 850.65px;
    margin: 60px auto 26px;
}

.p-top4__title {
    max-width: 548.45px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .p-top4__title {
        width: 70%;
    }
}

@media only screen and (max-width: 516px) {
    .p-top4__title {
        width: 80%;
    }
}

.p-top4__text {
    max-width: 549.36px;
    margin: 9px auto 95px;
}

@media only screen and (max-width: 767px) {
    .p-top4__text {
        margin: 20px auto 70px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top4__text {
        margin: 20px auto 50px;
    }
}

.p-top4__info {
    font-size: 3.418rem;
    color: #0D035B;
    text-align: center;
    letter-spacing: 3px;
}

@media only screen and (max-width: 1024px) {
    .p-top4__info {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 767px) {
    .p-top4__info {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 516px) {
    .p-top4__info {
        font-size: 2rem;
    }
}

.p-top4__list {
    margin: 53px auto 48px;
    grid-gap: 2.2rem 0.8rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 767px) {
    .p-top4__list {
        margin: 30px auto 40px;
    }
}

@media only screen and (max-width: 666px) {
    .p-top4__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.p-top4__blue {
    max-width: 738.14px;
    margin: 0 auto;
}

.p-top5__bg {
    background-image: url(../img/index/top5/top5_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 384px;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .p-top5__bg {
        height: 320px;
    }
}

@media only screen and (max-width: 767px) {
    .p-top5__bg {
        height: 282px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top5__bg {
        height: 150px;
    }
}

.p-top5__abs {
    position: relative;
    max-width: 584.31px;
    margin: 0 auto;
    width: 49%;
}

@media only screen and (max-width: 1024px) {
    .p-top5__abs {
        width: 57%;
    }
}

@media only screen and (max-width: 767px) {
    .p-top5__abs {
        width: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse;
        padding-top: 120px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top5__abs {
        padding-top: 61px;
    }
}

.p-top5__abs .p-top5__note {
    position: absolute;
    max-width: 216.86px;
    left: -167px;
    top: 161px;
}

@media only screen and (max-width: 767px) {
    .p-top5__abs .p-top5__note {
        position: unset;
    }
}

@media only screen and (max-width: 516px) {
    .p-top5__abs .p-top5__note {
        width: 38%;
    }
}

.p-top5__laptop {
    padding-top: 113px;
}

@media only screen and (max-width: 767px) {
    .p-top5__laptop {
        width: 70%;
        padding-right: 20px;
        padding-top: 0;
    }
}

@media only screen and (max-width: 516px) {
    .p-top5__laptop {
        width: 60%;
        padding-right: 10px;
    }
}

.p-top5__text {
    font-size: 1.6rem;
    color: #0D035B;
    margin-top: 206px;
    text-align: center;
    position: relative;
    max-width: 403.55px;
    margin: 206px auto 0;
}

@media only screen and (max-width: 1024px) {
    .p-top5__text {
        margin: 106px auto 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        max-width: 100%;
    }
    .p-top5__text .p-top5__detail {
        width: 57%;
        margin-right: 30px;
        max-width: 403.55px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 767px) {
    .p-top5__text .p-top5__detail {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 516px) {
    .p-top5__text .p-top5__detail {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .p-top5__text {
        margin: 60px auto 0;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 516px) {
    .p-top5__text {
        margin: 20% auto 0;
    }
}

@media only screen and (max-width: 376px) {
    .p-top5__text {
        margin: 10% auto 0;
    }
}

.p-top5__desc {
    letter-spacing: 2px;
}

@media only screen and (max-width: 516px) {
    .p-top5__desc {
        letter-spacing: 0;
    }
}

.p-top5__title {
    font-size: 3rem;
    color: white;
    background: #0D035B;
    width: 403.55px;
    height: 59px;
    border-radius: 9px;
    margin: 8px auto;
    letter-spacing: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .p-top5__title {
        width: 351.3px;
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .p-top5__title {
        font-size: 2rem;
        width: 305.05px;
        height: 44px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top5__title {
        width: 265.05px;
        letter-spacing: 2px;
    }
}

.p-top5__man {
    position: absolute;
    max-width: 281.29px;
    right: -297px;
    top: -93px;
}

@media only screen and (max-width: 1024px) {
    .p-top5__man {
        position: unset;
    }
}

@media only screen and (max-width: 516px) {
    .p-top5__man {
        max-width: 230.29px;
    }
}

.p-top5__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    max-width: 928px;
    margin: 69px auto;
}

@media only screen and (max-width: 767px) {
    .p-top5__list {
        margin: 55px auto;
    }
}

@media only screen and (max-width: 516px) {
    .p-top5__list {
        flex-wrap: wrap;
        max-width: 350px;
        margin: 55px auto 10px;
    }
}

.p-top5__link {
    width: 44.5%;
}

@media only screen and (max-width: 767px) {
    .p-top5__link {
        width: 48%;
    }
}

@media only screen and (max-width: 516px) {
    .p-top5__link {
        width: 100%;
        margin-bottom: 40px;
    }
}

.p-top6__list {
    padding: 0 20px;
    max-width: 942.66px;
    margin: 96px auto 22px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .p-top6__list {
        margin: 65px auto 22px;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 516px) {
    .p-top6__list {
        margin: 45px auto 30px;
        max-width: 350px;
    }
}

.p-top6__link {
    width: 31.5%;
}

@media only screen and (max-width: 767px) {
    .p-top6__link {
        width: 48%;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top6__link {
        width: 100%;
        margin-top: 40px;
    }
}

.p-top6__add {
    max-width: 38.73px;
    margin: 0 auto 27px;
}

@media only screen and (max-width: 767px) {
    .p-top6__add {
        max-width: 30.73px;
    }
}

.p-top6__text {
    font-size: 2.7rem;
    color: #0D035B;
    text-align: center;
    letter-spacing: 3px;
    line-height: 1.6;
}

@media only screen and (max-width: 767px) {
    .p-top6__text {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 516px) {
    .p-top6__text {
        font-size: 1.6rem;
        letter-spacing: 1px;
        padding: 0 20px;
    }
}

.p-top7__top {
    background-color: #1B6EB8;
    position: relative;
}

.p-top7__bgtop {
    margin-top: 49px;
}

.p-top7__people {
    max-width: 341.93px;
    margin: 0 auto;
    padding: 15px 20px 108px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .p-top7__people {
        margin: 0 auto;
        padding: 15px 20px 110px;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
        max-width: 445px;
    }
    .p-top7__people .p-top7__buider {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) and (max-width: 516px) {
    .p-top7__people .p-top7__buider {
        width: 55%;
    }
}

@media only screen and (max-width: 516px) {
    .p-top7__people {
        padding: 30px 20px 95px;
    }
}

.p-top7__people .p-top7__monitor {
    position: absolute;
    right: -104px;
    bottom: 98px;
    max-width: 135.63px;
}

@media only screen and (max-width: 767px) {
    .p-top7__people .p-top7__monitor {
        position: unset;
    }
}

@media only screen and (max-width: 516px) {
    .p-top7__people .p-top7__monitor {
        width: 37%;
    }
}

.p-top7__yellow {
    font-size: 3.6rem;
    color: #FFF200;
    text-align: center;
    letter-spacing: 4px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    bottom: -34px;
}

@media only screen and (max-width: 1024px) {
    .p-top7__yellow {
        font-size: 3rem;
        bottom: -12px;
    }
}

@media only screen and (max-width: 767px) {
    .p-top7__yellow {
        font-size: 2rem;
        bottom: 15px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top7__yellow {
        font-size: 1.6rem;
        bottom: 15px;
        padding: 0 20px;
        letter-spacing: 0;
    }
}

@media only screen and (max-width: 767px) {
    .p-top7__center {
        padding: 0 20px;
    }
}

.p-top7__title1 {
    max-width: 479.63px;
    margin: 150px auto 66px;
}

@media only screen and (max-width: 1024px) {
    .p-top7__title1 {
        margin: 100px auto 66px;
        max-width: 409.63px;
    }
}

@media only screen and (max-width: 767px) {
    .p-top7__title1 {
        margin: 70px auto 40px;
        max-width: 320.63px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top7__title1 {
        margin: 70px auto 30px;
    }
}

.p-top7__desc {
    font-size: 2.563rem;
    text-align: center;
    letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
    .p-top7__desc {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 516px) {
    .p-top7__desc {
        font-size: 1.6rem;
    }
}

.p-top7__meta {
    display: -webkit-box;
    display: flex;
    max-width: 1250px;
    margin: 63px auto 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 160px;
}

@media only screen and (max-width: 767px) {
    .p-top7__meta {
        margin: 40px auto 0;
    }
}

@media only screen and (max-width: 516px) {
    .p-top7__meta {
        padding-bottom: 45%;
        margin: 25px auto 0;
    }
}

.p-top7__girl {
    width: 24%;
    position: absolute;
    left: 0.2%;
    bottom: -4%;
}

@media only screen and (max-width: 767px) {
    .p-top7__girl {
        width: 30%;
        bottom: -2%;
    }
}

@media only screen and (max-width: 516px) {
    .p-top7__girl {
        width: 35%;
    }
}

.p-top7__image {
    width: 45%;
    max-width: 536.72px;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    .p-top7__image {
        width: 57%;
    }
}

@media only screen and (max-width: 767px) {
    .p-top7__image {
        width: 80%;
        margin: 0 auto 40px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top7__image {
        width: 100%;
    }
}

.p-top7__man {
    right: 0;
    width: 27%;
    position: absolute;
    bottom: -13%;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .p-top7__man {
        width: 33%;
        bottom: -7%;
    }
}

@media only screen and (max-width: 516px) {
    .p-top7__man {
        width: 38%;
    }
}

.p-top7__bottom {
    background: #F1F1F1;
    padding-top: 112px;
    z-index: 2;
    position: relative;
    padding-bottom: 145px;
}

@media only screen and (max-width: 767px) {
    .p-top7__bottom {
        padding-top: 80px;
        padding-bottom: 110px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top7__bottom {
        padding-top: 70px;
        padding-bottom: 85px;
    }
}

.p-top7__title2 {
    max-width: 426.83px;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    .p-top7__title2 {
        max-width: 332.83px;
    }
}

@media only screen and (max-width: 767px) {
    .p-top7__title2 {
        max-width: 285.83px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top7__title2 {
        max-width: 252.83px;
    }
}

.p-top7__list {
    padding: 0 20px;
    max-width: 1004.8px;
    margin: 105px auto 88px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .p-top7__list {
        margin: 50px auto;
    }
}

@media only screen and (max-width: 666px) {
    .p-top7__list {
        flex-wrap: wrap;
        max-width: 480px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top7__list {
        margin: 20px auto;
    }
}

@media only screen and (max-width: 416px) {
    .p-top7__list {
        margin: 10px auto 40px;
        max-width: 320px;
    }
}

.p-top7__list .p-top7__link {
    width: 29.5%;
}

@media only screen and (max-width: 767px) {
    .p-top7__list .p-top7__link {
        width: 31%;
    }
}

@media only screen and (max-width: 666px) {
    .p-top7__list .p-top7__link {
        width: 46%;
        margin-top: 45px;
    }
}

@media only screen and (max-width: 416px) {
    .p-top7__list .p-top7__link {
        width: 100%;
    }
}

.p-top7__menu {
    max-width: 692.6px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .p-top7__menu {
        max-width: 520.6px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top7__menu {
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .p-top7__menu .p-top1__link {
        width: 100%;
        margin: 20px 20px 15px;
        max-width: 210px;
    }
}

.p-insta {
    background-image: url(../img/index/insta/insta_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 69px;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 516px) {
    .p-insta {
        padding-bottom: 50%;
    }
}

.p-insta__content {
    display: -webkit-box;
    display: flex;
    color: white;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 7.5%;
}

@media only screen and (max-width: 1124px) {
    .p-insta__content {
        padding-left: 3.5%;
    }
}

.p-insta__left {
    width: 51%;
    margin-bottom: 34px;
    z-index: 2;
}

@media only screen and (max-width: 1024px) {
    .p-insta__left {
        width: 59%;
    }
}

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

.p-insta__title {
    max-width: 285.62px;
}

@media only screen and (max-width: 767px) {
    .p-insta__title {
        max-width: 217.62px;
    }
}

@media only screen and (max-width: 516px) {
    .p-insta__title {
        max-width: 200.62px;
    }
}

.p-insta__desc {
    font-size: 1.655rem;
    margin-top: 19px;
    letter-spacing: 3px;
}

@media only screen and (max-width: 516px) {
    .p-insta__desc {
        font-size: 1.45rem;
        letter-spacing: 1px;
        margin-top: 15px;
    }
}

.p-insta__detail {
    font-size: 3rem;
    margin-top: 49px;
    letter-spacing: 6px;
    line-height: 1.55;
    margin-bottom: 43px;
}

@media only screen and (max-width: 1024px) {
    .p-insta__detail {
        font-size: 2.5rem;
        margin-bottom: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .p-insta__detail {
        margin-top: 30px;
        letter-spacing: 3px;
        margin-bottom: 108px;
        font-size: 2rem;
    }
}

@media only screen and (max-width: 516px) {
    .p-insta__detail {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
}

.p-insta__logo {
    max-width: 247.08px;
    margin-left: 10px;
}

@media only screen and (max-width: 767px) {
    .p-insta__logo {
        max-width: 152.08px;
    }
}

@media only screen and (max-width: 516px) {
    .p-insta__logo {
        max-width: 128.08px;
    }
}

.p-insta__right {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 587.17px;
}

@media only screen and (max-width: 1024px) {
    .p-insta__right {
        width: 58%;
    }
}

@media only screen and (max-width: 516px) {
    .p-insta__right {
        width: 81%;
    }
}

.p-top2__black {
    font-size: 3.4rem;
}

@media only screen and (max-width: 1024px) {
    .p-top2__black {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 767px) {
    .p-top2__black {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 516px) {
    .p-top2__black {
        font-size: 1.8rem;
    }
}

.p-top8__content {
    max-width: 1200px;
    margin: 100px auto 0;
    position: relative;
    padding: 0 20px 179px;
}

@media only screen and (max-width: 767px) {
    .p-top8__content {
        padding: 0 20px 110px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top8__content {
        margin: 80px auto 0;
        padding: 0 20px 70px;
    }
}

.p-top8__part {
    max-width: 894.54px;
    margin: 0 auto;
    background: #ECF2E9;
    padding: 21px 38px;
}

@media only screen and (max-width: 1024px) {
    .p-top8__part {
        padding: 21px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top8__part {
        padding: 19px;
        max-width: 394.54px;
    }
}

.p-top8__part.last {
    padding: 17px 38px;
}

@media only screen and (max-width: 1024px) {
    .p-top8__part.last {
        padding: 21px;
    }
}

.p-top8__part .p-top1__link {
    margin: 43px auto 60px;
}

@media only screen and (max-width: 1024px) {
    .p-top8__part .p-top1__link {
        margin: 25px auto 30px;
    }
}

@media only screen and (max-width: 767px) {
    .p-top8__part .p-top1__link {
        margin: 0 auto 20px;
    }
}

.p-top8__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .p-top8__list {
        flex-wrap: wrap;
    }
}

.p-top8__number {
    width: 152.27px;
}

@media only screen and (max-width: 1024px) {
    .p-top8__number {
        width: 127.27px;
    }
}

@media only screen and (max-width: 767px) {
    .p-top8__number {
        width: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .p-top8__number img {
        width: 110.27px;
    }
}

@media only screen and (max-width: 767px) and (max-width: 516px) {
    .p-top8__number img {
        width: 102.27px;
    }
}

.p-top8__text {
    font-size: 1.9rem;
    width: 64%;
    letter-spacing: 2px;
    padding-right: 25px;
}

@media only screen and (max-width: 1024px) {
    .p-top8__text {
        margin-left: 20px;
        margin-right: 20px;
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .p-top8__text {
        margin: 20px 0;
        font-size: 1.6rem;
        letter-spacing: 0;
        width: 62%;
    }
}

@media only screen and (max-width: 516px) {
    .p-top8__text {
        width: 100%;
    }
}

.p-top8__arrow {
    max-width: 86.6px;
    margin: 25px auto;
}

@media only screen and (max-width: 1024px) {
    .p-top8__arrow {
        max-width: 75.6px;
    }
}

@media only screen and (max-width: 767px) {
    .p-top8__arrow {
        max-width: 60.6px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top8__arrow {
        max-width: 51.6px;
        margin: 20px auto 15px;
    }
}

.p-top8__image {
    width: 176.43px;
    margin: -21px -38px;
}

@media only screen and (max-width: 1024px) {
    .p-top8__image {
        margin: -21px -21px -21px 0;
    }
}

@media only screen and (max-width: 767px) {
    .p-top8__image {
        margin: 30px -21px -21px 10px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top8__image {
        width: 100%;
        margin: 0 auto;
        max-width: 300px;
    }
}

.p-top8__girl {
    width: 18.7%;
    position: absolute;
    right: 0.7%;
    bottom: -2%;
}

@media only screen and (max-width: 1124px) {
    .p-top8__girl {
        right: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .p-top8__girl {
        width: 22%;
        right: 0;
        bottom: -1%;
    }
}

@media only screen and (max-width: 767px) {
    .p-top8__girl {
        width: 27%;
    }
}

@media only screen and (max-width: 516px) {
    .p-top8__girl {
        width: 44%;
    }
}

.p-top8__gray {
    background: #F1F1F1;
    z-index: 2;
    position: relative;
    padding: 70px 20px 116px;
}

@media only screen and (max-width: 767px) {
    .p-top8__gray {
        padding: 70px 20px 100px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top8__gray {
        padding: 70px 20px 80px;
    }
}

.p-top8__info {
    font-size: 3.755rem;
    text-align: center;
    letter-spacing: 4px;
}

@media only screen and (max-width: 1024px) {
    .p-top8__info {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 767px) {
    .p-top8__info {
        font-size: 2.5rem;
        letter-spacing: 2px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top8__info {
        font-size: 2.2rem;
    }
}

.p-top8__column {
    max-width: 922.47px;
    margin: 56px auto 78px;
    grid-gap: 5rem 4rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 1024px) {
    .p-top8__column {
        grid-gap: 4rem 3rem;
    }
}

@media only screen and (max-width: 767px) {
    .p-top8__column {
        grid-gap: 3rem 2rem;
        margin: 40px auto 50px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top8__column {
        grid-template-columns: repeat(2, 1fr);
        margin: 40px auto;
    }
}

.p-top8__detail {
    font-size: 1.6rem;
    max-width: 247.61px;
    margin: 16px auto 0;
    letter-spacing: 1px;
}

@media only screen and (max-width: 516px) {
    .p-top8__detail {
        letter-spacing: 0px;
        font-size: 1.4rem;
    }
}

.p-top__container {
    max-width: 1200px;
    margin: 0 auto;
}


/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/


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

.c-subpage__title {
    background: #0D035B;
    height: 126.56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.c-subpage__title h1 {
    letter-spacing: 3px;
    font-size: 3.143rem;
}

.c-subpage__logo {
    max-width: 186.95px;
    display: block;
    margin: 12px 26px;
}

.p-column__content {
    padding: 0 20px;
}

.p-column__content .p-top8__column {
    margin: 181px auto 78px;
}

.c-footer__item {
    background-color: #F1F1F1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 118px 0 150px;
}

.c-footer__center {
    max-width: 219.85px;
}

.c-footer__subpage .c-footer__blue {
    margin: 0 auto;
}

.p-privacy__list {
    padding: 0 20px;
    max-width: 942.53px;
    margin: 75px auto 137px;
    letter-spacing: 2px;
}

.p-privacy__line {
    margin-bottom: 55px;
}

.p-privacy__line:last-child {
    margin-top: 90px;
}

.p-privacy__line h3 {
    font-size: 2.2rem;
}

@media only screen and (max-width: 516px) {
    .p-privacy__line h3 {
        font-size: 1.7rem;
    }
}

.p-privacy__line p {
    font-size: 1.6rem;
    line-height: 2.7;
    letter-spacing: 1.5px;
    margin-top: 3px;
}

@media only screen and (max-width: 1024px) {
    .c-subpage__title h1 {
        font-size: 2.5rem;
    }
    .c-subpage__title {
        height: 110.56px;
    }
    .c-subpage__logo {
        max-width: 150.95px;
    }
    .hm-kv__menu {
        width: 68.16px;
        height: 68.16px;
    }
    .hm-kv__menuBtn ._lines {
        width: 3.1rem;
    }
    .p-privacy__list {
        margin: 110px auto 137px;
    }
    .p-privacy__line p {
        line-height: 1.7;
        letter-spacing: 1.5px;
        margin-top: 3px;
    }
    .p-privacy__line:last-child {
        margin-top: 70px;
    }
    .c-footer__center {
        max-width: 180.85px;
    }
}

@media only screen and (max-width: 767px) {
    .c-nav__pagesItem:nth-child(n+2) {
        margin-top: 3.4rem;
    }
    .c-subpage__title h1 {
        font-size: 2.2rem;
    }
    .c-subpage__logo {
        max-width: 125.95px;
        margin: 12px 20px;
    }
    .hm-kv__menu {
        width: 58.16px;
        height: 58.16px;
    }
    .p-privacy__list {
        margin: 90px auto 110px;
    }
    .c-footer__center {
        max-width: 175.85px;
    }
    .c-footer__item {
        padding: 90px 0 110px;
    }
    .p-privacy__line {
        margin-bottom: 35px;
    }
    .p-privacy__line:last-child {
        margin-top: 40px;
    }
    .p-privacy__line h3 {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 516px) {
    .p-privacy__line h3 {
        font-size: 1.8rem;
    }
    .c-footer__center {
        max-width: 140.85px;
    }
    .p-privacy__line p {
        line-height: 1.7;
        letter-spacing: 1px;
        font-size: 1.5rem;
    }
    .c-subpage__title h1 {
        font-size: 2rem;
        letter-spacing: 1px;
    }
    .c-subpage__logo {
        margin: 12px;
        max-width: 110.95px;
    }
    .hm-kv__menu {
        width: 50.16px;
        height: 50.16px;
    }
    .p-privacy__line {
        margin-bottom: 30px;
    }
    .p-privacy__line:last-child {
        margin-top: 25px;
    }
    .c-header1.is-visible {
        top: 10px;
        right: 10px;
    }
}

.p-contact__desc {
    font-size: 1.6rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 78px;
    line-height: 2.7;
    letter-spacing: 1.5px;
}

@media only screen and (max-width: 767px) {
    .p-contact__desc {
        margin-top: 60px;
        line-height: 2;
    }
}

.disabled {
    font-weight: bold;
    margin-left: -5px;
}

option {
    margin-left: 10px;
}

.form-meta {
    max-width: 702.24px;
    margin: 94px auto 0;
}

.form-item2 {
    width: 406px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 4px;
}

.form-item1 {
    max-width: 447.78px;
    width: 65%;
}

::placeholder {
    color: #BBBCBC;
    opacity: 0.8;
    font-size: 1.6rem;
    line-height: 2;
    font-family: Noto Sans JP, sans-serif;
}

.mwform-checkbox-field label,
.mwform-radio-field label {
    display: flex;
    align-items: center;
}

.form-white {
    visibility: hidden;
}

.mwform-checkbox-field-text {
    margin-left: 4px;
    font-size: 1.3rem;
    letter-spacing: 1px;
}

.wpcf7-checkbox input {
    width: 24.1px;
    height: 23.1px;
}

.form-list {
    display: flex;
    margin: 0 auto 18px;
}

.form-list.form-message1 {
    margin: 25px auto;
    align-items: flex-start;
}

@media only screen and (max-width: 767px) {
    .form-list.form-message1 {
        margin: 0;
    }
}

.form-list.form-message1 .form-item:first-child {
    margin-top: 13px;
}

.form-item:first-child {
    width: 140.36px;
    justify-content: flex-start;
    margin-right: 20px;
}

.form-box {
    align-items: flex-start;
    margin: 26px auto 29px;
}

.form-info {
    font-size: 1.8rem;
    text-align: right;
    letter-spacing: 1px;
}

@media only screen and (max-width: 516px) {
    .form-info {
        font-size: 1.6rem;
    }
}

.form-item {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
}

.form-red {
    font-size: 1.1rem;
    color: #E60013;
    border-radius: 5px;
    margin-right: 10px;
}

.form-info {
    letter-spacing: 1px;
}

.form-list .form-item:nth-child(2) {
    display: block;
    width: 71%;
}

#form-mess .form-input {
    padding: 10px 20px;
    width: 560.75px;
    height: 233.35px;
}

.mw_wp_form_confirm #form-mess .form-item:first-child {
    margin-top: 0;
}

#form-mess {
    align-items: flex-start;
}

#form-mess .form-item:first-child {
    margin-top: 13px;
}

.form-blue {
    background-color: #005AAB !important;
}

.form-input {
    box-sizing: border-box;
    font-family: Noto Sans JP, sans-serif;
    padding: 0 20px;
    height: 57.98px;
    width: 100%;
    border: 1px solid;
    font-size: 1.6rem;
    line-height: 2;
    border-radius: 4px;
}

.form-message {
    box-sizing: border-box;
    font-family: Noto Sans JP, sans-serif;
    padding: 10px 20px;
    height: 213.65px;
    width: 100%;
    border: 1px solid;
    font-size: 1.6rem;
    line-height: 2;
    border-radius: 4px;
}

.form-note {
    font-size: 1.6rem;
    margin: 113px 0 76px;
    line-height: 2.7;
    letter-spacing: 1.5px;
    display: flex;
    justify-content: center;
}

.contact-main2__text {
    margin-top: 35px;
    margin-bottom: 84px;
    text-align: center;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    letter-spacing: 1.5px;
}

@media only screen and (max-width: 516px) {
    .contact-main2__text {
        font-size: 1.2rem;
        letter-spacing: 0;
    }
}

.contact-main2__text a {
    color: #E60013;
}

.contact-main2__text.sp {
    display: none;
}

.contact-main2__text .error {
    bottom: -17px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.contact-main2__meta {
    justify-content: center;
    display: flex;
    margin-bottom: 9px;
}

.p-contact .p-contact__btn__back {
    display: none;
}

.p-contact__btn__back {
    position: relative;
}

.mw_wp_form_confirm .p-contact__btn__back {
    margin-right: 38px;
}

.p-contact__btn__back span {
    top: 11px;
}

.p-contact__btn__back span {
    cursor: pointer;
    transform: rotate(180deg);
    top: 87px;
    font-size: 2rem;
    position: absolute;
    left: 26px;
    color: white;
}

.contact-main2__link {
    position: relative;
}

.contact-main2__link input {
    -webkit-appearance: none;
    cursor: pointer;
    border: none;
    position: relative;
    width: 333.81px;
    color: white;
    background-color: #E60013;
    height: 56.17px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 2.174rem;
    border-radius: 5px;
    letter-spacing: 5px;
}

@media only screen and (max-width: 1024px) {
    .contact-main2__link input {
        letter-spacing: 3px;
    }
}

.contact-main2__text .mwform-checkbox-field-text {
    display: none;
}

.contact-main2__link span {
    top: 9px;
    right: 35px;
    font-size: 2rem;
    position: absolute;
    color: white;
}

.contact-main2__link:hover span {
    cursor: pointer;
    right: 25px;
    transition: linear 0.5s;
}

.p-contact__btn__back {
    position: relative;
}

.p-contact__btn__back input {
    -webkit-appearance: none;
    cursor: pointer;
    color: white;
    background-color: #595857;
    border: 0;
    height: 49px;
    width: 150px;
}

.p-contact__btn__back span {
    top: 9px;
}

.mw_wp_form_confirm .contact-main2__link img {
    right: 20px;
}

.mw_wp_form_confirm .form-box {
    margin: 0 auto 19px;
}

.mw_wp_form_confirm .form-list.form-message1 .form-item:first-child {
    margin-top: 0;
}

.mw_wp_form_confirm .contact-main2__text,
.mw_wp_form_confirm .contact-main2__text.sp {
    display: none;
}

.form-meta .wpcf7-spinner {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .form-item2 {
        width: 100%;
    }
    .form-list .form-item:nth-child(2) {
        width: 100%;
    }
    .form-list {
        flex-wrap: wrap;
    }
    .form-item:first-child {
        justify-content: flex-start;
        margin-bottom: 10px;
        width: 100%;
    }
    .contact-main2__link input {
        font-size: 1.7rem;
        letter-spacing: 1px;
        width: 250.81px;
    }
    .mw_wp_form_confirm .p-contact__btn__back {
        margin-right: 18px;
    }
    .contact-main2__meta {
        max-width: 465px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 516px) {
    .mw_wp_form_confirm .contact-main2__link img {
        display: none;
    }
    .contact-main2__link img {
        right: 20px;
    }
    .contact-main2__meta {
        max-width: 288px;
    }
    .contact-main2__link span {
        display: none;
    }
    .p-contact__btn__back span {
        display: none;
    }
    .p-contact__btn__back input {
        width: 50px;
        font-size: 1.4rem;
    }
    .contact-main2__button {
        width: 100%;
    }
    .contact-main2__text.sp {
        display: flex;
    }
    .form-input {
        width: 100% !important;
    }
    .contact-main2__link input {
        margin: 0 auto;
        width: 205px;
        font-size: 1.5rem;
        height: 50.17px;
    }
}

.mw_wp_form_confirm .form-list {
    align-items: center !important;
}

.mw_wp_form_complete {
    padding: 8vw 11vw;
    max-width: 55vw;
    margin: 150px auto 450px;
    background: white;
    border-radius: 8px;
}

.form-item4 {
    width: 100%;
    max-width: 372px;
    margin-left: 4px;
}

.wpcf7-checkbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-main2__text .wpcf7-list-item-label {
    display: none;
}

.contact-main2__text .wpcf7-not-valid-tip {
    bottom: -30px;
    position: absolute;
    left: 50%;
    width: max-content;
    transform: translateX(-50%);
}

.wpcf7-form-control-wrap {
    position: unset !important;
}

.contact-main2__text .wpcf7-checkbox input {
    width: 23.1px;
    height: 23.1px;
    margin-right: 10px;
}

.form-item4 .wpcf7-list-item {
    width: 48%;
    margin: 0 0 8px;
}

.wpcf7-list-item-label {
    font-size: 1.6rem;
    margin-left: 15px;
    letter-spacing: 2px;
}

@media only screen and (max-width: 516px) {
    .wpcf7-list-item-label {
        font-size: 1.5rem;
        letter-spacing: 1px;
        margin-left: 5px;
    }
}

.wpcf7-checkbox label {
    display: flex;
    align-items: center;
}

.form-item3 {
    margin-left: 7px;
    width: 129px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mw_wp_form_complete {
    border: 1px solid;
    text-align: left;
}

@media only screen and (max-width: 1024px) {
    .mw_wp_form_complete {
        padding: 8vw 4vw;
        max-width: 67vw;
    }
}

@media only screen and (max-width: 767px) {
    .form-item4 {
        margin-left: 0;
        width: 100%;
    }
    .form-item1 {
        width: 100%;
    }
    .mw_wp_form_complete {
        max-width: 85vw;
        margin: 150px auto 250px;
    }
}

@media only screen and (max-width: 516px) {
    .form-meta .form-item4 .wpcf7-list-item {
        width: calc(100% /2);
    }
    .form-meta {
        margin: 35px auto 0;
    }
    .form-item1 {
        max-width: 100%;
    }
    .mw_wp_form_complete {
        margin: 120px auto 200px;
    }
}

.mw_wp_form_complete p {
    margin-bottom: 20px;
    font-size: 1.651rem;
}

.mw_wp_form_confirm .p-contact__btn__back {
    display: block;
}

.mw_wp_form_confirm .contact-main2__link input {
    width: 277px;
}

@media only screen and (max-width: 767px) {
    .mw_wp_form_confirm .contact-main2__link input {
        width: 227px;
    }
    .mw_wp_form_confirm .contact-main2__link img {
        display: none;
    }
}

@media only screen and (max-width: 516px) {
    .form-list .form-item:nth-child(2) {
        width: 100%;
    }
    .mw_wp_form_confirm .contact-main2__link input {
        font-size: 1.4rem;
        width: 145px;
    }
}

.contact-main2__link img {
    position: absolute;
    width: 7px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.form-select {
    max-width: 447.78px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
    background-image: url(../img/arrow_select.png);
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 19px;
    background-size: 15px;
    height: 51px;
    width: 100%;
    border: 1px solid;
    font-size: 1.6rem;
    line-height: 2;
    padding: 0 20px;
    border-radius: 4px;
}

@media only screen and (max-width: 767px) {
    .contact-main2__button {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 516px) {
    .contact-main2__button {
        margin-top: 40px;
    }
    .contact-main2__text {
        margin-bottom: 45px;
    }
}

.wpcf7-form .wpcf7-radio label {
    position: relative;
    cursor: pointer;
}

.wpcf7-form .wpcf7-radio input[type=radio] {
    position: relative;
    visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type=radio]+span {
    /*   border: 3px solid red;  */
}

.wpcf7-form .wpcf7-radio input[type=radio]+span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 14px;
    width: 14px;
    top: 1px;
    border: 2px solid #222;
}

.wpcf7-form .wpcf7-radio input[type=radio]+span:after {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 8px;
    width: 8px;
    top: 5.5px;
    left: 4.5px;
    visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked+span:before {
    background: transparent;
    /*     border-color: red; */
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked+span:after {
    background: #222;
    visibility: visible;
}

.form-red.white {
    visibility: hidden;
}

.p-contact__main {
    padding: 0 20px;
}

@media only screen and (max-width: 1024px) {
    .form-note {
        margin: 60px 0 40px;
    }
    .contact-main2__text {
        margin-bottom: 50px;
    }
    .form-info {
        font-size: 1.6rem;
    }
    .form-meta {
        margin: 65px auto 0;
    }
}

@media only screen and (max-width: 767px) {
    .form-meta {
        max-width: 449.24px;
        margin: 50px auto 0;
    }
    .form-note {
        margin: 30px 0 -30px;
    }
}

@media only screen and (max-width: 516px) {
    .p-contact__desc {
        font-size: 1.5rem;
        letter-spacing: 0;
        line-height: 1.75;
    }
    .form-info,
    .form-input,
    .form-select,
    .form-message {
        font-size: 1.5rem;
    }
    .form-note {
        margin: 25px 0 -15px;
        font-size: 1.5rem;
        line-height: 1.75;
        letter-spacing: 0;
    }
    .contact-main2__link input {
        margin: -10px auto 0;
        width: 190px;
        font-size: 1.6rem;
        letter-spacing: 1px;
    }
}

.form1-note {
    max-width: 356.94px;
    margin: 25px 0 38px;
    line-height: 1.6;
}

.p-top1__left .contact-main2__link input {
    margin: 0 auto;
}

.form1-item1 input {
    width: 237.38px;
    box-sizing: border-box;
    height: 46.25px;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 1.6rem;
}

.form1-list {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.form1-info {
    font-size: 1.8rem;
    width: 121px;
}

@media only screen and (max-width: 516px) {
    .form1-list {
        flex-wrap: wrap;
    }
    .form1-item1 input {
        width: 100%;
        margin-top: 10px;
    }
    .p-top1__left {
        padding: 30px;
    }
    .form1-info {
        font-size: 1.5rem;
        width: 121px;
    }
}

.p-top,
.contact-main2__link input,
.c-footer,
.form1-info,
.form-info,
.p-contact__desc,
.form-note,
.contact-main2__white,
.c-footer__meta {
    font-weight: 700;
}

.p-top5__note.pc {
    position: absolute;
    max-width: 216.86px;
    left: 11.3%;
    top: 38%;
}

@media only screen and (max-width: 1024px) {
    .p-top5__note.pc {
        display: none;
    }
    .p-top5__note.sp {
        display: block;
    }
}

.p-top5__black {
    background-image: url(../img/index/top5/top5_black.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 1px 0;
}

.p-top5 {
    background-color: white;
}

.p-insta__link {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 47%;
    height: 62%;
    z-index: 2;
}

.p-insta__link a {
    display: block;
    height: 100%;
}

.post__image {
    position: relative;
    display: block;
}

.post__image img:nth-child(2) {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.post__image img:nth-child(1) {
    visibility: hidden;
}

.p-reason .c-reason__container .c-reason__top {
    padding-top: 50px;
    padding-bottom: 86px;
    background-color: #fdcf00;
}

@media only screen and (max-width: 767px) {
    .p-reason .c-reason__container .c-reason__top {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}

.p-reason .c-reason__container .c-reason__title {
    text-align: center;
    font-size: 2.56rem;
    line-height: 1.484375;
    font-weight: 700;
    color: #fff;
    letter-spacing: 5px;
    margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
    .p-reason .c-reason__container .c-reason__title {
        font-size: 2rem;
        margin-bottom: 40px;
        letter-spacing: 2px;
    }
}

@media only screen and (max-width: 580px) {
    .p-reason .c-reason__container .c-reason__title {
        font-size: 1.8rem;
        letter-spacing: 1px;
    }
}

@media only screen and (max-width: 414px) {
    .p-reason .c-reason__container .c-reason__title {
        font-size: 1.7rem;
        letter-spacing: 0.5px;
        margin-bottom: 25px;
    }
}

.p-reason .c-reason__container .c-rt__news {
    background-color: #fff;
    margin: 0 auto;
    max-width: 918px;
    padding: 30px 4% 55px;
}

@media only screen and (max-width: 767px) {
    .p-reason .c-reason__container .c-rt__news {
        padding: 20px 3% 30px;
    }
}

.p-reason .c-reason__container .c-rt__news .c-news__title {
    text-align: center;
    font-size: 2.56rem;
    color: #fdcf00;
    font-weight: 700;
    letter-spacing: 5.2px;
}

@media only screen and (max-width: 767px) {
    .p-reason .c-reason__container .c-rt__news .c-news__title {
        font-size: 2.2rem;
        letter-spacing: 2px;
    }
}

.p-reason .c-reason__container .c-rt__news .c-rt__list {
    margin-top: 22px;
}

@media only screen and (max-width: 767px) {
    .p-reason .c-reason__container .c-rt__news .c-rt__list {
        margin-top: 10px;
    }
}

.p-reason .c-reason__container .c-rt__news .c-rt__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 22px 2%;
    border-bottom: 1px solid #a2a2a3;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-reason .c-reason__container .c-rt__news .c-rt__link:hover {
    background-color: #ffdc3f;
    opacity: 1;
}

.p-reason .c-reason__container .c-rt__news .c-rt__link:hover .c-rt__title {
    color: #c30f23;
}

.p-reason .c-reason__container .c-rt__news .c-rt__date {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
    .p-reason .c-reason__container .c-rt__news .c-rt__date {
        font-size: 1.4rem;
        letter-spacing: 1.5px;
    }
}

.p-reason .c-reason__container .c-rt__news .c-rt__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 11%;
    font-size: 1.6rem;
    letter-spacing: 3px;
    text-align: justify;
    font-weight: 700;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

@media only screen and (max-width: 1023px) {
    .p-reason .c-reason__container .c-rt__news .c-rt__title {
        padding-left: 6%;
    }
}

@media only screen and (max-width: 767px) {
    .p-reason .c-reason__container .c-rt__news .c-rt__title {
        font-size: 1.4rem;
        letter-spacing: 1.5px;
        padding-left: 4%;
    }
}

.p-reason .c-reason__container .c-reason__bottom {
    padding-top: 66px;
}

@media only screen and (max-width: 767px) {
    .p-reason .c-reason__container .c-reason__bottom {
        padding-top: 40px;
    }
}

.p-reason .c-reason__container .c-reason__bottom .l-container {
    max-width: 1050px;
    margin: 0 auto;
}

.p-reason .c-reason__container .c-reason__bottom .c-rb__list .c-rb__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 88px 2.2%;
    border-bottom: 1px solid #a2a2a3;
}

@media only screen and (max-width: 767px) {
    .p-reason .c-reason__container .c-reason__bottom .c-rb__list .c-rb__item {
        padding: 45px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 580px) {
    .p-reason .c-reason__container .c-reason__bottom .c-rb__list .c-rb__item {
        padding: 25px 0;
    }
}

.p-reason .c-reason__container .c-reason__bottom .c-rb__list .c-rb__item:hover {
    opacity: 1;
    background-color: #ffdc3f;
}

.p-reason .c-reason__container .c-reason__bottom .c-rb__list .c-rb__item:hover .c-rb__img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

.p-reason .c-reason__container .c-reason__bottom .c-rb__list .c-rb__item:hover .c-rb__img::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
    animation: shine 0.75s;
}

.p-reason .c-reason__container .c-reason__bottom .c-rb__list .c-rb__item:hover .c-rb__right .c-rb__date {
    color: #231916;
}

.p-reason .c-reason__container .c-reason__bottom .c-rb__list .c-rb__item:hover .c-rb__right .c-rb__title {
    color: #c30f23;
}

.p-reason .c-reason__container .c-reason__bottom .c-rb__list .c-rb__item:hover .c-rb__right .c-rb__desc {
    color: #231916;
}

.p-reason .c-reason__container .c-reason__bottom .c-rb__list .c-rb__item .c-rb__img {
    width: 31%;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 580px) {
    .p-reason .c-reason__container .c-reason__bottom .c-rb__list .c-rb__item .c-rb__img {
        width: 100%;
        margin-bottom: 12px;
    }
}

.p-reason .c-reason__container .c-reason__bottom .c-rb__list .c-rb__item .c-rb__img::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.p-reason .c-reason__container .c-reason__bottom .c-rb__list .c-rb__item .c-rb__img img {
    object-fit: cover;
    aspect-ratio: 302/197;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

@media only screen and (max-width: 580px) {
    .p-reason .c-reason__container .c-reason__bottom .c-rb__list .c-rb__item .c-rb__img img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.p-reason .c-reason__container .c-reason__bottom .c-rb__list .c-rb__item .c-rb__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 8%;
}

@media only screen and (max-width: 1023px) {
    .p-reason .c-reason__container .c-reason__bottom .c-rb__list .c-rb__item .c-rb__right {
        padding-left: 4%;
    }
}

@media only screen and (max-width: 580px) {
    .p-reason .c-reason__container .c-reason__bottom .c-rb__list .c-rb__item .c-rb__right {
        padding: 0 1.5%;
        width: 100%;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }
}

.p-reason .c-reason__container .c-reason__bottom .c-rb__list .c-rb__item .c-rb__right .c-rb__date {
    color: #a2a2a3;
    font-size: 2.56rem;
    font-weight: 700;
    letter-spacing: 3.7px;
}

@media only screen and (max-width: 875px) {
    .p-reason .c-reason__container .c-reason__bottom .c-rb__list .c-rb__item .c-rb__right .c-rb__date {
        font-size: 2.2rem;
        letter-spacing: 2px;
    }
}

@media only screen and (max-width: 767px) {
    .p-reason .c-reason__container .c-reason__bottom .c-rb__list .c-rb__item .c-rb__right .c-rb__date {
        font-size: 1.9rem;
        letter-spacing: 1px;
    }
}

@media only screen and (max-width: 580px) {
    .p-reason .c-reason__container .c-reason__bottom .c-rb__list .c-rb__item .c-rb__right .c-rb__date {
        font-size: 1.7rem;
    }
}

.p-reason .c-reason__container .c-reason__bottom .c-rb__list .c-rb__item .c-rb__right .c-rb__title {
    margin-top: 8px;
    font-size: 2.56rem;
    font-weight: 700;
    letter-spacing: 3.6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    min-height: 77px;
}

@media only screen and (max-width: 875px) {
    .p-reason .c-reason__container .c-reason__bottom .c-rb__list .c-rb__item .c-rb__right .c-rb__title {
        font-size: 2.2rem;
        letter-spacing: 2px;
        min-height: unset;
    }
}

@media only screen and (max-width: 767px) {
    .p-reason .c-reason__container .c-reason__bottom .c-rb__list .c-rb__item .c-rb__right .c-rb__title {
        font-size: 1.9rem;
        letter-spacing: 1px;
    }
}

@media only screen and (max-width: 580px) {
    .p-reason .c-reason__container .c-reason__bottom .c-rb__list .c-rb__item .c-rb__right .c-rb__title {
        font-size: 1.7rem;
        margin-top: 4px;
    }
}

.p-reason .c-reason__container .c-reason__bottom .c-rb__list .c-rb__item .c-rb__right .c-rb__desc {
    margin-top: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    color: #a2a2a3;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 3.3px;
}

@media only screen and (max-width: 767px) {
    .p-reason .c-reason__container .c-reason__bottom .c-rb__list .c-rb__item .c-rb__right .c-rb__desc {
        font-size: 1.4rem;
        letter-spacing: 1.5px;
    }
}

@media only screen and (max-width: 767px) {
    .p-single__reason .c-page__introduce {
        padding-bottom: 40px;
    }
}

.p-single__reason .c-sr__container .c-sr__top .l-container {
    max-width: 1020px;
    padding-top: 63px;
    padding-bottom: 48px;
}

@media only screen and (max-width: 767px) {
    .p-single__reason .c-sr__container .c-sr__top .l-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.p-single__reason .c-sr__container .c-sr__top .c-sr__date {
    font-size: 2.56rem;
    font-weight: 700;
    letter-spacing: 4px;
    color: #a2a2a3;
}

@media only screen and (max-width: 1023px) {
    .p-single__reason .c-sr__container .c-sr__top .c-sr__date {
        font-size: 2.2rem;
        letter-spacing: 2px;
    }
}

@media only screen and (max-width: 767px) {
    .p-single__reason .c-sr__container .c-sr__top .c-sr__date {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 580px) {
    .p-single__reason .c-sr__container .c-sr__top .c-sr__date {
        font-size: 1.8rem;
    }
}

.p-single__reason .c-sr__container .c-sr__top .c-sr__title {
    font-weight: 700;
    color: #fdcf00;
    font-size: 2.56rem;
    letter-spacing: 4px;
    margin-top: 4px;
    margin-bottom: 26px;
}

@media only screen and (max-width: 1023px) {
    .p-single__reason .c-sr__container .c-sr__top .c-sr__title {
        font-size: 2.2rem;
        letter-spacing: 2px;
    }
}

@media only screen and (max-width: 767px) {
    .p-single__reason .c-sr__container .c-sr__top .c-sr__title {
        font-size: 2rem;
        letter-spacing: 1.5px;
    }
}

.p-single__reason .c-sr__container .c-sr__top .c-sr__desc {
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 3.5px;
    font-weight: 700;
    text-align: justify;
}

.p-single__reason .c-sr__container .c-sr__bottom {
    background-color: #fdcf00;
    padding-top: 79px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .p-single__reason .c-sr__container .c-sr__bottom {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 580px) {
    .p-single__reason .c-sr__container .c-sr__bottom {
        padding-top: 30px;
        padding-bottom: 40px;
    }
}

.p-single__reason .c-sr__container .c-sr__bottom .l-container {
    max-width: 1070px;
}

.p-single__reason .c-sr__container .c-sr__bottom .c-single__btn {
    margin-top: 70px;
}

.p-single__reason .c-sr__container .c-sr__bottom .c-bottom__container {
    background-color: #fff;
    padding: 5%;
    font-size: 1.6rem;
    letter-spacing: 4px;
    text-align: justify;
    line-height: 1.625;
    font-weight: 700;
}

.p-single__reason .c-sr__container .c-sr__bottom .c-bottom__container h2 {
    border-left: 9px solid #fdcf00;
    font-size: 2.56rem;
    letter-spacing: 3px;
    font-weight: 700;
    padding: 5px 15px 7px;
    padding-left: 15px;
    background-color: #f4f4f4;
    text-align: justify;
}

@media only screen and (max-width: 767px) {
    .p-single__reason .c-sr__container .c-sr__bottom .c-bottom__container h2 {
        font-size: 2.2rem;
        letter-spacing: 2px;
    }
}

.p-delivery__pagination .wp-pagenavi a,
.p-delivery__pagination .wp-pagenavi span {
    color: black;
    text-decoration: none;
    border: 1px solid;
    padding: 5px 12px;
    margin: 5px;
    font-size: 1.8rem;
}

.pages {
    display: none;
}

.p-delivery__pagination {
    margin: 110px 0 190px;
    display: flex;
    justify-content: center;
}

.p-delivery__pagination .wp-pagenavi a:hover,
.p-delivery__pagination .wp-pagenavi span.current {
    border-color: black;
    background-color: black;
    color: white;
}

.nextpostslink {
    display: none;
}

.previouspostslink {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .p-delivery__pagination {
        margin: 90px 0 160px;
    }
}

@media only screen and (max-width: 767px) {
    .p-delivery__pagination {
        margin: 60px 0 130px;
    }
}

@media only screen and (max-width: 516px) {
    .p-delivery__pagination {
        margin: 50px 0 100px;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.l-container {
    max-width: 1130px;
    margin: 0 auto;
    padding: 0 15px;
}

.c-single__btn {
    margin: 0 auto;
    width: 100%;
    max-width: 280px;
    height: 58px;
    border: 4px solid #c30f23;
    border-radius: 40px;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    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-color: #fff;
}

@media only screen and (max-width: 767px) {
    .c-single__btn {
        max-width: 200px;
        height: 46px;
        border-width: 3px;
    }
}

.c-single__btn span {
    font-size: 2.4rem;
    color: #c30f23;
    font-weight: 700;
    letter-spacing: 6px;
}

@media only screen and (max-width: 767px) {
    .c-single__btn span {
        font-size: 2rem;
        letter-spacing: 3px;
    }
}

.c-single__btn:hover {
    background-color: #c30f23;
    opacity: 1;
}

.c-single__btn:hover span {
    color: #fff;
}

.c-bottom__container img {
    margin: 30px 0;
}

.p-top3__girls {
    position: absolute;
    bottom: -6.3%;
    width: 42%;
    left: -38.4%;
}

@media only screen and (max-width: 1024px) {
    .p-top3__girls {
        bottom: -10.3%;
    }
}

@media only screen and (max-width: 767px) {
    .p-top3__girls {
        bottom: -2.3%;
        width: 34%;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 516px) {
    .p-top3__girls {
        width: 37%;
    }
}

.p-top5__bottom {
    max-width: 740px;
    margin: 0 auto 131px;
    padding: 0 20px;
}

@media only screen and (max-width: 767px) {
    .p-top5__bottom {
        margin: 0 auto 110px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top5__bottom {
        margin: 0 auto 80px;
        max-width: 350px;
    }
    .c-footer__blue {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .c-footer {
        padding-bottom: 78.18px;
    }
}


/* 画像の回り込み */

.alignnone {
    padding: 4px;
    margin: 0px 15px 0 15px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
}

.alignright {
    float: right;
    display: inline;
    padding: 4px;
    margin: 0px 15px 0 15px;
}

.alignleft {
    float: left;
    display: inline;
    padding: 4px;
    margin: 0px 15px 0 15px;
}

.clear {
    clear: both;
}

.c-form__header {
    padding: 32px 0;
}

.c-form__logo {
    width: 255.24px;
    margin: 0 auto;
}

.c-form__main {
    background-color: #0D035B;
    color: white;
    padding: 60px 20px 1px;
}

.c-form__title {
    font-size: 3.5rem;
    text-align: center;
    letter-spacing: 0.5px;
}

.c-form__text {
    font-size: 1.6rem;
    max-width: 621.72px;
    margin: 39px auto 0;
    line-height: 1.7;
}

.c-form__copy {
    margin-top: 59px;
}

.c-form__footer {
    font-size: 1.6rem;
    padding: 33px 0 20px;
    text-align: center;
}

.c-form__main .form-meta {
    margin: 182px auto 0;
}

.c-form__main .form-list:nth-child(1) .form-item1 {
    max-width: 351.86px;
}

.c-form__main .form-list:nth-child(2) .form-item1 {
    max-width: 180px;
}

.c-form__main .form-list:nth-child(3) .form-item1 {
    max-width: 475.93px;
}

.c-form__main .form-list:nth-child(4) .form-item1,
.c-form__main .form-list:nth-child(5) .form-item1 {
    max-width: 250.86px;
}

.c-form__main .form-list:nth-child(6) {
    margin: 72px auto 15px;
}

.c-form__main .form-list:nth-child(6) .form-item1 {
    max-width: 221.39px;
}

.c-form__main .form-list:nth-child(6) .form-item1 {
    position: relative;
}

.c-form__main .form-list:nth-child(6) .form-item1::after {
    position: absolute;
    content: "社";
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
}

.c-form__main .form-list:nth-child(7) .form-item1 {
    max-width: 360px;
}

.c-form__main .form-list:nth-child(8) .form-item1,
.c-form__main .form-list:nth-child(9) .form-item1 {
    max-width: 221.39px;
}

.c-form__main .contact-main2__text a {
    color: #77CCF3;
}

.c-form__main .contact-main2__link input {
    width: 261.81px;
}

.c-form__main .form-list {
    margin: 0 auto 15px;
}

.c-form__main .contact-main2__text {
    margin-top: 71px;
    margin-bottom: 53px;
    font-size: 1.4rem;
    letter-spacing: 0;
}

.c-form__main .contact-main2__text .wpcf7-checkbox input {
    width: 13.1px;
    height: 13.1px;
}

.c-form__main .form-select,
.c-form__main .form-input {
    height: 46.25px;
}

.wpcf7-not-valid-tip {
    text-wrap: nowrap;
}

.wpcf7 {
    margin-bottom: 135px;
}

.c-form__main .form-message {
    height: 300.65px;
}

.c-form__main .form-list:nth-child(10) .form-item1 {
    max-width: 475.93px;
}

@media only screen and (max-width: 767px) {
    .c-form__main .form-message {
        height: 270.65px;
    }
    .c-form__title {
        font-size: 2.5rem;
    }
    .c-form__main .form-meta {
        margin: 65px auto 0;
    }
    .c-form__logo {
        width: 180.24px;
    }
    .c-form__main .contact-main2__link input {
        width: 205.81px;
    }
}

@media only screen and (max-width: 516px) {
    .c-form__main .form-message::placeholder {
        font-size: 1.4rem;
    }
    .c-form__main .form-list:nth-child(6) .form-item1::after {
        font-size: 1.6rem;
    }
    .c-form__main .form-list:nth-child(6) {
        margin: 45px auto 15px;
    }
    .c-form__title {
        font-size: 2rem;
    }
    .c-form__logo {
        width: 140.24px;
    }
    .c-form__header {
        padding: 20px 0;
    }
    .c-form__main .form-meta {
        margin: 50px auto 0;
    }
    .c-form__main .contact-main2__text {
        margin-top: 40px;
        margin-bottom: 45px;
    }
    .wpcf7 {
        margin-bottom: 100px;
    }
    .c-form__copy {
        margin-top: 20px;
    }
}