@charset 'UTF-8';
/* ==========================================================================
   Foundation
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
/* Reset
   ----------------------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
    outline: 0;
    background: transparent;
}

body
{
    line-height: 1;
}

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

ul,
ol
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

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

a
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    background: transparent;
}

/*! change colours to suit your needs */
ins
{
    text-decoration: none;

    color: #000;
    background-color: #ff9;
}

/*! change colours to suit your needs */
mark
{
    font-weight: bold;
    font-style: italic;

    color: #000;
    background-color: #ff9;
}

del
{
    text-decoration: line-through;
}

abbr[title],
dfn[title]
{
    cursor: help;

    border-bottom: 1px dotted;
}

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

/*! change border colour to suit your needs */
hr
{
    display: block;

    height: 1px;
    margin: 1em 0;
    padding: 0;

    border: 0;
    border-top: 1px solid #ccc;
}

input,
select
{
    vertical-align: middle;
}

main
{
    display: block;
}

/* Base
   ----------------------------------------------------------------- */
html
{
    font-size: 62.5%;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    height: -webkit-fill-available;
}

*,
*:before,
*:after
{
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

body
{
    font-family: 'Noto Serif JP', serif;
    line-height: 1.6;

    word-wrap: break-word;
    word-break: normal;

    color: #000;

    -webkit-font-feature-settings: 'palt';

            font-feature-settings: 'palt';
    -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 1024px)
{
    body
    {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 400;
    }
}
@media screen and (max-width: 1023px)
{
    body
    {
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: 300;
    }
}
@media screen and (min-width: 1480px)
{
    body
    {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    body
    {
        font-size: 1.0465116279vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    body
    {
        font-size: 1.2162162162vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    body
    {
        font-size: 2.0731707317vw;
    }
}
body.is-fixed
{
    position: fixed;

    width: 100%;
    height: 100%;
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

a
{
    text-decoration: none;

    color: #333;
}
a:hover,
a:active,
a:focus
{
    text-decoration: none;

    opacity: .8;
}

img
{
    width: 100%;
    max-width: 100%;
    height: auto;

    vertical-align: middle;
}

/* svgのIEバグ回避 */
img[src$='.svg']
{
    width: 100%;
    height: auto;
}

svg
{
    width: 100%;
    height: auto;
}

code,
pre
{
    font-family: Consolas, Menlo, Courier, monospace;
}

@font-face
{
    font-family: 'Noto Serif JP', serif;
    font-weight: 100 900;
    font-style: normal;

    src: url('https://www.zeirishi-compass.jp/font/NotoSerifJP-VariableFont_wght.woff') format('woff');
}
/* ==========================================================================
   toppage
   ========================================================================== */
/* p-mv
----------------------------------------------------------------- */
.p-mv
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
@media screen and (max-width: 1479px) and (min-width: 1024px)
{
    .p-mv
    {
        margin-top: -2px;
    }
}
.p-mv__slider
{
    position: absolute;
    top: 0;
    left: 50%;

    width: 100vw;
    height: 100%;

    -webkit-transform: translateX(-50%);

            transform: translateX(-50%);
}
@media screen and (max-width: 767px)
{
    .p-mv__slider
    {
        height: 100%;
    }
}
.p-mv__slide
{
    position: relative;

    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.p-mv__slide--01
{
    position: relative;
}
@media screen and (max-width: 1023px)
{
    .p-mv__slide--01
    {
        background-image: url(../image/slider01_tb.jpg);
        background-position: center center;
    }
}
@media screen and (min-width: 1024px)
{
    .p-mv__slide--01
    {
        background-image: url(../image/slider01.jpg);
        background-position: center 20%;
    }
}
@media screen and (max-width: 767px)
{
    .p-mv__slide--01
    {
        background-image: url(../image/slider01_sp.jpg);
        background-position: center center;
    }
}
.p-mv__slide--01:before
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0, 78, 150, .5);
}
.p-mv__slide--02
{
    position: relative;
}
@media screen and (max-width: 1023px)
{
    .p-mv__slide--02
    {
        background-image: url(../image/slider02_tb.jpg);
        background-position: center center;
    }
}
@media screen and (min-width: 1024px)
{
    .p-mv__slide--02
    {
        background-image: url(../image/slider02.jpg);
        background-position: center 25%;
    }
}
@media screen and (max-width: 767px)
{
    .p-mv__slide--02
    {
        background-image: url(../image/slider02_sp.jpg);
        background-position: center center;
    }
}
.p-mv__slide--02:before
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0, 78, 150, .5);
}
.p-mv__slide--03
{
    position: relative;
}
@media screen and (max-width: 1023px)
{
    .p-mv__slide--03
    {
        background-image: url(../image/slider03_tb.jpg);
        background-position: center center;
    }
}
@media screen and (min-width: 1024px)
{
    .p-mv__slide--03
    {
        background-image: url(../image/slider03.jpg);
        background-position: center 17%;
    }
}
@media screen and (max-width: 767px)
{
    .p-mv__slide--03
    {
        background-image: url(../image/slider03_sp.jpg);
        background-position: center center;
    }
}
.p-mv__slide--03:before
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0, 78, 150, .5);
}
.p-mv__slide--04
{
    position: relative;
}
@media screen and (max-width: 1023px)
{
    .p-mv__slide--04
    {
        background-image: url(../image/slider04_tb.jpg);
        background-position: center center;
    }
}
@media screen and (min-width: 1024px)
{
    .p-mv__slide--04
    {
        background-image: url(../image/slider04.jpg);
        background-position: center 65%;
    }
}
@media screen and (max-width: 767px)
{
    .p-mv__slide--04
    {
        background-image: url(../image/slider04_sp.jpg);
        background-position: center center;
    }
}
.p-mv__slide--04:before
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0, 78, 150, .5);
}
.p-mv__slide--05
{
    position: relative;
}
@media screen and (max-width: 1023px)
{
    .p-mv__slide--05
    {
        background-image: url(../image/slider05_tb.jpg);
        background-position: center center;
    }
}
@media screen and (min-width: 1024px)
{
    .p-mv__slide--05
    {
        background-image: url(../image/slider05.jpg);
        background-position: center 65%;
    }
}
@media screen and (max-width: 767px)
{
    .p-mv__slide--05
    {
        background-image: url(../image/slider05_sp.jpg);
        background-position: center center;
    }
}
.p-mv__slide--05:before
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0, 78, 150, .5);
}
.p-mv__content
{
    position: relative;
    z-index: 10;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;
    height: 100%;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
.p-mv__innerWrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media screen and (max-width: 767px)
{
    .p-mv__innerWrap
    {
        padding-top: 10px;
        padding-right: 2.67vw;
        padding-left: 2.67vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-mv__innerWrap
    {
        padding-top: .523255814vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-mv__innerWrap
    {
        padding-top: .5405405405vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-mv__innerWrap
    {
        padding-top: 1.171875vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px)
{
    .p-mv__innerWrap
    {
        padding-top: 2.6041666667vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-mv__innerWrap
    {
        max-width: 1600px;
        margin-right: auto;
        margin-left: auto;
    }
}
.p-mv__inner
{
    position: relative;

    text-align: center;

    color: #fff;
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-mv__inner
    {
        width: 90%;
    }
}
.p-mv__inner .en
{
    font-family: 'Cormorant Garamond', serif;

    position: relative;
    z-index: 10;
}
@media screen and (min-width: 1480px)
{
    .p-mv__inner .en
    {
        font-size: 25px;
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-mv__inner .en
    {
        font-size: 1.4534883721vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-mv__inner .en
    {
        font-size: 1.6891891892vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-mv__inner .en
    {
        font-size: 3.0487804878vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-mv__inner .en
    {
        font-size: 4.6875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-mv__inner .en
    {
        line-height: 1.3;
    }
}
.p-mv__inner .jp
{
    font-weight: 400;
    line-height: 1.4;

    position: relative;
    z-index: 10;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin-bottom: 10px;
    margin-left: -.075em;

    letter-spacing: .075em;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (min-width: 1480px)
{
    .p-mv__inner .jp
    {
        font-size: 46px;
        font-size: 4.6rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-mv__inner .jp
    {
        font-size: 2.6744186047vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-mv__inner .jp
    {
        font-size: 3.1081081081vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-mv__inner .jp
    {
        font-size: 5.1219512195vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-mv__inner .jp
    {
        font-size: 7.2916666667vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-mv__inner .jp
    {
        margin-top: 10vw;
    }
}
.p-mv__inner .img
{
    position: relative;
    z-index: 10;

    width: 0;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;

    -webkit-transition: all .8s ease 0s;

    transition: all .8s ease 0s;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-mv__inner .img
    {
        margin-top: .7848837209vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-mv__inner .img
    {
        margin-top: .8108108108vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-mv__inner .img
    {
        margin-top: 1.611328125vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-mv__inner .img
    {
        margin-top: 2.1484375vw;
    }
}
@media screen and (max-width: 1023px)
{
    .p-mv__inner .img
    {
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-mv__inner .img
    {
        margin-bottom: 3.1395348837vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-mv__inner .img
    {
        margin-bottom: 3.2432432432vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-mv__inner .img
    {
        margin-bottom: 6.4453125vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 767px)
{
    .p-mv__inner .img
    {
        margin-bottom: 8.59375vw;
    }
}
.p-mv__inner .img.on
{
    width: 145px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-mv__inner .img.on
    {
        width: 8.4302325581vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-mv__inner .img.on
    {
        width: 9.7972972973vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-mv__inner .img.on
    {
        width: 15.576171875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-mv__inner .img.on
    {
        width: 18.8802083333vw;
    }
}
@media screen and (max-width: 1023px)
{
    .p-mv__inner .img.on
    {
        width: 220px;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-mv__inner .img.on
    {
        width: 12.7906976744vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-mv__inner .img.on
    {
        width: 14.8648648649vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-mv__inner .img.on
    {
        width: 23.6328125vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 767px)
{
    .p-mv__inner .img.on
    {
        width: 28.6458333333vw;
    }
}
.p-mv__inner .bg
{
    position: absolute;
    z-index: 0;
    top: -40%;
    right: -45%;

    width: 445px;
    margin: auto;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-mv__inner .bg
    {
        width: 25.8720930233vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-mv__inner .bg
    {
        width: 30.0675675676vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-mv__inner .bg
    {
        width: 47.802734375vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-mv__inner .bg
    {
        width: 57.9427083333vw;
    }
}
@media screen and (max-width: 1023px)
{
    .p-mv__inner .bg
    {
        top: 70%;
        right: -5%;
    }
}
@media screen and (max-width: 767px)
{
    .p-mv__inner .bg
    {
        top: 65%;
        right: -15%;
    }
}

@-webkit-keyframes fadezoom
{
    0%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100%
    {
        -webkit-transform: scale(1.25);
                transform: scale(1.25);
    }
}

@keyframes fadezoom
{
    0%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100%
    {
        -webkit-transform: scale(1.25);
                transform: scale(1.25);
    }
}
.slick-animation
{
    -webkit-animation: fadezoom 20s linear 0s normal both;
            animation: fadezoom 20s linear 0s normal both;
}

.p-concept
{
    position: relative;
}
.p-concept__inner
{
    display: block;
}
@media screen and (min-width: 1024px)
{
    .p-concept__list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;

            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}
@media screen and (max-width: 767px)
{
    .p-concept__list
    {
        width: 100%;
    }
}
@media screen and (min-width: 1024px)
{
    .p-concept__listItem:nth-child(1)
    {
        width: calc(50% + 30px);
    }
    .p-concept__listItem:nth-child(2)
    {
        position: absolute;
        right: 0;

        width: 44%;
    }
}
@media screen and (max-width: 1023px)
{
    .p-concept__listItem
    {
        width: 100%;
    }
    .p-concept__listItem:nth-child(n+2)
    {
        margin-top: 60px;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-concept__listItem:nth-child(n+2)
    {
        margin-top: 3.1395348837vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-concept__listItem:nth-child(n+2)
    {
        margin-top: 3.2432432432vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-concept__listItem:nth-child(n+2)
    {
        margin-top: 6.4453125vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 767px)
{
    .p-concept__listItem:nth-child(n+2)
    {
        margin-top: 8.59375vw;
    }
}
.p-concept__imageArea
{
    position: relative;

    width: 100%;

    aspect-ratio: 85/58;
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-concept__imageArea
    {
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px)
{
    .p-concept__imageArea
    {
        aspect-ratio: 1/1;
    }
}
.p-concept__imageArea:before
{
    position: absolute;
    left: -14.5%;

    display: block;

    width: 100%;
    height: 110%;

    content: '';

    background: rgba(0, 78, 150, .06);
}
@media screen and (min-width: 1024px)
{
    .p-concept__imageArea:before
    {
        bottom: -22.5%;
    }
}
@media screen and (max-width: 1023px)
{
    .p-concept__imageArea:before
    {
        top: -34%;
        left: -20%;
    }
}
.p-concept__image
{
    position: relative;
    z-index: 10;

    width: 100%;
    height: 100%;
}
.p-concept__itemBg
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.p-concept__itemBg img
{
    position: absolute;
}
.p-concept__itemBg img:nth-child(1)
{
    top: 0;
    left: 0;

    width: 295px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-concept__itemBg img:nth-child(1)
    {
        width: 17.1511627907vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-concept__itemBg img:nth-child(1)
    {
        width: 19.9324324324vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-concept__itemBg img:nth-child(1)
    {
        width: 31.689453125vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-concept__itemBg img:nth-child(1)
    {
        width: 38.4114583333vw;
    }
}
.p-concept__itemBg img:nth-child(2)
{
    right: 0;
    bottom: 0;

    width: 247px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-concept__itemBg img:nth-child(2)
    {
        width: 14.3604651163vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-concept__itemBg img:nth-child(2)
    {
        width: 16.6891891892vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-concept__itemBg img:nth-child(2)
    {
        width: 26.533203125vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-concept__itemBg img:nth-child(2)
    {
        width: 32.1614583333vw;
    }
}
.p-concept__title
{
    font-weight: 600;

    margin-bottom: 20px;
}
@media screen and (min-width: 1480px)
{
    .p-concept__title
    {
        font-size: 23px;
        font-size: 2.3rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-concept__title
    {
        font-size: 1.3372093023vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-concept__title
    {
        font-size: 1.5540540541vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-concept__title
    {
        font-size: 2.7745012195vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-concept__title
    {
        font-size: 2.9623580729vw;
    }
}
@media screen and (max-width: 599px)
{
    .p-concept__title
    {
        font-size: 5.9247161458vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-concept__title
    {
        margin-bottom: 1.0465116279vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-concept__title
    {
        margin-bottom: 1.0810810811vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-concept__title
    {
        margin-bottom: 2.1484375vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-concept__title
    {
        margin-bottom: 2.8645833333vw;
    }
}
.p-concept__text
{
    position: relative;

    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-concept__text
    {
        margin-top: 1.5697674419vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-concept__text
    {
        margin-top: 1.6216216216vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-concept__text
    {
        margin-top: 3.22265625vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-concept__text
    {
        margin-top: 4.296875vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-concept__text
    {
        padding-top: 2.0930232558vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-concept__text
    {
        padding-top: 2.1621621622vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-concept__text
    {
        padding-top: 4.296875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-concept__text
    {
        padding-top: 5.7291666667vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-concept__text
    {
        padding-bottom: 2.0930232558vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-concept__text
    {
        padding-bottom: 2.1621621622vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-concept__text
    {
        padding-bottom: 4.296875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-concept__text
    {
        padding-bottom: 5.7291666667vw;
    }
}
.p-concept__text span
{
    position: relative;
    z-index: 10;
}
.p-concept__text:before
{
    position: absolute;
    z-index: 0;
    top: 0;
    left: -50vw;

    width: 200vw;
    height: 100%;

    content: '';

    background: #f7f7f7;
}

.p-greeting
{
    position: relative;
}
.p-greeting:before
{
    position: absolute;
    z-index: -5;
    top: 0;
    right: 0;

    width: 50vw;
    height: 100%;

    content: '';

    background: rgba(0, 0, 0, .03);
}
.p-greeting__inner
{
    display: block;
}
@media screen and (min-width: 1024px)
{
    .p-greeting__list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;

            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}
@media screen and (max-width: 767px)
{
    .p-greeting__list
    {
        width: 100%;
    }
}
.p-greeting__imageArea
{
    position: relative;

    overflow: hidden;

    width: 100%;

    border-radius: 10px;

    aspect-ratio: 5/4;
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-greeting__imageArea
    {
        width: 80%;
        margin: 0 auto;
    }
}
.p-greeting__image
{
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1023px)
{
    .p-greeting__image
    {
        aspect-ratio: 16/9;
    }
}
@media screen and (max-width: 767px)
{
    .p-greeting__image
    {
        aspect-ratio: 4/3;
    }
}
.p-greeting__text
{
    position: relative;

    padding-top: 40px;
    padding-bottom: 40px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-greeting__text
    {
        padding-top: 2.0930232558vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-greeting__text
    {
        padding-top: 2.1621621622vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-greeting__text
    {
        padding-top: 4.296875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-greeting__text
    {
        padding-top: 5.7291666667vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-greeting__text
    {
        padding-bottom: 2.0930232558vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-greeting__text
    {
        padding-bottom: 2.1621621622vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-greeting__text
    {
        padding-bottom: 4.296875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-greeting__text
    {
        padding-bottom: 5.7291666667vw;
    }
}
.p-greeting__text span
{
    position: relative;
    z-index: 10;
}
.p-greeting__text:before
{
    position: absolute;
    z-index: -10;
    top: -100px;
    left: -50vw;

    width: 200vw;
    height: calc(100% + 100px);

    content: '';

    background: #f0f5f9;
}
.p-greeting__name
{
    font-weight: 600;

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    padding-top: 40px;

    text-align: right;

    -webkit-box-align: end;

        -ms-flex-align: end;

            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-greeting__name
    {
        padding-top: 2.0930232558vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-greeting__name
    {
        padding-top: 2.1621621622vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-greeting__name
    {
        padding-top: 4.296875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-greeting__name
    {
        padding-top: 5.7291666667vw;
    }
}
.p-greeting__name .jp
{
    width: 250px;
    margin-bottom: 10px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-greeting__name .jp
    {
        width: 14.5348837209vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-greeting__name .jp
    {
        width: 16.8918918919vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-greeting__name .jp
    {
        width: 26.85546875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-greeting__name .jp
    {
        width: 32.5520833333vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-greeting__name .jp
    {
        margin-bottom: .523255814vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-greeting__name .jp
    {
        margin-bottom: .5405405405vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-greeting__name .jp
    {
        margin-bottom: 1.07421875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-greeting__name .jp
    {
        margin-bottom: 1.4322916667vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-greeting__name .jp
    {
        width: 450px;
    }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-greeting__name .jp
    {
        width: 26.1627906977vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-greeting__name .jp
    {
        width: 30.4054054054vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-greeting__name .jp
    {
        width: 48.33984375vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px)
{
    .p-greeting__name .jp
    {
        width: 58.59375vw;
    }
}
.p-greeting__name .en
{
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    line-height: 1;

    display: block;

    text-align: right;

    color: #004e96;
}
@media screen and (min-width: 1480px)
{
    .p-greeting__name .en
    {
        font-size: 20px;
        font-size: 2rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-greeting__name .en
    {
        font-size: 1.1627906977vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-greeting__name .en
    {
        font-size: 1.3513513514vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-greeting__name .en
    {
        font-size: 2.472739582vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-greeting__name .en
    {
        font-size: 2.6401646579vw;
    }
}
@media screen and (max-width: 599px)
{
    .p-greeting__name .en
    {
        font-size: 5.2803293158vw;
    }
}

/* p-service
-------------------------------------------------------------------------- */
.p-service
{
    position: relative;
}
.p-service__moreBtn
{
    font-size: 17px;

    display: inline-block;

    margin-top: 15px;

    color: #004e96;
}
.p-service:before
{
    position: absolute;
    z-index: -5;
    top: 0;
    right: 0;

    width: 82%;
    height: 100%;

    content: '';

    background: #f0f5f9;
}
.p-service__wrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.p-service__item .text
{
    margin-top: 15px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-service__item .text
    {
        margin-top: .7848837209vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-service__item .text
    {
        margin-top: .8108108108vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-service__item .text
    {
        margin-top: 1.611328125vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-service__item .text
    {
        margin-top: 2.1484375vw;
    }
}
@media screen and (max-width: 1023px)
{
    .p-service__item .text
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
.p-service__item .text span
{
    font-weight: 500;

    color: #004e96;
}
@media screen and (min-width: 1024px)
{
    .p-service__item
    {
        width: calc(33.3333333333% - 40px);
    }
    .p-service__item:nth-child(n+4)
    {
        margin-top: 60px;
    }
}
@media screen and (max-width: 1023px)
{
    .p-service__item
    {
        width: calc(50% - 20px);
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-service__item:nth-child(n+3)
    {
        margin-top: 60px;
    }
}
.p-service__item:nth-child(even) .p-service__itemWrap .label div.jp
{
    background: rgba(0, 78, 150, .7);
}
.p-service__item:nth-child(even) .p-service__itemWrap .label div.en
{
    background: rgba(0, 91, 171, .4);
}
.p-service__item:nth-child(odd) .p-service__itemWrap .label div.jp
{
    background: rgba(0, 91, 171, .4);
}
.p-service__item:nth-child(odd) .p-service__itemWrap .label div.en
{
    background: rgba(0, 78, 150, .7);
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-service__item:nth-child(2) .p-service__itemWrap .label div.jp,
    .p-service__item:nth-child(3) .p-service__itemWrap .label div.jp,
    .p-service__item:nth-child(6) .p-service__itemWrap .label div.jp
    {
        background: rgba(0, 78, 150, .7);
    }
    .p-service__item:nth-child(2) .p-service__itemWrap .label div.en,
    .p-service__item:nth-child(3) .p-service__itemWrap .label div.en,
    .p-service__item:nth-child(6) .p-service__itemWrap .label div.en
    {
        background: rgba(0, 91, 171, .4);
    }
    .p-service__item:nth-child(4) .p-service__itemWrap .label div.jp,
    .p-service__item:nth-child(5) .p-service__itemWrap .label div.jp
    {
        background: rgba(0, 91, 171, .4);
    }
    .p-service__item:nth-child(4) .p-service__itemWrap .label div.en,
    .p-service__item:nth-child(5) .p-service__itemWrap .label div.en
    {
        background: rgba(0, 78, 150, .7);
    }
}
@media screen and (max-width: 767px)
{
    .p-service__item
    {
        width: 100%;
    }
    .p-service__item:nth-child(n+2)
    {
        margin-top: 12vw;
    }
}
.p-service__itemWrap
{
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;

    aspect-ratio: 23/16;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.p-service__itemWrap .image
{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.p-service__itemWrap .image:after
{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0, 0, 0, .1);
}
.p-service__itemWrap .label
{
    position: relative;
    z-index: 10;

    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    text-align: center;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.p-service__itemWrap .label div
{
    line-height: 1;
}
.p-service__itemWrap .label div.jp
{
    display: block;

    width: 100%;
    padding: 7px 0;

    text-align: center;

    color: #fff;
}
@media screen and (min-width: 1480px)
{
    .p-service__itemWrap .label div.jp
    {
        font-size: 35px;
        font-size: 3.5rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-service__itemWrap .label div.jp
    {
        font-size: 2.0348837209vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-service__itemWrap .label div.jp
    {
        font-size: 2.3648648649vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-service__itemWrap .label div.jp
    {
        font-size: 4.2682926829vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-service__itemWrap .label div.jp
    {
        font-size: 6.5104166667vw;
    }
}
.p-service__itemWrap .label div.en
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    padding: 5px 0;

    text-align: center;
    text-align: center;

    color: #fff;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media screen and (min-width: 1480px)
{
    .p-service__itemWrap .label div.en
    {
        font-size: 24px;
        font-size: 2.4rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-service__itemWrap .label div.en
    {
        font-size: 1.3953488372vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-service__itemWrap .label div.en
    {
        font-size: 1.6216216216vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-service__itemWrap .label div.en
    {
        font-size: 2.9268292683vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-service__itemWrap .label div.en
    {
        font-size: 4.5572916667vw;
    }
}
.p-service__itemWrap .label div.en span
{
    font-family: 'Cormorant Garamond', serif;
}

/* p-recruit
-------------------------------------------------------------------------- */
.p-recruit
{
    position: relative;
}
.p-recruit:before
{
    position: absolute;
    z-index: -5;
    top: 0;
    right: 0;

    width: 82%;
    height: 100%;

    content: '';

    background: #f7f7f7;
}
@media screen and (min-width: 1024px)
{
    .p-recruit__wrap
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;

            -ms-flex-pack: justify;

                justify-content: space-between;
    }
}
@media screen and (min-width: 1024px)
{
    .p-recruit__item:nth-child(1)
    {
        width: 20%;
    }
}
@media screen and (max-width: 1023px)
{
    .p-recruit__item:nth-child(1)
    {
        width: 100%;
        margin-bottom: 70px;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-recruit__item:nth-child(1)
    {
        margin-bottom: 3.6627906977vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-recruit__item:nth-child(1)
    {
        margin-bottom: 3.7837837838vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-recruit__item:nth-child(1)
    {
        margin-bottom: 7.51953125vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 767px)
{
    .p-recruit__item:nth-child(1)
    {
        margin-bottom: 10.0260416667vw;
    }
}
@media screen and (min-width: 1024px)
{
    .p-recruit__item:nth-child(2)
    {
        width: 80%;
    }
}
@media screen and (max-width: 1023px)
{
    .p-recruit__item:nth-child(2)
    {
        width: 100%;
    }
}
.p-recruit__item .title
{
    font-weight: 600;

    margin-bottom: 15px;

    color: #004e96;
}
@media screen and (min-width: 1480px)
{
    .p-recruit__item .title
    {
        font-size: 34px;
        font-size: 3.4rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-recruit__item .title
    {
        font-size: 1.976744186vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-recruit__item .title
    {
        font-size: 2.2972972973vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-recruit__item .title
    {
        font-size: 4.1463414634vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-recruit__item .title
    {
        font-size: 6.3802083333vw;
    }
}
@media screen and (min-width: 1024px)
{
    .p-recruit__item .title
    {
        text-align: center;
    }
}
.p-recruit__item .text
{
    font-weight: 400;
}
@media screen and (min-width: 1024px)
{
    .p-recruit__item .text
    {
        text-align: center;
    }
}

/* p-company
-------------------------------------------------------------------------- */
.p-company
{
    position: relative;
}
.p-company:before
{
    position: absolute;
    z-index: -5;
    top: 0;
    right: 0;

    width: 53.5%;
    height: 65%;

    content: '';

    background: rgba(0, 78, 150, .06);
}
@media screen and (max-width: 1023px)
{
    .p-company:before
    {
        width: 50%;
        height: 70%;
    }
}
.p-company:after
{
    position: absolute;
    z-index: -5;
    bottom: 0;
    left: 0;

    width: 53.5%;
    height: 65%;

    content: '';

    background: rgba(0, 0, 0, .03);
}
@media screen and (max-width: 1023px)
{
    .p-company:after
    {
        width: 50%;
        height: 70%;
    }
}
.p-company__wrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media screen and (min-width: 1024px)
{
    .p-company__item
    {
        width: calc(33.3333333333% - 20px);
    }
    .p-company__item:nth-child(n+4)
    {
        margin-top: 60px;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-company__item
    {
        width: calc(50% - 10px);
    }
    .p-company__item:nth-child(n+3)
    {
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (max-width: 767px)
{
    .p-company__item
    {
        width: 100%;
    }
    .p-company__item:nth-child(n+2)
    {
        margin-top: 20px;
    }
}
.p-company__itemWrap .image
{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.p-company__itemWrap .image:after
{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0, 0, 0, .1);
}

.p-map
{
    overflow: hidden;

    aspect-ratio: 6/4.65;
}
@media screen and (max-width: 1023px)
{
    .p-map
    {
        width: 100%;
        margin: 60px auto 0;
    }
}
@media screen and (max-width: 767px)
{
    .p-map
    {
        width: 100%;
        margin: 30px auto 0;

        aspect-ratio: 3.5/4;
    }
}
@media screen and (min-width: 1024px)
{
    .p-map
    {
        width: 100%;
    }
}
.p-map__text
{
    margin-top: 20px;
}

/* p-culm2color
-------------------------------------------------------------------------- */
.p-culm2color-left
{
    overflow: hidden;

    width: 100%;
}
.p-culm2color-left__wrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.p-culm2color-left__item
{
    position: relative;

    width: calc(50% - 30px);
}
@media screen and (max-width: 1023px)
{
    .p-culm2color-left__item
    {
        width: 100%;
    }
}
@media screen and (max-width: 767px)
{
    .p-culm2color-left__item
    {
        padding-top: 60px;
    }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-culm2color-left__item
    {
        padding-top: 3.1395348837vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-culm2color-left__item
    {
        padding-top: 3.2432432432vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-culm2color-left__item
    {
        padding-top: 6.4453125vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px)
{
    .p-culm2color-left__item
    {
        padding-top: 8.59375vw;
    }
}

.p-culm2color-right
{
    overflow: hidden;

    width: 100%;
}
@media screen and (min-width: 1024px)
{
    .p-culm2color-right__inner
    {
        max-width: 1540px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }
}
.p-culm2color-right__wrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.p-culm2color-right__item
{
    position: relative;

    width: calc(50% - 80px);
}
@media screen and (max-width: 1023px)
{
    .p-culm2color-right__item
    {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .p-culm2color-right__item
    {
        padding-right: 5.33vw;
        padding-left: 5.33vw;
    }
}
@media screen and (min-width: 1024px)
{
    .p-culm2color-right__item:nth-child(odd):nth-child(4n+3):before
    {
        position: absolute;
        z-index: -20;
        top: 0;
        right: -80px;

        display: block;

        width: 50vw;
        height: 100%;

        content: '';

        background: #f7f7f7;
    }
}
@media screen and (min-width: 1024px)
{
    .p-culm2color-right__item:nth-child(even):nth-child(4n+2):before
    {
        position: absolute;
        z-index: -20;
        top: 0;
        left: -80px;

        display: block;

        width: 50vw;
        height: 100%;

        content: '';

        background: #f7f7f7;
    }
}
@media screen and (max-width: 1023px)
{
    .p-culm2color-right__item:nth-child(even):before
    {
        position: absolute;
        z-index: -20;
        top: 0;
        left: -80px;

        display: block;

        width: 50vw;
        height: 100%;

        content: '';

        background: #f7f7f7;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1023px)
{
    .p-culm2color-right__item:nth-child(even):before
    {
        left: 0;

        width: 100vw;
    }
}
