@charset "UTF-8";
a, ins {
    text-decoration: none;
}

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

a, button, img, input, select, textarea {
    margin: 0;
    padding: 0;
}

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

ins, mark {
    background-color: #ff9;
    color: #000;
}

body {
    line-height: 1;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

a {
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}

mark {
    font-style: italic;
    font-weight: 700;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

button, input, select, textarea {
    background: 0 0;
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

img {
    width: 100%;
    display: block;
}

/*========================================
break point
========================================*/
@media (max-width: 600px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

div::-webkit-scrollbar {
    width: 12px;
}

div::-webkit-scrollbar-track {
    background: #fff;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 2px #fff;
            box-shadow: inset 0 0 2px #fff;
}

div::-webkit-scrollbar-thumb {
    background: #D8D8D8;
    border-radius: 9px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

/* Chrome */
::-webkit-input-placeholder {
    color: #bcbcbc;
}

/* Firefox */
::-moz-placeholder {
    color: #bcbcbc;
}

/* IE */
:-ms-input-placeholder {
    color: #bcbcbc;
}

/* Edge */
::-ms-input-placeholder {
    color: #bcbcbc;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("../font/NotoSansJP-Regular.ttf") format("ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Noto Sans JP";
    src: url("../font/NotoSansJP-Medium.ttf") format("ttf");
    font-weight: medium;
    font-style: normal;
}
@font-face {
    font-family: "Noto Sans JP";
    src: url("../font/NotoSansJP-Bold.ttf") format("ttf");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Roboto";
    src: url("../font/Roboto-Regular.ttf") format("ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Roboto";
    src: url("../font/Roboto-Medium.ttf") format("ttf");
    font-weight: medium;
    font-style: normal;
}
@font-face {
    font-family: "Roboto";
    src: url("../font/Roboto-Bold.ttf") format("ttf");
    font-weight: bold;
    font-style: normal;
}
html {
    height: 100%;
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    width: 100%;
    font-family: "Noto Sans JP", "Outfit", sans-serif;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #242424;
    font-weight: 500;
    overflow: hidden;
    letter-spacing: 0.06em;
    background-color: #FDFCFC;
}
@media (max-width: 600px) {
    body {
        font-size: 1.4rem;
    }
}

* {
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

main {
    position: relative;
    display: block;
}

body.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
}

table {
    width: 100%;
}

a {
    color: #242424;
    cursor: pointer;
}
@media (min-width: 1025px) {
    a {
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }
}

@media (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}
button {
    cursor: pointer;
}

button.c-button,
button.c-button--view,
button.c-button--search {
    height: 58.8px;
}

button.disabled,
a.disabled {
    color: #ccc;
    background-color: #fff;
    border: 2px solid #ccc;
    pointer-events: none;
}

button.disabled .c-button__arrow,
a.disabled .c-button__arrow {
    display: none;
}

input::-webkit-input-placeholder {
    color: #bbb;
    font-size: 1.5rem;
}

input::-moz-placeholder {
    color: #bbb;
    font-size: 1.5rem;
}

input:-ms-input-placeholder {
    color: #bbb;
    font-size: 1.5rem;
}

input::-ms-input-placeholder {
    color: #bbb;
    font-size: 1.5rem;
}

input::placeholder {
    color: #bbb;
    font-size: 1.5rem;
}
@media (max-width: 600px) {
    input::-webkit-input-placeholder {
        font-size: 1.25rem;
    }
    input::-moz-placeholder {
        font-size: 1.25rem;
    }
    input:-ms-input-placeholder {
        font-size: 1.25rem;
    }
    input::-ms-input-placeholder {
        font-size: 1.25rem;
    }
    input::placeholder {
        font-size: 1.25rem;
    }
}

select::-webkit-input-placeholder {
    color: #bbb;
}

select::-moz-placeholder {
    color: #bbb;
}

select:-ms-input-placeholder {
    color: #bbb;
}

select::-ms-input-placeholder {
    color: #bbb;
}

select::placeholder {
    color: #bbb;
}
@media (max-width: 600px) {
    select::-webkit-input-placeholder {
        font-size: 1.25rem;
    }
    select::-moz-placeholder {
        font-size: 1.25rem;
    }
    select:-ms-input-placeholder {
        font-size: 1.25rem;
    }
    select::-ms-input-placeholder {
        font-size: 1.25rem;
    }
    select::placeholder {
        font-size: 1.25rem;
    }
}

img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.l-inner {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 3rem;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}
@media (max-width: 1024px) {
    .l-inner {
        padding: 0 20px;
        max-width: 600px;
    }
}
.l-inner--min {
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
}
@media (max-width: 1024px) {
    .l-inner--min {
        max-width: 600px;
    }
}

.l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 10000;
}
@media (max-width: 1024px) {
    .l-header {
        height: 80px;
    }
}
.l-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: none;
    height: 100%;
    z-index: 10000;
    padding: 20px 12px 20px 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
@media (max-width: 1024px) {
    .l-header__inner {
        padding: 0 0 0 20px;
    }
}
.l-header__logoWrapper {
    margin-right: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    width: 166px;
}
@media (max-width: 1024px) {
    .l-header__logoWrapper {
        width: 127px;
    }
}
.l-header__logo {
    display: block;
}
@media (min-width: 1025px) {
    .l-header__logo:hover {
        opacity: 0.8;
    }
}
.l-header__logo img.logo--colored {
    display: none;
}
.l-headerNavi {
    border-radius: 77px;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}
@media (max-width: 1024px) {
    .l-headerNavi {
        display: none;
    }
}
.l-headerNavi__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    height: 100%;
}
.l-headerNaviItem, .l-headerNaviItem--hasChild, .l-headerNaviItem--contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}
.l-headerNaviItem > a, .l-headerNaviItem--hasChild > a, .l-headerNaviItem--contact > a, .l-headerNaviItem > span, .l-headerNaviItem--hasChild > span, .l-headerNaviItem--contact > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
    height: 100%;
    padding: 8px 3.2rem;
    font-family: "Roboto", sans-serif;
    font-size: 2rem;
    color: #fff;
    font-weight: 600;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    white-space: nowrap;
    line-height: 1;
    letter-spacing: 0;
}
@media (max-width: 1200px) {
    .l-headerNaviItem > a, .l-headerNaviItem--hasChild > a, .l-headerNaviItem--contact > a, .l-headerNaviItem > span, .l-headerNaviItem--hasChild > span, .l-headerNaviItem--contact > span {
        font-size: 2rem;
        padding: 8px 2rem;
    }
}
.l-headerNaviItem > a:hover, .l-headerNaviItem--hasChild > a:hover, .l-headerNaviItem--contact > a:hover, .l-headerNaviItem > span:hover, .l-headerNaviItem--hasChild > span:hover, .l-headerNaviItem--contact > span:hover {
    opacity: 0.6;
}
.l-headerNaviItem--contact {
    border-radius: 40px;
    margin-left: 2.8rem;
    overflow: hidden;
}
@media (max-width: 1200px) {
    .l-headerNaviItem--contact {
        margin-left: 1rem;
    }
}
.l-headerNaviItem--contact a {
    padding: 22px 65px 23px;
    border-radius: 40px;
    color: #1871AE;
    font-size: 2rem;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid transparent;
}
.l-headerNaviItem--contact a:hover {
    opacity: 1;
    background: -webkit-gradient(linear, left top, right top, from(#1871AE), to(#115380));
    background: linear-gradient(90deg, #1871AE 0%, #115380 100%);
    background: #fff;
}
.l-headerNaviItem--hasChild {
    position: relative;
    cursor: pointer;
}
.l-headerNaviItem--hasChild::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #F5F7F8;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.l-headerNaviItem--hasChild:hover::after {
    opacity: 1;
}
.l-headerNaviItem--hasChild:hover > a {
    opacity: 0.6;
}
.l-headerNaviItem--hasChild:hover > .l-headerChild {
    opacity: 1;
    pointer-events: auto;
}
.l-headerChild {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    bottom: -18px;
    left: 50%;
    border-radius: 30px;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    padding: 2rem 6rem 2rem 4rem;
    background-color: #F5F7F8;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.l-headerChild__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}
.l-headerChild__ttl {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 300px;
    padding-left: 110px;
    padding-right: 69px;
    border-right: 3px solid #1871AE;
    font-size: 2.6rem;
    color: #1871AE;
    font-weight: bold;
    white-space: nowrap;
}
.l-headerChild__ttl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100px;
    height: 120px;
    background-size: contain;
}
.l-headerChild__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 8%;
}
.l-headerChildItem > a {
    position: relative;
    display: block;
    font-size: 1.8rem;
    color: #1871AE;
    font-weight: bold;
    padding: 1.5rem 30px 1.5rem 0;
    white-space: nowrap;
}
.l-headerChildItem > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    width: 12px;
    height: 12px;
    background-image: url(../images/common/icon_arrow_main.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
@media (min-width: 1025px) {
    .l-headerChildItem > a:hover {
        opacity: 0.6;
    }
    .l-headerChildItem > a:hover::after {
        opacity: 1;
        right: -10px;
    }
}
.l-headerBtnSp {
    position: fixed;
    top: 40px;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    z-index: 10000;
}
@media (max-width: 1024px) {
    .l-headerBtnSp {
        display: block;
    }
}
.l-headerBtnSp::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: none;
    width: 120%;
    height: 120%;
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, from(#1871AE), to(#115380));
    background: linear-gradient(90deg, #1871AE 0%, #115380 100%);
    border-radius: 50%;
}
.l-headerBtnSp__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.l-headerBtnSp__inline {
    position: relative;
    width: 20px;
    height: 10px;
    margin: 0 auto;
}
.l-headerBtnSp__inline > span {
    position: absolute;
    z-index: 1;
    display: inline-block;
    left: 0;
    display: block;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 1px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.l-headerBtnSp__inline > span:nth-child(1) {
    top: 0;
}
.l-headerBtnSp__inline > span:nth-child(2) {
    bottom: 0;
}
.l-headerBtnSp__txt {
    overflow: hidden;
    height: 1em;
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1;
}
.l-headerBtnSp__txt > span {
    display: block;
    font-size: inherit;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.l-headerDrawer {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    z-index: 1000;
    display: none;
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
    background-color: #FAFAFA;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
@media (max-width: 1024px) {
    .l-headerDrawer {
        display: block;
        padding: 80px 0;
    }
}
.l-headerDrawer__inner {
    padding: 20px 33px 0;
}
@media (max-width: 1024px) {
    .l-headerDrawer__inner {
        max-width: 500px;
        margin: 0 auto;
    }
}
.l-headerDrawer__items {
    margin-bottom: 5rem;
}
.l-headerDrawerItem:nth-last-of-type(2), .l-headerDrawerItem--hasChild:nth-last-of-type(2), .l-headerDrawerItem--small a:nth-last-of-type(2) {
    margin-bottom: 2.6rem;
}
.l-headerDrawerItem--small a {
    display: block;
    border: none;
    padding: 16px 0 3px;
    font-size: 1.4rem;
    color: #6C6C6C;
}
.l-headerDrawerItem > a, .l-headerDrawerItem--hasChild > a, .l-headerDrawerItem--small a > a, .l-headerDrawerItem > span, .l-headerDrawerItem--hasChild > span, .l-headerDrawerItem--small a > span {
    position: relative;
    display: block;
    padding: 17px 27px 17px 14px;
    border-bottom: 1px solid #E4E5E5;
    font-size: 1.8rem;
    color: #6C6C6C;
    font-weight: 600;
    line-height: 1;
}
.l-headerDrawerItem--hasChild > span {
    cursor: pointer;
}
.l-headerDrawerItem--hasChild > span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 27px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 13px;
    height: 13px;
    background-color: #1871AE;
    border-radius: 50%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.l-headerDrawerItem--hasChild > span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 31px;
    width: 3px;
    height: 3px;
    border-bottom: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
}
.l-headerDrawerItem--hasChild > span.is-active::after {
    -webkit-transform: translate(0, -30%) rotate(225deg);
            transform: translate(0, -30%) rotate(225deg);
}
.l-headerDrawerChild {
    display: none;
    padding: 1.6rem 1rem 1.6rem 2rem;
}
.l-headerDrawerChild__items {
    padding: 1rem 1.4rem;
    padding-left: 2em;
}
.l-headerDrawerChildItem a {
    display: block;
    border: none;
    padding: 4px 0;
    font-size: 1.6rem;
    color: #6C6C6C;
}
.l-headerDrawerChildItem a::after {
    display: none;
}
.l-headerDrawer__btnWrapper {
    width: 100%;
}
.l-header.is-scrolled .l-headerNavi {
    padding: 6px 12px 7px 53px;
    background-color: #fff;
    border-radius: 77px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    border-radius: 80px;
}
@media (max-width: 1200px) {
    .l-header.is-scrolled .l-headerNavi {
        padding-left: 20px;
    }
}
.l-header.is-scrolled .l-headerNaviItem > a, .l-header.is-scrolled .l-headerNaviItem--contact > a, .l-header.is-scrolled .l-headerNaviItem--hasChild > a, .l-header.is-scrolled .l-headerNaviItem > span, .l-header.is-scrolled .l-headerNaviItem--contact > span, .l-header.is-scrolled .l-headerNaviItem--hasChild > span {
    color: #242424;
}
.l-header.is-scrolled .l-headerNaviItem > a:hover, .l-header.is-scrolled .l-headerNaviItem--contact > a:hover, .l-header.is-scrolled .l-headerNaviItem--hasChild > a:hover {
    color: #1871AE;
    opacity: 1;
}
.l-header.is-scrolled .l-headerNaviItem--contact > a {
    background: -webkit-gradient(linear, left top, right top, from(#1871AE), to(#115380));
    background: linear-gradient(90deg, #1871AE 0%, #115380 100%);
    color: #fff;
}
.l-header.is-scrolled .l-headerNaviItem--contact > a:hover {
    color: #fff;
    border-color: #1871AE;
    color: #1871AE;
    background: #fff;
}
.l-header.is-scrolled .l-header__logo img.logo {
    display: none;
}
.l-header.is-scrolled .l-header__logo img.logo--colored {
    display: block;
}
@media (max-width: 1024px) {
    .l-header.is-scrolled .l-headerBtnSp::after {
        display: block;
    }
    .l-header.is-scrolled .l-headerBtnSp__inner {
        background-color: #fff;
    }
    .l-header.is-scrolled .l-headerBtnSp__inline span {
        background: -webkit-gradient(linear, left top, right top, from(#1871AE), to(#115380));
        background: linear-gradient(90deg, #1871AE 0%, #115380 100%);
    }
}

@media (min-width: 1025px) {
    .is-open .l-headerNavi {
        -webkit-transform: translate(0);
                transform: translate(0);
    }
}
@media (max-width: 1024px) {
    .is-open .l-headerDrawer {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
.is-open .l-header__logo img.logo {
    display: none;
}
.is-open .l-header__logo img.logo--colored {
    display: block;
}
.is-open .l-headerBtnSp {
    background: none;
}
@media (max-width: 1024px) {
    .is-open .l-headerBtnSp::after {
        display: block;
    }
    .is-open .l-headerBtnSp__inner {
        background-color: #fff;
    }
    .is-open .l-headerBtnSp__inline span {
        background: -webkit-gradient(linear, left top, right top, from(#1871AE), to(#115380));
        background: linear-gradient(90deg, #1871AE 0%, #115380 100%);
    }
}
.is-open .l-headerBtnSp__inline > span {
    background-color: #6C6C6C;
}
.is-open .l-headerBtnSp__inline > span:nth-child(1) {
    top: 50%;
    left: 0%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.is-open .l-headerBtnSp__inline > span:nth-child(2) {
    top: 50%;
    left: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.is-open .l-headerBtnSp__txt > span {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.l-footer {
    position: relative;
    padding: 6.3rem 20px 0;
    border-radius: 100px 100px 0 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.09);
            box-shadow: 0 0 50px rgba(0, 0, 0, 0.09);
}
@media (max-width: 1024px) {
    .l-footer {
        padding: 3rem 0 0;
        border-radius: 60px 60px 0 0;
    }
}
.l-footerTop {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #F2F2F2;
}
@media (max-width: 1024px) {
    .l-footerTop {
        padding-bottom: 2.8rem;
    }
}
.l-footerTop__logo {
    width: 300px;
    height: 85px;
    margin: 0 auto 3.5rem;
}
@media (max-width: 1024px) {
    .l-footerTop__logo {
        width: 180px;
        height: 51px;
        margin: 0 auto 3.6rem;
    }
}
.l-footerTop__txt {
    font-size: 1.4rem;
    color: #938F8F;
    text-align: center;
}
@media (max-width: 1024px) {
    .l-footerTop__txt {
        font-size: 1.3rem;
    }
}
.l-footerTop__address {
    color: #6C6C6C;
    font-size: 1.4rem;
    letter-spacing: 0;
}
.l-footerMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 25px 3rem;
    border-bottom: 1px solid #F2F2F2;
}
@media (max-width: 1024px) {
    .l-footerMenu {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0 0 2.8rem;
    }
}
.l-footerMenuNavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
    width: 100%;
    max-width: 880px;
}
@media (max-width: 1024px) {
    .l-footerMenuNavi {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        min-width: unset;
        margin-bottom: 2rem;
        margin-right: 0;
    }
}
.l-footerMenuNavi__col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}
@media (max-width: 1024px) {
    .l-footerMenuNavi__col2 {
        display: block;
    }
}
.l-footerMenuNaviItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
}
@media (max-width: 1024px) {
    .l-footerMenuNaviItem {
        width: 100%;
    }
}
.l-footerMenuNaviItem:not(:last-child) {
    margin-right: 2rem;
}
@media (max-width: 1024px) {
    .l-footerMenuNaviItem:not(:last-child) {
        margin-bottom: 3.6rem;
        margin-right: 0;
    }
}
@media (max-width: 1024px) {
    .l-footerMenuNaviItem:nth-child(3) {
        margin-bottom: 0;
    }
}
.l-footerMenuNaviItem > a, .l-footerMenuNaviItem > span {
    margin-bottom: 3.5rem;
    font-family: "Roboto", sans-serif;
    font-size: 2rem;
    color: #3E3E3E;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1;
    white-space: nowrap;
}
@media (max-width: 1024px) {
    .l-footerMenuNaviItem > a, .l-footerMenuNaviItem > span {
        padding: 0 10px 0 25px;
        margin-bottom: 2rem;
        font-size: 1.6rem;
    }
}
.l-footerMenuNaviItem > a:hover, .l-footerMenuNaviItem > span:hover {
    opacity: 0.6;
}
.l-footerMenuNaviItem > a.l-footerMenuNaviItem__link--small, .l-footerMenuNaviItem > span.l-footerMenuNaviItem__link--small {
    border: none;
    color: #3E3E3E;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 0;
    line-height: 1.5;
}
@media (max-width: 1024px) {
    .l-footerMenuNaviItem > a.l-footerMenuNaviItem__link--small, .l-footerMenuNaviItem > span.l-footerMenuNaviItem__link--small {
        margin-bottom: 2.5rem;
        padding: 0 10px 0 25px;
        font-size: 1.2rem;
    }
}
.l-footerMenuNaviItem > a.l-footerMenuNaviItem__link--small:hover, .l-footerMenuNaviItem > span.l-footerMenuNaviItem__link--small:hover {
    opacity: 0.6;
}
.l-footerMenuNaviItem__subItem > a {
    font-size: 1.4rem;
    color: #3E3E3E;
    letter-spacing: 0.06em;
    line-height: 1;
    white-space: nowrap;
}
@media (max-width: 1024px) {
    .l-footerMenuNaviItem__subItem > a {
        padding: 0 10px 0 25px;
        font-size: 1.2rem;
    }
}
.l-footerMenuNaviItem__subItem > a:hover {
    opacity: 0.6;
}
.l-footerMenuNaviItem__subItem:not(:last-child) {
    margin-bottom: 2.4rem;
}
@media (max-width: 1024px) {
    .l-footerMenuNaviItem__subItem:not(:last-child) {
        margin-bottom: 1.2rem;
    }
}
.l-footerRight {
    padding: 2.8rem 0 3.5rem;
}
.l-footerRight__txt {
    font-size: 1.4rem;
    text-align: center;
}
@media (max-width: 1024px) {
    .l-footerRight__txt {
        font-size: 1rem;
    }
}

.l-footerMenuNavi {
    margin-bottom: 3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: unset;
}
@media (max-width: 1024px) {
    .l-footerMenuNavi {
        margin-bottom: 0;
    }
}

.l-footerMenuNavi__col2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}
.l-footerMenuNavi__col2:nth-child(2) {
    display: block;
    width: auto;
}

.l-footerMenuNavi__col2:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}

.l-footerMenuNaviItem {
    width: 20%;
}
@media (max-width: 1024px) {
    .l-footerMenuNaviItem {
        width: 100%;
    }
}
.l-footerMenuNaviItem a {
    text-align: center;
}
@media (max-width: 1024px) {
    .l-footerMenuNaviItem a {
        text-align: left;
        margin-bottom: 3rem;
    }
}

.l-footerMenuNaviItem:not(:last-child) {
    margin-right: 0;
}
@media (max-width: 1024px) {
    .l-footerMenuNaviItem:not(:last-child) {
        margin-bottom: 0;
    }
}

.l-footerMenuNaviItem__link--small {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    color: #3E3E3E;
    margin-bottom: 10px;
}
@media (max-width: 1024px) {
    .l-footerMenuNaviItem__link--small {
        font-size: 1.2rem;
        text-align: left;
        padding-left: 25px;
    }
}
.l-footerMenuNaviItem__link--small:hover {
    opacity: 0.6;
}

.c-btn, .c-btn--contact, .c-btn--noframe, .c-btn--small {
    position: relative;
    display: block;
    padding: 27px;
    background-color: #1871AE;
    border-radius: 60px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0.06em;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 1;
}
@media (max-width: 1024px) {
    .c-btn, .c-btn--contact, .c-btn--noframe, .c-btn--small {
        padding: 1.5rem;
        font-size: 1.4rem;
    }
}
.c-btn::before, .c-btn--contact::before, .c-btn--noframe::before, .c-btn--small::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 28px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 2;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.c-btn::after, .c-btn--contact::after, .c-btn--noframe::after, .c-btn--small::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 88%;
    height: 60%;
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
    background-color: #1871AE;
    border-radius: 60px;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: -1;
}
@media (min-width: 1025px) {
    .c-btn:hover::before, .c-btn--contact:hover::before, .c-btn--noframe:hover::before, .c-btn--small:hover::before {
        right: 10px;
        width: 54px;
        height: 54px;
        opacity: 0.8;
    }
    .c-btn:hover span::after, .c-btn--contact:hover span::after, .c-btn--noframe:hover span::after, .c-btn--small:hover span::after {
        right: 30px;
        background-image: url(../images/common/icon_arrow_main.png);
    }
}
.c-btn span, .c-btn--contact span, .c-btn--noframe span, .c-btn--small span {
    position: static;
    z-index: 3;
    display: inline-block;
    padding-right: 1.5em;
}
@media (max-width: 1024px) {
    .c-btn span, .c-btn--contact span, .c-btn--noframe span, .c-btn--small span {
        font-size: 1.4rem;
    }
}
.c-btn span::after, .c-btn--contact span::after, .c-btn--noframe span::after, .c-btn--small span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 120px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 13px;
    height: 10px;
    background-image: url(../images/common/icon_arrow_white.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 2;
}
@media (max-width: 1024px) {
    .c-btn span::after, .c-btn--contact span::after, .c-btn--noframe span::after, .c-btn--small span::after {
        right: 80px;
    }
}
.c-btn--small {
    height: 40px;
    padding: 3px 25px 3px;
    border: 1px solid #1871AE;
    z-index: unset;
}
@media (max-width: 1024px) {
    .c-btn--small {
        height: 36px;
    }
}
.c-btn--small::before {
    display: none;
}
.c-btn--small::after {
    bottom: -5px;
    width: 75%;
    height: 20%;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    z-index: -200;
}
.c-btn--small span {
    font-size: 1.2rem;
}
@media (max-width: 1024px) {
    .c-btn--small span {
        font-size: 1.1rem;
    }
}
.c-btn--small span::after {
    right: 24px;
}
@media (max-width: 1024px) {
    .c-btn--small span::after {
        right: 16px;
    }
}
.c-btn--small:hover {
    background-color: #fff;
}
.c-btn--small:hover span {
    color: #1871AE;
}
.c-btn--small:hover span::after {
    right: 16px;
    background-image: url(../images/common/icon_arrow_main.png);
}

.c-btn--noframe {
    border: none;
}
.c-btn--noframe::after {
    display: none;
}
@media (max-width: 1024px) {
    .c-btn--noframe span::before {
        -webkit-transform: translateY(-50%) scale(1);
                transform: translateY(-50%) scale(1);
    }
    .c-btn--noframe span::after {
        right: 33px;
        background-image: url(../images/common/icon_arrow_w.svg);
    }
}

.c-btn--contact {
    height: 70px;
    padding: 0;
}
@media (max-width: 1024px) {
    .c-btn--contact {
        height: 50px;
    }
}
.c-btn--contact::before, .c-btn--contact::after {
    display: none;
}
.c-btn--contact > p {
    height: 70px;
}
@media (max-width: 1024px) {
    .c-btn--contact > p {
        height: 50px;
    }
}
.c-btn--contact span::after {
    display: none;
}

.c-ttl01--min .c-ttl01__main, .c-ttl01--min .c-ttl01--1line {
    font-size: 4rem;
}
@media (max-width: 1024px) {
    .c-ttl01--min .c-ttl01__main, .c-ttl01--min .c-ttl01--1line {
        font-size: 2.6rem;
    }
}
.c-ttl01--min .c-ttl01__sub {
    font-size: 1.6rem;
}
@media (max-width: 1024px) {
    .c-ttl01--min .c-ttl01__sub {
        font-size: 1.2rem;
    }
}
.c-ttl01__main, .c-ttl01--1line {
    display: block;
    margin-bottom: 2rem;
    font-family: "Roboto", sans-serif;
    font-size: 4.8rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.4;
}
@media (max-width: 1024px) {
    .c-ttl01__main, .c-ttl01--1line {
        margin-bottom: 1rem;
        font-size: 3.2rem;
    }
}
.c-ttl01__sub {
    font-size: 1.8rem;
    color: #1871AE;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1;
}
@media (max-width: 1024px) {
    .c-ttl01__sub {
        font-size: 1.2rem;
    }
}
.c-ttl01--1line {
    margin-bottom: 0;
}
.c-ttl02 {
    position: relative;
    padding-left: 2.5rem;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1;
}
@media (max-width: 1024px) {
    .c-ttl02 {
        padding-left: 21px;
        font-size: 2.2rem;
    }
}
.c-ttl02::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #E04242;
}
@media (max-width: 1024px) {
    .c-ttl02::after {
        width: 6px;
        height: 6px;
    }
}
.c-ttl03 {
    text-align: center;
}
.c-ttl03__sub {
    position: relative;
    display: inline-block;
    margin-bottom: 1.2rem;
    padding: 0 26px;
    font-size: 1.6rem;
    color: #1871AE;
    font-weight: bold;
}
@media (max-width: 1024px) {
    .c-ttl03__sub {
        margin-bottom: 1rem;
        padding: 0 21px;
        font-size: 1.2rem;
    }
}
.c-ttl03__sub::before, .c-ttl03__sub::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #E04242;
}
@media (max-width: 1024px) {
    .c-ttl03__sub::before, .c-ttl03__sub::after {
        width: 8px;
        height: 8px;
    }
}
.c-ttl03__sub::before {
    left: 0;
}
.c-ttl03__sub::after {
    right: 0;
}
.c-ttl03__main, .c-ttl03__main--hasbg {
    font-size: 3rem;
    font-weight: bold;
    color: #3E3E3E;
    line-height: 1.5;
}
@media (max-width: 1024px) {
    .c-ttl03__main, .c-ttl03__main--hasbg {
        font-size: 2rem;
    }
}
.c-ttl03__main--hasbg {
    position: relative;
}
.c-ttl03__main--hasbg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-image: url(../images/business/bg_ttl03.png);
    background-size: contain;
    background-position: center;
    background-repeat: repeat-y;
    z-index: -1;
}
@media (max-width: 1024px) {
    .c-ttl03__main--hasbg::after {
        background-image: url(../images/business/bg_ttl03_sp.png);
        background-size: cover;
    }
}
.c-ttl04 {
    position: relative;
    margin-bottom: 6rem;
    padding-top: 48px;
    font-size: 3rem;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.4;
}
@media (max-width: 1024px) {
    .c-ttl04 {
        font-size: 2.4rem;
        margin-left: 22px;
        margin-bottom: 2.8rem;
        padding-top: 26px;
        padding-left: 17px;
    }
}
.c-ttl04::before {
    content: "";
    position: absolute;
    top: 0;
    left: -71px;
    width: 90px;
    height: 90px;
    background-image: url(../images/about/icon_vision.png);
    background-size: contain;
    z-index: -1;
}
@media (max-width: 1024px) {
    .c-ttl04::before {
        left: -20px;
        width: 52px;
        height: 52px;
    }
}
.c-ttl05 {
    position: relative;
    padding-bottom: 10px;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}
@media (max-width: 1024px) {
    .c-ttl05 {
        font-size: 1.8rem;
    }
}
.c-ttl05::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 36px;
    height: 3px;
    background-color: #1871AE;
}

.c-faq {
    border: 1px solid #E1E1E1;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.c-faq:hover .c-faq__term {
    background-color: #F5F5F5;
}
.c-faq:has(.is-active) .c-faq__term {
    background-color: #F5F5F5;
    border-radius: 20px 20px 0 0;
}
.c-faq:has(.is-active) .c-faq__term::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
.c-faq__term {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 3rem 5.5rem;
    padding-right: 8rem;
    font-size: 2rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.1em;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
@media (max-width: 1024px) {
    .c-faq__term {
        padding: 2.6rem 3.6rem 2.6rem 2rem;
        border-radius: 8px;
        font-size: 1.8rem;
    }
}
.c-faq__term::before, .c-faq__term::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 50px;
    width: 18px;
    height: 5px;
    background-color: #FF6969;
    border-radius: 4px;
}
@media (max-width: 1024px) {
    .c-faq__term::before, .c-faq__term::after {
        right: 16px;
        width: 14px;
        height: 4px;
    }
}
.c-faq__term::before {
    z-index: 1;
}
.c-faq__term::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
}
.c-faq__desc {
    padding: 2.7rem 5.6rem 4.6rem;
    border-top: 1px solid #DBD5D5;
    font-size: 1.8rem;
}
@media (max-width: 600px) {
    .c-faq__desc {
        padding: 2.6rem 2.6rem 3.6rem;
    }
}

.c-pageHead {
    position: relative;
    border-radius: 0 0 100px 100px;
    overflow: hidden;
    z-index: 2;
}
@media (max-width: 1024px) {
    .c-pageHead {
        border-radius: 0 0 40px 40px;
    }
}
.c-pageHead__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}
.c-pageHead__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(12, 51, 78, 0.4);
}
.c-pageHead__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-pageHead__inner {
    padding: 226px 2rem 9.8rem;
    text-align: center;
}
@media (max-width: 1024px) {
    .c-pageHead__inner {
        padding: 13.5rem 0 11.3rem;
    }
}
.c-pageHead__ttl {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 8rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    border-bottom: 1px solid #fff;
}
@media (max-width: 1024px) {
    .c-pageHead__ttl {
        font-size: 4.8rem;
    }
}

.c-breadcrumbs {
    padding: 2.5rem 0;
}
@media (max-width: 1024px) {
    .c-breadcrumbs {
        padding: 1.2rem 0;
    }
}
.c-breadcrumbs__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.c-breadcrumbsItem {
    font-size: 1.4rem;
    color: #3E3E3E;
}
@media (max-width: 1024px) {
    .c-breadcrumbsItem {
        font-size: 1.2rem;
    }
}
.c-breadcrumbsItem:not(:last-child) {
    position: relative;
    padding-right: 16px;
}
.c-breadcrumbsItem:not(:last-child)::after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translate(100%, -48%);
            transform: translate(100%, -48%);
    font-size: 1.4rem;
}
@media (max-width: 1024px) {
    .c-breadcrumbsItem:not(:last-child)::after {
        font-size: 1.2rem;
    }
}
.c-breadcrumbsItem a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    color: #3E3E3E;
    letter-spacing: 0.06em;
}
.c-breadcrumbsItem a:hover {
    opacity: 0.6;
}
.c-breadcrumbsItem.is-active a,
.c-breadcrumbsItem.is-active span {
    pointer-events: none;
    color: #959595;
    letter-spacing: 0.06em;
}

.c-pagenation {
    width: 400px;
    margin: 0 auto;
    padding: 10px 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    border-radius: 40px;
}
@media (max-width: 1024px) {
    .c-pagenation {
        width: 100%;
    }
}
.c-pagenation .page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.c-pagenation .page-numbers > li {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.06em;
}
@media (max-width: 1024px) {
    .c-pagenation .page-numbers > li {
        width: 32px;
        height: 32px;
        font-size: 1.4rem;
    }
}
.c-pagenation .page-numbers > li:not(:last-child) {
    margin-right: 1rem;
}
.c-pagenation .page-numbers > li a,
.c-pagenation .page-numbers > li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
}
@media (min-width: 1025px) {
    .c-pagenation .page-numbers > li a {
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }
    .c-pagenation .page-numbers > li a:hover {
        opacity: 0.6;
    }
}
.c-pagenation .page-numbers > li > .current {
    background-color: #E04242;
    border-radius: 50%;
    color: #fff;
}
.c-pagenation .page-numbers > li > .prev, .c-pagenation .page-numbers > li > .next {
    position: relative;
    height: 100%;
}
.c-pagenation .page-numbers > li > .prev::after, .c-pagenation .page-numbers > li > .next::after {
    content: "";
    position: absolute;
    top: 47%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #002245;
    border-right: 2px solid #002245;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform: translate(-50%, -34%) rotate(45deg);
            transform: translate(-50%, -34%) rotate(45deg);
}
.c-pagenation .page-numbers > li > .prev::after {
    -webkit-transform: translate(-50%, -24%) rotate(-135deg);
            transform: translate(-50%, -24%) rotate(-135deg);
}

.mouse-stalker {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#1871AE), to(#115380));
    background: linear-gradient(90deg, #1871AE 0%, #115380 100%);
    pointer-events: none;
    z-index: 20000;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: width 0.2s ease, height 0.2s ease, -webkit-transform 0.2s ease;
    transition: width 0.2s ease, height 0.2s ease, -webkit-transform 0.2s ease;
    transition: transform 0.2s ease, width 0.2s ease, height 0.2s ease;
    transition: transform 0.2s ease, width 0.2s ease, height 0.2s ease, -webkit-transform 0.2s ease;
}
.mouse-stalker::after {
    content: "";
    position: absolute;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    display: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 2.7vw;
    height: 2.7vw;
    background-image: url(../images/common/icon_arrow02_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.mouse-stalker.is-hover {
    width: 9vw;
    height: 9vw;
}
.mouse-stalker.is-hover::after {
    display: block;
}

.c-newsItem {
    border-bottom: 1px solid #D1D1D1;
    cursor: pointer;
}
.c-newsItem:first-child {
    border-top: 1px solid #D1D1D1;
}
.c-newsItem > a {
    display: block;
    padding: 2.6rem 24px 2.6rem;
}
@media (max-width: 1024px) {
    .c-newsItem > a {
        padding: 2.25rem 0 2.75rem;
    }
}
.c-newsItem > a:hover {
    background-color: #F5F7F8;
}
.c-newsItemTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2rem;
}
.c-newsItemTop::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 23px;
    -webkit-transform: translateY(-28%);
            transform: translateY(-28%);
    opacity: 0;
    width: 28px;
    height: 28px;
    background-color: #E0E0E0;
    border-radius: 50%;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
@media (max-width: 1024px) {
    .c-newsItemTop::before {
        right: 1px;
    }
}
.c-newsItemTop::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 31px;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
    width: 12px;
    height: 12px;
    background-image: url(../images/common/icon_arrow_gray.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
@media (max-width: 1024px) {
    .c-newsItemTop::after {
        right: 8px;
    }
}
.c-newsItem__date {
    display: block;
    margin-right: 1.6rem;
    font-size: 1.5rem;
    color: #D3CFCF;
    font-weight: bold;
    letter-spacing: 0.06em;
}
.c-newsItem__cat {
    position: relative;
    font-size: 1.2rem;
    font-weight: bold;
    padding-left: 14px;
    margin-left: 1.8rem;
}
@media (max-width: 1024px) {
    .c-newsItem__cat {
        margin-left: 1rem;
    }
}
.c-newsItem__cat::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #E04242;
}
@media (max-width: 1024px) {
    .c-newsItem__cat::before {
        width: 8px;
        height: 8px;
    }
}
.c-newsItem__new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 54px;
    height: 20px;
    background-color: #E04242;
    border-radius: 15px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.06em;
}
.c-newsItem__ttl {
    font-size: 1.5rem;
    color: #3E3E3E;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: 0.06em;
}

.c-singleInfo {
    margin-bottom: 3rem;
}
.c-singleInfo__date {
    margin-right: 2.5rem;
    font-size: 1.8rem;
    color: #D3CFCF;
    font-weight: bold;
}
@media (max-width: 1024px) {
    .c-singleInfo__date {
        font-size: 1.14rem;
    }
}
.c-singleInfo__new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 70px;
    height: 24px;
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
}
@media (max-width: 1024px) {
    .c-singleInfo__new {
        font-size: 1.4rem;
    }
}
.c-single__ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.4rem;
    font-weight: bold;
    margin-bottom: 2rem;
    line-height: 1.4;
}
@media (max-width: 1024px) {
    .c-single__ttl {
        font-size: 2.2rem;
        margin-bottom: 2rem;
    }
}
.c-singleContents {
    margin-bottom: 5rem;
    padding: 6rem 0 8rem;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
}
@media (max-width: 1024px) {
    .c-singleContents {
        padding: 4rem 0 5.2rem;
    }
}
.c-singleContents p {
    padding: 0.5em 0;
    font-size: 1.6rem;
    line-height: 2.25;
}
@media (max-width: 1024px) {
    .c-singleContents p {
        font-size: 1.5rem;
    }
}
.c-singleContents a {
    display: inline-block;
    padding: 0.5em 0;
    text-decoration: underline;
}
@media (max-width: 1024px) {
    .c-singleContents a {
        font-size: 1.5rem;
    }
}

.c-bg {
    position: relative;
}
.c-bg--left:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-75%, -15%);
            transform: translate(-75%, -15%);
    width: 122vw;
    height: 119vw;
    max-width: 1756px;
    max-height: 1718px;
    background-image: url(../images/common/bg_deco.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
@media (max-width: 1024px) {
    .c-bg--left:before {
        left: unset;
        right: 0;
        -webkit-transform: translate(10%, -20%);
                transform: translate(10%, -20%);
        width: 242vw;
        height: 237vw;
        max-width: 1318px;
        max-height: 1290px;
        background-image: url(../images/common/bg_deco_sp.png);
    }
}
.c-bg--center {
    position: relative;
}
.c-bg--center::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vw;
    max-width: 1756px;
    max-height: 1718px;
    background-image: url(../images/common/bg_deco.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
@media (max-width: 1024px) {
    .c-bg--center::before {
        background-image: url(../images/common/bg_deco_sp.png);
    }
}
.c-bg--right {
    position: relative;
}
.c-bg--right:before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    -webkit-transform: translate(54%, -20%);
            transform: translate(54%, -20%);
    width: 122vw;
    height: 119vw;
    max-width: 1756px;
    max-height: 1718px;
    background-image: url(../images/common/bg_deco.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
@media (max-width: 1024px) {
    .c-bg--right:before {
        -webkit-transform: translate(32%, 140px);
                transform: translate(32%, 140px);
        width: 911px;
        height: 890px;
        background-image: url(../images/common/bg_deco_sp.png);
    }
}

@-webkit-keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes moveUpAndDown {
    0%, 100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
}
@keyframes moveUpAndDown {
    0%, 100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
}
@-webkit-keyframes marqueeAnimation {
    0% {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
@keyframes marqueeAnimation {
    0% {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
.p-top .c-ttl01 {
    margin-bottom: 4.3rem;
}
@media (max-width: 1024px) {
    .p-top .c-ttl01 {
        margin-bottom: 3rem;
    }
}
.p-topSection__lead {
    margin-bottom: 2.6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4rem;
    font-weight: bold;
}
@media (max-width: 1024px) {
    .p-topSection__lead {
        margin-bottom: 1rem;
        font-size: 2rem;
    }
}
.p-topSection__txt {
    font-size: 1.8rem;
}
@media (max-width: 1024px) {
    .p-topSection__txt {
        font-size: 1.5rem;
    }
}
.p-topMv {
    position: relative;
    height: 100vh;
    height: 100svh;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    max-height: 900px;
    min-height: 600px;
    border-radius: 0 0 100px 100px;
    overflow: hidden;
    z-index: 2;
}
@media (max-width: 600px) {
    .p-topMv {
        max-height: 900px;
        border-radius: 0 0 30px 30px;
        overflow: visible;
    }
}
.p-topMv::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(12, 51, 78, 0.5);
    mix-blend-mode: multiply;
}
@media (max-width: 600px) {
    .p-topMv::after {
        z-index: -1;
    }
}
.p-topMv__movie {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    -webkit-filter: opacity(0.5) drop-shadow(0 0 0 #11bdfc);
            filter: opacity(0.5) drop-shadow(0 0 0 #11bdfc);
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -2;
}
.p-topMv__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    margin: 0 auto;
    z-index: 5;
    max-height: 800px;
}
@media (max-width: 1360px) {
    .p-topMv__inner {
        height: auto;
        padding-top: 8em;
        padding-bottom: 3em;
    }
}
@media (max-width: 600px) {
    .p-topMv__inner {
        height: auto;
        padding-top: 9em;
        padding-bottom: 2em;
    }
}
@media (max-width: 1360px) {
    .p-topMv .inside {
        max-width: 1170px;
        width: 100%;
        margin: -30px auto;
        padding: 0 3rem;
    }
}
@media (max-width: 1024px) {
    .p-topMv .inside {
        padding: 0 20px;
        margin: -15px auto;
    }
}
.p-topMv__bnr {
    max-width: 412px;
    width: 100%;
    background: rgba(24, 113, 174, 0.9);
    position: absolute;
    right: 74px;
    bottom: 95px;
    padding: 15px;
    color: #fff;
    z-index: 99;
    border-radius: 20px;
    overflow: hidden;
}
@media (max-width: 1360px) {
    .p-topMv__bnr {
        max-width: 600px;
        position: relative;
        right: unset;
        bottom: unset;
    }
}
@media (max-width: 1024px) {
    .p-topMv__bnr {
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
@media (max-width: 600px) {
    .p-topMv__bnr {
        margin: 0 auto;
        max-width: 100%;
        position: unset;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
.p-topMv__bnr__head {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 12px;
}
@media (max-width: 600px) {
    .p-topMv__bnr__head {
        font-size: 1.6rem;
        margin-bottom: 5px;
    }
}
.p-topMv__bnr__head span {
    position: relative;
    padding: 0 64px;
}
.p-topMv__bnr__head span:before {
    content: "";
    width: 44px;
    height: 6px;
    background: url("../images/top/icon-left.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 600px) {
    .p-topMv__bnr__head span:before {
        width: 35px;
    }
}
.p-topMv__bnr__head span:after {
    content: "";
    width: 44px;
    height: 6px;
    background: url("../images/top/icon-right.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 600px) {
    .p-topMv__bnr__head span:after {
        width: 35px;
    }
}
.p-topMv__bnr ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.p-topMv__bnr ul li {
    width: calc(50% - 10px);
    background: #fff;
    border-radius: 20px;
}
@media (max-width: 600px) {
    .p-topMv__bnr ul li {
        width: calc(50% - 8px);
    }
}
.p-topMv__bnr ul li a {
    display: block;
    height: 100%;
    padding: 18px 25px 10px;
}
@media (max-width: 1360px) {
    .p-topMv__bnr ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 15px;
    }
}
@media (max-width: 600px) {
    .p-topMv__bnr ul li a {
        display: block;
        padding: 15px 22px 10px;
    }
}
.p-topMv__bnr ul li a:hover {
    opacity: 1;
}
.p-topMv__bnr ul li a:hover .icon-link {
    background: rgba(224, 66, 66, 0.8);
}
@media (max-width: 1360px) {
    .p-topMv__bnr ul li img {
        width: 120px;
    }
}
@media (max-width: 600px) {
    .p-topMv__bnr ul li img {
        width: 100%;
    }
}
.p-topMv__bnr ul li .icon-link {
    display: block;
    width: 100%;
    border-radius: 14px;
    background: #E04242;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
}
@media (max-width: 1360px) {
    .p-topMv__bnr ul li .icon-link {
        width: calc(100% - 120px);
        margin-left: 10px;
    }
}
@media (max-width: 600px) {
    .p-topMv__bnr ul li .icon-link {
        width: 100%;
        margin-left: 0;
        font-size: 1rem;
        border-radius: 20px;
    }
}
.p-topMv__bnr ul .icon-dx {
    margin-right: 10px;
}
@media (max-width: 600px) {
    .p-topMv__bnr ul .icon-dx {
        margin-right: 8px;
    }
}
.p-topMv__bnr ul .icon-dx .icon-link {
    margin-top: 14px;
}
@media (max-width: 1360px) {
    .p-topMv__bnr ul .icon-dx .icon-link {
        margin-top: 0;
    }
}
@media (max-width: 600px) {
    .p-topMv__bnr ul .icon-dx .icon-link {
        margin-top: 5px;
    }
}
@media (max-width: 430px) {
    .p-topMv__bnr ul .icon-dx .icon-link {
        margin-top: 11px;
    }
}
.p-topMv__bnr ul .icon-iyouth {
    margin-left: auto;
}
@media (max-width: 600px) {
    .p-topMv__bnr ul .icon-iyouth {
        margin-left: 8px;
    }
}
.p-topMv__bnr ul .icon-iyouth a {
    padding-top: 10px;
}
.p-topMv__bnr ul .icon-iyouth img {
    max-width: 53px;
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .p-topMv__bnr ul .icon-iyouth img {
        max-width: 63px;
    }
}
@media (max-width: 600px) {
    .p-topMv__bnr ul .icon-iyouth img {
        max-width: 60px;
    }
}
@media (max-width: 500px) {
    .p-topMv__bnr ul .icon-iyouth img {
        max-width: 48px;
    }
}
@media (max-width: 414px) {
    .p-topMv__bnr ul .icon-iyouth img {
        max-width: 40px;
    }
}
.p-topMv__keywords {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1.6rem;
}
@media (max-width: 1024px) {
    .p-topMv__keywords {
        margin-bottom: 3.3rem;
    }
}
@media (max-width: 600px) {
    .p-topMv__keywords {
        margin-bottom: 2.3rem;
    }
}
.p-topMv__keyword {
    font-family: "Roboto", sans-serif;
    font-size: 2.4rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.04em;
    white-space: nowrap;
}
@media (max-width: 1024px) {
    .p-topMv__keyword {
        font-size: 1.8rem;
        font-weight: normal;
    }
}
.p-topMv__keyword:not(:last-child) {
    margin-right: 2.6rem;
}
@media (max-width: 1024px) {
    .p-topMv__keyword:not(:last-child) {
        margin-right: 0.9rem;
    }
}
.p-topMv__lead {
    margin-bottom: 3.6rem;
    position: relative;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 8.4rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1;
}
@media (max-width: 1024px) {
    .p-topMv__lead {
        font-size: 5.4rem;
    }
}
.p-topMv__lead span {
    display: inline-block;
}
@media (max-width: 600px) {
    .p-topMv__lead span {
        position: relative;
    }
}
.p-topMv__lead span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.p-topMv__txt {
    font-size: 2.4rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5;
}
@media (max-width: 1024px) {
    .p-topMv__txt {
        font-size: 1.5rem;
        font-weight: normal;
        letter-spacing: 0.02em;
    }
}
.p-topMv__txt > span {
    margin: 0 0.2em;
    font-size: 3.6rem;
    border-bottom: 3px solid #DDCF2A;
}
@media (max-width: 1024px) {
    .p-topMv__txt > span {
        margin: 0 0.1em;
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 2;
    }
}
.p-topLead {
    position: relative;
    padding: 9.8rem 0 13.4rem;
}
@media (max-width: 1024px) {
    .p-topLead {
        padding: 6rem 0 8rem;
    }
}
.p-topLead:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-75%, -15%);
            transform: translate(-75%, -15%);
    width: 122vw;
    height: 119vw;
    max-width: 1756px;
    max-height: 1718px;
    background-image: url(../images/top/bg_top.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
@media (max-width: 1024px) {
    .p-topLead:before {
        left: unset;
        right: 0;
        -webkit-transform: translate(10%, -20%);
                transform: translate(10%, -20%);
        width: 242vw;
        height: 237vw;
        max-width: 1318px;
        max-height: 1290px;
        background-image: url(../images/top/bg_top_sp.png);
    }
}
.p-topLead__txt {
    margin-bottom: 5.6rem;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.06em;
}
@media (max-width: 1024px) {
    .p-topLead__txt {
        margin-bottom: 3.2rem;
        font-size: 1.8rem;
        letter-spacing: 0.12em;
    }
}
@media (max-width: 1024px) {
    .p-topLead__inner {
        padding-right: 0;
        padding-left: 0;
    }
}
.p-topLeadContentsWrapper {
    position: relative;
    max-width: 1020px;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .p-topLeadContentsWrapper {
        overflow-x: scroll;
    }
    .p-topLeadContentsWrapper::-webkit-scrollbar {
        width: 7px;
        background-color: #E0E0E0;
        border-radius: 9px;
    }
    .p-topLeadContentsWrapper::-webkit-scrollbar-track {
        display: none;
    }
    .p-topLeadContentsWrapper::-webkit-scrollbar-thumb {
        border-radius: 9px;
        -webkit-box-shadow: none;
                box-shadow: none;
        background-color: #1871AE;
    }
}
.p-topLead__itemsWrapper {
    position: relative;
}
@media (max-width: 1024px) {
    .p-topLead__itemsWrapper {
        min-width: 830px;
    }
}
.p-topLead__img {
    position: absolute;
    bottom: 65px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
    height: 320px;
}
@media (max-width: 1024px) {
    .p-topLead__img {
        bottom: 72px;
        height: 240px;
        width: calc(100% - 40px);
    }
}
.p-topLead__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1024px) {
    .p-topLead__items {
        margin-bottom: 2.5rem;
        padding: 0 20px;
    }
}
.p-topLeadItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(33.3% - 10px);
    padding: 3.6rem 20px 5rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#1871AE), to(#6AB7EA));
    background: linear-gradient(to bottom, #1871AE 0%, #6AB7EA 100%);
    border-radius: 50px;
}
@media (max-width: 1024px) {
    .p-topLeadItem {
        padding: 4rem 25px 3rem;
    }
}
.p-topLeadItem:not(:last-child) {
    margin-right: 15px;
}
.p-topLeadItem__ttl, .p-topLeadItem__ttl--s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1rem;
    height: 2em;
    font-family: "Roboto", sans-serif;
    font-size: 3.6rem;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.06em;
}
@media (max-width: 1024px) {
    .p-topLeadItem__ttl, .p-topLeadItem__ttl--s {
        margin-bottom: 1rem;
        font-size: 2.8rem;
    }
}
.p-topLeadItem__ttl--s {
    position: relative;
    margin-bottom: 1.6rem;
    padding-bottom: 1rem;
    font-size: 1.6rem;
}
.p-topLeadItem__ttl--s::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 36px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 1024px) {
    .p-topLeadItem__ttl--s::after {
        width: 24px;
    }
}
@media (max-width: 1024px) {
    .p-topLeadItem__ttl--s {
        font-size: 1.4rem;
    }
}
.p-topLeadItem__txt {
    margin-bottom: 343px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0;
}
@media (max-width: 1024px) {
    .p-topLeadItem__txt {
        margin-bottom: 285px;
        font-size: 1.4rem;
        font-weight: normal;
    }
}
.p-topService {
    position: relative;
    padding: 0rem 0 8.5rem;
    z-index: 2;
}
@media (max-width: 1024px) {
    .p-topService {
        margin-bottom: 0;
        padding: 5rem 0 6.6rem;
    }
}
.p-topService:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
@media (max-width: 1024px) {
    .p-topService:after {
        display: block;
        -webkit-transform: translate(49%, 0);
                transform: translate(49%, 0);
        width: 911px;
        height: 890px;
        background-image: url(../images/top/bg_top_sp.png);
    }
}
.p-topService__inner {
    position: relative;
}
.p-topService__inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 75%;
    height: 88%;
    background-image: url(../images/top/bg_service.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 130px;
    z-index: 2;
}
@media (max-width: 1024px) {
    .p-topService__inner::after {
        display: none;
    }
}
.p-topServiceTtl {
    position: relative;
    z-index: 1;
    margin-bottom: 4.6rem;
    padding-top: 5rem;
    padding-right: 100px;
}
@media (max-width: 1024px) {
    .p-topServiceTtl {
        margin-bottom: 3rem;
        padding-top: 0;
        padding-right: 0;
    }
}
.p-topService__lead {
    position: relative;
    z-index: 1;
    padding-right: 90px;
    font-size: 3.7rem;
}
@media (max-width: 1024px) {
    .p-topService__lead {
        padding-right: 0;
        font-size: 2rem;
    }
}
.p-topService__txt {
    position: relative;
    z-index: 1;
    margin-bottom: 6.7rem;
    padding-right: 90px;
}
@media (max-width: 1024px) {
    .p-topService__txt {
        margin-bottom: 5rem;
        padding-right: 0;
    }
}
.p-topServiceContentsWrapper {
    position: relative;
    width: 50%;
    z-index: 2;
}
@media (max-width: 1024px) {
    .p-topServiceContentsWrapper {
        width: 100%;
    }
    .p-topServiceContentsWrapper::after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 88vw;
        height: 95vw;
        max-width: 540px;
        max-height: 580px;
        background-image: url(../images/top/bg_service_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 60px 0 0 60px;
        z-index: -1;
    }
}
.p-topServiceMenu {
    position: relative;
    z-index: 1;
    padding: 5rem 155px 3.2rem 60px;
    background-color: #F5F7F8;
    -webkit-box-shadow: 0 0 15px rgba(25, 104, 154, 0.16);
            box-shadow: 0 0 15px rgba(25, 104, 154, 0.16);
    border-radius: 50px;
    width: 620px;
}
@media (max-width: 1024px) {
    .p-topServiceMenu {
        width: 100%;
        padding: 2rem 25px 5rem;
        border-radius: 30px;
    }
}
.p-topServiceMenu__items {
    margin: 0 0 3.2rem;
}
.p-topServiceMenuItem {
    border-bottom: 1px solid #EAEAEA;
}
.p-topServiceMenuItem > a, .p-topServiceMenuItem > p {
    position: relative;
    display: block;
    padding: 1.6rem 40px 2.2rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.p-topServiceMenuItem > a span, .p-topServiceMenuItem > p span {
    color: #1871AE;
    font-weight: bold;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    display: block;
}
.p-topServiceMenuItem > a span:nth-child(1), .p-topServiceMenuItem > p span:nth-child(1) {
    margin-bottom: 0.2rem;
    font-family: "Roboto", sans-serif;
    font-size: 3rem;
    line-height: 1.2;
}
@media (max-width: 1024px) {
    .p-topServiceMenuItem > a span:nth-child(1), .p-topServiceMenuItem > p span:nth-child(1) {
        font-size: 1.5rem;
    }
}
.p-topServiceMenuItem > a span:nth-child(2), .p-topServiceMenuItem > p span:nth-child(2) {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-size: 1.4rem;
}
@media (max-width: 1024px) {
    .p-topServiceMenuItem > a, .p-topServiceMenuItem > p {
        padding: 1.6rem 20px 1rem;
    }
}
.p-topServiceMenuItem > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 13px;
    height: 10px;
    background-image: url(../images/common/icon_arrow_main.png);
    background-size: contain;
    background-repeat: no-repeat;
    border-bottom: 1px solid #EAEAEA;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.p-topServiceMenuItem > a:hover {
    opacity: 0.5;
}
.p-topServiceMenuItem > a:hover::after {
    right: 5px;
}
.p-topServiceMenuItem:not(:last-child) a {
    border-bottom: 1px solid #EAEAEA;
}
.p-topAbout {
    position: relative;
    padding: 8.5rem 0 22.3rem;
}
@media (max-width: 1024px) {
    .p-topAbout {
        padding: 3rem 0 10rem;
    }
}
.p-topAbout:before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    -webkit-transform: translate(54%, -20%);
            transform: translate(54%, -20%);
    width: 122vw;
    height: 119vw;
    max-width: 1756px;
    max-height: 1718px;
    background-image: url(../images/top/bg_top.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
@media (max-width: 1024px) {
    .p-topAbout:before {
        -webkit-transform: translate(32%, 140px);
                transform: translate(32%, 140px);
        width: 911px;
        height: 890px;
        background-image: url(../images/top/bg_top_sp.png);
    }
}
.p-topAbout:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
@media (max-width: 1024px) {
    .p-topAbout:after {
        display: block;
        -webkit-transform: translate(42%, 64%);
                transform: translate(42%, 64%);
        width: 911px;
        height: 890px;
        background-image: url(../images/top/bg_top_sp.png);
    }
}
.p-topAbout__inner {
    position: relative;
}
.p-topAbout__inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    width: 61%;
    height: 73%;
    background-image: url(../images/top/bg_about.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 130px;
}
@media (max-width: 1024px) {
    .p-topAbout__inner::after {
        display: none;
    }
}
.p-topAboutTtl {
    width: 50%;
    margin-left: auto;
    margin-bottom: 5.4rem;
}
@media (max-width: 1024px) {
    .p-topAboutTtl {
        width: 100%;
        padding-left: 0;
    }
}
.p-topAbout__lead {
    width: 50%;
    margin-left: auto;
    font-size: 3.7rem;
}
@media (max-width: 1024px) {
    .p-topAbout__lead {
        width: 100%;
        font-size: 2rem;
        padding-left: 0;
    }
}
.p-topAbout__txt {
    width: 50%;
    margin-left: auto;
    margin-bottom: 4rem;
    padding-right: 54px;
}
@media (max-width: 1024px) {
    .p-topAbout__txt {
        width: 100%;
        margin-bottom: 28rem;
        padding: 0;
    }
}
.p-topAboutContentsWrapper {
    position: relative;
    width: 100%;
    margin-left: auto;
    padding-top: 5rem;
    z-index: 5;
}
@media (max-width: 1024px) {
    .p-topAboutContentsWrapper {
        width: 100%;
        padding-top: 0;
    }
}
.p-topAboutStrength {
    width: 878px;
    margin-left: auto;
    margin-right: 34px;
}
@media (max-width: 1024px) {
    .p-topAboutStrength {
        position: relative;
        width: calc(100% + 20px);
        -webkit-transform: translateX(-10px);
                transform: translateX(-10px);
        margin: 0;
        z-index: 2;
    }
    .p-topAboutStrength::before {
        content: "";
        position: absolute;
        top: -230px;
        left: -15vw;
        display: none;
        width: 100vw;
        max-width: 600px;
        height: 90vw;
        background-image: url(../images/top/bg_about_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 60px;
        z-index: -1;
    }
}
@media (max-width: 1024px) and (max-width: 1024px) {
    .p-topAboutStrength::before {
        display: block;
    }
}
.p-topAboutStrength.js-fadeup {
    transform: translate(-10px, 20px);
    -webkit-transform: translate(-10px, 20px);
}
.p-topAboutStrength.js-fadeup.is-animated {
    transform: translate(-10px, 0);
    -webkit-transform: translate(-10px, 0);
}
.p-topAboutStrength__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5.4rem;
    padding: 5rem 8.2rem 3.2rem;
    background-color: #F5F7F8;
    -webkit-box-shadow: 0 0 15px rgba(25, 104, 154, 0.16);
            box-shadow: 0 0 15px rgba(25, 104, 154, 0.16);
    border-radius: 50px;
}
@media (max-width: 1024px) {
    .p-topAboutStrength__inner {
        display: block;
        margin-bottom: 4rem;
        padding: 4rem 2.75rem 4.4rem;
        border-radius: 30px;
    }
}
.p-topAboutStrength__txtWrapper {
    width: calc(100% - 322px - 3.3rem);
    margin-right: 3.3rem;
}
@media (max-width: 1024px) {
    .p-topAboutStrength__txtWrapper {
        width: 100%;
        margin: 0;
    }
}
.p-topAboutStrengthTtl {
    text-align: center;
    margin-bottom: 2.4rem;
}
@media (max-width: 1024px) {
    .p-topAboutStrengthTtl {
        margin-bottom: 2.8rem;
    }
}
.p-topAboutStrengthTtl__en {
    color: #1871AE;
}
@media (max-width: 1024px) {
    .p-topAboutStrengthTtl__en {
        margin-bottom: 1.4rem;
        font-size: 2.8rem;
    }
}
.p-topAboutStrengthTtl__ja {
    color: #242424;
    font-size: 1.6rem;
}
@media (max-width: 1024px) {
    .p-topAboutStrengthTtl__ja {
        font-size: 1.2rem;
    }
}
.p-topAboutStrength__txt {
    text-align: center;
}
@media (max-width: 1024px) {
    .p-topAboutStrength__txt {
        margin-bottom: 3rem;
        text-align: left;
    }
}
.p-topAboutStrength__img {
    width: 322px;
}
@media (max-width: 1024px) {
    .p-topAboutStrength__img {
        width: 96%;
        max-width: 280px;
        margin: 0 auto;
    }
}
.p-topAbout__btnWrapper {
    width: 450px;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .p-topAbout__btnWrapper {
        width: 90%;
        max-width: 600px;
    }
}
.p-topRecruite {
    position: relative;
    padding: 17rem 0 11rem;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
@media (max-width: 1024px) {
    .p-topRecruite {
        background-position: center;
    }
}
@media (max-width: 1024px) {
    .p-topRecruite {
        padding: 6.5rem 0 7rem;
    }
}
.p-topRecruite::before, .p-topRecruite::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
    border-radius: 0 140px 140px 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 1024px) {
    .p-topRecruite::before, .p-topRecruite::after {
        -webkit-transform: translateX(-25px);
                transform: translateX(-25px);
        border-radius: 0 80px 80px 0;
    }
}
.p-topRecruite::before {
    background-image: url(../images/top/bg_recruit.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -2;
}
.p-topRecruite::after {
    background-color: rgba(24, 113, 174, 0.5);
    z-index: -1;
}
.p-topRecruite__inner {
    position: relative;
    z-index: 2;
}
@media (max-width: 1024px) {
    .p-topRecruite__inner {
        padding-right: 45px;
    }
}
.p-topRecruiteTtl {
    margin-bottom: 4.3rem;
}
.p-topRecruiteTtl__ja {
    color: #fff;
}
.p-topRecruiteTtl__en {
    color: #fff;
}
.p-topRecruite__lead {
    margin-bottom: 0.5rem;
    color: #fff;
}
@media (max-width: 1024px) {
    .p-topRecruite__lead {
        margin-bottom: 3rem;
        font-size: 1.7rem;
    }
}
.p-topRecruite__txt {
    margin-bottom: 6.7rem;
    color: #fff;
}
@media (max-width: 1024px) {
    .p-topRecruite__txt {
        margin-bottom: 5rem;
        font-size: 1.4rem;
    }
}
.p-topRecruite__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1024px) {
    .p-topRecruite__btns {
        display: block;
    }
}
.p-topRecruite__btnWrapper {
    max-width: 450px;
    width: calc(50% - 17px);
}
@media (max-width: 1024px) {
    .p-topRecruite__btnWrapper {
        width: 100%;
        max-width: 450px;
    }
}
.p-topRecruite__btnWrapper:first-child {
    margin-right: 34px;
}
@media (max-width: 1024px) {
    .p-topRecruite__btnWrapper:first-child {
        margin-right: 0;
        margin-bottom: 2rem;
    }
}
.p-topRecruite__btn, .p-topRecruite__btn--wantedly {
    height: 70px;
    padding: 21px;
}
@media (max-width: 1024px) {
    .p-topRecruite__btn, .p-topRecruite__btn--wantedly {
        height: 54px;
        padding: 13px;
    }
}
.p-topRecruite__btn span, .p-topRecruite__btn--wantedly span {
    font-size: 1.4rem;
}
.p-topRecruite__btn--wantedly {
    border-radius: 35px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.p-topRecruite__btn--wantedly img {
    width: 156px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
@media (max-width: 1024px) {
    .p-topRecruite__btn--wantedly img {
        width: 120px;
    }
}
.p-topRecruite__btn--wantedly:hover img {
    opacity: 0.5;
}
.p-topNews {
    position: relative;
    padding: 17rem 0 13rem;
}
@media (max-width: 1024px) {
    .p-topNews {
        padding: 9.3rem 0 8.4rem;
    }
}
.p-topNews:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-80%, -46%);
            transform: translate(-80%, -46%);
    width: 122vw;
    height: 119vw;
    max-width: 1756px;
    max-height: 1718px;
    background-image: url(../images/top/bg_top.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
@media (max-width: 1024px) {
    .p-topNews:before {
        -webkit-transform: translate(-64%, -8%);
                transform: translate(-64%, -8%);
        width: 1253px;
        height: 1215px;
        background-image: url(../images/top/bg_top_sp.png);
    }
}
.p-topNews__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1024px) {
    .p-topNews__inner {
        display: block;
    }
}
.p-topNewsTop {
    margin-right: auto;
}
@media (max-width: 1024px) {
    .p-topNewsTop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        margin-bottom: 3rem;
    }
}
.p-topNewsTtl {
    margin-bottom: 4.7rem;
}
@media (max-width: 1024px) {
    .p-topNewsTtl {
        margin-bottom: 0;
    }
}
.p-topNewsContentsWrapper {
    width: 567px;
    margin-right: 12%;
}
@media (max-width: 1024px) {
    .p-topNewsContentsWrapper {
        width: 100%;
    }
}
.p-topNews__btnWrapper {
    width: 140px;
}
@media (max-width: 1024px) {
    .p-topNews__btnWrapper {
        width: 120px;
    }
}
@media (max-width: 1024px) {
    .p-topNews__btn {
        margin: 0 auto;
        padding: 3px 10px 3px;
    }
}
.p-topContact {
    position: relative;
    padding: 5rem 0 14rem;
    z-index: 2;
}
@media (max-width: 1024px) {
    .p-topContact {
        padding: 3rem 0 7.5rem;
    }
}
.p-topContact__inner {
    position: relative;
    z-index: 1;
}
.p-topContact__inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -32%);
            transform: translate(-50%, -32%);
    width: 75%;
    height: 100px;
    background-color: #1871AE;
    z-index: -1;
    -webkit-filter: blur(52px);
            filter: blur(52px);
}
@media (max-width: 1024px) {
    .p-topContact__inner::after {
        width: 67%;
        height: 70px;
        -webkit-transform: translate(-50%, -2%);
                transform: translate(-50%, -2%);
        -webkit-filter: blur(37px);
                filter: blur(37px);
    }
}
.p-topContact__link {
    position: relative;
    z-index: 2;
    display: block;
    padding: 8.4rem 13.2rem 8rem;
    background-color: #1871AE;
    border-radius: 74px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
@media (max-width: 1024px) {
    .p-topContact__link {
        padding: 3.8rem 64px 3.5rem 25px;
        border-radius: 30px;
    }
}
.p-topContact__link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 150px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 82px;
    height: 82px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
@media (max-width: 1024px) {
    .p-topContact__link::before {
        right: 20px;
        width: 34px;
        height: 34px;
    }
}
.p-topContact__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 175px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 27px;
    height: 21px;
    background-image: url(../images/common/icon_arrow_white.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 2;
}
@media (max-width: 1024px) {
    .p-topContact__link::after {
        right: 31px;
        width: 12px;
        height: 10px;
    }
}
@media (min-width: 1025px) {
    .p-topContact__link:hover {
        background-color: #F5F7F8;
    }
    .p-topContact__link:hover::before {
        border-color: #1871AE;
        right: 100px;
        width: 200px;
        height: 200px;
    }
    .p-topContact__link:hover::after {
        width: 52px;
        height: 44px;
        background-image: url(../images/common/icon_arrow_main.png);
    }
    .p-topContact__link:hover .p-topContactTtl__en {
        color: #1871AE;
    }
    .p-topContact__link:hover .p-topContact__keyword {
        color: #1871AE;
    }
    .p-topContact__link:hover .p-topContact__txt {
        color: #1871AE;
    }
}
.p-topContactTtl {
    margin-bottom: 1rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
@media (max-width: 1024px) {
    .p-topContactTtl {
        margin-bottom: 1.4rem;
    }
}
.p-topContactTtl__en {
    color: #fff;
}
.p-topContact__keywords {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 2rem;
}
.p-topContact__keyword {
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.04em;
    white-space: nowrap;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
@media (max-width: 1024px) {
    .p-topContact__keyword {
        font-size: 1.4rem;
        font-weight: normal;
    }
}
.p-topContact__keyword:not(:last-child) {
    margin-right: 2rem;
}
@media (max-width: 1024px) {
    .p-topContact__keyword:not(:last-child) {
        margin-right: 0.9rem;
    }
}
.p-topContact__txt {
    font-size: 1.6rem;
    color: #fff;
    font-weight: normal;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
@media (max-width: 1024px) {
    .p-topContact__txt {
        font-size: 1.4rem;
    }
}
.p-topStickyBtn {
    position: fixed;
    bottom: 40px;
    right: 30px;
    display: block;
    width: 82px;
    height: 82px;
    background-color: #1871AE;
    border: 1px solid #1871AE;
    border-radius: 50%;
    z-index: 500;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
@media (max-width: 1024px) {
    .p-topStickyBtn {
        right: 15px;
        width: 50px;
        height: 50px;
    }
}
.p-topStickyBtn.is-scrolled {
    pointer-events: auto;
    opacity: 1;
}
.p-topStickyBtn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
    width: 34px;
    height: 27px;
    background-image: url(../images/common/icon_arrow_white.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
@media (max-width: 1024px) {
    .p-topStickyBtn::after {
        width: 15px;
        height: 12px;
    }
}
.p-topStickyBtn:hover {
    background-color: #fff;
}
.p-topStickyBtn:hover::after {
    background-image: url(../images/common/icon_arrow_main.png);
}

.js-fadeup {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 1500ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1500ms cubic-bezier(0.23, 1, 0.32, 1);
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
    --transition-delay: 200ms;
}
.js-fadeup.p-topLead__img {
    transform: translate(-50%, 20px);
    -webkit-transform: translate(-50%, 20px);
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
}
.js-fadeup.p-topMv__txt {
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
}
.js-fadeup.is-animated {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.js-fadeup.is-animated.p-topLead__img {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.frame {
    height: 500px; /* または必要な高さ */
    overflow: hidden;
    position: relative;
}

.image {
    height: 150%; /* 画像を枠より大きく設定 */
    background-size: cover;
    background-position: center;
    position: relative;
    will-change: transform; /* アニメーションのパフォーマンス向上 */
}

.p-policy {
    padding: 6rem 0 14rem;
}
@media (max-width: 1024px) {
    .p-policy {
        padding: 5.5rem 0 10rem;
    }
}
.p-policy__inner {
    max-width: 900px;
}
@media (max-width: 1024px) {
    .p-policy__inner {
        max-width: 600px;
    }
}
.p-policyMark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 9.6rem;
}
@media (max-width: 1024px) {
    .p-policyMark {
        margin-bottom: 3rem;
    }
}
.p-policyMark__logo {
    width: 152px;
    height: 100px;
    margin-right: 3rem;
}
@media (max-width: 1024px) {
    .p-policyMark__logo {
        width: 113px;
        height: 65px;
        margin-right: 1rem;
    }
}
.p-policyMark__logo > img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.p-policyMark__txt {
    font-size: 1.6rem;
}
@media (max-width: 1024px) {
    .p-policyMark__txt {
        font-size: 1.4rem;
        width: calc(100% - 73px);
    }
}
.p-policySection__ttl {
    position: relative;
    margin-bottom: 4.3rem;
    padding-left: 2.5rem;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1;
}
@media (max-width: 1024px) {
    .p-policySection__ttl {
        margin-bottom: 2.8rem;
        padding-left: 21px;
        font-size: 2.2rem;
    }
}
.p-policySection__ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #E04242;
}
@media (max-width: 1024px) {
    .p-policySection__ttl::after {
        width: 6px;
        height: 6px;
    }
}
.p-policySection__txt {
    margin-bottom: 6.5rem;
    font-size: 1.6rem;
    letter-spacing: 1.5;
}
@media (max-width: 1024px) {
    .p-policySection__txt {
        font-size: 1.4rem;
    }
}
.p-policyList01 {
    margin-bottom: 6.8rem;
}
@media (max-width: 1024px) {
    .p-policyList01 {
        margin-bottom: 4rem;
    }
}
.p-policyList01__ttl {
    margin-bottom: 3rem;
    border-bottom: 2px solid #D1D1D1;
    font-size: 2rem;
    color: #232323;
    font-weight: bold;
}
@media (max-width: 1024px) {
    .p-policyList01__ttl {
        border-width: 1px;
        font-size: 1.6rem;
    }
}
.p-policyList01__ttl--mid {
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
    font-weight: bold;
}
@media (max-width: 1024px) {
    .p-policyList01__ttl--mid {
        margin-bottom: 2rem;
        font-size: 1.6rem;
    }
}
.p-policyList01__txt {
    letter-spacing: 0;
}
.p-policyList02 {
    margin-bottom: 4rem;
    counter-reset: listnum;
}
@media (max-width: 1024px) {
    .p-policyList02 {
        margin-bottom: 3.5rem;
    }
}
.p-policyList02__item {
    position: relative;
    padding-left: 34px;
    letter-spacing: 0;
}
@media (max-width: 1024px) {
    .p-policyList02__item {
        padding-left: 24px;
    }
}
.p-policyList02__item::before {
    counter-increment: listnum;
    content: counter(listnum) "）";
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    color: #242424;
}
@media (max-width: 1024px) {
    .p-policyList02__item::before {
        font-size: 1.4rem;
    }
}
.p-policySecurity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1024px) {
    .p-policySecurity {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
}
.p-policySecurity__txt span {
    display: block;
}
@media (max-width: 1024px) {
    .p-policySecurity__txt {
        margin-bottom: 2rem;
    }
}
.p-policySecurity__icon {
    width: 179px;
    height: 179px;
}
@media (max-width: 1024px) {
    .p-policySecurity__icon {
        width: 120px;
        height: 120px;
    }
}
.p-policySign span {
    display: block;
}

.p-dx p {
    line-height: 2.2;
}
@media (max-width: 600px) {
    .p-dx .p-policySection__ttl {
        font-size: 2rem;
    }
}

.p-contact {
    padding: 5.6rem 0 13.6rem;
}
@media (max-width: 1024px) {
    .p-contact {
        padding: 4rem 0 10rem;
    }
}
.p-contact__inner {
    max-width: 600px;
}
.p-contact__txt {
    margin-bottom: 6rem;
    text-align: center;
}
@media (max-width: 1024px) {
    .p-contact__txt {
        margin-bottom: 4rem;
        font-size: 1.5rem;
        text-align: left;
    }
}
.p-contact__items {
    margin-bottom: 6rem;
    padding-bottom: 6rem;
    border-bottom: 1px solid #D1D1D1;
}
@media (max-width: 1024px) {
    .p-contact__items {
        margin-bottom: 5rem;
        padding-bottom: 5rem;
    }
}

.p-formItem__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wpcf7-list-item-label {
    position: relative;
    display: block;
    padding-left: 20px;
    font-size: 1.8rem;
    letter-spacing: 0.13em;
}
@media (max-width: 1024px) {
    .wpcf7-list-item-label {
        padding-left: 4rem;
    }
}

.wpcf7-list-item.first span.wpcf7-list-item-label {
    padding-left: 0;
}
@media (max-width: 1024px) {
    .wpcf7-list-item.first span.wpcf7-list-item-label {
        padding-left: 4rem;
    }
}

span.wpcf7-form-control.wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
span.wpcf7-form-control.wpcf7-radio.radio-type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
}
span.wpcf7-form-control.wpcf7-radio.radio-type > .first {
    margin-bottom: 0;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item,
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    display: block;
    margin: 0;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1024px) {
    .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label,
    .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
        font-size: 1.6rem;
    }
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label::before,
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label::before {
    background: #fff;
    border: 2px solid #1871AE;
    content: "";
    width: 20px;
    height: 20px;
    margin-bottom: auto;
    margin-right: 15px;
    margin-top: auto;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}
@media (max-width: 1024px) {
    .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label::before,
    .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label::before {
        position: absolute;
        top: 1em;
        left: 10px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 14px;
        height: 14px;
    }
}
.wpcf7-form-control.wpcf7-radio input[type=radio],
.wpcf7-form-control.wpcf7-checkbox input[type=radio] {
    opacity: 0;
    position: absolute;
}
.wpcf7-form-control.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::before,
.wpcf7-form-control.wpcf7-checkbox input[type=radio]:checked + .wpcf7-list-item-label::before {
    background-color: #1871AE; /* チェック後の中心の色 */
    -webkit-box-shadow: inset 0 0 0 1.5px #fff;
            box-shadow: inset 0 0 0 1.5px #fff; /* 中心の色のスタイル */
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label::before {
    border-radius: 100%;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label::after {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 32px;
    width: 26px;
    height: 10px;
    border-left: 5px solid #1871AE;
    border-bottom: 5px solid #1871AE;
    -webkit-transform: translate(-16%, -60%) rotate(-45deg) scale(0.5);
            transform: translate(-16%, -60%) rotate(-45deg) scale(0.5);
}
@media (max-width: 1024px) {
    .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label::after {
        left: 11px;
        width: 18px;
        height: 10px;
        border-left: 4px solid #1871AE;
        border-bottom: 4px solid #1871AE;
    }
}
.wpcf7-form-control.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    cursor: pointer;
    position: relative;
    padding-left: 32px;
    font-size: 1.8rem;
    letter-spacing: 0.13em;
}
@media (max-width: 1024px) {
    .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
        padding-left: 28px;
        font-size: 1.4rem;
    }
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #fff;
    border: 1.5px solid #707070;
    border-radius: 2px;
}
@media (max-width: 1024px) {
    .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::before {
        width: 14px;
        height: 14px;
    }
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::after {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 26px;
    height: 10px;
    border-left: 5px solid #1871AE;
    border-bottom: 5px solid #1871AE;
    -webkit-transform: translate(-16%, -60%) rotate(-45deg) scale(0.5);
            transform: translate(-16%, -60%) rotate(-45deg) scale(0.5);
}
@media (max-width: 1024px) {
    .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::after {
        width: 18px;
        height: 10px;
        border-left: 4px solid #1871AE;
        border-bottom: 4px solid #1871AE;
    }
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label a {
    text-decoration: underline;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label a:hover {
    opacity: 0.8;
}
.wpcf7-form-control.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
}

.p-formBtnWrapper {
    position: relative;
}
@media (max-width: 600px) {
    .p-formBtnWrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.p-formBtn--prev {
    position: absolute;
    bottom: 26px;
    left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.6rem;
}
@media (min-width: 1025px) {
    .p-formBtn--prev {
        cursor: pointer;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }
    .p-formBtn--prev:hover {
        opacity: 0.6;
    }
}
@media (max-width: 1024px) {
    .p-formBtn--prev {
        position: relative;
        font-size: 1.6rem;
        text-align: center;
    }
}
.p-formBtn--prev::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #1871AE;
    border-left: 2px solid #1871AE;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-30%) rotate(45deg);
            transform: translateY(-30%) rotate(45deg);
}
.p-formBtn--send {
    position: relative;
    width: 510px;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer;
}
@media (max-width: 1024px) {
    .p-formBtn--send {
        width: 86%;
        text-align: center;
    }
}
.p-formBtn--send .wpcf7-submit {
    display: block;
    width: 100%;
    height: 70px;
    border: 1.5px solid #1871AE;
    background-color: #1871AE;
    border-radius: 60px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
}
@media (min-width: 1025px) {
    .p-formBtn--send .wpcf7-submit {
        cursor: pointer;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }
    .p-formBtn--send .wpcf7-submit:hover {
        background-color: #fff;
        color: #1871AE;
    }
}
@media (max-width: 1024px) {
    .p-formBtn--send .wpcf7-submit {
        height: 50px;
        font-size: 1.4rem;
    }
}
.p-formBtn--send .wpcf7-submit:disabled {
    background-color: #D9D9D9;
    border-color: #D9D9D9;
    pointer-events: none;
}
.p-formBtn--send .wpcf7-submit:disabled + .p-formBtn--send {
    pointer-events: none;
}

.wpcf7-previous {
    position: relative;
    width: 220px;
    height: 70px;
    border-radius: 60px;
    background-color: #868686;
    border: 1px solid #868686;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0.13em;
    font-weight: bold;
}
@media (min-width: 1025px) {
    .wpcf7-previous {
        cursor: pointer;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }
    .wpcf7-previous:hover {
        background-color: #fff;
        color: #868686;
    }
}
@media (max-width: 1024px) {
    .wpcf7-previous {
        width: 100%;
        height: 54px;
        max-width: 400px;
        margin: 0 auto;
        font-size: 1.4rem;
    }
}

.wpcf7-submit {
    position: relative;
    width: 340px;
    height: 70px;
    border-radius: 60px;
    border: 1px solid #1871AE;
    background-color: #1871AE;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 0.13em;
    font-weight: bold;
}
@media (min-width: 1025px) {
    .wpcf7-submit {
        cursor: pointer;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }
    .wpcf7-submit:hover {
        background-color: #fff;
        color: #1871AE;
    }
}
@media (max-width: 1024px) {
    .wpcf7-submit {
        width: 100%;
        height: 54px;
        max-width: 400px;
        margin: 0 auto;
        font-size: 1.4rem;
    }
}

.p-contactConfirm__items {
    margin-bottom: 6rem;
}
@media (max-width: 1024px) {
    .p-contactConfirm__items {
        margin-bottom: 5rem;
    }
}
.p-contactConfirmItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3.2rem 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #D1D1D1;
}
@media (max-width: 1024px) {
    .p-contactConfirmItem {
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        padding: 1.2rem 0;
    }
}
.p-contactConfirmItem:first-child {
    border-top: 1px solid #D1D1D1;
}
.p-contactConfirmItem__name {
    width: 150px;
    margin-right: 30px;
    font-size: 1.6rem;
    font-weight: bold;
}
@media (max-width: 1024px) {
    .p-contactConfirmItem__name {
        width: 68px;
        margin-right: 30px;
        margin-bottom: 5px;
        font-size: 1.5rem;
    }
}
.p-contactConfirmItem__box {
    width: calc(100% - 150px - 30px);
}
@media (max-width: 1024px) {
    .p-contactConfirmItem__box {
        width: calc(100% - 68px - 30px);
    }
}
.p-contactConfirmItem__box p {
    font-size: 1.6rem;
}
@media (max-width: 1024px) {
    .p-contactConfirmItem__box p {
        font-size: 1.5rem;
    }
}
.p-contactConfirmItem__box, .p-contactConfirmItem__box--m {
    font-size: 2rem;
}
@media (max-width: 1024px) {
    .p-contactConfirmItem__box, .p-contactConfirmItem__box--m {
        font-size: 1.6rem;
    }
}
.p-contactConfirmItem__date {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.p-contactConfirmItemDate__datepicker {
    margin-bottom: 0;
}
.p-contactConfirmItemDate__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.p-contactConfirmItemDate__datepicker {
    width: auto;
    padding: 0;
    margin-right: 30px;
    background-color: #fff;
}
.p-contactConfirmBtnWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1024px) {
    .p-contactConfirmBtnWrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
}
.p-contactConfirmBtn--back {
    margin-right: auto;
    width: 220px;
    height: 70px;
}
@media (max-width: 1024px) {
    .p-contactConfirmBtn--back {
        width: 100%;
        height: 54px;
        max-width: 400px;
        margin: 0 auto;
    }
}
.p-contactConfirmBtn--submit {
    width: 340px;
    height: 70px;
}
@media (max-width: 1024px) {
    .p-contactConfirmBtn--submit {
        width: 100%;
        height: 54px;
        max-width: 400px;
        margin: 0 auto 1.2rem;
    }
}

.p-contactComplete__ttl {
    margin-bottom: 3rem;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
@media (max-width: 1024px) {
    .p-contactComplete__ttl {
        margin-bottom: 4.2rem;
        font-size: 1.6rem;
    }
}
.p-contactComplete__btnWrapper {
    max-width: 500px;
    margin: 0 auto;
    border-color: #1871AE;
}
.p-contactComplete__btn {
    background-color: #1871AE;
    color: #fff;
    padding: 26px;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: normal;
}
.p-contactComplete__btn span {
    padding: 0 120px;
}
@media (max-width: 1024px) {
    .p-contactComplete__btn span {
        padding: 0 60px;
    }
}
@media (max-width: 1024px) {
    .p-contactComplete__btn {
        padding: 18px;
        font-size: 1.6rem;
        border-radius: 5px;
    }
}
@media (min-width: 1025px) {
    .p-contactComplete__btn:hover {
        border-color: #1871AE;
        background-color: #fff;
        color: #1871AE;
    }
    .p-contactComplete__btn:hover span {
        color: #1871AE;
    }
    .p-contactComplete__btn:hover span::before {
        background-color: #1871AE;
    }
    .p-contactComplete__btn:hover span::after {
        border-color: #fff;
    }
}

.p-contact .wpcf7-spinner,
.p-contactConfirm .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}
.p-contact .wpcf7-not-valid-tip,
.p-contactConfirm .wpcf7-not-valid-tip {
    padding-top: 0.7rem;
    color: #E04242;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
}

input.wpcf7-form-control.wpcf7-text.menu-type2 {
    position: absolute;
    top: 0;
    left: -50vw;
}

@media (max-width: 1024px) {
    span.wpcf7-form-control.wpcf7-radio.radio-type {
        display: block;
    }
}

button, input, select, textarea {
    font-family: inherit;
}

input[type=text], input[type=mail], input[type=email], input[type=tel], input[type=number], textarea, select {
    font-size: 1.6rem;
    line-height: 1.6;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #707070;
}
@media (max-width: 1024px) {
    input[type=text], input[type=mail], input[type=email], input[type=tel], input[type=number], textarea, select {
        font-size: 1.6rem;
    }
}

input[type=text], input[type=mail], input[type=email], input[type=tel], input[type=number], select {
    width: 100%;
    padding: 4px 18px 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 48px;
}
@media (max-width: 1024px) {
    input[type=text], input[type=mail], input[type=email], input[type=tel], input[type=number], select {
        padding: 10px 15px;
        height: 45px;
    }
}

textarea {
    width: 100%;
    height: 128px;
    margin: 0 0 0 0;
    padding: 12px 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
@media (max-width: 600px) {
    textarea {
        max-width: 600px;
        height: 200px;
    }
}

select {
    color: #404040;
}

select {
    -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
    -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
    appearance: none; /* 標準のスタイルを無効にする */
}

::-ms-expand { /* select要素のデザインを無効にする（IE用） */
    display: none;
}

.radio_ar {
    padding: 16px 0;
}

.radio01-input {
    display: none;
}

.radio01-parts {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
}

.radio01-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #999;
    border-radius: 50%;
}

.radio01-input:checked + .radio01-parts {
    color: #474747;
}

.radio01-input:checked + .radio01-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 4px;
    width: 11px;
    height: 11px;
    background: #474747;
    border-radius: 50%;
}

/* submit botton setting */
.form-btn-submit {
    width: 40%;
    margin: 0 auto 0 30%;
    padding: 12px 0;
    font-size: 1.4rem;
    color: #cb5428;
    border: 2px solid #cb5428;
    border-radius: 50px;
    background: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.form-btn-submit:hover, .form-btn-submit:focus {
    color: #fff;
    background: #cb5428;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.form-btn-submit-off {
    width: 40%;
    margin: 0 auto 0 30%;
    padding: 12px 0;
    font-size: 1.4rem;
    color: #AAAAAA;
    border: 1px solid #AAAAAA;
    border-radius: 50px;
    background: #fff;
}

.form-btn-submit-back {
    width: auto;
    margin: 0 10px;
    padding: 12px 0;
    font-size: 1.4rem;
    border: 1px solid #fff;
    position: absolute;
    top: 30px;
    left: 16%;
}

.form-btn-submit-back:hover {
    color: #fff;
    background: #999;
    cursor: pointer;
}

.form-btn_wide, .form-btn_half {
    width: 30%;
}

.form-btn_error {
    background: #ffe8e8 !important;
    border: 2px solid #f00 !important;
}

/* chack box setting */
input[type=checkbox] {
    display: none;
}

.ck-box {
    position: relative;
    display: inline-block;
    padding: 3px 13px 3px 22px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.ck-box::before, .ck-box::after {
    position: absolute;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.ck-box::before {
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #f4f4f4;
    border: 1px solid #787878;
    border-radius: 3px;
}

.ck-box::after {
    opacity: 0;
    top: 50%;
    left: 3px;
    width: 8px;
    height: 4px;
    margin-top: -4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg) scale(0.5);
    transform: rotate(-45deg) scale(0.5);
}

.ck-box:hover::before {
    background: #cb5428;
}

input[type=checkbox]:checked + .ck-box::before {
    background: #cb5428;
    border: 1px solid #cb5428;
}

input[type=checkbox]:checked + .ck-box::after {
    opacity: 1;
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

/* Chrome */
::-webkit-input-placeholder {
    color: #AAAAAA;
}

/* Firefox */
::-moz-placeholder {
    color: #AAAAAA;
}

/* IE */
:-ms-input-placeholder {
    color: #AAAAAA;
}

/* Edge */
::-ms-input-placeholder {
    color: #AAAAAA;
}

.p-form {
    max-width: 900px;
    margin: 0 auto;
}
.p-form__item {
    position: relative;
}
.p-formItem {
    position: relative;
}
.p-formItem:not(:last-child) {
    margin-bottom: 3rem;
}
@media (max-width: 1024px) {
    .p-formItem {
        display: block;
    }
}
.p-formItem__name {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    padding-right: 70px;
    font-size: 1.6rem;
    font-weight: bold;
}
@media (max-width: 1024px) {
    .p-formItem__name {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-right: 0;
        margin-bottom: 10px;
        padding-right: 10px;
        font-size: 1.5rem;
        line-height: 1.8;
        text-align: left;
    }
}
.p-formItem__box--m {
    width: 300px;
}
@media (max-width: 1024px) {
    .p-formItem__box {
        width: 100%;
    }
}
.p-formItemZipBox__input {
    display: inline-block;
    width: 200px;
    margin-right: 10px;
}
@media (max-width: 1024px) {
    .p-formItemZipBox__input {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.p-formItemZipBox__search {
    position: relative;
    display: inline-block;
    padding: 6px 30px 6px 10px;
    background-color: #fff;
    border: 1px solid #1871AE;
    color: #1871AE;
    vertical-align: top;
    cursor: pointer;
}
@media (max-width: 1024px) {
    .p-formItemZipBox__search {
        width: 200px;
        font-size: 1.2rem;
    }
}
.p-formItemZipBox__search::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #1871AE;
    border-right: 2px solid #1871AE;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
}
.p-formItemSelectBox {
    position: relative;
}
.p-formItemSelectBox::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #404040;
    border-right: 2px solid #404040;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
}
.p-formItemCheck {
    text-align: center;
    margin-bottom: 6rem;
}
@media (max-width: 1024px) {
    .p-formItemCheck {
        margin-bottom: 5rem;
    }
}
.p-formItemCheck__label {
    display: block;
    width: 400px;
    margin: 0 auto;
    background-color: #FAFAFA;
    padding: 3rem 0;
    font-size: 1.8rem;
    text-align: center;
    cursor: pointer;
}
@media (max-width: 1024px) {
    .p-formItemCheck__label {
        display: block;
        width: 100%;
        max-width: 400px;
        font-size: 1.6rem;
        padding: 3rem 0;
    }
}
.p-formItemCheck__label span {
    position: relative;
    display: inline-block;
    padding-left: 3rem;
}
@media (max-width: 1024px) {
    .p-formItemCheck__label span {
        padding-left: 3%;
    }
}
.p-formItemCheck__label span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #FFF;
    border: 1px solid #B2B2B2;
    border-radius: 5px;
    width: 25px;
    height: 25px;
}
@media (max-width: 1024px) {
    .p-formItemCheck__label span::before {
        width: 20px;
        height: 20px;
        left: -20px;
    }
}
.p-formItemCheck__label span::after {
    content: "";
    position: absolute;
    display: none;
    height: 7px;
    width: 14px;
    top: 50%;
    left: -20px;
    border-bottom: 3px solid #1871AE;
    border-left: 3px solid #1871AE;
    -webkit-transform: translateY(-65%) rotate(-45deg);
            transform: translateY(-65%) rotate(-45deg);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
@media (max-width: 1024px) {
    .p-formItemCheck__label span::after {
        -webkit-transform: translateY(-75%) rotate(-45deg);
                transform: translateY(-75%) rotate(-45deg);
        left: -17px;
    }
}
.p-formItemCheck__link {
    display: inline-block;
    margin: 0 auto 2.9rem;
    font-size: 1.8rem;
    text-align: left;
}
@media (max-width: 1024px) {
    .p-formItemCheck__link {
        margin: 20px auto 3.2rem;
        padding-left: 0;
    }
}
.p-formItemCheck__link a {
    color: #1871AE;
    text-decoration: underline;
}
.p-formItemCheck input[type=checkbox]:checked + .p-formItemCheck__label span::after {
    display: block;
}
.p-formItem__error {
    padding: 0.3em 0;
    font-size: 1.4rem;
    color: #FF0000;
}
@media (max-width: 1024px) {
    .p-formItem__error {
        font-size: 1.2rem;
    }
}
.p-formItem__attention {
    padding: 0.3em 0;
    font-size: 1.4rem;
}
.p-formItem__notes {
    padding-top: 0.7rem;
    font-size: 1.4rem;
    line-height: 1;
}
@media (max-width: 1024px) {
    .p-formItem__notes {
        font-size: 1.3rem;
    }
}
.p-form__requireLabel {
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-46%);
            transform: translateY(-46%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 54px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    background-color: #E04242;
    border-radius: 15px;
    line-height: 24px;
    text-align: center;
}
@media (max-width: 1024px) {
    .p-form__requireLabel {
        font-size: 12px;
        -webkit-transform: translate(100%, -42%);
                transform: translate(100%, -42%);
    }
}

.p-formItemAdress__box input:first-child {
    margin-bottom: 10px;
}
.p-formItemAdress__box > .p-formItemAdress__input01 {
    margin-bottom: 10px;
    width: 200px;
}
@media (max-width: 1024px) {
    .p-formItemAdress__box > .p-formItemAdress__input01 {
        width: 100%;
    }
}

.p-formItem__shopSelect,
.p-formItem__familySelect {
    width: 300px;
}
@media (max-width: 1024px) {
    .p-formItem__shopSelect,
    .p-formItem__familySelect {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .p-formItem__shopSelect select,
    .p-formItem__familySelect select {
        font-size: 1.4rem;
    }
}

.p-formItemDatepicker__input {
    position: relative;
    width: 300px;
}
@media (max-width: 1024px) {
    .p-formItemDatepicker__input {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .p-formItemDatepicker__input input::-webkit-input-placeholder {
        font-size: 1.4rem;
    }
    .p-formItemDatepicker__input input::-moz-placeholder {
        font-size: 1.4rem;
    }
    .p-formItemDatepicker__input input:-ms-input-placeholder {
        font-size: 1.4rem;
    }
    .p-formItemDatepicker__input input::-ms-input-placeholder {
        font-size: 1.4rem;
    }
    .p-formItemDatepicker__input input::placeholder {
        font-size: 1.4rem;
    }
}
.p-formItemDatepicker__input::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15px;
    height: 17px;
    background-image: url(../images/icon_calender.svg);
    pointer-events: none;
}
.p-formItemDatepicker__input > input::-webkit-input-placeholder {
    color: #333;
}
.p-formItemDatepicker__input > input::-moz-placeholder {
    color: #333;
}
.p-formItemDatepicker__input > input:-ms-input-placeholder {
    color: #333;
}
.p-formItemDatepicker__input > input::-ms-input-placeholder {
    color: #333;
}
.p-formItemDatepicker__input > input::placeholder {
    color: #333;
}

.p-formRadio__item {
    display: block;
}
@media (max-width: 1024px) {
    .p-formRadio__item {
        display: block;
    }
}
.p-formRadio__item:nth-child(1), .p-formRadio__item:nth-child(2) {
    margin-bottom: 1.1rem;
}
.p-formRadio__item:not(:last-child) {
    margin-right: 22px;
}
@media (max-width: 1024px) {
    .p-formRadio__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 1.4rem;
    }
}
.p-formRadioItem__label {
    position: relative;
    display: block;
    padding-left: 32px;
    font-size: 1.8rem;
}
@media (max-width: 1024px) {
    .p-formRadioItem__label {
        padding-left: 26px;
    }
}
.p-formRadioItem__label::before, .p-formRadioItem__label::after {
    position: absolute;
    content: "";
    display: block;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.p-formRadioItem__label::before {
    background: #FFF;
    border: 1px solid #B2B2B2;
    left: 0;
    width: 22px;
    height: 22px;
}
@media (max-width: 1024px) {
    .p-formRadioItem__label::before {
        width: 16px;
        height: 16px;
    }
}
.p-formRadioItem__label::after {
    display: none;
    left: 5.5px;
    width: 12px;
    height: 12px;
    background-color: #1871AE;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
@media (max-width: 1024px) {
    .p-formRadioItem__label::after {
        left: 4px;
        width: 8px;
        height: 8px;
    }
}
input[type=radio]:checked + .p-formRadioItem__label::after {
    display: block;
}

.p-formConfirmAreaBox {
    border: 1px solid #707070;
    padding: 10px 8px 10px 0;
    border-radius: 15px;
    margin-bottom: 3.5rem;
}
@media (max-width: 1024px) {
    .p-formConfirmAreaBox {
        margin-bottom: 3rem;
        border-radius: 10px;
    }
}
.p-formConfirmAreaBox__inner {
    padding: 10px 20px;
    height: 160px;
    overflow-y: scroll;
}
.p-formConfirmAreaBox__inner::-webkit-scrollbar {
    width: 6px;
}
.p-formConfirmAreaBox__inner::-webkit-scrollbar-thumb {
    background-color: #707070;
}
.p-formConfirmAreaBox__inner::-webkit-scrollbar-track {
    background-color: #DEDEDE;
    border-radius: 10px;
}
@media (max-width: 1024px) {
    .p-formConfirmAreaBox__txt {
        font-size: 1.4rem;
    }
}
.p-formConfirmArea__confirmBtn, .p-formConfirmArea__submitBtn {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .p-formConfirmArea__confirmBtn, .p-formConfirmArea__submitBtn {
        max-width: 500px;
        padding: 1.6rem 0;
    }
}
.p-formConfirmArea__confirmBtn.disabled, .p-formConfirmArea__submitBtn.disabled {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F0F0F0));
    background: linear-gradient(to bottom, #FFF, #F0F0F0);
    border: 1px solid #B2B2B2;
    pointer-events: none;
}
.p-formConfirmArea__confirmBtn.disabled span, .p-formConfirmArea__submitBtn.disabled span {
    color: #B2B2B2;
}
.p-formConfirmArea__confirmBtn.disabled span::after, .p-formConfirmArea__submitBtn.disabled span::after {
    background-color: #B2B2B2;
}
.p-formConfirmArea__submitBtn {
    margin-bottom: 4.9rem;
}
.p-formConfirmArea__pageBack {
    text-align: center;
}
.p-formConfirmArea__pageBack a {
    font-size: 1.8rem;
    color: #1871AE;
    text-decoration: underline;
}
.p-formConfirmArea__pageBack a:hover {
    opacity: 0.6;
}

.select {
    background: #cfcedb;
    height: 40px;
    width: 300px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.select::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    z-index: -1;
}

.p-formSearch {
    margin: 2rem 0 2rem auto;
}
.p-formSearchForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}
.p-formSearchFormSelect {
    height: 36px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 6px 20px 8px 12px;
    font-size: 1.5rem;
}
.p-formSearchFormSelectWrapper {
    position: relative;
    width: 150px;
    margin-right: 2rem;
    border-radius: 3px;
}
@media (max-width: 1024px) {
    .p-formSearchFormSelectWrapper {
        width: 100px;
        margin-right: 1rem;
    }
}
.p-formSearchFormSelectWrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    z-index: 10;
    width: 4px;
    height: 4px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform: translateY(-67%) rotate(45deg);
            transform: translateY(-67%) rotate(45deg);
}
@media (max-width: 1024px) {
    .p-formSearchFormSelectWrapper {
        max-width: 600px;
    }
}
@media (max-width: 1024px) {
    .p-formSearchFormSelect {
        height: 32px;
        padding: 4px 10px 4px 12px;
        font-size: 1.3rem;
    }
}

.p-news {
    padding: 5.6rem 0 16rem;
}
.p-news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 930px;
}
@media (max-width: 1024px) {
    .p-news__inner {
        display: block;
        max-width: 600px;
    }
}
.p-newsFilter {
    width: 150px;
}
@media (max-width: 1024px) {
    .p-newsFilter {
        margin-bottom: 5rem;
    }
}
.p-newsFilter__ttl {
    margin-bottom: 1.8rem;
}
@media (max-width: 1024px) {
    .p-newsFilter__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.p-newsFilterItem {
    margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
    .p-newsFilterItem {
        margin-bottom: 0;
    }
    .p-newsFilterItem:not(:last-child) {
        margin-right: 1rem;
    }
}
.p-newsFilterItem > a {
    width: 140px;
    text-align: left;
    font-weight: bold;
    padding: 3px 20px 3px 22px;
    background-color: #EDEDED;
    color: #242424;
    border: none;
}
@media (max-width: 1024px) {
    .p-newsFilterItem > a {
        width: 106px;
        padding: 3px 10px 3px 16px;
    }
}
.p-newsFilterItem > a::after {
    background-color: rgba(69, 69, 69, 0.55);
}
.p-newsFilterItem > a span {
    font-size: 1.4rem;
    padding: 0;
}
.p-newsFilterItem > a span::after {
    right: 18px;
    background-image: url(../images/common/icon_arrow_black.png);
}
@media (max-width: 1024px) {
    .p-newsFilterItem > a span {
        font-size: 1.2rem;
        letter-spacing: 0;
    }
    .p-newsFilterItem > a span::after {
        right: 10px;
    }
}
.p-newsFilterItem > a:hover, .p-newsFilterItem > a.is-active {
    background-color: #1871AE;
    color: #fff;
}
.p-newsFilterItem > a:hover::after, .p-newsFilterItem > a.is-active::after {
    background-color: rgba(24, 113, 174, 0.55);
}
.p-newsFilterItem > a:hover span, .p-newsFilterItem > a.is-active span {
    color: #fff;
}
.p-newsFilterItem > a:hover span::after, .p-newsFilterItem > a.is-active span::after {
    background-image: url(../images/common/icon_arrow_white.png);
}
.p-newsArchive {
    width: 600px;
}
@media (max-width: 1024px) {
    .p-newsArchive {
        width: 100%;
    }
}
.p-newsArchive__items {
    margin-bottom: 7rem;
}
.p-newsArchive .c-newsItem__ttl,
.p-newsArchive .c-newsItem__date {
    font-size: 1.6rem;
}
@media (max-width: 1024px) {
    .p-newsArchive .c-newsItem__ttl,
    .p-newsArchive .c-newsItem__date {
        font-size: 1.4rem;
    }
}
.p-newsDetail {
    padding: 7rem 0 15rem;
}
.p-newsDetail__inner {
    max-width: 900px;
}
@media (max-width: 1024px) {
    .p-newsDetail__inner {
        max-width: 600px;
    }
}
.p-newsDetail__btnWrapper {
    max-width: 450px;
    margin: 0 auto;
}

.p-aboutUsTop {
    padding: 4.8rem 0 0;
}
@media (max-width: 1024px) {
    .p-aboutUsTop {
        padding: 3rem 0 0;
    }
}
.p-aboutUsTop__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 4.7rem;
    border-bottom: 1px solid #D1D1D1;
    padding-right: 0;
}
@media (max-width: 1024px) {
    .p-aboutUsTop__inner {
        display: block;
        border: none;
        padding: 0;
    }
}
.p-aboutUsTop__ttl {
    margin-right: auto;
}
@media (max-width: 1024px) {
    .p-aboutUsTop__ttl {
        margin-bottom: 2.6rem;
        padding-left: 20px;
    }
}
@media (max-width: 1024px) {
    .p-aboutUsTopMenu {
        border-bottom: 1px solid #D1D1D1;
        padding: 0 0 4rem;
    }
}
.p-aboutUsTopMenu__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    border-radius: 20px;
}
.p-aboutUsTopMenuItem {
    width: 230px;
    text-align: center;
}
@media (max-width: 1024px) {
    .p-aboutUsTopMenuItem {
        width: 112px;
    }
}
.p-aboutUsTopMenuItem a {
    position: relative;
    display: inline-block;
    font-size: 2rem;
    padding-right: 18px;
    padding: 2rem 18px;
    font-family: "Roboto", sans-serif;
    color: #3E3E3E;
    letter-spacing: 0.02em;
}
.p-aboutUsTopMenuItem a:hover {
    opacity: 0.6;
}
@media (max-width: 1024px) {
    .p-aboutUsTopMenuItem a {
        padding: 11px;
        padding-left: 0;
        font-size: 1.5rem;
    }
}
.p-aboutUsTopMenuItem a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    width: 10px;
    height: 10px;
    background-image: url(../images/common/icon_arrow_black.png);
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 1024px) {
    .p-aboutUsTopMenuItem a::before {
        width: 6px;
    }
}
.p-aboutUsTopMenuItem:not(:last-child) {
    position: relative;
}
.p-aboutUsTopMenuItem:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 24px;
    height: 24px;
    background-color: #D1D1D1;
}
.p-aboutUsMessage {
    padding: 7.3rem 0 12rem;
}
@media (max-width: 1024px) {
    .p-aboutUsMessage {
        padding: 5.7rem 0 9rem;
    }
}
.p-aboutUsMessage__ttl {
    position: relative;
    margin-bottom: 5.3rem;
    z-index: 2;
}
@media (max-width: 1024px) {
    .p-aboutUsMessage__ttl {
        margin-bottom: 3.6rem;
    }
}
.p-aboutUsMessageContents {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 2rem;
    z-index: 1;
}
@media (max-width: 1024px) {
    .p-aboutUsMessageContents {
        display: block;
        padding: 0;
    }
}
.p-aboutUsMessage__lead {
    width: 463px;
    margin-right: 7%;
    padding-left: 3rem;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0;
}
@media (max-width: 1024px) {
    .p-aboutUsMessage__lead {
        width: 100%;
        margin-bottom: 3.8rem;
        padding: 0;
        font-size: 1.8rem;
    }
}
.p-aboutUsMessage__img {
    width: calc(100% - 463px - 7%);
    max-width: 520px;
    font-size: 1.8rem;
}
@media (max-width: 1024px) {
    .p-aboutUsMessage__img {
        width: 95%;
        margin: 0 auto;
    }
}
.p-aboutUsMessage .marquee {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    overflow: hidden;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100vw;
    z-index: -1;
}
@media (max-width: 1024px) {
    .p-aboutUsMessage .marquee {
        bottom: 80%;
    }
}
.p-aboutUsMessage .marquee-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -webkit-animation: marqueeAnimation 20s linear infinite;
            animation: marqueeAnimation 20s linear infinite;
    font-family: "Roboto", sans-serif;
    font-size: 15vw;
    color: #F4F6F8;
    line-height: 1;
}
@media (max-width: 1024px) {
    .p-aboutUsMessage .marquee-content {
        -webkit-animation: marqueeAnimation 10s linear infinite;
                animation: marqueeAnimation 10s linear infinite;
        font-size: 30vw;
    }
}
.p-aboutUsMessage .marquee-content span {
    padding-right: 50px; /* テキスト間の間隔を設定 */
}
.p-aboutUsVision {
    position: relative;
    padding: 12rem 0;
}
@media (max-width: 1024px) {
    .p-aboutUsVision {
        padding: 7.6rem 0 6.3rem;
    }
}
.p-aboutUsVision::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(216, 216, 216, 0.22);
    z-index: -1;
}
.p-aboutUsVision__inner {
    position: relative;
    z-index: 1;
}
.p-aboutUsVision__ttl {
    margin-bottom: 9rem;
}
@media (max-width: 1024px) {
    .p-aboutUsVision__ttl {
        margin-bottom: 6rem;
    }
}
.p-aboutUsVision__col02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 6.6rem;
}
@media (max-width: 1024px) {
    .p-aboutUsVision__col02 {
        display: block;
        margin-bottom: 5rem;
    }
}
.p-aboutUsVisionContents {
    width: 400px;
}
@media (max-width: 1024px) {
    .p-aboutUsVisionContents {
        width: 100%;
    }
}
.p-aboutUsVision__leadWrapper {
    padding-left: 76px;
}
@media (max-width: 1024px) {
    .p-aboutUsVision__leadWrapper {
        padding-left: 20px;
        margin-bottom: 2.4rem;
    }
}
.p-aboutUsVision__lead01 {
    position: relative;
    margin-bottom: 6rem;
    padding-top: 48px;
    font-size: 3rem;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.4;
}
@media (max-width: 1024px) {
    .p-aboutUsVision__lead01 {
        font-size: 2.4rem;
        margin-bottom: 2.8rem;
        padding-top: 26px;
        padding-left: 17px;
    }
}
.p-aboutUsVision__lead01::before {
    content: "";
    position: absolute;
    top: 0;
    left: -71px;
    width: 90px;
    height: 90px;
    background-image: url(../images/about/icon_vision.png);
    background-size: contain;
    z-index: -1;
}
@media (max-width: 1024px) {
    .p-aboutUsVision__lead01::before {
        left: -20px;
        width: 52px;
        height: 52px;
    }
}
.p-aboutUsVision__lead02 {
    position: relative;
    margin-bottom: 3.6rem;
    font-size: 2.8rem;
    font-weight: bold;
    padding-left: 52px;
    line-height: 1;
}
@media (max-width: 1024px) {
    .p-aboutUsVision__lead02 {
        padding-left: 35px;
        font-size: 2rem;
    }
}
.p-aboutUsVision__lead02::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 28px;
    height: 3px;
    background-color: #1871AE;
}
@media (max-width: 1024px) {
    .p-aboutUsVision__lead02::after {
        bottom: 50%;
        width: 20px;
    }
}
.p-aboutUsVision__lead03 {
    font-size: 2.4rem;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 1.5;
}
@media (max-width: 1024px) {
    .p-aboutUsVision__lead03 {
        font-size: 2rem;
    }
}
.p-aboutUsVision__img {
    display: block;
    width: 560px;
    margin-top: -120px;
    padding-right: 30px;
}
@media (max-width: 1024px) {
    .p-aboutUsVision__img {
        width: 92%;
        margin: 0 auto;
        padding: 0;
    }
}
.p-aboutUsVision__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
}
@media (max-width: 1024px) {
    .p-aboutUsVision__items {
        display: block;
        padding: 0;
    }
}
.p-aboutUsVisionItem {
    width: 30.2%;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 30px 25px;
    text-align: center;
}
@media (max-width: 1024px) {
    .p-aboutUsVisionItem {
        width: 86%;
        margin: 0 auto;
    }
}
.p-aboutUsVisionItem:not(:last-child) {
    margin-right: 4.2%;
}
@media (max-width: 1024px) {
    .p-aboutUsVisionItem:not(:last-child) {
        margin-right: auto;
        margin-bottom: 2rem;
    }
}
.p-aboutUsVisionItem__txt01 {
    margin-bottom: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
}
@media (max-width: 1024px) {
    .p-aboutUsVisionItem__txt01 {
        margin-bottom: 1.2rem;
        font-size: 1.6rem;
    }
}
.p-aboutUsVisionItem__txt02 {
    position: relative;
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0;
    padding: 0 87px;
    line-height: 1;
    margin-bottom: 20px;
}
@media (max-width: 1024px) {
    .p-aboutUsVisionItem__txt02 {
        margin-bottom: 1.8rem;
        font-size: 2rem;
        padding: 0 84px;
    }
}
.p-aboutUsVisionItem__txt02::before, .p-aboutUsVisionItem__txt02::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 57px;
    height: 8px;
    background-image: url(../images/about/deco_ttl_vison.png);
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 1024px) {
    .p-aboutUsVisionItem__txt02::before, .p-aboutUsVisionItem__txt02::after {
        width: 44px;
        height: 6px;
    }
}
.p-aboutUsVisionItem__txt02::after {
    left: unset;
    right: 0;
    -webkit-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg);
}
.p-aboutUsVisionItem__txt03 {
    font-size: 1.6rem;
    line-height: 1.7;
}
@media (max-width: 1024px) {
    .p-aboutUsVisionItem__txt03 {
        font-size: 1.4rem;
    }
}
.p-aboutUsCsr {
    padding: 11.2rem 0 18.3rem;
}
@media (max-width: 1024px) {
    .p-aboutUsCsr {
        padding: 7.6rem 0 12rem;
    }
}
.p-aboutUsCsr::before {
    -webkit-transform: translate(95%, -50%);
            transform: translate(95%, -50%);
}
.p-aboutUsCsr__inner {
    position: relative;
    z-index: 2;
}
.p-aboutUsCsr__ttl {
    margin-bottom: 6.8rem;
}
@media (max-width: 1024px) {
    .p-aboutUsCsr__ttl {
        margin-bottom: 4rem;
    }
}
.p-aboutUsCsrSdgs__lead {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 7.8rem;
    font-size: 1.8rem;
    letter-spacing: 0;
}
@media (max-width: 1024px) {
    .p-aboutUsCsrSdgs__lead {
        margin-bottom: 3rem;
        font-size: 1.6rem;
    }
}
.p-aboutUsCsrSdgs__img01 {
    width: 660px;
    margin: 0 auto 5rem;
}
@media (max-width: 1024px) {
    .p-aboutUsCsrSdgs__img01 {
        width: 80%;
        margin-bottom: 2rem;
    }
}
.p-aboutUsCsrSdgs__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1024px) {
    .p-aboutUsCsrSdgs__images {
        display: block;
    }
}
.p-aboutUsCsrSdgs__img02 {
    width: 256px;
    margin-right: 6rem;
}
@media (max-width: 1024px) {
    .p-aboutUsCsrSdgs__img02 {
        width: 160px;
        margin-right: 0;
        margin: 0 auto 2rem;
    }
}
.p-aboutUsCsrSdgs__img03 {
    width: 387px;
}
@media (max-width: 1024px) {
    .p-aboutUsCsrSdgs__img03 {
        width: 220px;
        margin: 0 auto;
    }
}
.p-aboutUsCsrVision {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1024px) {
    .p-aboutUsCsrVision {
        display: block;
    }
}
.p-aboutUsCsrVision__inner {
    position: relative;
    z-index: 2;
}
.p-aboutUsCsrVisionLead {
    width: 460px;
    margin-bottom: 9rem;
}
@media (max-width: 1024px) {
    .p-aboutUsCsrVisionLead {
        width: 100%;
        margin-bottom: 6rem;
    }
}
.p-aboutUsCsrVisionLead__01 {
    width: 423px;
    margin-bottom: 3rem;
}
@media (max-width: 1024px) {
    .p-aboutUsCsrVisionLead__01 {
        width: 80%;
        max-width: 400px;
    }
}
.p-aboutUsCsrVisionLead__02 {
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 3rem;
    font-size: 2.8rem;
    font-weight: bold;
}
@media (max-width: 1024px) {
    .p-aboutUsCsrVisionLead__02 {
        font-size: 2rem;
    }
}
.p-aboutUsCsrVisionLead__03 {
    width: 393px;
}
@media (max-width: 1024px) {
    .p-aboutUsCsrVisionLead__03 {
        width: 92%;
        margin: 0 auto;
    }
}
.p-aboutUsCsrVision__img {
    width: 480px;
    padding-right: 50px;
    padding-top: 1.8rem;
}
@media (max-width: 1024px) {
    .p-aboutUsCsrVision__img {
        width: 86%;
        max-width: 450px;
        margin: 0 auto;
        padding: 0;
    }
}

.p-aboutCompanyTtl02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 6rem;
}
@media (max-width: 1024px) {
    .p-aboutCompanyTtl02 {
        margin-bottom: 3rem;
    }
}
.p-aboutCompanyTtl02__en {
    margin-right: 3rem;
    font-size: 3.8rem;
    line-height: 1;
}
@media (max-width: 1024px) {
    .p-aboutCompanyTtl02__en {
        font-size: 2.84rem;
    }
}
.p-aboutCompanyTtl02__ja {
    font-size: 1.6rem;
    line-height: 1;
}
@media (max-width: 1024px) {
    .p-aboutCompanyTtl02__ja {
        font-size: 1.4rem;
    }
}
.p-aboutCompanyOutline {
    padding: 8rem 0 8.4rem;
}
@media (max-width: 1024px) {
    .p-aboutCompanyOutline {
        padding: 5rem 0 8rem;
    }
}
.p-aboutCompanyOutline__items {
    max-width: 900px;
    margin: 0 auto;
}
.p-aboutCompanyOutlineItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem;
    border-bottom: 1px solid #D1D1D1;
}
@media (max-width: 1024px) {
    .p-aboutCompanyOutlineItem {
        display: block;
        padding: 3rem 10px;
    }
}
.p-aboutCompanyOutlineItem__ttl {
    width: 200px;
    font-size: 1.6rem;
    font-weight: bold;
}
@media (max-width: 1024px) {
    .p-aboutCompanyOutlineItem__ttl {
        width: 100%;
        margin-bottom: 1.2rem;
    }
}
.p-aboutCompanyOutlineItem__txt {
    font-size: 1.6rem;
}
.p-aboutCompanyOffice {
    position: relative;
    padding: 11.3rem 0 14rem;
}
.p-aboutCompanyOffice::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: #D8D8D8;
    opacity: 0.22;
}
@media (max-width: 1024px) {
    .p-aboutCompanyOffice {
        padding: 8rem 0 14rem;
    }
}
.p-aboutCompanyOffice__inner {
    position: relative;
    z-index: 2;
}
.p-aboutCompanyOffice .p-aboutCompanyTtl02__ja {
    color: #242424;
}
.p-aboutCompanyOffice__items {
    max-width: 960px;
    margin: 0 auto;
}
.p-aboutCompanyOfficeItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1024px) {
    .p-aboutCompanyOfficeItem {
        display: block;
    }
}
.p-aboutCompanyOfficeItem:not(:last-child) {
    margin-bottom: 6rem;
}
.p-aboutCompanyOfficeItem__ttl {
    width: 120px;
    font-size: 1.6rem;
    font-weight: bold;
}
@media (max-width: 1024px) {
    .p-aboutCompanyOfficeItem__ttl {
        width: 100%;
        margin-bottom: 1rem;
    }
}
.p-aboutCompanyOfficeItemAddress {
    width: 350px;
}
@media (max-width: 1024px) {
    .p-aboutCompanyOfficeItemAddress {
        width: 100%;
        margin-bottom: 3rem;
    }
}
.p-aboutCompanyOfficeItemAddress span {
    display: block;
    letter-spacing: 0.02em;
}
.p-aboutCompanyOfficeItemAddress .gmap {
    position: relative;
    display: inline-block;
    margin-top: 2rem;
    padding-right: 3.6rem;
    font-size: 1.4rem;
    padding-right: 36px;
    color: #3E3E3E;
    font-weight: bold;
    text-decoration: underline;
    line-height: 1;
}
.p-aboutCompanyOfficeItemAddress .gmap::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 23px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../images/common/icon_map.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.p-aboutCompanyOfficeItem__mapWrapper {
    position: relative;
    width: 400px;
    padding-top: 25%;
}
@media (max-width: 1024px) {
    .p-aboutCompanyOfficeItem__mapWrapper {
        width: 100%;
        padding-top: 56%;
    }
}
.p-aboutCompanyOfficeItem__mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.p-service::before {
    top: 0;
    -webkit-transform: translate(-75%, 0);
            transform: translate(-75%, 0);
}
@media (max-width: 1024px) {
    .p-service::before {
        display: none;
    }
}
.p-serviceTop {
    margin-bottom: 7.5rem;
    padding: 4.8rem 0 0;
}
@media (max-width: 1024px) {
    .p-serviceTop {
        margin-bottom: 5rem;
    }
}
.p-serviceTop__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 4.7rem;
    border-bottom: 1px solid #D1D1D1;
    z-index: 2;
}
@media (max-width: 1024px) {
    .p-serviceTop__inner {
        display: block;
        padding-bottom: 0;
        border: none;
    }
}
@media (max-width: 1024px) {
    .p-serviceTop__ttl {
        margin-bottom: 2.6rem;
    }
}
@media (max-width: 1024px) {
    .p-serviceTopMenu {
        padding-bottom: 4rem;
        border-bottom: 1px solid #D1D1D1;
    }
}
.p-serviceTopMenu__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    border-radius: 20px;
}
.p-serviceTopMenuItem {
    width: 230px;
    text-align: center;
}
@media (max-width: 1024px) {
    .p-serviceTopMenuItem {
        width: 100px;
    }
}
.p-serviceTopMenuItem a {
    position: relative;
    display: inline-block;
    font-size: 2rem;
    padding-right: 18px;
    padding: 2rem 18px;
    font-family: "Roboto", sans-serif;
    color: #3E3E3E;
    letter-spacing: 0.02em;
}
@media (max-width: 1024px) {
    .p-serviceTopMenuItem a {
        padding: 16px;
        padding-left: 0;
        font-size: 1.5rem;
    }
}
.p-serviceTopMenuItem a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-30%) rotate(90deg);
            transform: translateY(-30%) rotate(90deg);
    width: 10px;
    height: 10px;
    background-image: url(../images/common/icon_arrow_black.png);
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 1024px) {
    .p-serviceTopMenuItem a::before {
        width: 6px;
    }
}
.p-serviceTopMenuItem:not(:last-child) {
    position: relative;
}
.p-serviceTopMenuItem:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 24px;
    height: 24px;
    background-color: #D1D1D1;
}
.p-serviceOrganizing01 {
    padding: 2.5rem 0 10rem;
}
@media (max-width: 1024px) {
    .p-serviceOrganizing01 {
        padding: 2.5rem 0 6rem;
    }
}
.p-serviceOrganizing01__ttl {
    margin-bottom: 8rem;
}
@media (max-width: 1024px) {
    .p-serviceOrganizing01__ttl {
        margin-bottom: 2.8rem;
    }
}
.p-serviceOrganizing01__txt {
    max-width: 900px;
    margin: 0 auto 6.3rem;
}
@media (max-width: 1024px) {
    .p-serviceOrganizing01__txt {
        font-size: 1.5rem;
        margin: 0 auto 4.3rem;
    }
}
.p-serviceOrganizing01__imgWrapper {
    padding: 5.5rem 0 6.7rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#1871AE), to(#69B6E9));
    background: linear-gradient(#1871AE, #69B6E9);
}
@media (max-width: 1024px) {
    .p-serviceOrganizing01__imgWrapper {
        padding: 5rem 0;
    }
}
.p-serviceOrganizing02 {
    padding: 12.6rem 0;
    background-color: rgba(216, 216, 216, 0.22);
}
@media (max-width: 1024px) {
    .p-serviceOrganizing02 {
        padding: 7rem 0 5rem;
    }
}
.p-serviceOrganizing02__ttl {
    margin-bottom: 8rem;
}
@media (max-width: 1024px) {
    .p-serviceOrganizing02__ttl {
        margin-bottom: 2.8rem;
    }
}
.p-serviceOrganizing02__txt {
    max-width: 900px;
    margin: 0 auto 6.3rem;
}
@media (max-width: 1024px) {
    .p-serviceOrganizing02__txt {
        font-size: 1.5rem;
        margin: 0 auto 4.3rem;
    }
}
.p-serviceOrganizing02__imgWrapper {
    padding: 5.5rem 0 6.7rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#1871AE), to(#69B6E9));
    background: linear-gradient(#1871AE, #69B6E9);
}
.p-serviceAbout {
    position: relative;
    margin-bottom: 7.5rem;
    z-index: 2;
}
@media (max-width: 1024px) {
    .p-serviceAbout {
        margin-bottom: 0;
    }
}
.p-serviceAbout:after {
    content: "";
    position: absolute;
    display: none;
    bottom: 0;
    right: 50%;
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
    border-radius: 100px;
}
@media (max-width: 1024px) {
    .p-serviceAbout:after {
        display: block;
        -webkit-transform: translate(90%, 0);
                transform: translate(90%, 0);
        width: 100vw;
        max-width: 520px;
        height: 78%;
        background-image: url(../images/service/bg_about_sp.png);
    }
}
.p-serviceAbout__inner {
    position: relative;
}
.p-serviceAbout__inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: -130px;
    width: 50%;
    height: 88%;
    background-image: url(../images/service/bg_about.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 130px;
}
@media (max-width: 1024px) {
    .p-serviceAbout__inner::after {
        display: none;
    }
}
.p-serviceAboutLead {
    position: relative;
    width: 50%;
    padding-top: 3rem;
    z-index: 2;
}
@media (max-width: 1024px) {
    .p-serviceAboutLead {
        width: 100%;
        margin-bottom: 7rem;
        padding-top: 0;
    }
}
.p-serviceAboutLead__01 {
    margin-bottom: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4.8rem;
    font-weight: bold;
}
@media (max-width: 1024px) {
    .p-serviceAboutLead__01 {
        margin-bottom: 3.8rem;
        font-size: 3.2rem;
        line-height: 1.4;
    }
}
.p-serviceAboutLead__02 {
    margin-bottom: 6rem;
    font-size: 2.2rem;
    font-weight: bold;
}
@media (max-width: 1024px) {
    .p-serviceAboutLead__02 {
        margin-bottom: 3.2rem;
        font-size: 2rem;
    }
}
.p-serviceAboutLead__02 span {
    padding: 0 5px;
    font-size: 3.2rem;
    font-weight: bold;
    display: inline-block;
    border-bottom: 3px solid #DDCF2A;
}
@media (max-width: 1024px) {
    .p-serviceAboutLead__02 span {
        font-size: 2.4rem;
    }
}
.p-serviceAboutLead__03 {
    font-size: 1.8rem;
    line-height: 2;
}
@media (max-width: 1024px) {
    .p-serviceAboutLead__03 {
        font-size: 1.6rem;
    }
}
.p-serviceAboutContentsWrapper {
    position: relative;
    width: 58%;
    z-index: 2;
}
@media (max-width: 1024px) {
    .p-serviceAboutContentsWrapper {
        width: 100%;
    }
    .p-serviceAboutContentsWrapper::after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 88vw;
        height: 95vw;
        max-width: 540px;
        max-height: 580px;
        background-image: url(../images/top/bg_service_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 60px 0 0 60px;
        z-index: -1;
    }
}
.p-serviceLead {
    position: relative;
    margin-bottom: 16.5rem;
}
@media (max-width: 1024px) {
    .p-serviceLead {
        margin-bottom: 10rem;
    }
}
.p-serviceLead__txt {
    margin-bottom: 5.6rem;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.06em;
}
@media (max-width: 1024px) {
    .p-serviceLead__txt {
        margin-bottom: 3.2rem;
        font-size: 1.8rem;
        letter-spacing: 0.12em;
    }
}
@media (max-width: 1024px) {
    .p-serviceLead__inner {
        padding-right: 0;
    }
}
.p-serviceLeadContentsWrapper {
    position: relative;
    max-width: 1020px;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .p-serviceLeadContentsWrapper {
        overflow-x: scroll;
    }
    .p-serviceLeadContentsWrapper::-webkit-scrollbar {
        width: 7px;
        background-color: #E0E0E0;
        border-radius: 9px;
    }
    .p-serviceLeadContentsWrapper::-webkit-scrollbar-track {
        display: none;
    }
    .p-serviceLeadContentsWrapper::-webkit-scrollbar-thumb {
        border-radius: 9px;
        -webkit-box-shadow: none;
                box-shadow: none;
        background-color: #1871AE;
    }
}
.p-serviceLead__itemsWrapper {
    position: relative;
}
@media (max-width: 1024px) {
    .p-serviceLead__itemsWrapper {
        min-width: 830px;
    }
}
.p-serviceLead__img {
    position: absolute;
    bottom: 65px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
    height: 320px;
}
@media (max-width: 1024px) {
    .p-serviceLead__img {
        bottom: 72px;
        height: 240px;
    }
}
.p-serviceLead__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1024px) {
    .p-serviceLead__items {
        margin-bottom: 2.5rem;
    }
}
.p-serviceLeadItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(33.3% - 10px);
    padding: 3.6rem 30px 5rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#1871AE), to(#6AB7EA));
    background: linear-gradient(to bottom, #1871AE 0%, #6AB7EA 100%);
    border-radius: 50px;
}
@media (max-width: 1024px) {
    .p-serviceLeadItem {
        padding: 4rem 25px 3rem;
    }
}
.p-serviceLeadItem:not(:last-child) {
    margin-right: 15px;
}
.p-serviceLeadItem__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2.4rem;
    font-family: "Roboto", sans-serif;
    font-size: 3.6rem;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.06em;
}
@media (max-width: 1024px) {
    .p-serviceLeadItem__ttl {
        margin-bottom: 1.8rem;
        font-size: 2.8rem;
    }
}
.p-serviceLeadItem__txt {
    margin-bottom: 328px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0;
}
@media (max-width: 1024px) {
    .p-serviceLeadItem__txt {
        margin-bottom: 285px;
        font-size: 1.4rem;
        font-weight: normal;
    }
}
.p-serviceMessage {
    padding-top: 11.5rem;
    margin-bottom: 12rem;
}
@media (max-width: 1024px) {
    .p-serviceMessage {
        padding-top: 6rem;
    }
}
.p-serviceMessage::after {
    bottom: 0;
    right: 50%;
    -webkit-transform: translate(111%, 3%);
            transform: translate(111%, 3%);
}
@media (max-width: 1024px) {
    .p-serviceMessage::after {
        display: none;
    }
}
@media (max-width: 1024px) {
    .p-serviceMessage {
        margin-bottom: 5rem;
    }
}
.p-serviceMessage__ttl {
    margin-bottom: 5.3rem;
}
.p-serviceMessageContents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1024px) {
    .p-serviceMessageContents {
        display: block;
        padding: 0;
    }
}
.p-serviceMessage__lead {
    width: 550px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 0;
}
@media (max-width: 1024px) {
    .p-serviceMessage__lead {
        width: 100%;
        margin-bottom: 2rem;
        padding: 0;
        font-size: 2.4rem;
    }
}
.p-serviceMessage__txt {
    width: calc(100% - 610px);
    font-size: 1.8rem;
}
@media (max-width: 1024px) {
    .p-serviceMessage__txt {
        width: 100%;
        font-size: 1.5rem;
    }
}
.p-serviceBusi {
    position: relative;
    padding-bottom: 16rem;
    z-index: 2;
}
@media (max-width: 1024px) {
    .p-serviceBusi {
        padding-bottom: 10rem;
    }
}
.p-serviceBusi__inner {
    display: block;
    position: relative;
    z-index: 2;
}
.p-serviceBusiItem {
    position: relative;
    padding: 7.5rem 0 8rem;
}
@media (max-width: 1024px) {
    .p-serviceBusiItem {
        padding: 6.4rem 0 4rem;
    }
}
.p-serviceBusiItem:not(:last-child) {
    margin-bottom: 7.4rem;
}
@media (max-width: 1024px) {
    .p-serviceBusiItem:not(:last-child) {
        margin-bottom: 3rem;
    }
}
.p-serviceBusiItem:nth-child(1) .p-serviceBusiItem__icon {
    width: 230px;
    height: 230px;
    right: 20%;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
}
@media (max-width: 1200px) {
    .p-serviceBusiItem:nth-child(1) .p-serviceBusiItem__icon {
        width: 200px;
        height: 200px;
    }
}
@media (max-width: 1024px) {
    .p-serviceBusiItem:nth-child(1) .p-serviceBusiItem__icon {
        width: 100%;
        max-width: 200px;
        height: auto;
        left: unset;
        right: unset;
        -webkit-transform: translate(0);
                transform: translate(0);
    }
}
.p-serviceBusiItem:nth-child(2) .p-serviceBusiItem__icon {
    width: 330px;
    height: 230px;
    left: 18%;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
}
@media (max-width: 1200px) {
    .p-serviceBusiItem:nth-child(2) .p-serviceBusiItem__icon {
        width: 300px;
        height: 200px;
    }
}
@media (max-width: 1024px) {
    .p-serviceBusiItem:nth-child(2) .p-serviceBusiItem__icon {
        width: 100%;
        max-width: 300px;
        height: auto;
        left: unset;
        right: unset;
        -webkit-transform: translate(0);
                transform: translate(0);
    }
}
.p-serviceBusiItem:nth-child(2)::after {
    background-image: url(../images/service/service02.png);
}
@media (max-width: 1024px) {
    .p-serviceBusiItem:nth-child(2)::after {
        background-image: url(../images/service/service02_sp.png);
    }
}
.p-serviceBusiItem:nth-child(3) .p-serviceBusiItem__icon {
    width: 330px;
    height: 230px;
    right: 18%;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
}
@media (max-width: 1200px) {
    .p-serviceBusiItem:nth-child(3) .p-serviceBusiItem__icon {
        width: 300px;
        height: 200px;
    }
}
@media (max-width: 1024px) {
    .p-serviceBusiItem:nth-child(3) .p-serviceBusiItem__icon {
        width: 100%;
        max-width: 300px;
        height: auto;
        left: unset;
        right: unset;
        -webkit-transform: translate(0);
                transform: translate(0);
    }
}
.p-serviceBusiItem:nth-child(3)::after {
    background-image: url(../images/service/service03.png);
}
@media (max-width: 1024px) {
    .p-serviceBusiItem:nth-child(3)::after {
        background-image: url(../images/service/service03_sp.png);
    }
}
.p-serviceBusiItem:nth-child(even)::before, .p-serviceBusiItem:nth-child(even)::after {
    left: unset;
    right: 0;
    border-radius: 100px 0 0 100px;
}
@media (max-width: 1024px) {
    .p-serviceBusiItem:nth-child(even)::before, .p-serviceBusiItem:nth-child(even)::after {
        border-radius: 80px 0 0 80px;
    }
}
.p-serviceBusiItem:nth-child(even)::before {
    background: -webkit-gradient(linear, right top, left top, color-stop(20%, rgba(24, 113, 174, 0.55)), color-stop(80%, rgb(24, 113, 174)));
    background: linear-gradient(to left, rgba(24, 113, 174, 0.55) 20%, rgb(24, 113, 174) 80%);
}
@media (max-width: 1024px) {
    .p-serviceBusiItem:nth-child(even)::before {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(24, 113, 174, 0.55)), color-stop(80%, rgb(24, 113, 174)));
        background: linear-gradient(to bottom, rgba(24, 113, 174, 0.55) 20%, rgb(24, 113, 174) 80%);
    }
}
.p-serviceBusiItem:nth-child(even) .p-serviceBusiItem__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-right: 0;
    padding-left: 90px;
}
@media (max-width: 1024px) {
    .p-serviceBusiItem:nth-child(even) .p-serviceBusiItem__inner {
        padding: 0 30px;
        padding-left: 90px;
    }
}
.p-serviceBusiItem:nth-child(even) .p-serviceBusiItemContentsWrapper {
    margin-right: 0;
}
.p-serviceBusiItem:nth-child(even) .p-serviceBusiItem__link {
    margin-right: 5%;
}
@media (max-width: 1024px) {
    .p-serviceBusiItem:nth-child(even) .p-serviceBusiItem__link {
        margin-right: 0;
    }
}
.p-serviceBusiItem::before, .p-serviceBusiItem::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 84vw;
    height: 100%;
    border-radius: 0 100px 100px 0;
    z-index: -1;
}
@media (max-width: 1024px) {
    .p-serviceBusiItem::before, .p-serviceBusiItem::after {
        border-radius: 0 80px 80px 0;
        width: calc(100% - 30px);
    }
}
.p-serviceBusiItem::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(24, 113, 174, 0.55)), color-stop(80%, rgb(24, 113, 174)));
    background: linear-gradient(to right, rgba(24, 113, 174, 0.55) 20%, rgb(24, 113, 174) 80%);
}
@media (max-width: 1024px) {
    .p-serviceBusiItem::before {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(24, 113, 174, 0.55)), color-stop(80%, rgb(24, 113, 174)));
        background: linear-gradient(to bottom, rgba(24, 113, 174, 0.55) 20%, rgb(24, 113, 174) 80%);
    }
}
.p-serviceBusiItem::after {
    background-image: url(../images/service/service01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
}
@media (max-width: 1024px) {
    .p-serviceBusiItem::after {
        background-image: url(../images/service/service01_sp.png);
    }
}
.p-serviceBusiItem > a, .p-serviceBusiItem > p {
    display: block;
    position: relative;
    z-index: 1;
}
.p-serviceBusiItem__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: 90px;
}
@media (max-width: 1024px) {
    .p-serviceBusiItem__inner {
        display: block;
        padding: 0 30px;
        padding-right: 80px;
    }
}
.p-serviceBusiItem__icon {
    position: absolute;
    top: 0;
    right: 30%;
    width: 200px;
    height: 200px;
}
@media (max-width: 1200px) {
    .p-serviceBusiItem__icon {
        width: 150px;
        height: 150px;
    }
}
@media (max-width: 1024px) {
    .p-serviceBusiItem__icon {
        position: relative;
        margin-bottom: 2rem;
    }
}
.p-serviceBusiItemContentsWrapper {
    max-width: 620px;
    margin-right: 5%;
}
@media (max-width: 1200px) {
    .p-serviceBusiItemContentsWrapper {
        max-width: 520px;
    }
}
@media (max-width: 1024px) {
    .p-serviceBusiItemContentsWrapper {
        margin-right: 0;
    }
}
.p-serviceBusiItem__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.p-serviceBusiItem__tag {
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1;
    white-space: nowrap;
    padding: 0.5rem 0;
}
.p-serviceBusiItem__tag:not(:last-child) {
    margin-right: 1em;
}
@media (max-width: 1024px) {
    .p-serviceBusiItem__tag {
        font-size: 1.2rem;
    }
}
.p-serviceBusiItemTtl__en {
    font-family: "Roboto", sans-serif;
    font-size: 7.4rem;
    color: #fff;
    letter-spacing: 0.04em;
    font-weight: bold;
    line-height: 1.4;
}
@media (max-width: 1200px) {
    .p-serviceBusiItemTtl__en {
        font-size: 5rem;
    }
}
@media (max-width: 1024px) {
    .p-serviceBusiItemTtl__en {
        margin-bottom: 0.6rem;
        padding: 5px 0;
        font-size: 3.8rem;
        line-height: 1.2;
    }
}
.p-serviceBusiItemTtl__ja {
    position: relative;
    margin-bottom: 4.1rem;
    padding-left: 60px;
    font-size: 1.5rem;
    color: #fff;
}
@media (max-width: 1024px) {
    .p-serviceBusiItemTtl__ja {
        margin-bottom: 3.3rem;
        padding-left: 34px;
        font-size: 1.2rem;
    }
}
.p-serviceBusiItemTtl__ja::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 48px;
    height: 1px;
    background-color: #fff;
}
@media (max-width: 1024px) {
    .p-serviceBusiItemTtl__ja::before {
        width: 24px;
    }
}
.p-serviceBusiItem__txt {
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
    .p-serviceBusiItem__txt {
        margin-bottom: 1.2rem;
        font-size: 1.4rem;
    }
}
.p-serviceBusiItem__link {
    position: relative;
    width: 260px;
    padding-right: 136px;
    font-family: "Roboto", sans-serif;
    font-size: 2.4rem;
    color: #fff;
    font-weight: bold;
}
@media (max-width: 1024px) {
    .p-serviceBusiItem__link {
        width: auto;
        padding-right: 63px;
        font-size: 1.8rem;
        text-align: right;
    }
}
.p-serviceBusiItem__link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 82px;
    height: 82px;
    border: 1px solid #fff;
    border-radius: 50%;
}
@media (max-width: 1200px) {
    .p-serviceBusiItem__link::before {
        right: 15px;
    }
}
@media (max-width: 1024px) {
    .p-serviceBusiItem__link::before {
        width: 42px;
        height: 42px;
    }
}
@media (max-width: 1024px) and (max-width: 1024px) {
    .p-serviceBusiItem__link::before {
        right: 0;
    }
}
.p-serviceBusiItem__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 23px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 27px;
    height: 21px;
    background-image: url(../images/common/icon_arrow_white.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 2;
}
@media (max-width: 1200px) {
    .p-serviceBusiItem__link::after {
        right: 42px;
    }
}
@media (max-width: 1024px) {
    .p-serviceBusiItem__link::after {
        right: 16px;
        width: 12px;
        height: 10px;
    }
}

.p-businessUnder picture {
    display: block;
}
@media (max-width: 1024px) {
    .p-businessUnder .p-aboutUsTopMenu__items {
        display: block;
    }
}
@media (max-width: 1024px) {
    .p-businessUnder .p-aboutUsTopMenuItem {
        width: 100%;
        text-align: right;
        padding-right: 40px;
    }
    .p-businessUnder .p-aboutUsTopMenuItem::after {
        display: none;
    }
}
.p-businessUnder .p-aboutUsTopMenuItem a {
    font-size: 1.6rem;
}

@media (max-width: 1024px) {
    .p-cc .c-ttl01__main {
        font-size: 2.6rem;
    }
}
@media (max-width: 1024px) {
    .p-cc .c-businessLead {
        background-color: rgba(216, 216, 216, 0.22);
    }
}
@media (max-width: 1024px) {
    .p-ccTopMenu {
        border-bottom: none;
        padding-bottom: 2rem;
    }
}
.p-cc .p-aboutUsTopMenu__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 600px;
    padding: 20px 0;
}
.p-cc .p-aboutUsTopMenuItem {
    display: inline-block;
    width: auto;
    padding-right: 20px;
}
@media (max-width: 1024px) {
    .p-cc .p-aboutUsTopMenuItem {
        width: 100%;
    }
}
.p-cc .p-aboutUsTopMenuItem:nth-child(2)::after {
    display: none;
}
.p-cc .p-aboutUsTopMenuItem a {
    display: inline-block;
    padding: 20px;
}
@media (max-width: 1024px) {
    .p-cc .p-aboutUsTopMenuItem a::before {
        width: 13px;
    }
}
@media (max-width: 1024px) {
    .p-cc .p-aboutUsTopMenuItem a {
        padding: 6px 22px;
        font-size: 1.5rem;
        font-weight: bold;
    }
}
.p-cc .p-aboutUsTopMenu__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 600px;
    padding: 20px 0;
}
.p-ccInbound {
    padding: 7.5rem 0 12.5rem;
    background-color: rgba(216, 216, 216, 0.22);
}
@media (max-width: 1024px) {
    .p-ccInbound {
        padding: 8.3rem 0 7.6rem;
    }
}
.p-ccInbound::after {
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
    .p-ccInbound::after {
        display: none;
    }
}
.p-ccInbound__ttl {
    margin-bottom: 8.7rem;
}
@media (max-width: 1024px) {
    .p-ccInbound__ttl {
        margin-bottom: 4rem;
    }
}
.p-ccInbound__txt {
    font-size: 1.8rem;
    margin-bottom: 6rem;
}
@media (max-width: 1024px) {
    .p-ccInbound__txt {
        font-size: 1.5rem;
        margin-bottom: 2.6rem;
    }
}
.p-ccInbound__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4.5rem;
}
@media (max-width: 1024px) {
    .p-ccInbound__items {
        display: block;
        margin-bottom: 0;
    }
}
.p-ccInboundItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(33.3% - 33.3333333333px);
    padding: 3.8rem 1rem;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-size: 2.2rem;
    color: #3E3E3E;
    font-weight: bold;
    text-align: center;
}
@media (max-width: 1024px) {
    .p-ccInboundItem {
        width: 80%;
        margin: 0 auto 16px;
        padding: 2.3rem 0;
        font-size: 2rem;
    }
}
.p-ccInbound__notes {
    margin-bottom: 10rem;
    font-size: 1.8rem;
    text-align: right;
}
@media (max-width: 1024px) {
    .p-ccInbound__notes {
        font-size: 1.5rem;
        margin-bottom: 6.2rem;
    }
}
.p-ccInboundSystem {
    margin-bottom: 10rem;
}
@media (max-width: 1024px) {
    .p-ccInboundSystem {
        margin-bottom: 6rem;
    }
}
.p-ccInboundSystem::after {
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -20%);
            transform: translate(50%, -20%);
}
@media (max-width: 1024px) {
    .p-ccInboundSystem::after {
        display: none;
    }
}
.p-ccInboundSystem__ttl {
    margin-bottom: 6rem;
}
@media (max-width: 1024px) {
    .p-ccInboundSystem__ttl {
        margin-bottom: 4.8rem;
    }
}
.p-ccInboundSystem__txt {
    margin-bottom: 6rem;
    font-size: 1.8rem;
}
@media (max-width: 1024px) {
    .p-ccInboundSystem__txt {
        margin-bottom: 4.8rem;
        font-size: 1.5rem;
    }
}
.p-ccInboundSystem__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1024px) {
    .p-ccInboundSystem__items {
        display: block;
    }
}
.p-ccInboundSystemItem {
    width: calc(50% - 40px);
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1024px) {
    .p-ccInboundSystemItem {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }
}
@media (max-width: 1024px) {
    .p-ccInboundSystemItem:not(:last-child) {
        margin-bottom: 3.2rem;
    }
}
.p-ccInboundSystemItem__inner {
    padding: 0 3rem 3rem 3rem;
}
@media (max-width: 1024px) {
    .p-ccInboundSystemItem__inner {
        padding: 1.8rem 3.5rem 4rem 2.5rem;
    }
}
.p-ccInboundSystemItem__img {
    width: 100%;
    height: 180px;
    margin-bottom: 1.4rem;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.p-ccInboundSystemItem__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
}
.p-ccInboundSystemItem__ttl {
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    font-size: 2.4rem;
    color: #3E3E3E;
    font-weight: bold;
}
@media (max-width: 1024px) {
    .p-ccInboundSystemItem__ttl {
        padding-bottom: 1.5rem;
        margin-bottom: 2.5rem;
        font-size: 2rem;
        line-height: 1.5;
    }
}
.p-ccInboundSystemItem__ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 3px;
    background-color: #E04242;
}
@media (max-width: 1024px) {
    .p-ccInboundSystemItem__ttl::after {
        width: 30px;
    }
}
.p-ccInboundSystemItem__txt {
    font-size: 1.8rem;
}
@media (max-width: 1024px) {
    .p-ccInboundSystemItem__txt {
        font-size: 1.4rem;
    }
}
.p-ccInboundCase__ttl {
    max-width: 940px;
    margin: 0 auto 8rem;
}
@media (max-width: 1024px) {
    .p-ccInboundCase__ttl {
        margin-bottom: 3rem;
    }
}
.p-ccInboundCase__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1020px;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .p-ccInboundCase__items {
        display: block;
        max-width: 500px;
    }
}
.p-ccInboundCaseItem {
    position: relative;
    width: calc(50% - 30px);
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1024px) {
    .p-ccInboundCaseItem {
        width: 100%;
    }
}
.p-ccInboundCaseItem:nth-child(1), .p-ccInboundCaseItem:nth-child(2) {
    margin-bottom: 6rem;
}
@media (max-width: 1024px) {
    .p-ccInboundCaseItem:nth-child(1), .p-ccInboundCaseItem:nth-child(2) {
        margin-bottom: 0;
    }
}
@media (max-width: 1024px) {
    .p-ccInboundCaseItem:not(:last-child) {
        margin-bottom: 1.6rem;
    }
}
.p-ccInboundCaseItem::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #9FD3DD;
    -webkit-filter: blur(26px);
            filter: blur(26px);
    z-index: -1;
}
.p-ccInboundCaseItem__cat {
    position: relative;
    padding: 1.6rem 3rem;
    font-size: 1.8rem;
    font-weight: bold;
}
@media (max-width: 1024px) {
    .p-ccInboundCaseItem__cat {
        padding: 1.6rem 2rem 1rem;
        font-size: 1.2rem;
    }
}
.p-ccInboundCaseItem__cat span {
    display: inline-block;
    font-size: 2rem;
    color: #1871AE;
    font-weight: bold;
    padding-right: 1.8rem;
}
@media (max-width: 1024px) {
    .p-ccInboundCaseItem__cat span {
        padding-right: 1.2rem;
        font-size: 1.4rem;
    }
}
.p-ccInboundCaseItem__inner {
    position: relative;
    padding: 2.3rem 2.7rem;
    z-index: 2;
}
@media (max-width: 1024px) {
    .p-ccInboundCaseItem__inner {
        padding: 1.6rem 0;
    }
}
.p-ccInboundCaseItem__ttl {
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 8px;
    font-size: 2.2rem;
    color: #3E3E3E;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
}
@media (max-width: 1024px) {
    .p-ccInboundCaseItem__ttl {
        margin-bottom: 1rem;
        font-size: 1.6rem;
    }
}
.p-ccInboundCaseItem__ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 45px;
    height: 3px;
    background-color: #E04242;
}
@media (max-width: 1024px) {
    .p-ccInboundCaseItem__ttl::after {
        width: 30px;
        height: 2px;
    }
}
.p-ccInboundCaseItem__txt {
    font-size: 1.8rem;
    text-align: center;
}
@media (max-width: 1024px) {
    .p-ccInboundCaseItem__txt {
        font-size: 1.4rem;
    }
}
.p-ccUpcross {
    padding: 12rem 0;
}
@media (max-width: 1024px) {
    .p-ccUpcross {
        padding: 5rem 0;
    }
}
.p-ccUpcross::after {
    top: 0;
    left: 0;
    -webkit-transform: translate(-60%, -20%);
            transform: translate(-60%, -20%);
}
@media (max-width: 1024px) {
    .p-ccUpcross::after {
        display: none;
    }
}
.p-ccUpcross__ttl {
    margin-bottom: 8rem;
}
@media (max-width: 1024px) {
    .p-ccUpcross__ttl {
        margin-bottom: 3.5rem;
    }
}
.p-ccUpcross__txt {
    margin-bottom: 6rem;
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 2;
}
@media (max-width: 1024px) {
    .p-ccUpcross__txt {
        margin-bottom: 5rem;
        font-size: 1.5rem;
    }
}
.p-ccUpcrossFeature::after {
    top: 0;
    right: 0;
    -webkit-transform: translate(60%, -20%);
            transform: translate(60%, -20%);
}
@media (max-width: 1024px) {
    .p-ccUpcrossFeature::after {
        display: none;
    }
}
.p-ccUpcrossFeature__ttl {
    margin-bottom: 5.4rem;
}
@media (max-width: 1024px) {
    .p-ccUpcrossFeature__ttl {
        margin-bottom: 3.5rem;
    }
}
.p-ccUpcross01 {
    margin-bottom: 6.5rem;
}
@media (max-width: 1024px) {
    .p-ccUpcross01 {
        margin-bottom: 7rem;
    }
}
.p-ccUpcross01Top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 7.7rem;
}
@media (max-width: 1024px) {
    .p-ccUpcross01Top {
        display: block;
        margin-bottom: 2.7rem;
    }
}
.p-ccUpcross01Top__txt {
    width: calc(48% - 1.7rem);
    margin-right: 3.4rem;
    letter-spacing: 0;
}
@media (max-width: 1024px) {
    .p-ccUpcross01Top__txt {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2rem;
        font-size: 1.5rem;
    }
}
.p-ccUpcross01Top__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(52% - 1.7rem);
    padding: 2rem;
    background-color: #F4F4F4;
}
@media (max-width: 1024px) {
    .p-ccUpcross01Top__list {
        display: block;
        width: 100%;
        padding: 2.2rem 3.5rem;
    }
}
.p-ccUpcross01Top__list li {
    letter-spacing: 0;
}
@media (max-width: 1024px) {
    .p-ccUpcross01Top__list li {
        font-size: 1.5rem;
    }
}
.p-ccUpcross01Lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 850px;
    margin: 0 auto 5.4rem;
}
@media (max-width: 1024px) {
    .p-ccUpcross01Lead {
        display: block;
        margin-bottom: 4.2rem;
    }
}
.p-ccUpcross01Lead__txt {
    width: calc(100% - 7rem - 158px);
    margin-right: 7rem;
    font-size: 2.8rem;
    color: #1871AE;
    font-weight: bold;
    line-height: 1.45;
}
@media (max-width: 1024px) {
    .p-ccUpcross01Lead__txt {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2.3rem;
        font-size: 2rem;
        line-height: 1.5;
    }
}
.p-ccUpcross01Lead__icon {
    width: 158px;
}
@media (max-width: 1024px) {
    .p-ccUpcross01Lead__icon {
        margin: 0 auto;
    }
}
.p-ccUpcross01Merit__ttl {
    margin: 6rem;
}
@media (max-width: 1024px) {
    .p-ccUpcross01Merit__ttl {
        margin: 0 auto 3rem;
    }
}
.p-ccUpcross01Merit__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1024px) {
    .p-ccUpcross01Merit__items {
        display: block;
    }
}
.p-ccUpcross01MeritItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(33.3% - 43.3333333333px);
    margin-bottom: 2.5rem;
    padding: 3rem 2.7rem;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1024px) {
    .p-ccUpcross01MeritItem {
        width: 80%;
        margin: 0 auto 1.5rem;
        padding: 2rem 2.7rem 2.5rem;
    }
}
.p-ccUpcross01MeritItem__icon {
    width: 150px;
    margin-bottom: 2rem;
}
@media (max-width: 1024px) {
    .p-ccUpcross01MeritItem__icon {
        width: 120px;
        margin-bottom: 1rem;
    }
}
.p-ccUpcross01MeritItem__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}
.p-ccUpcross01MeritItem__num {
    position: relative;
    width: 100%;
    margin-bottom: 1.6rem;
    line-height: 1;
    text-align: center;
}
@media (max-width: 1024px) {
    .p-ccUpcross01MeritItem__num {
        margin-bottom: 1rem;
    }
}
.p-ccUpcross01MeritItem__num::before, .p-ccUpcross01MeritItem__num::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 57px;
    height: 8px;
    background-image: url(../images/common/deco_num01.png);
    background-repeat: no-repeat;
    background-size: contain;
}
@media (max-width: 1024px) {
    .p-ccUpcross01MeritItem__num::before, .p-ccUpcross01MeritItem__num::after {
        width: 46px;
        height: 6px;
    }
}
.p-ccUpcross01MeritItem__num::after {
    left: unset;
    right: 0;
    background-image: url(../images/common/deco_num02.png);
}
.p-ccUpcross01MeritItem__num span {
    display: inline-block;
    font-size: 3.6rem;
    font-weight: bold;
}
@media (max-width: 1024px) {
    .p-ccUpcross01MeritItem__num span {
        font-size: 2.8rem;
    }
}
.p-ccUpcross01MeritItem__ttl {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
@media (max-width: 1024px) {
    .p-ccUpcross01MeritItem__ttl {
        font-size: 1.6rem;
    }
}
.p-ccUpcross02Top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 12.5rem;
}
@media (max-width: 1024px) {
    .p-ccUpcross02Top {
        display: block;
        margin-bottom: 6rem;
    }
}
.p-ccUpcross02Top__txt {
    width: 545px;
    margin-right: 100px;
}
@media (max-width: 1024px) {
    .p-ccUpcross02Top__txt {
        width: 100%;
        margin-right: 0;
        margin-bottom: 3rem;
        font-size: 1.5rem;
    }
}
.p-ccUpcross02Top__img {
    width: 215px;
}
@media (max-width: 1024px) {
    .p-ccUpcross02Top__img {
        width: 180px;
        margin: 0 auto;
    }
}
.p-ccUpcross02__befoaf {
    width: 100%;
    margin-bottom: 10rem;
}
@media (max-width: 1024px) {
    .p-ccUpcross02__befoaf {
        max-width: 450px;
        margin: 0 auto 6.1rem;
    }
}
.p-ccUpcross02Flow__ttl {
    margin-bottom: 8rem;
}
@media (max-width: 1024px) {
    .p-ccUpcross02Flow__ttl {
        margin-bottom: 3rem;
    }
}
.p-ccKeypunch {
    background-color: rgba(216, 216, 216, 0.22);
    padding: 10rem 0;
}
@media (max-width: 1024px) {
    .p-ccKeypunch {
        padding: 5rem 0 4.5rem;
    }
}
.p-ccKeypunch::after {
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
}
@media (max-width: 1024px) {
    .p-ccKeypunch::after {
        display: none;
    }
}
.p-ccKeypunch__ttl {
    margin-bottom: 8rem;
}
@media (max-width: 1024px) {
    .p-ccKeypunch__ttl {
        margin-bottom: 3.7rem;
    }
}
.p-ccKeypunch__txt {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 7rem;
}
@media (max-width: 1024px) {
    .p-ccKeypunch__txt {
        margin-bottom: 4rem;
        font-size: 1.5rem;
    }
}
.p-ccKeypunch01 {
    margin-bottom: 10rem;
}
@media (max-width: 1024px) {
    .p-ccKeypunch01 {
        margin-bottom: 5rem;
    }
}
.p-ccKeypunch01__ttl {
    margin-bottom: 5.6rem;
}
@media (max-width: 1024px) {
    .p-ccKeypunch01__ttl {
        margin-bottom: 3rem;
    }
}
.p-ccKeypunch01__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 1024px) {
    .p-ccKeypunch01__items {
        display: block;
    }
}
.p-ccKeypunch01Item {
    width: 456px;
}
@media (max-width: 1024px) {
    .p-ccKeypunch01Item {
        width: 90%;
        margin: 0 auto;
    }
}
.p-ccKeypunch01Item:nth-child(odd) {
    margin-right: 6rem;
}
@media (max-width: 1024px) {
    .p-ccKeypunch01Item:nth-child(odd) {
        margin-right: auto;
    }
}
.p-ccKeypunch01Item:nth-child(1), .p-ccKeypunch01Item:nth-child(2) {
    margin-bottom: 2.5rem;
}
@media (max-width: 1024px) {
    .p-ccKeypunch01Item:nth-child(1), .p-ccKeypunch01Item:nth-child(2) {
        margin-bottom: 1.8rem;
    }
}
@media (max-width: 1024px) {
    .p-ccKeypunch01Item:not(:last-child) {
        margin-bottom: 1.8rem;
    }
}
.p-ccKeypunch01Item__ttl {
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-size: 2.2rem;
    color: #3E3E3E;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    line-height: 1;
}
@media (max-width: 1024px) {
    .p-ccKeypunch01Item__ttl {
        font-size: 1.5rem;
    }
}
.p-ccKeypunch02__ttl {
    margin-bottom: 6rem;
}
@media (max-width: 1024px) {
    .p-ccKeypunch02__ttl {
        margin-bottom: 4.4rem;
    }
}
.p-ccKeypunch02__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 840px;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .p-ccKeypunch02__items {
        max-width: 500px;
    }
}
.p-ccKeypunch02__items .c-businessCard__ttl {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 0;
}
@media (max-width: 1024px) {
    .p-ccKeypunch02__items .c-businessCard__ttl {
        margin-bottom: 1rem;
    }
}
.p-ccKeypunch02__items .c-businessCard__img {
    width: 130px;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .p-ccKeypunch02__items .c-businessCard__img {
        width: 80px;
    }
}
.p-ccSecurity {
    padding: 15rem 0 14rem;
}
@media (max-width: 1024px) {
    .p-ccSecurity {
        padding: 5rem 0 10rem;
    }
}
.p-ccSecurity::after {
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -12%);
            transform: translate(50%, -12%);
}
@media (max-width: 1024px) {
    .p-ccSecurity::after {
        display: none;
    }
}
.p-ccSecurity__ttl {
    margin-bottom: 7.7rem;
}
@media (max-width: 1024px) {
    .p-ccSecurity__ttl {
        margin-bottom: 4.8rem;
    }
}
.p-ccSecurity__subTtl {
    max-width: 940px;
    margin: 0 auto 6rem;
}
@media (max-width: 1024px) {
    .p-ccSecurity__subTtl {
        margin-left: 22px;
        margin-bottom: 4.5rem;
    }
}
.p-ccSecurity__txt {
    max-width: 940px;
    margin: 0 auto 12rem;
}
@media (max-width: 1024px) {
    .p-ccSecurity__txt {
        font-size: 1.5rem;
    }
}
.p-ccSecurity__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 940px;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .p-ccSecurity__items {
        display: block;
    }
}
.p-ccSecurityItem {
    width: calc(33.3% - 52.3333333333px);
    margin-bottom: 6rem;
}
@media (max-width: 1024px) {
    .p-ccSecurityItem {
        width: 72%;
        margin: 0 auto 3.4rem;
    }
}
.p-ccSecurityItem:last-child {
    margin-bottom: 0;
}
.p-ccSecurityItem__ttl {
    margin-bottom: 2rem;
    font-size: 2rem;
    color: #1871AE;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.5;
}
@media (max-width: 1024px) {
    .p-ccSecurityItem__ttl {
        font-size: 1.8rem;
    }
}
.p-ccSecurityItem__img {
    width: 180px;
    height: 180px;
    margin: 0 auto 3rem;
}
@media (max-width: 1024px) {
    .p-ccSecurityItem__img {
        width: 150px;
        height: 150px;
        margin-bottom: 2rem;
    }
}
.p-ccSecurityItem__txt {
    letter-spacing: 0;
    line-height: 2;
}
@media (max-width: 1024px) {
    .p-ccSecurityItem__txt {
        line-height: 1.6;
    }
}

.c-businessLead {
    padding: 9rem 0;
}
@media (max-width: 1024px) {
    .c-businessLead {
        padding: 6rem 0;
    }
}
.c-businessLead__inner {
    max-width: 900px;
}
@media (max-width: 1024px) {
    .c-businessLead__inner {
        max-width: 600px;
    }
}
.c-businessLead__txt01 {
    margin-bottom: 3.5rem;
    font-size: 3rem;
    color: #3E3E3E;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
}
@media (max-width: 1024px) {
    .c-businessLead__txt01 {
        margin-bottom: 4rem;
        font-size: 2rem;
    }
}
.c-businessLead__txt02 {
    font-size: 1.8rem;
    color: #3E3E3E;
    letter-spacing: 0;
    line-height: 2;
}
@media (max-width: 1024px) {
    .c-businessLead__txt02 {
        font-size: 1.5rem;
    }
}

.c-businessOrganizing {
    padding: 4.7rem 0 5.7rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#1871AE), to(#69B6E9));
    background: linear-gradient(#1871AE, #69B6E9);
}
@media (max-width: 1024px) {
    .c-businessOrganizing {
        padding: 2.2rem 0 4.6rem;
    }
}
.c-businessOrganizing__ttl {
    margin-bottom: 2.4rem;
    font-size: 3.2rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
@media (max-width: 1024px) {
    .c-businessOrganizing__ttl {
        font-size: 2.8rem;
    }
}
.c-businessOrganizing__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 745px;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .c-businessOrganizing__items {
        display: block;
        max-width: 500px;
        margin: 0 auto;
    }
}
.c-businessOrganizingItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(50% - 2rem);
    padding: 3.3rem 2.5rem 3.3rem 2rem;
    background-color: #fff;
    border-radius: 50px;
}
@media (max-width: 1024px) {
    .c-businessOrganizingItem {
        width: 90%;
        max-width: 330px;
        margin: 0 auto;
        padding: 2.2rem 2rem 2.6rem;
    }
}
.c-businessOrganizingItem:not(:last-child) {
    margin-right: 4rem;
}
@media (max-width: 1024px) {
    .c-businessOrganizingItem:not(:last-child) {
        margin-right: auto;
    }
}
@media (max-width: 1024px) {
    .c-businessOrganizingItem:not(:last-child) {
        margin-bottom: 1rem;
    }
}
.c-businessOrganizingItem__icon {
    width: 115px;
    margin-right: 1.5rem;
}
@media (max-width: 1024px) {
    .c-businessOrganizingItem__icon {
        width: 110px;
        margin-right: 1rem;
    }
}
.c-businessOrganizingItem__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}
.c-businessOrganizingItemContents {
    width: calc(100% - 115px - 1.5rem);
}
@media (max-width: 1024px) {
    .c-businessOrganizingItemContents {
        width: auto;
    }
}
.c-businessOrganizingItemContents__ttl {
    font-family: "Roboto", sans-serif;
    color: #1871AE;
    font-size: 3rem;
    font-weight: bold;
}
@media (max-width: 1024px) {
    .c-businessOrganizingItemContents__ttl {
        font-size: 2.4rem;
    }
}
.c-businessOrganizingItemContents__txt {
    font-size: 1.4rem;
    font-weight: bold;
}
@media (max-width: 1024px) {
    .c-businessOrganizingItemContents__txt {
        font-size: 1.2rem;
    }
}

.c-businessFlow__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1024px) {
    .c-businessFlow__items {
        display: block;
        max-width: 400px;
        margin: 0 auto;
    }
}
.c-businessFlowItem {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(33.3% - 48.6666666667px);
    padding: 4.4rem 2rem 2rem 3rem;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 5.4rem;
}
@media (max-width: 1024px) {
    .c-businessFlowItem {
        width: 100%;
        padding: 4rem 2rem 2rem 3rem;
    }
}
.c-businessFlowItem:not(:nth-child(3n))::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -73px;
    -webkit-transform: translate(-25%, -50%);
            transform: translate(-25%, -50%);
    width: 46px;
    height: 107px;
    background-image: url(../images/business/arrow_flow.png);
    background-repeat: no-repeat;
    background-size: contain;
}
@media (max-width: 1024px) {
    .c-businessFlowItem:not(:nth-child(3n))::after {
        bottom: -48px;
        right: unset;
        top: unset;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 59px;
        height: 24px;
        background-image: url(../images/business/arrow_flow_sp.png);
    }
}
@media (max-width: 1024px) {
    .c-businessFlowItem:not(:last-child)::after {
        content: "";
        position: absolute;
        bottom: -48px;
        left: 50%;
        -webkit-transform: translate(-50%, -25%);
                transform: translate(-50%, -25%);
        width: 59px;
        height: 24px;
        background-image: url(../images/business/arrow_flow_sp.png);
        background-repeat: no-repeat;
        background-size: contain;
    }
}
.c-businessFlowItem__ttl {
    position: relative;
    margin-bottom: 1rem;
    padding-bottom: 15px;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0;
}
@media (max-width: 1024px) {
    .c-businessFlowItem__ttl {
        font-size: 1.6rem;
        padding-bottom: 1.3rem;
        margin-bottom: 1.3rem;
    }
}
.c-businessFlowItem__ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 3px;
    background-color: #E04242;
}
@media (max-width: 1024px) {
    .c-businessFlowItem__ttl::after {
        width: 30px;
    }
}
.c-businessFlowItem__txt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 2rem;
    font-size: 1.8rem;
}
@media (max-width: 1024px) {
    .c-businessFlowItem__txt {
        margin-bottom: 0;
        font-size: 1.4rem;
        line-height: 1.5;
    }
}
.c-businessFlowItem__num {
    text-align: right;
    font-size: 3.2rem;
    font-weight: bold;
}
@media (max-width: 1024px) {
    .c-businessFlowItem__num {
        font-size: 2.4rem;
    }
}
.c-businessFlowItem__num span {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}
@media (max-width: 1024px) {
    .c-businessFlowItem__num span {
        padding: 0 14px;
    }
}
.c-businessFlowItem__num span::before, .c-businessFlowItem__num span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #1871AE;
    border-radius: 50%;
}
@media (max-width: 1024px) {
    .c-businessFlowItem__num span::before, .c-businessFlowItem__num span::after {
        width: 8px;
        height: 8px;
    }
}
.c-businessFlowItem__num span::after {
    left: unset;
    right: 0;
}

.c-businessCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(33.3% - 4rem);
    margin-bottom: 5rem;
    padding: 4.4rem 2rem 4rem;
    background-color: #fff;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 15px rgba(25, 104, 154, 0.16);
            box-shadow: 0 0 15px rgba(25, 104, 154, 0.16);
}
@media (max-width: 1024px) {
    .c-businessCard {
        width: calc(50% - 5px);
        margin-bottom: 1.5rem;
        padding: 3rem 0.6rem 2rem;
        border-radius: 30px;
    }
}
.c-businessCard:not(:nth-child(3n)) {
    margin-right: 6rem;
}
@media (max-width: 1024px) {
    .c-businessCard:not(:nth-child(3n)) {
        margin-right: 0;
    }
}
@media (max-width: 1024px) {
    .c-businessCard:nth-child(odd) {
        margin-right: 10px;
    }
}
.c-businessCard__ttl {
    margin-bottom: 1rem;
    font-size: 2.2rem;
    color: #1871AE;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}
@media (max-width: 1024px) {
    .c-businessCard__ttl {
        margin-bottom: 1rem;
        font-size: 1.6rem;
    }
}
.c-businessCard__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}
.c-businessCard__txt {
    padding-top: 2rem;
}

.c-businessCheck {
    position: relative;
    padding-left: 26px;
    padding-top: 32px;
}
@media (max-width: 1024px) {
    .c-businessCheck {
        padding-left: 18px;
        padding-top: 22px;
    }
}
.c-businessCheck::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
    background-image: url(../images/business/cc/deco_keypunch.png);
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 1024px) {
    .c-businessCheck::after {
        width: 46px;
        height: 46px;
    }
}

.c-businessCard02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1010px;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .c-businessCard02 {
        display: block;
        max-width: 500px;
    }
}
.c-businessCard02:not(:last-child) {
    margin-bottom: 3.5rem;
}
@media (max-width: 1024px) {
    .c-businessCard02:not(:last-child) {
        margin-bottom: 4.5rem;
    }
}
.c-businessCard02:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.c-businessCard02Contents {
    width: 57.5%;
    padding: 5rem 6rem;
    background-color: #F2F7FA;
}
@media (max-width: 1024px) {
    .c-businessCard02Contents {
        width: 100%;
        padding: 2.5rem 3rem 3rem;
    }
}
.c-businessCard02__ttl {
    position: relative;
    padding-left: 28px;
    margin-bottom: 2.8rem;
    font-size: 2.4rem;
    color: #565656;
    font-weight: bold;
}
@media (max-width: 1024px) {
    .c-businessCard02__ttl {
        margin-bottom: 2rem;
        padding-left: 22px;
        font-size: 2.2rem;
    }
}
.c-businessCard02__ttl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #1871AE;
}
@media (max-width: 1024px) {
    .c-businessCard02__ttl::before {
        width: 10px;
        height: 10px;
    }
}
.c-businessCard02__txt {
    font-size: 1.6rem;
    color: #565656;
    font-weight: bold;
    letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
    .c-businessCard02__txt {
        font-size: 1.4rem;
    }
}
.c-businessCard02__img {
    width: 42.5%;
}
@media (max-width: 1024px) {
    .c-businessCard02__img {
        width: 100%;
    }
}
.c-businessCard02__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.c-business__hasbg {
    position: relative;
}
.c-business__hasbg::after {
    content: "";
    position: absolute;
    width: 1756px;
    height: 1718px;
    background-image: url(../images/business/bg_common.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

@media (max-width: 1024px) {
    .p-os .p-aboutUsTop__ttl {
        margin-bottom: 4rem;
    }
}
.p-osLead::after {
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}
@media (max-width: 1024px) {
    .p-osLead::after {
        display: none;
    }
}
@media (max-width: 1024px) {
    .p-osLead {
        border-top: 1px solid #D1D1D1;
    }
}
.p-osMerit {
    padding: 8rem 0 8.8rem;
}
@media (max-width: 1024px) {
    .p-osMerit {
        padding: 4.6rem 0 8rem;
    }
}
.p-osMerit::after {
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, 10%);
            transform: translate(50%, 10%);
}
@media (max-width: 1024px) {
    .p-osMerit::after {
        display: none;
    }
}
.p-osMerit__ttl {
    margin-bottom: 8rem;
}
@media (max-width: 1024px) {
    .p-osMerit__ttl {
        margin-bottom: 4.8rem;
    }
}
.p-osMerit01 {
    margin-bottom: 11.3rem;
}
@media (max-width: 1024px) {
    .p-osMerit01 {
        margin-bottom: 8.5rem;
    }
}
.p-osMerit01__ttl {
    margin-bottom: 6rem;
}
@media (max-width: 1024px) {
    .p-osMerit01__ttl {
        margin-bottom: 2.4rem;
    }
}
.p-osMerit01__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1020px;
    margin: 0 auto;
}
.p-osMerit01__items .c-businessCard__img {
    width: 120px;
    height: 120px;
}
@media (max-width: 1024px) {
    .p-osMerit01__items .c-businessCard__img {
        width: 90px;
        height: 90px;
    }
}
@media (max-width: 1024px) {
    .p-osMerit01__items {
        display: block;
        max-width: 500px;
    }
}
.p-osMerit01Item {
    padding: 4.4rem 2.8rem 4rem;
}
@media (max-width: 1024px) {
    .p-osMerit01Item {
        width: 90%;
        margin: 0 auto 1.5rem;
        padding: 3rem 3rem 4rem;
    }
    .p-osMerit01Item:not(:nth-child(3n)) {
        margin-right: auto;
    }
}
.p-osMerit01Item .c-businessCard__ttl {
    margin-bottom: 2.6rem;
    font-size: 2.4rem;
}
@media (max-width: 1024px) {
    .p-osMerit01Item .c-businessCard__ttl {
        font-size: 2rem;
    }
}
.p-osMerit01Item .c-businessCard__txt {
    letter-spacing: 0;
}
.p-osMerit02__ttl {
    margin-bottom: 5rem;
}
@media (max-width: 1024px) {
    .p-osMerit02__ttl {
        margin-bottom: 3rem;
    }
}
.p-osMerit02__img {
    width: 100%;
}
@media (max-width: 1024px) {
    .p-osMerit02__img {
        max-width: 400px;
        margin: 0 auto;
    }
}
.p-osProposal {
    padding-bottom: 18rem;
}
@media (max-width: 1024px) {
    .p-osProposal {
        padding-bottom: 12rem;
    }
}
.p-osProposal__ttl {
    margin-bottom: 8rem;
}
@media (max-width: 1024px) {
    .p-osProposal__ttl {
        margin-bottom: 5.5rem;
    }
}
@media (max-width: 620px) {
    .p-osProposal__ttl .c-ttl03__main--hasbg::after {
        background-size: contain;
    }
}
.p-osProposal__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 7.5rem;
}
@media (max-width: 1024px) {
    .p-osProposal__items {
        display: block;
        max-width: 500px;
        margin-bottom: 6rem;
    }
}
.p-osProposal__item {
    width: calc(50% - 6.2rem);
}
@media (max-width: 1024px) {
    .p-osProposal__item {
        width: 100%;
    }
}
.p-osProposal__item:nth-child(1) {
    margin-right: 12.4rem;
}
@media (max-width: 1024px) {
    .p-osProposal__item:nth-child(1) {
        margin: 0;
    }
}
.p-osProposal__item:nth-child(1), .p-osProposal__item:nth-child(2) {
    margin-bottom: 6rem;
}
@media (max-width: 1024px) {
    .p-osProposal__item:nth-child(1), .p-osProposal__item:nth-child(2) {
        margin-bottom: 3rem;
    }
}
.p-osProposal01 {
    margin-bottom: 6rem;
}
@media (max-width: 1024px) {
    .p-osProposal01 {
        margin-bottom: 3.6rem;
    }
}
.p-osProposal01::after {
    bottom: 0;
    left: 0%;
    -webkit-transform: translate(-50%, -10%);
            transform: translate(-50%, -10%);
}
@media (max-width: 1024px) {
    .p-osProposal01::after {
        display: none;
    }
}
.p-osProposal01__ttl {
    margin-bottom: 5rem;
}
@media (max-width: 1024px) {
    .p-osProposal01__ttl {
        margin-bottom: 3rem;
    }
}
.p-osProposal01__txt {
    max-width: 900px;
    margin: 0 auto 6rem;
}
@media (max-width: 1024px) {
    .p-osProposal01__txt {
        margin-bottom: 3rem;
    }
}
.p-osProposal01__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 840px;
    margin: 0 auto;
}
.p-osProposal01__items .c-businessCard__img {
    width: 160px;
}
@media (max-width: 1024px) {
    .p-osProposal01__items .c-businessCard__img {
        width: 120px;
    }
}
.p-osProposal02 {
    margin-bottom: 6rem;
}
@media (max-width: 1024px) {
    .p-osProposal02 {
        margin-bottom: 3.6rem;
    }
}
.p-osProposal02::after {
    top: 0;
    right: 0;
    -webkit-transform: translate(80%, -10%);
            transform: translate(80%, -10%);
}
@media (max-width: 1024px) {
    .p-osProposal02::after {
        display: none;
    }
}
.p-osProposal02__ttl {
    margin-bottom: 5rem;
}
@media (max-width: 1024px) {
    .p-osProposal02__ttl {
        margin-bottom: 3rem;
    }
}
.p-osProposal02__txt {
    max-width: 900px;
    margin: 0 auto 5rem;
}
@media (max-width: 1024px) {
    .p-osProposal02__txt {
        margin-bottom: 3.5rem;
    }
}
@media (max-width: 1024px) {
    .p-osProposal02__img {
        max-width: 400px;
        margin: 0 auto;
    }
}

.p-promotion .p-aboutUsTopMenu__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 700px;
    width: 100%;
    padding: 20px 0;
}
.p-promotion .p-aboutUsTopMenu {
    max-width: 700px;
    width: 100%;
}
.p-promotion .p-aboutUsTopMenuItem {
    display: inline-block;
    width: auto;
    padding-right: 20px;
}
@media (max-width: 1024px) {
    .p-promotion .p-aboutUsTopMenuItem {
        width: 100%;
    }
}
.p-promotion .p-aboutUsTopMenuItem a {
    display: inline-block;
    padding: 20px;
}
@media (max-width: 1024px) {
    .p-promotion .p-aboutUsTopMenuItem a {
        padding: 6px 22px;
        font-size: 1.5rem;
        font-weight: bold;
    }
}
@media (max-width: 1024px) {
    .p-promotion .p-aboutUsTopMenuItem a::before {
        width: 13px;
    }
}
.p-promotionIs {
    padding: 8.9rem 0 12.7rem;
    background-color: rgba(216, 216, 216, 0.22);
}
@media (max-width: 1024px) {
    .p-promotionIs {
        padding: 8rem 0;
    }
}
.p-promotionIs__ttl {
    margin-bottom: 7.7rem;
}
@media (max-width: 1024px) {
    .p-promotionIs__ttl {
        margin-bottom: 4rem;
    }
}
.p-promotionIs__txt {
    margin-bottom: 5.6rem;
    font-size: 1.8rem;
}
@media (max-width: 1024px) {
    .p-promotionIs__txt {
        margin-bottom: 4.5rem;
        font-size: 1.5rem;
    }
}
.p-promotionIs__lead {
    margin-bottom: 3rem;
    font-size: 2.8rem;
    color: #1871AE;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
}
@media (max-width: 1024px) {
    .p-promotionIs__lead {
        margin-bottom: 6rem;
        font-size: 2rem;
        font-weight: bold;
        text-align: left;
    }
}
.p-promotionIs__img {
    max-width: 970px;
    margin: 0 auto 8rem;
}
@media (max-width: 1024px) {
    .p-promotionIs__img {
        max-width: 350px;
        margin-bottom: 5rem;
    }
}
.p-promotionIs01 {
    margin-bottom: 12.5rem;
}
@media (max-width: 1024px) {
    .p-promotionIs01 {
        margin-bottom: 6rem;
    }
}
.p-promotionIs01__ttl {
    margin-bottom: 6rem;
}
@media (max-width: 1024px) {
    .p-promotionIs01__ttl {
        margin-bottom: 4.5rem;
    }
}
.p-promotionIs01__items {
    max-width: 1000px;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .p-promotionIs01__items {
        max-width: 350px;
    }
}
.p-promotionIs01__item:not(:last-child) {
    margin-bottom: 2.5rem;
}
.p-promotionIs02__ttl {
    margin-bottom: 7.8rem;
}
@media (max-width: 1024px) {
    .p-promotionIs02__ttl {
        margin-bottom: 4rem;
    }
}
.p-promotionIs02__txt {
    max-width: 940px;
    margin: 0 auto 5rem;
    font-size: 1.8rem;
}
@media (max-width: 1024px) {
    .p-promotionIs02__txt {
        font-size: 1.5rem;
    }
}
.p-promotionIs02__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}
.p-promotionIs02__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    width: 240px;
    margin-right: 3.6rem;
    padding: 25px 10px;
    font-size: 2.2rem;
    color: #3E3E3E;
    font-weight: bold;
    text-align: center;
}
.p-promotionIs02__item:nth-child(3n) {
    margin-right: 0;
}
@media (max-width: 1024px) {
    .p-promotionIs02__item:nth-child(3n) {
        margin-right: auto;
    }
}
.p-promotionIs02__item:not(:nth-child(n+4)) {
    margin-bottom: 2.6rem;
}
@media (max-width: 1024px) {
    .p-promotionIs02__item:not(:nth-child(n+4)) {
        margin-bottom: 0;
    }
}
@media (max-width: 1024px) {
    .p-promotionIs02__item {
        width: 80%;
        margin: 0 auto;
        font-size: 2rem;
    }
    .p-promotionIs02__item:not(:last-child) {
        margin-bottom: 1.5rem;
    }
}
.p-promotionM {
    padding: 11rem 0 12rem;
}
@media (max-width: 1024px) {
    .p-promotionM {
        padding: 8rem 0 7rem;
    }
}
.p-promotionM::after {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
}
@media (max-width: 1024px) {
    .p-promotionM::after {
        display: none;
    }
}
.p-promotionM__ttl {
    margin-bottom: 7.7rem;
}
@media (max-width: 1024px) {
    .p-promotionM__ttl {
        margin-bottom: 4rem;
    }
}
.p-promotionM__txt {
    margin-bottom: 8rem;
    font-size: 1.8rem;
    letter-spacing: 0;
}
@media (max-width: 1024px) {
    .p-promotionM__txt {
        margin-bottom: 4.5rem;
        font-size: 1.5rem;
    }
}
.p-promotionM01 {
    margin-bottom: 16rem;
}
@media (max-width: 1024px) {
    .p-promotionM01 {
        margin-bottom: 8rem;
    }
}
.p-promotionM01__ttl {
    margin-bottom: 6.3rem;
}
@media (max-width: 1024px) {
    .p-promotionM01__ttl {
        margin-bottom: 4.5rem;
    }
}
.p-promotionM01__txt {
    margin-bottom: 8.5rem;
    font-size: 1.8rem;
}
@media (max-width: 1024px) {
    .p-promotionM01__txt {
        margin-bottom: 5rem;
        font-size: 1.5rem;
    }
}
.p-promotionM01__img {
    margin-bottom: 14rem;
}
@media (max-width: 1024px) {
    .p-promotionM01__img {
        width: 85%;
        max-width: 360px;
        margin: 0 auto 6rem;
    }
}
.p-promotionM02::after {
    top: 0;
    right: 0;
    -webkit-transform: translate(80%, -80%);
            transform: translate(80%, -80%);
}
@media (max-width: 1024px) {
    .p-promotionM02::after {
        display: none;
    }
}
.p-promotionM02__ttl {
    margin-bottom: 7.8rem;
}
@media (max-width: 1024px) {
    .p-promotionM02__ttl {
        margin-bottom: 4.5rem;
    }
}
.p-promotionM02__txt {
    margin-bottom: 5rem;
    font-size: 1.8rem;
}
@media (max-width: 1024px) {
    .p-promotionM02__txt {
        font-size: 1.5rem;
    }
}
.p-promotionM02__img {
    width: 640px;
    margin: 0 auto 7rem;
}
@media (max-width: 1024px) {
    .p-promotionM02__img {
        width: 100%;
        max-width: 350px;
        margin-bottom: 6rem;
    }
}
.p-promotionM02__lead {
    margin-bottom: 5rem;
    font-size: 2.8rem;
    color: #1871AE;
    font-weight: bold;
    text-align: center;
}
@media (max-width: 1024px) {
    .p-promotionM02__lead {
        margin-bottom: 4.5rem;
        font-size: 2rem;
    }
}
.p-promotionM02__items {
    max-width: 860px;
    margin: 0 auto;
}
.p-promotionM02Item:not(:last-child) {
    margin-bottom: 2.5rem;
}
@media (max-width: 1024px) {
    .p-promotionM02Item:not(:last-child) {
        margin-bottom: 3rem;
    }
}
.p-promotionM02Item__inner {
    padding: 3.5rem 6rem 3rem;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.p-promotionM02Item__ttl {
    margin-bottom: 2.5rem;
    font-size: 2.2rem;
    color: #3E3E3E;
    font-weight: bold;
}
@media (max-width: 1024px) {
    .p-promotionM02Item__ttl {
        margin-bottom: 2rem;
        font-size: 1.6rem;
    }
}
@media (max-width: 1024px) {
    .p-promotionM02Item__txt {
        font-size: 1.4rem;
    }
}
.p-promotionEp {
    margin-bottom: -120px;
    padding: 13.5rem 0 29rem;
    background-color: rgba(216, 216, 216, 0.22);
}
.p-promotionEp::after {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-85%, -60%);
            transform: translate(-85%, -60%);
}
@media (max-width: 1024px) {
    .p-promotionEp::after {
        display: none;
    }
}
@media (max-width: 1024px) {
    .p-promotionEp {
        margin-bottom: -60px;
        padding: 6.5rem 0 18rem;
    }
}
.p-promotionEp__ttl {
    margin-bottom: 5.7rem;
}
@media (max-width: 1024px) {
    .p-promotionEp__ttl {
        margin-bottom: 4rem;
    }
}
.p-promotionEp__txt {
    margin-bottom: 8rem;
    font-size: 1.8rem;
}
@media (max-width: 1024px) {
    .p-promotionEp__txt {
        margin-bottom: 4.5rem;
        font-size: 1.5rem;
    }
}
.p-promotionEp01 {
    margin-bottom: 11rem;
}
@media (max-width: 1024px) {
    .p-promotionEp01 {
        margin-bottom: 6rem;
    }
}
.p-promotionEp01__ttl {
    margin-bottom: 6rem;
}
@media (max-width: 1024px) {
    .p-promotionEp01__ttl {
        margin-bottom: 3rem;
    }
}
@media (max-width: 1024px) {
    .p-promotionEp01__items {
        width: 90%;
    }
}
.p-promotionEp01Item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5rem;
}
@media (max-width: 1024px) {
    .p-promotionEp01Item {
        padding: 3.3rem 2rem 2.4rem;
    }
}
@media (max-width: 1024px) {
    .p-promotionEp01Item:not(:last-child)::after {
        bottom: -46px;
    }
}
.p-promotionEp01Item__ttl {
    margin-bottom: 1rem;
    font-size: 2.4rem;
    color: #1871AE;
    font-weight: bold;
    text-align: center;
}
@media (max-width: 1024px) {
    .p-promotionEp01Item__ttl {
        margin-bottom: 1.6rem;
        font-size: 2rem;
    }
}
.p-promotionEp01Item__icon {
    width: 150px;
    margin: 0 auto 1rem;
}
@media (max-width: 1024px) {
    .p-promotionEp01Item__icon {
        margin-bottom: 1.6rem;
        width: 140px;
    }
}
.p-promotionEp01Item__txt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 1rem;
    letter-spacing: 0;
}
.p-promotionEp02::after {
    right: 50%;
    bottom: 0;
    -webkit-transform: translate(85%, 0);
            transform: translate(85%, 0);
}
@media (max-width: 1024px) {
    .p-promotionEp02::after {
        display: none;
    }
}
.p-promotionEp02__ttl {
    margin-bottom: 4.8rem;
}
.p-promotionEp02__txt {
    margin-bottom: 5rem;
    font-size: 1.8rem;
    text-align: center;
}
@media (max-width: 1024px) {
    .p-promotionEp02__txt {
        margin-bottom: 4.5rem;
        font-size: 1.5rem;
    }
}
.p-promotionEp02__items .c-businessCard02__img {
    width: 50%;
}
@media (max-width: 1024px) {
    .p-promotionEp02__items .c-businessCard02__img {
        width: 100%;
    }
}
.p-promotionEp02__items .c-businessCard02Contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    padding: 2.5rem 3.5rem 2rem 2.3rem;
    padding-left: 40px;
    background-color: #fff;
}
@media (max-width: 1024px) {
    .p-promotionEp02__items .c-businessCard02Contents {
        width: 100%;
        padding: 2.5rem 3rem 3rem;
    }
}
.p-promotionEp02__items .c-businessCard02__ttl {
    letter-spacing: 0.04em;
}
@media (max-width: 1024px) {
    .p-promotionEp02__items .c-businessCard02__ttl {
        line-height: 1.4;
        font-size: 2rem;
    }
    .p-promotionEp02__items .c-businessCard02__ttl::before {
        -webkit-transform: translateY(15%);
                transform: translateY(15%);
    }
}
.p-promotionEp02__items .c-businessCard02__txt {
    padding-left: 1em;
    text-indent: -1em;
}

.u-highlight {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.u-highlight::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background-color: #FFBDBD;
    border-radius: 2px;
    z-index: -1;
}

.u-annotation {
    font-size: 0.5em;
    vertical-align: super;
}

.u-dp--inlineblock {
    display: inline-block;
}

.u-indent {
    padding-left: 1.3em;
    text-indent: -1.3em;
}

.u-font-bold {
    font-weight: bold;
}

.u-fz-s {
    font-size: 0.85em;
}

.u-borderT--none {
    border-top: none;
}

.u-borderB--none {
    border-bottom: none;
}

.u-color--bk {
    color: #000;
}

.u-lh--15 {
    line-height: 1.5;
}

.u-lh--2 {
    line-height: 2;
}

.u-lh--3 {
    line-height: 3;
}

.u-text--title {
    display: inline-block;
    font-size: 2.2rem;
}
@media (max-width: 600px) {
    .u-text--title {
        font-size: 1.6rem;
    }
}

.u-text--attention {
    font-size: 1.4rem;
}
@media (max-width: 600px) {
    .u-text--attention {
        font-size: 1.2rem;
    }
}

.u-block {
    display: block;
}

.u-inlineBlock {
    display: inline-block;
}

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

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

@media (max-width: 600px) {
    .u-wrapSp {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.u-flex--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.u-flex--verticalCenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.u-flex--horizontalCenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.u-flex--onlypc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 600px) {
    .u-flex--onlypc {
        display: block;
    }
}

.u-pc-hidden {
    display: none;
}
@media (max-width: 1024px) {
    .u-pc-hidden {
        display: block;
    }
}

.u-pctab-hidden {
    display: none;
}
@media (max-width: 600px) {
    .u-pctab-hidden {
        display: block;
    }
}

.u-sptab-hidden {
    display: block;
}
@media (max-width: 1024px) {
    .u-sptab-hidden {
        display: none;
    }
}

.u-sp-hidden {
    display: block;
}
@media (max-width: 600px) {
    .u-sp-hidden {
        display: none;
    }
}

.u-sp--hidden {
    display: block;
}
@media (max-width: 600px) {
    .u-sp--hidden {
        display: none;
    }
}

.u-vertical--middle {
    vertical-align: middle;
}

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

.u-col--def {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.u-col--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}

.u-ws-noWrap {
    white-space: nowrap;
}

.u-no-events {
    pointer-events: none;
}

.u-pd--0 {
    padding: 0;
}

.u-wd--100 {
    width: 100%;
}

.u-width--0 {
    width: 0px;
}

.u-width--5 {
    width: 5px;
}

.u-width--10 {
    width: 10px;
}

.u-width--15 {
    width: 15px;
}

.u-width--20 {
    width: 20px;
}

.u-width--25 {
    width: 25px;
}

.u-width--30 {
    width: 30px;
}

.u-width--35 {
    width: 35px;
}

.u-width--40 {
    width: 40px;
}

.u-width--45 {
    width: 45px;
}

.u-width--50 {
    width: 50px;
}

.u-width--55 {
    width: 55px;
}

.u-width--60 {
    width: 60px;
}

.u-width--65 {
    width: 65px;
}

.u-width--70 {
    width: 70px;
}

.u-width--75 {
    width: 75px;
}

.u-width--80 {
    width: 80px;
}

.u-width--85 {
    width: 85px;
}

.u-width--90 {
    width: 90px;
}

.u-width--95 {
    width: 95px;
}

.u-width--100 {
    width: 100px;
}

.u-width--105 {
    width: 105px;
}

.u-width--110 {
    width: 110px;
}

.u-width--115 {
    width: 115px;
}

.u-width--120 {
    width: 120px;
}

.u-width--125 {
    width: 125px;
}

.u-width--130 {
    width: 130px;
}

.u-width--135 {
    width: 135px;
}

.u-width--140 {
    width: 140px;
}

.u-width--145 {
    width: 145px;
}

.u-width--150 {
    width: 150px;
}

.u-width--155 {
    width: 155px;
}

.u-width--160 {
    width: 160px;
}

.u-width--165 {
    width: 165px;
}

.u-width--170 {
    width: 170px;
}

.u-width--175 {
    width: 175px;
}

.u-width--180 {
    width: 180px;
}

.u-width--185 {
    width: 185px;
}

.u-width--190 {
    width: 190px;
}

.u-width--195 {
    width: 195px;
}

.u-width--200 {
    width: 200px;
}

.u-width--205 {
    width: 205px;
}

.u-width--210 {
    width: 210px;
}

.u-width--215 {
    width: 215px;
}

.u-width--220 {
    width: 220px;
}

.u-width--225 {
    width: 225px;
}

.u-width--230 {
    width: 230px;
}

.u-width--235 {
    width: 235px;
}

.u-width--240 {
    width: 240px;
}

.u-width--245 {
    width: 245px;
}

@media (max-width: 600px) {
    .u-sp-wd--100 {
        width: 100%;
    }
    .u-sp-pd--0 {
        padding: 0;
    }
    .u-sp-pdTop--0 {
        padding-top: 0px;
    }
    .u-sp-pdTop--5 {
        padding-top: 5px;
    }
    .u-sp-pdTop--10 {
        padding-top: 10px;
    }
    .u-sp-pdTop--15 {
        padding-top: 15px;
    }
    .u-sp-pdTop--20 {
        padding-top: 20px;
    }
    .u-sp-pdTop--25 {
        padding-top: 25px;
    }
    .u-sp-pdTop--30 {
        padding-top: 30px;
    }
    .u-sp-pdTop--35 {
        padding-top: 35px;
    }
    .u-sp-pdTop--40 {
        padding-top: 40px;
    }
    .u-sp-pdTop--45 {
        padding-top: 45px;
    }
    .u-sp-pdTop--50 {
        padding-top: 50px;
    }
    .u-sp-pdTop--55 {
        padding-top: 55px;
    }
    .u-sp-pdTop--60 {
        padding-top: 60px;
    }
    .u-sp-pdTop--65 {
        padding-top: 65px;
    }
    .u-sp-pdTop--70 {
        padding-top: 70px;
    }
    .u-sp-pdTop--75 {
        padding-top: 75px;
    }
    .u-sp-pdTop--80 {
        padding-top: 80px;
    }
    .u-sp-pdTop--85 {
        padding-top: 85px;
    }
    .u-sp-pdTop--90 {
        padding-top: 90px;
    }
    .u-sp-pdTop--95 {
        padding-top: 95px;
    }
    .u-sp-pdTop--100 {
        padding-top: 100px;
    }
    .u-sp-pdLeft--0 {
        padding-left: 0px;
    }
    .u-sp-pdLeft--5 {
        padding-left: 5px;
    }
    .u-sp-pdLeft--10 {
        padding-left: 10px;
    }
    .u-sp-pdLeft--15 {
        padding-left: 15px;
    }
    .u-sp-pdLeft--20 {
        padding-left: 20px;
    }
    .u-sp-pdLeft--25 {
        padding-left: 25px;
    }
    .u-sp-pdLeft--30 {
        padding-left: 30px;
    }
    .u-sp-pdLeft--35 {
        padding-left: 35px;
    }
    .u-sp-pdLeft--40 {
        padding-left: 40px;
    }
    .u-sp-pdLeft--45 {
        padding-left: 45px;
    }
    .u-sp-pdLeft--50 {
        padding-left: 50px;
    }
    .u-sp-pdLeft--55 {
        padding-left: 55px;
    }
    .u-sp-pdLeft--60 {
        padding-left: 60px;
    }
    .u-sp-pdLeft--65 {
        padding-left: 65px;
    }
    .u-sp-pdLeft--70 {
        padding-left: 70px;
    }
    .u-sp-pdLeft--75 {
        padding-left: 75px;
    }
    .u-sp-pdLeft--80 {
        padding-left: 80px;
    }
    .u-sp-pdLeft--85 {
        padding-left: 85px;
    }
    .u-sp-pdLeft--90 {
        padding-left: 90px;
    }
    .u-sp-pdLeft--95 {
        padding-left: 95px;
    }
    .u-sp-pdLeft--100 {
        padding-left: 100px;
    }
    .u-sp-pdRight--0 {
        padding-right: 0px;
    }
    .u-sp-pdRight--5 {
        padding-right: 5px;
    }
    .u-sp-pdRight--10 {
        padding-right: 10px;
    }
    .u-sp-pdRight--15 {
        padding-right: 15px;
    }
    .u-sp-pdRight--20 {
        padding-right: 20px;
    }
    .u-sp-pdRight--25 {
        padding-right: 25px;
    }
    .u-sp-pdRight--30 {
        padding-right: 30px;
    }
    .u-sp-pdRight--35 {
        padding-right: 35px;
    }
    .u-sp-pdRight--40 {
        padding-right: 40px;
    }
    .u-sp-pdRight--45 {
        padding-right: 45px;
    }
    .u-sp-pdRight--50 {
        padding-right: 50px;
    }
    .u-sp-pdRight--55 {
        padding-right: 55px;
    }
    .u-sp-pdRight--60 {
        padding-right: 60px;
    }
    .u-sp-pdRight--65 {
        padding-right: 65px;
    }
    .u-sp-pdRight--70 {
        padding-right: 70px;
    }
    .u-sp-pdRight--75 {
        padding-right: 75px;
    }
    .u-sp-pdRight--80 {
        padding-right: 80px;
    }
    .u-sp-pdRight--85 {
        padding-right: 85px;
    }
    .u-sp-pdRight--90 {
        padding-right: 90px;
    }
    .u-sp-pdRight--95 {
        padding-right: 95px;
    }
    .u-sp-pdRight--100 {
        padding-right: 100px;
    }
    .u-sp-pdBottom--0 {
        padding-bottom: 0px;
    }
    .u-sp-pdBottom--5 {
        padding-bottom: 5px;
    }
    .u-sp-pdBottom--10 {
        padding-bottom: 10px;
    }
    .u-sp-pdBottom--15 {
        padding-bottom: 15px;
    }
    .u-sp-pdBottom--20 {
        padding-bottom: 20px;
    }
    .u-sp-pdBottom--25 {
        padding-bottom: 25px;
    }
    .u-sp-pdBottom--30 {
        padding-bottom: 30px;
    }
    .u-sp-pdBottom--35 {
        padding-bottom: 35px;
    }
    .u-sp-pdBottom--40 {
        padding-bottom: 40px;
    }
    .u-sp-pdBottom--45 {
        padding-bottom: 45px;
    }
    .u-sp-pdBottom--50 {
        padding-bottom: 50px;
    }
    .u-sp-pdBottom--55 {
        padding-bottom: 55px;
    }
    .u-sp-pdBottom--60 {
        padding-bottom: 60px;
    }
    .u-sp-pdBottom--65 {
        padding-bottom: 65px;
    }
    .u-sp-pdBottom--70 {
        padding-bottom: 70px;
    }
    .u-sp-pdBottom--75 {
        padding-bottom: 75px;
    }
    .u-sp-pdBottom--80 {
        padding-bottom: 80px;
    }
    .u-sp-pdBottom--85 {
        padding-bottom: 85px;
    }
    .u-sp-pdBottom--90 {
        padding-bottom: 90px;
    }
    .u-sp-pdBottom--95 {
        padding-bottom: 95px;
    }
    .u-sp-pdBottom--100 {
        padding-bottom: 100px;
    }
}
.u-mg--0 {
    margin: 0;
}

.u-mgTop--0 {
    margin-top: 0px;
}

.u-mgTop--5 {
    margin-top: 5px;
}

.u-mgTop--10 {
    margin-top: 10px;
}

.u-mgTop--15 {
    margin-top: 15px;
}

.u-mgTop--20 {
    margin-top: 20px;
}

.u-mgTop--25 {
    margin-top: 25px;
}

.u-mgTop--30 {
    margin-top: 30px;
}

.u-mgTop--35 {
    margin-top: 35px;
}

.u-mgTop--40 {
    margin-top: 40px;
}

.u-mgTop--45 {
    margin-top: 45px;
}

.u-mgTop--50 {
    margin-top: 50px;
}

.u-mgTop--55 {
    margin-top: 55px;
}

.u-mgTop--60 {
    margin-top: 60px;
}

.u-mgTop--65 {
    margin-top: 65px;
}

.u-mgTop--70 {
    margin-top: 70px;
}

.u-mgTop--75 {
    margin-top: 75px;
}

.u-mgTop--80 {
    margin-top: 80px;
}

.u-mgTop--85 {
    margin-top: 85px;
}

.u-mgTop--90 {
    margin-top: 90px;
}

.u-mgTop--95 {
    margin-top: 95px;
}

.u-mgTop--100 {
    margin-top: 100px;
}

.u-mgLeft--0 {
    margin-left: 0px;
}

.u-mgLeft--5 {
    margin-left: 5px;
}

.u-mgLeft--10 {
    margin-left: 10px;
}

.u-mgLeft--15 {
    margin-left: 15px;
}

.u-mgLeft--20 {
    margin-left: 20px;
}

.u-mgLeft--25 {
    margin-left: 25px;
}

.u-mgLeft--30 {
    margin-left: 30px;
}

.u-mgLeft--35 {
    margin-left: 35px;
}

.u-mgLeft--40 {
    margin-left: 40px;
}

.u-mgLeft--45 {
    margin-left: 45px;
}

.u-mgLeft--50 {
    margin-left: 50px;
}

.u-mgLeft--55 {
    margin-left: 55px;
}

.u-mgLeft--60 {
    margin-left: 60px;
}

.u-mgLeft--65 {
    margin-left: 65px;
}

.u-mgLeft--70 {
    margin-left: 70px;
}

.u-mgLeft--75 {
    margin-left: 75px;
}

.u-mgLeft--80 {
    margin-left: 80px;
}

.u-mgLeft--85 {
    margin-left: 85px;
}

.u-mgLeft--90 {
    margin-left: 90px;
}

.u-mgLeft--95 {
    margin-left: 95px;
}

.u-mgLeft--100 {
    margin-left: 100px;
}

.u-mgRight--0 {
    margin-right: 0px;
}

.u-mgRight--5 {
    margin-right: 5px;
}

.u-mgRight--10 {
    margin-right: 10px;
}

.u-mgRight--15 {
    margin-right: 15px;
}

.u-mgRight--20 {
    margin-right: 20px;
}

.u-mgRight--25 {
    margin-right: 25px;
}

.u-mgRight--30 {
    margin-right: 30px;
}

.u-mgRight--35 {
    margin-right: 35px;
}

.u-mgRight--40 {
    margin-right: 40px;
}

.u-mgRight--45 {
    margin-right: 45px;
}

.u-mgRight--50 {
    margin-right: 50px;
}

.u-mgRight--55 {
    margin-right: 55px;
}

.u-mgRight--60 {
    margin-right: 60px;
}

.u-mgRight--65 {
    margin-right: 65px;
}

.u-mgRight--70 {
    margin-right: 70px;
}

.u-mgRight--75 {
    margin-right: 75px;
}

.u-mgRight--80 {
    margin-right: 80px;
}

.u-mgRight--85 {
    margin-right: 85px;
}

.u-mgRight--90 {
    margin-right: 90px;
}

.u-mgRight--95 {
    margin-right: 95px;
}

.u-mgRight--100 {
    margin-right: 100px;
}

.u-mgBottom--0 {
    margin-bottom: 0px;
}

.u-mgBottom--5 {
    margin-bottom: 5px;
}

.u-mgBottom--10 {
    margin-bottom: 10px;
}

.u-mgBottom--15 {
    margin-bottom: 15px;
}

.u-mgBottom--20 {
    margin-bottom: 20px;
}

.u-mgBottom--25 {
    margin-bottom: 25px;
}

.u-mgBottom--30 {
    margin-bottom: 30px;
}

.u-mgBottom--35 {
    margin-bottom: 35px;
}

.u-mgBottom--40 {
    margin-bottom: 40px;
}

.u-mgBottom--45 {
    margin-bottom: 45px;
}

.u-mgBottom--50 {
    margin-bottom: 50px;
}

.u-mgBottom--55 {
    margin-bottom: 55px;
}

.u-mgBottom--60 {
    margin-bottom: 60px;
}

.u-mgBottom--65 {
    margin-bottom: 65px;
}

.u-mgBottom--70 {
    margin-bottom: 70px;
}

.u-mgBottom--75 {
    margin-bottom: 75px;
}

.u-mgBottom--80 {
    margin-bottom: 80px;
}

.u-mgBottom--85 {
    margin-bottom: 85px;
}

.u-mgBottom--90 {
    margin-bottom: 90px;
}

.u-mgBottom--95 {
    margin-bottom: 95px;
}

.u-mgBottom--100 {
    margin-bottom: 100px;
}

.u-mgBottom--105 {
    margin-bottom: 105px;
}

.u-mgBottom--110 {
    margin-bottom: 110px;
}

.u-mgBottom--115 {
    margin-bottom: 115px;
}

.u-mgBottom--120 {
    margin-bottom: 120px;
}

.u-mgBottom--125 {
    margin-bottom: 125px;
}

.u-mgBottom--130 {
    margin-bottom: 130px;
}

.u-mgBottom--135 {
    margin-bottom: 135px;
}

.u-mgBottom--140 {
    margin-bottom: 140px;
}

.u-mgBottom--145 {
    margin-bottom: 145px;
}

.u-mgBottom--150 {
    margin-bottom: 150px;
}

.u-mgBottom--155 {
    margin-bottom: 155px;
}

.u-mgBottom--160 {
    margin-bottom: 160px;
}

.u-mgBottom--165 {
    margin-bottom: 165px;
}

.u-mgBottom--170 {
    margin-bottom: 170px;
}

.u-mgBottom--175 {
    margin-bottom: 175px;
}

.u-mgBottom--180 {
    margin-bottom: 180px;
}

.u-mgBottom--185 {
    margin-bottom: 185px;
}

.u-mgBottom--190 {
    margin-bottom: 190px;
}

.u-mgBottom--195 {
    margin-bottom: 195px;
}

.u-mgBottom--200 {
    margin-bottom: 200px;
}

.u-mgBottom--205 {
    margin-bottom: 205px;
}

.u-mgBottom--210 {
    margin-bottom: 210px;
}

.u-mgBottom--215 {
    margin-bottom: 215px;
}

.u-mgBottom--220 {
    margin-bottom: 220px;
}

.u-mgBottom--225 {
    margin-bottom: 225px;
}

.u-mgBottom--230 {
    margin-bottom: 230px;
}

.u-mgBottom--235 {
    margin-bottom: 235px;
}

.u-mgBottom--240 {
    margin-bottom: 240px;
}

.u-mgBottom--245 {
    margin-bottom: 245px;
}

@media (max-width: 600px) {
    .u-sp-mg--0 {
        margin: 0;
    }
    .u-sp-mgTop--0 {
        margin-top: 0px;
    }
    .u-sp-mgTop--5 {
        margin-top: 5px;
    }
    .u-sp-mgTop--10 {
        margin-top: 10px;
    }
    .u-sp-mgTop--15 {
        margin-top: 15px;
    }
    .u-sp-mgTop--20 {
        margin-top: 20px;
    }
    .u-sp-mgTop--25 {
        margin-top: 25px;
    }
    .u-sp-mgTop--30 {
        margin-top: 30px;
    }
    .u-sp-mgTop--35 {
        margin-top: 35px;
    }
    .u-sp-mgTop--40 {
        margin-top: 40px;
    }
    .u-sp-mgTop--45 {
        margin-top: 45px;
    }
    .u-sp-mgTop--50 {
        margin-top: 50px;
    }
    .u-sp-mgTop--55 {
        margin-top: 55px;
    }
    .u-sp-mgTop--60 {
        margin-top: 60px;
    }
    .u-sp-mgTop--65 {
        margin-top: 65px;
    }
    .u-sp-mgTop--70 {
        margin-top: 70px;
    }
    .u-sp-mgTop--75 {
        margin-top: 75px;
    }
    .u-sp-mgTop--80 {
        margin-top: 80px;
    }
    .u-sp-mgTop--85 {
        margin-top: 85px;
    }
    .u-sp-mgTop--90 {
        margin-top: 90px;
    }
    .u-sp-mgTop--95 {
        margin-top: 95px;
    }
    .u-sp-mgTop--100 {
        margin-top: 100px;
    }
    .u-sp-mgLeft--0 {
        margin-left: 0px;
    }
    .u-sp-mgLeft--5 {
        margin-left: 5px;
    }
    .u-sp-mgLeft--10 {
        margin-left: 10px;
    }
    .u-sp-mgLeft--15 {
        margin-left: 15px;
    }
    .u-sp-mgLeft--20 {
        margin-left: 20px;
    }
    .u-sp-mgLeft--25 {
        margin-left: 25px;
    }
    .u-sp-mgLeft--30 {
        margin-left: 30px;
    }
    .u-sp-mgLeft--35 {
        margin-left: 35px;
    }
    .u-sp-mgLeft--40 {
        margin-left: 40px;
    }
    .u-sp-mgLeft--45 {
        margin-left: 45px;
    }
    .u-sp-mgLeft--50 {
        margin-left: 50px;
    }
    .u-sp-mgLeft--55 {
        margin-left: 55px;
    }
    .u-sp-mgLeft--60 {
        margin-left: 60px;
    }
    .u-sp-mgLeft--65 {
        margin-left: 65px;
    }
    .u-sp-mgLeft--70 {
        margin-left: 70px;
    }
    .u-sp-mgLeft--75 {
        margin-left: 75px;
    }
    .u-sp-mgLeft--80 {
        margin-left: 80px;
    }
    .u-sp-mgLeft--85 {
        margin-left: 85px;
    }
    .u-sp-mgLeft--90 {
        margin-left: 90px;
    }
    .u-sp-mgLeft--95 {
        margin-left: 95px;
    }
    .u-sp-mgLeft--100 {
        margin-left: 100px;
    }
    .u-sp-mgRight--0 {
        margin-right: 0px;
    }
    .u-sp-mgRight--5 {
        margin-right: 5px;
    }
    .u-sp-mgRight--10 {
        margin-right: 10px;
    }
    .u-sp-mgRight--15 {
        margin-right: 15px;
    }
    .u-sp-mgRight--20 {
        margin-right: 20px;
    }
    .u-sp-mgRight--25 {
        margin-right: 25px;
    }
    .u-sp-mgRight--30 {
        margin-right: 30px;
    }
    .u-sp-mgRight--35 {
        margin-right: 35px;
    }
    .u-sp-mgRight--40 {
        margin-right: 40px;
    }
    .u-sp-mgRight--45 {
        margin-right: 45px;
    }
    .u-sp-mgRight--50 {
        margin-right: 50px;
    }
    .u-sp-mgRight--55 {
        margin-right: 55px;
    }
    .u-sp-mgRight--60 {
        margin-right: 60px;
    }
    .u-sp-mgRight--65 {
        margin-right: 65px;
    }
    .u-sp-mgRight--70 {
        margin-right: 70px;
    }
    .u-sp-mgRight--75 {
        margin-right: 75px;
    }
    .u-sp-mgRight--80 {
        margin-right: 80px;
    }
    .u-sp-mgRight--85 {
        margin-right: 85px;
    }
    .u-sp-mgRight--90 {
        margin-right: 90px;
    }
    .u-sp-mgRight--95 {
        margin-right: 95px;
    }
    .u-sp-mgRight--100 {
        margin-right: 100px;
    }
    .u-sp-mgBottom--0 {
        margin-bottom: 0px;
    }
    .u-sp-mgBottom--5 {
        margin-bottom: 5px;
    }
    .u-sp-mgBottom--10 {
        margin-bottom: 10px;
    }
    .u-sp-mgBottom--15 {
        margin-bottom: 15px;
    }
    .u-sp-mgBottom--20 {
        margin-bottom: 20px;
    }
    .u-sp-mgBottom--25 {
        margin-bottom: 25px;
    }
    .u-sp-mgBottom--30 {
        margin-bottom: 30px;
    }
    .u-sp-mgBottom--35 {
        margin-bottom: 35px;
    }
    .u-sp-mgBottom--40 {
        margin-bottom: 40px;
    }
    .u-sp-mgBottom--45 {
        margin-bottom: 45px;
    }
    .u-sp-mgBottom--50 {
        margin-bottom: 50px;
    }
    .u-sp-mgBottom--55 {
        margin-bottom: 55px;
    }
    .u-sp-mgBottom--60 {
        margin-bottom: 60px;
    }
    .u-sp-mgBottom--65 {
        margin-bottom: 65px;
    }
    .u-sp-mgBottom--70 {
        margin-bottom: 70px;
    }
    .u-sp-mgBottom--75 {
        margin-bottom: 75px;
    }
    .u-sp-mgBottom--80 {
        margin-bottom: 80px;
    }
    .u-sp-mgBottom--85 {
        margin-bottom: 85px;
    }
    .u-sp-mgBottom--90 {
        margin-bottom: 90px;
    }
    .u-sp-mgBottom--95 {
        margin-bottom: 95px;
    }
    .u-sp-mgBottom--100 {
        margin-bottom: 100px;
    }
}
.u-pd--0 {
    padding: 0;
}

.u-pd--10 {
    padding: 1rem;
}

.u-pdRow--10 {
    padding: 0 1rem;
}

.u-pdColumn--10 {
    padding: 1rem 0;
}

.u-pdTop--0 {
    padding-top: 0px;
}

.u-pdTop--5 {
    padding-top: 5px;
}

.u-pdTop--10 {
    padding-top: 10px;
}

.u-pdTop--15 {
    padding-top: 15px;
}

.u-pdTop--20 {
    padding-top: 20px;
}

.u-pdTop--25 {
    padding-top: 25px;
}

.u-pdTop--30 {
    padding-top: 30px;
}

.u-pdTop--35 {
    padding-top: 35px;
}

.u-pdTop--40 {
    padding-top: 40px;
}

.u-pdTop--45 {
    padding-top: 45px;
}

.u-pdTop--50 {
    padding-top: 50px;
}

.u-pdTop--55 {
    padding-top: 55px;
}

.u-pdTop--60 {
    padding-top: 60px;
}

.u-pdTop--65 {
    padding-top: 65px;
}

.u-pdTop--70 {
    padding-top: 70px;
}

.u-pdTop--75 {
    padding-top: 75px;
}

.u-pdTop--80 {
    padding-top: 80px;
}

.u-pdTop--85 {
    padding-top: 85px;
}

.u-pdTop--90 {
    padding-top: 90px;
}

.u-pdTop--95 {
    padding-top: 95px;
}

.u-pdTop--100 {
    padding-top: 100px;
}

.u-pdLeft--0 {
    padding-left: 0px;
}

.u-pdLeft--5 {
    padding-left: 5px;
}

.u-pdLeft--10 {
    padding-left: 10px;
}

.u-pdLeft--15 {
    padding-left: 15px;
}

.u-pdLeft--20 {
    padding-left: 20px;
}

.u-pdLeft--25 {
    padding-left: 25px;
}

.u-pdLeft--30 {
    padding-left: 30px;
}

.u-pdLeft--35 {
    padding-left: 35px;
}

.u-pdLeft--40 {
    padding-left: 40px;
}

.u-pdLeft--45 {
    padding-left: 45px;
}

.u-pdLeft--50 {
    padding-left: 50px;
}

.u-pdLeft--55 {
    padding-left: 55px;
}

.u-pdLeft--60 {
    padding-left: 60px;
}

.u-pdLeft--65 {
    padding-left: 65px;
}

.u-pdLeft--70 {
    padding-left: 70px;
}

.u-pdLeft--75 {
    padding-left: 75px;
}

.u-pdLeft--80 {
    padding-left: 80px;
}

.u-pdLeft--85 {
    padding-left: 85px;
}

.u-pdLeft--90 {
    padding-left: 90px;
}

.u-pdLeft--95 {
    padding-left: 95px;
}

.u-pdLeft--100 {
    padding-left: 100px;
}

.u-pdRight--0 {
    padding-right: 0px;
}

.u-pdRight--5 {
    padding-right: 5px;
}

.u-pdRight--10 {
    padding-right: 10px;
}

.u-pdRight--15 {
    padding-right: 15px;
}

.u-pdRight--20 {
    padding-right: 20px;
}

.u-pdRight--25 {
    padding-right: 25px;
}

.u-pdRight--30 {
    padding-right: 30px;
}

.u-pdRight--35 {
    padding-right: 35px;
}

.u-pdRight--40 {
    padding-right: 40px;
}

.u-pdRight--45 {
    padding-right: 45px;
}

.u-pdRight--50 {
    padding-right: 50px;
}

.u-pdRight--55 {
    padding-right: 55px;
}

.u-pdRight--60 {
    padding-right: 60px;
}

.u-pdRight--65 {
    padding-right: 65px;
}

.u-pdRight--70 {
    padding-right: 70px;
}

.u-pdRight--75 {
    padding-right: 75px;
}

.u-pdRight--80 {
    padding-right: 80px;
}

.u-pdRight--85 {
    padding-right: 85px;
}

.u-pdRight--90 {
    padding-right: 90px;
}

.u-pdRight--95 {
    padding-right: 95px;
}

.u-pdRight--100 {
    padding-right: 100px;
}

.u-pdBottom--0 {
    padding-bottom: 0px;
}

.u-pdBottom--5 {
    padding-bottom: 5px;
}

.u-pdBottom--10 {
    padding-bottom: 10px;
}

.u-pdBottom--15 {
    padding-bottom: 15px;
}

.u-pdBottom--20 {
    padding-bottom: 20px;
}

.u-pdBottom--25 {
    padding-bottom: 25px;
}

.u-pdBottom--30 {
    padding-bottom: 30px;
}

.u-pdBottom--35 {
    padding-bottom: 35px;
}

.u-pdBottom--40 {
    padding-bottom: 40px;
}

.u-pdBottom--45 {
    padding-bottom: 45px;
}

.u-pdBottom--50 {
    padding-bottom: 50px;
}

.u-pdBottom--55 {
    padding-bottom: 55px;
}

.u-pdBottom--60 {
    padding-bottom: 60px;
}

.u-pdBottom--65 {
    padding-bottom: 65px;
}

.u-pdBottom--70 {
    padding-bottom: 70px;
}

.u-pdBottom--75 {
    padding-bottom: 75px;
}

.u-pdBottom--80 {
    padding-bottom: 80px;
}

.u-pdBottom--85 {
    padding-bottom: 85px;
}

.u-pdBottom--90 {
    padding-bottom: 90px;
}

.u-pdBottom--95 {
    padding-bottom: 95px;
}

.u-pdBottom--100 {
    padding-bottom: 100px;
}

@media (max-width: 600px) {
    .u-sp-pd--0 {
        padding: 0;
    }
    .u-sp-pdTop--0 {
        padding-top: 0px;
    }
    .u-sp-pdTop--5 {
        padding-top: 5px;
    }
    .u-sp-pdTop--10 {
        padding-top: 10px;
    }
    .u-sp-pdTop--15 {
        padding-top: 15px;
    }
    .u-sp-pdTop--20 {
        padding-top: 20px;
    }
    .u-sp-pdTop--25 {
        padding-top: 25px;
    }
    .u-sp-pdTop--30 {
        padding-top: 30px;
    }
    .u-sp-pdTop--35 {
        padding-top: 35px;
    }
    .u-sp-pdTop--40 {
        padding-top: 40px;
    }
    .u-sp-pdTop--45 {
        padding-top: 45px;
    }
    .u-sp-pdTop--50 {
        padding-top: 50px;
    }
    .u-sp-pdTop--55 {
        padding-top: 55px;
    }
    .u-sp-pdTop--60 {
        padding-top: 60px;
    }
    .u-sp-pdTop--65 {
        padding-top: 65px;
    }
    .u-sp-pdTop--70 {
        padding-top: 70px;
    }
    .u-sp-pdTop--75 {
        padding-top: 75px;
    }
    .u-sp-pdTop--80 {
        padding-top: 80px;
    }
    .u-sp-pdTop--85 {
        padding-top: 85px;
    }
    .u-sp-pdTop--90 {
        padding-top: 90px;
    }
    .u-sp-pdTop--95 {
        padding-top: 95px;
    }
    .u-sp-pdTop--100 {
        padding-top: 100px;
    }
    .u-sp-pdLeft--0 {
        padding-left: 0px;
    }
    .u-sp-pdLeft--5 {
        padding-left: 5px;
    }
    .u-sp-pdLeft--10 {
        padding-left: 10px;
    }
    .u-sp-pdLeft--15 {
        padding-left: 15px;
    }
    .u-sp-pdLeft--20 {
        padding-left: 20px;
    }
    .u-sp-pdLeft--25 {
        padding-left: 25px;
    }
    .u-sp-pdLeft--30 {
        padding-left: 30px;
    }
    .u-sp-pdLeft--35 {
        padding-left: 35px;
    }
    .u-sp-pdLeft--40 {
        padding-left: 40px;
    }
    .u-sp-pdLeft--45 {
        padding-left: 45px;
    }
    .u-sp-pdLeft--50 {
        padding-left: 50px;
    }
    .u-sp-pdLeft--55 {
        padding-left: 55px;
    }
    .u-sp-pdLeft--60 {
        padding-left: 60px;
    }
    .u-sp-pdLeft--65 {
        padding-left: 65px;
    }
    .u-sp-pdLeft--70 {
        padding-left: 70px;
    }
    .u-sp-pdLeft--75 {
        padding-left: 75px;
    }
    .u-sp-pdLeft--80 {
        padding-left: 80px;
    }
    .u-sp-pdLeft--85 {
        padding-left: 85px;
    }
    .u-sp-pdLeft--90 {
        padding-left: 90px;
    }
    .u-sp-pdLeft--95 {
        padding-left: 95px;
    }
    .u-sp-pdLeft--100 {
        padding-left: 100px;
    }
    .u-sp-pdRight--0 {
        padding-right: 0px;
    }
    .u-sp-pdRight--5 {
        padding-right: 5px;
    }
    .u-sp-pdRight--10 {
        padding-right: 10px;
    }
    .u-sp-pdRight--15 {
        padding-right: 15px;
    }
    .u-sp-pdRight--20 {
        padding-right: 20px;
    }
    .u-sp-pdRight--25 {
        padding-right: 25px;
    }
    .u-sp-pdRight--30 {
        padding-right: 30px;
    }
    .u-sp-pdRight--35 {
        padding-right: 35px;
    }
    .u-sp-pdRight--40 {
        padding-right: 40px;
    }
    .u-sp-pdRight--45 {
        padding-right: 45px;
    }
    .u-sp-pdRight--50 {
        padding-right: 50px;
    }
    .u-sp-pdRight--55 {
        padding-right: 55px;
    }
    .u-sp-pdRight--60 {
        padding-right: 60px;
    }
    .u-sp-pdRight--65 {
        padding-right: 65px;
    }
    .u-sp-pdRight--70 {
        padding-right: 70px;
    }
    .u-sp-pdRight--75 {
        padding-right: 75px;
    }
    .u-sp-pdRight--80 {
        padding-right: 80px;
    }
    .u-sp-pdRight--85 {
        padding-right: 85px;
    }
    .u-sp-pdRight--90 {
        padding-right: 90px;
    }
    .u-sp-pdRight--95 {
        padding-right: 95px;
    }
    .u-sp-pdRight--100 {
        padding-right: 100px;
    }
    .u-sp-pdBottom--0 {
        padding-bottom: 0px;
    }
    .u-sp-pdBottom--5 {
        padding-bottom: 5px;
    }
    .u-sp-pdBottom--10 {
        padding-bottom: 10px;
    }
    .u-sp-pdBottom--15 {
        padding-bottom: 15px;
    }
    .u-sp-pdBottom--20 {
        padding-bottom: 20px;
    }
    .u-sp-pdBottom--25 {
        padding-bottom: 25px;
    }
    .u-sp-pdBottom--30 {
        padding-bottom: 30px;
    }
    .u-sp-pdBottom--35 {
        padding-bottom: 35px;
    }
    .u-sp-pdBottom--40 {
        padding-bottom: 40px;
    }
    .u-sp-pdBottom--45 {
        padding-bottom: 45px;
    }
    .u-sp-pdBottom--50 {
        padding-bottom: 50px;
    }
    .u-sp-pdBottom--55 {
        padding-bottom: 55px;
    }
    .u-sp-pdBottom--60 {
        padding-bottom: 60px;
    }
    .u-sp-pdBottom--65 {
        padding-bottom: 65px;
    }
    .u-sp-pdBottom--70 {
        padding-bottom: 70px;
    }
    .u-sp-pdBottom--75 {
        padding-bottom: 75px;
    }
    .u-sp-pdBottom--80 {
        padding-bottom: 80px;
    }
    .u-sp-pdBottom--85 {
        padding-bottom: 85px;
    }
    .u-sp-pdBottom--90 {
        padding-bottom: 90px;
    }
    .u-sp-pdBottom--95 {
        padding-bottom: 95px;
    }
    .u-sp-pdBottom--100 {
        padding-bottom: 100px;
    }
}
.u-position__left {
    text-align: left;
}
.u-position__center {
    text-align: center;
}
.u-position__right {
    text-align: right;
}
.u-position__mgLeft {
    margin-right: auto;
}
.u-position__mgCenter {
    margin: 0 auto;
}
.u-position__mgRight {
    margin-left: auto;
}

.u-color--red {
    color: #F80F26;
}

.u-bold {
    font-weight: bold;
}

.u-normal {
    font-weight: 400;
}

.u-underline {
    text-decoration: underline;
}

.u-size--xsmall {
    font-size: 1.2rem;
}

.u-size--small {
    font-size: 1.4rem;
}
@media (max-width: 600px) {
    .u-size--small {
        font-size: 1.2rem;
    }
}

.u-size--middle {
    font-size: 1.6rem;
}
@media (max-width: 600px) {
    .u-size--middle {
        font-size: 1.4rem;
    }
}

.u-size--large {
    font-size: 2rem;
}
@media (max-width: 600px) {
    .u-size--large {
        font-size: 1.6rem;
    }
}

.u-list, .u-list--disc, .u-list--decimal {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: decimal;
    padding-left: 2.5rem;
}
.u-list--decimal {
    list-style: decimal;
}
.u-list--disc {
    list-style: disc;
}