 
/* 
Theme Name: sky7mobile
Author: sky7mobile
Author URI: https://www.sky7mobile.ne.jp/
Version: 1.0
*/
@charset "UTF-8";
/* CSS Document */
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body {
    width: 100%;
    height: 100%;
    font-size: 1.6em;
    line-height: 1.8;
}
*,
*:before,
*:after {
    box-sizing:border-box;
}
/* ------------------------------------- /
/   共通
/* ------------------------------------- */
.space {
    margin-top: 128px;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
}
.inner__wide {
    padding-left: 15vw;
    padding-right: 15vw;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.align__center {
    align-items: center;
}
.align__baseline {
    align-items: baseline;
}
.align__st {
    align-items: stretch;
}
.justify__between {
    justify-content: space-between;
}
.ptb150 {
    padding: 150px 0;
}
.pb150 {
    padding: 0 0 150px;
}
.ptb100 {
    padding: 100px 0;
}
.pb100 {
    padding: 0 0 100px;
}
.ptb50 {
    padding: 50px 0;
}
.pb50 {
    padding: 0 0 50px;
}
.font12 {
    font-size: 1.2rem;
}
.font130 {
    font-size: 130%;
}
.font120 {
    font-size: 120%;
}
.pc {
    display: block !important;
}
.pc.inline {
    display: inline !important;
}
.sp {
    display: none !important;
}
.sp.inline {
    display: none !important;
}
.pc768 {
    display: block !important;
}
.sp768 {
    display: none !important;
}
.sp1024 {
    display: none !important;
}
.weight500 {
    font-weight: 500;
}
.weight600 {
    font-weight: 600;
}
.weight700 {
    font-weight: 700;
}
.anchor {
    padding-top: 100px;
    margin-top: -100px;
}
.font__en {
    font-family: var(--font-en);
}
.font__logo {
    font-family: var(--font-logo);
}
@media (max-width: 1280px) {
    .inner {
        padding: 0 20px;
    }
    .inner__wide {
        padding-left: 5vw;
        padding-right: 5vw;  
    }
}
@media (max-width: 768px) {
    .pc768 {
        display: none !important;
    }
    .sp768 {
        display: block !important;
    }
    .ptb150,
    .ptb100 {
        padding: 70px 0;
    }
    .space {
        margin-top: 58px;
    }
    .pb150 {
        padding-bottom: 100px;
    }
}
@media (max-width: 650px) {
    .space {
        margin-top: 93px;
    }
}
@media (max-width: 600px) {
    .pc {
        display: none !important;
    }
    .pc.inline {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    .sp.inline {
        display: inline !important;
    }
    .ptb100 {
        padding: 50px 0;
    }
    .pb100 {
        padding: 0 0 50px;
    }
    body {
        line-height: 1.5;
        font-size: 1.5rem;
    }
    .ptb150 {
        padding: 50px 0;
    }
    .pb150 {
        padding-bottom: 50px;
    }
    .space {
        margin-top: 70px;
    }
}

.pc-none {
    display: none;
}
.pc-none__768 {
    display: none;
}
.pc-none__inline {
    display: none;
}
.pc-none__inline450 {
    display: none;
}
.pc-none__inline400 {
    display: none;
}
.pc-none__inline768 {
    display: none;
}
.pc-none__inline900 {
    display: none;
}
.pc-none__flex {
    display: none !important;
}

@media (max-width: 900px) {
.pc-none__inline900 {
    display: inline;
}
.sp-none__900 {
    display: none;
}
}
@media (max-width: 768px) {
.sp-none__768 {
    display: none !important;
}
.pc-none__768 {
    display: block;
}
.pc-none__inline768 {
    display: inline;
}
}
@media (max-width: 600px) {
.sp-none {
    display: none;
}
.pc-none {
    display: block;
}
.pc-none__inline {
    display: inline;
}
.pc-none__flex {
    display: flex !important;
}
}
@media (max-width: 450px) {
.pc-none__inline450 {
    display: inline;
}
}
@media (max-width: 400px) {
.pc-none__inline400 {
    display: inline;
}
}

/* ------------------------------------- /
/   サイトカラー、フォント
/* ------------------------------------- */
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    color: #252A55;
    background-color :#ffffff;
}
a {
    color: #252A55;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
::selection {
    background: #FF7916;
    color: #fff;
}
:root {
    --font-en: 'Poppins', sans-serif;
    --font-gtc: 'Zen Kaku Gothic New', sans-serif;
    --font-orange: #EF502B;
    --font-black: #000;
}
.color_orange {
    color: var(--font-orange);
}

/* ------------------------------------- /
/  header
/* ------------------------------------- */
header {
    background-color: #F9E900;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.header__wrapper {
    width: 100%;
    min-height: min(66.27vw, 900px);
    margin: 0 auto;
    background-image: url('../img/202509/mv_bg.png');
    background-position: center top;
    background-size: min(192vw, 1923px) auto;
    background-size: 100%  auto;
    background-repeat: no-repeat;
}
.header__text {
    display: block;
    width: min(1140px, 84%);
    margin: 0 auto;
}
.header_logo {
    display: block;
    width: 100%;
    max-width: 138px;
    position: absolute;
    left: calc(50% + 550px);
    top: 30px;
}
.header__cp {
    display: block;
    width: min(100vw, 1121px);
    margin: 0 auto;
}
@media (max-width: 1920px) {
.header__wrapper {
    background-size: min(140vw, 1920px) auto;
}
}
@media (max-width: 1400px) {
.header_logo {
    width: 10vw;
    left: auto;
    right: 15%;
    top: 2vw;
}
}

/* ------------------------------------- /
/  point
/* ------------------------------------- */
.point {
    position: relative;
    z-index: 1;
}
.point__header {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    min-height: 140px;
    background-image: url('../img/point_slide_loop.svg');
    background-position: 180px top;
    background-size: 543px auto;
    background-repeat: repeat-x;
    position: relative;
    top: -25px;
    left: 0;
    animation: point_slide 10.0s linear 0s infinite normal;
}
@keyframes point_slide {
    0% {
        background-position: 180px top;
    }
    100% {
        background-position: -363px top;
    }
}
    .point__header > p {
        font-family: var(--font-gtc);
        font-size: 5.0rem;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 0.1rem;
        text-align: center;
    }
.point__wrapper {
    width: 100%;
    max-width: 1270px;
    margin: calc(90px - 25px) auto 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}
.point__wrapper::before {
    content: '';
    display: block;
    width: calc(50% - 15px);
    max-width: 624px;
    height: 558px;
    background-image: url('../img/campaign7/point_bg.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: calc(50% - 279px);
}
.point__inner {
    width: calc(50% - 90px);
    max-width: 500px;
    margin: 0 calc(50% + 70px) 0 auto;
}
.point__title {
    width: calc(100% - 20px);
    max-width: 408px;
}
.point__list {
    width: 100%;
    margin: 35px auto 0;
}
.point__column {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 86px;
    padding: 17px 10px 17px 80px;
    box-sizing: border-box;
    background-image: url('../img/border_gray.svg');
    background-position: left bottom;
    background-size: auto 2px;
    background-repeat: repeat-x;
    font-size: 2.4rem;
    line-height: 1.6;
    position: relative;
}
.point__column::before {
    content: 'Point';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 60px;
    min-height: 24px;
    position: absolute;
    left: -18px;
    top: calc(50% - 12px);
    transform: rotate(90deg);
    color: var(--font-orange);
    font-family: var(--font-en);
    font-size: 1.5rem;
    line-height: 1.3;
}
.point__column::after {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 40px;
    min-height: 60px;
    position: absolute;
    left: 24px;
    top: calc(50% - 30px);
    color: var(--font-orange);
    font-family: var(--font-en);
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 1.3;
}
.point__column:nth-child(1)::after {
    content: '1';
}
.point__column:nth-child(2)::after {
    content: '2';
}
.point__column:nth-child(3)::after {
    content: '3';
}
.point__column:nth-child(4)::after {
    content: '4';
}
.point__column:nth-child(5)::after {
    content: '5';
}
.point__comment {
    margin: 37px auto 0;
}
    .point__comment > p {
        font-size: 1.5rem;
        font-weight: 400;
    }

@media (max-width: 1200px) {
.point__wrapper {
    margin: 0 auto;
    max-width: 1020px;
}
.point__wrapper::before {
    width: calc(100% - 520px);
    max-width: 450px;
    left: auto;
    right: 30px;
}
.point__inner {
    width: 100%;
    max-width: 440px;
    margin: 0 auto 0 30px;
}
.point__title {
    max-width: 300px;
}
.point__column {
    font-size: 2.0rem;
}
    .point__comment > p {
        font-size: 1.35rem;
    }
}
@media (max-width: 768px) {
.point__wrapper::before {
    right: calc(50% - 225px);
    top: 110px;
    width: calc(100% - 150px);
    height: calc(100% - 110px);
    background-position: center top;
}
.point__inner {
    max-width: calc(100% - 40px);
    margin: 0 auto;
}
.point__list {
    margin: 450px auto 0;
}
}
@media (max-width: 600px) {
.point__header {
    background-size: 300px auto;
    background-repeat: repeat-x;
    position: relative;
    top: -10px;
    left: 0;
    animation: point_slide 10.0s linear 0s infinite normal;
}
    .point__header > p {
        text-indent: -0.7em;
        line-height: 1.2;
        font-size: 4.0rem;
    }
.point__wrapper::before {
    right: 75px;
}
.point__list {
    margin: 80% auto 0;
}
}
@media (max-width: 450px) {
.point__column {
    padding: 12px 10px 12px 55px;
    font-size: 1.8rem;
    line-height: 1.5;
}
.point__column::before {
    left: -20px;
    font-size: 1.3rem;
}
.point__column::after {
    left: 12px;
    font-size: 3.5rem;
}
}

/* ------------------------------------- /
/  pickup
/* ------------------------------------- */
.pickup {
    width: 100%;
    margin: 100px auto 0;
    padding: 0 0 80px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.pickup::before {
    content: '';
    display: block;
    width: 75.8333%;
    height: calc(100% - 105px);
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #F5F5F5;
    border-radius: 10px 0 0 10px;
}
.pickup__wrapper {
    width: 100%;
    max-width: 1820px;
    margin: 0 auto;
    padding: 50px 0 0;
    position: relative;
}
.pickup__wrapper::after {
    content: '';
    display: block;
    width: calc(50% - 70px);
    max-width: 500px;
    height: 456px;
    background-image: url('../img/pickup_bg.jpg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    border-radius: 10px;
    left: calc(50% + 70px);
    top: 0;
}
.pickup__title {
    width: calc(50% - 135px);
    max-width: 424px;
    margin: 0 0 0 135px;
}
    .pickup__title > img {
        display: block;
        width: 100%;
    }
.pickup__detail {
    width: 50%;
    box-sizing: border-box;
    padding: 0 40px 0 180px;
}
    .pickup__detail > p {
        width: 100%;
        max-width: 540px;
        margin: 60px 0 0 auto;
        font-family: var(--font-gtc);
        font-size: 2.8rem;
        font-weight: bold;
        line-height: 1.4;
    }
.pickup__youtube {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 160px);
    max-width: 827px;
    min-height: 104px;
    margin: 65px auto 0;
    padding: 20px 27px 20px 50px;
    box-sizing: border-box;
    border-radius: 52px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    position: relative;
}
    .pickup__youtube > img {
        display: block;
        width: calc(100% - 220px);
        max-width: 503px;
    }
    
    .pickup__youtube > a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 202px;
        min-height: 48px;
        border: 2px #FF0000 solid;
        border-radius: 24px;
        color: #fff;
        background-color: #FF0000;
        box-sizing: border-box;
        transition: 0.2s;
        font-size: 1.8rem;
        font-weight: bold;
    }
    .pickup__youtube > a:hover {
        background-color: #fff;
        color: #FF0000;
        text-decoration: none;
    }
    .pickup__youtube > a::after {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        background-image: url('../img/arrow_white.svg');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin: 0 0 0 8px;
        transition: 0.2s;
    }
    .pickup__youtube > a:hover::after {
        background-image: url('../img/arrow_red.svg');
    }
    
@media (max-width: 1450px) {
.pickup__detail {
    width: calc(50% + 50px);
    padding: 0 0 0 180px;
}
    .pickup__detail > p {
        font-size: 2.6rem;
    }
}
@media (max-width: 1200px) {
.pickup__title {
    width: calc(50% - 40px);
    margin: 0 0 0 40px;
}
.pickup__detail {
    padding: 0 0 0 40px;
}
    .pickup__detail > p {
        max-width: 100%;
    }
}
@media (max-width: 1140px) {
.pickup__wrapper::after {
    height: auto;
    padding-top: calc(46.255% - 70px);
}
}
@media (max-width: 768px) {
.pickup__wrapper {
    padding: 0;
}
.pickup__wrapper::after {
    position: relative;
    left: 0;
    width: calc(100% - 100px);
    max-width: 500px;
    height: 456px;
    margin: 40px auto 0;
    padding-top: 0;
}
.pickup__title {
    width: calc(100% - 80px);
    max-width: 340px;
    margin: 0 0 0 40px;
}
.pickup__detail {
    width: calc(100% - 40px);
    max-width: 500px;
    margin: 30px 0 0 auto;
    padding: 0 ;
}
    .pickup__detail > p {
        width: calc(100% - 20px);
        margin: 0;
    }
.pickup__youtube {
    width: calc(100% - 100px);
    max-width: 500px;
    margin: 40px auto 0;
    padding: 25px;
    justify-content: center;
    row-gap: 15px;
    border-radius: 10px;
}
    .pickup__youtube > img {
        width: 100%;
        max-width: 320px;
    }
}
@media (max-width: 600px) {
.pickup {
    margin: 120px auto 0;
    padding: 0 0 20px;
}
.pickup__wrapper::after {
    width: calc(100% - 40px);
    max-width: 100%;
    height: auto;
    padding-top: calc(92.51% - 40px);
}
.pickup__title {
    width: calc(100% - 100px);
    margin: 0 0 0 30px;
}
.pickup__detail {
    width: calc(100% - 30px);
}
    .pickup__detail > p {
        font-size: 2.2rem;
    }
.pickup__youtube {
    width: calc(100% - 40px);
    max-width: 100%;
    margin: 15px auto 0;
    padding: 20px;
}
}

/* ------------------------------------- /
/  application
/* ------------------------------------- */
.application {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin: 100px auto 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.application::before {
    content: '';
    display: block;
    width: calc(50% - 120px);
    background: linear-gradient(to top right, #ED4631, #FA7A12);
    border-radius: 0 60px 60px 0;
    margin: 0 120px 0 0;
}
.application::after {
    content: '';
    display: block;
    width: 40%;
    max-width: 515px;
    height: calc(100% - 150px);
    background-image: url('../img/application_sp.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: calc(50% + 50px);
    top: 75px;
}
.application__wrapper {
    width: calc(50% - 80px);
    max-width: 605px;
    padding: 95px 0 45px;
    position: relative;
}
.application__wrapper::before {
    content: '';
    display: block;
    width: 248px;
    height: 248px;
    background-image: url('../img/application_bg.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 15px;
    animation: application_Rotate 30.0s linear 0s infinite normal;
}
@keyframes application_Rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
.application__inner {
    position: relative;
}
.application__title {
    font-size: clamp(1.8rem, 4.0vw, 5.3rem);
    font-weight: bold;
    line-height: 1.3;
}
    .application__title > span {
        font-size: clamp(3.0rem, 5.0vw, 6.6rem);
        margin: 0 5px 0 0;
    }
.application__detail {
    font-size: 2.8rem;
    font-size: clamp(1.8rem, 2.0vw, 2.8rem);
    font-weight: 500;
    line-height: 1.45;
    margin: 20px auto 0;;
}
.application__more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 550px;
    min-height: 120px;
    margin: 45px auto 35px;
    border-radius: 60px;
    color: #252A55;
    background: linear-gradient(to right, #BDF815, #74FF7A);
    box-sizing: border-box;
    transition: 0.2s;
    font-size: 3.4rem;
    font-weight: bold;
    position: relative;
}
.application__more:hover {
    /*opacity: 0.5;*/
    text-decoration: none;
    animation: button_sizeup 0.4s ease-in-out 0s 1 normal;
    animation-fill-mode: forwards;
}
@keyframes button_sizeup {
    0% {
        max-width: 550px;
        min-height: 120px;
        border-radius: 60px;
        margin: 45px auto 35px;
        font-size: 3.4rem;
    }
    30% {
        max-width: 520px;
        min-height: 90px;
        border-radius: 45px;
        margin: 60px auto 50px;
        font-size: 3.2rem;
    }
    100% {
        max-width: 580px;
        min-height: 140px;
        border-radius: 70px;
        margin: 35px auto 25px;
        font-size: 3.6rem;
    }
}
.application__more::after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-image: url('../img/arrow_black.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.2s;
    position: absolute;
    right: 40px;
    top: calc(50% - 9px);
}
.application__comment {
    font-size: 1.8rem;
    /*
    margin: 35px auto 0;
    */
    margin: 0 auto;
    text-align: center;
    color: var(--font-black);
}
@media (max-width: 1200px) {
.application {
    margin: 80px auto 0;
}
.application::before {
    width: 35%;
    margin: 0 50px 0 0;
}
.application::after {
    width: calc(35% + 50px);
    right: auto;
    left: -10px;
}
.application__wrapper {
    width: calc(65% - 80px);
}
.application__more {
    max-width: 400px;
    min-height: 100px;
    border-radius: 50px;
    font-size: 2.6rem;
}
}
@media (max-width: 768px) {
.application::before {
    width: 30%;
    margin: 0 40px 0 0;
}
.application::after {
    width: calc(30% + 50px);
    right: auto;
    left: -20px;
}
.application__wrapper {
    width: calc(70% - 60px);
}
.application__wrapper::before {
    width: 180px;
    height: 180px;
}
.application__comment {
    margin: 20px auto 0;
    font-size: 1.3rem;
}
}
@media (max-width: 600px) {
.application {
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 50px auto 0;
    padding: 75px 0 0;
}
.application::before {
    width: calc(100% - 50px);
    height: 225px;
    border-radius: 0 20px 20px 0;
}
.application::after {
    width: calc(100% - 40px);
    height: 290px;
    left: 20px;
    top: 0;
    z-index: 10;
}
.application__wrapper {
    width: calc(100% - 30px);
    max-width: 450px;
    margin: 0 auto;
    padding: 30px 0 0;
}
.application__wrapper::before {
    width: 248px;
    height: 248px;
    top: -135px;
    right: auto;
    left: 60%;
}
.application__title {
    font-size: clamp(2.3rem, 7.0vw, 4.0rem);
}
    .application__title > span {
        font-size: 4.4rem;
        font-size: clamp(3.6rem, 9vw, 6.0rem);
    }

.application__detail {
    max-width: 300px;
    margin: 40px auto 0;
}
.application__more {
    max-width: 340px;
    min-height: 80px;
    border-radius: 40px;
    font-size: 2.2rem;
    margin: 30px auto 0;
}
.application__more::after {
    right: 24px;
}
}

/* ------------------------------------- /
/  about
/* ------------------------------------- */
.about {
    width: 100%;
    padding: 200px 0 130px;    /* .bg__wrapperの調整は下の分で相殺 */
    padding: 100px 0 130px;    /* .bg__wrapperの調整は下の分で相殺 */
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.about__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(100% - 160px);
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}
.about__left {
    width: calc(50% - 60px);
    max-width: 450px;
}
.about-title__en {
    line-height: 1.3;
    font-family: var(--font-en);
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.about-title__jp {
    font-size: clamp(3.0rem, 5.0vw, 5.3rem);
    font-weight: bold;
    line-height: 1.3;
    margin: 18px 0 0;
}
    .about-title__jp > span {
        font-size: clamp(3.4rem, 6.0vw, 6.6rem);
    }
.about__detail {
    font-size: clamp(1.8rem, 2.8vw, 2.8rem);
    font-weight: bold;
    line-height: 2.0;
    margin: 30px auto 0;;
}
.about__right {
    width: calc(50% + 30px);
    margin: calc(75px - 40px) 0 0;    /* .about__subtitle{ top: 40px; } */
}
.about__subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 50px);
    min-height: 80px;
    margin: 0 auto;
    position: relative;
    top: 40px;
    background-color: #EF502B;
    border-radius: 40px;
    color: #fff;
    font-size: 3.0rem;
    font-size: clamp(1.6rem, 2.7vw, 3.0rem);
    font-weight: bold;
}
.about__subtitle::before {
    content: '';
     display: block;
     width: 42px;
     height: 42px;
     background-color: #EF502B;
     border-radius: 2px;
     position: absolute;
     left: calc(50% - 21px);
     bottom: -11px;
     transform: rotate(45deg);
}
    .about__subtitle > p {
        position: relative;
        text-align: center;
    }
        .about__subtitle > p > br {
            display: none;
        }
.about__list {
    padding: 70px 65px 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.abtou__column {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 83px;
    padding: 15px 20px 15px 40px;
    box-sizing: border-box;
    background-image: url('../img/border_gray.svg');
    background-position: left bottom;
    background-size: auto 2px;
    background-repeat: repeat-x;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.4;
    position: relative;
    color: var(--font-black);
}
.abtou__column:last-child {
    background: none;
}
.abtou__column::before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-image: url('../img/about_check.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
}
@media (max-width: 1200px) {
.about {
    padding: 80px 0;
}
.about__wrapper {
    width: calc(100% - 80px);
}
.about__left {
    width: calc(50% - 20px);
    max-width: 450px;
}
.about__right {
    width: calc(50% - 10px);
    margin: calc(75px - 40px) 0 0;    /* .about__subtitle{ top: 40px; } */
}
.about__subtitle {
    width: calc(100% - 30px);
}
.about__subtitle::before {
     width: 24px;
     height: 24px;
     border-radius: 2px;
     left: calc(50% - 12px);
     bottom: -6px;
}
    .about__subtitle > p {
        line-height: 1.2;
    }
        .about__subtitle > p > br {
            display: inline;
        }
.about__list {
    padding: 60px 40px 15px;
}
.abtou__column {
    font-size: 2.0rem;
}
}
@media (max-width: 768px) {
.about__wrapper {
    justify-content: center;
}
.about__left {
    width: 100%;
    max-width: 100%;
}
.about-title__en {
    font-size: 2.0rem;
}
.about-title__jp {
    margin: 0;
}
.about__right {
    width: 100%;
    max-width: 500px;
    margin: calc(30px - 40px) 0 0;    /* .about__subtitle{ top: 40px; } */
}
.about__subtitle {
    font-size: 2.1rem;
}
}
@media (max-width: 600px) {
.about {
    padding: 50px 0;
}
.about__wrapper {
    width: calc(100% - 40px);
}
.about-title__jp {
    font-size: 3.4rem;
}
    .about-title__jp > span {
        font-size: 4.2rem;
    }
        .about-title__jp > span > br.sp-none__768 {
            display: inline;
        }
.about__detail {
    margin: 15px auto 0;;
}
.about__list {
    padding: 60px 30px 15px;
}
.abtou__column {
    padding: 10px 10px 10px 30px;
    font-size: 1.8rem;
}
.abtou__column::before {
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
}
}

/* ------------------------------------- /
/  bg__wrapper
/* ------------------------------------- */
.bg__wrapper {
    position: relative;
    overflow: hidden;
    top: 50px;
}
.bg__img {
    width: calc(100% + 280px);
    background-image: url('../img/about_bg.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -115px;
    bottom: 0;
    z-index: 0;
}
.bg__img.point_bg {
    top: calc(50% - 32vw);
}
.bg__img.about_bg {
    bottom: -5%;
}
.bg__img.message_bg {
    bottom: 1.2%;
}
.bg__img::before {
    content: '';
    display: block;
    padding-top: 57.4546%;
}
@media (max-width: 1200px) {
.bg__img.about_bg {
    bottom: -2%;
}
}
@media (max-width: 600px) {
.bg__img.about_bg {
    bottom: -1%;
}
}

/* ------------------------------------- /
/  features
/* ------------------------------------- */
.features {
    position: relative;
    z-index: 1;
}
.features-title {
    padding: 115px 0 calc(135px + 110px);    /* .features-list { top: -110px; } */
    background: linear-gradient(to right top, #EF502B, #ED4631);
    color: #fff;
}

.features-title__en {
    line-height: 1.3;
    font-family: var(--font-en);
    font-size: 3.4rem;
    font-size: clamp(1.6rem, 3.0vw, 3.4rem);
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
}
.features-title__jp {
    font-size: clamp(3.0rem, 5.0vw, 5.8rem);
    font-weight: bold;
    line-height: 1.3;
    margin: 18px 0 0;
    text-align: center;
}
.features-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% - 160px);
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px 58px 25px;
    box-sizing: border-box;
    background-color: #F5F5F5;
    position: relative;
    top: -110px;
}
.features-list::before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background-color: #EF502B;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 13px);
    top: -13px;
}
.features-list::after {
    content: '';
    display: block;
    height: calc(100% - 190px);
    border-right: 1px #EF502B solid;
    position: absolute;
    left: 50%;
    top: 100px;
}
.features-list__column {
    width: 50%;
    box-sizing: border-box;
    padding: 65px 20px;
    text-align: center;
}
.features-list__column:nth-child(1) {
    border-bottom: 1px #EF502B solid;
}
.features-list__column:nth-child(2) {
    border-bottom: 1px #EF502B solid;
}
.features-list__title::before {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    color: #EF502B;
    font-family: var(--font-en);
    font-size: 5.0rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
}
.features-list__column:nth-child(1) > .features-list__title::before {
    content: '01';
}
.features-list__column:nth-child(2) > .features-list__title::before {
    content: '02';
}
.features-list__column:nth-child(3) > .features-list__title::before {
    content: '03';
}
.features-list__column:nth-child(4) > .features-list__title::before {
    content: '04';
}
    .features-list__title > p {
        margin: 25px auto 0;
        font-size: 2.8rem;
        font-weight: bold;
        line-height: 1.4;
        letter-spacing: 0.05em;
    }
.features-list__detail {
    margin: 25px auto 0;
}
.features-list__comment {
    font-size: 2.0rem;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 85px;
}
    
.features-list__data {
    font-size: 1.6rem;
    margin: 25px auto 0;
}
@media (max-width: 1200px) {
.features-title {
    padding: 80px 0 calc(80px + 110px);    /* .features-list { top: -110px; } */
}
.features-list {
    width: calc(100% - 80px);
    padding: 15px 40px 25px;
}
.features-list__title::before {
    width: 80px;
    height: 80px;
    font-size: 3.8rem;
}
    .features-list__title > p {
        font-size: 2.4rem;
    }
.features-list__comment {
    font-size: 1.8rem;
    min-height: 0;
}
}
@media (max-width: 768px) {
.features-list {
    padding: 15px 40px 0;
}
.features-list::after {
    display: none;
}
.features-list__column {
    width: 100%;
    border-bottom: 1px #EF502B solid;
}
.features-list__column:last-child {
    border: none;
}
}
@media (max-width: 600px) {
.features-title {
    padding: 50px 0 calc(40px + 50px);    /* .features-list { top: -40px; } */
}
.features-title__jp {
    font-size: 2.9rem
}
.features-list {
    top: -50px;
    width: calc(100% - 40px);
    padding: 15px 20px 10px;
}
.features-list__column {
    padding: 20px 0;
}
.features-list__title::before {
    width: 50px;
    height: 50px;
    font-size: 2.0rem;
}
    .features-list__title > p {
        margin: 15px auto 0;
        font-size: 2.0rem;
    }
.features-list__detail {
    margin: 20px auto 0;
}
.features-list__comment {
    font-size: 1.6rem;
}
.features-list__data {
    font-size: 1.6rem;
    margin: 15px auto 0;
}
}

/* ------------------------------------- /
/  comparison
/* ------------------------------------- */
.comparison {
    padding: 0 0 calc(220px + 50px);    /* .bg__wrapper{ top: 50px; } */
    position: relative;
    z-index: 1;
}
.comparison-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 20px);
    max-width: 548px;
    min-height: 62px;
    margin: calc(115px - 110px) auto 0;    /* .features-list{ top: -110px; } */
    background-color: #EF502B;
    color: #fff;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.2;
}
.comparison__wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1140px;
    margin: 70px auto 0;
    border-top: 1px #E1E1E1 solid;
}
.comparison-list {
    width: calc(25% - 70px);
    text-align: center;
    border-right: 1px #E1E1E1 solid;
    background-color: #fff;
}
.comparison-list.title_box {
    width: 100%;
    max-width: 280px;
    border: none;
}
.comparison-list.sky7mobile {
    box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.1);
    border: none;
    z-index: 1;
}
.comparison-list:last-child {
    border: none;
}
    .comparison-list > li {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        height: 80px;
        font-family: var(--font-gtc);
        font-size: 1.6rem;
        font-weight: bold;
        color: var(--font-black);
        line-height: 1.2;
    }
    .comparison-list.title_box > li {
        font-size: 1.8rem;
        font-weight: 500;
    }
    .comparison-list > li.comparison-list__header {
        height: 160px;
        font-weight: 500;
    }
    .comparison-list > li.comparison-list__support {
        height: 120px;
        flex-direction: column;
    }
    .comparison-list > li:nth-child(4n + 2),
    .comparison-list.title_box > li:nth-child(2n) {
        background-color: #F3F3F3;
    }
        .comparison-list > li.comparison-list__header > img {
            display: block;
            width: calc(100% - 20px);
            max-width: 105px;
        }
.comparison-list__lank {
    font-size: 2.0rem;
}
.comparison-list__comment {
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.2;
    margin: 10px 0 0;
}
@media (max-width: 1200px) {
.comparison {
    padding: 0 0 calc(80px + 50px);    /* .bg__wrapper{ top: 50px; } */
}
}
@media (max-width: 768px) {
.comparison-title {
    font-size: 2.6rem;
    max-width: 450px;
    min-height: 50px;
}
.comparison__wrapper {
    margin: 40px auto 0;
}
.comparison-list {
    width: calc(25% - 35px);
}
.comparison-list.title_box {
    max-width: 140px;
}
}
@media (max-width: 600px) {
.comparison {
    padding: 0 0 calc(50px + 50px);    /* .bg__wrapper{ top: 50px; } */
}
.comparison-title {
    font-size: clamp(1.75rem, 5.5vw, 2.6rem);
}
.comparison-list {
    width: 25%;
}
.comparison-list.title_box {
    display: none;
}
    .comparison-list > li {
        font-size: 1.4rem;
    }
    .comparison-list > li.comparison-list__header {
        height: 100px;
    }



.comparison__wrapper {
    margin: 60px auto 0;
}
.comparison-list {
    border: none;
}
.comparison-list.sky7mobile {
    box-shadow: none;
}
    .comparison-list > li {
        border-bottom: 1px #E1E1E1 solid;
        border-right: 1px #E1E1E1 solid;
        height: 50px;
    }
    .comparison-list > li.comparison-list__header {
        height: 50px;
    }
    li + li.comparison-list__header {
        margin: 55px 0 0;
        border-top: 1px #E1E1E1 solid;
    }
    .comparison-list > li:nth-child(2n) {
        background-color: #fff;
    }
    
    .comparison-list.sky7mobile > li {
        border-left: 1px #E1E1E1 solid;
        color: var(--font-orange);
        background-color: #FFFDE7;
        position: relative;
    }
    .comparison-list.sky7mobile > li::before {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 400%;
        height: 30px;
        position: absolute;
        left: 0;
        top: -35px;
        font-size: 1.8rem;
        font-weight: bold;
    }
    .comparison-list.sky7mobile > li:nth-child(1)::before {
        content: '申込時の審査';
    }
    .comparison-list.sky7mobile > li:nth-child(3)::before {
        content: '料金';
    }
    .comparison-list.sky7mobile > li:nth-child(5)::before {
        content: '契約名義';
    }
    .comparison-list.sky7mobile > li:nth-child(7)::before {
        content: 'サポート';
    }
    
        .comparison-list > li.comparison-list__header > img {
            height: 35px;
            object-fit: contain;
        }
}

/* ------------------------------------- /
/  plan
/* ------------------------------------- */
.plan {
    margin: calc(150px - 50px) auto 0;    /* .bg__wrapper{ top: 50px; } */
    position: relative;
    z-index: 1;
}
.plan-title__en {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 150px;
    min-height: 40px;
    line-height: 1.5;
    font-family: var(--font-en);
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    background-color: #EF502B;
    margin: 0 auto;
    border-radius: 5px;
}
.plan-title__jp {
    font-size: clamp(3.0rem, 8.5vw, 5.0rem);
    font-weight: bold;
    line-height: 1.3;
    margin: 25px 0 0;
    text-align: center;
}
.plan__subtitle {
    font-size: clamp(1.8rem, 5vw, 3.2rem);
    font-weight: bold;
    line-height: 1.3;
    margin: 55px 0 0;
    text-align: center;
}
.plan-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    column-gap: 20px;
    width: calc(100% - 20px);
    max-width:1140px;
    margin: 90px auto 0;
    position: relative;
    z-index: 1;
}
.plan-menu__box {
    flex: 1;
}
.plan-menu__link {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100px;
    border-radius: 10px 10px 0 0;
    background-color: #F3F3F3;
    box-sizing: border-box;
    border: 2px #F3F3F3 solid;
    transition: 0.2s;
}
.plan-menu__link:hover {
    text-decoration: none;
    background-color: #fff;
    border: 2px #F87415 solid;
}
.plan-menu__link.active {
    background-color: #fff;
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.1);
    border: 2px #fff solid;
}
.plan-menu__link.active:hover {
    background-color: #fff;
}
.plan-menu__text {
    font-size: 1.6rem;
    font-weight: bold;
    color: #F87415;
    line-height: 1.2;
}
.plan-menu__title {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.2;
    margin: 15px 0 0;
    text-align: center;
}
.plan-detail {
    width: 100%;
    background-color: #fff;
    position: relative;
    display: none;
}
.plan-detail.active {
    display: block;
}
.plan-detail::before {
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.plan-detail__inner {
    background-color: #fff;
    padding: 125px 80px 0;
    position: relative;
    z-index: 2;
    transition: 0.2s;
}
.plan-detail__inner.hide {
    opacity: 0;
}
.plan-detail__title {
    font-size: 3.8rem;
    font-size: clamp(3.0rem, 7vw, 3.8rem);
    font-weight: bold;
    color: #F87415;
    text-align: center;
    line-height: 1.4;
}
.plan-detail__text {
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    margin: 60px auto 0;
    text-align: center;
    line-height: 1.7;
}
.plan-detail__text.orange {
    color: #EF502B;
}
    .plan-detail__text > h4 {
        font-weight: 500;
        margin: 0 0 10px;
    }
.plan-detail__comment {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 198px;
    min-height: 198px;
    position: absolute;
    left: calc(50% + 280px);
    top: 135px;
    background-color: #F87415;
    border-radius: 50%;
}
#plan_detail_02 .plan-detail__comment {
    top: 150px;
    left: calc(50% + 340px);
}
.plan-detail__comment::before {
    content: '';
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    left: 3px;
    bottom: 17px;
    background-image: url('../img/plan_comment.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
    .plan-detail__comment > p {
        width: 100%;
        text-align: center;
        font-size: 1.8rem;
        font-weight: bold;
        color :#fff;
        position: relative;
    }
.plan-detail__list {
    width: 100%;
    max-width: 480px;
    margin: 80px auto 0;
    table-layout: fixed;
    border-top: 1px #E1E1E1 solid;
    border-bottom: 1px #E1E1E1 solid;
    font-family: var(--font-gtc);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
}
.plan-detail__list.three {
    max-width: 720px;
}
.plan-detail__list.wide {
    max-width: 820px;
}
    .plan-detail__list th {
        border-right: 1px #E1E1E1 solid;
        color: #EF502B;
        text-align:center;
        padding: 27px 0;
        vertical-align: middle;
    }
    .plan-detail__list td {
        text-align:center;
        padding: 27px 0;
        vertical-align: middle;
    }
    .plan-detail__list th + td {
        border-right: 1px #E1E1E1 solid;
    }
    .plan-detail__list tr:nth-child(2n) th,
    .plan-detail__list tr:nth-child(2n) td {
        background-color: #F3F3F3;
    }
        .plan-detail__list td span {
            color: #f00;
            font-size: 2.5rem;
            font-weight: bold;
        }
.plan-detail__pricelist {
    width: 100%;
    max-width: 600px;
    margin: 80px auto 0;
    table-layout: fixed;
    border-collapse: collapse;
    font-family: var(--font-gtc);
    font-weight: 500;
    line-height: 1.5;
    position: relative;
}
/*
.plan-detail__pricelist::before {
    content: '';
    display: block;
    width: 26.5%;
    height: 100%;
    position: absolute;
    left: 41.5%;
    top: 0;
    background-image: url('../img/slash_red.svg');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
*/
    .plan-detail__pricelist col:nth-child(1){
        width: 25%;
    }
    .plan-detail__pricelist col:nth-child(4){
        width: 32%;
    }
    .plan-detail__pricelist tr {
        position: relative;
    }
    .plan-detail__pricelist th {
        border: 1px #E1E1E1 solid;
        color: #EF502B;
        text-align:center;
        padding: 27px 0;
        vertical-align: middle;
        font-size: 2.0rem;
        line-height: 1.2;
    }
    .plan-detail__pricelist tr:last-child th {
       padding: 10px 0;
    }
        .plan-detail__pricelist th b {
            font-size: 2.4rem;
        }
    .plan-detail__pricelist td {
        border: 1px #E1E1E1 solid;
        text-align:center;
        padding: 27px 0;
        vertical-align: middle;
        font-size: 2.2rem;
        line-height: 1.2;
    }
    .plan-detail__pricelist td:last-child {
        background-color: #FFFDE7;
    }
    .plan-detail__pricelist tbody td:last-child {
        font-size: 2.6rem;
    }
    .plan-detail__pricelist thead th,
    .plan-detail__pricelist thead td {
        padding: 17px 0;
        font-size: 2.0rem;
    }
        .plan-detail__pricelist td span.fsSS {
            font-size: 0.7em;
            display: inline-block;
            line-height: 1.2;
            margin: 5px 0 0;
        }
        .plan-detail__pricelist td span.fsS {
            font-size: 2.0rem;
        }
        .plan-detail__pricelist td span.fsL {
            font-size: 3.5rem;
            font-weight: bold;
        }
        .plan-detail__pricelist td span.fsLL {
            font-size: 5rem;
            font-weight: bold;
        }
        .plan-detail__pricelist td span.red {
            color: #f00;
        }
        .plan-detail__pricelist td span.fwB {
            font-weight: bold;
        }
.plan-detail_subtext {
    margin: 80px auto 0;
    font-family: var(--font-gtc);
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
}
.plan-detail__subtitle {
    margin: 140px auto 0;
    font-size: 3.2rem;
    font-size: clamp(2.4rem, 7vw, 3.2rem);
    font-weight: bold;
    text-align: center;
}
.plan-detail_caution {
    width: calc(100% - 20px);
    max-width: 1140px;
    margin: 62px auto 0;
    font-size: 2.1rem;
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    font-weight: 500;
}
    .plan-detail_caution > li {
        padding: 0 0 0 0.9em;
        position: relative;
        line-height: 1.5;
    }
    .plan-detail_caution > li::before {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #252A55;
        position:absolute;
        left: 5px;
        top: calc(1em - 7px);
    }
@media (max-width: 1200px) {
.plan {
    margin: calc(80px - 50px) auto 0;    /* .bg__wrapper{ top: 50px; } */
}
.plan-menu {
    column-gap: 10px;
    max-width:830px;
}
.plan-menu__link {
    min-height: 80px;
}
.plan-menu__title {
    font-size: 2.2rem;
    margin: 5px 0 0;
}
.plan-menu__text {
    font-size: 1.4rem;
}
.plan-detail__inner {
    padding: 80px 40px 0;
}
.plan-detail__comment {
    max-width: 160px;
    min-height: 160px;
    left: calc(50% + 240px);
    top: 20px;
}
#plan_detail_02 .plan-detail__comment {
    left: calc(50% + 270px);
}
#plan_detail_03 .plan-detail__comment {
    left: calc(50% + 200px);
}
    .plan-detail__comment > p {
        line-height: 1.4;
    }
.plan-detail__subtitle {
    margin: 80px auto 0;
}
}
@media (max-width: 768px) {
.plan-menu__title {
    font-size: 1.9rem;
}
.plan-menu {
    margin: 40px auto 0;
}
.plan-detail__comment {
    max-width: 100px;
    min-height: 100px;
    left: auto;
    top: 30px;
    right: 10px;
}
#plan_detail_02 .plan-detail__comment {
    left: auto;
    top: 30px;
    right: 10px;
}
#plan_detail_03 .plan-detail__comment {
    left: auto;
}
    .plan-detail__comment > p {
        font-size: 1.2rem;
    }
.plan-detail_caution {
    margin: 30px auto 0;
}
        .plan-detail__pricelist td span.fsS {
            font-size: clamp(1.2rem, 2.5vw, 2rem);
        }
}
@media (max-width: 600px) {
.plan {
    margin: calc(50px - 50px) auto 0;    /* .bg__wrapper{ top: 50px; } */
}
.plan-title__en {
    max-width: 120px;
    min-height: 30px;
    font-size: 1.8rem;
}
.plan-title__jp {
    margin: 8px 0 0;
}
.plan__subtitle {
    margin: 30px 0 0;
}
.plan-menu {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 10px;
    width: 100%;
}
.plan-menu__box {
    width: 100%;
}
.plan-menu__link {
    width: calc(100% - 40px);
    border-radius: 0 10px 10px 0;
    align-items: flex-start;
    padding: 0 0 0 calc(20% - 30px);
}
.plan-menu__link.active {
    width: calc(100% - 20px);
}
.plan-menu__link br {
    display: none !important;
}
.plan-detail {
    margin: 10px auto 0;
}
.plan-detail__inner {
    padding: 50px 10px 0;
}
.plan-detail__comment {
    top: -50px;
}
#plan_detail_02 .plan-detail__comment {
    top: -50px;
}
.plan-detail__text {
    margin: 30px auto 0;
}
.plan-detail__list {
    margin: 30px auto 0;
    font-size: 1.6rem;
}
    .plan-detail__list th {
        padding: 15px 0;
    }
    .plan-detail__list td {
        padding: 15px 0;
    }
        .plan-detail__list td span {
            font-size: 2.0rem;
        }
.plan-detail_subtext {
    margin: 30px auto 0;
    font-size: 1.3rem;
    text-align: left;
}
.plan-detail__subtitle {
    margin: 50px auto 0;
}
    .plan-detail_caution > li {
        margin: 15px 0 0;
    }


.plan-detail__pricelist::before {
    left: 38.5%;
}
    /*
    .plan-detail__pricelist col:nth-child(1){
        width: 12%;
    }
    */
    .plan-detail__pricelist col:nth-child(4){
        width: 35%;
    }
    .plan-detail__pricelist th {
        font-size: clamp(1.5rem, 3.5vw, 1.8rem);
    }
        .plan-detail__pricelist th b {
            font-size: 2.0rem;
        font-size: clamp(1.5rem, 3.5vw, 2.0rem);
        }
    .plan-detail__pricelist td {
        font-size: clamp(1.5rem, 3vw, 1.8rem);
    }
    .plan-detail__pricelist tbody td:last-child {
        font-size: 2.2rem;
    }
    .plan-detail__pricelist thead th,
    .plan-detail__pricelist thead td {
        font-size: clamp(1.2rem, 3vw, 1.8rem);
    }
        .plan-detail__pricelist td span.fsL {
            font-size: clamp(2.0rem, 5vw, 2.6rem);
        }
        .plan-detail__pricelist td span.fsLL {
            font-size: clamp(3.0rem, 7vw, 4rem);
        }

}
@media (max-width: 450px) {
        .plan-detail__pricelist td span.fsS {
            display: inline-block;
            line-height: 1.0;
        }
}

/* ------------------------------------- /
/  message
/* ------------------------------------- */
.message {
    position: relative;
    z-index: 1;
    margin: 200px auto 0;
    padding: 0 0 calc(70px + 50px);    /* .bg__wrapper{ top: 50px; } */
}
.message-title__en {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 150px;
    min-height: 40px;
    line-height: 1.5;
    font-family: var(--font-en);
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    background-color: #EF502B;
    margin: 0 auto;
    border-radius: 5px;
}
.message-title__jp {
    font-size: clamp(3.0rem, 8.5vw, 5.0rem);
    font-weight: bold;
    line-height: 1.3;
    margin: 25px 0 0;
    text-align: center;
}
.message__subtitle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 3.5rem;
    font-size: clamp(2.0rem, 5vw, 3.5rem);
    font-weight: bold;
    margin: 45px 0 0;
    text-align: center;
}
    .message__subtitle > p {
        padding: 0 5px;
        background-color: #fff;
        line-height: 1.5;
        margin: 5px 0 0;
    }
.message__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 160px);
    max-width: 1140px;
    margin: 80px auto 0;
}
.message__left {
    width: 100%;
    max-width: 350px;
}
.message__left::before {
    content: '';
    display: block;
    width: calc(100% - 20px);
    max-width: 317px;
    padding-top: 134.5715%;
    background-image: url('../img/profile_photo.png');
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.message__name {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    min-height: 50px;
    border-radius: 25px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    background-color: #EF502B;
    position: relative;
    top: -1px;
}
.message__profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 120px;
    margin: 35px auto 0;
    padding: 15px 45px 15px 24px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.message__profile::before {
    content: '';
    display: block;
    width: 100%;
    max-width: 91px;
    height: 91px;
    background-image: url('../img/profile_icon.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.message-sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 116px);
}
    .message-sns > p {
        width: 100%;
        font-size: 2.0rem;
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        margin: 0 0 10px;
    }
.message-sns__link {
    display: block;
    width: 100%;
    transition: 0.2s;
}
.message-sns__link:hover {
    opacity: 0.5;
}
.message-sns__link.tiktok {
    max-width: 32px;
}
.message-sns__link.youtube {
    max-width: 52px;
}
.message-sns__link.instagram {
    max-width: 37px;
}
.message-sns__link.x {
    max-width: 35px;
}
    .message-sns__link > img {
        display: block;
        width: 100%;
    }
.message__right {
    width: calc(100% - 420px);
}
    .message__right > p {
        font-size: 1.8rem;
        margin: 30px 0 0;
        line-height: 1.65;
    }
@media (max-width: 1200px) {
.message {
    margin: 80px auto 0;
}
.message__wrapper {
    width: calc(100% - 80px);
}
}
@media (max-width: 1200px) {
.message__left {
    max-width: 300px;
}
.message__profile::before {
    max-width: 70px;
    height: 70px;
}
.message__profile {
    padding: 15px 24px;
}
.message-sns {
    width: calc(100% - 90px);
}
.message__right {
    width: calc(100% - 340px);
}
    .message__right > p {
        font-size: 1.7rem;
    }
}
@media (max-width: 768px) {
.message__wrapper {
    justify-content: center;
    margin: 40px auto 0;
}
.message__left::before {
    width: calc(100% - 80px);
    margin: 0 auto;
    padding-top: calc(134.5715% - 80px);
}
.message__right {
    width: 100%;
    margin: 40px auto 0;
}
    .message__right > p:first-child {
        margin: 0;
    }
}
@media (max-width: 600px) {
.message {
    margin: 50px auto 0;
}
.message-title__en {
    max-width: 120px;
    min-height: 30px;
    font-size: 1.8rem;
}
.message-title__jp {
    margin: 8px 0 0;
}
.message__subtitle {
    margin: 30px 0 0;
}
.message__wrapper {
    margin: 40px auto 0;
    width: calc(100% - 40px);
}
.message__name {
    min-height: 40px;
    border-radius: 20px;
    font-size: 2.0rem;
}
    .message__right > p {
        font-size: 1.5rem;
    }
}

/* ------------------------------------- /
/  faq
/* ------------------------------------- */
.faq {
    margin: calc(70px - 20px) auto 0;    /* .bg__wrapper{ top: 50px; } */
    position: relative;
}
.faq-title__en {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 150px;
    min-height: 40px;
    line-height: 1.5;
    font-family: var(--font-en);
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    background-color: #EF502B;
    margin: 0 auto;
    border-radius: 5px;
}
.faq-title__jp {
    font-size: clamp(3.0rem, 8.5vw, 5.0rem);
    font-weight: bold;
    line-height: 1.3;
    margin: 25px 0 0;
    text-align: center;
}
.faq-list {
    width: 100%;
    max-width: 1140px;
    margin: 100px auto 0;
}
.faq-list__column {
    margin: 20px 0 0;
}
.faq-list__column:first-child {
    margin: 0;
}
.faq__check {
    display: none;
}
.faq-list__title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 90px;
    position: relative;
    background-color: #F3F3F3;
    cursor: pointer;
    padding: 20px 30px;
    border-radius: 5px;
}
.faq-list__title::before {
    content: '';
    display: block;
    width: 20px;
    border-top: 2px #B9B9B9 solid;
    position: absolute;
    right: 30px;
    top: calc(50% - 1px);
}
.faq-list__title::after {
    content: '';
    display: block;
    height: 20px;
    border-right: 2px #B9B9B9 solid;
    position: absolute;
    right: 39px;
    top: calc(50% - 10px);
}
.faq__check:checked + .faq-list__title::after {
    display: none;
}
    .faq-list__title > p {
        font-size: 2.0rem;
        line-height: 1.2;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .faq-list__title > p::before {
        content: 'Q';
        display: inline-block;
        font-family: var(--font-en);
        font-size: 3.0rem;
        color: #EF502B;
        margin: 0 12px 0 0;
        line-height: 1.2;
    }
.faq-list__wrapper {
    height: 0;
    overflow: hidden;
    transition: 0.2s;
    transition-timing-function: ease;
}
.faq-list__inner {
    padding: 15px 20px 40px 65px;
    position: relative;
}
.faq-list__inner::before {
    content: 'A';
    display: block;
    font-family: var(--font-en);
    font-size: 2.0rem;
    color: #EF502B;
    margin: 0 12px 0 0;
    line-height: 1.2;
    position: absolute;
    left: 35px;
    top: calc(1em - 2px);
}
.faq-line__title {
    margin: 80px auto 0;
    font-size: clamp(2.8rem, 4vw, 3.8rem);
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    color: #3CC755;
}
.faq-line__link {
    display: block;
    width: 70%;
    max-width: 200px;
    margin: 40px auto 0;
    transition: 0.2s;
    transition-timing-function: ease-out;
}
.faq-line__link:hover {
    transform: scale(1.1,1.1);
}
.faq-line__comment {
    margin: 20px auto 0;
    text-align: center;
    font-size: clamp(1.6rem, 4vw, 1.6rem);
    font-size: 1.7rem;
}
@media (max-width: 1200px) {
.faq-list {
    margin: 50px auto 0;
}
}
@media (max-width: 768px) {
.faq-list__column {
    margin: 10px 0 0;
}
.faq-list__title {
    padding: 10px 20px;
    min-height: 70px;
}
}
@media (max-width: 600px) {
.faq {
    margin: calc(0px - 20px) auto 0;    /* .bg__wrapper{ top: 50px; } */
}
.faq-title__en {
    max-width: 120px;
    min-height: 30px;
    font-size: 1.8rem;
}
.faq-title__jp {
    margin: 8px 0 0;
}
.faq-list {
    margin: 30px auto 0;
}
.faq-list__title {
    padding: 10px 40px 10px 20px;
}
.faq-list__title::before {
    width: 16px;
    border-top: 2px #B9B9B9 solid;
    right: 20px;
}
.faq-list__title::after {
    height: 16px;
    right: 27px;
    top: calc(50% - 8px);
}
    .faq-list__title > p {
        font-size: 1.7rem;
    }
    .faq-list__title > p::before {
        font-size: 2.2rem;
        margin: 0 8px 0 0;
    }
.faq-list__inner {
    padding: 15px 20px 40px 40px;
}
.faq-list__inner::before {
    left: 20px;
    top: calc(1em - 6px);
}
.faq-line__title {
    margin: 50px auto 0;
    font-size: 2.8rem;
    text-indent: -10px;
}
.faq-line__link {
    margin: 20px auto 0;
}
}

/* ------------------------------------- /
/  contact
/* ------------------------------------- */
.contact {
    margin: 150px auto 0;
}
.contact-title__en {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 150px;
    min-height: 40px;
    line-height: 1.5;
    font-family: var(--font-en);
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    background-color: #EF502B;
    margin: 0 auto;
    border-radius: 5px;
}
.contact-title__jp {
    font-size: clamp(3.0rem, 8.5vw, 5.0rem);
    font-weight: bold;
    line-height: 1.3;
    margin: 25px 0 0;
    text-align: center;
}
.contact__subtitle {
    font-size: 2.4rem;
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 400;
    line-height: 1.3;
    margin: 30px 0 0;
    text-align: center;
}
.contact-search {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 40px);
    max-width: 530px;
    margin: 120px auto 0;
}

.contact-search__select {
    width: calc(55% - 10px);
    max-width: 280px;
    background-color: #EEEEEE;
    border-radius: 5px;
    position: relative;
}
.contact-search__select::before {
    content: '';
    display: block;
    width: 15px;
    height: 12px;
    background-image: url('../img/select_bg.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: calc(50% - 6px);
}
    .contact-search__select > select {
        display: block;
        width: 100%;
        min-height: 60px;
        background: none;
        border: none;
        font-size: 1.8rem;
        font-weight: bold;
        color: #000;
        padding: 0 20px;
        box-sizing: border-box;
        appearance: none;
        position: relative;
    }
.contact-search__submit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(45% - 10px);
    max-width: 200px;
    min-height: 60px;
    border-radius: 30px;
    font-size: 1.8rem;
    font-weight: bold;;
    background-color: #F87415;
    color: #fff;
    border: none;
    appearance: none;
    padding: 0;
    cursor: pointer;
    border: 2px #F87415 solid;
    transition: 0.2s;
}
.contact-search__submit:hover {
    background-color: #fff;
    color: #F87415;
}
.contact-list {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.contact-list::before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: calc(50% - 20px);
    top: 30vh;
    border-radius: 50%;
    border: 8px #F87415 solid;
    opacity: 0.2;
    z-index: 1;
}
.contact-list::after {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: calc(50% - 20px);
    top: 30vh;
    border-radius: 50%;
    border: 8px transparent solid;
    border-top: 8px #F87415 solid;
    animation: spin 1s infinite linear;
    z-index: 2;
}
@keyframes spin { 
  100% { 
    transform: rotate(360deg); 
  } 
}
.contact-list__box {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 160px);
    max-width: 1140px;
    margin: 40px auto 0;
    transition: 0.2s;
    background-color: #fff;
    position: relative;
    z-index: 3;
}
.contact-list__box.active {
    display: flex;
}
.contact-list__box.hide {
    opacity: 0;
}
.contact-list__column {
    width: calc(50% - 20px);
    max-width: 550px;
    border: 2px #B9B9B9 solid;
    margin: 40px 0 0;
    padding: 45px 65px;
    box-sizing: border-box;
    border-radius: 10px;
}
.contact-list__column:hover {
    border: 2px #F67416 solid;
}
.contact-list__title {
    font-size: 2.4rem;
    font-weight: 400;
}
.contact-list__detail {
    margin: 20px 0 0;
}
.contact-profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-profile__title {
    width: 100%;
    max-width: 80px;
    color: #EF502B;
    margin: 20px 0 0;
    line-height: 1.4;
}
.contact-profile__detail {
    width: calc(100% - 80px);
    margin: 20px 0 0;
    line-height: 1.4;
}
.contact-profile__title:first-child,
.contact-profile__title:first-child + .contact-profile__detail {
    margin: 0;
}
.contact-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 32px 0 0;
}
.contact-link__button {
    width: calc(50% - 8px);
    max-width: 200px;
}
    .contact-link__button > a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 60px;
        color: #fff;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.2;
        border-radius: 30px;
        box-sizing: border-box;
        transition: 0.2s;
    }
    .contact-link__button.web > a {
        background-color: #F87415;
        border: 2px #F87415 solid;
        text-decoration: none;
    }
    .contact-link__button.web > a:hover {
        color: #F87415;
        background-color: #fff;
    }
    .contact-link__button.line > a {
        background-color: #06C755;
        border: 2px #06C755 solid;
        text-decoration: none;
    }
    .contact-link__button.line > a:hover {
        color: #06C755;
        background-color: #fff;
    }
.contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(100% - 160px);
    max-width: 1140px;
    margin: 120px auto 0;
    padding: 120px 0 0;
    border-top: 1px #707070 solid;
}
.contact-form__title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 305px;
    position: relative;
    font-size: 1.8rem;
    font-weight: 400;
    margin: 30px 0 0;
    padding: 13px 0 0;
}
.contact-form__title::after {
    content: '任意';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 50px;
    min-height: 28px;
    border-radius: 14px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    background-color: #888888;
    position: absolute;
    right: 0;
}
.contact-form__title.required::after {
    content: '必須';
    background-color: #EF502B;
}
.contact-form__detail {
    width: calc(100% - 340px);
    font-size: 1.8rem;
    font-weight: bold;
    margin: 30px 0 0;
}
.contact-form__title:first-child,
.contact-form__title:first-child + .contact-form__detail {
    margin: 0;
}
.contact-form__select {
    width: 100%;
    max-width: 300px;
    background-color: #F5F5F5;
    border-radius: 5px;
    position: relative;
}
.contact-form__select::before {
    content: '';
    display: block;
    width: 15px;
    height: 12px;
    background-image: url('../img/select_bg_02.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: calc(50% - 6px);
}
.contact-form__select.check::before {
    display: none;
}
    .contact-form__select > select {
        display: block;
        width: 100%;
        min-height: 60px;
        background: none;
        border: none;
        font-size: 1.8rem;
        font-weight: bold;
        color: #000;
        padding: 0 20px;
        box-sizing: border-box;
        appearance: none;
        position: relative;
    }
.contact-form__input {
    width: 100%;
    background-color: #F5F5F5;
    border-radius: 5px;
}
    .contact-form__input > input[type=text],
    .contact-form__input > input[type=email],
    .contact-form__input > input[type=tel],
    .contact-form__input > textarea {
        display: block;
        width: 100%;
        min-height: 60px;
        background: none;
        border: none;
        font-size: 1.8rem;
        font-weight: bold;
        color: #000;
        padding: 0 30px;
        box-sizing: border-box;
        appearance: none;
    }
    .contact-form__input > textarea {
        min-height: 270px;
        padding: 20px 30px;
        font-family: 'Noto Sans JP', sans-serif;
    }
.contact-form__buttonbox {
    margin: 106px auto 0;
}
.contact-form__submit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 40px);
    max-width: 550px;
    min-height: 90px;
    border-radius: 45px;
    font-size: 2.1rem;
    font-weight: bold;;
    background-color: #F87415;
    color: #fff;
    border: none;
    appearance: none;
    cursor: pointer;
    border: 2px #F87415 solid;
    transition: 0.2s;
    position: relative;
    margin: 0 auto;
}
.contact-form__submit:hover {
    background-color: #fff;
    color: #F87415;
}
.contact-form__submit::after {
    content: '';
    display: block;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 20px;
    min-height: 14px;
    font-size: 1.6rem;
    position: absolute;
    right: 39px;
    top: calc(50% - 7px);
    background-image: url('../img/arrow_submit.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.2s;
}
.contact-form__submit:hover::after {
    background-image: url('../img/arrow_submit_on.svg');
}
.contact-form__return {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 40px);
    max-width: 550px;
    min-height: 90px;
    border-radius: 45px;
    font-size: 2.1rem;
    font-weight: bold;;
    background-color: #888888;
    color: #fff;
    border: none;
    appearance: none;
    cursor: pointer;
    border: 2px #888888 solid;
    transition: 0.2s;
    position: relative;
    margin: 20px auto 0;
}
.contact-form__return:hover {
    background-color: #fff;
    color: #888888;
}
.contact-form__return::after {
    content: '';
    display: block;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 20px;
    min-height: 14px;
    font-size: 1.6rem;
    position: absolute;
    left: 39px;
    top: calc(50% - 7px);
    background-image: url('../img/arrow_submit.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.2s;
    transform: rotate(-180deg);
}
.contact-form__return:hover::after {
    background-image: url('../img/arrow_submit_on.svg');
}
@media (max-width: 1200px) {
.contact {
    margin: 80px auto 0;
}
.contact-search {
    margin: 80px auto 0;
}
.contact-list__box  {
    max-width: 1040px;
    margin: 0 auto;
    width: calc(100% - 60px);
}
.contact-list__column {
    width: calc(50% - 10px);
    margin: 20px 0 0;
    padding: 30px;
}
.contact-list__title {
    font-size: 2.1rem;
}
.contact-form {
    max-width: 1040px;
    width: calc(100% - 60px);
    margin: 80px auto 0;
    padding: 80px 0 0;
}
.contact-form__title {
    max-width: 270px;
    margin: 15px 0 0;
    font-size: 1.6rem;
}
.contact-form__title::after {
    font-size: 1.4rem;
}
.contact-form__detail {
    width: calc(100% - 290px);
    margin: 15px 0 0;
}
    .contact-form__select > select {
        min-height: 46px;
        font-size: 1.6rem;
        padding: 0 20px;
    }
    .contact-form__input > input[type=text],
    .contact-form__input > input[type=email],
    .contact-form__input > input[type=tel],
    .contact-form__input > textarea {
        min-height: 46px;
        font-size: 1.6rem;
        padding: 0 20px;
    }
    .contact-form__input > textarea {
        min-height: 270px;
        padding: 20px;
    }
.contact-form__submit {
    margin: 80px auto 0;
}
}
@media (max-width: 768px) {
.contact-list__box  {
    width: calc(100% - 40px);
}
.contact-list__column {
    width: calc(50% - 5px);
    margin: 10px 0 0;
    padding: 20px;
}
.contact-profile__detail {
    width: 100%;
    margin: 0;
    padding: 0 0 0 15px;
    line-height: 1.4;
}
.contact-link {
    margin: 20px 0 0;
}
.contact-link__button {
    width: calc(50% - 5px);
}
    .contact-link__button > a {
        min-height: 46px;
        font-size: 1.6rem;
        border-radius: 23px;
    }
.contact-form {
    width: calc(100% - 40px);
}
}
@media (max-width: 600px) {
.contact {
    margin: 50px auto 0;
}
.contact-title__en {
    max-width: 120px;
    min-height: 30px;
    font-size: 1.8rem;
}
.contact-title__jp {
    margin: 8px 0 0;
}
.contact-search {
    margin: 50px auto 0;
}
.contact-search__select {
    width: calc(100% - 100px);
    max-width: 100%;
}
.contact-search__select::before {
    width: 12px;
    height: 10px;
    right: 12px;
    top: calc(50% - 5px);
}
    .contact-search__select > select {
        min-height: 46px;
        font-size: 1.6rem;
    }
.contact-search__submit {
    width: 100%;
    max-width: 90px;
    min-height: 46px;
    border-radius: 23px;
    font-size: 1.6rem;
}
.contact-list__box  {
    width: calc(100% - 40px);
    max-width: 450px;
}
.contact-list__column {
    width: 100%;
    padding: 20px;
}
.contact-form {
    margin: 50px auto 0;
    padding: 50px 0 0;
    font-size: 1.6rem;
}
.contact-form__title {
    max-width: 100%;
}
.contact-form__title::after {
    max-width: 45px;
    position: relative;
    min-height: 20px;
    border-radius: 10px;
    margin: 0 0 0 10px;
}
.contact-form__detail {
    width: 100%;
    margin: 5px 0 0 !important;
}
.contact-form__submit {
    max-width: 300px;
    min-height: 60px;
    border-radius: 30px;
    margin: 40px auto 0;
    font-size: 1.8rem;
}
.contact-form__submit::after {
    right: 20px;
}
.contact-form__return {
    max-width: 300px;
    min-height: 60px;
    border-radius: 30px;
    font-size: 1.8rem;
}
.contact-form__return::after {
    left: 20px;
}
}

/* ------------------------------------- /
/  campaign
/* ------------------------------------- */
.campaign {
    position: relative;
    z-index: 1;
    margin: 60px auto 0;
    padding: 40vw 0 0;
}
.campaign-h2 {
    width: 100%;
    white-space: nowrap;
    text-indent: 100%;
    color: transparent;
    overflow: hidden;
    background-image: url('../img/campaign_title.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.campaign-h2::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 63.1771%;
}
    .campaign-h2 > p {
        position: absolute;
        width: 100%;
        left: 100%;
        top: -100px;
    }
.campaign-list__wrapper {
    width: calc(100% - 80px);
    max-width: 1140px;
    margin: 0 auto;
    padding: 50px 70px 60px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    position: relative;
}
.campaign-list {
    list-style: none;
}
.campaign-list__column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 65px 0 54px 0;
    border-bottom: 2px #EF502B solid;
}
.campaign-list__column:first-child {
    padding-top: 0;
}
.campaign-list__column::before {
    content: '';
    display: block;
    width: 9.836vw;
    height: 9.836vw;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 0 0 3.8%;
}
.campaign-list__column:nth-child(1)::before {
    background-image: url('../img/campaign_01.svg');
}
.campaign-list__column:nth-child(2)::before {
    background-image: url('../img/campaign_02.svg');
}
.campaign-list__column:nth-child(3)::before {
    background-image: url('../img/campaign_03.svg');
}
.campaign-list__inner {
    width: calc(100% - 16vw);
}
    .campaign-list__badge > span {
        display: inline-block;
        line-height: 46px;
        border-radius: 23px;
        background-color: #EF502B;
        color: #fff;
        font-size: 3.0rem;
        font-size: clamp(2.0rem, 2vw, 3.0rem);
        font-weight: bold;
        padding: 0 17px;
    }
.campaign-list__text {
    font-size: clamp(1.65rem, 2.7vw, 3.2rem);
    font-weight: bold;
    color: #000;
}
/*
.campaign-list__column:nth-child(2) .campaign-list__text {
    margin: 15px 0 0;
}
.campaign-list__column:nth-child(2) .campaign-list__text + .campaign-list__text + .campaign-list__text {
    margin: 0;
}
.campaign-list__column:nth-child(3) .campaign-list__text {
    margin: 15px 0 0;
}
*/
.campaign-list__column:nth-child(2) .campaign-list__text {
    margin: 15px 0 0;
}
    .campaign-list__text > .number {
        font-size: 1.125em;
    }
    .campaign-list__text > .orange {
        color: #EF502B;
        margin: 0 0 0 10px;
    }
    .campaign-list__text > .orange:first-child {
        margin: 0;
    }
    .campaign-list__text > .orange.down {
        position: relative;
    }
        .campaign-list__text > .orange > b {
            font-size: 2.4em;
            margin: 0 0 0 3px;
        }
            .campaign-list__text > .orange > b > span {
                font-size: 1.3em;
            }
        .campaign-list__text > .orange > span.ft120 {
            font-size: 12rem;
        }
        .campaign-list__text > .orange > span.ft70 {
            font-size: 7.0rem;
        }
        .campaign-list__text > .orange > span.ft60 {
            font-size: 6.0rem;
        }
        .campaign-list__text > .orange > span.ft55 {
            font-size: 5.5rem;
        }
.campaign-list__img {
    width: min(100%, 1000px);
    margin: 30px auto 0;
}
.campaign-list__comment {
    margin: 5px 0 0;
    font-size: 1.8rem;
    font-size: clamp(1.5rem, 2vw, 1.8rem);
    font-weight: bold;
    color: #000;
}
.campaign-list__button {
    margin: 30px 0 0;
}
    .campaign-list__button > a {
        display: block;
        width: 60%;
        max-width: 420px;
    }
        .campaign-list__button > a > img {
            width: 100%;
        }
.campaign-list__caution {
    margin: 45px auto 0;
    font-size: 1.8rem;
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
    font-weight: bold;
    text-align: center;
    color: #000;
}


/*1つだけの場合*/
.campaign-list__column:first-child:last-child {
    border-bottom: none;
    padding: 0 0 10px;
}
.campaign-list__column:first-child:last-child::before {
    display: none;
}
.campaign-list__column:first-child:last-child .campaign-list__inner {
    width: 100%;
    text-align: center;
}
.campaign-list__column:first-child:last-child .campaign-list__text {
    font-size: 5.0rem;
    color: #252A55;
    line-height: 1.25;
}
.campaign-list__column:first-child:last-child .campaign-list__text + .campaign-list__text {
    margin: 22px 0 0;
}
@media (max-width: 600px) {
.campaign-list__column:first-child:last-child .campaign-list__text {
    font-size: clamp(2.5rem, 6.5vw, 3.5rem);
}
}

@media (min-width: 1220px) {
.campaign-list__column::before {
    width: 120px;
    height: 120px;
}
.campaign-list__inner {
    width: calc(100% - 195px);
}
}
@media (max-width: 1200px) {
.campaign-list__wrapper {
    padding: 50px;
}
}
@media (max-width: 768px) {
.campaign {
    padding: 62vw 0 0;
}
.campaign-h2 {
    left: -30vw;
    width: 160vw;
}
.campaign-list__wrapper {
    width: calc(100% - 40px);
}
.campaign-list__column {
    padding: 30px 0;
}
    .campaign-list__column:nth-child(1) .campaign-list__text > br + .orange {
        margin: 0;
    }
    .campaign-list__badge > span {
        line-height: 36px;
        border-radius: 18px;
    }
}
@media (max-width: 600px) {
.campaign {
    margin: 20px auto 0;
}
.campaign-list__wrapper {
    padding: 30px 20px;
}
.campaign-list__column {
    padding: 20px 0;
    flex-direction: column;
    row-gap: 15px;
}
.campaign-list__column::before {
    width: 60px;
    height: 60px;
    margin: 0;
}
.campaign-list__inner {
    width: 100%;
}
.campaign-list__badge {
    text-align: center;
}
.campaign-list__text {
    font-size: clamp(1.65rem, 4.0vw, 2.4rem);
    text-align: center;
}
.campaign-list__column:nth-child(1) .campaign-list__text {
    margin: 15px 0 0;
}
/*
.campaign-list__column:nth-child(2) .campaign-list__text {
    margin: 15px 0 0;
}
.campaign-list__column:nth-child(2) .campaign-list__text + .campaign-list__text {
    margin: 5px;
}
.campaign-list__column:nth-child(3) .campaign-list__text {
    margin: 0;
}
*/
.campaign-list__column:nth-child(2) .campaign-list__text {
    margin: 0;
}
    .campaign-list__text > .orange {
        line-height: 1.1;
    }
.campaign-list__comment {
    text-align: center;
}
    .campaign-list__button > a {
        width: 90%;
        max-width: 300px;
        margin: 0 auto;
    }
.campaign-list__caution {
    margin: 25px auto 0;
}
        .campaign-list__text > .orange > span.ft120 {
            font-size: 9rem;
        }
        .campaign-list__text > .orange > span.ft70 {
            font-size: 5.0rem;
        }
        .campaign-list__text > .orange > span.ft60 {
            font-size: 4.0rem;
        }
        .campaign-list__text > .orange > span.ft55 {
            font-size: 3.5rem;
        }
.campaign-list__column:first-child:last-child .campaign-list__text + .campaign-list__text {
    margin: 10px 0 0;
}
.campaign-list__img {
    margin: 15px auto 0;
}
}

/* ------------------------------------- /
/  shop_img
/* ------------------------------------- */
.shop_img {
    display: block;
    width: calc(100% - 80px);
    max-width: 1204px;
    margin: 50px auto 0;
    position: relative;
    z-index: 1;
}

/* ------------------------------------- /
/  footer
/* ------------------------------------- */
footer {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 95px;
    margin: 175px 0 0;
    background-color: #252A55;
}
    footer > p {
        width: calc(100% - 20px);
        font-size: 2.0rem;
        font-size: clamp(1.2rem, 3vw, 2.0rem);
        color: #fff;
        text-align: center;
    }
        footer > p > a {
            color: #fff;
        }
        footer > p > a:hover {
            text-decoration: none;
        }
@media (max-width: 1200px) {
footer {
    margin: 80px 0 0;
}
}
@media (max-width: 600px) {
footer {
    margin: 50px 0 0;
    min-height: 50px;
}
}

/* ------------------------------------- /
/  Google ReCAPTCHA
/* ------------------------------------- */
.grecaptcha-badge {
    visibility: hidden;
}

/* ------------------------------------- /
/  ページロードアニメーション
/* ------------------------------------- */
/* ズームアウト */
.load-check.zoom-out {
    transition: 1s;
    transition-delay: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.1, 1);
    opacity: 0;
    transform: scale(1.2,1.2);
}
.load-check.load-on.zoom-out {
    opacity: 1;
    transform: scale(1.0,1.0);
}

/* ズームイン */
.load-check.zoom-in {
    transition: 1s;
    transition-delay: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.1, 1);
    opacity: 0;
    transform: scale(0.85,0.85);
}
.load-check.load-on.zoom-in {
    opacity: 1;
    transform: scale(1.0,1.0);
}

/* 下からスライド */
.load-check.slide-up {
    transition: 0.2s;
    transition-delay: 500ms;
    transition-timing-function: cubic-bezier(0, 0, 0.1, 1);
    position: relative;
    top: 100vh;
}
.load-check.load-on.slide-up {
    top: 0;
}

/* 上からスライド */
.load-check.slide-down {
    transition: 0.8s;
    transition-delay: 500ms;
    transition-timing-function: cubic-bezier(0, 0, 0.1, 1);
    position: relative;
    opacity: 0;
    top: -100vh;
}
.load-check.load-on.slide-down {
    opacity: 1;
    top: 0;
}

/* 右からスライド */
.load-check.slide-left {
    transition: 0.8s;
    transition-delay: 500ms;
    transition-timing-function: cubic-bezier(0, 0, 0.1, 1);
    position: relative;
    opacity: 0;
    transform: scale(0.85) translateX(min(150vw, 10vw));
}
.load-check.load-on.slide-left {
    opacity: 1;
    top: 0;
    transform: scale(1.0) translateX(0);
}

/* フェードダウン */
.load-check.fade-down {
    transition: 0.5s;
    transition-delay: 500ms;
    transition-timing-function: cubic-bezier(0, 0, 0.1, 1);
    opacity: 0;
    position: relative;
    top: -20px;
}
.load-check.load-on.fade-down {
    opacity: 1;
    top: 0;
}

/* 0.3秒ディレイ */
.load-check.delay-300 {
    transition-delay: calc(500ms + 300ms);
}
/* 0.5秒ディレイ */
.load-check.delay-500 {
    transition-delay: calc(500ms + 500ms);
}

/* ------------------------------------- /
/  スクロールアニメーション
/* ------------------------------------- */
/* ズームアップ */
.scroll-check.zoom-in {
    transition: 0s;
    transition-timing-function: cubic-bezier(0, 0, 0.1, 1);
    opacity: 0;
    transform: scale(0.8,0.8);
}
.scroll-check.scroll-on.zoom-in {
    transition: 0.2s;
    transition-delay: 300ms;
    opacity: 1;
    transform: scale(1.0,1.0);
}

/* ズームアウト */
.scroll-check.zoom-out {
    transition: 0s;
    transition-timing-function: cubic-bezier(0, 0, 0.1, 1);
    opacity: 0;
    transform: scale(1.2,1.2);
}
.scroll-check.scroll-on.zoom-out {
    transition: 0.2s;
    transition-delay: 300ms;
    opacity: 1;
    transform: scale(1.0,1.0);
}

/* フェードイン */
.scroll-check.fade-in {
    transition: 0s;
    transition-timing-function: cubic-bezier(0, 0, 0.1, 1);
    opacity: 0;
}
.scroll-check.scroll-on.fade-in {
    transition: 0.5s;
    transition-delay: 500ms;
    opacity: 1;
}

/* フェードアップ */
.scroll-check.fade-up {
    transition: 0s;
    transition-timing-function: cubic-bezier(0, 0, 0.1, 1);
    opacity: 0;
    position: relative;
    top: 20px;
}
.scroll-check.scroll-on.fade-up {
    transition: 0.2s;
    transition-delay: 300ms;
    opacity: 1;
    top: 0;
}

/* キャンペーン用フェード */
.scroll-check.fade-cp {
    transition: 0s;
    transition-timing-function: cubic-bezier(0, 0, 0.1, 1);
    opacity: 0;
    transform: translateY(50px);
}
.scroll-check.scroll-on.fade-cp {
    transition: 1.0s;
    transition-delay: 300ms;
    opacity: 1;
    transform: translateY(0);
}

/* 下からスライド */
.scroll-check.slide-up {
    transition: 0s;
    transition-timing-function: cubic-bezier(0, 0, 0.1, 1);
    position: relative;
    top: 100vh;
    opacity: 0;
}
.scroll-check.scroll-on.slide-up {
    transition: 0.8s;
    transition-delay: 300ms;
    top: 0;
    opacity: 1;
}

/* 上からスライド */
.scroll-check.slide-down {
    transition: 0s;
    transition-timing-function: cubic-bezier(0, 0, 0.1, 1);
    position: relative;
    top: -100vh;
    opacity: 0;
}
.scroll-check.scroll-on.slide-down {
    transition: 0.8s;
    transition-delay: 300ms;
    top: 0;
    opacity: 1;
}

/* 右からスライド */
.scroll-check.slide-right {
    transition: 0s;
    transition-timing-function: cubic-bezier(0, 0, 0.1, 1);
    position: relative;
    left: 100vw;
}
.scroll-check.scroll-on.slide-right {
    transition: 0.8s;
    transition-delay: 300ms;
    left: 0;
}

/* 左からスライド */
.scroll-check.slide-left {
    transition: 0s;
    transition-timing-function: cubic-bezier(0, 0, 0.1, 1);
    position: relative;
    right: 100vw;
}
.scroll-check.scroll-on.slide-left {
    transition: 0.8s;
    transition-delay: 300ms;
    right: 0;
}

/* 0.2秒ディレイ */
.scroll-check.scroll-on.delay-200 {
    transition-delay: calc(300ms + 200ms);
}
/* 0.4秒ディレイ */
.scroll-check.scroll-on.delay-400 {
    transition-delay: calc(300ms + 400ms);
}
/* 0.6秒ディレイ */
.scroll-check.scroll-on.delay-600 {
    transition-delay: calc(300ms + 600ms);
}
/* 0.8秒ディレイ */
.scroll-check.scroll-on.delay-800 {
    transition-delay: calc(300ms + 800ms);
}
/* 1.0秒ディレイ */
.scroll-check.scroll-on.delay-1000 {
    transition-delay: calc(300ms + 1000ms);
}
/* 1.2秒ディレイ */
.scroll-check.scroll-on.delay-1200 {
    transition-delay: calc(300ms + 1200ms);
}
/* 1.4秒ディレイ */
.scroll-check.scroll-on.delay-1400 {
    transition-delay: calc(300ms + 1400ms);
}

/* スマホはディレイ無効 */
@media (max-width: 600px) {
.scroll-check.scroll-on.delay-200,
.scroll-check.scroll-on.delay-400,
.scroll-check.scroll-on.delay-600,
.scroll-check.scroll-on.delay-800,
.scroll-check.scroll-on.delay-1000,
.scroll-check.scroll-on.delay-1200,
.scroll-check.scroll-on.delay-1400 {
    transition-delay: 300ms;
}
}

/* ------------------------------------- /
/  campaign7
/* ------------------------------------- */
.campaign7 {
    margin: max(min(3.6vw, 70px), 30px) 0 0;
    padding: 31.25vw 0 10vw;
    background-color: #000;
    background-image: url('../img/campaign7/bottom.png');
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.campaign7-h2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 46.875vw;
    background-image: url('../img/campaign7/bg.png');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
    .campaign7-h2 span {
        width: 100%;
        position: absolute;
        left: 100%;
        top: 0;
    }
.campaign7-list {
    width: calc(100% - 160px);
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    color: #fff;
    font-weight: bold;
}
.campaign7-list__column {
    margin: 30px 0 0;
    padding: 2.4vw 0 0 max(14.2vw, 130px);
    background-position: left top;
    background-size: max(12.65vw, 115px) auto;
    background-repeat: no-repeat;
}
.campaign7-list__column:nth-child(1) {
    background-image: url('../img/campaign7/number_01.png');
}
.campaign7-list__column:nth-child(2) {
    background-image: url('../img/campaign7/number_02.png');
}
.campaign7-list__column:nth-child(3) {
    background-image: url('../img/campaign7/number_03.png');
}
.campaign7-list__column:nth-child(4) {
    background-image: url('../img/campaign7/number_04.png');
}
.campaign7-list__column:nth-child(5) {
    background-image: url('../img/campaign7/number_05.png');
}
.campaign7-list__column:nth-child(6) {
    background-image: url('../img/campaign7/number_06.png');
}
.campaign7-list__column:nth-child(7) {
    background-image: url('../img/campaign7/number_07.png');
}
.campaign7-list__column:first-child {
    margin: 0;
}
.campaign7-list__title {
    font-size: 4.0rem;
    line-height: 1.2;
}
    .campaign7-list__title span {
        color: #FFFF18;
    }
.campaign7-list__detail {
    margin: max(1.8vw, 30px) 0 0;
    font-size: 2.0rem;
}
    .campaign7-list__detail p {
        font-family: var(--font-gtc);
        letter-spacing: 0.04rem;
        line-height: 1.4;
    }
    .campaign7-list__detail p.comment {
        margin: 10px 0 0;
        font-size: 0.75em;
    }
.campaign7-caution {
    width: min(calc(100% - 40px), 800px);
    margin: max(5.7vw, 50px) auto 0;
    padding: max(min(5vw, 44px), 20px) max(min(6.5vw, 52px), 20px);
    border: 2px #fff solid;
    color: #fff;
    font-family: var(--font-gtc);
    font-weight: bold;
    letter-spacing: 0.035rem;
    line-height: 1.5;
}


@media (max-width: 1200px) {
.campaign7-list {
    width: calc(100% - 80px);
}
}
@media (max-width: 768px) {
.campaign7 {
    background-size: 200% auto;
}
.campaign7-list__title {
    font-size: 3.0rem;
}
}
@media (max-width: 600px) {
.campaign7 {
    padding: 46vw 0 10vw;
}
.campaign7-h2 {
    height: 73.1vw;
    background-image: url('../img/campaign7/bg_sp.png');
}
.campaign7-list {
    width: calc(100% - 40px);
}
.campaign7-list__column {
    margin: 40px 0 0;
    padding: max(27vw, 105px) 0 0;
    background-position: center top;
    background-size: max(36vw, 140px) auto;
}
.campaign7-list__title {
    font-size: clamp(2.4rem, 5.5vw, 3.0rem);
}
.campaign7-list__detail {
    margin: 15px 0 0;
    font-size: 1.8rem;
}
.campaign7-caution {
    font-size: 1.4rem;
}


}



/* ------------------------------------- /
/  202412
/* ------------------------------------- */
.header__wrapper {
    position: relative;
}
.header__logo {
    width: min(10vw, 142px);
    position: absolute;
    left: 1.6vw;
    top: 2.6vw;
}
.c2412_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: max(min(6.6vw, 80px), 40px);
    width: min(calc(100% - 80px), 1140px);
    margin: max(min(10.8vw, 130px), 65px) auto 0;
}
.c2412_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #fff;
    border-radius: max(min(1.6vw, 20px), 10px);
    font-size: clamp(2.0rem, 2.2vw, 2.8rem);
    color: #000;
    position: relative;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
}
.c2412_column.column_01 {
    padding: min(2vw, 20px) max(min(4.0vw, 50px), 20px);
    border: max(min(0.4vw, 5px), 3px) var(--font-orange) solid;
    background-color: #FFFFA0;
}
    .c2412_column.column_02 img {
        border-radius: max(min(1.6vw, 20px), 10px) max(min(1.6vw, 20px), 10px) 0 0;
    }
.c2412_column.column_03 {
    justify-content: center;
    column-gap: 10px;
    row-gap: 10px;
    padding: max(min(3.7vw, 42px), 25px) 20px;
}
.c2412_column.column_04 {
    justify-content: center;
    padding: max(min(3.7vw, 42px), 25px) 20px;
}
.c2412_column.column_05 {
    justify-content: center;
    row-gap: 10px;
    padding: max(min(3.7vw, 42px), 25px) 20px;
}
.c2412_num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max(min(6.5vw, 80px), 50px);
    height: max(min(6.5vw, 80px), 50px);
    padding: 5px 0 0;
    background: linear-gradient(#ED4631, #FA7A12);
    border-radius: 50%;
    color: #fff;
    font-size: clamp(2.5rem, 3.0vw, 4.5rem);
    line-height: 1.2;
    position: absolute;
    left: -16px;
    top: -19px;
}
.c2412_text {
    line-height: 1.43;
}
    .c2412_text .fsMS {
        font-size: 1.15em;
    }
    .c2412_text .fsM {
        font-size: 1.43em;
    }
    .c2412_text .fsL {
        display: inline-block;
        font-size: 1.75em;
        line-height: 1.2;
    }
    .c2412_text .fsL_S {
        font-size: 0.7em;
    }
    .c2412_text .fsL_M {
        font-size: 1.5em;
        line-height: 1.2;
    }
.c2412_text.text_01 {
}
.c2412_text.text_02 {
}
.c2412_text.text_03 {
    line-height: 1.0;
    padding-top: 20px;
}
.c2412_text.text_04 {
    text-align: center;
    line-height: 1.0;
}
.c2412_text.text_05 {
    width: min(100%, 150px);
    text-align: center;
}
.c2412_text.text_06 {
    width: min(calc(100% - 150px), 900px);
    text-align: center;
}
    .c2412_text.text_06 .fsMS {
        margin: 0 5px;
    }
    .c2412_text.text_06 .fsL {
        margin: 0 5px 0 0;
    }
.c2412_text.text_07 {
    width: 45%;
}
.c2412_text.text_08 {
    width: 55%;
    text-align: center;
}
.c2412_text.text_09 {
    width: 45%;
}
.c2412_text.text_10 {
    width: 55%;
    text-align: center;
}
.c2412_text.text_11 {
    width: 100%;
    text-align: center;
}
    .c2412_text.text_11 br {
        display: none;
    }
.c2412_caution {
    width: min(calc(100% - 80px), 1140px);
    margin: 0 auto;
    padding: max(min(5.8vw, 70px), 35px) 0 max(min(10vw, 120px), 60px);
    font-size: clamp(1.35rem, 2.5vw, 1.5rem);
    font-weight: normal;
}
    .c2412_caution > p {
        position: relative;
        padding: 0 0 0 1em;
    }
    .c2412_caution > p::before {
        content: '※';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }
@media (max-width: 900px) {
.c2412_wrapper {
    width: min(calc(100% - 80px), 600px);
}
.c2412_column.column_03 {
    padding: max(3.7vw, 25px) 10px max(2.2vw, 10px);
}
.c2412_column.column_05 {
    padding: max(3.7vw, 25px) 10px max(2.2vw, 10px);
}
.c2412_text.text_03 {
    width: 100%;
    padding: 0;
    text-align: center;
}
.c2412_text.text_04 {
    width: 100%;
    text-align: center;
}
.c2412_text.text_07 {
    width: 100%;
    text-align: center;
}
.c2412_text.text_08 {
    width: 100%;
    text-align: center;
}
.c2412_text.text_09 {
    width: 100%;
    text-align: center;
}
.c2412_text.text_10 {
    width: 100%;
    margin: 10px 0 0;
    text-align: center;
}
    .c2412_text.text_06 > span {
        display: block;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .c2412_text .fsL {
        font-size: 1.65em;
    }
    .c2412_text .fsL_M {
        font-size: 1.4em;
    }
}
@media (max-width: 600px) {
.c2412_wrapper {
    width: calc(100% - 40px);
}
.c2412_column {
    row-gap: 10px;
    font-size: 1.9rem;
}
.c2412_column.column_01 {
    width: 100%;
    padding: 20px 20px 15px 40px;
}
.c2412_column.column_02 {
    row-gap: 0;
}
.c2412_column.column_03 {
    width: 100%;
}
.c2412_column.column_04 {
    width: 100%;
    padding: 20px 10px 15px;
}
.c2412_column.column_05 {
    width: 100%;
}
.c2412_num {
    padding: 2px 0 0;
    font-size: 2.0rem;
    left: -10px;
    top: -10px;
}
    .c2412_text.text_03 br {
        display: none;
    }
.c2412_text.text_04 {
    padding: 0;
}
.c2412_text.text_05 {
    width: 100%;
    text-align: center;
}
    .c2412_text.text_05 br {
        display: none;
    }
.c2412_text.text_06 {
    width: 100%;
    text-align: center;
}
    .c2412_text.text_11 br {
        display: inline;
    }

.c2412_caution {
    width: calc(100% - 40px);
}
}



/*202503*/
.qa_wrapper {
    border-radius: 0 0 max(min(1.6vw, 20px), 10px) max(min(1.6vw, 20px), 10px);
    overflow: hidden;
}
.qa_trigger {
    display: block;
    width: 100%;
    position: relative;
    background-color: #252A55;
    color: #fff;
    text-align: center;
    font-size: clamp(2.0rem, 3.0vw, 2.8rem);
    font-weight: bold;
    padding: 10px 0;
    transition-duration: 0.2s;
}
.qa_trigger:hover {
    text-decoration: none;
    color: #252A55;
    background-color: #fff;
}
.qa_trigger::before,
.qa_trigger::after {
    content: '';
    width: max(min(2.5vw, 30px), 15px);
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 4.39%;
    top: 50%;
    transform: translateY(-50%);
    transition-duration: 0.2s;
}
.qa_trigger:hover::before,
.qa_trigger:hover::after {
    background-color: #252A55;
}
.qa_trigger::after {
    transform: translateY(-50%) rotateZ(90deg);
}
.qa_trigger.open::after {
    display: none;
}
.qa_detail {
    height: 0;
    overflow: hidden;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    font-size: clamp(1.35rem, 2.5vw, 1.5rem);
    color: #252A55;
    line-height: 1.4;
}
    .qa_detail a {
        text-decoration: underline;
    }
    .qa_detail a:hover {
        text-decoration: none;
    }
.qa_inner {
    padding: 30px max(min(4.17vw, 50px), 25px);
}

/* ------------------------------------- /
/  c2509_wrapper
/* ------------------------------------- */
.taC {
    text-align: center;
}
.fwB {
    font-weight: bold;
}
.c2509_caution {
    width: min(calc(100% - 80px), 1140px);
    margin: 30px auto 0;
    font-size: clamp(1.35rem, 2.5vw, 1.5rem);
    font-weight: 500;
}
    .c2509_caution > p {
        position: relative;
        padding: 0 0 0 1em;
    }
    .c2509_caution > p::before {
        content: '※';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }
.c2509_wrapper {
    width: 100%;
    margin: max(min(6.6vw, 80px), 40px) auto max(min(13.3vw, 160px), 80px);
    padding: max(min(11.6vw, 140px), 70px) 0 0;
    background-image: url('../img/202509/cp_bg.svg');
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.c2509_inner {
    width: min(calc(100% - 80px), 1140px);
    margin: 0 auto;
}
.c2509_h2_head {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 17px;
    font-size: clamp(2.2rem, 3.0vw, 3.2rem);
    line-height: 1.2;
}
.c2509_h2_head::before {
    content: '';
    display: block;
    width: 15px ;
    aspect-ratio: 15/30;
    background-image: url('../img/202509/h2_bg.svg');
    background-position center;
    background-size: contain;
    background-repeat: no-repeat;
}
.c2509_h2_head::before,
.c2509_h2_head::after {
    content: '';
    display: block;
    width: 18px ;
    aspect-ratio: 15/30;
    margin: 6px 0 0;
    background-image: url('../img/202509/h2_bg.svg');
    background-position center;
    background-size: contain;
    background-repeat: no-repeat;
}
.c2509_h2_head::after {
    transform: scale(-1, 1);
}
.c2509_h2_body {
    font-size: clamp(3.4rem, 5.5vw, 6.6rem);
    line-height: 1.4;
}
    .c2509_h2_body span.fsS {
        font-size: 0.8em;
    }
.c2509_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 50px;
    margin: max(min(10vw, 130px), 65px) auto 0;
    list-style: none;
}
.c2509_list + .c2509_list {
    margin: max(min(2.5vw, 30px), 15px) auto 0;
}
.c2509_list_column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: min(32%, 350px);
}
.c2509_list_column:has(.c2509_list_title) {
    padding: 0 max(min(3vw, 35px), 20px) max(min(3vw, 38px), 20px);
    background-color: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    border-radius: max(min(1.66vw, 20px), 10px);
}
.c2509_num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max(min(6.5vw, 80px), 50px);
    height: max(min(6.5vw, 80px), 50px);
    margin: 0 auto;
    padding: 5px 0 0;
    background: linear-gradient(#ED4631, #FA7A12);
    border-radius: 50%;
    color: #fff;
    font-size: clamp(2.5rem, 3.0vw, 4.5rem);
    line-height: 1.2;
    transform: translateY(-30px);
}
.c2509_list_title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 72px;
    font-size: clamp(1.8rem, 2.0vw, 2.4rem);
    line-height: 1.5;
}
.c2509_list_detail {
    flex-grow: 1;
    width: 100%;
    margin: max(min(3vw, 35px), 20px) auto 0;
    font-size: clamp(1.6rem, 1.5vw, 1.8rem);
}
.c2509_list_caution {
    width: 100%;
    position: relative;
    padding: 0 0 0 1em;
}
.c2509_list_caution::before {
    content: '※';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.c2509_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(80%, 718px);
    aspect-ratio: 718/120;
    border-radius: 60px;
    border: 2px #fff solid;
    margin: max(min(8vw, 95px), 45px) auto 0;
    padding-right: max(min(3vw, 40px), 20px);
    color: #fff;
    font-size: clamp(2.2rem, 3.0vw, 3.4rem);
    letter-spacing: 0.05em;
    position: relative;
    transition-duration: 0.3s;
    overflow: hidden;
    line-height: 1.2;
}
.c2509_button:first-child:last-child {
    margin: max(min(5.8vw, 70px), 35px) auto max(min(10vw, 120px), 60px);
}
    .c2509_button span {
        position: relative;
    }
.c2509_button::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #FA7A12, #ED4631);
    position: absolute;
    left: 0;
    top: 0;
    transition-duration: 0.3s;
}
.c2509_button::after {
    content: '';
    display: block;
    width: 20px;
    aspect-ratio: 20/16;
    background-image: url('../img/202509/arrow_white.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: max(min(3vw, 40px), 20px);
    top: 50%;
    transform: translateY(-50%);
    transition-duration: 0.3s;
}
.c2509_button:hover {
    background: none;
    border-color: var(--font-orange);;
    color: var(--font-orange);;
    text-decoration: none;
}
.c2509_button:hover::before {
    opacity: 0;
}
.c2509_button:hover::after {
    background-image: url('../img/202509/arrow_orange.svg');
}
.qa_wrapper.cp2509_qa {
    margin: max(min(10vw, 120px), 60px) auto 0;
    border-radius: max(min(1.6vw, 20px), 10px);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
}
.qa_inner h3 {
    font-size: clamp(1.8rem, 3.0vw, 2.4rem);
    margin: 0 0 15px;
}
.qa_inner dt:not(:first-child) {
    margin: 20px 0 0;
}
.qa_inner ol,
.qa_inner ul {
    padding: 0 0 0 18px;
}
    .qa_inner ul  li {
        position: relative;
    }
    .qa_inner ul  li::before {
        content: '';
        display: block;
        width: 3px;
        aspect-ratio: 1/1;
        border-radius: 50%;
        background-color: #252A55;
        position: absolute;
        left: -10px;
        top: 10px;
    }
.c2509_bg {
    background-image: url('../img/202509/wrapper_bg.svg');
    background-position: center top;
    background-size: 115% auto;
    background-repeat: no-repeat;
}
@media (max-width: 768px) {
.c2509_wrapper {
    background-size: 150% auto;
}
.c2509_list {
    width: min(100%, 480px);
}
.c2509_list_column {
    width: 100%;
}
.c2509_list_title {
    min-height: 0;
    font-size: clamp(1.8rem, 5.0vw, 2.4rem);
}
.c2509_list_caution {
    margin: 20px 0 0;
    font-size: 0.85em;
}
}
@media (max-width: 600px) {
.c2509_wrapper {
    background-position: center 3%;
}
.c2509_h2_body {
    font-size: clamp(3.1rem, 8.0vw, 5.0rem);
}
.c2509_button {
    width: min(100%, 400px);
    aspect-ratio: 4/1;
    padding-right: 0;
    font-size: clamp(1.8rem, 4.0vw, 2.2rem);
}
    .qa_wrapper.cp2509_qa .qa_trigger {
        font-size: clamp(1.6rem, 4.0vw, 2.0rem);
    }
}