@charset "UTF-8";

/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@600&family=Noto+Sans+JP:wght@300;400;700&family=Noto+Serif+JP:wght@400;600&family=Open+Sans:wght@700&family=Roboto:wght@400;500;700&display=swap');
*,
*::before,
*::after
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a,
button
{
    cursor: revert;
}

ol,
ul,
menu
{
    list-style: none;
}

img
{
    max-width: 100%;
}

table
{
    border-collapse: collapse;
}

textarea
{
    white-space: revert;
}

meter
{
    -webkit-appearance: revert;
            -moz-appearance: revert;
            appearance: revert;
}

::-webkit-input-placeholder
{
    color: unset;
}

::-moz-placeholder
{
    color: unset;
}

:-ms-input-placeholder
{
    color: unset;
}

::-ms-input-placeholder
{
    color: unset;
}

::placeholder
{
    color: unset;
}

:where([hidden])
{
    display: none;
}

:where([contenteditable])
{
       -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
}

:where([draggable='true'])
{
    -webkit-user-drag: element;
}

.l-header
{
    z-index: 10000;
    top: 0;
    right: 0;
    left: 0;

    width: 100%; 

    background-color: #fff;
}
@media screen and (min-width: 768px)
{
    .l-header
    {
        position: fixed;
    }
}
@media screen and (max-width: 767px)
{
    .l-header
    {
        position: fixed;
    }
}

@media screen and (min-width: 768px)
{
    .is-locked .l-header
    {
        position: fixed;
    }
}

.l-header__inner
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;
}
@media screen and (min-width: 768px)
{
    .l-header__inner
    {
        padding: 17px 25px;
    }
}
@media screen and (max-width: 767px)
{
    .l-header__inner
    {
        padding: 0vw 4vw; 

        -webkit-box-pack: justify; 

        -webkit-justify-content: space-between; 

        -ms-flex-pack: justify; 

        justify-content: space-between;
    }
}

.l-header__entry
{
    margin-left: auto;
}

.l-header__entry__btn
{
    display: block;

    padding: 9.336px 0;

    -webkit-transition: all .2s;

    transition: all .2s; 
    text-align: center;
    text-decoration: none;

    color: #fff;
    background-color: #e5003e;
}
@media screen and (min-width: 768px)
{
    .l-header__entry__btn
    {
        font-size: 12px;
        font-weight: 700; 
        line-height: 1.36167;

        letter-spacing: .3em;
    }
}
@media screen and (min-width: 768px)
{
    .l-header__entry__btn
    {
        width: 150px;
        margin-right: 40px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .l-header__entry__btn
    {
        margin-right: 1.95312vw;
    }
}
.l-header__entry__btn:hover
{
    opacity: .8;
}

.l-header__hamburger
{
    position: relative;
    z-index: 10000; 

    -webkit-transition: all .6s; 

    transition: all .6s;
}
@media screen and (min-width: 768px)
{
    .l-header__hamburger
    {
        width: 40.5px;
        height: 21.5px;
    }
}
@media screen and (max-width: 767px)
{
    .l-header__hamburger
    {
        width: 6.4vw;
        height: 4vw;
    }
}
.l-header__hamburger:hover
{
    cursor: pointer; 

    opacity: .8;
}
.l-header__hamburger span
{
    position: absolute;

    display: block;

    height: 1px;

    -webkit-transition: all .2s;

    transition: all .2s; 

    background-color: #d6163d;
}
@media screen and (min-width: 768px)
{
    .l-header__hamburger span
    {
        width: 40.5px;
    }
}
@media screen and (max-width: 767px)
{
    .l-header__hamburger span
    {
        width: 6.4vw;
    }
}
.l-header__hamburger span:first-child
{
    top: 0;
}
.l-header__hamburger span:last-child
{
    bottom: 0;
}
.l-header__hamburger.active span:first-child
{
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}
@media screen and (max-width: 767px)
{
    .l-header__hamburger.active span:first-child
    {
        -webkit-transform: translateY(2vw) rotate(45deg);
        transform: translateY(2vw) rotate(45deg);
    }
}
.l-header__hamburger.active span:last-child
{
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}
@media screen and (max-width: 767px)
{
    .l-header__hamburger.active span:last-child
    {
        -webkit-transform: translateY(-2vw) rotate(-45deg);
        transform: translateY(-2vw) rotate(-45deg);
    }
}
.l-header__hamburger.active + .l-header__menu
{
    -webkit-transform: translate(0%);
    transform: translate(0%);
}

.l-header__menu
{
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 0;
    left: 0;

    overflow: scroll;
    overflow-y: scroll;

    padding-right: 4.26667vw;
    padding-left: 4.26667vw;

    -webkit-transition: all .4s;

    transition: all .4s;

    -ms-overflow-style: none;
    scrollbar-width: none;
}
.l-header__menu::-webkit-scrollbar
{
    /* Chrome, Safari 対応 */
    display: none;
}
@media screen and (min-width: 768px)
{
    .l-header__menu
    {
        top: 0;

        padding: 100px 0; 

        -webkit-transform: translateY(-150%); 

        transform: translateY(-150%);

        background-color: #fff;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .l-header__menu
    {
        padding: 9.76562vw 0;
    }
}
@media screen and (max-width: 767px)
{
    .l-header__menu
    {
        top: 14.66667vw;

        -webkit-transform: translateX(100%);

        transform: translateX(100%);

        background-color: #e5e5e5;
    }
}

@media screen and (min-width: 768px)
{
    .top .l-header__menu__inner
    {
        min-width: 1440px;
    }
}

.l-header__menu__list a
{
    display: block;

    text-decoration: none; 

    color: #000;
}
@media screen and (max-width: 767px)
{
    .l-header__menu__list a
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.28571;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .l-header__menu__list a
    {
        padding: 5.6vw 2.13333vw; 

        border-bottom: solid 1px #ddd;
    }
}

@media screen and (max-width: 767px)
{
    .l-header__menu__list
    {
        margin-bottom: 28vw;
    }
}

@media screen and (max-width: 767px)
{
    .c-btn.l-header__menu__list__btn
    {
        font-size: calc((12 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.35833;

        letter-spacing: .3em;
    }
}

@media screen and (max-width: 767px)
{
    .c-btn.l-header__menu__list__btn
    {
        width: 100%;
        padding: 4.26667vw;

        text-align: center;
    }
}

.l-header__logo
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;
}
@media screen and (min-width: 768px)
{
    .l-header__logo img
    {
        width: 230px;
        height: auto;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .l-header__logo img
    {
        width: 200px;
    }
}
@media screen and (max-width: 767px)
{
    .l-header__logo img
    {
        width: 38.66667vw;
    }
}

.l-header__logo__text
{
    margin-top: 10px;
}
@media screen and (min-width: 768px)
{
    .l-header__logo__text
    {
        margin-left: 15px;
    }
}
@media screen and (max-width: 767px)
{
    .l-header__logo__text
    {
        margin-left: 2.66667vw;
    }
}
.l-header__logo__text span
{
    font-family: 'Roboto', sans-serif;
}
@media screen and (min-width: 768px)
{
    .l-header__logo__text span
    {
        font-size: 18px;
        font-weight: 400; 
        line-height: 2.77778;

        letter-spacing: .12em;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) and (min-width: 768px)
{
    .l-header__logo__text span
    {
        font-size: 16px;
        font-weight: 400; 
        line-height: 3.125;

        letter-spacing: .12em;
    }
}
@media screen and (max-width: 767px)
{
    .l-header__logo__text span
    {
        font-size: calc((13 / 375) * 100vw);
        font-weight: 400; 
        line-height: 3.84615;

        letter-spacing: .12em;
    }
}
@media screen and (min-width: 768px)
{
    .l-header__logo__text span
    {
        display: inline-block;
    }
}
.l-header__logo__text span:last-child
{
    position: relative;
}
@media screen and (min-width: 768px)
{
    .l-header__logo__text span:last-child
    {
        margin-left: 40px;
    }
}
.l-header__logo__text span:last-child::before
{
    position: absolute;
    top: 50%;
    right: calc(100% + 10px);

    width: 24px;
    height: 1px;

    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    background-color: #000;
}

.l-header__menu
{
    overflow: scroll;
}
@media screen and (min-width: 768px)
{
    .l-header__menu
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: center;

        -webkit-align-items: center;

        -ms-flex-align: center;

        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.l-header__menu .is-pc
{
    width: 847px;
    margin: 0 auto;
}
.l-header__menu .is-pc .l-header__menu__list__wrap
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    counter-reset: num; 

    -webkit-box-pack: justify; 

    -webkit-justify-content: space-between; 

    -ms-flex-pack: justify; 

    justify-content: space-between;
}
.l-header__menu .is-pc .l-header__menu__list
{
    width: 400px;
}
.l-header__menu .is-pc .l-header__menu__item
{
    position: relative;

    height: 75px;
    margin-bottom: 65px;
    padding-left: 60px;

    -webkit-transition: all .2s;

    transition: all .2s; 

    color: #333;
}
@media screen and (min-width: 768px)
{
    .l-header__menu .is-pc .l-header__menu__item:hover
    {
        color: #d6163d;
    }
}
.l-header__menu .is-pc .l-header__menu__item:hover::before
{
    border-left: solid 1px #d6163d;
}
.l-header__menu .is-pc .l-header__menu__item span
{
    display: block;
}
.l-header__menu .is-pc .l-header__menu__item::before
{
    position: absolute;
    top: 0;
    right: 0;
    left: 35px;

    height: 55px;

    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);

    border-left: solid 1px #000;
}
.l-header__menu .is-pc .l-header__menu__item::after
{
    font-family: 'Barlow', sans-serif;

    position: absolute;
    top: -5px;
    left: -10px;

    content: '0' counter(num);
    counter-increment: num;
}
@media screen and (min-width: 768px)
{
    .l-header__menu .is-pc .l-header__menu__item::after
    {
        font-size: 36px;
        font-weight: 600; 
        line-height: 1;

        letter-spacing: .075em;
    }
}
.l-header__menu .is-pc .l-header__menu__item__ja
{
    margin-bottom: 10px;

    white-space: nowrap;
}
@media screen and (min-width: 768px)
{
    .l-header__menu .is-pc .l-header__menu__item__ja
    {
        font-size: 14px;
        font-weight: 400; 
        line-height: 1.42857;

        letter-spacing: 0;
    }
}
.l-header__menu .is-pc .l-header__menu__item__en
{
    font-family: 'Roboto', sans-serif;
}
@media screen and (min-width: 768px)
{
    .l-header__menu .is-pc .l-header__menu__item__en
    {
        font-size: 24px;
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
.l-header__menu .is-pc .l-header__btn
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px; 

    -webkit-box-pack: justify; 

    -webkit-justify-content: space-between; 

    -ms-flex-pack: justify; 

    justify-content: space-between;
}
.l-header__menu .is-pc .l-header__btn > div a
{
    width: 400px;

    text-align: center;
}
@media screen and (min-width: 768px)
{
    .l-header__menu .is-pc .l-header__btn > div a span
    {
        font-size: 18px;
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .6em;
    }
}

@media screen and (min-width: 768px)
{
    .l-header__menu__inner
    {
        min-width: 1024px;
        margin: 0 auto;
    }
}

.l-footer
{
    text-align: center; 

    background-color: #5c5f62;
}
@media screen and (min-width: 768px)
{
    .l-footer
    {
        min-width: 1024px;
    }
}
@media screen and (min-width: 768px)
{
    .l-footer
    {
        padding-top: 70px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .l-footer
    {
        padding-top: 8.78906vw;
    }
}
@media screen and (max-width: 767px)
{
    .l-footer
    {
        padding-top: 10.66667vw;
    }
}

.l-footer__btn
{
    margin-bottom: 40px;
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .l-footer__btn
    {
        margin-bottom: 5.85938vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .l-footer__btn
    {
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 767px)
{
    .l-footer__btn
    {
        margin-bottom: 8vw;
    }
}
@media screen and (min-width: 768px)
{
    .l-footer__btn .c-btn
    {
        min-width: 364px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .l-footer__btn .c-btn
    {
        min-width: 28.32031vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .l-footer__btn .c-btn
    {
        min-width: 290px;
    }
}
@media screen and (max-width: 767px)
{
    .l-footer__btn .c-btn
    {
        min-width: 91.46667vw; 
        padding: 4.8vw;
    }
}

.l-footer__text
{
    color: #fff;
}
@media screen and (min-width: 768px)
{
    .l-footer__text
    {
        font-size: 24px;
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .l-footer__text
    {
        font-size: calc((18 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (min-width: 768px)
{
    .l-footer__text
    {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px)
{
    .l-footer__text
    {
        margin-bottom: 5.33333vw;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .l-footer__text
    {
        font-size: 20px;

        margin-bottom: 3.90625vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .l-footer__text
    {
        font-size: 20px;
    }
}

.l-footer__copyright
{
    color: #fff;
    background-color: #4b5055;
}
@media screen and (min-width: 768px)
{
    .l-footer__copyright
    {
        font-size: 12px;
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .l-footer__copyright
    {
        font-size: calc((12 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (min-width: 768px)
{
    .l-footer__copyright
    {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .l-footer__copyright
    {
        padding-top: 1.95312vw;
        padding-bottom: 1.95312vw;
    }
}
@media screen and (max-width: 767px)
{
    .l-footer__copyright
    {
        padding-top: 5.33333vw;
        padding-bottom: 5.33333vw;
    }
}

.breadcrumb
{
    margin: 6px auto 12px;
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .breadcrumb
    {
        margin: .97656vw auto 1.5625vw;
    }
}

.breadcrumb__inner
{
    margin: 0 auto;
}

.breadcrumb__link
{
    position: relative;

    margin-right: 23px;

    -webkit-transition: .3s opacity ease;

    transition: .3s opacity ease; 
    text-decoration: none;

    color: #666;
}
@media screen and (min-width: 768px)
{
    .breadcrumb__link
    {
        font-size: 12px;
        font-weight: 400; 
        line-height: 1;

        letter-spacing: 0;
    }
}
.breadcrumb__link::after
{
    position: absolute;
    top: 57%;
    right: -69%;

    width: 4px;
    height: 6px;

    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none; 

    background: url(../img/common/breadcrumb-arrow.svg) center/cover no-repeat;
}
.breadcrumb__link:hover
{
    opacity: .7;
}

.breadcrumb__current
{
    color: #c5c5c5;
}
@media screen and (min-width: 768px)
{
    .breadcrumb__current
    {
        font-size: 12px;
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}

[data-module='AddInView']
{
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; 
    -webkit-transition-duration: 1s; 
    transition-duration: 1s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);

    opacity: 0;
}

@media screen and (min-width: 768px)
{
    .u-hover
    {
        -webkit-transition: all .2s;
        transition: all .2s;
    }
    .u-hover:hover
    {
        opacity: .8;
    }
}

.is-inview
{
    -webkit-transform: translateZ(0);
    transform: translateZ(0); 

    opacity: 1;
}

@-webkit-keyframes blur
{
    0%
    {
        opacity: 0;

        -webkit-filter: blur(32px) brightness(1.01);

        filter: blur(32px) brightness(1.01);
    }
    100%
    {
        opacity: 1;

        -webkit-filter: blur(0) brightness(1.01);

        filter: blur(0) brightness(1.01);
    }
}

@keyframes blur
{
    0%
    {
        opacity: 0;

        -webkit-filter: blur(32px) brightness(1.01);

        filter: blur(32px) brightness(1.01);
    }
    100%
    {
        opacity: 1;

        -webkit-filter: blur(0) brightness(1.01);

        filter: blur(0) brightness(1.01);
    }
}

@-webkit-keyframes zoomin
{
    0%
    {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100%
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoomin
{
    0%
    {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100%
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*------------------------------

  開発環境の初期化

------------------------------*/
body
{
    font-family: 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;

    color: #333;
}
body:not(.top)
{
    background: url('../img/common/bg.png') repeat-y top center/100% auto;
    background-color: #eaeae6;
}
@media screen and (max-width: 767px)
{
    body:not(.top)
    {
        background: url('../img/common/sp/bg.png') repeat top center/200px auto;
    }
}

#mainContents
{
    overflow: hidden;
}
@media screen and (min-width: 768px)
{
    #mainContents
    {
        margin-top: 94px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents
    {
        margin-top: 14.39733vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents.top
    {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    #mainContents.top
    {
        min-width: 1024px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    #mainContents.top .l-section
    {
        max-width: inherit;
        padding-right: 3.125vw; 
        padding-left: 3.125vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    #mainContents.top .l-section
    {
        padding-right: 32px; 
        padding-left: 32px;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents:not(.top)
    {
        width: 100%;
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    #mainContents:not(.top)
    {
        max-width: inherit;
        padding-right: 3.125vw; 
        padding-left: 3.125vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    #mainContents:not(.top)
    {
        min-width: 1024px;
        padding-right: 32px; 
        padding-left: 32px;
    }
}

.c-kv-contents
{
    background: url('../img/common/title-bg.png') repeat center center/cover;
}

*
{
    margin: 0;
    padding: 0;
}

.c-btn
{
    font-family: 'Open Sans', sans-serif;

    display: inline-block;

    text-decoration: none;
}
@media screen and (min-width: 768px)
{
    .c-btn
    {
        font-size: 12px;
        font-weight: 700; 
        line-height: 1.36167;

        letter-spacing: .6em;
    }
}
@media screen and (max-width: 767px)
{
    .c-btn
    {
        font-size: calc((12 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.36167;

        letter-spacing: .6em;
    }
}
@media screen and (min-width: 768px)
{
    .c-btn
    {
        padding: 35px 75px 35px 78px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .c-btn
    {
        padding: 1.95312vw 1.95312vw 1.95312vw 1.95312vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .c-btn
    {
        padding: 20px 20px 20px 20px;
    }
}
@media screen and (max-width: 767px)
{
    .c-btn
    {
        padding: 4vw 5.33333vw 4vw 4vw;
    }
}
.c-btn__white
{
    color: #fff; 
    border: solid 1px #fff;
}
.c-btn__red
{
    color: #fff; 
    background-color: #d6163d;
}
.c-btn__black
{
    color: #fff; 
    background-color: #000;
}
.c-btn__arrow span
{
    position: relative;

    display: inline-block;

    padding-right: 80px;
}
@media screen and (max-width: 767px)
{
    .c-btn__arrow span
    {
        padding-right: 16vw;
    }
}
.c-btn__arrow span:before
{
    position: absolute;
    top: 60%;
    right: 0;

    width: 78px;
    height: 6px;

    content: '';
    -webkit-transition: right .2s ease;
    transition: right .2s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); 

    background: url('../img/common/white-arrow.svg') no-repeat center center/contain;
}
@media screen and (max-width: 767px)
{
    .c-btn__arrow span:before
    {
        width: 14.4vw;
        height: 1.06667vw;
    }
}
@media screen and (min-width: 768px)
{
    .c-btn__arrow:hover span::before
    {
        right: -8px;
    }
}

.kv
{
    position: relative;

    overflow: hidden;

    margin-bottom: 2px;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);
}

.kv__overlay
{
    position: absolute;
    z-index: -1; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: #01113b;
}

.kv__bg
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-animation: zoomin ease-out 7000ms, blur ease 3000ms;

    animation: zoomin ease-out 7000ms, blur ease 3000ms; 

    background: url('../img/top/kv.png') no-repeat center/cover;

    will-change: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media screen and (max-width: 767px)
{
    .kv__bg
    {
        background: url('../img/top/sp/kv.jpg') no-repeat center/cover;
    }
}

.kv__container
{
    position: relative; 

    max-width: 1440px;
    margin: 0 auto;
}
@media screen and (min-width: 768px)
{
    .kv__container
    {
        padding: 154px 135px 250px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .kv__container
    {
        padding: 154px 7.8125vw 250px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .kv__container
    {
        padding: 154px 80px 250px;
    }
}
@media screen and (max-width: 767px)
{
    .kv__container
    {
        min-height: 184vw; 
        padding: 48vw 4.26667vw 26.66667vw;
    }
}

.kv__inner
{
    max-width: 1170px;
    margin: 0 auto;
}

.kv__title
{
    position: relative;
    z-index: 2; 

    -webkit-transition-timing-function: ease; 

    transition-timing-function: ease;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);

    color: #fff;
}
@media screen and (min-width: 768px)
{
    .kv__title
    {
        font-size: 40px;
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .kv__title
    {
        font-size: calc((20 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (min-width: 768px)
{
    .kv__title
    {
        margin-bottom: 16px;
    }
}
@media screen and (max-width: 767px)
{
    .kv__title
    {
        margin-bottom: 2.66667vw;
    }
}
.kv__title.is-inview
{
    -webkit-transform: translateZ(0);
    transform: translateZ(0); 

    opacity: 1;
}

.kv__text
{
    position: relative;
    z-index: 2; 

    max-width: 825px;

    -webkit-transition-timing-function: ease;

    transition-timing-function: ease;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);

    color: #fff;
}
@media screen and (min-width: 768px)
{
    .kv__text
    {
        font-size: 20px;
        font-weight: 400; 
        line-height: 2;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .kv__text
    {
        font-size: calc((12 / 375) * 100vw);
        font-weight: 400; 
        line-height: 2.1;

        letter-spacing: .1em;
    }
}
.kv__text.is-inview
{
    -webkit-transform: translateZ(0);
    transform: translateZ(0); 

    opacity: 1;
}

.kv__menu
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;

    visibility: hidden;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    -webkit-transition: opacity .5s ease, visibility .5s ease;

    transition: opacity .5s ease, visibility .5s ease; 

    opacity: 0;
}
@media screen and (min-width: 768px)
{
    .kv__menu
    {
        right: 80px; 

        padding-left: 21px;

        background-color: rgba(1, 18, 69, .8);
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .kv__menu
    {
        right: 2.92969vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .kv__menu
    {
        right: 30px;
    }
}
@media screen and (min-width: 768px)
{
    .kv__menu
    {
        padding-top: 70px;
    }
}
.kv__menu.is-show
{
    visibility: visible; 

    opacity: 1;
}

.kv__value__btn
{
    position: absolute;
    z-index: 2; 
    bottom: 40px;
}
@media screen and (min-width: 768px)
{
    .kv__value__btn
    {
        left: calc(50% + 50px);
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .kv__value__btn
    {
        left: 40%;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .kv__value__btn
    {
        left: 40%;
    }
}
@media screen and (max-width: 767px)
{
    .kv__value__btn
    {
        right: 4.26667vw;
        left: 4.26667vw;
    }
}
@media screen and (min-width: 768px)
{
    .kv__value__btn a
    {
        font-size: 12px;
        font-weight: 700; 
        line-height: 1.36167;

        letter-spacing: .6em;
    }
}
@media screen and (max-width: 767px)
{
    .kv__value__btn a
    {
        font-size: calc((12 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.36167;

        letter-spacing: .6em;
    }
}
@media screen and (min-width: 768px)
{
    .kv__value__btn a
    {
        padding: 19px 17px 19px 30px;
    }
}
@media screen and (max-width: 767px)
{
    .kv__value__btn a
    {
        width: 100%;
        padding-top: 4.8vw;
        padding-bottom: 4.8vw;

        text-align: center;
    }
}
@media screen and (max-width: 767px)
{
    .kv__value__btn a span
    {
        padding-right: 17.6vw;
        padding-left: 17.6vw;
    }
}

.kv__menu__list
{
    width: 248px;
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .kv__menu__list
    {
        width: 24.21875vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .kv__menu__list
    {
        width: 248px;
    }
}
@media screen and (min-width: 768px)
{
    .kv__menu__list li
    {
        font-size: 14px;
        font-weight: 400; 
        line-height: 1.44786;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 768px)
{
    .kv__menu__list li
    {
        margin-bottom: 26px;
    }
}
.kv__menu__list a
{
    position: relative;

    display: inline-block; 

    text-decoration: none;

    color: #fff;
}
.kv__menu__list a span
{
    position: relative; 

    display: inline-block;
}
.kv__menu__list a span:after
{
    position: absolute;
    bottom: -1px;
    left: 0;

    width: 100%;
    height: 2px;

    content: '';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; 
    -webkit-transform: scale(0, 1); 
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;

    background: #fff;
}
.kv__menu__list a:hover span::after
{
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); 
    -webkit-transform-origin: left top; 
    transform-origin: left top;
}

@media screen and (min-width: 768px)
{
    .kv-bottom__inner
    {
        max-width: 1280px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .kv-bottom__inner
    {
        max-width: inherit;
    }
}

.kv-bottom__list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -2px; 

    -webkit-box-align: center; 

    -webkit-align-items: center; 

    -ms-flex-align: center; 

    align-items: center;
}
@media screen and (max-width: 767px)
{
    .kv-bottom__list
    {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media screen and (min-width: 768px)
{
    .kv-bottom__list li
    {
        margin: 0 1px; 

        -webkit-box-flex: 1; 

        -webkit-flex: 1; 

        -ms-flex: 1; 

        flex: 1;
    }
}
.kv-bottom__list li a
{
    position: relative;

    display: block;

    text-decoration: none; 

    background: url() no-repeat center center/cover;
}
@media screen and (min-width: 768px)
{
    .kv-bottom__list li a
    {
        height: 424px;
        padding: 40px 30px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .kv-bottom__list li a
    {
        height: 33.20312vw;
        padding: 2.92969vw 2.92969vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .kv-bottom__list li a
    {
        height: 340px;
        padding: 30px 30px;
    }
}
@media screen and (max-width: 767px)
{
    .kv-bottom__list li a
    {
        height: 50vw;
        margin: 0 .26667vw; 
        padding: 5.33333vw 2.66667vw;
    }
}
.kv-bottom__list li a::after
{
    position: absolute;
    right: 0; 
    bottom: 0;

    width: 0;
    height: 0;

    content: '';

    border-width: 0 0 64px 64px;
    border-style: solid;
    border-color: transparent transparent #d6163d transparent;
}
@media screen and (max-width: 767px)
{
    .kv-bottom__list li a::after
    {
        border-width: 0 0 25px 25px;
    }
}
.kv-bottom__list li:nth-child(1) a
{
    background-image: url('../img/top/kv-bottom-img01.png');
}
@media screen and (max-width: 767px)
{
    .kv-bottom__list li:nth-child(1)
    {
        width: 50%;
    }
}
.kv-bottom__list li:nth-child(2) a
{
    background-image: url('../img/top/kv-bottom-img02.png');
}
@media screen and (max-width: 767px)
{
    .kv-bottom__list li:nth-child(2)
    {
        width: 50%;
    }
}
.kv-bottom__list li:nth-child(3) a
{
    background-image: url('../img/top/kv-bottom-img03.png');
}
@media screen and (max-width: 767px)
{
    .kv-bottom__list li:nth-child(3) a
    {
        padding: 9.86667vw 4.26667vw;
    }
}
@media screen and (max-width: 767px)
{
    .kv-bottom__list li:nth-child(3)
    {
        width: 100%;
        margin-top: .53333vw;
    }
}

.kv-bottom__text__en
{
    font-family: 'Roboto', sans-serif;

    margin-bottom: 10px; 

    color: #fff;
}
@media screen and (min-width: 768px)
{
    .kv-bottom__text__en
    {
        font-size: 28px;
        font-weight: 400; 
        line-height: 1.1;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .kv-bottom__text__en
    {
        font-size: calc((18 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .kv-bottom__text__en
    {
        margin-bottom: .97656vw;
    }
}

.kv-bottom__text__ja
{
    color: #fff;
}
@media screen and (min-width: 768px)
{
    .kv-bottom__text__ja
    {
        font-size: 14px;
        font-weight: 400; 
        line-height: 1.2;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .kv-bottom__text__ja
    {
        font-size: calc((12 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.2;

        letter-spacing: .1em;
    }
}

.office
{
    background: url('../img/top/office-bg.png') no-repeat center center/cover;
}

@media screen and (min-width: 768px)
{
    .office__inner
    {
        max-width: 1279px;
        margin-right: auto; 
        margin-left: auto;
        padding: 70px 0 80px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .office__inner
    {
        padding: 5.85938vw 0 7.8125vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .office__inner
    {
        padding: 60px 0 80px;
    }
}

@media screen and (max-width: 767px)
{
    .office__inner
    {
        padding: 8vw 4.8vw 2.66667vw;
    }
}

.office__title
{
    color: #333;
}
@media screen and (min-width: 768px)
{
    .office__title
    {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px)
{
    .office__title
    {
        margin-bottom: 5.33333vw;
    }
}
@media screen and (min-width: 768px)
{
    .office__title
    {
        text-align: center;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .office__title
    {
        margin-bottom: 2.92969vw;
    }
}

.office__title__en
{
    font-family: 'Roboto', sans-serif;

    display: block;
}
@media screen and (min-width: 768px)
{
    .office__title__en
    {
        font-size: 36px;
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .office__title__en
    {
        font-size: calc((18 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (min-width: 768px)
{
    .office__title__en
    {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .office__title__en
    {
        margin-bottom: 2.66667vw;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .office__title__en
    {
        margin-bottom: 1.95312vw;
    }
}

.office__title__ja
{
    display: block;
}
@media screen and (min-width: 768px)
{
    .office__title__ja
    {
        font-size: 16px;
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .office__title__ja
    {
        font-size: calc((12 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}

.office__photo__list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -9px 20px;
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .office__photo__list
    {
        margin: 0 -.39062vw 1.95312vw;
    }
}
@media screen and (max-width: 767px)
{
    .office__photo__list
    {
        margin-bottom: 2.66667vw;

        -webkit-box-pack: center;

        -webkit-justify-content: center;

        -ms-flex-pack: center;

        justify-content: center;
    }
}
.office__photo__list li
{
    overflow: hidden;

    width: calc(33.3333% - 8px); 
    margin: 0 4px;
}
@media screen and (max-width: 767px)
{
    .office__photo__list li
    {
        margin: 0 .53333vw;
    }
}
.office__photo__list img
{
    width: 100%;
}

.office__btn
{
    text-align: right;
}
@media screen and (min-width: 768px)
{
    .office__btn a
    {
        font-size: 12px;
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .6em;
    }
}
@media screen and (max-width: 767px)
{
    .office__btn a
    {
        font-size: calc((12 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .6em;
    }
}
@media screen and (min-width: 768px)
{
    .office__btn a
    {
        padding: 19px 15px 18px 30px;
    }
}
@media screen and (max-width: 767px)
{
    .office__btn a
    {
        padding: 3.46667vw 4vw 3.2vw 5.33333vw;
    }
}
@media screen and (min-width: 768px)
{
    .office__btn a span
    {
        padding-right: 60px;
    }
}
@media screen and (min-width: 768px)
{
    .office__btn a span:before
    {
        width: 53px;
        height: 4px;
    }
}

.office__photo__wrap
{
    width: 100%;

    background-repeat: no-repeat; 
    background-position: center center;
    background-size: cover;
}
@media screen and (min-width: 768px)
{
    .office__photo__wrap
    {
        height: 720px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .office__photo__wrap
    {
        height: 52.73438vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .office__photo__wrap
    {
        height: 540px;
    }
}
@media screen and (max-width: 767px)
{
    .office__photo__wrap
    {
        height: 52.69067vw;
    }
}
.office__photo__wrap img
{
    display: block;

    height: 100%;

    -o-object-fit: cover;

    object-fit: cover;
}

.faq
{
    background-color: #f5f5f5;
}

@media screen and (min-width: 768px)
{
    .faq__inner
    {
        max-width: 1279px;
        margin-right: auto; 
        margin-left: auto;
        padding: 60px 0 80px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .faq__inner
    {
        padding: 5.56641vw 0 5.27344vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .faq__inner
    {
        padding: 57px 0 54px;
    }
}

@media screen and (max-width: 767px)
{
    .faq__inner
    {
        padding: 6.66667vw 4.26667vw 10.66667vw;
    }
}

.faq__title
{
    text-align: center;

    color: #333;
}
@media screen and (min-width: 768px)
{
    .faq__title
    {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .faq__title
    {
        margin-bottom: 10.66667vw;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .faq__title
    {
        margin-bottom: 1.95312vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .faq__title
    {
        margin-bottom: 20px;
    }
}

.faq__title__en
{
    font-family: 'Roboto', sans-serif;

    display: block;
}
@media screen and (min-width: 768px)
{
    .faq__title__en
    {
        font-size: 36px;
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .faq__title__en
    {
        font-size: calc((28 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (min-width: 768px)
{
    .faq__title__en
    {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .faq__title__en
    {
        margin-bottom: 2.66667vw;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .faq__title__en
    {
        margin-bottom: 1.95312vw;
    }
}

.faq__title__ja
{
    display: block;
}
@media screen and (min-width: 768px)
{
    .faq__title__ja
    {
        font-size: 16px;
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .faq__title__ja
    {
        font-size: calc((16 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}

@media screen and (min-width: 768px)
{
    .faq__list
    {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .faq__list
    {
        margin-bottom: 1.95312vw; 
        padding: 0;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .faq__list
    {
        margin-bottom: 20px; 
        padding: 0;
    }
}

@media screen and (max-width: 767px)
{
    .faq__list
    {
        margin-bottom: 5.33333vw;
    }
}

.faq__q
{
    position: relative;

    cursor: pointer; 

    border-bottom: solid 1px #c4c4c4;
}
@media screen and (min-width: 768px)
{
    .faq__q
    {
        font-size: 16px;
        font-weight: 700; 
        line-height: 2.1875;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .faq__q
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.5;

        letter-spacing: .1em;
    }
}
@media screen and (min-width: 768px)
{
    .faq__q
    {
        padding: 15px 70px 15px 0;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .faq__q
    {
        padding: 1.46484vw 6.83594vw 1.46484vw 0;
    }
}
@media screen and (max-width: 767px)
{
    .faq__q
    {
        padding: 4vw 8vw 4vw 0;
    }
}
.faq__q.active
{
    color: #d6163d;
}
.faq__q.active .faq__q__plus:after
{
    top: 50%;
    right: 19.5px;

    -webkit-transform: rotate(0deg) translateY(-50%);

    transform: rotate(0deg) translateY(-50%);
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .faq__q.active .faq__q__plus:after
    {
        right: .97656vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .faq__q.active .faq__q__plus:after
    {
        right: 10px;
    }
}
@media screen and (max-width: 767px)
{
    .faq__q.active .faq__q__plus:after
    {
        right: 0;
    }
}

.faq__q__plus
{
    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);
}
@media screen and (min-width: 768px)
{
    .faq__q__plus
    {
        width: 24px;
        height: 24px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .faq__q__plus
    {
        width: 2.34375vw;
        height: 2.34375vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .faq__q__plus
    {
        width: 24px;
        height: 24px;
    }
}
@media screen and (max-width: 767px)
{
    .faq__q__plus
    {
        width: 6.4vw;
        height: 6.4vw;
    }
}
.faq__q__plus::before,
.faq__q__plus::after
{
    position: absolute;
    top: 50%;
    right: 19.5px;

    width: 100%;
    height: 4px;

    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    background-color: #d6163d;
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .faq__q__plus::before,
    .faq__q__plus::after
    {
        right: .97656vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .faq__q__plus::before,
    .faq__q__plus::after
    {
        right: 10px;
    }
}
@media screen and (max-width: 767px)
{
    .faq__q__plus::before,
    .faq__q__plus::after
    {
        right: 0;

        height: 2px;
    }
}
.faq__q__plus::after
{
    top: 47%;
    right: 21px;

    -webkit-transform: rotate(90deg) translateY(-50%);

    transform: rotate(90deg) translateY(-50%);
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .faq__q__plus::after
    {
        right: 1.17188vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .faq__q__plus::after
    {
        right: 12px;
    }
}
@media screen and (max-width: 767px)
{
    .faq__q__plus::after
    {
        right: 1px;
    }
}

.faq__a
{
    display: none; 

    border-bottom: solid 1px #c5c5c5;
}
@media screen and (min-width: 768px)
{
    .faq__a
    {
        font-size: 16px;
        font-weight: 400; 
        line-height: 1.8;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .faq__a
    {
        font-size: calc((12 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .1em;
    }
}
@media screen and (min-width: 768px)
{
    .faq__a
    {
        padding: 18px 0 30px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .faq__a
    {
        padding: 1.75781vw 0 2.92969vw;
    }
}
@media screen and (max-width: 767px)
{
    .faq__a
    {
        padding: 4.8vw 0 8vw;
    }
}
.faq__a a
{
    -webkit-transition: all .2s;
    transition: all .2s; 

    color: #333;
}
.faq__a a:hover
{
    opacity: .8;
}

.eva-kv
{
    position: relative;
}
@media screen and (min-width: 768px)
{
    .eva-kv
    {
        overflow: hidden;
    }
}

@media screen and (min-width: 768px)
{
    .eva-kv__inner
    {
        width: 1280px;
        max-width: 100%;
        padding-bottom: 135px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .eva-kv__inner
    {
        width: 100%;
        padding-bottom: 11.71875vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .eva-kv__inner
    {
        padding-bottom: 120px;
    }
}

@media screen and (max-width: 767px)
{
    .eva-kv__inner
    {
        padding-bottom: 17.33333vw;
    }
}

.eva-kv__contents
{
    position: absolute;
    right: 0; 

    color: #666;
    background-color: #fff;
}
@media screen and (min-width: 768px)
{
    .eva-kv__contents
    {
        top: 330px;

        width: 600px;
        height: 220px;
        padding: 50px 50px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .eva-kv__contents
    {
        top: 23.4375vw;

        width: 58.59375vw;
        height: inherit;
        padding: 5.66406vw 4.6875vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .eva-kv__contents
    {
        top: 240px;

        height: inherit;
        padding: 58px 48px;
    }
}
@media screen and (max-width: 767px)
{
    .eva-kv__contents
    {
        top: 93.33333vw;
        left: 50%;

        width: 93.6vw;
        padding: 8vw 7.46667vw; 

        -webkit-transform: translateX(-50%); 

        transform: translateX(-50%);
    }
}

.eva-kv__title__ja
{
    display: block; 

    word-break: keep-all;
}
@media screen and (min-width: 768px)
{
    .eva-kv__title__ja
    {
        font-size: 14px;
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .eva-kv__title__ja
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (min-width: 768px)
{
    .eva-kv__title__ja
    {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .eva-kv__title__ja
    {
        margin-bottom: 1.95312vw;
    }
}
@media screen and (max-width: 767px)
{
    .eva-kv__title__ja
    {
        margin-bottom: 4vw;
    }
}

.eva-kv__title__en
{
    font-family: 'Roboto', sans-serif;

    display: block;

    white-space: nowrap;

    color: #333;
}
@media screen and (min-width: 768px)
{
    .eva-kv__title__en
    {
        font-size: 42px;
        font-weight: 400; 
        line-height: 1.2;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .eva-kv__title__en
    {
        font-size: calc((32 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.2;

        letter-spacing: .1em;
    }
}

.eva-kv-bottom__inner
{
    position: relative;

    margin: 0 auto;
}
@media screen and (min-width: 768px)
{
    .eva-kv-bottom__inner
    {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .eva-kv-bottom__inner
    {
        padding-bottom: 8.78906vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .eva-kv-bottom__inner
    {
        padding-bottom: 90px;
    }
}
@media screen and (max-width: 767px)
{
    .eva-kv-bottom__inner
    {
        padding-bottom: 10.66667vw;
    }
}

.eva-kv-bottom__img
{
    position: relative;
    z-index: 1;
}
.eva-kv-bottom__img img
{
    height: auto;
}
@media screen and (min-width: 768px)
{
    .eva-kv-bottom__img img
    {
        width: 1040px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .eva-kv-bottom__img img
    {
        width: 78.125vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .eva-kv-bottom__img img
    {
        width: 800px;
    }
}
@media screen and (max-width: 767px)
{
    .eva-kv-bottom__img img
    {
        width: 95.73333vw;
    }
}

.eva-kv-bottom__bg
{
    position: absolute;
    right: 0;
    bottom: 0;

    overflow: hidden;
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .eva-kv-bottom__bg
    {
        height: 20.99609vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .eva-kv-bottom__bg
    {
        height: 215px;
    }
}
@media screen and (min-width: 768px)
{
    .eva-kv-bottom__bg img
    {
        width: 600px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .eva-kv-bottom__bg img
    {
        width: 58.59375vw;
    }
}
@media screen and (max-width: 767px)
{
    .eva-kv-bottom__bg img
    {
        width: 74.66667vw;
    }
}

@media screen and (min-width: 768px)
{
    .eva__title__box
    {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 767px)
{
    .eva__title__box
    {
        margin-bottom: 6.13333vw;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .eva__title__box
    {
        margin-bottom: 3.41797vw;
    }
}

@media screen and (min-width: 768px)
{
    .eva__title
    {
        font-size: 36px;
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}

@media screen and (max-width: 767px)
{
    .eva__title
    {
        font-size: calc((24 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}

@media screen and (min-width: 768px)
{
    .eva__title
    {
        margin-bottom: 27px;
    }
}

@media screen and (max-width: 767px)
{
    .eva__title
    {
        margin-bottom: 5.33333vw;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .eva__title
    {
        margin-bottom: 2.63672vw;
    }
}

@media screen and (min-width: 768px)
{
    .eva__lead
    {
        font-size: 16px;
        font-weight: 400; 
        line-height: 2;

        letter-spacing: .2em;
    }
}

@media screen and (max-width: 767px)
{
    .eva__lead
    {
        font-size: calc((16 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .1em;
    }
}

@media screen and (min-width: 768px)
{
    .eva__lead
    {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px)
{
    .eva__lead
    {
        margin-bottom: 2.66667vw;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .eva__lead
    {
        margin-bottom: 1.95312vw;
    }
}

@media screen and (min-width: 768px)
{
    .eva__attension
    {
        font-size: 12px;
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}

@media screen and (max-width: 767px)
{
    .eva__attension
    {
        font-size: calc((12 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}

.eva__item__title__box
{
    position: relative;
}
@media screen and (min-width: 768px)
{
    .eva__item__title__box
    {
        margin-bottom: 26px;
    }
}
@media screen and (max-width: 767px)
{
    .eva__item__title__box
    {
        margin-bottom: 9.6vw;
    }
}
@media screen and (max-width: 767px)
{
    .eva__item__title__box--02
    {
        margin-bottom: 10.66667vw;
    }
}
.eva__item__title__box::before
{
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0;

    width: 3px;

    content: '';

    background-color: #d6163d;
}
@media screen and (min-width: 768px)
{
    .eva__item__title__box
    {
        padding-left: 20px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .eva__item__title__box
    {
        margin-bottom: 2.53906vw; 
        padding-left: 1.95312vw;
    }
}
@media screen and (max-width: 767px)
{
    .eva__item__title__box
    {
        padding-left: 3.46667vw;
    }
}

.eva__item__title
{
    color: #d6163d;
}
@media screen and (min-width: 768px)
{
    .eva__item__title
    {
        font-size: 24px;
        font-weight: 700; 
        line-height: 1.66667;

        letter-spacing: .2em;
    }
}
@media screen and (max-width: 767px)
{
    .eva__item__title
    {
        font-size: calc((18 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.5;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .eva__item__title
    {
        margin-bottom: 1.33333vw;
    }
}

@media screen and (min-width: 768px)
{
    .eva__item__lead
    {
        font-size: 14px;
        font-weight: 400; 
        line-height: 2.2;

        letter-spacing: .1em;
    }
}

@media screen and (max-width: 767px)
{
    .eva__item__lead
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .1em;
    }
}

@media screen and (min-width: 768px)
{
    .eva__item__contents
    {
        max-width: 960px; 
        padding: 0 17px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .eva__item__contents
    {
        padding: 0 1.95312vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .eva__item__contents
    {
        padding: 0 20px;
    }
}

@media screen and (min-width: 768px)
{
    .eva__item__list
    {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 767px)
{
    .eva__item__list
    {
        margin-bottom: 8.53333vw;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .eva__item__list
    {
        margin-bottom: 3.125vw;
    }
}

.eva__item__list__title
{
    position: relative;
}
@media screen and (min-width: 768px)
{
    .eva__item__list__title
    {
        font-size: 18px;
        font-weight: 700; 
        line-height: 1.5;

        letter-spacing: .2em;
    }
}
@media screen and (max-width: 767px)
{
    .eva__item__list__title
    {
        font-size: calc((16 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.5;

        letter-spacing: .2em;
    }
}
@media screen and (min-width: 768px)
{
    .eva__item__list__title
    {
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 767px)
{
    .eva__item__list__title
    {
        margin-bottom: 3.2vw;
    }
}
@media screen and (min-width: 768px)
{
    .eva__item__list__title
    {
        margin-right: 30px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .eva__item__list__title
    {
        margin-right: 2.92969vw;
        margin-bottom: 1.17188vw;
    }
}
@media screen and (min-width: 768px)
{
    .eva__item__list__title.eva__item__list__title--wide
    {
        font-size: 20px;
        font-weight: 700; 
        line-height: 1.35;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .eva__item__list__title.eva__item__list__title--wide
    {
        font-size: calc((18 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.33333;

        letter-spacing: .1em;
    }
}
@media screen and (min-width: 768px)
{
    .eva__item__list__title.eva__item__list__title--wide
    {
        margin-top: 52px;
        margin-bottom: 36px;
    }
}
@media screen and (min-width: 768px)
{
    .eva__item__list__title.eva__item__list__title--wide-first
    {
        margin-top: 32px;
    }
}

.eva__item__list__title__sub
{
    display: inline-block;
}
@media screen and (min-width: 768px)
{
    .eva__item__list__title__sub
    {
        font-size: 12px;
        font-weight: 700; 
        line-height: 1.2;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .eva__item__list__title__sub
    {
        font-size: calc((12 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.2;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .eva__item__list__title__sub
    {
        display: block; 

        margin-top: 2.66667vw;
    }
}

@media screen and (min-width: 768px)
{
    .eva__item__list__text
    {
        font-size: 12px;
        font-weight: 300; 
        line-height: 1.5;

        letter-spacing: .1em;
    }
}

@media screen and (max-width: 767px)
{
    .eva__item__list__text
    {
        font-size: calc((12 / 375) * 100vw);
        font-weight: 300; 
        line-height: 1.5;

        letter-spacing: .1em;
    }
}

@media screen and (min-width: 768px)
{
    .eva__item
    {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 767px)
{
    .eva__item
    {
        margin-bottom: 8vw;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .eva__item
    {
        margin-bottom: 7.8125vw;
    }
}

@media screen and (min-width: 768px)
{
    .eva-eva
    {
        margin-top: 15px;
        margin-bottom: 180px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .eva-eva
    {
        margin-top: 2.34375vw;
        margin-bottom: 3.90625vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .eva-eva
    {
        margin-top: 24px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px)
{
    .eva-eva
    {
        margin-top: 8.8vw;
        margin-bottom: 5.33333vw;
    }
}

@media screen and (min-width: 768px)
{
    .eva-eva__title
    {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px)
{
    .eva-eva__title
    {
        margin-bottom: 5.33333vw;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .eva-eva__title
    {
        margin-bottom: 4.88281vw;
    }
}

.eva-eva__inner
{
    margin: 0 auto;
}
@media screen and (min-width: 768px)
{
    .eva-eva__inner
    {
        max-width: 1120px;
    }
}
@media screen and (max-width: 767px)
{
    .eva-eva__inner
    {
        margin: 0 4.53333vw;
    }
}

@media screen and (max-width: 767px)
{
    .eva-eva__item__title__box
    {
        margin-bottom: 8vw;
    }
}

@media screen and (max-width: 767px)
{
    .eva-eva__item__title
    {
        margin-bottom: 2.66667vw;
    }
}

.eva__item__table
{
    width: 100%; 

    border-collapse: separate;
}
@media screen and (min-width: 768px)
{
    .eva__item__table
    {
        margin-top: 50px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .eva__item__table
    {
        margin-top: 2.92969vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .eva__item__table
    {
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px)
{
    .eva__item__table
    {
        display: block;
    }
}

.eva__item__label
{
    color: #fff;
}
@media screen and (min-width: 768px)
{
    .eva__item__label
    {
        font-size: 14px;
        font-weight: 700; 
        line-height: 2.2;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .eva__item__label
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 700; 
        line-height: 2.2;

        letter-spacing: .1em;
    }
}
.eva__item__label span
{
    display: block;

    background: #666;
}
@media screen and (min-width: 768px)
{
    .eva__item__label span
    {
        width: 190px;
        margin-right: 13px;
        padding: 2.6px 0;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .eva__item__label span
    {
        margin-right: 1.26953vw;
        padding: .25391vw 0;
    }
}
@media screen and (max-width: 767px)
{
    .eva__item__label span
    {
        width: 50.66667vw;
        margin-bottom: 5.33333vw; 
        padding: .53333vw 4vw;
    }
}
@media screen and (min-width: 768px)
{
    .eva__item__label
    {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .eva__item__label
    {
        padding-bottom: 1.95312vw;
    }
}
@media screen and (max-width: 767px)
{
    .eva__item__label
    {
        display: inline-block;
    }
}

@media screen and (min-width: 768px)
{
    .eva__item__text
    {
        font-size: 16px;
        font-weight: 400; 
        line-height: 2.2;

        letter-spacing: .1em;
    }
}

@media screen and (max-width: 767px)
{
    .eva__item__text
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.71429;

        letter-spacing: .1em;
    }
}

@media screen and (min-width: 768px)
{
    .eva__item__text
    {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .eva__item__text
    {
        padding-bottom: 1.95312vw;
    }
}

@media screen and (max-width: 767px)
{
    .eva__item__text
    {
        display: block;

        margin-bottom: 10.66667vw;
    }
}

@media screen and (min-width: 768px)
{
    .eva-support
    {
        margin-top: 15px;
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .eva-support
    {
        margin-top: 4.88281vw;
        margin-bottom: 7.8125vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .eva-support
    {
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px)
{
    .eva-support
    {
        margin-top: 8.8vw;
        margin-bottom: 13.33333vw;
    }
}

.eva-support__inner
{
    margin: 0 auto;
}
@media screen and (min-width: 768px)
{
    .eva-support__inner
    {
        max-width: 1120px;
    }
}
@media screen and (max-width: 767px)
{
    .eva-support__inner
    {
        margin: 0 4.53333vw;
    }
}

.eva__item__box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

    -ms-flex-pack: start;

    justify-content: flex-start;
}
@media screen and (min-width: 768px)
{
    .eva__item__box
    {
        margin-bottom: 82px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .eva__item__box
    {
        margin-bottom: 8.00781vw;
    }
}
@media screen and (max-width: 767px)
{
    .eva__item__box
    {
        margin-top: -5.33333vw; 

        -webkit-flex-wrap: wrap; 

        -ms-flex-wrap: wrap; 

        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.eva__item__box__list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    color: #333;
    border-radius: 8px;
    background-color: #f3f3f3;
}
@media screen and (min-width: 768px)
{
    .eva__item__box__list
    {
        width: 220px;
        padding: 23px 20px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .eva__item__box__list
    {
        padding: 2.24609vw 1.95312vw;
    }
}
@media screen and (max-width: 767px)
{
    .eva__item__box__list
    {
        width: 43.73333vw;
        margin-bottom: 3.73333vw;
        padding: 2.4vw 3.2vw;
    }
}
@media screen and (min-width: 768px)
{
    .eva__item__box__list:not(:first-child)
    {
        margin-left: 20px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .eva__item__box__list:not(:first-child)
    {
        margin-left: 1.95312vw;
    }
}

.eva__item__box__title__wrap
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (min-width: 768px)
{
    .eva__item__box__title__wrap
    {
        min-height: 150px;
    }
}
@media screen and (max-width: 767px)
{
    .eva__item__box__title__wrap
    {
        min-height: 21.33333vw;
    }
}

.eva__item__box__title
{
    text-align: center;
}
@media screen and (min-width: 768px)
{
    .eva__item__box__title
    {
        font-size: 24px;
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .2em;
    }
}
@media screen and (max-width: 767px)
{
    .eva__item__box__title
    {
        font-size: calc((20 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.4;

        letter-spacing: .2em;
    }
}

@media screen and (min-width: 768px)
{
    .eva__item__box__text
    {
        font-size: 12px;
        font-weight: 300; 
        line-height: 1.4;

        letter-spacing: .2em;
    }
}

@media screen and (max-width: 767px)
{
    .eva__item__box__text
    {
        font-size: calc((12 / 375) * 100vw);
        font-weight: 300; 
        line-height: 1.2;

        letter-spacing: .2em;
    }
}

@media screen and (min-width: 768px)
{
    .eva__item__box__text
    {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .eva__item__box__text
    {
        margin-top: 1.95312vw;
    }
}

.eva__item__box__caution
{
    text-align: center;
}
@media screen and (min-width: 768px)
{
    .eva__item__box__caution
    {
        font-size: 12px;
        font-weight: 400; 
        line-height: 1.4;

        letter-spacing: .2em;
    }
}
@media screen and (max-width: 767px)
{
    .eva__item__box__caution
    {
        font-size: calc((12 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.2;

        letter-spacing: .2em;
    }
}
@media screen and (min-width: 768px)
{
    .eva__item__box__caution
    {
        margin-top: 10px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .eva__item__box__caution
    {
        margin-top: .97656vw;
    }
}
@media screen and (max-width: 767px)
{
    .eva__item__box__caution
    {
        margin-top: 3px;
    }
}

.eva-support__banner
{
    border-radius: 8px; 
    background-color: #f5f5f5;
}
@media screen and (min-width: 768px)
{
    .eva-support__banner
    {
        margin-top: 50px; 
        padding: 44px 40px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .eva-support__banner
    {
        margin-top: 4.88281vw; 
        padding: 4.29688vw 1.95312vw 4.29688vw 3.90625vw;
    }
}
@media screen and (max-width: 767px)
{
    .eva-support__banner
    {
        margin-top: 10.66667vw;
        margin-bottom: 13.33333vw; 
        padding: 5.33333vw;
    }
}

@media screen and (min-width: 768px)
{
    .eva-support__banner__title
    {
        font-size: 18px;
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .1em;
    }
}

@media screen and (max-width: 767px)
{
    .eva-support__banner__title
    {
        font-size: calc((16 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .1em;
    }
}

@media screen and (min-width: 768px)
{
    .eva-support__banner__title
    {
        margin-bottom: 28px;
    }
}

@media screen and (max-width: 767px)
{
    .eva-support__banner__title
    {
        margin-bottom: 5.33333vw;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .eva-support__banner__title
    {
        margin-bottom: 2.73438vw;
    }
}

@media screen and (min-width: 768px)
{
    .eva-support__banner__contents
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 768px)
{
    .eva-support__banner__contents__img
    {
        margin-right: 56px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .eva-support__banner__contents__img
    {
        margin-right: 2.53906vw;
    }
}

@media screen and (max-width: 767px)
{
    .eva-support__banner__contents__img
    {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px)
{
    .eva-support__banner__contents__img img
    {
        width: 300px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .eva-support__banner__contents__img img
    {
        width: 29.29688vw;
    }
}

@media screen and (min-width: 768px)
{
    .eva-support__banner__contents__right
    {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media screen and (min-width: 768px)
{
    .eva-support__banner__contents__title
    {
        font-size: 16px;
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}

@media screen and (max-width: 767px)
{
    .eva-support__banner__contents__title
    {
        font-size: calc((16 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}

@media screen and (min-width: 768px)
{
    .eva-support__banner__contents__title
    {
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 767px)
{
    .eva-support__banner__contents__title
    {
        margin-bottom: 4.8vw;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .eva-support__banner__contents__title
    {
        margin-bottom: 1.75781vw;
    }
}

@media screen and (min-width: 768px)
{
    .eva-support__banner__contents__text
    {
        font-size: 12px;
        font-weight: 300; 
        line-height: 1.8;

        letter-spacing: .1em;
    }
}

@media screen and (max-width: 767px)
{
    .eva-support__banner__contents__text
    {
        font-size: calc((12 / 375) * 100vw);
        font-weight: 300; 
        line-height: 1.8;

        letter-spacing: .1em;
    }
}

.p-diversity__inner
{
    margin: 0 auto;
}
@media screen and (min-width: 768px)
{
    .p-diversity__inner
    {
        max-width: 1120px;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity__inner
    {
        margin: 0 4.53333vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-head
    {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-head
    {
        margin-bottom: 6.71387vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-head
    {
        margin-bottom: 68.75px;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-head
    {
        margin-bottom: 13.86667vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-head--02
    {
        margin-bottom: 8vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-head--contents
    {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-head--contents
    {
        margin-bottom: 3.90625vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-head--contents
    {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-head--contents
    {
        margin-bottom: 8.53333vw;
    }
}

.p-diversity-head__title
{
    color: #666;
}
@media screen and (min-width: 768px)
{
    .p-diversity-head__title
    {
        font-size: 36px;
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-head__title
    {
        font-size: calc((24 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (min-width: 768px)
{
    .p-diversity-head__title
    {
        margin-bottom: 26px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-head__title
    {
        margin-bottom: 2.53906vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-head__title
    {
        margin-bottom: 26px;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-head__title
    {
        margin-bottom: 5.33333vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-head__lead
    {
        font-size: 16px;
        font-weight: 400; 
        line-height: 2;

        letter-spacing: .2em;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-head__lead
    {
        font-size: calc((16 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .1em;
    }
}

.p-diversity-ratio
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (min-width: 768px)
{
    .p-diversity-ratio
    {
        margin-bottom: 32px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-ratio
    {
        margin-bottom: 3.125vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-ratio
    {
        margin-bottom: 32px;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-ratio
    {
        margin-bottom: 5.33333vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-ratio
    {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.p-diversity-ratio__box
{
    text-align: center;

    border: 1px solid #c5c5c5;
    border-radius: 8px;
    background-color: #fff;
}
@media screen and (min-width: 768px)
{
    .p-diversity-ratio__box
    {
        width: 450px; 
        height: 280px;
        padding: 53px 0 25px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-ratio__box
    {
        width: 43.94531vw; 
        height: 27.34375vw;
        padding: 5.17578vw 0 2.44141vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-ratio__box
    {
        width: 450px; 
        height: 280px;
        padding: 5.17578vw 0 2.44141vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-ratio__box
    {
        width: 91.46667vw; 
        height: 58.66667vw;
        padding: 11.46667vw 0 5.33333vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-diversity-ratio__box:first-child
    {
        margin-right: 40px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-ratio__box:first-child
    {
        margin-right: 3.90625vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-ratio__box:first-child
    {
        margin-right: 40px;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-ratio__box:first-child
    {
        margin-bottom: 9.6vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-ratio__box:last-child
    {
        height: 50.66667vw;
    }
}

.p-diversity-ratio__wrap
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;
}

@media screen and (min-width: 768px)
{
    .p-diversity-ratio__num:nth-child(2)
    {
        margin-left: 36px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-ratio__num:nth-child(2)
    {
        margin-left: 3.51562vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-ratio__num:nth-child(2)
    {
        margin-left: 36px;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-ratio__num:nth-child(2)
    {
        margin-left: 9.328vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-ratio__title
    {
        font-size: 20px;
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .1em;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-ratio__title
    {
        font-size: calc((20 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .1em;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-ratio__title
    {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-ratio__title
    {
        margin-bottom: 3.90625vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-ratio__title
    {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-ratio__title
    {
        margin-bottom: 8.53333vw;
    }
}

.p-diversity-ratio__text
{
    color: #000;
}
@media screen and (min-width: 768px)
{
    .p-diversity-ratio__text
    {
        font-size: 18px;
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .2em;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-ratio__text
    {
        font-size: calc((18 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.23556;

        letter-spacing: .2em;
    }
}
@media screen and (min-width: 768px)
{
    .p-diversity-ratio__text
    {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-ratio__text
    {
        margin-bottom: 1.46484vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-ratio__text
    {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-ratio__text
    {
        margin-bottom: 2.66667vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-ratio__box:last-child .p-diversity-ratio__text
    {
        display: none;
    }
}

.p-diversity-ratio__text--lg
{
    font-family: 'Roboto', sans-serif; 

    color: #d6163d;
}
@media screen and (min-width: 768px)
{
    .p-diversity-ratio__text--lg
    {
        padding-left: 13px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-ratio__text--lg
    {
        padding-left: 1.26953vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-ratio__text--lg
    {
        padding-left: 13px;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-ratio__text--lg
    {
        padding-left: 1.33333vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-diversity-ratio__text--lg span:first-child
    {
        font-size: 90px;
        font-weight: 700; 
        line-height: 1;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-ratio__text--lg span:first-child
    {
        font-size: calc((68 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 768px)
{
    .p-diversity-ratio__text--lg span:last-child
    {
        font-size: 60px;
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-ratio__text--lg span:last-child
    {
        font-size: calc((40 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .1em;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-list
    {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-list
    {
        margin-bottom: 3.90625vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-list
    {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-list
    {
        margin-bottom: 5.33333vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-list--02
    {
        margin-top: 21.33333vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-list--career
    {
        margin-bottom: 51px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-list--career
    {
        margin-bottom: 4.98047vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-list--career
    {
        margin-bottom: 51px;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-list--career
    {
        margin-bottom: 5.33333vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-list__wrap
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-list__item:first-child
    {
        margin-right: 31px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-list__item:first-child
    {
        margin-right: 3.02734vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-list__item:first-child
    {
        margin-right: 31px;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-list__item:first-child
    {
        margin-bottom: 3.2vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-list__title
    {
        font-size: 20px;
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .1em;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-list__title
    {
        font-size: calc((20 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .1em;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-list__title
    {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-list__title
    {
        margin-bottom: 2.63672vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-list__title
    {
        margin-bottom: 27px;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-list__title
    {
        margin-bottom: 6.4vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-list__text
    {
        font-size: 16px;
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-list__text
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-list__text:not(:last-child)
    {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-list__text:not(:last-child)
    {
        margin-bottom: 1.17188vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-list__text:not(:last-child)
    {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-list__text:not(:last-child)
    {
        margin-bottom: 3.2vw;
    }
}

.p-diversity-kv
{
    position: relative;
}
@media screen and (min-width: 768px)
{
    .p-diversity-kv
    {
        overflow: hidden;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-kv__inner
    {
        width: 1280px;
        max-width: 100%;
        padding-bottom: 140px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-kv__inner
    {
        width: 100%;
        padding-bottom: 13.67188vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-kv__inner
    {
        padding-bottom: 140px;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-kv__inner
    {
        padding-bottom: 32.8vw;
    }
}

.p-diversity-kv__contents
{
    position: absolute;
    right: 0; 

    color: #666;
    background-color: #fff;
}
@media screen and (min-width: 768px)
{
    .p-diversity-kv__contents
    {
        top: 330px;

        width: 600px;
        padding: 44px 48px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-kv__contents
    {
        top: 25.78125vw;

        width: 58.59375vw;
        padding: 4.29688vw 4.6875vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-kv__contents
    {
        top: 264px;

        padding: 44px 48px;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-kv__contents
    {
        top: 86.66667vw;
        left: 50%;

        width: 93.6vw;
        padding: 6.4vw 7.46667vw; 

        -webkit-transform: translateX(-50%); 

        transform: translateX(-50%);
    }
}

.p-diversity-kv__title__ja
{
    display: block; 

    word-break: keep-all;
}
@media screen and (min-width: 768px)
{
    .p-diversity-kv__title__ja
    {
        font-size: 14px;
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-kv__title__ja
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .1em;
    }
}
@media screen and (min-width: 768px)
{
    .p-diversity-kv__title__ja
    {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-kv__title__ja
    {
        margin-bottom: 1.95312vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-kv__title__ja
    {
        margin-bottom: 4vw;
    }
}

.p-diversity-kv__title__en
{
    font-family: 'Roboto', sans-serif;

    display: block;

    white-space: nowrap;

    color: #333;
}
@media screen and (min-width: 768px)
{
    .p-diversity-kv__title__en
    {
        font-size: 42px;
        font-weight: 400; 
        line-height: 1.2;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-kv__title__en
    {
        font-size: calc((32 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.2;

        letter-spacing: .1em;
    }
}

.p-diversity-kv-bottom__inner
{
    position: relative;

    margin: 0 auto;
}
@media screen and (min-width: 768px)
{
    .p-diversity-kv-bottom__inner
    {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-kv-bottom__inner
    {
        padding-bottom: 8.78906vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-kv-bottom__inner
    {
        padding-bottom: 90px;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-kv-bottom__inner
    {
        padding-bottom: 10.66667vw;
    }
}

.p-diversity-kv-bottom__img
{
    position: relative;
    z-index: 1;
}
.p-diversity-kv-bottom__img img
{
    height: auto;
}
@media screen and (min-width: 768px)
{
    .p-diversity-kv-bottom__img img
    {
        width: 1040px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-kv-bottom__img img
    {
        width: 78.125vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-kv-bottom__img img
    {
        width: 800px;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-kv-bottom__img img
    {
        width: 95.73333vw;
    }
}

.p-diversity-kv-bottom__bg
{
    position: absolute;
    right: 0;
    bottom: 0;

    overflow: hidden;
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-kv-bottom__bg
    {
        height: 20.99609vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-kv-bottom__bg
    {
        height: 215px;
    }
}
@media screen and (min-width: 768px)
{
    .p-diversity-kv-bottom__bg img
    {
        width: 600px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-kv-bottom__bg img
    {
        width: 58.59375vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-kv-bottom__bg img
    {
        width: 74.66667vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-about
    {
        margin-bottom: 108px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-about
    {
        margin-bottom: 16.99219vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-about
    {
        margin-bottom: 174px;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-about
    {
        margin-bottom: 10.66667vw;
    }
}

.p-diversity-about__body
{
    margin: 0 auto;
}
@media screen and (min-width: 768px)
{
    .p-diversity-about__body
    {
        max-width: 1120px;
        padding: 55px 50px 50px; 

        background: url(../img/diversity/about.png) center/cover no-repeat;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-about__body
    {
        padding: 4.02832vw 3.90625vw 5.04199vw 4.00391vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-about__body
    {
        padding: 41.25px 40px 51.63px 41px;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-about__body
    {
        padding: 10.66667vw 4.26667vw 7.46667vw 4.53333vw; 

        background: url(../img/diversity/sp/about.png) center/cover no-repeat;
    }
}

.p-diversity-about__title
{
    color: #666;
}
@media screen and (min-width: 768px)
{
    .p-diversity-about__title
    {
        font-size: 20px;
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-about__title
    {
        font-size: calc((20 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (min-width: 768px)
{
    .p-diversity-about__title
    {
        margin-bottom: 26px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-about__title
    {
        margin-bottom: 2.47852vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-about__title
    {
        margin-bottom: 25.38px;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-about__title
    {
        margin-bottom: 7.46667vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-diversity-about__title
    {
        padding-left: 10px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-about__title
    {
        padding-left: .09766vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-about__title
    {
        padding-left: 1px;
    }
}

.p-diversity-about__list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (min-width: 768px)
{
    .p-diversity-about__list
    {
        height: 250px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-about__list
    {
        height: 16.40625vw;
        max-height: 196px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-about__list
    {
        height: 168px;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-about__list
    {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.p-diversity-about__arrow
{
    position: relative;
}
@media screen and (min-width: 768px)
{
    .p-diversity-about__arrow
    {
        width: 50px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-about__arrow
    {
        width: 4.73633vw; 
        max-width: 57px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-about__arrow
    {
        width: 48.5px;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-about__arrow
    {
        width: 100%; 
        height: 10.66667vw;
    }
}
.p-diversity-about__arrow::after
{
    position: absolute;
    top: 50%;
    left: 50%;

    content: '';
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px)
{
    .p-diversity-about__arrow::after
    {
        width: 13px; 
        height: 16px;

        background: url(../img/diversity/about-ico.svg) center/cover no-repeat;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-about__arrow::after
    {
        width: 1.07422vw; 
        height: 1.36719vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-about__arrow::after
    {
        width: 11px; 
        height: 14px;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-about__arrow::after
    {
        width: 3.46667vw; 
        height: 4.26667vw;

        background: url(../img/diversity/sp/about-ico.svg) center/contain no-repeat;
    }
}

.p-diversity-about__item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    border-radius: 8px;
    background: #fff;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;
}
@media screen and (min-width: 768px)
{
    .p-diversity-about__item:first-child
    {
        width: 220px; 
        padding-left: 27px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-about__item:first-child
    {
        width: 18.35938vw; 
        padding-left: 2.26465vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-about__item:first-child
    {
        width: 188px; 
        padding-left: 23.19px;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-about__item:first-child
    {
        width: 100%; 
        height: 29.33333vw;
        padding-left: 6.4vw;
    }
}
.p-diversity-about__item:nth-of-type(2)
{
    position: relative;
}
@media screen and (min-width: 768px)
{
    .p-diversity-about__item:nth-of-type(2)
    {
        width: 460px; 
        padding-left: 20px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-about__item:nth-of-type(2)
    {
        width: 38.47656vw; 
        padding-left: 1.67285vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-about__item:nth-of-type(2)
    {
        width: 394px; 
        padding-left: 17.13px;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-about__item:nth-of-type(2)
    {
        width: 100%; 
        height: 34.66667vw;
        padding-left: 3.96533vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-diversity-about__item:last-child
    {
        width: 240px; 
        padding-left: 22px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-about__item:last-child
    {
        width: 19.53125vw; 
        padding-left: 1.79004vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-about__item:last-child
    {
        width: 200px; 
        padding-left: 18.33px;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-about__item:last-child
    {
        width: 100%; 
        height: 29.33333vw;
        padding-left: 4vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-about__text
    {
        font-size: 24px;
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .2em;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-about__text
    {
        font-size: calc((16 / 1024) * 100vw);
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .2em;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-about__text
    {
        font-size: 16px;
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .2em;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-about__text
    {
        font-size: calc((18 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .15em;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-about__text--sm
    {
        font-size: 18px;
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .2em;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-about__text--sm
    {
        font-size: calc((18 / 1024) * 100vw);
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .2em;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-about__text--sm
    {
        font-size: 18px;
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .2em;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-about__text--sm
    {
        font-size: calc((16 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .2em;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-about__text--sm
    {
        margin-bottom: 8.83px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-about__text--sm
    {
        margin-bottom: 1.83984vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-about__text--sm
    {
        margin-bottom: 18.84px;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-about__text--sm
    {
        margin-bottom: 2.93333vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-contents
    {
        margin-bottom: 170px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-contents
    {
        margin-bottom: 16.60156vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-contents
    {
        margin-bottom: 170px;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-contents
    {
        margin-bottom: 18.4vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-contents__sec
    {
        margin-bottom: 74px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-contents__sec
    {
        margin-bottom: 7.22656vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-contents__sec
    {
        margin-bottom: 74px;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-contents__sec
    {
        margin-bottom: 8.8vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-contents__sec--career
    {
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-contents__sec--career
    {
        margin-bottom: 6.83594vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-contents__sec--career
    {
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-contents__sec--career
    {
        margin-bottom: 8.8vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-contents__sec--normal
    {
        margin-bottom: 66px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-contents__sec--normal
    {
        margin-bottom: 6.44531vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-contents__sec--normal
    {
        margin-bottom: 66px;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-contents__sec--normal
    {
        margin-bottom: 8.8vw;
    }
}

.p-diversity-contents__head
{
    position: relative;
}
@media screen and (min-width: 768px)
{
    .p-diversity-contents__head
    {
        margin-bottom: 41px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-contents__head
    {
        margin-bottom: 4.00391vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-contents__head
    {
        margin-bottom: 41px;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-contents__head
    {
        margin-bottom: 4.8vw;
    }
}
.p-diversity-contents__head::before
{
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0;

    width: 3px;

    content: '';

    background-color: #d6163d;
}
@media screen and (min-width: 768px)
{
    .p-diversity-contents__head
    {
        padding-left: 20px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-contents__head
    {
        padding-left: 1.95312vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-contents__head
    {
        padding-left: 3.46667vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-contents__head--gender
    {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-contents__head--gender
    {
        margin-bottom: 2.92969vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-contents__head--gender
    {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-contents__head--gender
    {
        margin-bottom: 8.8vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-contents__head--career
    {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-contents__head--career
    {
        margin-bottom: 2.73438vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-contents__head--career
    {
        margin-bottom: 28px;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-contents__head--career
    {
        margin-bottom: 8.8vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-contents__head--normal
    {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-contents__head--normal
    {
        margin-bottom: 2.44141vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-contents__head--normal
    {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-contents__head--normal
    {
        margin-bottom: 8.8vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-contents__head--pr
    {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-contents__head--pr
    {
        margin-bottom: 3.125vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-contents__head--pr
    {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-contents__head--pr
    {
        margin-bottom: 8.8vw;
    }
}

.p-diversity-contents__title
{
    color: #d6163d;
}
@media screen and (min-width: 768px)
{
    .p-diversity-contents__title
    {
        font-size: 24px;
        font-weight: 700; 
        line-height: 1.66667;

        letter-spacing: .2em;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-contents__title
    {
        font-size: calc((18 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.5;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-contents__title
    {
        margin-bottom: 1.33333vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-contents__lead
    {
        font-size: 14px;
        font-weight: 400; 
        line-height: 2.2;

        letter-spacing: .1em;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-contents__lead
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .1em;
    }
}

.p-diversity-contents__lead__title
{
    font-weight: 700;
}

@media screen and (min-width: 768px)
{
    .p-diversity-contents__body
    {
        padding-left: 19px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-contents__body
    {
        padding-left: 2.05078vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-contents__body
    {
        padding-left: 21px;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-contents__text
    {
        font-size: 14px;
        font-weight: 400; 
        line-height: 2.2;

        letter-spacing: .1em;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-contents__text
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .1em;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-contents__text
    {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-contents__text
    {
        margin-bottom: 3.125vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-contents__text
    {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-contents__text
    {
        margin-bottom: 8.53333vw;
    }
}

.p-diversity-contents__text--02
{
    margin-right: 1.33333vw; 
    margin-left: 1.33333vw;
}

@media screen and (min-width: 768px)
{
    .p-diversity-contents__text--normal
    {
        margin-bottom: 11px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-contents__text--normal
    {
        margin-bottom: 1.07422vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-contents__text--normal
    {
        margin-bottom: 11px;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-contents__text--normal
    {
        margin-bottom: 8.53333vw;
    }
}

.p-diversity-contents__imgs
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (min-width: 768px)
{
    .p-diversity-contents__imgs
    {
        margin-bottom: 43px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-contents__imgs
    {
        margin-bottom: 3.90625vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-contents__imgs
    {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-contents__imgs
    {
        margin-bottom: 14.4vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-contents__imgs
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-contents__imgs--02
    {
        margin-bottom: 21.33333vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-contents__imgs--03
    {
        margin-top: 8vw;
        margin-bottom: 10.66667vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-diversity-contents__imgs--03 .p-diversity-contents__img img
    {
        width: 252px;
        height: 252px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-contents__imgs--03 .p-diversity-contents__img img
    {
        width: 24.60938vw;
        height: 24.60938vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-contents__imgs--04
    {
        margin-bottom: 21.33333vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-diversity-contents__imgs--05
    {
        margin-bottom: 33px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-contents__imgs--05
    {
        margin-bottom: 3.02734vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-contents__imgs--05
    {
        margin-bottom: 31px;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-contents__imgs--05
    {
        margin-bottom: 14.4vw;
    }
}
.p-diversity-contents__imgs--06 img
{
    width: 100% !important;
    height: auto !important;
}
@media screen and (min-width: 768px)
{
    .p-diversity-contents__imgs--06 img
    {
        max-width: 690px !important;
    }
}
.p-diversity-contents__imgs--07
{
    max-width: 690px;
}
.p-diversity-contents__imgs--07 .p-diversity-contents__img img
{
    width: 100% !important;
    height: auto !important;
}
@media screen and (min-width: 768px)
{
    .p-diversity-contents__imgs--07 .p-diversity-contents__img:first-child
    {
        width: calc(270 / 690 * 100%) !important;
    }
}
@media screen and (min-width: 768px)
{
    .p-diversity-contents__imgs--07 .p-diversity-contents__img:last-child
    {
        width: calc(390 / 690 * 100%) !important;
        margin-left: calc(30 / 690 * 100%);
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-contents__imgs--07 .p-diversity-contents__img:last-child
    {
        margin-top: 8vw;
    }
}

.p-diversity-contents__img img
{
    display: block; 

    -o-object-fit: contain; 

    object-fit: contain;
}
@media screen and (min-width: 768px)
{
    .p-diversity-contents__img img
    {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-contents__img img
    {
        margin-bottom: .97656vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-contents__img img
    {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-contents__img img
    {
        margin-bottom: 1.6vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-diversity-contents__img img
    {
        width: 450px; 
        height: 252px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-contents__img img
    {
        width: 43.94531vw; 
        height: 24.60938vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-contents__img img
    {
        width: 91.46667vw; 
        height: 51.2vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-contents__img--owned img
    {
        width: 420px; 
        height: 260px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-contents__img--owned img
    {
        width: 41.01562vw; 
        height: 25.39062vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-contents__img--owned img
    {
        width: 91.46667vw; 
        height: 56.53333vw;
    }
}

.p-diversity-contents__logo img
{
    display: block;
}
@media screen and (min-width: 768px)
{
    .p-diversity-contents__logo img
    {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-contents__logo img
    {
        margin-bottom: .97656vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-contents__logo img
    {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-contents__logo img
    {
        margin-bottom: 1.6vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-diversity-contents__logo img
    {
        width: 247px; 
        height: 252px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-contents__logo img
    {
        width: 24.12109vw; 
        height: 24.60938vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-contents__logo img
    {
        width: 247px; 
        height: 252px;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-contents__logo img
    {
        width: 65.86667vw; 
        height: 67.2vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-contents__logo:nth-child(2)
    {
        margin-left: 30px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-contents__logo:nth-child(2)
    {
        margin-left: 2.92969vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-contents__logo--01
    {
        margin-top: 8vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-contents__logo--01 img
    {
        width: 91.46667vw;
        height: 53.33333vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-contents__logo--02
    {
        margin-top: 10.66667vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-contents__logo--03
    {
        width: 180px;
        height: 252px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-contents__logo--03
    {
        width: 17.57812vw;
        height: 24.60938vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-contents__logo--03
    {
        width: 48vw;
        height: 67.2vw;
        margin-top: 5.33333vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-contents__logo--03 img
    {
        width: 180px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-contents__logo--03 img
    {
        width: 17.57812vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-contents__logo--03 img
    {
        width: 180px;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-contents__logo--03 img
    {
        width: 48vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-contents__logo--03:nth-child(2)
    {
        margin-left: 32px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-contents__logo--03:nth-child(2)
    {
        margin-left: 3.125vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-contents__logo--03:nth-child(2)
    {
        margin-top: 8vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-contents__logo--05:nth-child(2)
    {
        margin-left: 35px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-contents__logo--05:nth-child(2)
    {
        margin-left: 3.41797vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-contents__logo--05:nth-child(2)
    {
        margin-top: 6.66667vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-contents__logo--05 img
    {
        width: 260px;
        height: 260px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-contents__logo--05 img
    {
        width: 25.39062vw;
        height: 25.39062vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-contents__logo--05 img
    {
        width: 91.46667vw;
        height: 53.33333vw;
    }
}

.p-diversity-contents__caption
{
    color: #666;
}
@media screen and (min-width: 768px)
{
    .p-diversity-contents__caption
    {
        font-size: 14px;
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-contents__caption
    {
        font-size: calc((12 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .p-diversity-contents__caption--01
    {
        word-break: keep-all;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-contents__caption--long
    {
        font-size: 14px;
        font-weight: 400; 
        line-height: 1.35;

        letter-spacing: .1em;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-contents__caption--long
    {
        font-size: calc((12 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.35;

        letter-spacing: .1em;
    }
}

@media screen and (min-width: 768px)
{
    .diversity-contents__caption--nobreak
    {
        word-break: keep-all;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-contents__attension
    {
        font-size: 12px;
        font-weight: 400; 
        line-height: 1.2;

        letter-spacing: .1em;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-contents__attension
    {
        font-size: calc((12 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.2;

        letter-spacing: .1em;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-contents__attension
    {
        margin-bottom: 39px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-contents__attension
    {
        margin-bottom: 3.80859vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-contents__attension
    {
        margin-bottom: 39px;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-contents__attension
    {
        margin-bottom: 6.13333vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-contents__subtitle
    {
        font-size: 20px;
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .1em;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-contents__subtitle
    {
        font-size: calc((16 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .1em;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-contents__subtitle
    {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-diversity-contents__subtitle
    {
        margin-bottom: 2.92969vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-diversity-contents__subtitle
    {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-contents__subtitle
    {
        margin-bottom: 4.26667vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-diversity-contents__subtitle
    {
        margin-top: 60px;
    }
}

@media screen and (max-width: 767px)
{
    .p-diversity-contents__subtitle
    {
        margin-top: 16vw;
    }
}

.p-faq-kv
{
    position: relative;
}
@media screen and (min-width: 768px)
{
    .p-faq-kv
    {
        overflow: hidden;
    }
}

@media screen and (min-width: 768px)
{
    .p-faq-kv__inner
    {
        width: 1280px;
        max-width: 100%;
        padding-bottom: 61px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-faq-kv__inner
    {
        width: 100%;
        padding-bottom: 13.28125vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-faq-kv__inner
    {
        padding-bottom: 136px;
    }
}

@media screen and (max-width: 767px)
{
    .p-faq-kv__inner
    {
        padding-bottom: 24vw;
    }
}

.p-faq-kv__contents
{
    position: absolute;
    right: 0; 

    color: #666;
    background-color: #fff;
}
@media screen and (min-width: 768px)
{
    .p-faq-kv__contents
    {
        top: 320px;

        width: 600px;
        padding: 55px 47px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-faq-kv__contents
    {
        top: 18.06641vw;

        width: 58.59375vw;
        padding: 5.66406vw 4.6875vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-faq-kv__contents
    {
        top: 185px;

        width: 600px;
        padding: 58px 48px;
    }
}
@media screen and (max-width: 767px)
{
    .p-faq-kv__contents
    {
        top: 86.66667vw;
        left: 50%;

        width: 93.6vw;
        padding: 6.4vw 7.46667vw; 

        -webkit-transform: translateX(-50%); 

        transform: translateX(-50%);
    }
}

.p-faq-kv__title__ja
{
    display: block; 

    word-break: keep-all;
}
@media screen and (min-width: 768px)
{
    .p-faq-kv__title__ja
    {
        font-size: 14px;
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .p-faq-kv__title__ja
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .1em;
    }
}
@media screen and (min-width: 768px)
{
    .p-faq-kv__title__ja
    {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-faq-kv__title__ja
    {
        margin-bottom: 1.95312vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-faq-kv__title__ja
    {
        margin-bottom: 4vw;
    }
}

.p-faq-kv__title__en
{
    font-family: 'Roboto', sans-serif;

    display: block;

    white-space: nowrap;

    color: #333;
}
@media screen and (min-width: 768px)
{
    .p-faq-kv__title__en
    {
        font-size: 42px;
        font-weight: 400; 
        line-height: 1.2;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .p-faq-kv__title__en
    {
        font-size: calc((32 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.2;

        letter-spacing: .1em;
    }
}

.p-faq-kv-bottom__inner
{
    position: relative;

    margin: 0 auto;
}
@media screen and (min-width: 768px)
{
    .p-faq-kv-bottom__inner
    {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-faq-kv-bottom__inner
    {
        padding-bottom: 8.78906vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-faq-kv-bottom__inner
    {
        padding-bottom: 90px;
    }
}
@media screen and (max-width: 767px)
{
    .p-faq-kv-bottom__inner
    {
        padding-bottom: 10.66667vw;
    }
}

.p-faq-kv-bottom__img
{
    position: relative;
    z-index: 1;
}
.p-faq-kv-bottom__img img
{
    height: auto;
}
@media screen and (min-width: 768px)
{
    .p-faq-kv-bottom__img img
    {
        width: 1040px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-faq-kv-bottom__img img
    {
        width: 78.125vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-faq-kv-bottom__img img
    {
        width: 800px;
    }
}
@media screen and (max-width: 767px)
{
    .p-faq-kv-bottom__img img
    {
        width: 95.73333vw;
    }
}

.p-faq-kv-bottom__bg
{
    position: absolute;
    right: 0;
    bottom: 0;

    overflow: hidden;
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-faq-kv-bottom__bg
    {
        height: 20.99609vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-faq-kv-bottom__bg
    {
        height: 215px;
    }
}
@media screen and (min-width: 768px)
{
    .p-faq-kv-bottom__bg img
    {
        width: 600px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-faq-kv-bottom__bg img
    {
        width: 58.59375vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-faq-kv-bottom__bg img
    {
        width: 74.66667vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-faq
    {
        padding: 75px 0 70px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-faq
    {
        padding: 7.91016vw 0 12.69531vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-faq
    {
        padding: 81px 0 130px;
    }
}

@media screen and (max-width: 767px)
{
    .p-faq
    {
        padding: 7.46667vw 0 34.66667vw;
    }
}

.p-faq__title
{
    color: #666;
}
@media screen and (min-width: 768px)
{
    .p-faq__title
    {
        font-size: 36px;
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .p-faq__title
    {
        font-size: calc((24 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.4;

        letter-spacing: .1em;
    }
}
@media screen and (min-width: 768px)
{
    .p-faq__title
    {
        margin-bottom: 28px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-faq__title
    {
        margin-bottom: 2.73438vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-faq__title
    {
        margin-bottom: 28px;
    }
}
@media screen and (max-width: 767px)
{
    .p-faq__title
    {
        margin-bottom: 5.33333vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-faq__inner
    {
        width: 100%;
        max-width: 1120px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-faq__inner
    {
        max-width: inherit;
        padding-right: 3.125vw; 
        padding-left: 3.125vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-faq__inner
    {
        min-width: 1024px;
        padding-right: 32px; 
        padding-left: 32px;
    }
}

@media screen and (max-width: 767px)
{
    .p-faq__inner
    {
        padding-right: 4.26667vw; 
        padding-left: 4.26667vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-faq__list:not(:last-child)
    {
        margin-bottom: 109px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-faq__list:not(:last-child)
    {
        margin-bottom: 10.64453vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-faq__list:not(:last-child)
    {
        margin-bottom: 109px;
    }
}

@media screen and (max-width: 767px)
{
    .p-faq__list:not(:last-child)
    {
        margin-bottom: 16vw;
    }
}

.p-faq__q__plus
{
    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);
}
@media screen and (min-width: 768px)
{
    .p-faq__q__plus
    {
        width: 24px;
        height: 24px;
    }
}
@media screen and (max-width: 767px)
{
    .p-faq__q__plus
    {
        width: 6.4vw;
        height: 6.4vw;
    }
}
.p-faq__q__plus::before,
.p-faq__q__plus::after
{
    position: absolute;
    top: 46%;
    right: 10.5px;

    width: 100%;
    height: 3px;

    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    background-color: #d6163d;
}
@media screen and (max-width: 767px)
{
    .p-faq__q__plus::before,
    .p-faq__q__plus::after
    {
        right: 0;

        height: 2px;
    }
}
.p-faq__q__plus::after
{
    top: 42%;
    right: 12px;

    -webkit-transform: rotate(90deg) translateY(-50%);

    transform: rotate(90deg) translateY(-50%);
}
@media screen and (max-width: 767px)
{
    .p-faq__q__plus::after
    {
        top: 43%; 
        right: 1px;
    }
}

@media screen and (min-width: 768px)
{
    .p-faq .p-faq__q
    {
        font-size: 16px;
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .1em;
    }
}

@media screen and (max-width: 767px)
{
    .p-faq .p-faq__q
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.5;

        letter-spacing: .1em;
    }
}

@media screen and (min-width: 768px)
{
    .p-faq .p-faq__q
    {
        padding: 24px 70px 24px 0;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-faq .p-faq__q
    {
        padding: 2.34375vw 6.83594vw 2.34375vw 0;
    }
}

@media screen and (max-width: 767px)
{
    .p-faq .p-faq__q
    {
        padding: 4vw 8vw 4vw 0;
    }
}

.p-faq .p-faq__q.active
{
    color: #d6163d;
}
.p-faq .p-faq__q.active .p-faq__q__plus:after
{
    top: 46%;
    right: 10.5px;

    -webkit-transform: rotate(0deg) translateY(-50%);

    transform: rotate(0deg) translateY(-50%);
}
@media screen and (max-width: 767px)
{
    .p-faq .p-faq__q.active .p-faq__q__plus:after
    {
        right: 0;
    }
}

@media screen and (min-width: 768px)
{
    .p-faq .p-faq__a
    {
        padding: 20px 0 25px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-faq .p-faq__a
    {
        padding: 2.14844vw 0 2.24609vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-faq .p-faq__a
    {
        padding: 22px 0 23px;
    }
}

@media screen and (max-width: 767px)
{
    .p-faq .p-faq__a
    {
        padding: 5.33333vw 0 6.66667vw;
    }
}

.p-value-kv
{
    position: relative;
}
@media screen and (min-width: 768px)
{
    .p-value-kv
    {
        overflow: hidden;
    }
}

@media screen and (min-width: 768px)
{
    .p-value-kv__inner
    {
        width: 1280px;
        max-width: 100%;
        padding-bottom: 135px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-value-kv__inner
    {
        width: 100%;
        padding-bottom: 11.71875vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-value-kv__inner
    {
        padding-bottom: 120px;
    }
}

@media screen and (max-width: 767px)
{
    .p-value-kv__inner
    {
        padding-bottom: 17.33333vw;
    }
}

.p-value-kv__contents
{
    position: absolute;
    right: 0; 

    color: #666;
    background-color: #fff;
}
@media screen and (min-width: 768px)
{
    .p-value-kv__contents
    {
        top: 330px;

        width: 600px;
        height: 220px;
        padding: 50px 47px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-value-kv__contents
    {
        top: 23.4375vw;

        width: 58.59375vw;
        height: inherit;
        padding: 5.66406vw 4.6875vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-value-kv__contents
    {
        top: 240px;

        height: inherit;
        padding: 58px 48px;
    }
}
@media screen and (max-width: 767px)
{
    .p-value-kv__contents
    {
        top: 88vw;
        left: 50%;

        width: 93.6vw;
        padding: 6.4vw 7.46667vw; 

        -webkit-transform: translateX(-50%); 

        transform: translateX(-50%);
    }
}

.p-value-kv__title__ja
{
    display: block; 

    word-break: keep-all;
}
@media screen and (min-width: 768px)
{
    .p-value-kv__title__ja
    {
        font-size: 14px;
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .p-value-kv__title__ja
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .1em;
    }
}
@media screen and (min-width: 768px)
{
    .p-value-kv__title__ja
    {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-value-kv__title__ja
    {
        margin-bottom: 1.95312vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-value-kv__title__ja
    {
        margin-bottom: 6.66667vw;
    }
}

.p-value-kv__title__en
{
    font-family: 'Roboto', sans-serif;

    display: block;

    white-space: nowrap;

    color: #333;
}
@media screen and (min-width: 768px)
{
    .p-value-kv__title__en
    {
        font-size: 42px;
        font-weight: 400; 
        line-height: 1.2;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .p-value-kv__title__en
    {
        font-size: calc((32 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.2;

        letter-spacing: .1em;
    }
}

.p-value-kv-bottom__inner
{
    position: relative;

    margin: 0 auto;
}
@media screen and (min-width: 768px)
{
    .p-value-kv-bottom__inner
    {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-value-kv-bottom__inner
    {
        padding-bottom: 8.78906vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-value-kv-bottom__inner
    {
        padding-bottom: 90px;
    }
}
@media screen and (max-width: 767px)
{
    .p-value-kv-bottom__inner
    {
        padding-bottom: 10.66667vw;
    }
}

.p-value-kv-bottom__img
{
    position: relative;
    z-index: 1;
}
.p-value-kv-bottom__img img
{
    height: auto;
}
@media screen and (min-width: 768px)
{
    .p-value-kv-bottom__img img
    {
        width: 1040px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-value-kv-bottom__img img
    {
        width: 78.125vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-value-kv-bottom__img img
    {
        width: 800px;
    }
}
@media screen and (max-width: 767px)
{
    .p-value-kv-bottom__img img
    {
        width: 95.73333vw;
    }
}

.p-value-kv-bottom__bg
{
    position: absolute;
    right: 0;
    bottom: 0;

    overflow: hidden;
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-value-kv-bottom__bg
    {
        height: 20.99609vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-value-kv-bottom__bg
    {
        height: 215px;
    }
}
@media screen and (min-width: 768px)
{
    .p-value-kv-bottom__bg img
    {
        width: 600px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-value-kv-bottom__bg img
    {
        width: 58.59375vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-value-kv-bottom__bg img
    {
        width: 74.66667vw;
    }
}

.p-value__inner
{
    position: relative; 

    margin: 0 auto;
}
@media screen and (min-width: 768px)
{
    .p-value__inner
    {
        max-width: 1120px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-value__inner
    {
        max-width: 77.77773vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-value__inner
    {
        max-width: 796.444px;
    }
}
@media screen and (max-width: 767px)
{
    .p-value__inner
    {
        margin: 0 3.73333vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-value_head
    {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-value_head
    {
        margin-bottom: 5.85938vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-value_head
    {
        margin-bottom: 16vw;
    }
}

.p-value__title
{
    font-family: 'Noto Serif JP', serif;
}
@media screen and (min-width: 768px)
{
    .p-value__title
    {
        font-size: 36px;
        font-weight: 600; 
        line-height: 1.8;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .p-value__title
    {
        font-size: calc((24 / 375) * 100vw);
        font-weight: 600; 
        line-height: 1.8;

        letter-spacing: .1em;
    }
}
@media screen and (min-width: 768px)
{
    .p-value__title
    {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-value__title
    {
        margin-bottom: .48828vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-value__title
    {
        margin-bottom: 1.33333vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-value__text
    {
        font-size: 16px;
        font-weight: 400; 
        line-height: 2;

        letter-spacing: .2em;
    }
}

@media screen and (max-width: 767px)
{
    .p-value__text
    {
        font-size: calc((16 / 375) * 100vw);
        font-weight: 400; 
        line-height: 2;

        letter-spacing: .2em;
    }
}

@media screen and (min-width: 768px)
{
    .p-value__figure
    {
        margin-bottom: 131.63px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-value__figure
    {
        margin-bottom: 12.85449vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-value__figure
    {
        margin-bottom: 47.136vw;
    }
}

.p-value__figure__inner
{
    position: relative; 

    margin: 0 auto;
}
@media screen and (min-width: 768px)
{
    .p-value__figure__inner
    {
        width: 546px;
        height: 511.37px;
    }
}
@media screen and (max-width: 767px)
{
    .p-value__figure__inner
    {
        width: 91.46667vw;
        height: 85.664vw;
    }
}

.p-value__figure__item
{
    font-family: 'Noto Serif JP', serif;

    position: absolute;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;
    overflow: hidden; 

    text-align: center;

    color: #fff;
    border-radius: 100%;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (min-width: 768px)
{
    .p-value__figure__item
    {
        width: 305.6px;
        height: 305.6px;
    }
}
@media screen and (max-width: 767px)
{
    .p-value__figure__item
    {
        width: 51.19467vw;
        height: 51.19467vw;
    }
}
.p-value__figure__item:nth-of-type(4)
{
    top: 0;
    left: 50%;

    -webkit-transform: translateX(-50%);

    transform: translateX(-50%);
}
.p-value__figure__item:nth-of-type(4)::before
{
    background: #63ac57;
}
@media screen and (min-width: 768px)
{
    .p-value__figure__item:nth-of-type(4) .p-value__figure__item__inner
    {
        padding-bottom: 20px;
    }
}
.p-value__figure__item:nth-of-type(5)
{
    bottom: 0;
    left: 0;
}
.p-value__figure__item:nth-of-type(5)::before
{
    background: #576fac;
}
@media screen and (min-width: 768px)
{
    .p-value__figure__item:nth-of-type(5) .p-value__figure__item__inner
    {
        padding-top: 10px;
    }
}
.p-value__figure__item:nth-of-type(6)
{
    right: 0; 
    bottom: 0;
}
.p-value__figure__item:nth-of-type(6)::before
{
    background: #57a7ac;
}
@media screen and (min-width: 768px)
{
    .p-value__figure__item:nth-of-type(6) .p-value__figure__item__inner
    {
        padding-top: 30px;
    }
}
@media screen and (max-width: 767px)
{
    .p-value__figure__item:nth-of-type(6) .p-value__figure__item__text
    {
        margin-left: 2.66667vw;
    }
}

.p-value__figure__item__bg
{
    position: absolute;

    overflow: hidden;

    border-radius: 100%;

    mix-blend-mode: multiply;
}
@media screen and (min-width: 768px)
{
    .p-value__figure__item__bg
    {
        width: 305.6px;
        height: 305.6px;
    }
}
@media screen and (max-width: 767px)
{
    .p-value__figure__item__bg
    {
        width: 51.19467vw;
        height: 51.19467vw;
    }
}
.p-value__figure__item__bg:nth-of-type(1)
{
    top: 0;
    left: 50%;

    -webkit-transform: translateX(-50%);

    transform: translateX(-50%);

    background: #63ac57;
}
.p-value__figure__item__bg:nth-of-type(2)
{
    bottom: 0;
    left: 0;

    background: #576fac;
}
.p-value__figure__item__bg:nth-of-type(3)
{
    right: 0;
    bottom: 0;

    background: #57a7ac;
}

.p-value__figure__item__inner
{
    position: relative;
    z-index: 10;
}

@media screen and (min-width: 768px)
{
    .p-value__figure__item__title
    {
        font-size: 20px;
        font-weight: 600; 
        line-height: 1.8;

        letter-spacing: .1em;
    }
}

@media screen and (max-width: 767px)
{
    .p-value__figure__item__title
    {
        font-size: calc((18 / 375) * 100vw);
        font-weight: 600; 
        line-height: 1.8;

        letter-spacing: .1em;
    }
}

@media screen and (min-width: 768px)
{
    .p-value__figure__item__title
    {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-value__figure__item__title
    {
        margin-bottom: 1.95312vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-value__figure__item__title
    {
        margin-bottom: 2.66667vw;
    }
}

.p-value__figure__item__text
{
    text-align: left;
}
@media screen and (min-width: 768px)
{
    .p-value__figure__item__text
    {
        font-size: 14px;
        font-weight: 600; 
        line-height: 1.8;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .p-value__figure__item__text
    {
        font-size: calc((12 / 375) * 100vw);
        font-weight: 600; 
        line-height: 1.8;

        letter-spacing: .1em;
    }
}
@media screen and (min-width: 768px)
{
    .p-value__figure__item__text
    {
        max-width: 190px;
    }
}
@media screen and (max-width: 767px)
{
    .p-value__figure__item__text
    {
        width: 37.33333vw;
    }
}

.p-value__box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (min-width: 768px)
{
    .p-value__box
    {
        margin-bottom: 110px; 

        -webkit-box-pack: justify; 

        -webkit-justify-content: space-between; 

        -ms-flex-pack: justify; 

        justify-content: space-between;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-value__box
    {
        margin-bottom: 10.74219vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-value__box
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;

        margin-bottom: 24vw; 

        row-gap: 10.66667vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-value__box__image
    {
        width: calc(672/1120 * 100%);
    }
}

.p-value__box__text
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media screen and (min-width: 768px)
{
    .p-value__box__text
    {
        width: calc(388/1120 * 100%); 

        row-gap: 34px;
    }
}
@media screen and (max-width: 767px)
{
    .p-value__box__text
    {
        row-gap: 10.66667vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-value__box__text__item__title
    {
        font-size: 18px;
        font-weight: 700; 
        line-height: 1.5;

        letter-spacing: .2em;
    }
}

@media screen and (max-width: 767px)
{
    .p-value__box__text__item__title
    {
        font-size: calc((16 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.5;

        letter-spacing: .2em;
    }
}

@media screen and (min-width: 768px)
{
    .p-value__box__text__item__desc
    {
        font-size: 12px;
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .1em;
    }
}

@media screen and (max-width: 767px)
{
    .p-value__box__text__item__desc
    {
        font-size: calc((12 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .1em;
    }
}

@media screen and (min-width: 768px)
{
    .p-value__box__text__item__desc
    {
        margin-top: 11px;
    }
}

@media screen and (max-width: 767px)
{
    .p-value__box__text__item__desc
    {
        margin-top: 1.86667vw;
    }
}

.p-office-kv
{
    position: relative;
}
@media screen and (min-width: 768px)
{
    .p-office-kv
    {
        overflow: hidden;
    }
}

@media screen and (min-width: 768px)
{
    .p-office-kv__inner
    {
        width: 1280px;
        max-width: 100%;
        padding-bottom: 90px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-office-kv__inner
    {
        width: 100%;
        padding-bottom: 12.69531vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-office-kv__inner
    {
        padding-bottom: 136px;
    }
}

@media screen and (max-width: 767px)
{
    .p-office-kv__inner
    {
        padding-bottom: 20vw;
    }
}

.p-office-kv__contents
{
    position: absolute;
    right: 0; 

    color: #666;
    background-color: #fff;
}
@media screen and (min-width: 768px)
{
    .p-office-kv__contents
    {
        top: 320px;

        width: 600px;
        padding: 55px 47px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-office-kv__contents
    {
        top: 18.06641vw;

        width: 58.59375vw;
        padding: 5.66406vw 4.6875vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-office-kv__contents
    {
        top: 185px;

        width: 600px;
        padding: 58px 48px;
    }
}
@media screen and (max-width: 767px)
{
    .p-office-kv__contents
    {
        top: 89.33333vw;
        left: 50%;

        width: 93.6vw;
        padding: 8.8vw 7.46667vw 8.8vw; 

        -webkit-transform: translateX(-50%); 

        transform: translateX(-50%);
    }
}

.p-office-kv__title__ja
{
    display: block; 

    word-break: keep-all;
}
@media screen and (min-width: 768px)
{
    .p-office-kv__title__ja
    {
        font-size: 14px;
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .p-office-kv__title__ja
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .1em;
    }
}
@media screen and (min-width: 768px)
{
    .p-office-kv__title__ja
    {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-office-kv__title__ja
    {
        margin-bottom: 1.95312vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-office-kv__title__ja
    {
        margin-bottom: 5.33333vw;
    }
}

.p-office-kv__title__en
{
    font-family: 'Roboto', sans-serif;

    display: block;

    white-space: nowrap;

    color: #333;
}
@media screen and (min-width: 768px)
{
    .p-office-kv__title__en
    {
        font-size: 42px;
        font-weight: 400; 
        line-height: 1.2;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .p-office-kv__title__en
    {
        font-size: calc((32 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.2;

        letter-spacing: .1em;
    }
}

.p-office-kv-bottom__inner
{
    position: relative;

    margin: 0 auto;
}
@media screen and (min-width: 768px)
{
    .p-office-kv-bottom__inner
    {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-office-kv-bottom__inner
    {
        padding-bottom: 8.78906vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-office-kv-bottom__inner
    {
        padding-bottom: 90px;
    }
}
@media screen and (max-width: 767px)
{
    .p-office-kv-bottom__inner
    {
        padding-bottom: 10.66667vw;
    }
}

.p-office-kv-bottom__img
{
    position: relative;
    z-index: 1;
}
.p-office-kv-bottom__img img
{
    height: auto;
}
@media screen and (min-width: 768px)
{
    .p-office-kv-bottom__img img
    {
        width: 1040px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-office-kv-bottom__img img
    {
        width: 78.125vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-office-kv-bottom__img img
    {
        width: 800px;
    }
}
@media screen and (max-width: 767px)
{
    .p-office-kv-bottom__img img
    {
        width: 95.73333vw;
    }
}

.p-office-kv-bottom__bg
{
    position: absolute;
    right: 0;
    bottom: 0;

    overflow: hidden;
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-office-kv-bottom__bg
    {
        height: 20.99609vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-office-kv-bottom__bg
    {
        height: 215px;
    }
}
@media screen and (min-width: 768px)
{
    .p-office-kv-bottom__bg img
    {
        width: 600px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-office-kv-bottom__bg img
    {
        width: 58.59375vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-office-kv-bottom__bg img
    {
        width: 74.66667vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-office__inner
    {
        width: 100%;
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 767px)
{
    .p-office__inner
    {
        padding-right: 4.26667vw; 
        padding-left: 4.26667vw;
    }
}

.p-office-imgList
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-office-imgList__item__wrap
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.p-office-imgList__item__wrap img
{
    display: block; 

    width: 100%;
    height: 100%;

    -o-object-fit: cover;

    object-fit: cover;
}
@media screen and (min-width: 768px)
{
    .p-office-imgList__item__wrap:nth-child(2)
    {
        width: 514px;
        max-width: calc(514 / 1280 * 100%); 
        height: 530px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-office-imgList__item__wrap:nth-child(2)
    {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media screen and (min-width: 768px)
{
    .p-office-imgList__item--01
    {
        width: 762px;
        max-width: calc(762 / 1280 * 100%); 
        height: 530px;
    }
}

@media screen and (max-width: 767px)
{
    .p-office-imgList__item--01
    {
        margin-bottom: .53333vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-office-imgList__item--02
    {
        width: 255px;
        max-width: calc(255 / 514 * 100%); 
        height: 265px;
    }
}

@media screen and (max-width: 767px)
{
    .p-office-imgList__item--02
    {
        width: 50%;
        margin-right: .26667vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-office-imgList__item--03
    {
        width: 255px;
        max-width: calc(255 / 514 * 100%); 
        height: 265px;
    }
}

@media screen and (max-width: 767px)
{
    .p-office-imgList__item--03
    {
        margin-left: .26667vw; 

        -webkit-box-flex: 1; 

        -webkit-flex: 1; 

        -ms-flex: 1; 

        flex: 1;
    }
}

@media screen and (min-width: 768px)
{
    .p-office-imgList__item--04
    {
        width: 514px;
        width: 100%; 
        height: 261px;
        margin-top: auto;
    }
}

@media screen and (max-width: 767px)
{
    .p-office-imgList__item--04
    {
        margin-top: .53333vw;
        margin-bottom: .53333vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-office-imgList__item--05
    {
        width: 490px;
        max-width: calc(490 / 1280 * 100%); 
        height: 370px;
    }
}

@media screen and (max-width: 767px)
{
    .p-office-imgList__item--05
    {
        width: 35.2vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-office-imgList__item--06
    {
        width: 786px;
        max-width: calc(786 / 1280 * 100%); 
        height: 370px;
    }
}

@media screen and (max-width: 767px)
{
    .p-office-imgList__item--06
    {
        margin-left: .53333vw; 

        -webkit-box-flex: 1; 

        -webkit-flex: 1; 

        -ms-flex: 1; 

        flex: 1;
    }
}

@media screen and (min-width: 768px)
{
    .p-office-imgList__item__wrap
    {
        margin-top: 4px;
    }
}

@media screen and (min-width: 768px)
{
    .p-office-address
    {
        padding-top: 20px;
        padding-bottom: 154px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-office-address
    {
        padding-top: 1.95312vw;
        padding-bottom: 15.03906vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-office-address__inner
    {
        width: 100%;
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-office-address__inner
    {
        max-width: inherit;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-office-address__inner
    {
        min-width: 1024px;
    }
}

@media screen and (max-width: 767px)
{
    .p-office-address__inner
    {
        padding-right: 4.26667vw; 
        padding-left: 4.26667vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-office-address__contents
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 768px)
{
    .p-office-address__title
    {
        font-size: 24px;
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .1em;
    }
}

@media screen and (max-width: 767px)
{
    .p-office-address__title
    {
        font-size: calc((20 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .1em;
    }
}

@media screen and (min-width: 768px)
{
    .p-office-address__title
    {
        margin-bottom: 14px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-office-address__title
    {
        margin-bottom: 1.36719vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-office-address__title
    {
        margin-bottom: 3.73333vw;
    }
}

.p-office-address__link
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-transition: all .2s;

    transition: all .2s; 
    text-decoration: none;

    color: #333;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;
}
@media screen and (min-width: 768px)
{
    .p-office-address__link
    {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-office-address__link
    {
        margin-bottom: 1.95312vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-office-address__link
    {
        margin-bottom: 5.33333vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-office-address__link svg
    {
        width: 15.21px;
        height: 22.29px;
    }
}
@media screen and (max-width: 767px)
{
    .p-office-address__link svg
    {
        width: 4.056vw;
        height: 5.944vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-office-address__link:hover
    {
        color: #d6163d;
    }
    .p-office-address__link:hover svg path
    {
        fill: #d6163d;
    }
}

@media screen and (min-width: 768px)
{
    .p-office-address__link__text
    {
        font-size: 14px;
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}

@media screen and (max-width: 767px)
{
    .p-office-address__link__text
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}

@media screen and (min-width: 768px)
{
    .p-office-address__link__text
    {
        margin-left: 6.79px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-office-address__link__text
    {
        margin-left: .66309vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-office-address__link__text
    {
        margin-left: 1.81067vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-office-address__list
    {
        font-size: 14px;
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .15em;
    }
}

@media screen and (max-width: 767px)
{
    .p-office-address__list
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .15em;
    }
}

@media screen and (min-width: 768px)
{
    .p-office-address__item
    {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-office-address__item
    {
        padding-top: 3.90625vw;
        padding-bottom: 3.90625vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-office-address__item
    {
        padding-top: 10.66667vw;
        padding-bottom: 10.66667vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-office-address__item:nth-child(1)
    {
        width: 50%; 

        border-right: solid 1px #c4c4c4;
    }
}

@media screen and (max-width: 767px)
{
    .p-office-address__item:nth-child(1)
    {
        padding-bottom: 8vw; 

        border-bottom: solid 1px #c4c4c4;
    }
}

@media screen and (min-width: 768px)
{
    .p-office-address__item:nth-child(2)
    {
        margin-left: 50px;

        -webkit-box-flex: 1;

        -webkit-flex: 1;

        -ms-flex: 1;

        flex: 1;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-office-address__item:nth-child(2)
    {
        margin-left: 3.90625vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-office-address__item:nth-child(2)
    {
        padding-top: 8vw;
        padding-bottom: 13.33333vw;
    }
}

.p-case-kv
{
    position: relative;
}
@media screen and (min-width: 768px)
{
    .p-case-kv
    {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-kv
    {
        margin-bottom: 2.92969vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case-kv
    {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-kv
    {
        margin-bottom: 20.26667vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-case-kv
    {
        overflow: hidden;
    }
}

@media screen and (min-width: 768px)
{
    .p-case-kv__inner
    {
        width: 1280px;
        max-width: 100%;
        padding-bottom: 110px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-kv__inner
    {
        width: 100%;
        padding-bottom: 12.69531vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case-kv__inner
    {
        padding-bottom: 136px;
    }
}

@media screen and (max-width: 767px)
{
    .p-case-kv__inner
    {
        padding-bottom: 14.66667vw;
    }
}

.p-case-kv__contents
{
    position: absolute;
    right: 0; 

    color: #666;
    background-color: #fff;
}
@media screen and (min-width: 768px)
{
    .p-case-kv__contents
    {
        top: 313px;

        width: 600px;
        padding: 55px 47px 38px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-kv__contents
    {
        top: 18.06641vw;

        width: 48.82812vw;
        padding: 5.66406vw 4.6875vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case-kv__contents
    {
        top: 185px;

        width: 500px;
        padding: 58px 48px;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-kv__contents
    {
        top: 88vw;
        left: 50%;

        width: 93.6vw;
        padding: 10.4vw 8vw 12vw; 

        -webkit-transform: translateX(-50%); 

        transform: translateX(-50%);
    }
}

.p-case-kv__title__ja
{
    display: block; 

    word-break: keep-all;
}
@media screen and (min-width: 768px)
{
    .p-case-kv__title__ja
    {
        font-size: 14px;
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-kv__title__ja
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .1em;
    }
}
@media screen and (min-width: 768px)
{
    .p-case-kv__title__ja
    {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-kv__title__ja
    {
        margin-bottom: 1.95312vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-kv__title__ja
    {
        margin-bottom: 4vw;
    }
}

.p-case-kv__title__en
{
    font-family: 'Roboto', sans-serif;

    display: block;

    white-space: nowrap;

    color: #333;
}
@media screen and (min-width: 768px)
{
    .p-case-kv__title__en
    {
        font-size: 42px;
        font-weight: 400; 
        line-height: 1.2;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-kv__title__en
    {
        font-size: calc((32 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.2;

        letter-spacing: .1em;
    }
}

@media screen and (min-width: 768px)
{
    .p-case-kv-bottom
    {
        margin-bottom: 63px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-kv-bottom
    {
        margin-bottom: 6.15234vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case-kv-bottom
    {
        margin-bottom: 63px;
    }
}

@media screen and (max-width: 767px)
{
    .p-case-kv-bottom
    {
        margin-bottom: 16vw;
    }
}

.p-case-kv-bottom__inner
{
    position: relative;

    max-width: 1120px; 
    margin: 0 auto;
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-kv-bottom__inner
    {
        max-width: unset;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case-kv-bottom__inner
    {
        max-width: unset;
    }
}

.p-case-kv-bottom__img
{
    width: 100%; 
    height: 100%;
}
@media screen and (min-width: 768px)
{
    .p-case-kv-bottom__img
    {
        position: absolute;
        top: 0;
        left: 0;
    }
}
.p-case-kv-bottom__img img
{
    width: 100%;
}

.p-case-kv-bottom__bg
{
    position: absolute;
    right: 0;
    bottom: 0;

    overflow: hidden;
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-kv-bottom__bg
    {
        height: 20.99609vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case-kv-bottom__bg
    {
        height: 215px;
    }
}
@media screen and (min-width: 768px)
{
    .p-case-kv-bottom__bg img
    {
        width: 600px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-kv-bottom__bg img
    {
        width: 58.59375vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-kv-bottom__bg img
    {
        width: 74.66667vw;
    }
}

.p-case-kv-bottom__title
{
    color: #666;
}
@media screen and (min-width: 768px)
{
    .p-case-kv-bottom__title
    {
        font-size: 36px;
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-kv-bottom__title
    {
        font-size: calc((24 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.41;

        letter-spacing: .1em;
    }
}
@media screen and (min-width: 768px)
{
    .p-case-kv-bottom__title
    {
        margin-bottom: 28px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-kv-bottom__title
    {
        margin-bottom: 2.73438vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case-kv-bottom__title
    {
        margin-bottom: 28px;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-kv-bottom__title
    {
        margin-bottom: 4.26667vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-kv-bottom__title
    {
        padding-right: 4.26667vw; 
        padding-left: 4.26667vw;
    }
}

.p-case-kv-bottom__text
{
    color: #333;
}
@media screen and (min-width: 768px)
{
    .p-case-kv-bottom__text
    {
        font-size: 16px;
        font-weight: 400; 
        line-height: 2;

        letter-spacing: .2em;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-kv-bottom__text
    {
        font-size: calc((16 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .1em;
    }
}
@media screen and (min-width: 768px)
{
    .p-case-kv-bottom__text
    {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-kv-bottom__text
    {
        margin-bottom: 1.46484vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case-kv-bottom__text
    {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-kv-bottom__text
    {
        margin-bottom: 7.2vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-kv-bottom__text
    {
        padding-right: 4.26667vw; 
        padding-left: 4.26667vw;
    }
}

.p-case-kv-bottom__container
{
    position: relative;
}
@media screen and (min-width: 768px)
{
    .p-case-kv-bottom__container
    {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-kv-bottom__container
    {
        margin-bottom: 1.95312vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case-kv-bottom__container
    {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-kv-bottom__container
    {
        margin-bottom: 2.66667vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-case-kv-bottom__container
    {
        height: 300px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-kv-bottom__container
    {
        height: 25.19531vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case-kv-bottom__container
    {
        height: 258px;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-kv-bottom__container
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-flex-wrap: wrap;

        -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    }
}

@media screen and (min-width: 768px)
{
    .p-case-kv-bottom__box
    {
        position: absolute;

        width: 628px; 
        height: 100%;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-kv-bottom__box
    {
        width: 56%;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case-kv-bottom__box
    {
        width: 538px;
    }
}

@media screen and (max-width: 767px)
{
    .p-case-kv-bottom__box
    {
        position: relative;

        width: 100%;
    }
}

@media screen and (min-width: 768px)
{
    .p-case-kv-bottom__box:first-child
    {
        top: 0; 
        left: 0;
    }
}

@media screen and (min-width: 768px)
{
    .p-case-kv-bottom__box:first-child .p-case-kv-bottom__tbox
    {
        bottom: 30px;
        left: 25px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-kv-bottom__box:first-child .p-case-kv-bottom__tbox
    {
        bottom: 3.90625vw;
        left: 2.44141vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case-kv-bottom__box:first-child .p-case-kv-bottom__tbox
    {
        bottom: 40px;
        left: 25px;
    }
}

@media screen and (max-width: 767px)
{
    .p-case-kv-bottom__box:first-child .p-case-kv-bottom__tbox
    {
        bottom: 9.06667vw;
        left: 14.93333vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-case-kv-bottom__box:last-child
    {
        top: 0; 
        right: 0;
    }
}

@media screen and (max-width: 767px)
{
    .p-case-kv-bottom__box:last-child
    {
        margin-top: -.26667vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-case-kv-bottom__box:last-child .p-case-kv-bottom__tbox
    {
        right: 40px; 
        bottom: 30px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-kv-bottom__box:last-child .p-case-kv-bottom__tbox
    {
        right: 3.90625vw; 
        bottom: 3.90625vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case-kv-bottom__box:last-child .p-case-kv-bottom__tbox
    {
        right: 40px; 
        bottom: 40px;
    }
}

@media screen and (max-width: 767px)
{
    .p-case-kv-bottom__box:last-child .p-case-kv-bottom__tbox
    {
        right: 8vw; 
        bottom: 9.6vw;
    }
}

.p-case-kv-bottom__box a
{
    display: block;

    width: 100%; 
    height: 100%;
}
@media screen and (min-width: 768px)
{
    .p-case-kv-bottom__box a
    {
        -webkit-transition: .3s opacity ease;
        transition: .3s opacity ease;
    }
}
@media screen and (min-width: 768px)
{
    .p-case-kv-bottom__box a:hover
    {
        opacity: .7;
    }
}

.p-case-kv-bottom__tbox
{
    position: absolute;
}

.p-case-kv-bottom__label
{
    font-family: 'Roboto', sans-serif; 

    display: -webkit-box; 

    display: -webkit-flex; 

    display: -ms-flexbox; 

    display: flex;

    color: #fff;
    background: url(../img/case/label-sm.svg) center/cover no-repeat;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;
}
@media screen and (min-width: 768px)
{
    .p-case-kv-bottom__label
    {
        font-size: 24px;
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-kv-bottom__label
    {
        font-size: calc((20 / 1024) * 100vw);
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case-kv-bottom__label
    {
        font-size: 20px;
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-kv-bottom__label
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (min-width: 768px)
{
    .p-case-kv-bottom__label
    {
        margin-bottom: 14px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-kv-bottom__label
    {
        margin-bottom: 1.36719vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case-kv-bottom__label
    {
        margin-bottom: 14px;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-kv-bottom__label
    {
        margin-bottom: 2.93333vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-case-kv-bottom__label
    {
        width: 160px; 
        height: 36px;
        padding-left: 13px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-kv-bottom__label
    {
        width: 15.625vw; 
        height: 3.51562vw;
        padding-left: 1.26953vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case-kv-bottom__label
    {
        width: 160px; 
        height: 36px;
        padding-left: 13px;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-kv-bottom__label
    {
        width: 29.33333vw; 
        height: 6.4vw;
        padding-left: 2.13333vw;
    }
}

.p-case-kv-bottom__subtitle
{
    color: #fff;
}
@media screen and (min-width: 768px)
{
    .p-case-kv-bottom__subtitle
    {
        font-size: 30px;
        font-weight: 700; 
        line-height: 1.53333;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-kv-bottom__subtitle
    {
        font-size: calc((26 / 1024) * 100vw);
        font-weight: 700; 
        line-height: 1.53846;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case-kv-bottom__subtitle
    {
        font-size: 26px;
        font-weight: 700; 
        line-height: 1.53846;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-kv-bottom__subtitle
    {
        font-size: calc((18 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.88889;

        letter-spacing: .1em;
    }
}

.p-case-kv-bottom__foot
{
    text-align: right;
}
@media screen and (max-width: 767px)
{
    .p-case-kv-bottom__foot
    {
        padding-right: 4.26667vw; 
        padding-left: 4.26667vw;
    }
}

.p-case-kv-bottom__link
{
    display: inline-block;

    text-decoration: none; 

    color: #e5003e;
}
@media screen and (min-width: 768px)
{
    .p-case-kv-bottom__link
    {
        font-size: 16px;
        font-weight: 400; 
        line-height: 2;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-kv-bottom__link
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 400; 
        line-height: 2;

        letter-spacing: .1em;
    }
}

@media screen and (min-width: 768px)
{
    .p-case
    {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case
    {
        margin-bottom: 9.76562vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case
    {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 767px)
{
    .p-case
    {
        margin-bottom: 16vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-case01
    {
        margin-bottom: 75px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case01
    {
        margin-bottom: 7.32422vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case01
    {
        margin-bottom: 75px;
    }
}

@media screen and (max-width: 767px)
{
    .p-case01
    {
        margin-bottom: 17.86667vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-case02
    {
        margin-bottom: 89px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case02
    {
        margin-bottom: 8.69141vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case02
    {
        margin-bottom: 89px;
    }
}

@media screen and (max-width: 767px)
{
    .p-case02
    {
        margin-bottom: 9.33333vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-case__inner
    {
        width: 100%;
        max-width: 1120px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case__inner
    {
        max-width: unset;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case__inner
    {
        max-width: unset;
    }
}

@media screen and (max-width: 767px)
{
    .p-case__inner
    {
        padding-right: 4.26667vw; 
        padding-left: 4.26667vw;
    }
}

.p-case__label
{
    font-family: 'Roboto', sans-serif; 

    display: -webkit-box; 

    display: -webkit-flex; 

    display: -ms-flexbox; 

    display: flex;

    color: #fff;
    background: url(../img/case/label-lg.svg) center/cover no-repeat;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;
}
@media screen and (min-width: 768px)
{
    .p-case__label
    {
        font-size: 24px;
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .p-case__label
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (min-width: 768px)
{
    .p-case__label
    {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case__label
    {
        margin-bottom: 1.95312vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case__label
    {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .p-case__label
    {
        margin-bottom: 4.26667vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-case__label
    {
        width: 200px; 
        height: 48px;
        padding-left: 17px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case__label
    {
        width: 19.53125vw; 
        height: 4.6875vw;
        padding-left: 1.66016vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case__label
    {
        width: 200px; 
        height: 48px;
        padding-left: 17px;
    }
}
@media screen and (max-width: 767px)
{
    .p-case__label
    {
        width: 29.33333vw; 
        height: 6.4vw;
        padding-left: 2.13333vw;
    }
}

.p-case__title
{
    color: #666;
}
@media screen and (min-width: 768px)
{
    .p-case__title
    {
        font-size: 36px;
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .p-case__title
    {
        font-size: calc((24 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.4;

        letter-spacing: .1em;
    }
}
@media screen and (min-width: 768px)
{
    .p-case__title
    {
        margin-bottom: 69px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case__title
    {
        margin-bottom: 6.73828vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case__title
    {
        margin-bottom: 69px;
    }
}
@media screen and (max-width: 767px)
{
    .p-case__title
    {
        margin-bottom: 3.2vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-case02__title
    {
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case02__title
    {
        margin-bottom: 4.39453vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case02__title
    {
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 767px)
{
    .p-case02__title
    {
        margin-bottom: 3.2vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-case-lead
    {
        margin-bottom: 36px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-lead
    {
        margin-bottom: 3.51562vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case-lead
    {
        margin-bottom: 36px;
    }
}

@media screen and (max-width: 767px)
{
    .p-case-lead
    {
        margin-bottom: 9.6vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-case-lead
    {
        padding-left: 17px; 

        border-left: 3px solid #d6163d;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-lead
    {
        padding-left: 1.66016vw; 

        border-left: .29297vw solid #d6163d;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case-lead
    {
        padding-left: 17px; 

        border-left: 3px solid #d6163d;
    }
}

@media screen and (max-width: 767px)
{
    .p-case-lead
    {
        padding-left: 2.66667vw; 

        border-left: .8vw solid #d6163d;
    }
}

@media screen and (min-width: 768px)
{
    .p-case__box--01
    {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case__box--01
    {
        margin-bottom: 5.85938vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-case__box--01
    {
        margin-bottom: 10.66667vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-case__box--02
    {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case__box--02
    {
        margin-bottom: 3.90625vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-case01-lead--02
    {
        margin-bottom: 5.33333vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-case02-lead
    {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case02-lead
    {
        margin-bottom: 3.90625vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case02-lead
    {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px)
{
    .p-case02-lead
    {
        margin-bottom: 13.33333vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-case02-lead--01
    {
        margin-bottom: 5.33333vw;
    }
}

.p-case-lead__title
{
    color: #e5003e;
}
@media screen and (min-width: 768px)
{
    .p-case-lead__title
    {
        font-size: 24px;
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .2em;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-lead__title
    {
        font-size: calc((18 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.5;

        letter-spacing: .1em;
    }
}
@media screen and (min-width: 768px)
{
    .p-case-lead__title
    {
        margin-bottom: 9px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-lead__title
    {
        margin-bottom: .87891vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case-lead__title
    {
        margin-bottom: 9px;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-lead__title
    {
        margin-bottom: 1.86667vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-case02-lead__title
    {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case02-lead__title
    {
        margin-bottom: 1.46484vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case02-lead__title
    {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px)
{
    .p-case02-lead__title
    {
        margin-bottom: 3.2vw;
    }
}

.p-case-lead__text
{
    color: #333;
}
@media screen and (min-width: 768px)
{
    .p-case-lead__text
    {
        font-size: 14px;
        font-weight: 400; 
        line-height: 2.2;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-lead__text
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .1em;
    }
}

.p-case-body
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (min-width: 768px)
{
    .p-case-body
    {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-body
    {
        margin-bottom: .97656vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case-body
    {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-body
    {
        margin-bottom: 4.26667vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-case-body
    {
        height: 420px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-body
    {
        height: 34.86328vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case-body
    {
        height: 357px;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-body
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.p-case-body__img
{
    display: block;

    height: 100%;
}
.p-case-body__img img
{
    display: block;

    width: 100%;
    height: 100%;
}
@media screen and (max-width: 767px)
{
    .p-case-body__img img.is-pc
    {
        display: none;
    }
}
@media screen and (min-width: 768px)
{
    .p-case-body__img img.is-sp
    {
        display: none;
    }
}

.p-case-body__container:first-child
{
    background: #fff;
}
@media screen and (min-width: 768px)
{
    .p-case-body__container:first-child
    {
        width: 416px; 
        padding: 50px 10px 50px 50px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-body__container:first-child
    {
        width: 40.625vw; 
        padding: 4.39453vw .97656vw 4.39453vw 4.39453vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case-body__container:first-child
    {
        width: 416px; 
        padding: 45px 10px 45px 45px;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-body__container:first-child
    {
        width: 100%; 
        padding: 8.26667vw 8vw 7.2vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-case-body__container:last-child
    {
        width: 704px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-body__container:last-child
    {
        width: 68.75vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case-body__container:last-child
    {
        width: 704px;
    }
}

@media screen and (max-width: 767px)
{
    .p-case-body__container:last-child
    {
        width: 100%;
    }
}

.p-case-body__title
{
    color: #666;
}
@media screen and (min-width: 768px)
{
    .p-case-body__title
    {
        font-size: 18px;
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .2em;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-body__title
    {
        font-size: calc((15 / 1024) * 100vw);
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .2em;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case-body__title
    {
        font-size: 15px;
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .2em;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-body__title
    {
        font-size: calc((16 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .2em;
    }
}
@media screen and (min-width: 768px)
{
    .p-case-body__title
    {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-body__title
    {
        margin-bottom: 1.46484vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case-body__title
    {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-body__title
    {
        margin-bottom: 2.66667vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-case02-body__title
    {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case02-body__title
    {
        margin-bottom: 1.46484vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case02-body__title
    {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px)
{
    .p-case02-body__title
    {
        margin-bottom: 5.33333vw;
    }
}

.p-case-body__text
{
    color: #000;
}
@media screen and (min-width: 768px)
{
    .p-case-body__text
    {
        font-size: 18px;
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .2em;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-body__text
    {
        font-size: calc((15 / 1024) * 100vw);
        font-weight: 400; 
        line-height: 1.53333;

        letter-spacing: .2em;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case-body__text
    {
        font-size: 15px;
        font-weight: 400; 
        line-height: 1.53333;

        letter-spacing: .2em;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-body__text
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.4;

        letter-spacing: .2em;
    }
}
@media screen and (min-width: 768px)
{
    .p-case-body__text:not(:last-child)
    {
        margin-bottom: 36px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-body__text:not(:last-child)
    {
        margin-bottom: 2.92969vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case-body__text:not(:last-child)
    {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-body__text:not(:last-child)
    {
        margin-bottom: 4.8vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-case02-body__text:not(:last-child)
    {
        margin-bottom: 36px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case02-body__text:not(:last-child)
    {
        margin-bottom: 2.92969vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case02-body__text:not(:last-child)
    {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px)
{
    .p-case02-body__text:not(:last-child)
    {
        margin-bottom: 7.2vw;
    }
}

.p-case__text
{
    color: #333;
}
@media screen and (min-width: 768px)
{
    .p-case__text
    {
        font-size: 16px;
        font-weight: 400; 
        line-height: 2.2;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .p-case__text
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .1em;
    }
}

@media screen and (min-width: 768px)
{
    .p-case-foot__title
    {
        font-size: 36px;
        font-weight: 400; 
        line-height: 1;

        letter-spacing: .1em;
    }
}

@media screen and (max-width: 767px)
{
    .p-case-foot__title
    {
        font-size: calc((24 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.4;

        letter-spacing: .1em;
    }
}

@media screen and (min-width: 768px)
{
    .p-case-foot__title
    {
        margin-bottom: 31px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-foot__title
    {
        margin-bottom: 3.02734vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case-foot__title
    {
        margin-bottom: 31px;
    }
}

@media screen and (max-width: 767px)
{
    .p-case-foot__title
    {
        margin-bottom: 4vw;
    }
}

.p-case-foot__text
{
    color: #333;
}
@media screen and (min-width: 768px)
{
    .p-case-foot__text
    {
        font-size: 16px;
        font-weight: 400; 
        line-height: 2.2;

        letter-spacing: .1em;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-foot__text
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .1em;
    }
}
@media screen and (min-width: 768px)
{
    .p-case-foot__text
    {
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-foot__text
    {
        margin-bottom: 3.41797vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case-foot__text
    {
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-foot__text
    {
        margin-bottom: 5.33333vw;
    }
}

.p-case-foot__box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    background: #fff;

    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
}
@media screen and (min-width: 768px)
{
    .p-case-foot__box
    {
        padding: 34px 50px 30px; 

        border-radius: 10px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-foot__box
    {
        padding: 3.32031vw 4.88281vw 2.92969vw; 

        border-radius: .97656vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case-foot__box
    {
        padding: 34px 50px 30px; 

        border-radius: 10px;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-foot__box
    {
        padding: 6.4vw 5.33333vw 6.4vw; 

        border-radius: 1.6vw;
    }
}

.p-case-foot__subtitle
{
    width: 100%; 

    color: #e5003e;
}
@media screen and (min-width: 768px)
{
    .p-case-foot__subtitle
    {
        font-size: 18px;
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .2em;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-foot__subtitle
    {
        font-size: calc((18 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1;

        letter-spacing: .2em;
    }
}
@media screen and (min-width: 768px)
{
    .p-case-foot__subtitle
    {
        margin-bottom: 18px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-foot__subtitle
    {
        margin-bottom: 1.75781vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-case-foot__subtitle
    {
        margin-bottom: 18px;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-foot__subtitle
    {
        margin-bottom: 3.73333vw;
    }
}

.p-case-foot__list__wrap
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%; 

    -webkit-flex-wrap: wrap; 

    -ms-flex-wrap: wrap; 

    flex-wrap: wrap;
}

@media screen and (min-width: 768px)
{
    .p-case-foot__list
    {
        width: 44.5%;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    .p-case-foot__list
    {
        width: 50%;
    }
}

@media screen and (max-width: 767px)
{
    .p-case-foot__list
    {
        width: 100%;
    }
}

@media screen and (min-width: 768px)
{
    .p-case02 .p-case-foot__list
    {
        width: 36%;
    }
}

.p-case-foot__subtext
{
    position: relative;
}
@media screen and (min-width: 768px)
{
    .p-case-foot__subtext
    {
        font-size: 18px;
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .2em;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-foot__subtext
    {
        font-size: calc((18 / 375) * 100vw);
        font-weight: 400; 
        line-height: 1.5;

        letter-spacing: .2em;
    }
}
@media screen and (min-width: 768px)
{
    .p-case-foot__subtext
    {
        padding-left: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .p-case-foot__subtext
    {
        padding-left: 5.33333vw;
    }
}
.p-case-foot__subtext:before
{
    position: absolute;
    top: 0;
    left: 0; 

    content: '・';
}

@media screen and (max-width: 767px)
{
    body .is-pc
    {
        display: none;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    body .is-pc-over-max
    {
        display: none;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    body .is-pc-over-max
    {
        display: none;
    }
}

@media screen and (max-width: 767px)
{
    body .is-pc-over-max
    {
        display: none;
    }
}

@media screen and (min-width: 768px)
{
    body .is-pc-max
    {
        display: none;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
    body .is-pc-max
    {
        display: block;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    body .is-pc-max
    {
        display: block;
    }
}

@media screen and (max-width: 767px)
{
    body .is-pc-max
    {
        display: none;
    }
}

@media screen and (min-width: 768px)
{
    body .is-sp
    {
        display: none;
    }
}
