body {
    font-family: "Zen Kaku Gothic Antique", "Barlow", 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.en01 {
    font-family: "Barlow", sans-serif;
    font-optical-sizing: auto;
}

a:hover,
button:hover {
    opacity: 0.6;
    transition: 0.3s;
}

video,
img {
    max-width: 100%;
    height: auto;
}

.p_re {
    position: relative;
}

.red {
    color: #da257b;
}

.pc_bg {
    background-image: url('../img/pc_back.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}






.pc_logo {
    position: fixed;
    text-align: center;
    top: 45%;
    color: #fff;
    left: calc((50% - 300px) / 2);
    transform: translate(-50%, -50%);
}

.pc_link {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 32%;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.07em;
    line-height: 28px;
}

.pc_link li {
    margin-bottom: 32px;
}

.pc_link li:last-child {
    margin-bottom: 0;
}

.pc_link a.is-active {
    font-weight: bold;
    position: relative;
}

.pc_link a.is-active::before {
    position: absolute;
    content: "";
    height: 7px;
    width: 7px;
    background: #fff;
    border-radius: 50%;
    top: 57%;
    transform: translateY(-50%);
    left: -14%;
}

.pc_btn {
    background: #fff;
    border-radius: 10px;
    padding: 33px 38px 35px 31px;
    margin-top: 26px;
}

.pc_btn ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 19px;
}

.pc_btn ul li a {
    display: block;
    text-align: center;
    position: relative;
    font-size: calc(18px * (600 / 750));
    letter-spacing: 0.1em;
    color: #fff;
    overflow: hidden;
    font-weight: bold;
    padding: calc(30px * (600 / 750)) 0;
    border-radius: calc(39px * (600 / 750));
    box-shadow: 3px 4px 5px 6px rgba(162, 162, 162, 0.35);

    /* 高さズレ防止 */
    box-sizing: border-box;
    border: 2px solid transparent;
}

/* 左ボタン（グラデ） */
.pc_btn ul li:first-child a {
    background-image: url(../img/fl_btn01_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: linear-gradient(90deg, #d48bc7, #5b86e5);
    border: 1px solid #fff;
}

.pc_btn ul li:nth-last-of-type(2) a {
    background-color: #06c755;
    border: 1px solid #fff;
}

/* 右ボタン（ボーダー） */
.pc_btn ul li:last-child a {
    border: 1px solid #fff;
    background-image: url(../img/pc_btn02.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pc_btn ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(20px * (600 / 750));
    transform: translateY(-50%) rotate(45deg);

    width: calc(8px * (600 / 750));
    height: calc(8px * (600 / 750));
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

@media (max-width: 1700px) {
    .pc_logo {
        transform: translate(-50%, -50%) scale(0.85);
    }
}

/* 1500px〜1400px */
@media (max-width: 1500px) {
    .pc_logo {
        transform: translate(-50%, -50%) scale(0.75);
    }
}

/* 1400px〜1300px */
@media (max-width: 1400px) {
    .pc_logo {
        transform: translate(-50%, -50%) scale(0.65);
    }
}

@media (max-width: 1300px) {

    .pc_link,
    .pc_logo,
    .pc_btn {
        display: none;
    }
}


.wrapper {
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
}

.header {
    background-color: #06090b;
    padding: 16px 0;
    text-align: center;
}

.header a {
    display: inline-block;
}



/*-----kv------*/
.kv {
    z-index: 10;
}

.kv_text01 {
    position: absolute;
    top: calc(476px * (600 / 750));
    left: calc(78px * (600 / 750));
    font-size: calc(35.95px * (600 / 750));
    letter-spacing: 0.14em;
    color: #fff;
    font-weight: 600;
    display: inline-block;
}

.kv_text01 span {
    display: inline-block;
    margin-left: calc(-8px * (600 / 750));
}

.kv_text02 {
    position: absolute;
    top: calc(563px * (600 / 750));
    left: calc(33px * (600 / 750));
    font-size: calc(108.8px * (600 / 750));
    padding-top: calc(10px * (600 / 750));
    padding-bottom: calc(5px * (600 / 750));
    padding-left: calc(15px * (600 / 750));
    padding-right: calc(33px * (600 / 750));
    letter-spacing: -0.18em;
    color: #153994;
    background: #fff;
    font-weight: 600;
    display: inline-block;
}

.kv_text02 p {
    position: relative;
    line-height: 1;
    top: -0.05em;
}

.kv_text03 {
    position: absolute;
    top: calc(698px * (600 / 750));
    left: calc(33px * (600 / 750));
    font-size: calc(112.8px * (600 / 750));
    padding-top: calc(10px * (600 / 750));
    padding-bottom: calc(10px * (600 / 750));
    padding-left: calc(29px * (600 / 750));
    letter-spacing: 0.14em;
    color: #da257b;
    background: #fff;
    font-weight: 600;
    display: inline-block;
}

.kv_text03 p {
    position: relative;
    line-height: 1;
    top: -0.05em;
}

.kv_text03 p span {
    display: inline-block;
    font-size: calc(144.45px * (600 / 750));
    transform: rotate(15deg);
    line-height: 0;
    position: relative;
    top: 0.05em;
}


/*-----cnt01------*/
.cnt01 {
    z-index: 9;
}

.cnt01_title01 {
    font-size: calc(56px * (600 / 750));
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #182e67;
    text-align: center;
    width: 100%;
    display: block;
    position: absolute;
    bottom: calc(1110px * (600 / 750));
}

.cnt01_title02 {
    font-size: calc(30.06px * (600 / 750));
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #182e67;
    text-align: center;
    width: 100%;
    display: block;
    position: absolute;
    bottom: calc(847px * (600 / 750));
}

.cnt01_text01 {
    font-size: calc(42.86px * (600 / 750));
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: calc(52.61px * (600 / 750));
    color: #182e67;
    text-align: center;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: calc(82px * (600 / 750));
    bottom: calc(441px * (600 / 750));
}

.cnt01_text01 span.en01 {
    font-size: calc(66.85px * (600 / 750));
    color: #da257b;
    letter-spacing: -0.04em;
    font-weight: bold;
    position: relative;
    display: inline-block;
    top: 0.04em;
    left: -0.04em;
}

.cnt01_text02 {
    font-size: calc(42.86px * (600 / 750));
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: calc(60.61px * (600 / 750));
    color: #182e67;
    text-align: center;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: calc(75px * (600 / 750));
    bottom: calc(434px * (600 / 750));
}

.cnt01_text02 span.en01 {
    font-size: calc(66.85px * (600 / 750));
    color: #da257b;
    letter-spacing: -0.04em;
    font-weight: bold;
    position: relative;
    display: inline-block;
    top: 0.04em;
    left: -0.04em;
}

.cnt01_text03 {
    font-size: calc(42.86px * (600 / 750));
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: calc(57.61px * (600 / 750));
    color: #182e67;
    text-align: center;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: calc(87px * (600 / 750));
    bottom: calc(25px * (600 / 750));
}

.cnt01_text03 span.en01 {
    font-size: calc(66.85px * (600 / 750));
    color: #da257b;
    letter-spacing: -0.04em;
    font-weight: bold;
    position: relative;
    display: inline-block;
    top: 0.04em;
    left: -0.04em;
}

.cnt01_text04 {
    font-size: calc(42.86px * (600 / 750));
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: calc(57.61px * (600 / 750));
    color: #182e67;
    text-align: center;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: calc(50px * (600 / 750));
    bottom: calc(25px * (600 / 750));
}

.cnt01_text04 span.en01 {
    font-size: calc(66.85px * (600 / 750));
    color: #da257b;
    font-weight: bold;
    position: relative;
    display: inline-block;
    top: 0.04em;
    left: -0.04em;
}



/*-----cnt03------*/
.cnt03 {
    z-index: 7;
    margin-top: calc(-83px * (600 / 750));
}

.cnt03_title01 {
    font-size: calc(60px * (600 / 750));
    letter-spacing: 0.06em;
    color: #182e67;
    font-weight: bold;
    text-align: center;
    display: block;
    position: absolute;
    left: calc(175px * (600 / 750));
    top: calc(103px * (600 / 750));
}

.cnt03_title01 .underline {
    display: inline-block;
}

.cnt03_title01 .underline::before {
    content: "";
    display: block;
    position: relative;
    width: 92%;
    height: 2px;
    background-color: #182e67;
    left: calc(7px * (600 / 750));
    bottom: calc(-80px * (600 / 750));
}

.cnt03_title01 p::after {
    content: "";
    width: calc(56px * (600 / 750));
    height: calc(56px * (600 / 750));
    background-image: url(../img/guruguru.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: calc(-71px * (600 / 750));
    top: calc(11px * (600 / 750));
}

.cnt03_title02 {
    font-size: calc(60px * (600 / 750));
    letter-spacing: 0.06em;
    color: #182e67;
    font-weight: bold;
    text-align: center;
    display: block;
    position: absolute;
    left: calc(155px * (600 / 750));
    top: calc(210px * (600 / 750));
}

.cnt03_list {
    width: calc(700px * (600 / 750));
    position: absolute;
    left: calc(25px * (600 / 750));
    top: calc(353px * (600 / 750));
}

.cnt03_list ul li {
    font-size: calc(35.18px * (600 / 750));
    display: inline-block;
    color: #182e67;
    text-align: justify;
    letter-spacing: 0.06em;
    font-weight: 500;
    line-height: 1;
    margin-bottom: calc(31px * (600 / 750));
}

.cnt03_list ul li p {
    display: inline-block;
    background-color: #fff;
    padding-top: calc(10px * (600 / 750));
    padding-left: calc(68px * (600 / 750));
    padding-right: calc(25px * (600 / 750));
    padding-bottom: calc(12px * (600 / 750));
    position: relative;
}

.cnt03_list ul li:first-child p {
    padding-top: 0;
}

.cnt03_list ul li:nth-of-type(4) p:last-child,
.cnt03_list ul li:nth-of-type(5) p:last-child {
    padding-top: calc(2px * (600 / 750));
}

.cnt03_list ul li:last-child {
    margin-bottom: 0;
}

.cnt03_list ul li p::before {
    content: "";
    display: inline-block;
    width: calc(36px * (600 / 750));
    height: calc(32px * (600 / 750));
    background-image: url(../img/chack.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: calc(12px * (600 / 750));
    left: calc(20px * (600 / 750));
}

.cnt03_list ul li p.before_none::before {
    display: none;
}

.cnt03_list ul li .text_big {
    font-size: calc(46.76px * (600 / 750));
}

.cnt03_list ul li .text_blue {
    font-weight: bold;
    color: #4063be;
}

/*-----cnt04------*/
.cnt04 {
    margin-top: calc(-71px * (600 / 750));
    z-index: 6;
}


/*-----cnt05------*/
.cnt05 {
    background-color: #F7DBF2;
}

.cnt05_title {
    font-size: calc(60px * (600 / 750));
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #182e67;
    position: absolute;
    text-align: center;
    top: calc(81px * (600 / 750));
    left: 50%;
    transform: translateX(-50%);
}

.cnt05_01_title {
    font-size: calc(48px * (600 / 750));
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #182e67;
    position: absolute;
    text-align: center;
    top: calc(253px * (600 / 750));
    right: calc(170px * (600 / 750));
}

.cnt05_01_text {
    font-size: calc(30px * (600 / 750));
    letter-spacing: 0.05em;
    font-weight: normal;
    color: #000000;
    width: calc(610px * (600 / 750));
    position: absolute;
    top: calc(820px * (600 / 750));
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.8;
}

.cnt05_01_title02 {
    font-size: calc(42px * (600 / 750));
    letter-spacing: 0.08em;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: calc(405px * (600 / 750));
    left: 50%;
    transform: translateX(-50%);
}

.cnt05_01_title03 {
    font-size: calc(30px * (600 / 750));
    letter-spacing: 0.05em;
    font-weight: normal;
    color: #000000;
    width: calc(568px * (600 / 750));
    position: absolute;
    bottom: calc(165px * (600 / 750));
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.8;
    text-align: justify;
}

.cnt05_02_img {
    width: calc(699px * (600 / 750));
    margin-top: calc(-22px * (600 / 750));
    margin-inline: auto;
}

.cnt05_02_title {
    font-size: calc(48px * (600 / 750));
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #182e67;
    position: absolute;
    text-align: center;
    top: calc(33px * (600 / 750));
    right: calc(95px * (600 / 750));
}

.cnt05_02_text {
    font-size: calc(30px * (600 / 750));
    letter-spacing: 0.05em;
    font-weight: normal;
    color: #000000;
    width: calc(610px * (600 / 750));
    position: absolute;
    bottom: calc(66px * (600 / 750));
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.8;
}

.cnt05_03_img {
    width: calc(699px * (600 / 750));
    margin-top: calc(58px * (600 / 750));
    margin-inline: auto;
}

.cnt05_03_title {
    font-size: calc(48px * (600 / 750));
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #182e67;
    position: absolute;
    text-align: center;
    top: calc(33px * (600 / 750));
    right: calc(148px * (600 / 750));
}

.cnt05_03_text {
    font-size: calc(30px * (600 / 750));
    letter-spacing: 0.05em;
    font-weight: normal;
    color: #000000;
    width: calc(610px * (600 / 750));
    position: absolute;
    bottom: calc(70px * (600 / 750));
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.8;
}

.cnt05_04_img {
    width: calc(699px * (600 / 750));
    margin-top: calc(58px * (600 / 750));
    margin-inline: auto;
    padding-bottom: calc(78px * (600 / 750));
}

.cnt05_04_title {
    font-size: calc(48px * (600 / 750));
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #182e67;
    position: absolute;
    text-align: center;
    top: calc(32px * (600 / 750));
    right: calc(148px * (600 / 750));
}

.cnt05_04_text {
    font-size: calc(30px * (600 / 750));
    letter-spacing: 0.05em;
    font-weight: normal;
    color: #000000;
    width: calc(610px * (600 / 750));
    position: absolute;
    bottom: calc(131px * (600 / 750));
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.8;
}




/*-----cnt06------*/
.cnt06_title {
    font-size: calc(60px * (600 / 750));
    letter-spacing: 0.1em;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    color: #182e67;
    position: absolute;
    text-align: center;
    top: calc(75px * (600 / 750));
    left: 50%;
    transform: translateX(-50%);
}

.cnt06_title span {
    font-size: calc(67px * (600 / 750));
}

.cnt06_01_text01 {
    font-size: calc(42px * (600 / 750));
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #182e67;
    position: absolute;
    top: calc(20px * (600 / 750));
    right: calc(175px * (600 / 750));
}

.cnt06_01_text02 {
    font-size: calc(30px * (600 / 750));
    letter-spacing: 0.06em;
    font-weight: normal;
    color: #182e67;
    position: absolute;
    top: calc(127px * (600 / 750));
    left: calc(75px * (600 / 750));
    line-height: 1.8;
}

.cnt06_01_text03 {
    font-size: calc(34px * (600 / 750));
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #182e67;
    position: absolute;
    top: calc(302px * (600 / 750));
    left: calc(97px * (600 / 750));
}

.cnt06_01_text04 {
    font-size: calc(28px * (600 / 750));
    letter-spacing: 0.02em;
    font-weight: normal;
    color: #182e67;
    position: absolute;
    bottom: calc(119px * (600 / 750));
    left: calc(310px * (600 / 750));
    line-height: 1.8;
}

.cnt06_02_text01 {
    font-size: calc(42px * (600 / 750));
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #182e67;
    position: absolute;
    top: calc(17px * (600 / 750));
    right: calc(127px * (600 / 750));
}

.cnt06_02_text02 {
    font-size: calc(28px * (600 / 750));
    letter-spacing: 0.06em;
    font-weight: normal;
    color: #182e67;
    position: absolute;
    width: calc(610px * (600 / 750));
    bottom: calc(28px * (600 / 750));
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.8;
}

.cnt06_02_text03 {
    font-size: calc(34px * (600 / 750));
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #182e67;
    position: absolute;
    top: calc(50px * (600 / 750));
    left: calc(97px * (600 / 750));
}

.cnt06_02_text04 {
    font-size: calc(27px * (600 / 750));
    letter-spacing: 0.06em;
    font-weight: normal;
    color: #182e67;
    position: absolute;
    width: calc(610px * (600 / 750));
    bottom: calc(145px * (600 / 750));
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.8;
    text-align: justify;
}

.cnt06_02_text04 .mb {
    margin-bottom: calc(23px * (600 / 750));
}

.cnt06_03_text01 {
    font-size: calc(42px * (600 / 750));
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #182e67;
    position: absolute;
    top: calc(20px * (600 / 750));
    right: calc(220px * (600 / 750));
}

.cnt06_03_text02 {
    font-size: calc(28px * (600 / 750));
    letter-spacing: 0.06em;
    font-weight: normal;
    color: #182e67;
    position: absolute;
    top: calc(135px * (600 / 750));
    left: calc(75px * (600 / 750));
    line-height: 1.8;
    text-align: justify;
}

.cnt06_04_text01 {
    font-size: calc(42px * (600 / 750));
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #182e67;
    position: absolute;
    top: calc(20px * (600 / 750));
    right: calc(314px * (600 / 750));
}

.cnt06_04_text02 {
    font-size: calc(27px * (600 / 750));
    letter-spacing: 0.06em;
    font-weight: normal;
    color: #182e67;
    position: absolute;
    width: calc(610px * (600 / 750));
    top: calc(135px * (600 / 750));
    left: calc(79px * (600 / 750));
    line-height: 1.8;
    text-align: justify;
}

.cnt06_04_text02 .mb {
    margin-bottom: calc(23px * (600 / 750));
}



/*-----cnt07------*/
.cnt07_title {
    font-size: calc(56px * (600 / 750));
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #182e67;
    width: 100%;
    text-align: center;
    position: absolute;
    top: calc(94px * (600 / 750));
    left: 50%;
    transform: translateX(-50%);
}

.cnt07_text {
    font-size: calc(40px * (600 / 750));
    font-weight: 500;
    letter-spacing: 0.14em;
    color: #fff;
    width: 100%;
    text-align: center;
    position: absolute;
    top: calc(212px * (600 / 750));
    left: 50%;
    transform: translateX(-50%);
}

.cnt07_01_title {
    font-size: calc(38px * (600 / 750));
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: calc(60.98px * (600 / 750));
    color: #fff;
    position: absolute;
    top: calc(49px * (600 / 750));
    right: calc(42px * (600 / 750));
}

.cnt07_01_title span {
    font-size: calc(62.62px * (600 / 750));
    font-weight: 600;
    position: relative;
    top: 0.04em;
}

.cnt07_01_text01 {
    font-size: calc(30px * (600 / 750));
    font-weight: 500;
    color: #182e67;
    letter-spacing: 0.05em;
    line-height: 1.8;
    position: absolute;
    top: calc(282px * (600 / 750));
    right: calc(105px * (600 / 750));
}

.cnt07_01_text02 {
    font-size: calc(30px * (600 / 750));
    font-weight: 500;
    color: #182e67;
    letter-spacing: 0.05em;
    line-height: 1.8;
    position: absolute;
    top: calc(475px * (600 / 750));
    right: calc(261px * (600 / 750));
}

.cnt07_01_text03 {
    font-size: calc(30px * (600 / 750));
    font-weight: 500;
    color: #182e67;
    letter-spacing: 0.05em;
    line-height: 1.8;
    position: absolute;
    bottom: calc(100px * (600 / 750));
    left: calc(65px * (600 / 750));
}

.cnt07_02_title {
    font-size: calc(46px * (600 / 750));
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.5;
    color: #fff;
    position: absolute;
    top: calc(43px * (600 / 750));
    right: calc(112px * (600 / 750));
}

.cnt07_02_title span {
    color: #fddbfa;
    font-weight: bold;
}

.cnt07_02_text01 {
    font-size: calc(28px * (600 / 750));
    font-weight: 500;
    color: #182e67;
    letter-spacing: 0.05em;
    line-height: 1.8;
    position: absolute;
    bottom: calc(119px * (600 / 750));
    left: calc(65px * (600 / 750));
    text-align: justify;
}

.cnt07_03_title {
    font-size: calc(46px * (600 / 750));
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.5;
    color: #fff;
    position: absolute;
    top: calc(43px * (600 / 750));
    right: calc(211px * (600 / 750));
}

.cnt07_03_title span {
    color: #fddbfa;
    font-weight: bold;
}

.cnt07_03_list {
    background-color: #fff6fe;
    border-radius: 10px;
    padding: calc(30px * (600 / 750));
    width: calc(633px * (600 / 750));
    position: absolute;
    bottom: calc(260px * (600 / 750));
    left: 50%;
    transform: translateX(-50%);
}

.cnt07_03_list li {
    font-size: calc(32px * (600 / 750));
    color: #182e67;
    letter-spacing: 0.05em;
    margin-bottom: calc(40px * (600 / 750));
}

.cnt07_03_list li:last-child {
    margin-bottom: 0;
}

.cnt07_03_list li::before {
    content: "";
    display: inline-block;
    width: calc(36px * (600 / 750));
    height: calc(32px * (600 / 750));
    background-image: url(../img/chack.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: calc(15px * (600 / 750));
    position: relative;
    top: 0.1em;
}

.cnt07_03_text01 {
    font-size: calc(28px * (600 / 750));
    font-weight: normal;
    color: #182e67;
    letter-spacing: 0.05em;
    line-height: 1.8;
    position: absolute;
    bottom: calc(127px * (600 / 750));
    left: calc(65px * (600 / 750));
    text-align: justify;
}

.cnt07_04_title {
    font-size: calc(46px * (600 / 750));
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.5;
    color: #fff;
    position: absolute;
    top: calc(45px * (600 / 750));
    right: calc(162px * (600 / 750));
}

.cnt07_04_title span {
    color: #fddbfa;
    font-weight: bold;
}

.cnt07_04_text01 {
    font-size: calc(26px * (600 / 750));
    color: #182e67;
    font-weight: bold;
    text-align: center;
    line-height: calc(36px * (600 / 750));
    position: absolute;
    top: calc(460px * (600 / 750));
    left: calc(50px * (600 / 750));
}

.cnt07_04_text02 {
    font-size: calc(26px * (600 / 750));
    color: #182e67;
    font-weight: bold;
    text-align: center;
    line-height: calc(36px * (600 / 750));
    position: absolute;
    top: calc(460px * (600 / 750));
    left: calc(285px * (600 / 750));
}

.cnt07_04_text03 {
    font-size: calc(26px * (600 / 750));
    color: #182e67;
    font-weight: bold;
    text-align: center;
    line-height: calc(36px * (600 / 750));
    position: absolute;
    top: calc(460px * (600 / 750));
    right: calc(90px * (600 / 750));
}

.cnt07_04_list {
    background-color: #fff6fe;
    border-radius: 10px;
    padding: calc(30px * (600 / 750));
    padding-top: calc(25px * (600 / 750));
    ;
    width: calc(633px * (600 / 750));
    position: absolute;
    top: calc(595px * (600 / 750));
    left: 50%;
    transform: translateX(-50%);
}

.cnt07_04_list li {
    font-size: calc(32px * (600 / 750));
    color: #182e67;
    letter-spacing: 0.05em;
    margin-bottom: calc(40px * (600 / 750));
    position: relative;
    padding-left: calc(60px * (600 / 750));
    line-height: 1.5;
}

.cnt07_04_list li:last-child {
    margin-bottom: 0;
}

.cnt07_04_list li::before {
    content: "";
    display: inline-block;
    width: calc(36px * (600 / 750));
    height: calc(32px * (600 / 750));
    background-image: url(../img/chack.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: calc(8px * (600 / 750));
    left: 0;
}

.cnt07_04_text04 {
    font-size: calc(28px * (600 / 750));
    font-weight: normal;
    color: #182e67;
    letter-spacing: 0.05em;
    line-height: 1.8;
    position: absolute;
    width: calc(615px * (600 / 750));
    bottom: calc(138px * (600 / 750));
    left: calc(67px * (600 / 750));
    text-align: justify;
}

.cnt07_05_title {
    font-size: calc(46px * (600 / 750));
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.5;
    color: #fff;
    position: absolute;
    top: calc(45px * (600 / 750));
    right: calc(115px * (600 / 750));
}

.cnt07_05_title span {
    color: #fddbfa;
    font-weight: bold;
}

.cnt07_05_text01 {
    font-size: calc(30px * (600 / 750));
    color: #182e67;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: calc(475px * (600 / 750));
    left: calc(110px * (600 / 750));
}

.cnt07_05_text02 {
    font-size: calc(30px * (600 / 750));
    color: #182e67;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: calc(475px * (600 / 750));
    left: calc(315px * (600 / 750));
}

.cnt07_05_text03 {
    font-size: calc(30px * (600 / 750));
    color: #182e67;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: calc(475px * (600 / 750));
    right: calc(90px * (600 / 750));
}

.cnt07_05_box {
    background-color: #fff6fe;
    border-radius: 10px;
    padding: calc(30px * (600 / 750));
    width: calc(633px * (600 / 750));
    position: absolute;
    bottom: calc(265px * (600 / 750));
    left: 50%;
    transform: translateX(-50%);
}

.cnt07_05_box ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: calc(35px * (600 / 750));
}

.cnt07_05_box ul li {
    font-size: calc(32px * (600 / 750));
    color: #182e67;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.cnt07_05_box ul li::before {
    content: "";
    display: inline-block;
    width: calc(36px * (600 / 750));
    height: calc(32px * (600 / 750));
    background-image: url(../img/chack.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: calc(5px * (600 / 750));
    position: relative;
    top: 0.1em;
}

.cnt07_05_box p {
    font-size: calc(30px * (600 / 750));
    color: #182e67;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.8;
}

.cnt07_05_text04 {
    font-size: calc(28px * (600 / 750));
    color: #182e67;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.8;
    position: absolute;
    bottom: calc(125px * (600 / 750));
    left: calc(65px * (600 / 750));
}

.cnt07_06_title {
    font-size: calc(46px * (600 / 750));
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #fff;
    position: absolute;
    top: calc(78px * (600 / 750));
    right: calc(79px * (600 / 750));
}

.cnt07_06_title span {
    color: #fddbfa;
    font-weight: bold;
}

.cnt07_06_text01 {
    font-size: calc(30px * (600 / 750));
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #182e67;
    line-height: 1.8;
    width: calc(640px * (600 / 750));
    position: absolute;
    bottom: calc(157px * (600 / 750));
    left: calc(64px * (600 / 750));
}

.cnt07_06_text02 {
    font-size: calc(30px * (600 / 750));
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #182e67;
    line-height: 1.4;
    position: absolute;
    top: calc(270px * (600 / 750));
    left: calc(199px * (600 / 750));
}

.cnt07_06_text03 {
    font-size: calc(30px * (600 / 750));
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #182e67;
    line-height: 1.4;
    text-align: center;
    position: absolute;
    top: calc(293px * (600 / 750));
    right: calc(87px * (600 / 750));
}

.cnt07_06_text04 {
    font-size: calc(30px * (600 / 750));
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #182e67;
    line-height: 1.4;
    text-align: center;
    position: absolute;
    top: calc(460px * (600 / 750));
    left: calc(217px * (600 / 750));
}

.cnt07_06_text05 {
    font-size: calc(30px * (600 / 750));
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #182e67;
    line-height: 1.4;
    text-align: center;
    position: absolute;
    top: calc(460px * (600 / 750));
    right: calc(100px * (600 / 750));
}


/*-----cnt09------*/
.cnt09_title {
    font-size: calc(56px * (600 / 750));
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #182e67;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(42px * (600 / 750));
}

.cnt09_01_text01 {
    color: #fff;
    font-size: calc(31.44px * (600 / 750));
    font-weight: 500;
    letter-spacing: 0.04em;
    position: absolute;
    top: calc(46px * (600 / 750));
    left: calc(287px * (600 / 750));
}

.cnt09_01_text01 span {
    font-size: calc(41.91px * (600 / 750));
    display: inline-block;
    margin: 0 -0.1em;
    position: relative;
    top: 0.05em;
}

.cnt09_01_text02 {
    color: #182e67;
    font-size: calc(35.05px * (600 / 750));
    font-weight: 500;
    letter-spacing: 0.04em;
    position: absolute;
    top: calc(100px * (600 / 750));
    left: calc(270px * (600 / 750));
}

.cnt09_01_text02 .text_big {
    font-size: calc(65.71px * (600 / 750));
    font-weight: bold;
}

.cnt09_01_text02 .text_big02 {
    font-size: calc(36px * (600 / 750));
    font-weight: bold;
}

.cnt09_02_title {
    font-size: calc(46px * (600 / 750));
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    width: 100%;
    text-align: center;
    position: absolute;
    top: calc(18px * (600 / 750));
}

.cnt09_02_text01 {
    color: #182e67;
    font-size: calc(40px * (600 / 750));
    font-weight: bold;
    letter-spacing: 0.04em;
    position: absolute;
    top: calc(135px * (600 / 750));
    left: calc(110px * (600 / 750));
}

.cnt09_02_text01 span {
    font-size: calc(60px * (600 / 750));
    display: inline-block;
    position: relative;
    top: 0.05em;
}

.cnt09_02_text02 {
    color: #182e67;
    font-size: calc(36px * (600 / 750));
    font-weight: normal;
    letter-spacing: 0.04em;
    line-height: 1.6;
    position: absolute;
    top: calc(237px * (600 / 750));
    left: calc(72px * (600 / 750));
}

.cnt09_02_text02 .mt {
    margin-top: calc(28px * (600 / 750));
    display: inline-block;
}

.cnt09_02_text02 .text_sm {
    font-size: calc(30px * (600 / 750));
}

.cnt09_02_text03 {
    color: #182e67;
    font-size: calc(42px * (600 / 750));
    font-weight: bold;
    text-align: right;
    line-height: 1.2;
    letter-spacing: 0.04em;
    position: absolute;
    bottom: calc(121px * (600 / 750));
    right: calc(53px * (600 / 750));
}

.cnt09_02_text03 .red {
    font-size: calc(54px * (600 / 750));
    display: inline-block;
    position: relative;
    top: 0.05em;
}

.cnt09_02_text04 {
    color: #182e67;
    font-size: calc(36px * (600 / 750));
    font-weight: normal;
    letter-spacing: 0.04em;
    line-height: 1.75;
    position: absolute;
    bottom: calc(329px * (600 / 750));
    left: calc(72px * (600 / 750));
}

.cnt09_03_title {
    font-size: calc(46px * (600 / 750));
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    width: 100%;
    text-align: center;
    position: absolute;
    top: calc(18px * (600 / 750));
}

.cnt09_03_text01 {
    color: #182e67;
    font-size: calc(40px * (600 / 750));
    font-weight: bold;
    letter-spacing: 0.04em;
    position: absolute;
    top: calc(135px * (600 / 750));
    left: calc(110px * (600 / 750));
}

.cnt09_03_text01 span {
    font-size: calc(60px * (600 / 750));
    display: inline-block;
    position: relative;
    top: 0.05em;
}

.cnt09_03_text02 {
    color: #182e67;
    font-size: calc(36px * (600 / 750));
    font-weight: normal;
    letter-spacing: 0.04em;
    line-height: 1.6;
    position: absolute;
    top: calc(238px * (600 / 750));
    left: calc(75px * (600 / 750));
}

.cnt09_03_text02 .mt {
    margin-top: calc(27px * (600 / 750));
    display: inline-block;
}

.cnt09_03_text02 .text_sm {
    font-size: calc(30px * (600 / 750));
}

.cnt09_03_text03 {
    color: #182e67;
    font-size: calc(42px * (600 / 750));
    font-weight: bold;
    text-align: right;
    line-height: 1.2;
    letter-spacing: 0.04em;
    position: absolute;
    bottom: calc(122px * (600 / 750));
    right: calc(53px * (600 / 750));
}

.cnt09_03_text03 .red {
    font-size: calc(54px * (600 / 750));
    display: inline-block;
    position: relative;
    top: 0.05em;
}

.cnt09_03_text04 {
    color: #182e67;
    font-size: calc(36px * (600 / 750));
    font-weight: normal;
    letter-spacing: 0.04em;
    line-height: 1.75;
    position: absolute;
    bottom: calc(328px * (600 / 750));
    left: calc(72px * (600 / 750));
}

.cnt09_04_title {
    font-size: calc(46px * (600 / 750));
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    width: 100%;
    text-align: center;
    position: absolute;
    top: calc(18px * (600 / 750));
}

.cnt09_04_title span {
    font-size: calc(38px * (600 / 750));
}

.cnt09_04_text01 {
    color: #182e67;
    font-size: calc(40px * (600 / 750));
    font-weight: bold;
    letter-spacing: 0.04em;
    position: absolute;
    top: calc(135px * (600 / 750));
    left: calc(110px * (600 / 750));
}

.cnt09_04_text01 span {
    font-size: calc(60px * (600 / 750));
    display: inline-block;
    position: relative;
    top: 0.05em;
}

.cnt09_04_text02 {
    color: #182e67;
    font-size: calc(36px * (600 / 750));
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.8;
    position: absolute;
    top: calc(232px * (600 / 750));
    left: calc(72px * (600 / 750));
}

.cnt09_04_text03 {
    color: #182e67;
    font-size: calc(42px * (600 / 750));
    font-weight: bold;
    line-height: 1.2;
    text-align: right;
    letter-spacing: 0.04em;
    position: absolute;
    bottom: calc(260px * (600 / 750));
    right: calc(53px * (600 / 750));
}

.cnt09_04_text03 .red {
    font-size: calc(54px * (600 / 750));
    display: inline-block;
    position: relative;
    top: 0.05em;
    letter-spacing: -0.01em;
}

.cnt09_04_text04 {
    color: #182e67;
    font-size: calc(42px * (600 / 750));
    font-weight: bold;
    letter-spacing: 0.04em;
    position: absolute;
    bottom: calc(194px * (600 / 750));
    right: calc(53px * (600 / 750));
}

.cnt09_04_text04 .red {
    font-size: calc(54px * (600 / 750));
    display: inline-block;
    position: relative;
    top: 0.05em;
    letter-spacing: -0.01em;
}

.cnt09_04_text05 {
    color: #182e67;
    font-size: calc(42px * (600 / 750));
    font-weight: bold;
    letter-spacing: 0.04em;
    position: absolute;
    bottom: calc(134px * (600 / 750));
    right: calc(53px * (600 / 750));
}

.cnt09_04_text05 .red {
    font-size: calc(54px * (600 / 750));
    display: inline-block;
    position: relative;
    top: 0.05em;
    letter-spacing: -0.01em;
}

/*-----cnt10------*/
.cnt10_title {
    font-size: calc(61.5px * (600 / 750));
    color: #182e67;
    font-weight: 500;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: calc(90px * (600 / 750));
    left: calc(118px * (600 / 750));
}

.cnt10_title .small {
    font-size: calc(46.13px * (600 / 750));
}

.cnt10_02_title01 {
    font-size: calc(45.42px * (600 / 750));
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.04em;
    position: absolute;
    top: calc(328px * (600 / 750));
    right: calc(52px * (600 / 750));
}

.cnt10_02_title02 {
    font-size: calc(45.42px * (600 / 750));
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.04em;
    position: absolute;
    top: calc(412px * (600 / 750));
    right: calc(57px * (600 / 750));
}

.cnt10_02_title02 span {
    font-size: calc(56.77px * (600 / 750));
    letter-spacing: 0.04em;
}

.cnt10_02_text01 {
    font-size: calc(42px * (600 / 750));
    color: #182e67;
    font-weight: bold;
    letter-spacing: 0.04em;
    width: 100%;
    text-align: center;
    position: absolute;
    top: calc(565px * (600 / 750));
}

.cnt10_02_text02 {
    font-size: calc(29px * (600 / 750));
    color: #182e67;
    font-weight: normal;
    letter-spacing: 0.04em;
    line-height: 1.8;
    position: absolute;
    top: calc(672px * (600 / 750));
    left: calc(65px * (600 / 750));
}

.cnt10_02_text03 {
    font-size: calc(32px * (600 / 750));
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.04em;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: calc(706px * (600 / 750));
}

.cnt10_02_text04 {
    font-size: calc(28px * (600 / 750));
    color: #182e67;
    letter-spacing: 0.05em;
    line-height: 1.8;
    width: calc(570px * (600 / 750));
    position: absolute;
    bottom: calc(518px * (600 / 750));
    left: 50%;
    transform: translateX(-50%);
}

.cnt10_02_text05 {
    font-size: calc(42px * (600 / 750));
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.12em;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: calc(342px * (600 / 750));
}

.cnt10_02_text06 {
    font-size: calc(29px * (600 / 750));
    color: #182e67;
    font-weight: normal;
    letter-spacing: 0.04em;
    line-height: 1.8;
    position: absolute;
    bottom: calc(140px * (600 / 750));
    left: calc(58px * (600 / 750));
}

.cnt10_03_title01 {
    font-size: calc(45.42px * (600 / 750));
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.04em;
    position: absolute;
    top: calc(328px * (600 / 750));
    right: calc(50px * (600 / 750));
}

.cnt10_03_title02 {
    font-size: calc(45.42px * (600 / 750));
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.04em;
    position: absolute;
    top: calc(412px * (600 / 750));
    right: calc(46px * (600 / 750));
}

.cnt10_03_title02 span {
    font-size: calc(56.77px * (600 / 750));
}

.cnt10_03_text01 {
    font-size: calc(42px * (600 / 750));
    color: #182e67;
    font-weight: bold;
    letter-spacing: 0.04em;
    width: 100%;
    text-align: center;
    position: absolute;
    top: calc(565px * (600 / 750));
}

.cnt10_03_text02 {
    font-size: calc(29px * (600 / 750));
    color: #182e67;
    font-weight: normal;
    letter-spacing: 0.04em;
    line-height: 1.8;
    position: absolute;
    top: calc(671px * (600 / 750));
    left: calc(65px * (600 / 750));
}

.cnt10_03_text03 {
    font-size: calc(32px * (600 / 750));
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.04em;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: calc(706px * (600 / 750));
}

.cnt10_03_text04 {
    font-size: calc(28px * (600 / 750));
    color: #182e67;
    letter-spacing: 0.05em;
    line-height: 1.8;
    width: calc(570px * (600 / 750));
    position: absolute;
    bottom: calc(570px * (600 / 750));
    left: 50%;
    transform: translateX(-50%);
}

.cnt10_03_text05 {
    font-size: calc(42px * (600 / 750));
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.12em;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: calc(342px * (600 / 750));
}

.cnt10_03_text06 {
    font-size: calc(29px * (600 / 750));
    color: #182e67;
    font-weight: normal;
    letter-spacing: 0.04em;
    line-height: 1.8;
    position: absolute;
    bottom: calc(140px * (600 / 750));
    left: calc(60px * (600 / 750));
}

.cnt10_03_text06 .red {
    display: inline-block;
    position: relative;
}

.cnt10_04_title01 {
    font-size: calc(45.42px * (600 / 750));
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.04em;
    position: absolute;
    top: calc(328px * (600 / 750));
    right: calc(53px * (600 / 750));
}

.cnt10_04_title02 {
    font-size: calc(45.42px * (600 / 750));
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.04em;
    position: absolute;
    top: calc(412px * (600 / 750));
    right: calc(47px * (600 / 750));
}

.cnt10_04_title02 span {
    font-size: calc(56.77px * (600 / 750));
}

.cnt10_04_text01 {
    font-size: calc(42px * (600 / 750));
    color: #182e67;
    font-weight: bold;
    letter-spacing: 0.04em;
    width: 100%;
    text-align: center;
    position: absolute;
    top: calc(565px * (600 / 750));
}

.cnt10_04_text02 {
    font-size: calc(29px * (600 / 750));
    color: #182e67;
    font-weight: normal;
    letter-spacing: 0.04em;
    width: calc(625px * (600 / 750));
    line-height: 1.8;
    position: absolute;
    top: calc(671px * (600 / 750));
    left: calc(65px * (600 / 750));
}

.cnt10_04_text03 {
    font-size: calc(32px * (600 / 750));
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.04em;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: calc(774px * (600 / 750));
}

.cnt10_04_text04 {
    font-size: calc(28px * (600 / 750));
    color: #182e67;
    letter-spacing: 0.05em;
    line-height: 1.8;
    width: calc(570px * (600 / 750));
    position: absolute;
    bottom: calc(536px * (600 / 750));
    left: 50%;
    transform: translateX(-50%);
}

.cnt10_04_text05 {
    font-size: calc(42px * (600 / 750));
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.12em;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: calc(335px * (600 / 750));
}

.cnt10_04_text06 {
    font-size: calc(29px * (600 / 750));
    color: #182e67;
    font-weight: normal;
    letter-spacing: 0.04em;
    line-height: 1.8;
    position: absolute;
    bottom: calc(130px * (600 / 750));
    left: calc(58px * (600 / 750));
}

.cnt10_04_text06 .red {
    display: inline-block;
    position: relative;
    left: -0.5em;
    margin-right: -0.9em;
}


/*-----cnt11------*/
.cnt11_title {
    background-color: #fdf2fb;
    padding: calc(94px * (600 / 750)) 0 calc(55px * (600 / 750));
    text-align: center;
}

.cnt11_title h2 {
    font-size: calc(56px * (600 / 750));
    color: #182e67;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: calc(45px * (600 / 750));
}

.cnt11_title p {
    font-size: calc(32px * (600 / 750));
    color: #182e67;
    letter-spacing: 0.14em;
    font-weight: 500;
}

.cnt11_block {
    background-color: #fdf2fb;
    padding-bottom: calc(105px * (600 / 750));
}

.cnt11_block_inner {
    width: calc(700px * (600 / 750));
    background-color: #fff;
    margin: 0 auto;
    padding: calc(57px * (600 / 750)) calc(48px * (600 / 750));
    border-radius: calc(14px * (600 / 750));
}

.cnt11_block_inner_box {
    padding-bottom: calc(45px * (600 / 750));
    margin-bottom: calc(63px * (600 / 750));
    border-bottom: 1px solid #bbcef1;
}

.cnt11_block_inner_box:last-child {
    padding-bottom: 0;
}

.cnt11_block_inner_box h3 {
    font-size: calc(36px * (600 / 750));
    color: #182e67;
    letter-spacing: 0.04em;
    font-weight: bold;
    margin-bottom: calc(30px * (600 / 750));
    position: relative;
    padding-left: calc(30px * (600 / 750));
}

.cnt11_block_inner_box h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    width: calc(6px * (600 / 750));
    /* 太さ */
    height: 100%;
    /* 高さ（調整してOK） */

    background: linear-gradient(to bottom,
            #d68bc3,
            #5583d6);
}

.cnt11_block_inner_box p {
    font-size: calc(30px * (600 / 750));
    color: #182e67;
    letter-spacing: 0.04em;
}

.cnt11_block_inner_box p.cnt11_block_inner_box_text02 {
    font-size: calc(29px * (600 / 750));
    line-height: 1.8;
}

.cnt11_block_inner_box p .text_big {
    font-size: calc(36px * (600 / 750));
}

.cnt11_block_inner_box p.mt35 {
    margin-top: calc(20px * (600 / 750));
}

.cnt11_block_inner_box p.mb35 {
    margin-bottom: calc(35px * (600 / 750));
}

.cnt11_block_inner_box_list {
    background-color: #fff6fe;
    border-radius: 10px;
    padding: calc(38px * (600 / 750));
    padding-top: calc(30px * (600 / 750));
    ;
    width: calc(605px * (600 / 750));
    margin: calc(25px * (600 / 750)) auto calc(20px * (600 / 750));
}

.cnt11_block_inner_box_list li {
    font-size: calc(30px * (600 / 750));
    font-weight: normal;
    color: #182e67;
    letter-spacing: 0.04em;
    margin-bottom: calc(8px * (600 / 750));
    position: relative;
    padding-left: calc(53px * (600 / 750));
    line-height: 1.5;
}

.cnt11_block_inner_box_list li.mb_change {
    margin-bottom: calc(26px * (600 / 750));
}

.cnt11_block_inner_box_list li:last-child {
    margin-bottom: 0;
}

.cnt11_block_inner_box_list li::before {
    content: "";
    display: inline-block;
    width: calc(32px * (600 / 750));
    height: calc(32px * (600 / 750));
    background-image: url(../img/chack.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: calc(8px * (600 / 750));
    left: 0;
}

.cnt11_block_inner_box_shop_list li {
    margin-bottom: calc(48px * (600 / 750));
}

.cnt11_block_inner_box_shop_list li:last-child {
    margin-bottom: 0;
}

.cnt11_block_inner_box_list h4 {
    font-size: calc(30px * (600 / 750));
    font-weight: bold;
    color: #182e67;
    letter-spacing: 0.04em;
    position: relative;
    padding-left: calc(20px * (600 / 750));
    padding-bottom: calc(20px * (600 / 750));
    margin-bottom: calc(30px * (600 / 750));
    border-bottom: 1px solid #f9e1f6;
}

.cnt11_block_inner_box_list h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7%;
    width: calc(5px * (600 / 750));
    /* 太さ */
    height: 55%;
    /* 高さ（調整してOK） */
    background: #182e67
}

.cnt11_block_inner_box_shop {
    font-size: calc(30px * (600 / 750));
    font-weight: bold;
    color: #182e67;
    letter-spacing: 0.04em;
    line-height: 1.8;
}

.cnt11_block_inner_box_shop span {
    position: relative;
    left: -0.6em;
}

.cnt11_block_inner_box p.cnt11_block_inner_box_shop_address {
    font-size: calc(28px * (600 / 750));
    color: #182e67;
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin-top: calc(20px * (600 / 750));
}

.cnt11_block_inner_box_time {
    font-size: calc(28px * (600 / 750));
    color: #182e67;
    letter-spacing: 0.04em;
    line-height: 1.8;
}

.cnt11_block_inner_box_time span {
    font-size: calc(30px * (600 / 750));
    font-weight: 500;
}

.cnt11_block_inner_box_holiday {
    font-size: calc(30px * (600 / 750));
    font-weight: 500;
    color: #182e67;
    letter-spacing: 0.04em;
    line-height: 1.8;
}

.cnt11_block_inner_box_holiday.red {
    color: #da257b;
}

.cnt11_block_inner_box_fukuri {
    font-size: calc(30px * (600 / 750));
    color: #182e67;
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin-bottom: calc(30px * (600 / 750));
}

/*-----cnt12------*/
.cnt12_title {
    font-size: calc(55.91px * (600 / 750));
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.01em;
    width: 100%;
    text-align: center;
    position: absolute;
    top: calc(30px * (600 / 750));
}

.cnt12_line {
    margin-bottom: calc(74px * (600 / 750));
    padding-top: calc(33px * (600 / 750));
}

.cnt12_line_title {
    text-align: center;
    font-size: calc(48px * (600 / 750));
    letter-spacing: 0.1em;
    color: #182e67;
    font-weight: bold;
}

.cnt12_line_btn {
    display: flex;
    justify-content: center;
    margin-top: calc(34px * (600 / 750));
}

.cnt12_line_btn img {
    width: calc(541.33px * (600 / 750));
}

.cnt12_box {
    background-color: #f9e3f5;
}

.cnt12_inner {
    width: calc(700px * (600 / 750));
    margin: 0 auto;
    padding-top: calc(80px * (600 / 750));
}

.cnt12_second-title {
    font-size: calc(48px * (600 / 750));
    text-align: center;
    color: #182e67;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: calc(14px * (600 / 750));
}

.cnt12_text {
    font-size: calc(21.97px * (600 / 750));
    text-align: center;
    color: #182e67;
    font-weight: lighter;
    letter-spacing: 0.06em;
}


.contact-form {
    width: calc(700px * (600 / 750));
    margin: calc(60px * (600 / 750)) auto 0;
    padding-bottom: calc(130px * (600 / 750));
    color: #182e67;
}

.form-group {
    margin-bottom: calc(75px * (600 / 750));
}

.form-group label {
    display: block;
    color: #182e67;
    margin-bottom: calc(25px * (600 / 750));
    font-size: calc(31.95px * (600 / 750));
    font-weight: 500;
    letter-spacing: 0.1em;
}

.form-group label .need {
    display: inline-block;
    letter-spacing: 0.1em;
    font-size: calc(23.96px * (600 / 750));
    color: #da257b;
    padding: calc(5px * (600 / 750)) calc(10px * (600 / 750)) calc(7px * (600 / 750));
    margin-right: calc(13px * (600 / 750));
    border: 0.8px solid #da257b;
    border-radius: 4px;
    position: relative;
    top: -0.1em;
}

input,
textarea,
select {
    width: 100%;
    padding: calc(25px * (600 / 750));
    border: none;
    background: #fff5fd;
    color: #182e67;
    font-size: calc(29.95px * (600 / 750));
    border-radius: 3px;
}

input::placeholder,
textarea::placeholder {
    color: #e6b5dc;
}

textarea {
    min-height: calc(120px * (600 / 750));
    resize: vertical;
}

.radio-group label {
    margin-bottom: calc(6px * (600 / 750));
}

.radio-group input {
    margin-right: calc(6px * (600 / 750));
}

.radio-group {
    display: flex;
    flex-direction: column;
    /*gap: 11.2px;*/
}

.radio-item {
    position: relative;
    padding-left: calc(30px * (600 / 750));
    color: #fff;
    font-size: calc(15px * (600 / 750));
    cursor: pointer;
    line-height: 1.4;
}

/* 本来のradioは消す */
.radio-item input {
    position: absolute;
    opacity: 0;
}

/* 外枠の丸 */
.radio-mark {
    position: absolute;
    left: 0;
    top: calc(11px * (600 / 750));
    width: calc(25px * (600 / 750));
    height: calc(25px * (600 / 750));
    border: 2px solid #c8dccb;
    background: #fff;
    border-radius: 50%;
}

/* チェック時の中丸 */
.radio-item input:checked+.radio-mark::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(10px * (600 / 750));
    height: calc(10px * (600 / 750));
    background: #898989;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.radio_text {
    font-size: calc(30px * (600 / 750));
    padding-left: calc(15px * (600 / 750));
}

.form_btn {
    text-align: center;
}

.form_btn button {
    display: inline-block;
    position: relative;
    width: calc(531px * (600 / 750));
    filter: drop-shadow(calc(13px * (600 / 750)) calc(33px * (600 / 750)) calc(31px * (600 / 750)) rgba(0, 0, 0, 0.35));
}

.form_btn button p {
    position: absolute;
    font-size: calc(35.94px * (600 / 750));
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form_btn button:hover {
    opacity: 0.8;
    transform: 0.8s;
}



/*-----footer------*/
.footer {
    background: #182e67;
    padding-top: calc(150px * (600 / 750));
    padding-bottom: calc(100px * (600 / 750));
}

.footer_inner {
    width: calc(685px * (600 / 750));
    margin: 0 auto;
}

.footer_text {
    font-size: calc(42px * (600 / 750));
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #fff;
    padding-bottom: calc(40px * (600 / 750));
    margin-bottom: calc(90px * (600 / 750));
}

.company-info {
    display: grid;
    grid-template-columns: calc(120px * (600 / 750)) 1fr;
    row-gap: calc(35px * (600 / 750));
    column-gap: calc(100px * (600 / 750));
    color: #fff;
    font-size: calc(30px * (600 / 750));
    margin-bottom: calc(120px * (600 / 750));
}

.company-info dt {
    width: calc(140px * (600 / 750));
    font-size: calc(30px * (600 / 750));
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.07em;
}

.company-info dd {
    margin: 0;
    font-size: calc(30px * (600 / 750));
    font-weight: normal;
    color: #fff;
    letter-spacing: 0.07em;
}

.company-info dd .mb30 {
    margin-bottom: calc(30px * (600 / 750));
}

.company-info ul {
    margin: 0;
}

.company-info li {
    margin-bottom: calc(30px * (600 / 750));
    position: relative;
    padding-left: calc(30px * (600 / 750));
}

.company-info li::before {
    content: "●";
    position: absolute;
    font-size: calc(12px * (600 / 750));
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer_inner02 {
    padding: calc(50px * (600 / 750)) 0;
    text-align: center;
    border-top: 1px solid #525455;
    color: #fff;
}

.footer_inner02 small {
    font-size: calc(26px * (600 / 750));
    letter-spacing: 0.07em;
}








/*-----thanks------*/
.thanks h2 {
    font-size: calc(53px * (600 / 750));
    color: #182e67;
    font-weight: bold;
    line-height: calc(73.98px * (600 / 750));
    width: 100%;
    text-align: center;
    position: absolute;
    top: calc(135px * (600 / 750));
}

.thanks_text {
    font-size: calc(28px * (600 / 750));
    color: #182e67;
    letter-spacing: 0.1em;
    width: calc(700px * (600 / 750));
    line-height: 1.8;
    position: absolute;
    top: calc(350px * (600 / 750));
    left: 50%;
    transform: translateX(-50%);
}

.back_btn02 {
    position: absolute;
    width: calc(431px * (600 / 750));
    bottom: calc(117px * (600 / 750));
    left: 50%;
    transform: translateX(-50%);
}

.back_btn02 a {
    display: block;
    filter: drop-shadow(calc(13px * (600 / 750)) calc(33px * (600 / 750)) calc(31px * (600 / 750)) rgba(0, 0, 0, 0.35));
}

.back_btn02 a p {
    font-size: calc(36px * (600 / 750));
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: calc(45px * (600 / 750));
    left: calc(120px * (600 / 750));
}





.confirmation {
    width: calc(700px * (600 / 750));
    margin: calc(50px * (600 / 750)) auto;
}

.confirmation ul li {
    padding-bottom: calc(45px * (600 / 750));
    border-bottom: 1px solid #969eb5;
    margin-bottom: calc(45px * (600 / 750));
}

.confirmation ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.confirmation_title {
    display: block;
    color: #182e67;
    margin-bottom: calc(25px * (600 / 750));
    font-size: calc(31.95px * (600 / 750));
    font-weight: 500;
    letter-spacing: 0.1em;
}

.confirmation_title .need {
    display: inline-block;
    letter-spacing: 0.1em;
    font-size: calc(23.96px * (600 / 750));
    color: #da257b;
    padding: calc(5px * (600 / 750)) calc(10px * (600 / 750)) calc(7px * (600 / 750));
    margin-right: calc(13px * (600 / 750));
    border: 0.8px solid #da257b;
    border-radius: 4px;
    position: relative;
    top: -0.1em;
}

.confirmation_answer {
    color: #182e67;
    font-size: calc(30px * (600 / 750));
    font-weight: 500;
    letter-spacing: 0.1em;
}

.confirmation_btn {
    display: flex;
    justify-content: space-between;
    width: calc(700px * (600 / 750));
    margin: calc(50px * (600 / 750)) auto calc(135px * (600 / 750));
}

.confirmation_btn button {
    width: calc(341px * (600 / 750));
    filter: drop-shadow(calc(13px * (600 / 750)) calc(33px * (600 / 750)) calc(31px * (600 / 750)) rgba(0, 0, 0, 0.35));
}

.back_btn03 {
    font-size: calc(36px * (600 / 750));
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: absolute;
    top: calc(45px * (600 / 750));
    left: calc(133px * (600 / 750));
}

.send_btn02 {
    font-size: calc(36px * (600 / 750));
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: absolute;
    top: calc(45px * (600 / 750));
    left: calc(133px * (600 / 750));
}





.fl_btn {
    position: fixed;
    max-width: calc(750px * (600 / 750));
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: calc(30px * (600 / 750)) calc(12px * (600 / 750));
    background: #182e67;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.fl_btn.is-show {
    opacity: 1;
    visibility: visible;
}

.fl_btn ul {
    display: flex;
    justify-content: space-between;
    gap: calc(10px * (600 / 750));
}

.fl_btn ul li {
    width: calc(235px * (600 / 750));
}

.fl_btn ul li a {
    display: block;
    text-align: center;
    position: relative;
    font-size: calc(24px * (600 / 750));
    color: #fff;
    overflow: hidden;
    font-weight: bold;
    padding: calc(16px * (600 / 750)) 0;
    border-radius: 39.01px;

    /* 高さズレ防止 */
    box-sizing: border-box;
    border: 2px solid transparent;
}

/* 左ボタン（グラデ） */
.fl_btn ul li:first-child a {
    background-image: url(../img/fl_btn01_bg.png?0320);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: linear-gradient(90deg, #d48bc7, #5b86e5);
    letter-spacing: -0.15em;
}

.fl_btn ul li:nth-last-of-type(2) a {
    background-color: #06c755;
    border-radius: calc(33px * (600 / 750));
}

/* 右ボタン（ボーダー） */
.fl_btn ul li:last-child a {
    background: transparent;
    border: 1px solid #fff;
}