html {
    height: 100%;
    font-size: 62.5%;
}
@media only screen and (max-width: 768px) {
    html {
        font-size: 56.3%;
    }
}

body {
    width: 100%;
    min-width: 319px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background: #fff;
    color: #263033;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 1.5em;
    line-height: 1;
    letter-spacing: .06em;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

*,*:before,*:after {
    box-sizing: inherit
}

* {
    margin: 0;
    padding: 0
}

p,ol,ul,li,dl,dt,dd,table,tr,th,td,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    overflow-wrap: anywhere; /* 収まらない場合に折り返す */
    word-break: normal; /* 単語の分割はデフォルトに依存 */
}

ul>li,ul>li {
    list-style: none
}

ol>li {
    overflow-wrap: break-word
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

select,option {
    color: #000
}

a {
    cursor: pointer
}

button {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #000;
    line-height: 1.5;
    cursor: pointer;
    outline: none;
    appearance: none
}

button:disabled {
    cursor: default;
    pointer-events: none
}

img {
    max-width: 100%;
    height: auto
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none
}

fieldset,legend {
    padding: 0;
    border: none
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none
}
/* ユーティリティ */
.pc_non {
    display: none;
}
@media only screen and (max-width: 768px) {
    .pc_non {
        display: block;
    }
    .sp_non {
        display: none;
    }
}

.text-center {
    text-align: center;
}
.box-center {
    margin-left: auto;
    margin-right: auto;
}

.list-disk>li {
    padding-left: 16px;
    position: relative;
    font-size: 1.6rem;
}
.list-disk>li::before {
    content: '';
    position: absolute;
    top: .5em;
    left: 0;
    display: inline-block;
    background: #002554;
    border-radius: 8px;
    width: 8px;
    height: 8px
}

.list-note>li {
    padding-left: 16px;
    position: relative;
    font-size: 1.4rem;
}
.list-note>li::before {
    content: "\203B";
    position: absolute;
    top: 0;
    left: 0;
}
.note {
    position: relative;
    padding-left: 20px;
    font-size: 1.4rem;
}

.note::before {
    content: "\203B";
    position: absolute;
    top: -2px;
    left: 0
}

body {
    padding-top: 92px !important;
}
@media screen and (max-width: 768px) {
    body {
        padding-top: 56px !important;
    }
}
/* ヘッダー */
.corpcol-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #F7F7F7;
    box-shadow: 0 4px 16px #00000014;
    z-index: 100;
}
.corpcol-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1340px;
    height: 92px;
    margin: 0 auto;
    padding: 29px 30px 28px;
}
.corpcol-header__logo {
    display: inline-block;
    line-height: 0;
    transition: opacity .4s;
}
.corp-header__logo img {
    width: 395px;
}
@media screen and (max-width: 768px) {
    .corpcol-header__inner {
        position: relative;
        height: 56px;
        padding: 17px 16px;
        z-index: 99;
    }
    .corpcol-header__logo img {
        width: 255px;
    }
}

/* KV */
.corpcol-kv {
    background-image: url(../img/corpcol-kv_pc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    height: 31rem;
}
.corpcol-nokv {
    background-color: transparent;
    display: flex;
    justify-content: center;
    padding: 6rem 0;
    margin-bottom: 4rem;
}
.corpcol-nokv__blue {
    background-color: #E7EDF2;
}
.corpcol-nokv__head {
    margin: 0;
}
.corpcol-kv__inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 60px;
}
.corpcol-kv__head {
    padding: 3rem 0;
}
.corpcol-kv__head p {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}
.corpcol-nokv__head p {
    margin-bottom: 5px;
    text-align: center;
    line-height: 1.3;
}
.corpcol-title__h1 {
    font-size: 3.2rem;
}
.corpcol-nokv__head .corpcol-title__h1 {
    font-size: 3.5rem;
    line-height: 1.3;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .corpcol-kv {
        background-image: url(../img/corpcol-kv_sp.png);
        align-items: center;
        height: 450px;
        display: block;
    }
    .corpcol-kv__head {
        padding: 4rem 0;
    }
    .corpcol-kv__inner {
        padding: 0 3rem;
    }
    .corpcol-kv__head p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .corpcol-title__h1 {
        font-size: 24px;
    }
    .corpcol-nokv {
        padding: 4rem 0;
        margin-bottom: 3rem;
    }
    .corpcol-nokv__head .corpcol-title__h1 {
        font-size: 2.8rem;
    }
}

/* できること */
.corpcol-ancer {
    background: linear-gradient(to right top, rgba(26, 133, 240, 0.3) 0%, rgba(136, 202, 244, 0.3) 100%);
    padding: 9.4rem 2rem 10rem;
}
.corpcol-ancer__inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.corpcol-title__h2 {
    font-size: 3.2rem;
    margin-bottom: 4rem;
    text-align: center;
}
.corpcol-title__h2__border {
    font-size:2.5rem;
    border-bottom: 2px solid #263033;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    text-align: center;
}
.corpcol-title__h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: bold;
}
.corpcol-ancer__3boxwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -32px -27px 0px;
    padding-top: 1.5rem;
}

.corpcol-ancer__box {
    width: calc(33% - 54px);
    margin: 32px 27px 0;
    padding: 20px;
    padding-bottom: 54px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 10px 20px rgba(0, 76, 151, 0.12);
    background: #fff;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
}
.corpcol-ancer__box span {
    text-align: center;
    color: #000;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

.corpcol-ancer__box img {
    width: 150px;
    margin-bottom: 1.5rem;
}

.corpcol-ancer__box::after {
    content: "";
    width: 16px;
    height: 16px;
    border-right: solid 2px #295A95;
    border-bottom: solid 2px #295A95;
    transform: rotate(45deg);
    position: absolute;
    left: calc(50% - 8px);
    bottom: 16px;
}

@media only screen and (max-width: 768px) {
    .corpcol-ancer {
        padding: 60px 32px 80px;
    }
    .corpcol-title__h2 {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .corpcol-title__h2__border {
        font-size: 18px;
    }
    .corpcol-title__h3 {
        font-size: 16px;
    }
    .corpcol-ancer__3boxwrap {
        display: block;
        margin: 0;
        padding-top: 0;
    }
    
    .corpcol-ancer__box {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
        padding: 24px;
        flex-direction: row;
        max-width: 311px;
    }
    .corpcol-ancer__box img {
        width: 80px;
        margin-right: 5.3%;
        margin-bottom: 0;
    }
    .corpcol-ancer__box span {
        text-align: left;
    }
    
    .corpcol-ancer__box::after {
        content: "";
        width: 16px;
        height: 16px;
        border-right: solid 2px #295A95;
        border-bottom: solid 2px #295A95;
        transform: rotate(45deg);
        position: absolute;
        left: calc(100% - 40px);
        bottom: calc(50% - 8px);
    }
}

/* ラインナップ */
.corpcol-lineup {
    padding: 9.4rem 2rem;
}
.corpcol-lineup__inner {
    max-width: 1166px;
    margin: 0 auto;
}
.corpcol-lineup__slide {
    position: relative;
    padding-top: 4rem;
    margin-bottom: 3rem;
}
.swiper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 4rem;
}
.swiper-slide {
    height: auto;
}
.corpcol-lineup__slide .swiper-button-prev, .corpcol-lineup__slide .swiper-button-prev:hover, .corpcol-lineup__slide .swiper-button-next, .corpcol-lineup__slide .swiper-button-next:hover {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 16px);
    height: 46px;
    width: 46px;
    z-index: 2;
    background-position: center center;
    background-size: contain;
    color: transparent;
}
.corpcol-lineup__slide .swiper-button-prev {
    background-image: url(../img/slide_arrow_l.svg);
    left: 0;
}
.corpcol-lineup__slide .swiper-button-next {
    background-image: url(../img/slide_arrow_r.svg);
    right: 0;
}
.corpcol-lineup__slide .swiper-pagination {
    bottom: 0;
}
.corpcol-lineup__slide .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.corpcol-lineup__slide .swiper-pagination-bullet-active {
    background: #004C97;
}
.corpcol-lineup__slide .swiper-slide {
    box-sizing: border-box;
}
.corpcol-lineup__box {
    width: 100%;
    height: 100%;
    max-width: 297px;
    margin: 0 auto;
    padding: 35px 35px 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.08);
    background: #FAFAFA;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}
.corpcol-lineup__box img {
    width: 226px;
}
.corpcol-lineup__box span {
    text-align: center;
    color: #000;
    font-size: 1.6rem;
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 2.5rem;
}
.corpcol-lineup__note {
    text-align: center;
}
.corpcol-lineup .note {
    font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
    .corpcol-lineup {
        padding: 60px 16px;
    }
    .swiper {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 45px;
    }
    .corpcol-lineup__slide {
        padding-top: 0rem;
    }
    .corpcol-lineup__note {
        text-align: left;
    }
    .corpcol-lineup__slide .swiper-button-prev, .corpcol-lineup__slide .swiper-button-prev:hover, .corpcol-lineup__slide .swiper-button-next, .corpcol-lineup__slide .swiper-button-next:hover {
        top: calc(50% - 12px);
        height: 32px;
        width: 32px;
        z-index: 2;
    }
    .corpcol-lineup__box {
        max-width: 311px;
    }
    .corpcol-lineup__box img {
        width: 236px;
    }
    .corpcol-lineup__box span {
        font-size: 1.8rem;
    }
}
@media screen and (min-width:768px) and (max-width:1000px) {
    .swiper {
        padding-left: 70px;
        padding-right: 70px;
    }
}

/* できること */
.corpcol-service {
    background: #ECF4FC;
    padding: 10rem 2rem;
}
.corpcol-service__inner {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}
.corpcol-service__box {
    background: #FFFFFF;
    padding-top: 3.6rem;
    margin-top: 1.5rem;
    margin-bottom: 6rem;
    border-radius: 10px;
    box-shadow: 0px 10px 20px rgba(0, 76, 151, 0.12);
}
.corpcol-service__box:last-child {
    margin-bottom: 0;
}
.corpcol-service__name {
    display: flex;
    align-items: center;
    padding: 0 4rem;
    max-width: 1000px;
    margin: 0 auto;
}
.corpcol-service__name .num {
    width: 100px;
    height: 100px;
    margin-right: 24px;
}
.corpcol-service__name .lead {
    font-size: 3.2rem;
    margin-bottom: 0.5rem;
}
.corpcol-service__hr {
    max-width: 1000px;
    width: 90%;
    margin: 2rem auto;
    color: #CCCCCC;
}
.corpcol-service__3box {
    display: flex;
    justify-content: center;
    max-width: 1060px;
    padding: 0 2rem;
    margin: 5rem auto;
}
.corpcol-service__3box .item {
    width: calc(33.33333% - 30px);
    margin: 0 30px;
    text-align: center;
}
.corpcol-service__3box .item h4 {
    font-size: 2rem;
    color: #004C97;
    margin-bottom: 1.5rem;
}
.corpcol-service__3box .item img {
    width: 214px;
    margin-bottom: 2rem;
}
.corpcol-service__bottom {
    background: #F5F5F5;
    padding: 3.4rem 2rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.corpcol-service__bottom .inner {
    max-width: 1000px;
    margin: 0 auto;
}
.corpcol-service__bottom h4 {
    font-size: 1.8rem;
}
.corpcol-service__bottom h4,.corpcol-service__bottom .list-disk {
    margin-bottom: 0.5rem;
}
@media only screen and (max-width: 768px) {
    .corpcol-service {
        padding: 60px 16px 80px;
    }
    .corpcol-service .corpcol-title__h2 span {
        font-size: 18px;
        display: inline-block;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    .corpcol-service__box {
        padding-top: 20px;
        margin-bottom: 24px;
    }
    .corpcol-service__name {
        padding: 0 16px;
        justify-content: center;
    }
    .corpcol-service__name .num {
        width: 74px;
        height: 74px;
        margin-right: 12px;
    }
    .corpcol-service__name .lead {
        font-size: 20px;
    }
    .lead_sub {
        padding: 0 16px;
        margin-bottom: 25px;
    }
    .corpcol-service__3box {
        flex-wrap: wrap;
        padding: 0;
        margin: 3rem auto 0;
    }
    .corpcol-service__3box .item {
        width: 100%;
        margin: 0 auto 50px;
    }
    .corpcol-service__bottom {
        padding: 24px 16px;
    }
}

/* そのほか */
.corpcol-register {
    padding: 10rem 2rem;
}
.corpcol-register__inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.corpcol-register .text-upper {
    text-align: center;
    padding-top: 2rem;
    margin-bottom: 2rem;
}
.corpcol-register .text-upper span {
    position: relative;
    display: inline-block;
    padding: 0 16px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #004C97;
}
.corpcol-register .text-upper span::before, .corpcol-register .text-upper span::after {
    position: absolute;
    top: 0px;
    bottom: 0;
    content: "";
    display: inline-block;
    width: 0px;
    height: 24px;
    border-left: 2px solid #004C97;
    margin: auto;
}
.corpcol-register .text-upper span::after {
    right: 4px;
    transform: rotate(35deg);
}
.corpcol-register .text-upper span::before {
    left: 4px;
    transform: rotate(-35deg);
}
.corpcol-btn {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity .4s;
    cursor: pointer;
    box-sizing: border-box;
    background: #fff;
    width: 500px;
    min-width: 500px;
    min-height: 84px;
    padding: 11px 40px;
    border-radius: 43px;
    line-height: 1.5;
    text-decoration: none !important;
    font-size: 2.4rem;
    font-weight: bold;
    color: #004C97;
    border: 1px solid #004C97;
    text-align: center;
}
.corpcol-btn__primary {
    background: linear-gradient(to left bottom, #004c97 0%, #278bcc 100%);
    color: #FFFFFF;
    border: 1px solid transparent;
}
.corpcol-btn__2row {
    font-size: 2.0rem;
}
.corpcol-link {
    display: inline-block;
    color: #295a95;
    text-align: left;
    font-size: 1.6rem;
    transition: opacity .4s;
}
.corpcol-link:hover {
    text-decoration: none;
}

.corpcol-link__icon {
    display: inline-block;
    color: #295a95;
    text-align: left;
    font-size: 1.6rem;
    transition: opacity .4s;
    text-decoration: none;
}
.corpcol-link__icon .icon-arrow {
    padding-right: 8px;
    line-height: 1.5;
    vertical-align: middle;
}
.corpcol-link__icon .icon-under {
    padding-right: 8px;
    line-height: 1.3;
    vertical-align: top;
}
@media only screen and (max-width: 768px) {
    .corpcol-link__icon .icon-under {
        padding-right: 6px;
    }
}
.corpcol-link__icon span {
    pointer-events: none;
}
.corpcol-register .corpcol-link__icon {
    margin: 2.4rem 0 3.2rem;
}
.corpcol-register .btn-group {
    margin-bottom: 7.6rem;
}
.corpcol-register__inquiry {
    border: 1px solid #CCCCCC;
    padding: 3rem 6.8rem;
    margin-top: 2rem;
}
.corpcol-register__inquiry .inquiry {
    max-width: 864px;
}
.corpcol-register__inquiry .inquiry .name {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
}
.corpcol-register__inquiry .inquiry ul>li {
    margin-bottom: 1.2rem;
}
@media only screen and (max-width: 768px) {
    .corpcol-register {
        padding: 60px 16px;
    }
    .corpcol-register .corpcol-title__h2 {
        font-size: 20px;
    }
    .corpcol-register .text-upper {
        padding-top: 0;
    }
    .corpcol-register .text-upper span {
        font-size: 1.8rem;
    }
    .corpcol-register .text-upper span::before, .corpcol-register .text-upper span::after {
        height: 17px;
    }
    .corpcol-btn {
        transition: opacity .4s;
        cursor: pointer;
        width: 100%;
        max-width: 311px;
        min-width: 300px;
        min-height: 70px;
        padding: 11px 20px;
        border-radius: 35px;
    }
    .corpcol-btn__2row {
        font-size: 1.8rem;
    }
    .corpcol-register .corpcol-link__icon {
        margin: 16px 0 24px;
    }
    .corpcol-register .btn-group {
        margin-bottom: 4.4rem;
    }
    .corpcol-register__inquiry {
        padding: 2rem;
        margin-top: 2.2rem;
    }
    .corpcol-register__inquiry .inquiry {
        max-width: 864px;
    }
    .corpcol-register__inquiry .inquiry .name {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }
    .corpcol-register__inquiry .inquiry ul>li {
        margin-bottom: 1.5rem;
    }
}

@media screen and (min-width: 769px) {
    .corpcol-btn:hover {
        opacity: .8;
        text-decoration: none;
    }
    .corpcol-link__icon:hover {
        opacity: .5;
        text-decoration: none;
    }
}

/* よくある質問 */
.corpcol-faq {
    padding: 7.4rem 2rem 9.6rem;
    background: #ECF4FC;
}
.corpcol-faq__inner {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 4rem 6rem;
}
.corpcol-faq__list {
    border-top: 1px solid #CCCCCC;
}
.corpcol-faq__list dt {
    font-size: 1.8rem;
    padding-left: 30px;
    position: relative;
    margin: 2rem 0 0.8rem;
}
.corpcol-faq__list dd {
    font-size: 1.6rem;
    padding-left: 30px;
    padding-bottom: 1.8rem;
    position: relative;
    border-bottom: 1px solid #CCCCCC;
}
.corpcol-faq__list dd:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.corpcol-faq__list dt::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 24px;
    font-size: 1.8rem;
    color: #004C97;
    font-weight: bold;
}
.corpcol-faq__list dd::before {
    content: "A";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 24px;
    font-size: 1.8rem;
    color: #278BCC;
    font-weight: bold;
}
@media only screen and (max-width: 768px) {
    .corpcol-faq {
        padding: 56px 16px;
    }
    .corpcol-faq__inner {
        padding: 30px 16px;
    }
    .corpcol-faq__list {
        border-top: none;
    }
    .corpcol-faq__list dt {
        font-size: 14px;
        padding-left: 24px;
        margin: 14px 0 10px;
    }
    .corpcol-faq__list dt:first-child {
        margin-top: 0;
    }
    .corpcol-faq__list dd {
        padding-left: 24px;
        padding-bottom: 16px;
    }
    .corpcol-faq__list dt::before {
        width: 12px;
        height: 19px;
        font-size: 14px;
    }
    .corpcol-faq__list dd::before {
        width: 12px;
        height: 19px;
        font-size: 14px;
    }
}

/* フッター */
.corp-footer {
    position: relative
}

.corp-footer__pagetop {
    position: absolute;
    top: -88px;
    right: 40px;
    z-index: 100;
}

@media screen and (max-width: 1023px) {
    .corp-footer__pagetop.is-show {
        position:fixed;
        top: auto;
        right: 16px;
        bottom: 80px;
    }
}

@media screen and (min-width: 1024px) {
    .corp-footer__pagetop.is-show {
        position:fixed;
        top: auto;
        bottom: 40px;
    }
}
.corp-footer__pagetop>button {
    opacity: 0;
    position: relative;
    width: 48px;
    height: 48px;
    font-size: 0;
    border-radius: 4px;
    background: #002554;
    transition: all .4s
}

.corp-footer__pagetop>button:after {
    content: "";
    position: absolute;
    top: 16px;
    left: 20px;
    width: 10px;
    height: 17px;
    background: url(../img/icon_arrow_w.svg) no-repeat;
    background-size: 100% auto;
    transform: rotate(-90deg)
}

@media screen and (min-width: 1024px) {
    .corp-footer__pagetop>button:hover {
        background-color:#295a95
    }
}
.corp-footer__pagetop.is-show>button {
    opacity: 1;
}

.corp-footer_navWrap {
    padding: 23px 0;
    background: #002554
}

@media screen and (max-width: 1023px) {
    .corp-footer_navWrap {
        padding:32px 0
    }
}

.corp-footer_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 20px;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 30px
}

@media screen and (max-width: 1023px) {
    .corp-footer_nav {
        flex-direction:column;
        gap: 32px;
        padding: 0 16px
    }
}

.corp-footer_nav>li {
    line-height: 1
}

.corp-footer_nav>li a {
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    letter-spacing: 0
}

@media screen and (min-width: 1024px) {
    .corp-footer_nav>li a:hover {
        text-decoration:underline
    }
}

.corp-footer_navIcon {
    margin-right: 8px
}

.corp-footer_bottom {
    background: #f7f7f7
}

.corp-footer_bottomInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1340px;
    margin: 0 auto;
    padding: 20px 30px
}

@media screen and (max-width: 1023px) {
    .corp-footer_bottomInner {
        display:block;
        padding: 16px
    }
}

.corp-footer__logo {
    display: block;
    transition: opacity .4s;
    line-height: 0
}

@media screen and (min-width: 1024px) {
    .corp-footer__logo:hover {
        opacity:.7
    }
}

@media screen and (max-width: 1023px) {
    .corp-footer__logo {
        width:187px;
        margin: 0 auto
    }
}

.corp-footer_copyright {
    display: block;
    color: #263033;
    font-size: 1.0rem;
    line-height: 1.2
}

@media screen and (max-width: 1023px) {
    .corp-footer_copyright {
        margin-top:7px;
        text-align: center
    }
}

.corp-footer--before .corp-footer_bottomInner {
    align-items: flex-start;
    padding: 20px 16px
}

.corp-footer--before .corp-footer_bottomR {
    display: flex;
    gap: 20px
}

@media screen and (max-width: 1023px) {
    .corp-footer--before .corp-footer_bottomR {
        flex-direction:column;
        gap: 10px;
        margin-top: 20px
    }
}

.corp-footer--before .corp-footer_diners,.corp-footer--before .corp-footer_trust {
    display: flex;
    align-items: center;
    gap: 14px
}

@media screen and (max-width: 1023px) {
    .corp-footer--before .corp-footer_diners,.corp-footer--before .corp-footer_trust {
        justify-content:center
    }
}

.corp-footer--before .corp-footer_icon {
    line-height: 0
}

.corp-footer--before .corp-footer_diners .corp-footer_icon {
    width: 90px
}

.corp-footer--before .corp-footer_trust .corp-footer_icon {
    width: 158px
}

@media screen and (max-width: 1023px) {
    .corp-footer--before .corp-footer_trust .corp-footer_icon {
        width:127px
    }
}


/* モーダル */
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0, 0, 0, .8);
    height: 100%;
    position: absolute;
    width: 100%;
}

.modal__content {
    background: #fff;
    width: 70%;
    min-width: 700px;
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 4rem 0 0 0;
    box-sizing: border-box;
}
.modal__content::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 4rem;
    background-color: #e9e9e9;
}
.modal__head {
    position: relative;
    background-color: #e9e9e9;
    display: block;
    padding: 1rem 5rem 1rem 2rem;
    margin: -4rem 0 0 0 !important;
}
.modal__head h1,.modal__head h2,.modal__head h3 {
    margin-bottom: 0;
}
.modal__inner {
    position: relative;
    height: auto;
    padding: 3rem 4rem;
}

.modal__close {
    position: absolute;
    top: .6rem;
    right: .7rem;
    padding: 0;
    color: #fff;
    border: 1px solid #636363;
    background-color: #636363;
    width: 3rem;
    height: 2.7rem;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
    font-weight: bold;
}
.modal__close::before, .modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px; /* 棒の幅（太さ） */
  height: 16px; /* 棒の高さ */
  background: #fff; /* バツ印の色 */
}

.modal__close::before {
    transform: translate(-50%,-50%) rotate(45deg);
}
   
.modal__close::after {
transform: translate(-50%,-50%) rotate(-45deg);
}

@media screen and (min-width: 0) and (max-width: 768px) {
.modal__content {
    width: calc(100% - 20px);
    min-width: 0;
    max-width: 100%;
}
.modal__inner { 
    padding: 3rem 2rem;
}
}