@charset "utf-8";

/* ==========================================================================
   Foundation
========================================================================== */

/* Color
----------------------------------------------------------------- */
:root {
    --acro-gray: #626266;
    --acro-green: #6fc5c7;
}

/* Fonts
----------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,400;0,500;1,400;1,500&family=Noto+Sans+JP:wght@400;700&display=swap');

.AktivGrotesk {
    font-family: aktiv-grotesk, sans-serif;
}

.IBM Plex Sans {
    font-family: 'IBM Plex Sans', sans-serif;
}


/* Base
----------------------------------------------------------------- */

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

* {
    min-height: 0;
    min-width: 0;
}

:focus {
    outline: inherit;
}

body,
html {
    width: 100%;
    min-height: 100%;
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 62.5%;
    letter-spacing: .085em;
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    /* cursor: none; */
    overflow: hidden;
}

/* IE11にのみ適用したいスタイルシート */
@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
body,
html {
    overflow: visible;
}
}

@media screen and (max-width: 768px) {

    body,
    html {
        overflow: auto;
    }
}

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

p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.5;
}

img {
    width: 100%;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
}

a {
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    vertical-align: baseline;
    text-decoration: none;
    display: block;
    color: currentColor;
    background: 0 0;
    -webkit-transition: all .3s;
    transition: all .4s;
    /* cursor: none; */
}

em {
    font-style: normal;
}

img,
video,
object {
    display: block;
    max-width: 100%;
    height: auto;
    border: none;
}

ul {
    list-style: none;
}

address {
    font-style: normal;
}

main {
    width: 100%;
    position: relative;
    align-items: center;
    overflow: hidden;
}

.pc-none {
    display: none;
}

@media screen and (max-width: 768px) {
    p {
        line-height: 2;
    }

    .pc-none {
        display: block;
    }

    .sp-none {
        display: none;
    }
}


/*----- flex -----*/

.flex,
.flex-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 768px) {
    .flex {
        display: block;
    }
}

.flex-jsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-jsa {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
}

.flex-je {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex-jc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-dr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex-ac {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-ww {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/*----- loader -----*/

.loader {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: fixed;
    background: #F4F8FD;
}

.loader__inner {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
}

.loader__txt {
    width: 100%;
    text-align: center;
    color: #fff;
    position: fixed;
    font-size: 1.8rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader__img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80vh;
    height: 80vh;
    transform: translate(-50%, -50%);
    filter: blur(5px);
}

@media screen and (max-width: 768px) {
    .loader__txt {
        font-size: 1.6rem;
    }
}


/*----- cursor -----*/

/* .cursor--container {}

.cursor--container,
.cursor--container a {
    cursor: none;
}

.cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
}

.cursor--small {
    width: 5px;
    height: 5px;
    left: -2.5px;
    top: -2.5px;
    border-radius: 50%;
    z-index: 11000;
    background: #000;
}

.cursor--canvas {
    width: 100vw;
    height: 100vh;
    z-index: 12000;
}

@media screen and (max-width: 768px) {

    .cursor--small,
    .cursor--canvas {
        display: none;
    }
} */


/* ==========================================================================
   Layout
========================================================================== */


/*----- container -----*/
.l-section {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}

.l-section--loop {
    padding-top: 0 !important;
}

.l-inner--large {
    width: 80%;
    margin: 0 auto;
}

.l-inner--middle {
    width: 66.667%;
    margin: 0 auto;
}

.l-inner--small {
    width: 53.334%;
    margin: 0 auto;
}

.l-container {
    position: relative;
    margin-top: 40px;
    padding-top: 40px;
}

.l-col2 {
    width: 50%;
}

.l-col2--textbox {
    margin-top: 0;
}

.l-col__wrap {
    justify-content: space-between;
    align-items: flex-start;
}

.l-col__body {
    width: 65vw;
}

.l-page-heading {
    padding-top: 180px;
    padding-bottom: 80px;
}


@media screen and (max-width: 768px) {
    .l-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .l-inner--large {
        width: calc(100% - 40px);
    }

    .l-inner--middle,
    .l-inner--small {
        width: calc(100% - 80px);
    }

    .l-col2,
    .l-col__body {
        width: 100%;
    }

    .l-col2--textbox {
        margin-top: 40px;
    }

    .l-page-heading {
        padding-top: 120px;
    }
}


/* ==========================================================================
   Object
========================================================================== */


/* Component
----------------------------------------------------------------- */

.c-logo {
    width: 180px;
}


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

.c-h2 {
    font-size: 3.6rem;
    margin-bottom: 40px;
}

.c-h2-mb50 {
    font-size: 3.6rem;
    margin-bottom: 50px;
}

.c-h3 {
    font-size: 1.8rem;
    margin-bottom: 40px;
}

.c-tagline {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.c-tagline__icon {
    margin-right: 10px;
    width: 22px;
}


/*----- page heading -----*/
.c-page-heading__title {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 7.2rem;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .c-h2 {
        font-size: 2.8rem;
    }

    .c-h2-mb50 {
        font-size: 2.8rem;
    }

    .c-page-heading__title {
        font-size: 5.2rem;
    }
}


/*----- image -----*/

.c-section-img--large {
    position: relative;
    width: 100%;
    padding: 17.5vw;
    border-radius: 100vh;
    overflow: hidden;
    z-index: 1;
}

.c-section-img--small {
    position: relative;
    width: 100%;
    padding: 12.5vw;
    border-radius: 100vh;
    overflow: hidden;
    z-index: 1;
}

.c-section-img--square {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

.c-section-img--rectangle {
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .c-section-img--large {
        padding: 23.334vw;
    }

    .c-section-img--small {
        padding: 20vw;
    }

    .c-section-img--square {
        height: 100vw;
    }
}


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

.c-btn__wrap {
    margin-top: 50px;
}

.c-btn {
    position: relative;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 1.4rem;
    display: inline-block;
    margin: 0;
    padding: 15px 73px 15px 0;
    color: #6fc5c7;
    border-radius: 50px;
    transition: .5s;
    border: 1px rgb(33 117 212 / 0%) solid;
}

.c-btn__icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: inline-block;
    width: 38px;
    transition: .5s;
}

.c-btn:hover {
    border: 1px #6fc5c7 solid;
    padding: 15px 73px 15px 15px;
}

.c-btn:hover .c-btn__icon {
    width: 30px;
}


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

.c-italic {
    font-style: italic;
}


/*----- background -----*/

.c-bg-primary {
    background: #6fc5c7;
    color: #fff;
}

.c-bg-secondary {
    background: #F4F8FD;
}


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

.c-3col__list {
    flex-wrap: wrap;
    justify-content: space-between;
}

.c-3col__item {
    width: 33.333%;
    border-bottom: 1px #030C16 solid;
}

.c-3col__inner {
    display: block;
    margin: 20px 0;
    padding: 40px 20px;
    border-right: 1px #030C16 solid;
}

.c-3col__item:nth-of-type(3n) .c-3col__inner {
    border-right: none;
}

@media screen and (max-width: 768px) {
    .c-3col__item {
        width: 100%;
    }

    .c-3col__inner {
        border-right: none;
        margin: 0;
    }
}

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

.c-2col__list {
    flex-wrap: wrap;
    justify-content: space-between;
}

.c-2col__item {
    width: 50%;
    border-bottom: 1px #030C16 solid;
}

.c-2col__inner {
    display: block;
    margin: 20px 0;
    padding: 30px 40px 50px;
    border-right: 1px #030C16 solid;
}

.c-2col__item:nth-of-type(2n) .c-2col__inner {
    border-right: none;
}

@media screen and (max-width: 768px) {
    .c-2col__item {
        width: 100%;
    }

    .c-2col__inner {
        border-right: none;
        padding: 20px 20px 40px;
        margin: 0;
    }
}

/*----- object -----*/

.c-circle {
    position: absolute;
    filter: blur(5px);
    opacity: 1 !important;
}

.c-circle.animated {
    animation: rotation 3s ease-in-out 0s 1 forwards;
}

.c-primary-ciecle {
    position: absolute;
    top: 50%;
    right: -15%;
    width: 40vw;
    height: 40vw;
    background: url(../images/primary-circle-inv.png) no-repeat;
    background-size: cover;
    transform: translateY(-50%);
}

.c-quotation {
    position: relative;
}

.c-quotation::before {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background: url(../images/icon-quotation.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 40px;
    right: 0;
}

@keyframes rotation {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.c-edge {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.c-edge:before,
.c-edge:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    background-size: 20px 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

.c-edge::before {
    left: 0;
    background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}

.c-edge::after {
    right: 0;
    background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}

.c-edge__loop:before,
.c-edge__loop:after {
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .c-primary-ciecle {
        top: 40%;
        right: -40%;
        width: 80vw;
        height: 80vw;
    }

    .c-quotation::before {
        top: 20px;
        width: 50px;
        height: 50px;
    }
}


/*----- loop -----*/

.c-loop__wrap {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

.c-loop__wrap--big {
    padding-bottom: 0 !important;
}

.c-loop {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 4.2vw;
    white-space: nowrap;
    animation-name: loop;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-play-state: running;
    transition-property: opacity;
    transition-duration: 1s;
}

/* IE11にのみ適用したいスタイルシート */
@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
.c-loop {
    animation-duration: 30s;
}
}

.c-loop__inner {
    width: 150vw;
    line-height: 1.2;
}

.c-loop__icon {
    width: 2.2vw;
    display: inline-block;
    margin: 0 2vw;
}

@keyframes loop {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(-75.5vw, 0, 0)
    }
}

.c-loop-big {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 8vw;
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.4);
    text-stroke: 2px rgba(255, 255, 255, 0.4);
    white-space: nowrap;
    animation-name: loop-big;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-play-state: running;
    transition-property: opacity;
    transition-duration: 1s;
}

/* IE11にのみ適用したいスタイルシート */
@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
.c-loop-big.recruit-area-text {
    color: #fff;
opacity: 0.2;
}
}

.c-loop-big__icon {
    width: 6vw;
    display: inline-block;
    margin: 0 2vw;
}

.c-loop-big--secondury {
    color: #F4F8FD;
    -webkit-text-stroke: unset;
    text-stroke: unset;
}

@keyframes loop-big {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(-115vw, 0, 0)
    }
}

@media screen and (max-width: 768px) {
    .c-loop__wrap {
        padding: 30px 0;
    }

    .c-loop {
        font-size: 9vw;
    }

    .c-loop__inner {
        width: 164vw;
    }

    @keyframes loop {
        0% {
            transform: translate3d(0, 0, 0)
        }

        100% {
            transform: translate3d(-164vw, 0, 0)
        }
    }

    .c-loop__icon {
        width: 5vw;
        margin: 0 5vw;
    }

    .c-loop-big {
        font-size: 16vw;
    }

    c-loop-big--secondury {}
}


/*----- link -----*/

.c-text-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 3.2rem;
    padding: 0 0 25px;
    margin-top: 120px;
    border-bottom: 2px #fff solid;
}

.c-text-link::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 15vw;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #2175D4 100%);
    transition-property: opacity;
    transition-property: transform;
    transition-duration: 3s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotate(0.0001deg) translateX(-15vw);
    opacity: 0;
}

.c-text-link:hover::after {
    transform: rotate(0.0001deg) translateX(40vw);
    opacity: 1;
}

.c-text-link__icon {
    transform: rotate(-45deg);
}

/*----- list -----*/
.c-list {
    border-top: 1px solid #AFB8BE;
}

.c-list__item {
    position: relative;
    justify-content: flex-start;
    padding: 40px 0;
    border-bottom: 1px solid #AFB8BE;
}

.c-list__title {
    width: 140px;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: bold;
}

.c-list__desc {
    font-size: 1.4rem;
    line-height: 1.6;
}

.c-list__link__wap {
    margin-top: 20px;
}

.c-list__link {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #030C16;
}

.c-list-link {
    position: relative;
}

.c-list-link::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30vw;
    height: 100%;
    border-radius: 100vh;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #F4F8FD 100%);
    transition-property: opacity;
    transition-property: transform;
    transition-duration: 3s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateX(-45vw) scale(2);
    opacity: 0;
    z-index: -2;
}

.c-list-link:hover::after {
    transform: translateX(80vw) scale(2);
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .c-list__item {
        padding: 20px 0;
    }
}


/* Project
----------------------------------------------------------------- */


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

body.is_start,
body.is_fix {
    overflow: hidden;
    height: 100%;
}

/* IE11にのみ適用したいスタイルシート */
@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
body.is_start,
body.is_fix {
    overflow: visible;
}
}

body.is_scroll .p-h-menu {
    visibility: hidden;
}

body.is_fix .p-h-menu {
    visibility: visible;
}


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

.p-header {
    position: fixed;
    top: 40px;
    right: 40px;
    z-index: 9999;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.menu_trigger,
.menu_trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.menu_trigger {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    z-index: 10001;
    box-shadow: 3px 3px 5px rgb(0 0 0 / 10%);
}

.menu_trigger>span {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 10px;
    transform: translate(-50%, -50%);
}

.menu_trigger span span {
    position: absolute;
    z-index: 9999;
    left: 0px;
    width: 20px;
    height: 2px;
    background-color: #6fc5c7;
}

.menu_trigger span span:nth-of-type(1) {
    top: 3px;
}

.menu_trigger span span:nth-of-type(2) {
    top: 9px;
}

.menu_trigger span:nth-of-type(3) {
    top: 15px;
}

.menu_trigger.active span span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}

.menu_trigger.active span span:nth-of-type(2) {
    opacity: 0;
}

.menu_trigger.active span span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}

.p-header-entry {
    font-family: 'IBM Plex Sans', sans-serif;
    background: #6fc5c7;
    color: #fff;
    padding: 10px 40px;
    margin-right: 30px;
    border-radius: 20px;
    box-shadow: 3px 3px 5px rgb(0 0 0 / 10%);
    z-index: 10001;
}

.p-head-navi__bottom.flex.sns {
    margin-top: 4vh;
}

.p-header-snsicon {
    padding-top: 10px;
    padding-right: 40px;
    width: auto;
}

.p-header-snsicon img {
    width: 3.3rem;
    height: auto;
}

.body_fix {
    overflow: hidden;
    height: 100%;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: -moz-linear-gradient(0deg, #626266, #6fc5c7, #6fc5c7);
    background: -webkit-linear-gradient(0deg, #626266, #6fc5c7, #6fc5c7);
    background: linear-gradient(0deg, #626266, #6fc5c7, #6fc5c7);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#overlay .p-head-navi {
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    overflow-x: hidden;
}

.p-head-navi__inner {
    height: auto;
    padding: calc(4vh + 22px) 0 0 53.33333vw;
}

.p-head-navi__upper__list {
    width: 22vw;
}

.p-head-navi__upper__item:not(:first-child) {
    margin-top: 8vh;
}

.p-head-navi__upper__link {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 3.8rem;
    color: #fff;
}

.p-head-navi__upper__link--jp {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 12px;
}

.p-head-navi__bottom {
    margin-top: 12vh;
}

.p-head-navi__bottom__link {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 1.6rem;
    color: #fff;
    display: inline-block;
    padding-right: 40px;
}

.p-head-navi__upper__link:hover,
.p-head-navi__bottom__link:hover {
    opacity: 0.5;
}

.p-head-navi__img {
    display: block;
    position: absolute;
    left: 26.66667vw;
    top: calc(50% + 1.2vh + 22px);
    transform: translate(-50%, -50%);
    width: 30vw;
}

.p-fix-header {
    width: calc(100% - 300px);
    padding: 60px 0 60px 40px;
    position: absolute;
    z-index: 100;
}

.p-fix-header__list {
    margin-right: 30px;
}

.p-fix-header__list:last-of-type {
    margin-right: 0;
}

.p-fix-header__list__link {
    font-size: 1.3rem;
    transition: all .6s;
    font-weight: bold;
    color: var(--acro-gray);
}

.p-fix-header__list__link:hover {
    color: var(--acro-green);
}

@media screen and (max-width: 1024px) {
    .p-fix-header__right {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .p-header {
        top: 20px;
        right: 20px;
    }

    .p-fix-header {
        width: 45%;
        padding: 35px 20px;
    }

    .p-header-entry {
        background: #fff;
        color: #6fc5c7;
        font-size: 1.8rem;
        width: 100%;
        padding: 20px;
        border-radius: 100vh;
        text-align: center;
        margin-top: 8vh;
    }

    .menu_trigger {
        width: 50px;
        height: 50px;
    }

    .menu_trigger>span {
        padding: 9px;
    }

    .menu_trigger span span {
        width: 18px;
    }

    .p-head-navi__inner {
        padding: 120px 40px 40px;
    }

    .p-head-navi__upper__list {
        width: 100%;
    }

    .p-head-navi__upper__item:not(:first-child) {
        margin-top: 6vh;
    }

    .p-head-navi__upper__link {
        font-size: 2.6rem;
    }

    .p-head-navi__upper__link--jp {
        font-size: 1.2rem;
        font-weight: normal;
    }

      /* SNSアイコン部分だけ再度横並びに戻す */
    .p-head-navi__bottom.sns {
        display: flex !important;
        flex-direction: row;
        justify-content: flex-start;
        gap: 16px;
    }
}


/*----- mv -----*/

.p-mv {
    position: relative;
    width: 100%;
    height: 100%;
}

.p-mv__bg {
    position: absolute;
    left: -60px;
    top: -60px;
}

.p-mv__sub--01 {
    position: absolute;
    top: 145px;
    right: -10vw;
    width: 20vw;
}

.p-mv__sub--02 {
    position: absolute;
    bottom: 50px;
    left: -10vw;
    width: 20vw;
}

.p-mv-main {
    position: relative;
    width: 66.667vw;
    margin: 0 auto;
    padding-top: 145px;
}

.p-mv-main__img__box {
    position: relative;
}

.p-mv-main__img__wrap {
    position: relative;
    width: 100%;
    padding: 15vw;
    border-radius: 100vh;
    overflow: hidden;
    z-index: 0;
}

.p-mv-main__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/mv-main__img.jpg) center no-repeat;
    background-size: cover;
}

.p-mv-main__dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 66.667vw;
    height: 30vw;
}

.p-mv-main__dot svg {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 1;
}

.p-mv-main__dot__path {
    fill: none;
}

.p-mv-main__dot__circle {
    position: relative;
    z-index: 1;
}

.p-mv-main__dot__circle--01 {
    fill: #6fc5c7;
}

.p-mv-main__dot__circle--02 {
    fill: #626266;
}

.p-mv-main__text {
    text-align: center;
    margin: 50px auto;
}

.p-mv-main__text--en {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 4.66667vw;
    color: #6fc5c7;
    background: -webkit-linear-gradient(-30deg, #6fc5c7 30%, #4ADDF0 40%, #6fc5c7 50%);
    background-size: 200%;
    animation: p-mv-main__text--en 3s cubic-bezier(0.32, 0.94, 0.6, 1) .4s infinite forwards;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.4;
}

@keyframes p-mv-main__text--en {
    0% {
        background-position: 100% 0%;
    }

    100% {
        background-position: -10% 0%;
    }
}

.p-mv-main__text--jp {
    font-size: 1.33333vw;
}

@media screen and (max-width: 768px) {
    .p-mv-main {
        width: calc(100vw - 40px);
        margin: 0 auto;
        padding-top: 110px;
    }

    .p-mv-main__img__box {
        width: 66.667vw;
        margin: 0 auto;
    }

    .p-mv-main__img__wrap {
        width: 66.667vw;
        margin: 0 auto;
        padding: 50vw 31vw;
    }

    .p-mv-main__dot {
        width: 66.667vw;
        height: 100vw;
    }

    .p-mv__sub--01 {
        top: 130px;
        right: -17vw;
        width: 32vw;
    }

    .p-mv__sub--02 {
        position: absolute;
        bottom: 100px;
        left: -16vw;
        width: 32vw;
    }

    .p-mv-main__text {
        margin: 30px auto;
    }

    .p-mv-main__text--en {
        font-size: 9.8vw;
    }

    .p-mv-main__text--jp {
        font-size: 1.3rem;
        margin-top: 7px;
    }
}


/*----- index.statement -----*/

.p-index-statement {
    background: url(../images/bg-invert.png) no-repeat;
    background-size: cover;
    margin-top: 80px;
    padding-top: 14vw;
    padding-bottom: 14vw;
    z-index: 0;
}

.p-index-statement__circle--big {
    width: 32.39vw;
    top: 80px;
    right: -10vw;
    z-index: -1;
}

.p-index-statement__circle--small {
    width: 18.235vw;
    bottom: 80px;
    left: -5vw;
    z-index: -1;
}

.p-index-statement__title {
    font-size: calc(17.77778px + 2.22222vw);
    letter-spacing: .09em;
    line-height: 1.54;
    margin-bottom: 100px;
}

.p-index-statement__text {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: .1em;
}

@media screen and (max-width: 768px) {
    .p-index-statement {
        margin-top: 0;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .p-index-statement__title {
        margin: 60px 0;
        letter-spacing: .02em;
        line-height: 1.8;
    }

    .p-index-statement__text {
        font-size: 1.4rem;
        line-height: 2.4;
    }

    .p-index-statement__circle--big {
        width: 52vw;
        top: -30px;
        right: -30vw;
    }

    .p-index-statement__circle--small {
        width: 24.235vw;
        bottom: 50px;
        left: -12vw;
    }
}


/*----- index.about -----*/

.p-about__img {
    background-image: url(../images/about-main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.p-business__img {
    background-image: url(../images/business-main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.p-workstyle-page__img {
    background-image: url(../images/workstyle-main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.p-recruit-page__img {
    background-image: url(../images/recruit-main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.p-index-about-gooey__wrap {
    width: 100%;
}

.p-index-about-gooey__circle {
    animation: gooeymove 6s linear infinite;
}

@keyframes gooeymove {
    25% {
        transform: translateX(-80px);
    }

    75% {
        transform: translateX(80px);
    }
}

.p-index-about-gooey__circle--right {
    animation: gooeymove-r 6s linear infinite;
}

@keyframes gooeymove-r {
    25% {
        transform: translateX(80px);
    }

    75% {
        transform: translateX(-80px);
    }
}

@media screen and (max-width: 768px) {
    .p-index-about__container {
        margin-top: 0;
    }

    .p-index-about__title {
        margin: 0;
    }
}


/*----- index.business -----*/

.p-index-business {
    margin-top: 130px;
    padding-top: 100px
}

.p-index-business::before {
    content: '';
    display: block;
    background: url(../images/index-business__bg.svg) no-repeat;
    background-size: cover;
    width: calc(100vw + 200px);
    height: 20vw;
    position: absolute;
    top: -130px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
    .p-index-business {
        margin-top: 80px;
        padding-top: 80px;
    }

    .p-index-business::before {
        width: calc(100vw + 400px);
        top: -70px;
    }
}


/*----- index.workstyle -----*/

.p-workstyle__img {
    background: url(../images/index-workstyle-main.jpg) center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .p-index-workstyle__loop {
        animation-name: loop-index-workstyle;
    }

    @keyframes loop-index-workstyle {
        0% {
            transform: translate3d(0, 0, 0)
        }

        100% {
            transform: translate3d(-190vw, 0, 0)
        }
    }

    .p-index-workstyle__loop__inner {
        width: 186vw;
    }
}


/*----- recruit -----*/

.p-recruit__img {
    width: 22vw;
    max-width: 280px;
    position: absolute;
    top: 60%;
    right: 5%;
    transform: rotate(4deg) translateY(-50%);
}

@media screen and (max-width: 768px) {
    .p-recruit__img {
        position: static;
        width: 50vw;
        margin: 0 auto;
        opacity: 0;
    }

    .p-recruit__link {
        margin-top: 40px;
    }

    .p-recruit__loop {
        animation-name: loop-recruit;
    }

    @keyframes loop-recruit {
        0% {
            transform: translate3d(0, 0, 0)
        }

        100% {
            transform: translate3d(-230vw, 0, 0)
        }
    }

    .p-recruit__loop__inner {
        width: 226vw;
    }

    .p-recruit__img.is-inview {
        animation: p-recruit__img 2s cubic-bezier(0.32, 0.94, 0.6, 1) 0s 1 forwards;
    }

    @keyframes p-recruit__img {
        0% {
            transform: translate3d(100%, 50%, 0) rotate(16deg);
            opacity: 0;
        }

        100% {
            transform: translate3d(0, 0, 0) rotate(4deg);
            opacity: 1;
        }
    }
}


/*----- interview -----*/

.p-interview-loop {
    animation-name: loop-interview;
}

@keyframes loop-interview {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(-72.8vw, 0, 0)
    }
}

.p-interview-loop__inner {
    width: 72vw;
}

.p-interview__img__wrap {
    position: relative;
    width: 100%;
    padding: 7vw;
    margin-bottom: 40px;
    border-radius: 7vw;
    overflow: hidden;
    transition: all .8s;
    z-index: 1;
}

.p-interview__img {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.p-interview__title {
    margin-bottom: 30px;
    transition: all .8s;
}

.p-interview__tag {
    font-size: 1.2rem;
    color: #6fc5c7;
    background: #F4F8FD;
    padding: 5px 10px;
    border-radius: 100vh;
}

.p-interview__link:hover .p-interview__img__wrap {
    border-radius: 2vw;
}

.p-interview__link:hover .p-interview__title {
    color: #6fc5c7;
}

@media screen and (max-width: 768px) {
    .p-interview__img__wrap {
        padding: 22vw;
        border-radius: 100vh;
    }

    @keyframes loop-interview {
        0% {
            transform: translate3d(0, 0, 0)
        }

        100% {
            transform: translate3d(-105vw, 0, 0)
        }
    }

    .p-index-interview__loop__inner {
        width: 160vw;
    }
}


/*----- news -----*/

.p-news-list {
    border-top: 1px solid #030C16;
}

.p-news-item {
    border-bottom: 1px solid #030C16;
    overflow: hidden;
}

.p-news-link {
    position: relative;
    justify-content: flex-start;
    align-items: center;
    padding: 60px 0;
}

.p-news-date {
    padding-right: 5vw;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
}

.p-news-title {
    line-height: 1.6;
}

@media screen and (max-width: 768px) {
    .p-news-link {
        padding: 40px 0;
    }

    .p-news-date {
        margin-bottom: 20px;
    }
}


/*----- entry -----*/

.p-entry-loop__wrap {
    position: absolute;
    top: 24%;
    left: 0;
    width: 100%;
    opacity: 0.2;
}

.p-entry-loop {
    color: transparent;
    font-size: 10vw;
    -webkit-text-stroke: 2px #6fc5c7;
    text-stroke: 2px #6fc5c7;
    animation-name: entry-loop;
    animation-duration: 14s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-play-state: running;
}

/* IE11にのみ適用したいスタイルシート */
@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {

.p-entry-loop {
    color: #68afff;
    animation-duration: 28s;
}
}

.p-entry-loop__inner {
    width: 108vw;
}

@keyframes entry-loop {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(-108vw, 0, 0)
    }
}

.p-entry-form {
    margin-bottom: 100px;
}

.p-entry__img {
    background: url(../images/entry-main.jpg) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 2s;
}

.p-entry-link:hover .p-entry__img {
    border-radius: 4vw;
    transform: scale(1.1);
}

.p-entry-link__text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 2.7vw;
    color: #6fc5c7;
    padding: 0 0 25px;
    margin-top: 80px;
    border-bottom: 2px #6fc5c7 solid;
}

.p-entry-link__text::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 15vw;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    transition-property: opacity;
    transition-property: transform;
    transition-duration: 3s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotate(0.0001deg) translateX(-15vw);
    opacity: 0;
}

.p-entry-link:hover .p-entry-link__text::after {
    transform: rotate(0.0001deg) translateX(60vw);
    opacity: 1;
}

.p-entry-link__icon {
    width: 2.2vw;
}

::-webkit-input-placeholder {
    color: #AFB8BE;
}
:-ms-input-placeholder {
    color: #AFB8BE;
}
::placeholder {
    color: #AFB8BE;
}

@media screen and (max-width: 768px) {
    .p-entry-link__text {
        font-size: 2.8rem;
        margin-top: 40px;
    }

    .p-entry-link__icon {
        width: 2.4rem;
        padding-top: 0.5rem;
    }
}

/*----- Page About us -----*/

.p-value__number {
    font-family: aktiv-grotesk, sans-serif;
    font-size: 5rem;
    color: #AFB8BE;
    margin-bottom: 80px;
}

.p-value__loop {
    animation-name: loop-value;
}

@keyframes loop-value {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(-49vw, 0, 0)
    }
}

.p-value__loop__inner {
    width: 48vw;
}

.p-message__img {
    background: url(../images/about-message.jpg) center no-repeat;
    background-size: cover;
}

.p-message__signature {
    text-align: right;
    font-weight: bold;
    margin-top: 40px;
}

.p-company__img {
    background: url(../images/about-company.jpg) center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .p-value__number {
        font-size: 4rem;
        margin-bottom: 40px;
    }

    .p-value-loop__inner {
        width: 105vw;
    }

    @keyframes loop-value {
        0% {
            transform: translate3d(0, 0, 0)
        }

        100% {
            transform: translate3d(-160vw, 0, 0)
        }
    }

    .c-list__title {
        width: 100%;
        margin-bottom: 10px;
    }
}

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

.p-footer {
    width: 100%;
    align-self: flex-end;
    padding: 400px 11.76471% 40px;
    background-image: url(../images/footer__bg.png);
    background-repeat: no-repeat;
    background-size: 140%;
    background-position: 50% 0;
    color: #fff;
    box-sizing: border-box;
}

.p-footer__logo {
    width: 150px;
}

.p-footer__upper {
    padding-bottom: 60px;
}

.p-footer__link {
    font-weight: bold;
    margin-top: 30px;
}

.p-footer__link:hover {
    opacity: 0.5;
}

.p-footer__bottom {
    font-family: 'IBM Plex Sans', sans-serif;
    border-top: 1px solid hsla(0, 0%, 100%, .5);
    padding-top: 40px;
}

.p-footer__sublink {
    display: inline-block;
    padding-right: 20px;
    opacity: 0.5;
}

@media screen and (max-width: 768px) {
    .p-footer {
        padding: 200px 11.76471% 40px;
        background-size: 300%;
    }

    .p-footer__logo {
        margin-bottom: 60px;
    }

    .p-footer__copy {
        margin-top: 20px;
    }
}


/* Utility
----------------------------------------------------------------- */

.u-pt0 {
    padding-top: 0;
}

.u-mt0 {
    margin-top: 0;
}

.u-mr5 {
    margin-right: 5%;
}

.u-ml5 {
    margin-left: 5%;
}

.u-ml10 {
    margin-left: 10%;
}

.u-text-r {
    text-align: right;
}

.u-text-c {
    text-align: center;
}

@media screen and (max-width: 768px) {

    .u-mr5,
    .u-ml5,
    .u-ml10 {
        margin-left: 0%;
    }
}


/*----- border -----*/

.u-bd--top {
    border-top: 1px #030C16 solid;
}

.u-bd--bottom {
    border-bottom: 1px #030C16 solid;
}

.u-bd-white--top {
    border-top: 1px #fff solid;
}

.u-bd-white--bottom {
    border-bottom: 1px #fff solid;
}


/*----- width -----*/

.u-max1000 {
    max-width: 1000px;
}


/*----- pc sp -----*/

.u-sp {
    display: none;
}

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

    .u-pc {
        display: none;
    }
}

/* Animation
----------------------------------------------------------------- */

.c-animation-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.2);
    transition: transform 2s cubic-bezier(.165, .84, .44, 1);
}

.c-animation-img.is-inview {
    transform: scale(1);
    transition-delay: .1s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.p-head-navi__img,
.p-mv-main__img,
.p-mv__sub--01,
.p-mv__sub--02,
.p-mv-main__dot,
.p-mv-main__text,
.p-index-statement__circle--big,
.p-index-statement__circle--small,
.c-primary-ciecle {
    opacity: 0;
}

/* IE11にのみ適用したいスタイルシート */
@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {

.p-head-navi__img,
.p-mv-main__img,
.p-mv__sub--01,
.p-mv__sub--02,
.p-mv-main__dot,
.p-mv-main__text,
.p-index-statement__circle--big,
.p-index-statement__circle--small,
.c-primary-ciecle {
    opacity: 1;
}
}

.body_fix #overlay .p-head-navi__img {
    animation: p-head-navi__img 2s cubic-bezier(0.32, 0.94, 0.6, 1) 0s 1 forwards;
}

@keyframes p-head-navi__img {
    0% {
        transform: translate(-50%, -50%) translate(0px, 40px) rotate(1deg);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) translate(0px, 0px) rotate(0deg);
        opacity: 1;
    }
}

/*----- MV -----*/
.p-mv-main__img.is-inview {
    animation: p-mv-img 2s cubic-bezier(0.32, 0.94, 0.6, 1) 0s 1 forwards;
}

.p-mv__sub--01.is-inview {
    animation: p-mv-img 2s cubic-bezier(0.32, 0.94, 0.6, 1) .2s 1 forwards;
}

.p-mv__sub--02.is-inview {
    animation: p-mv-img 2s cubic-bezier(0.32, 0.94, 0.6, 1) .4s 1 forwards;
}

@keyframes p-mv-img {
    0% {
        transform: scale(1.2);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.p-mv-main__text.is-inview {
    animation: p-mv-opacity 2s cubic-bezier(0.32, 0.94, 0.6, 1) 0s 1 forwards;
}

.p-mv-main__dot.is-inview {
    animation: p-mv-opacity 2s cubic-bezier(0.32, 0.94, 0.6, 1) .4s 1 forwards;
}

@keyframes p-mv-opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*----- statement -----*/
.p-index-statement__circle--big.is-inview,
.p-index-statement__circle--small.is-inview {
    animation: p-index-statemen 3s cubic-bezier(0.32, 0.94, 0.6, 1) 0s 1 forwards;
}

@keyframes p-index-statemen {
    0% {
        transform: scale(0.8) rotate(-240deg);
        opacity: 0;
    }

    100% {
        transform: scale(1) rotate(0);
        opacity: 1;
    }
}

.c-primary-ciecle.is-inview {
    animation: c-primary-ciecle 3s cubic-bezier(0.32, 0.94, 0.6, 1) 0s 1 forwards;
}

@keyframes c-primary-ciecle {
    0% {
        transform: translateY(-50%) scale(0.8) rotate(-240deg);
        opacity: 0;
    }

    100% {
        transform: translateY(-50%) scale(1) rotate(90deg);
        opacity: 1;
    }
}

/*----- Page Business -----*/

.p-business-list--bottom {
    margin-bottom: 120px;
}

.p-business-list--top {
    margin-top: 120px;
}

@media screen and (max-width: 768px) {
    .p-business-main-text.u-text-c {
        text-align: left;
    }
    .p-business-list--bottom {
        margin-bottom: 60px;
    }

    .p-business-list--top {
        margin-top: 60px;
    }
}

/*----- Page Workstyle -----*/

.p-workstyle-benefit__icon {
    width: 57px;
    margin-bottom: 40px;
}

.p-workstyle-data {
    padding: 100px 0;
    margin-top: 100px;
}

.p-workstyle-data--list {
    background: #fff;
    border-radius: 20px;
    padding: 40px 40px 20px;
    margin-bottom: 20px;
}

.p-workstyle-data--list-100 {
    width: 100%;
}

.p-workstyle-data--list-56 {
    width: 56%;
}

.p-workstyle-data--list-42 {
    width: 42%;
}

.p-workstyle-data--list-icon-130 {
    width: 130px;
}

.p-workstyle-data--list-icon-100 {
    width: 100px;
}

.p-workstyle-data--list-icon-90 {
    width: 90px;
}

.p-workstyle-data--list-icon-80 {
    width: 80px;
}

.p-workstyle-data--list-icon-70 {
    width: 70px;
}

.p-workstyle-data--list-icon-center {
    margin: 0 auto;
}

.p-workstyle-data--list-lank {
    font-size: 20px;
    font-weight: bold;
}

.p-workstyle-data--list-lank li {
    margin-bottom: 40px;
}

.p-workstyle-data--list-lank li span {
    margin-right: 40px;
}

.p-workstyle-data--list-lank li:first-child span {
    margin-right: 25px;
    font-size: 31px;
    color: #6fc5c7;
}

.p-workstyle-data--list-lank li:last-child {
    margin-bottom: 8px;
}

.p-workstyle-data--list-info {
    font-size: 12px;
    color: #AFB8BE;
    margin-top: 20px;
}

.p-workstyle-data--list-data {
    font-size: 36px;
    font-weight: bold;
    margin-top: 25px;
    line-height: 1;
}

.p-workstyle-data--list-data span {
    font-size: 65px;
}

.p-workstyle-data--list .c-3col__item {
    border-bottom: 0;
}

.p-workstyle-data--list-language li p {
    margin-bottom: 40px;
}

.p-workstyle-data--list-language li:first-child p {
    margin-bottom: 30px;
}

.p-workstyle-data--list-language li span {
    margin-right: 20px;
}

@media screen and (max-width: 768px) {
    .p-workstyle-data {
        padding: 80px 0;
        margin-top: 80px;
    }

    .p-workstyle-data--list {
        padding: 30px 30px 20px;
        margin-bottom: 15px;
    }

    .p-workstyle-data--list-56 {
        width: 100%;
    }

    .p-workstyle-data--list-42 {
        width: 100%;
    }

    .p-workstyle-data--list-lank li {
        margin-bottom: 20px;
    }

    .p-workstyle-data--list-lank li span {
        margin-right: 30px;
    }

    .p-workstyle-data--list-lank li:first-child span {
        margin-right: 23px;
        font-size: 26px;
    }

    .p-workstyle-data--list-data {
        font-size: 30px;
        margin-top: 15px;
    }

    .p-workstyle-data--list-data span {
        font-size: 45px;
    }

    .p-workstyle-data--list-language li {
        margin-bottom: 50px;
    }

    .p-workstyle-data--list-language li p {
        margin-bottom: 20px;
    }

    .p-workstyle-data--list-language li:first-child p {
        margin-bottom: 10px;
    }

    .p-workstyle-data--list-56>div>p {
        margin: 20px auto 0;
    }

}

/*----- Page Recruit -----*/
.p-recruit-page {
    margin-top: 70px;
}
.p-recruit-page_list_wrap {
    font-weight: normal;
}
.p-recruit-page_list_title {
    width: 40%;
}

.p-recruit-page_list_desc {
    width: 60%;
    line-height: 2;
}

.p-recruit-page_list_desc_title {
    font-weight: bold;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .p-recruit-page {
        margin-top: 40px;
    }

    .p-recruit-page__item {
        padding: 40px 0;
    }

    .p-recruit-page_list_title {
        width: 100%;
        margin-bottom: 40px;
    }

    .p-recruit-page_list_desc {
        width: 100%;
        line-height: 2;
        padding-left: 20px;
    }
}


/*----- Page Interview -----*/
.p-interview-list {
    padding-bottom: 100px;
}

/*----- Page Single -----*/
.p-single-page-heading.l-page-heading {
    padding-bottom: 0px;
}

.p-single__img {
    background-repeat: no-repeat;
    background-size: cover;
}

.p-single-top {
    margin-top: 80px;
    padding-top: 50px;
}

.p-single-top-msg {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 50px;
}

.p-single-top-cat {
    font-size: 12px;
    color: #6fc5c7;
    padding: 2px 20px;
    background: #F4F8FD;
    border-radius: 20px;
    display: inline-block;
}

.p-single-top-img {
    position: relative;
}

.p-single-top-btn {
    position: absolute;
    right: 5%;
    bottom: 0;
    z-index: 1;
}

.p-single-top-btn .c-btn__icon {
    width: 50px;
}

.p-single-section.p-index-statement {
    padding: 55px 0 150px;
    margin-top: 0;
}

.p-single-loop .c-loop-big {
    color: #F4F8FD;
}

.p-single-loop.c-loop__wrap {
    padding-top: 0;
}

@media screen and (max-width: 768px) {
    .p-single-top {
        padding-top: 30px;
    }
    .p-single-top-msg {
        margin-bottom: 30px;
    }
    .p-single-top-cat {
        margin-bottom: 40px;
    }
    .p-single-top-img .c-section-img--large {
        padding: 35vw;
    }
}

/*----- Page entry -----*/
.p-entry-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-entry-kome {
    color: #6fc5c7;
}

.p-entry_list_input_area input,
.p-entry_list_input_area textarea {
    padding: 20px 26px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #E6EBF2;
}

.p-entry_list_title {
    width: 40%;
}

.p-entry_list_input {
    width: 60%;
    line-height: 2;
}

.p-entry_list_input_area_bg input,
.p-entry_list_input_area_bg textarea {
    background: #F4F8FD;
}

.p-entry_list_input_radio {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-entry_list_input_radio input {
    display: none;
}

.p-entry_list_input_radio label {
    margin-right: 20px;
}
.wpcf7-list-item-label {
    position: relative;
    padding-left: 20px;
}
/* .p-entry_list_input_radio span {
    position: relative;
    padding-left: 20px;
} */

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.wpcf7-list-item-label::before {
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    background: #F4F8FD;
    border-radius: 5px;
    border: 1px solid #E6EBF2;
    left: 0;
}

.wpcf7-list-item-label::after {
    display: inline-block;
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 5px;
    background: #F4F8FD;
    left: 3px;
}
.p-entry_list_input_radio input:checked + span::after {
    background: #6fc5c7;
}

.p-entry_submit_wrap {
    margin-top: 90px;
    /* margin-bottom: 150px; */
}
.p-entry_pp {
    font-size: 12px;
    margin-bottom: 30px;
}

.p-entry_pp a {
    color: #6fc5c7;
    display: inline-block;
    border-bottom: 1px solid #6fc5c7;
    padding-bottom: 5px;
    transition: .3s;
}

.p-entry_pp a:hover {
    opacity: 0.8;
}

.p-entry_submit {
    display: block;
    max-width: 360px;
    width: 90%;
    font-family: 'IBM Plex Sans',
        sans-serif;
    background: #6fc5c7;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 20px;
    text-align: center;
    margin: 0 auto 20px;
    box-shadow: 3px 3px 5px rgb(0 0 0 / 10%);
}

@media screen and (max-width: 768px) {
    .p-entry_list_title {
        width: 100%;
    }

    .p-entry_list_input {
        width: 100%;
    }

    .p-entry_submit_wrap {
        margin-top: 50px;
        /* margin-bottom: 100px; */
    }
}

/*----- Privacy Policy -----*/
.p-pp-info {
    width: 100%;
    max-width: 800px;
}

.p-pp-wrap {
    margin: 40px 0 150px;
}

.p-pp-list {
    margin-bottom: 80px;
}

.p-pp-list-title {
    font-size: 31px;
    font-weight: bold;
    padding-bottom: 30px;
    border-bottom: 1px solid #AFB8BE;
    margin-bottom: 30px;
}

.p-pp-list-desc {
    font-size: 14px;
    line-height: 2.5;
}

@media screen and (max-width: 768px) {
    .p-pp-wrap {
        margin: 20px 0 100px;
    }

    .p-pp-list {
        margin-bottom: 50px;
    }

    .p-pp-list-title {
        font-size: 26px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}