@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    color: #333;
    font-weight: 400;
    line-height: 150%;
    font-family: "Noto Sans JP", "Helvetica Neue", Arial,
        "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-feature-settings: "palt" on;
}

body * {
    box-sizing: border-box;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

a {
    color: #333;
    text-decoration: none;
    transition: 0.4s;
}
a:hover {
    opacity: 0.6;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

main {
    display: block;
}

ol,
li {
    list-style-type: none;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

h1,
h2,
h3,
h4 {
    font-weight: 400;
}

.btn {
    transition: filter 0.3s;
    display: block;
}
.btn:hover {
    filter: brightness(110%);
    transition: filter 0.3s;
}

.pc {
    display: block;
}
.sp {
    display: none;
}
@media screen and (max-width: 1080px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

.bold {
    font-weight: 700;
}

.blue {
    color: #005bac;
}

.outer {
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.wrapper {
    min-width: 1920px;
    max-width: 1920px;
    margin: 0 auto;
}
@media screen and (max-width: 1080px) {
    .wrapper {
        min-width: initial;
    }
}

.wrapper .line {
    border-bottom: solid 5px #FC833B;
}
@media screen and (max-width: 1080px) {
    .wrapper .line {
        border-bottom: solid calc(7 / 750 * 100vw) #FC833B;
    }
}


/* cv */
.cv01 {
    background: #7ecef4;
    padding: 31px 0;
}
.cv02 {
    background: #edf8ff;
    padding: 146px 0 89px;
}
.cv03 {
    background: #00B7EB;
    padding: 100px 0;
    color: #fff;
}
.cv_logo {
    width: 282px;
    margin: 0 auto 27px;
}
.cv_inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.cv_copy01 {
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.04em;
    text-align: center;
    color: #005bac;
}
.cv_copy02 {
    font-size: 32px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.04em;
    text-align: center;
    color: #005bac;
    margin-bottom: 24px;
}
.cv_copy02 .large {
    font-size: 48px;
    line-height: 140%;
    letter-spacing: 0.08em;
}
.cv_copy03 {
    font-size: 40px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
}
.cv_copy03 .large {
    font-size: 48px;
    line-height: 140%;
    letter-spacing: 0.08em;
}
.cv_balloon {
    width: 94px;
    margin: 19px auto -13px;
}
.cv_copy04 {
    font-size: 48px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
    margin-bottom: 37px;
}
.cv_copy04 .large {
    font-size: 92px;
    line-height: 160%;
    letter-spacing: 0.08em;
}
.cv_illust .illust01 {
    width: 240px;
    height: 240px;
    position: absolute;
    top: -60px;
    left: 0;
}
.cv_illust .illust02 {
    width: 202px;
    height: 233px;
    position: absolute;
    top: -72px;
    right: 30px;
}
.cv_illust .illust03 {
    width: 192px;
    height: 165px;
    position: absolute;
    top: 187px;
    left: 47px;
}
.cv_illust .illust04 {
    width: 205px;
    height: 175px;
    position: absolute;
    top: 177px;
    right: 40px;
}
.cv_text {
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.04em;
    text-align: center;
    margin-bottom: 21px;
    color: #333;
}
.cv_text .large {
    font-size: 24px;
    line-height: 160%;
}
.cv_btn {
    background-color: #fc833b;
    background-image: url(../img/common/arw_b_white.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: right 36px center;
    border-radius: 50px;
    font-size: 36px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.08em;
    text-align: center;
    color: #ffffff;
    width: 660px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.cv_btn .large {
    font-size: 48px;
}
.cv_btn.-icon {
    padding: 0 0 0 40px;
}
.cv_btn.-icon::before {
    content: "";
    background: url(../img/common/icon_cv_btn.png) no-repeat left top;
    background-size: contain;
    width: 154px;
    height: 146px;
    display: block;
    position: absolute;
    top: -25px;
    left: -50px;
}
.cv03 .cv_btn {
    background-image: url(../img/common/arw_t_white.svg);
    margin: 0 auto;
}
@media screen and (max-width: 1080px) {
    .cv01 {
        padding: calc(50 / 750 * 100vw) 0 calc(62 / 750 * 100vw);
    }
    .cv02 {
        padding: calc(77 / 750 * 100vw) 0 calc(102 / 750 * 100vw);
    }
    .cv03 {
        padding: calc(69 / 750 * 100vw) 0 calc(82 / 750 * 100vw);
    }
    .cv_logo {
        width: calc(470 / 750 * 100vw);
        margin: 0 auto calc(42 / 750 * 100vw);
    }
    .cv_inner {
        width: calc(750 / 750 * 100vw);
    }
    .cv_copy01 {
        font-size: calc(40 / 750 * 100vw);
        line-height: 140%;
        margin-bottom: calc(13 / 750 * 100vw);
    }
    .cv_copy02 {
        font-size: calc(48 / 750 * 100vw);
        margin-bottom: calc(30 / 750 * 100vw);
    }
    .cv_copy02 .large {
        font-size: calc(64 / 750 * 100vw);
    }
    .cv_copy03 {
        font-size: calc(56 / 750 * 100vw);
    }
    .cv_copy03 .large {
        font-size: calc(64 / 750 * 100vw);
    }
    .cv_copy03 .symbol {
        margin: 0 calc(15 / 750 * 100vw);
        display: inline-block;
    }
    .cv_balloon {
        width: calc(150 / 750 * 100vw);
        margin: calc(22 / 750 * 100vw) auto calc(5 / 750 * 100vw);
    }
    .cv_copy04 {
        font-size: calc(64 / 750 * 100vw);
        margin-bottom: calc(37 / 750 * 100vw);
    }
    .cv_copy04 .large {
        font-size: calc(90 / 750 * 100vw);
        line-height: 140%;
    }
    .cv_illust {
        display: flex;
        align-items: center;
    }
    .cv02 .cv_illust {
        padding-left: calc(92 / 750 * 100vw);
        margin-bottom: calc(58 / 750 * 100vw);
    }
    .cv03 .cv_illust {
        padding-left: calc(146 / 750 * 100vw);
        margin-bottom: calc(38 / 750 * 100vw);
    }
    .cv_illust .illust01 {
        width: calc(266 / 750 * 100vw);
        height: calc(265 / 750 * 100vw);
        position: static;
        margin-right: calc(38 / 750 * 100vw);
    }
    .cv_illust .illust02 {
        width: calc(222 / 750 * 100vw);
        height: calc(254 / 750 * 100vw);
        position: static;
    }
    .cv_illust .illust03 {
        width: calc(210 / 750 * 100vw);
        height: calc(180 / 750 * 100vw);
        position: static;
        margin-right: calc(40 / 750 * 100vw);
    }
    .cv_illust .illust04 {
        width: calc(221 / 750 * 100vw);
        height: calc(189 / 750 * 100vw);
        position: static;
    }
    .cv_text {
        font-size: calc(32 / 750 * 100vw);
        margin-bottom: calc(37 / 750 * 100vw);
    }
    .cv_text .large {
        font-size: calc(40 / 750 * 100vw);
    }
    .cv_btn {
        background-size: calc(24 / 750 * 100vw) calc(18 / 750 * 100vw);
        background-position: right calc(29 / 750 * 100vw) center;
        border-radius: calc(96 / 750 * 100vw);
        font-size: calc(40 / 750 * 100vw);
        width: calc(630 / 750 * 100vw);
        height: calc(112 / 750 * 100vw);
        padding-left: 0;
        justify-content: center;
    }
    .cv_btn .large {
        font-size: calc(48 / 750 * 100vw);
    }
    .cv_btn.-icon {
        padding: 0 0 0 calc(56 / 750 * 100vw);
        font-size: calc(30 / 750 * 100vw);
    }
    .cv_btn.-icon::before {
        width: calc(144 / 750 * 100vw);
        height: calc(136 / 750 * 100vw);
        top: calc(-12 / 750 * 100vw);
        left: 0;
    }
}

.cv04 {
    background-color: #00B7EB;
    position: relative;
    padding: 70px 0 80px;
}
.cv04_outer {

}
.cv04_title {
    color: #FFF;
    text-align: center;
    font-size: 56px;
    font-weight: 700;
    line-height: 140%;
    margin: 0 0 0;
}
.cv04_text1 {
    color: var(--white, #FFF);
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 160%;
    width: fit-content;
    margin: 33px auto 0;
    padding: 4px 14px;
    border-radius: 8px;
    background: #005BAC;
}
.cv04_lead {
    background-image: url("data:image/svg+xml,%3Csvg width='261' height='51' viewBox='0 0 261 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L133.5 50L258.5 1' stroke='%23005BAC'/%3E%3Cpath d='M260.5 0H1L133.5 49.5L260.5 0Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 260px;
    position: absolute;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    top: -13px;
    color: var(--blue, #005BAC);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
    padding: 0 0 20px;
}
.cv04_list {
    margin: 36px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px 14px;
}
.cv04_item {
    background: #fff;
    border-radius: 50%;
    width: 158px;
    height: 158px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 8px 0;
}
.cv04_item:nth-child(5),
.cv04_item:nth-child(6) {
    gap: 3px 0;
}
.cv04_item_icon {
    width: 64px;
}
.cv04_item_text {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.08em;
}
.cv04_item_text .blue {
    font-weight: 700;
    color: #005bac;
}
.cv04_text2 {
    color: var(--white, #FFF);
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 140%;
    margin: 32px 0 0;
}
.cv04_text2 .small {
    font-size: 24px;
}
.cv04_img {
    width: 764px;
    margin: 20px auto 30px;
}
.cv04_img .cv04_imgText {
    color: var(--white, #FFF);
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
}
@media screen and (max-width: 1080px) {
    
    .cv04 {
        padding: calc(88 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
    }
    .cv04_outer {
    
    }
    .cv04_title {
        margin: 0 0 0;
        font-size: calc(72 / 750 * 100vw);
        line-height: 140%;
    }
    .cv04_text1 {
        margin: calc(33 / 750 * 100vw) auto 0;
        padding: calc(4 / 750 * 100vw) calc(12 / 750 * 100vw);
        border-radius: calc(8 / 750 * 100vw);
        text-align: center;
        font-size: calc(32 / 750 * 100vw);
        font-weight: 700;
        line-height: 160%;
    }
    .cv04_lead {
        background-image: url("data:image/svg+xml,%3Csvg width='286' height='66' viewBox='0 0 286 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M285 1H1.5L143.5 64L285 1Z' fill='white'/%3E%3Cpath d='M1 1.5L143.304 64L285.5 1' stroke='%23005BAC' stroke-width='2'/%3E%3C/svg%3E%0A");
        background-size: contain;
        background-position: 50% 100%;
        background-repeat: no-repeat;
        width: calc(285 / 750 * 100vw);
        position: absolute;
        height: calc(80 / 750 * 100vw);
        left: 50%;
        transform: translateX(-50%);
        top: calc(-30 / 750 * 100vw);
        color: var(--blue, #005BAC);
        text-align: center;
        font-size: calc(32 / 750 * 100vw);
        font-weight: 700;
        line-height: 160%;
        padding: 0 0 calc(10 / 750 * 100vw);
    }

    .cv04_list {
        width: 100%;
        padding: calc(50 / 750 * 100vw) calc(20 / 750 * 100vw);
        gap: calc(24 / 750 * 100vw);
        margin: calc(2 / 750 * 100vw) 0 0;
    }
    .cv04_item {
        width: calc(194 / 750 * 100vw);
        height: calc(194 / 750 * 100vw);
        gap: calc(8 / 750 * 100vw) 0;
    }
    .cv04_item:nth-child(5),
    .cv04_item:nth-child(6) {
        gap: calc(8 / 750 * 100vw) 0;
    }
    .cv04_item_icon {
        width: calc(72 / 750 * 100vw);
    }
    .cv04_item_text {
        font-size: calc(22 / 750 * 100vw);
    }
    .cv04_text2 {
        color: var(--white, #FFF);
        text-align: center;
        font-size: calc(48 / 750 * 100vw);
        font-weight: 700;
        line-height: 140%;
        margin: 0 0 0;
    }
    .cv04_text2 .small {
        font-size: calc(34 / 750 * 100vw);
    }
    .cv04_img {
        width: calc(492 / 750 * 100vw);
        margin: calc(20 / 750 * 100vw) auto calc(30 / 750 * 100vw);
    }
    .cv04_img .cv04_imgText {
        color: var(--white, #FFF);
        text-align: center;
        font-size: calc(20 / 750 * 100vw);
        font-weight: 400;
        line-height: 140%;
        width: auto;
        display: block;
        margin: calc(26 / 750 * 100vw) calc(-69 / 750 * 100vw) 0;
    }
}


/* header */
.header {
    background: #fff;
    border-bottom: solid 1px #ddd;
    padding: 16px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.header_inner {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_logo {
    width: 75px;
}
.header_btn {
    background-color: #fc833b;
    background-image: url(../img/common/arw_b_white.svg);
    background-size: 10px 7px;
    background-repeat: no-repeat;
    background-position: right 14px center;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.08em;
    color: #ffffff;
    width: 228px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_btn.arw-up {
    background-image: url(../img/common/arw_t_white.svg);
}
@media screen and (max-width: 1080px) {
    .header {
        border-bottom: solid calc(2 / 750 * 100vw) #ddd;
        padding: calc(16 / 750 * 100vw) 0;
    }
    .header_inner {
        width: calc(630 / 750 * 100vw);
    }
    .header_logo {
        width: calc(112 / 750 * 100vw);
    }
    .header_btn {
        background-size: calc(16 / 750 * 100vw) calc(12 / 750 * 100vw);
        background-position: right calc(22 / 750 * 100vw) center;
        border-radius: calc(30 / 750 * 100vw);
        font-size: calc(26 / 750 * 100vw);
        width: calc(370 / 750 * 100vw);
        height: calc(64 / 750 * 100vw);
    }
}

/* fv */
.fv {
    background: linear-gradient(88deg, #edf8ff 34.74%, #feffff 99.01%);
    padding: 26px 0 0;
    margin-top: 73px;
}
.fv_row01 {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
    padding: 0 0 30px;
}
.fv_col_r {
    width: 406px;
    padding-right: 10px;
    position: relative;
}
.fv_circle {
    background: #00b7eb;
    border-radius: 50%;
    width: 132px;
    height: 132px;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.04em;
    text-align: center;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 6px;
    right: 4px;
}
.fv_col_l {
    width: 643px;
    padding-top: 28px;
    margin-right: -49px;
}
.fv_copy01 {
    width: 643px;
}
.fv_row02 {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0 46px;
    margin-top: 4px;
}
.fv_text2 {
    width: 100%;
    flex: 0 0 530px;
    color: var(--blue_2, #00B7EB);
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 160%;

    border-top: 1px solid #00B7EB;
    border-bottom: 1px solid #00B7EB;
    background: #FFF;
    padding: 5px 0;
    margin: 12px 0 0;
}
.fv_copy02 {
    width: 314px;
}
.fv_unit {
    flex: 1;
    padding-top: 32px;
}
.fv_text {
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.1em;
    color: #005bac;
    margin-bottom: 11px;
}
.fv_list {
    display: flex;
    flex-direction: column;
    gap: 3px 0;
}
.fv_list li {
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.08em;
    color: #005bac;
    padding-left: 36px;
    position: relative;
}
.fv_list li::before {
    content: "";
    background: url(../img/common/icon_check02.svg) no-repeat left top;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
}
.fv_note {
    color: var(--sub-txt, #4F4F4F);
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    margin: 12px 0 0;
    position: absolute;
    bottom: 20px;
    right: 0;
}
@media screen and (max-width: 1080px) {
    .fv {
        padding: calc(30 / 750 * 100vw) 0 calc(20 / 750 * 100vw);
        margin-top: calc(96 / 750 * 100vw);
    }
    .fv_row01 {
        width: calc(750 / 750 * 100vw);
        flex-direction: column;
        gap: calc(33 / 750 * 100vw) 0;
        padding: 0 0 calc(30 / 750 * 100vw);
    }
    .fv_col_r {
        width: calc(750 / 750 * 100vw);
        padding: 0;
    }
    .fv_image01 {
        width: calc(422 / 750 * 100vw);
        margin: auto;
        display: block;
    }
    .fv_circle {
        width: calc(200 / 750 * 100vw);
        height: calc(200 / 750 * 100vw);
        font-size: calc(24 / 750 * 100vw);
        top: 0;
        right: calc(30 / 750 * 100vw);
    }
    .fv_col_l {
        width: calc(750 / 750 * 100vw);
        padding-top: 0;
        margin-right: 0;
    }
    .fv_copy01 {
        width: calc(628 / 750 * 100vw);
        margin: 0 auto;
    }
    .fv_row02 {
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        gap: 0;
        margin-top: calc(5 / 750 * 100vw);
        max-width: calc(630 / 750 * 100vw);
    }
    .fv_copy02 {
        width: calc(326 / 750 * 100vw);
        margin: 0;
        flex: 0 0 calc(326 / 750 * 100vw);
    }
    .fv_unit {
        flex: 0 0 calc(304 / 750 * 100vw);
        width: auto;
        margin: 0;
        padding-top: 0;
        padding: calc(30 / 750 * 100vw) 0 0 calc(17 / 750 * 100vw);
    }
    .fv_text {
        font-size: calc(24 / 750 * 100vw);
        letter-spacing: 00;
        margin-bottom: calc(8 / 750 * 100vw);
    }
    .fv_list {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 0;
        width: 100%;
        margin: 0 auto;
    }
    .fv_list li {
        font-size: calc(30 / 750 * 100vw);
        letter-spacing: 0;
        padding-left: calc(36 / 750 * 100vw);
        line-height: 1.;
    }
    .fv_list li::before {
        width: calc(20 / 750 * 100vw);
        height: calc(20 / 750 * 100vw);
        top: calc(14 / 750 * 100vw);
    }
    .fv_text2 {
        width: calc(630 / 750 * 100vw);
        flex: 0 0 calc(630 / 750 * 100vw);
        margin: calc(24 / 750 * 100vw) auto 0;
        font-size: calc(32 / 750 * 100vw);

    }
    .fv_note {
        text-align: center;
        font-size: calc(20 / 750 * 100vw);
        margin: 0;
        position: static;
    }
}

/* sec01 */
.sec01 {
    padding: 60px 0 46px;
}
.sec01_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.04em;
    text-align: center;
    color: #005bac;
}
.sec01_title .large {
    font-size: 40px;
    line-height: 140%;
}
.sec01_row {
    width: 830px;
    margin: 36px auto 0;
    display: flex;
    justify-content: space-between;
}
.sec01_col_l {
    width: 388px;
}
.sec01_col_r {
    width: 426px;
    padding-top: 14px;
}
.sec01_baloon {
    background: #00b7eb;
    border-radius: 8px;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.02em;
    width: 417px;
    height: 81px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.sec01_baloon::before {
    content: "";
    background: url(../img/pc/sec01_arw.svg) no-repeat left top;
    background-size: 100% 100%;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    bottom: 6px;
    left: -12px;
}
.sec01_baloon .num {
    font-size: 42px;
    line-height: 140%;
}
.sec01_achv {
    width: 424px;
    display: flex;
    justify-content: space-between;
    margin: 60px 0 18px 3px;
    text-align: center;
}
.sec01_achv::before {
    content: "";
    background: url(../img/pc/sec01_deco_l.svg) no-repeat left top;
    background-size: 100% 100%;
    width: 42px;
    height: 142px;
    display: block;
}
.sec01_achv::after {
    content: "";
    background: url(../img/pc/sec01_deco_r.svg) no-repeat left top;
    background-size: 100% 100%;
    width: 42px;
    height: 142px;
    display: block;
}
.sec01_achv_row {
    display: flex;
    justify-content: center;
    gap: 0 6px;
}
.sec01_achv_text01 {
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #005bac;
    margin: -7px 0 19px;
}
.sec01_achv_text02 {
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #005bac;
    margin-top: 17px;
}
.sec01_achv_text02 .num {
    font-size: 30px;
    line-height: 160%;
}
.sec01_achv_no1 {
    width: 171px;
}
.sec01_note {
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.04em;
    text-align: center;
}
@media screen and (max-width: 1080px) {
    .sec01 {
        padding: calc(112 / 750 * 100vw) 0 calc(115 / 750 * 100vw);
    }
    .sec01_title {
        font-size: calc(40 / 750 * 100vw);
        line-height: 140%;
    }
    .sec01_title .large {
        font-size: calc(56 / 750 * 100vw);
    }
    .sec01_row {
        width: calc(750 / 750 * 100vw);
        margin: calc(50 / 750 * 100vw) auto 0;
        display: block;
    }
    .sec01_col_l {
        width: calc(750 / 750 * 100vw);
    }
    .sec01_col_r {
        width: calc(750 / 750 * 100vw);
        padding-top: 0;
    }
    .sec01_baloon {
        border-radius: calc(8 / 750 * 100vw);
        font-size: calc(48 / 750 * 100vw);
        width: calc(591 / 750 * 100vw);
        height: calc(89 / 750 * 100vw);
        margin: 0 auto;
    }
    .sec01_baloon::before {
        background: url(../img/sp/sec01_arw.svg) no-repeat left top;
        background-size: 100% 100%;
        width: calc(30 / 750 * 100vw);
        height: calc(30 / 750 * 100vw);
        bottom: calc(-28 / 750 * 100vw);
        left: calc(327 / 750 * 100vw);
    }
    .sec01_baloon::before img {
        width: calc(30 / 750 * 100vw);
    }
    .sec01_baloon .num {
        font-size: calc(56 / 750 * 100vw);
    }
    .sec01_image {
        width: calc(635 / 750 * 100vw);
        margin: calc(29 / 750 * 100vw) auto 0;
    }
    .sec01_achv {
        width: calc(630 / 750 * 100vw);
        margin: calc(43 / 750 * 100vw) auto calc(38 / 750 * 100vw);
    }
    .sec01_achv::before {
        background: url(../img/sp/sec01_deco_l.svg) no-repeat left top;
        background-size: 100% 100%;
        width: calc(61 / 750 * 100vw);
        height: calc(208 / 750 * 100vw);
    }
    .sec01_achv::after {
        background: url(../img/sp/sec01_deco_r.svg) no-repeat left top;
        background-size: 100% 100%;
        width: calc(61 / 750 * 100vw);
        height: calc(208 / 750 * 100vw);
    }
    .sec01_achv_row {
        display: flex;
        justify-content: center;
        gap: 0 calc(9 / 750 * 100vw);
    }
    .sec01_achv_text01 {
        font-size: calc(40 / 750 * 100vw);
        line-height: 140%;
        margin: 0 0 calc(30 / 750 * 100vw);
    }
    .sec01_achv_text02 {
        font-size: calc(40 / 750 * 100vw);
        line-height: 140%;
        margin-top: calc(28 / 750 * 100vw);
    }
    .sec01_achv_text02 .num {
        font-size: calc(50 / 750 * 100vw);
        line-height: 140%;
    }
    .sec01_achv_no1 {
        width: calc(273 / 750 * 100vw);
    }
    .sec01_note {
        font-size: calc(20 / 750 * 100vw);
        line-height: 150%;
    }
}

/* sec02 */
.sec02 {
    background: #edf8ff;
    padding: 90px 0 100px;
}
.sec02_title {
    font-size: 32px;
    font-weight: 700;
    line-height: 200%;
    letter-spacing: 0.04em;
    text-align: center;
    color: #005bac;
    line-height: 140%;
}
.sec02_titleMain {
    display: block;
    margin: 0 0 0.4em;
}
.sec02_title .large {
    font-size: 48px;
    line-height: 140%;
}
.sec02_row {
    width: 1000px;
    margin: 75px auto 0;
    display: flex;
    justify-content: space-between;
}
.sec02_box {
    background: #fff;
    border-radius: 16px;
    width: 310px;
    position: relative;
}
.sec02_box_head {
    background: #00b7eb;
    font-size: 26px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.04em;
    padding: 45px 0 20px;
    text-align: center;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px 16px 0px 0px;
}
.sec02_box_body {
    padding: 20px 0 23px;
}
.sec02_box_icon {
    width: 144px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -100px;
}

.sec02_box_text {
    font-size: 18px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.04em;
    text-align: center;
}
.sec02_head {
    display: flex;
    flex-direction: row-reverse;
    width: 1000px;
    margin: auto;
    gap: 35px;
}
.sec02_headInner01 {
    flex: 0 0 371px;
}
@media screen and (max-width: 1080px) {
    .sec02 {
        padding: calc(107 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
    }
    .sec02_title {
        font-size: calc(40 / 750 * 100vw);
        letter-spacing: 0.1em;
        line-height: 1.4;
    }
    .sec02_titleMain {
        display: block;
        line-height: 1.4;
        margin: 0 0 0.6em;
    }
    .sec02_title .large {
        font-size: calc(56 / 750 * 100vw);
        letter-spacing: 0.04em;
        display: inline-block;
    }
    .sec02_row {
        width: calc(630 / 750 * 100vw);
        margin: calc(10 / 750 * 100vw) auto 0;
        flex-direction: column;
        gap: 0;
    }
    .sec02_box {
        flex: 0 0 auto;
        border-radius: calc(16 / 750 * 100vw);
        width: calc(630 / 750 * 100vw);
        margin: calc(150 / 750 * 100vw) 0 0;
    }
    .sec02_box_head {
        font-size: calc(40 / 750 * 100vw);
        line-height: 140%;
        padding: calc(55 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
    }
    .sec02_box_body {
        padding: calc(23 / 750 * 100vw) 0
            calc(25 / 750 * 100vw) ;
        
    }
    .sec02_box_icon {
        min-height: calc(157 / 750 * 100vw);
        width: calc(168 / 750 * 100vw);
        top: calc(-100 / 750 * 100vw);
    }
    .sec02_box_icon img {
        width: 100% !important;
        margin-top: 0 !important;
    }
    .sec02_box_text {
        font-size: calc(32 / 750 * 100vw);
        text-align: center;
    }
    .sec02_head {
        display: block;
        width: 100%;
        margin: auto;
        gap: calc(35 / 750 * 100vw);
    }
    .sec02_headInner01 {
        flex: 0 0 calc(371 / 750 * 100vw);
        width: calc(630 / 750 * 100vw);
        margin: auto;
    }
}

/* sec03 */



@media screen and (max-width: 1080px) {
    
    
    
}

/* sec04 */

.sec04 {
    padding: 100px 0 100px;
}
.sec04_title {
    font-size: 56px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.04em;
    text-align: center;
    color: #005bac;
}

.sec04_subtitle {
    background-color: #00B7EB;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 204px;
    position: relative;
    width: 100%;
    margin: 130px 0 45px;
}
.sec04_subtitleInner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.sec04_subtitleInner1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}
.sec04_subtitleInner2 {
    flex: 0 0 130px;
}
.sec04_subtitleInner3 {
    flex: 0 0 auto;
    color: var(--white, #FFF);
    font-size: 32px;
    font-weight: 700;
    line-height: 200%;
}
.sec04_subtitleInner3 .large {
    font-size: 48px;
}
.sec04_subtitleInner3 .small {
    font-size: 32px;
}
.sec04_subtitle.-item1 {
    margin: 100px 0 45px;
}
.sec04_subtitle.-item1 .sec04_subtitleInner1 {
    width: 273px;
    left: -110px;
    top: 20px;
}
.sec04_subtitle.-item1 .sec04_subtitleInner {
    padding: 0 0 0 170px;
}
.sec04_subtitle.-item2 .sec04_subtitleInner1 {
    width: 314px;
    right: -26px;
    top: 30px;
}
.sec04_subtitle.-item2 .sec04_subtitleInner {
    padding: 0 290px 0 0;
}
.sec04_subtitle.-item3 .sec04_subtitleInner1 {
    width: 279px;
    left: -60px;
    top: 20px;
}
.sec04_subtitle.-item3 .sec04_subtitleInner {
    padding: 0 0 0 160px;
}

.sec04_listWrapper {
    background: #EDF8FF;
    border-radius: 16px;
    text-align: center;
    width: 840px;
    margin: 0 auto 0;
    position: relative;
    padding: 40px 0;
}
.sec04_list {
    display: flex;
    justify-content: center;
    gap: 0 52px;
}
.sec04_item {
    width: 196px;
}
.sec04_item_icon {
    position: relative;
}
.sec04_item_icon::after {
      content: '';
      display: block;
      position: absolute;
      width: 20px;
      height: 30px;
      background-image: url("data:image/svg+xml,%3Csvg width='19' height='26' viewBox='0 0 19 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.8667 11.4L3.2 0.4C1.88153 -0.588854 0 0.351909 0 2V24C0 25.6481 1.88153 26.5889 3.2 25.6L17.8667 14.6C18.9333 13.8 18.9333 12.2 17.8667 11.4Z' fill='%23005BAC'/%3E%3C/svg%3E%0A");
      background-size: contain;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      top: 50%;
      transform: translateY(-50%);
      right: -40px;
}
.sec04_item:last-child .sec04_item_icon::after {
    content: none;
}
.sec04_item_text {
    line-height: 160%;
    letter-spacing: 0.04em;
    margin-top: 14px;
    color: #005BAC;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 140%;
}
.sec04_item_text .small {
    font-size: 24px;
}

.sec04_copy {
    font-size: 40px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.04em;
    text-align: center;
    color: #005bac;
}
.sec04_row {
    width: 1000px;
    margin: 20px auto 53px;
    display: flex;
    justify-content: space-between;
}
.sec04_box {
    background: #edf8ff;
    border-radius: 16px;
    width: 480px;
    padding: 30px 0 24px;
    text-align: center;
}
.sec04_box_text {
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #005bac;
}
.sec04_box_text .large {
    font-size: 32px;
}
.sec04_box_image.-item1 {
    width: 292px;
    margin: 30px auto 0;
}
.sec04_box_image.-item2 {
    width: 240px;
    margin: 38px auto 0;
}
.sec04_box_image.-item3 {
    width: 210px;
    margin: 41px auto 0;
}
.sec04_box_image.-item4 {
    width: 207px;
    margin: 30px auto 0;
}
.sec04_text03 {
    color: var(--blue, #005BAC);
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
    margin: 40px 0 0;
}
.sec04_text04 {
    margin: 24px auto 0;
    color: var(--main-txt, #333);
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    max-width: 800px;
}
.sec04_btn {
    background-color: #fc833b;
    background-image: url(../img/common/arw_b_white.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: right 36px center;
    border-radius: 50px;
    font-size: 36px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.08em;
    text-align: center;
    color: #ffffff;
    width: 660px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 56px auto 0;
}
@media screen and (max-width: 1080px) {
    .sec04 {
        padding: calc(96 / 750 * 100vw) 0 calc(130 / 750 * 100vw);
    }
    .sec04_title {
        font-size: calc(72 / 750 * 100vw);
    }
    .sec04_subtitle {
        display: block;
        
        height: calc(378 / 750 * 100vw);
        width: 100%;
        margin: calc(145 / 750 * 100vw) auto calc(56 / 750 * 100vw);
    }
    .sec04_subtitleInner {
        position: relative;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: wrap;
        width: calc(664 / 750 * 100vw);
        margin: auto;
        gap: 0;
    }
    .sec04_subtitleInner1 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: block;
    }
    .sec04_subtitleInner2 {
        flex: 0 0 calc(173 / 750 * 100vw);
        margin: calc(40 / 750 * 100vw) calc(97 / 750 * 100vw) 0;
    }
    .sec04_subtitleInner3 {
        color: var(--white, #FFF);
        font-size: calc(40 / 750 * 100vw);
        flex: 0 0 100%;
        text-align: left;
        width: 100%;
        margin: auto;
    }
    .sec04_subtitleInner3-1 {
        display: block;
        width: fit-content;
        margin: auto;
    }
    .sec04_subtitleInner3 .large {
        font-size: calc(56 / 750 * 100vw);
    }
    .sec04_subtitleInner3 .small {
        font-size: calc(40 / 750 * 100vw);
    }
    .sec04_subtitle.-item1 {
        margin: calc(100 / 750 * 100vw) 0 calc(45 / 750 * 100vw);
    }
    .sec04_subtitle.-item1 .sec04_subtitleInner1 {
        width: calc(273 / 750 * 100vw);
        left: calc(96 / 750 * 100vw);
        top: calc(56 / 750 * 100vw);
    }
    .sec04_subtitle.-item1 .sec04_subtitleInner {
        padding: 0;
    }
    .sec04_subtitle.-item2 .sec04_subtitleInner {
        justify-content: flex-start;
    }
    .sec04_subtitle.-item2 .sec04_subtitleInner1 {
        width: calc(314 / 750 * 100vw);
        right: calc(54 / 750 * 100vw);
        top: calc(53 / 750 * 100vw);
    }
    .sec04_subtitle.-item2 .sec04_subtitleInner {
        padding: 0;
    }
    .sec04_subtitle.-item3 .sec04_subtitleInner1 {
        width: calc(257 / 750 * 100vw);
        left: calc(110 / 750 * 100vw);
        top: calc(53 / 750 * 100vw);
    }
    .sec04_subtitle.-item3 .sec04_subtitleInner {
        padding: 0;
    }
    .sec04_listWrapper {
        border-radius: calc(16 / 750 * 100vw);
        width: calc(630 / 750 * 100vw);
        padding: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
        margin: calc(80 / 750 * 100vw) auto 0;
    }
    
    .sec04_list {
        display: block;
        
        
        margin-top: 0;
    }
    .sec04_item {
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: calc(24 / 750 * 100vw);
        margin: calc(58 / 750 * 100vw) 0 0;
        position: relative;
    }
    .sec04_item::after {
        content: '';
        display: block;
        position: absolute;
        width: calc(40 / 750 * 100vw);
        height: calc(26 / 750 * 100vw);
        background-image: url("data:image/svg+xml,%3Csvg width='40' height='26' viewBox='0 0 40 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.5852 23.9392L37.5235 3.21942C38.5352 1.90418 37.5976 0 35.9383 0L4.06173 0C2.40238 0 1.46476 1.90418 2.47648 3.21942L18.4148 23.9392C19.2153 24.9799 20.7847 24.9799 21.5852 23.9392Z' fill='%23005BAC'/%3E%3C/svg%3E%0A");
        background-size: contain;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        left: 50%;
        transform: translateX(-50%);
        top: calc(-40 / 750 * 100vw);
    }
    .sec04_item:first-child {
        margin: 0;
    }
    .sec04_item:first-child::after {
        display: none;
    }
    .sec04_item_icon {
        width: calc(196 / 750 * 100vw);
        margin: 0;
    }
    .sec04_item_icon::after {
        content: none;
    }
    .sec04_item_text {
        flex: 1 1 auto;
        font-size: calc(40 / 750 * 100vw);
        margin-top: 0;
        text-align: left;
    }
    .sec04_item_text .small {
        font-size: calc(34 / 750 * 100vw);
    }
    .sec04_subtitle {
        
    }
    .sec04_copy {
        font-size: calc(56 / 750 * 100vw);
    }
    .sec04_row {
        width: calc(630 / 750 * 100vw);
        margin: calc(49 / 750 * 100vw) auto calc(62 / 750 * 100vw);
        flex-direction: column;
        gap: calc(40 / 750 * 100vw) 0;
    }
    .sec04_box {
        border-radius: calc(16 / 750 * 100vw);
        width: calc(630 / 750 * 100vw);
        padding: calc(42 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
    }
    .sec04_box_text {
        font-size: calc(34 / 750 * 100vw);
        line-height: 140%;
    }
    .sec04_box_text .large {
        font-size: calc(40 / 750 * 100vw);
    }
    .sec04_box_image.-item1 {
        width: calc(366 / 750 * 100vw);
        margin: calc(22 / 750 * 100vw) auto calc(10 / 750 * 100vw);
    }
    .sec04_box_image.-item2 {
        width: calc(342 / 750 * 100vw);
        margin: calc(32 / 750 * 100vw) auto 0;
    }
    .sec04_box_image.-item3 {
        width: calc(326 / 750 * 100vw);
        margin: calc(32 / 750 * 100vw) auto 0;
    }
    .sec04_box_image.-item4 {
        width: calc(287 / 750 * 100vw);
        margin: calc(32 / 750 * 100vw) auto 0;
    }

    .sec04_text01 {
        background-image: url(../img/sp/sec04_deco.png);
        background-size: calc(666 / 750 * 100vw) calc(24 / 750 * 100vw);
        font-size: calc(40 / 750 * 100vw);
        line-height: 140%;
        letter-spacing: 0.1em;
        padding-bottom: calc(44 / 750 * 100vw);
        margin-bottom: calc(30 / 750 * 100vw);
    }
    .sec04_text02 {
        font-size: calc(48 / 750 * 100vw);
    }
    .sec04_text03 {
        text-align: left;
        font-size: calc(34 / 750 * 100vw);
        font-weight: 700;
        line-height: 160%;
        width: calc(630 / 750 * 100vw);
        margin: calc(40 / 750 * 100vw) auto 0;
    }
    .sec04_text04 {
        width: calc(630 / 750 * 100vw);
        margin: calc(24 / 750 * 100vw) auto 0;
        color: var(--main-txt, #333);
        text-align: left;
        font-size: calc(30 / 750 * 100vw);
    }
    .sec04_btn {
        background-size: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
        background-position: right calc(36 / 750 * 100vw) center;
        border-radius: calc(56 / 750 * 100vw);
        font-size: calc(40 / 750 * 100vw);
        width: calc(630 / 750 * 100vw);
        height: calc(112 / 750 * 100vw);
        margin: calc(56 / 750 * 100vw) auto 0;
    }
}

/* sec05 */
.sec05 {
    padding: 100px 0 57px;
}
.sec05_sbutitle {
    width: 1920px;
    margin: 0 auto 19px;
}
.sec05_copy {
    font-size: 40px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.04em;
    text-align: center;
    color: #005bac;
}
.sec05_row {
    width: 1000px;
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between;
}
.sec05_box {
    background: #edf8ff;
    border-radius: 16px;
    width: 480px;
    padding: 30px 0;
    text-align: center;
}
.sec05_box_text {
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #005bac;
}
.sec05_box:nth-child(1) .sec05_box_image {
    width: 210px;
    margin: 40px auto 0;
}
.sec05_box:nth-child(2) .sec05_box_image {
    width: 208px;
    margin: 30px auto 0;
}
.sec05_text01 {
    background: #00b7eb;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #fff;
    width: 622px;
    height: 38px;
    margin: 30px auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.sec05_text01::after {
    content: "";
    border: solid 2px #00b7eb;
    border-top: none;
    width: 920px;
    height: 50px;
    display: block;
    position: absolute;
    top: -31px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
}
.sec05_text02 {
    font-size: 32px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #005bac;
    text-align: center;
    margin: 0 auto 20px;
}
.sec05_text02 .large {
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0.04em;
}
.sec05_row02 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 4px;
}
.sec05_unit {
    width: 349px;
}
.sec05_more {
    width: 78px;
    margin: 0 auto;
}
.sec05_text03 {
    font-size: 32px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #005bac;
}
.sec05_image {
    width: 279px;
}
@media screen and (max-width: 1080px) {
    .sec05 {
        padding: calc(82 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
    }
    .sec05_sbutitle {
        width: calc(750 / 750 * 100vw);
        margin: 0 auto calc(47 / 750 * 100vw);
    }
    .sec05_copy {
        font-size: calc(56 / 750 * 100vw);
    }
    .sec05_row {
        width: calc(630 / 750 * 100vw);
        margin: calc(49 / 750 * 100vw) auto 0;
        flex-direction: column;
        gap: calc(40 / 750 * 100vw) 0;
    }
    .sec05_box {
        border-radius: calc(16 / 750 * 100vw);
        width: calc(630 / 750 * 100vw);
        padding: calc(42 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
    }
    .sec05_box_text {
        font-size: calc(40 / 750 * 100vw);
        line-height: 140%;
    }
    .sec05_box:nth-child(1) .sec05_box_image {
        width: calc(326 / 750 * 100vw);
        margin: calc(32 / 750 * 100vw) auto 0;
    }
    .sec05_box:nth-child(2) .sec05_box_image {
        width: calc(287 / 750 * 100vw);
        margin: calc(32 / 750 * 100vw) auto 0;
    }
    .sec05_text01 {
        border-radius: calc(8 / 750 * 100vw);
        font-size: calc(40 / 750 * 100vw);
        line-height: 140%;
        text-align: center;
        width: calc(630 / 750 * 100vw);
        height: calc(130 / 750 * 100vw);
        margin: calc(40 / 750 * 100vw) auto;
    }
    .sec05_text01::after {
        border: solid calc(3 / 750 * 100vw) #00b7eb !important;
        width: calc(690 / 750 * 100vw);
        height: calc(905 / 750 * 100vw);
        top: calc(-840 / 750 * 100vw);
    }
    .sec05_text02 {
        font-size: calc(48 / 750 * 100vw);
        margin: 0 auto calc(33 / 750 * 100vw);
    }
    .sec05_text02 .large {
        font-size: calc(56 / 750 * 100vw);
    }
    .sec05_row02 {
        flex-direction: column;
        gap: calc(28 / 750 * 100vw) 0;
    }
    .sec05_unit {
        width: calc(750 / 750 * 100vw);
    }
    .sec05_more {
        width: calc(158 / 750 * 100vw);
        margin: 0 auto calc(6 / 750 * 100vw);
    }
    .sec05_text03 {
        font-size: calc(48 / 750 * 100vw);
    }
    .sec05_image {
        width: calc(382 / 750 * 100vw);
    }
}

/* sec07 */
.sec07 {
    padding: 100px 0 20px;
}
.sec07_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    color: #005bac;
    text-align: center;
    width: fit-content;
    margin: auto;
}
.sec07_title .sub {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.sec07_title .sub::before ,
.sec07_title .sub::after {
    content: '';
    display: block;
    background-color: #005BAC;
    flex: 1 1 auto;
    height: 1px;
}
.sec07_title .large {
    font-size: 48px;
    line-height: 120%;
}
.sec07_row01 {
    display: flex;
    justify-content: center;
    gap: 0 50px;
    margin: 60px 0 80px;
}
.sec07_col01 {
    width: 300px;
}
.sec07_col01_box {
    position: relative;
    padding: 16px 0 0;
}
.sec07_col01_num {
    position: absolute;
    width: 68px;
    top: 0;
    left: 48px;
}
.sec07_col01_image {
    width: 200px;
    margin: 0 auto ;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.16);
    height: 200px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}
.sec07_col01_inner {
    border-radius: 16px;
    background: var(--cv-txt, #FFF);
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.16);
    padding: 112px 20px 34px;
    position: relative;
    z-index: 1;
    margin: -96px 0 0;
}
.sec07_col01_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.04em;
    text-align: center;
    color: #005BAC;
}
.sec07_col01_subtitle {
    font-size: 14px;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 0.08em;
    text-align: center;
    color: #005BAC;
    
    
}
.sec07_col01_text {
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.08em;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px dashed #005BAC;
}
.sec07_row02 {
    display: flex;
    justify-content: center;
    gap: 0 50px;
}
.sec07_col02 {
    border-radius: 16px;
    border: 1px solid #ddd;
    background: #fff;
    width: 300px;
    overflow: hidden;
}
.sec07_col02_inner {
    background-image: url(../img/common/sec07_deco_l.svg),
        url(../img/common/sec07_deco_r.svg);
    background-size: 20px 18px, 20px 18px;
    background-repeat: no-repeat, no-repeat;
    background-position: left 24px top 16px, right 24px bottom 24px;
    padding: 16px 24px 24px;
}
.sec07_col02_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.04em;
    text-align: center;
}
.sec07_col02_text {
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.08em;
    margin-top: 8px;
}
.sec07_col02_text .blue {
    color: #005bac;
    font-weight: 700;
}
@media screen and (max-width: 1080px) {
    .sec07 {
        padding: calc(112 / 750 * 100vw) 0 0;
    }
    .sec07_title {
        font-size: calc(36 / 750 * 100vw);
        margin: 0 auto calc(50 / 750 * 100vw);
    }
    .sec07_title .large {
        font-size: calc(64 / 750 * 100vw);
        letter-spacing: 0.08em;
    }
    .sec07_title::after {
        border-radius: calc(20 / 750 * 100vw) 0 0 calc(20 / 750 * 100vw);
        width: calc(80 / 750 * 100vw);
        height: calc(4 / 750 * 100vw);
        margin: calc(22 / 750 * 100vw) auto calc(46 / 750 * 100vw);
    }
    .sec07_slider {
        display: block;
        width: calc(630 / 750 * 100vw);
        margin: 0 auto;
        position: relative;
    }
    .sec07_row01.sec07_slider {
        margin: 0 auto calc(170 / 750 * 100vw);
        
    }
    .sec07_slider .prev {
        position: absolute;
        width: calc(34 / 750 * 100vw);
        height: calc(69 / 750 * 100vw);
        top: 50%;
        left: calc(-43 / 750 * 100vw);
        transform: translateY(-50%);
        z-index: 1;
        cursor: pointer;
    }
    .sec07_slider .next {
        position: absolute;
        width: calc(34 / 750 * 100vw);
        height: calc(69 / 750 * 100vw);
        top: 50%;
        right: calc(-43 / 750 * 100vw);
        transform: translateY(-50%);
        z-index: 1;
        cursor: pointer;
    }
    .sec07_slider .slick-dots {
        position: absolute;
        bottom: calc(-97 / 750 * 100vw);
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
    .sec07_slider .slick-dots li {
        position: relative;
        display: inline-block;
        width: calc(24 / 750 * 100vw);
        height: calc(24 / 750 * 100vw);
        margin: 0 calc(10 / 750 * 100vw);
        padding: 0;
        cursor: pointer;
    }
    .sec07_slider .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: calc(24 / 750 * 100vw);
        height: calc(24 / 750 * 100vw);
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
    .sec07_slider .slick-dots li button:hover,
    .sec07_slider .slick-dots li button:focus {
        outline: none;
    }
    .sec07_slider .slick-dots li button:before {
        font-family: "slick";
        font-size: calc(24 / 750 * 100vw);
        line-height: calc(24 / 750 * 100vw);
        position: absolute;
        top: 0;
        left: 0;
        width: calc(24 / 750 * 100vw);
        height: calc(24 / 750 * 100vw);
        content: "•";
        text-align: center;
        color: #ddd;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        opacity: 1;
    }
    .sec07_slider .slick-dots li.slick-active button:before {
        color: #005bac;
    }
    .sec07_col01 {
        width: calc(630 / 750 * 100vw);
        padding: 0 0 calc(30 / 750 * 100vw);
    }
    .sec07_col01_box {
        position: relative;
        padding: calc(30 / 750 * 100vw) 0 0;
    }
    .sec07_col01_num {
        position: absolute;
        width: calc(134 / 750 * 100vw);
        top: 0;
        left: calc(115 / 750 * 100vw);
    }
    .sec07_col01_image {
        width: calc(400 / 750 * 100vw);
        height: calc(400 / 750 * 100vw);
        box-shadow: 0 0 calc(10 / 750 * 100vw) 0 rgba(0, 0, 0, 0.16);
        margin: 0 auto calc(16 / 750 * 100vw);
    }
    .sec07_col01_inner {
        border-radius: calc(16 / 750 * 100vw);
        background: var(--cv-txt, #FFF);
        box-shadow: 0 0 calc(10 / 750 * 100vw) 0 rgba(0, 0, 0, 0.16);
        padding: calc(238 / 750 * 100vw) calc(40 / 750 * 100vw) calc(34 / 750 * 100vw);
        width: calc(550 / 750 * 100vw);
        position: relative;
        z-index: 1;
        margin: calc(-226 / 750 * 100vw) auto 0;
    }
    .sec07_col01_title {
        font-size: calc(32 / 750 * 100vw);
    }
    .sec07_col01_subtitle {
        font-size: calc(26 / 750 * 100vw);
    }
    .sec07_col01_text {
        font-size: calc(30 / 750 * 100vw);
        width: calc(500 / 750 * 100vw);
        margin: calc(16 / 750 * 100vw) auto 0;
    }
    .sec07_row02 {
        flex-direction: column;
        gap: calc(50 / 750 * 100vw) 0;
        width: calc(630 / 750 * 100vw);
        margin: 0 auto;
    }
    .sec07_col02 {
        border-radius: calc(16 / 750 * 100vw);
        width: calc(630 / 750 * 100vw);
    }
    .sec07_col02_inner {
        background-size: calc(20 / 750 * 100vw) calc(18 / 750 * 100vw),
            calc(20 / 750 * 100vw) calc(18 / 750 * 100vw);
        background-position: left calc(16 / 750 * 100vw) top
                calc(16 / 750 * 100vw),
            right calc(16 / 750 * 100vw) bottom calc(24 / 750 * 100vw);
        padding: calc(16 / 750 * 100vw) calc(24 / 750 * 100vw)
            calc(24 / 750 * 100vw);
    }
    .sec07_col02_title {
        font-size: calc(32 / 750 * 100vw);
    }
    .sec07_col02_text {
        font-size: calc(30 / 750 * 100vw);
        margin-top: calc(8 / 750 * 100vw);
    }
}

/* sec08 */
.sec08 {
    background: linear-gradient(88deg, #f4fbff 1.66%, #edf8ff 99.01%);
    padding: 100px 0;
}
.sec08_title {
    font-size: 32px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #005bac;
    margin-bottom: 45px;
}
.sec08_title .large {
    font-size: 48px;
    line-height: 140%;
    letter-spacing: 0.04em;
}
.sec08_list {
    background-image: url(../img/pc/sec08_img.png);
    background-size: 214px 193px;
    background-repeat: no-repeat;
    background-position: left 348px top 182px;
    width: 860px;
    margin: 0 auto 24px;
    display: flex;
    justify-content: space-between;
}
.sec08_item {
    background: #fff;
    border-radius: 50%;
    width: 212px;
    height: 212px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 12px 0;
    padding-bottom: 42px;
}
.sec08_item.item01,
.sec08_item.item04 {
    margin-top: 178px;
}
.sec08_item.item02 {
    position: relative;
    left: -24px;
}
.sec08_item.item03 {
    position: relative;
    right: -24px;
}
.sec08_item_icon.icon01 {
    width: 62px;
    margin-left: 77px;
}
.sec08_item_icon.icon02 {
    width: 56px;
    margin-left: 77px;
}
.sec08_item_icon.icon03 {
    width: 63px;
    margin-left: 75px;
}
.sec08_item_icon.icon04 {
    width: 80px;
    margin-left: 71px;
}
.sec08_item_text {
    font-size: 16px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.04em;
    text-align: center;
}
.sec08_text {
    background-image: url(../img/pc/sec08_deco.png);
    background-size: 326px 20px;
    background-repeat: no-repeat;
    background-position: center bottom;
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.1em;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 16px;
}
.sec08_text02 {
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.04em;
    text-align: center;
    color: #005bac;
}
.sec08_text02 .large {
    font-size: 40px;
    line-height: 180%;
}
.sec08_text02 .line {
    border-bottom: solid 5px #FC833B;
}
@media screen and (max-width: 1080px) {
    .sec08 {
        background: #edf8ff;
        padding: calc(110 / 750 * 100vw) 0;
    }
    .sec08_title {
        font-size: calc(40 / 750 * 100vw);
        margin-bottom: calc(47 / 750 * 100vw);
    }
    .sec08_title .large {
        font-size: calc(64 / 750 * 100vw);
    }
    .sec08_list {
        background-image: url(../img/sp/sec08_img.png);
        background-size: calc(300 / 750 * 100vw) calc(276 / 750 * 100vw);
        background-position: left calc(225 / 750 * 100vw) bottom;
        width: calc(690 / 750 * 100vw);
        margin: 0 auto calc(62 / 750 * 100vw);
        padding-bottom: calc(221 / 750 * 100vw);
        flex-wrap: wrap;
        gap: calc(30 / 750 * 100vw);
    }
    .sec08_item {
        width: calc(330 / 750 * 100vw);
        height: calc(330 / 750 * 100vw);
        gap: calc(19 / 750 * 100vw);
        padding-bottom: calc(67 / 750 * 100vw);
    }
    .sec08_item.item01,
    .sec08_item.item04 {
        margin-top: 0;
    }
    .sec08_item.item02 {
        position: static;
    }
    .sec08_item.item03 {
        position: static;
    }
    .sec08_item_icon.icon01 {
        width: calc(109 / 750 * 100vw);
        margin-left: calc(120 / 750 * 100vw);
    }
    .sec08_item_icon.icon02 {
        width: calc(88 / 750 * 100vw);
        margin-left: calc(122 / 750 * 100vw);
    }
    .sec08_item_icon.icon03 {
        width: calc(101 / 750 * 100vw);
        margin-left: calc(116 / 750 * 100vw);
    }
    .sec08_item_icon.icon04 {
        width: calc(125 / 750 * 100vw);
        margin-left: calc(103 / 750 * 100vw);
    }
    .sec08_item_text {
        font-size: calc(26 / 750 * 100vw);
    }
    .sec08_text {
        background-image: url(../img/sp/sec08_deco.png);
        background-size: calc(538 / 750 * 100vw) calc(24 / 750 * 100vw);
        font-size: calc(40 / 750 * 100vw);
        line-height: 140%;
        padding-bottom: calc(34 / 750 * 100vw);
        margin-bottom: calc(30 / 750 * 100vw);
    }
    .sec08_text02 {
        font-size: calc(40 / 750 * 100vw);
        line-height: 140%;
    }
    .sec08_text02 .large {
        font-size: calc(56 / 750 * 100vw);
        line-height: 140%;
    }
    .sec08_text02 .line {
        border-bottom: solid calc(7 / 750 * 100vw) #FC833B;
    }
}

/* sec09 */
.sec09 {
    padding: 120px 0;
}
.sec09_box {
    border: 4px solid #005bac;
    border-radius: 16px;
    width: 1000px;
    padding: 1px 0 64px;
    margin: 0 auto;
}
.sec09_circle {
    background: #005bac;
    border-radius: 50%;
    font-size: 27px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #ffffff;
    width: 126px;
    height: 126px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -74px auto 25px;
}
.sec09_title {
    font-size: 48px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.04em;
    text-align: center;
    color: #005bac;
    margin-bottom: 40px;
}
.sec09_row {
    display: flex;
    justify-content: center;
    gap: 0 40px;
}
.sec09_col_l {
    width: 440px;
}
.sec09_col_r {
    background-image: url(../img/pc/sec09_line.png);
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: left top 62px;
    width: 437px;
    padding-top: 25px;
}
.sec09_text01 {
    font-size: 16px;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 0.08em;
    text-align: center;
    width: fit-content;
}
.sec09_text01.type-right {
    margin: 36px 0 0 auto;
}
.sec09_text01 .large {
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #00b7eb;
}
.sec09_text02 {
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.08em;
    text-align: center;
    margin-top: 48px;
}
.sec09_text02 a {
    font-weight: 700;
    color: #005bac;
    text-decoration: underline;
}
.sec09_text02 a::after {
    content: "";
    background: url(../img/common/arw_r_blue.svg) no-repeat left top;
    background-size: 100% 100%;
    width: 9px;
    height: 14px;
    display: inline-block;
    margin-left: 4px;
    position: relative;
    top: 1px;
}
@media screen and (max-width: 1080px) {
    .sec09 {
        padding: calc(211 / 750 * 100vw) 0 calc(120 / 750 * 100vw);
    }
    .sec09_box {
        border: calc(4 / 750 * 100vw) solid #005bac;
        border-radius: calc(16 / 750 * 100vw);
        width: calc(630 / 750 * 100vw);
        padding: calc(1 / 750 * 100vw) 0 calc(84 / 750 * 100vw);
    }
    .sec09_circle {
        font-size: calc(32 / 750 * 100vw);
        width: calc(159 / 750 * 100vw);
        height: calc(159 / 750 * 100vw);
        margin: calc(-80 / 750 * 100vw) auto calc(23 / 750 * 100vw);
    }
    .sec09_title {
        font-size: calc(64 / 750 * 100vw);
        margin-bottom: calc(41 / 750 * 100vw);
    }
    .sec09_row {
        flex-direction: column;
        gap: calc(23 / 750 * 100vw) 0;
    }
    .sec09_col_l {
        width: calc(550 / 750 * 100vw);
        text-align: center;
        margin: 0 auto;
    }
    .sec09_col_r {
        background-image: url(../img/sp/sec09_line.png);
        background-size: calc(550 / 750 * 100vw) calc(91 / 750 * 100vw);
        background-position: left top calc(141 / 750 * 100vw);
        width: calc(550 / 750 * 100vw);
        padding-top: 0;
        margin: 0 auto;
    }
    .sec09_text01 {
        font-size: calc(26 / 750 * 100vw);
        margin: 0 auto;
    }
    .sec09_text01.type-right {
        margin: calc(148 / 750 * 100vw) auto 0;
    }
    .sec09_text01 .large {
        font-size: calc(48 / 750 * 100vw);
    }
    .sec09_text02 {
        font-size: calc(30 / 750 * 100vw);
        line-height: 140%;
        margin: 0 calc(-20 / 750 * 100vw) 0 calc(-10 / 750 * 100vw);
        margin-top: calc(14 / 750 * 100vw);
    }
    .sec09_text02 a {
        padding: 0 calc(20 / 750 * 100vw) 0 0;
    }
    .sec09_text02 a::after {
        width: calc(18 / 750 * 100vw);
        height: calc(40 / 750 * 100vw);
        background-size: contain;
        background-position: 50% 60%;
        top: calc(8 / 750 * 100vw);
    }
    .sec09_text02::after {
        display: none;
    }
}

/* sec10 */
.sec10 {
    background: linear-gradient(88deg, #f4fbff 1.66%, #edf8ff 99.01%);
    padding: 100px 0;
}
.sec10_inner {
    width: 1000px;
    margin: 0 auto;
}
.sec10_row {
    
}
.sec10_text2 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #005BAC;
    margin: 16px 0 0;
}
.sec10_text2::after {
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='294' height='18' viewBox='0 0 294 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1H146' stroke='%23005BAC'/%3E%3Cpath d='M147 16L161.664 1H293' stroke='%23005BAC'/%3E%3C/svg%3E%0A");
    width: 294px;
    height: 18px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 6px auto 0;
}
.sec10_title {
    font-size: 32px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #005bac;
    text-align: center;
}
.sec10_title .large {
    font-size: 48px;
    line-height: 120%;
}
.sec10_text1 {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00B7EB;
    border-radius: 50%;
    margin: 30px auto 0;
    color: var(--white, #FFF);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
}
.sec10_box {
    background: #fff;
    border-radius: 16px;
    width: 1000px;
    padding: 32px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 16px;
    margin: 20px 0 0;
}
.sec10_box::after {
  content: '';
  display: block;
  position: absolute;
  width: 80px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='82' height='34' viewBox='0 0 82 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L39.971 24.3826C40.6044 24.7626 41.3956 24.7626 42.029 24.3826L81 1' stroke='%2300B7EB' stroke-width='2'/%3E%3Cpath d='M1 9L39.971 32.3826C40.6044 32.7626 41.3956 32.7626 42.029 32.3826L81 9' stroke='%2300B7EB' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  bottom: -50px;
}
.sec10_list {
    width: 471px;
    margin: 0 0 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.sec10_list li {
    font-size: 18px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.03em;
    padding-left: 24px;
    position: relative;
}
.sec10_list li:nth-child(3n + 1) {
    width: 159px;
}
.sec10_list li:nth-child(2),
.sec10_list li:nth-child(5) {
    width: 131px;
}
.sec10_list li::before {
    content: "";
    background: url(../img/common/icon_check.svg) no-repeat left top;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
}
.sec10_image {
    width: 159px;
}
.sec10_note {
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.08em;
    text-align: right;
    margin-top: 16px;
}
@media screen and (max-width: 1080px) {
    .sec10 {
        padding: calc(110 / 750 * 100vw) 0 calc(140 / 750 * 100vw);
    }
    .sec10_inner {
        width: calc(630 / 750 * 100vw);
    }
    .sec10_row {
        flex-direction: column;
        gap: calc(50 / 750 * 100vw) 0;
    }
    .sec10_text1 {
        width: calc(120 / 750 * 100vw);
        height: calc(120 / 750 * 100vw);
        color: var(--white, #FFF);
        font-size: calc(32 / 750 * 100vw);
        line-height: 160%;
    }
    .sec10_text2 {
        font-size: calc(36 / 750 * 100vw);
        margin-bottom: calc(10 / 750 * 100vw);
    }
    
    .sec10_text2::after {
        
        background-image: url("data:image/svg+xml,%3Csvg width='538' height='26' viewBox='0 0 538 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M538 2H269.472L253 24' stroke='%23333333' stroke-width='2'/%3E%3Cpath d='M0 2H259' stroke='%23333333' stroke-width='2'/%3E%3C/svg%3E%0A");
        width: calc(538 / 750 * 100vw);
        height: calc(26 / 750 * 100vw);
        margin: calc(6 / 750 * 100vw) auto 0;
    }
    .sec10_title {
        font-size: calc(40 / 750 * 100vw);
        text-align: center;
    }
    .sec10_title .large {
        font-size: calc(56 / 750 * 100vw);
    }
    .sec10_box {
        border-radius: calc(16 / 750 * 100vw);
        width: calc(630 / 750 * 100vw);
        padding-top: calc(32 / 750 * 100vw);
        padding-bottom: 0;
        display: block;
    }
    .sec10_box::after {
      width: calc(120 / 750 * 100vw);
      height: calc(60 / 750 * 100vw);
      left: 50%;
      transform: translateX(-50%);
      bottom: calc(-135 / 750 * 100vw);
    }
    .sec10_list {
        width: calc(597 / 750 * 100vw);
        margin: 0 auto calc(16 / 750 * 100vw);
        justify-content: space-between;
        gap: calc(16 / 750 * 100vw) 0;
    }
    .sec10_list li {
        font-size: calc(32 / 750 * 100vw);
        padding-left: calc(41 / 750 * 100vw);
    }
    .sec10_list li:nth-child(3n + 1) {
        width: auto;
    }
    .sec10_list li:nth-child(2),
    .sec10_list li:nth-child(5) {
        width: auto;
    }
    .sec10_list li:nth-child(odd) {
        width: calc(281 / 750 * 100vw);
    }
    .sec10_list li:nth-child(even) {
        width: calc(298 / 750 * 100vw);
    }
    .sec10_list li::before {
        width: calc(27 / 750 * 100vw);
        height: calc(27 / 750 * 100vw);
        top: calc(14 / 750 * 100vw);
    }
    .sec10_image {
        width: calc(202 / 750 * 100vw);
        margin: auto;
    }
    .sec10_note {
        font-size: calc(20 / 750 * 100vw);
        margin-top: calc(15 / 750 * 100vw);
    }
}

/* sec11 */
.sec11 {
    padding: 100px 0 118px;
}
.sec11_inner {
    width: 1000px;
    margin: 0 auto;
}
.sec11_title {
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.04em;
    text-align: center;
    color: #005bac;
}
.sec11_title::after {
    content: "";
    background: #00b7eb;
    border-radius: 20px 0 0 20px;
    width: 80px;
    height: 4px;
    display: block;
    margin: 22px auto 46px;
}
.sec11_row {
    display: flex;
    align-items: center;
    gap: 0 50px;
    margin-bottom: 44px;
}
.sec11_box {
    border-radius: 16px;
    border: 1px solid #ddd;
    background: #fff;
    width: 300px;
    padding: 40px 24px;
    text-align: center;
    overflow: hidden;
}
.sec11_box.box01 {
    background: #edf8ff;
    padding: 40px 24px;
    position: relative;
}
.sec11_box.box01::before {
    content: "";
    background: url(../img/pc/sec11_badge.png) no-repeat left top;
    background-size: 100% 100%;
    width: 124px;
    height: 105px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.sec11_box_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #005bac;
    padding-bottom: 16px;
    border-bottom: 1px solid #005bac;
}
.sec11_box_price01 {
    font-weight: 700;
    color: #005bac;
    margin: 0 auto 8px;
}
.sec11_box_price01 .size01 {
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0.04em;
}
.sec11_box_price01 .size02 {
    font-size: 44px;
    line-height: 140%;
    letter-spacing: 0.04em;
}
.sec11_box_price02 {
    font-weight: 700;
    color: #005bac;
}
.sec11_box_price02 .size01 {
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.04em;
}
.sec11_box_price02 .size02 {
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0.04em;
}
.sec11_box_price02 .size03 {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.04em;
}
.sec11_box_price02 .size04 {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.08em;
}
.sec11_box_text01 {
    font-size: 18px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.04em;
    margin-top: 16px;
}
.sec11_box_text02 {
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.08em;
    margin-top: 16px;
}
.sec11_box_text03 {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.08em;
    margin: 8px auto 16px;
}
.sec11_box_list {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
}
.sec11_box_list li {
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.08em;
    text-align: left;
    padding-left: 24px;
    position: relative;
}
.sec11_box_list li::before {
    content: "";
    background: url(../img/common/icon_check.svg) no-repeat left top;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
}
.sec11_box_btn {
    background-color: #fc833b;
    background-image: url(../img/common/arw_r_white.svg);
    background-size: 7px 10px;
    background-repeat: no-repeat;
    background-position: right 16px center;
    border-radius: 96px;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.08em;
    color: #ffffff;
    width: 252px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px auto 0;
}
.sec11_note {
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
}
.sec11_link_wrap {
    margin-top: 8px;
}
.sec11_link {
    border-bottom: solid 1px #436fc0;
    font-size: 18px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #436fc0;
    width: fit-content;
}
.sec11_link::after {
    content: "";
    background: url(../img/common/arw_r_blue.svg) no-repeat left top;
    background-size: 100% 100%;
    width: 9px;
    height: 14px;
    display: inline-block;
    margin-left: 9px;
}
@media screen and (max-width: 1080px) {
    .sec11 {
        padding: calc(102 / 750 * 100vw) 0 calc(120 / 750 * 100vw);
    }
    .sec11_inner {
        width: calc(630 / 750 * 100vw);
    }
    .sec11_title {
        font-size: calc(56 / 750 * 100vw);
    }
    .sec11_title::after {
        border-radius: calc(20 / 750 * 100vw) 0 0 calc(20 / 750 * 100vw);
        width: calc(80 / 750 * 100vw);
        height: calc(4 / 750 * 100vw);
        margin: calc(22 / 750 * 100vw) auto calc(46 / 750 * 100vw);
    }
    .sec11_row {
        flex-direction: column;
        gap: calc(50 / 750 * 100vw) 0;
        margin-bottom: calc(55 / 750 * 100vw);
    }
    .sec11_box {
        border-radius: calc(16 / 750 * 100vw);
        width: calc(640 / 750 * 100vw);
        padding: calc(40 / 750 * 100vw) calc(24 / 750 * 100vw);
        text-align: center;
        overflow: hidden;
    }
    .sec11_box.box01 {
        padding: calc(40 / 750 * 100vw) calc(24 / 750 * 100vw);
    }
    .sec11_box.box01::before {
        background: url(../img/sp/sec11_badge.png) no-repeat left top;
        background-size: 100% 100%;
        width: calc(217 / 750 * 100vw);
        height: calc(208 / 750 * 100vw);
    }
    .sec11_box_title {
        font-size: calc(40 / 750 * 100vw);
        padding-bottom: calc(10 / 750 * 100vw);
    }
    .sec11_box_price01 {
        margin: calc(4 / 750 * 100vw) auto calc(16 / 750 * 100vw);
    }
    .sec11_box_price01 .size01 {
        font-size: calc(48 / 750 * 100vw);
    }
    .sec11_box_price01 .size02 {
        font-size: calc(56 / 750 * 100vw);
    }
    .sec11_box_price02 .size01 {
        font-size: calc(36 / 750 * 100vw);
    }
    .sec11_box_price02 .size02 {
        font-size: calc(48 / 750 * 100vw);
    }
    .sec11_box_price02 .size02 .size02_sp {
        font-size: calc(56 / 750 * 100vw);
    }
    .sec11_box_price02 .size03 {
        font-size: calc(40 / 750 * 100vw);
    }
    .sec11_box_price02 .size04 {
        font-size: calc(20 / 750 * 100vw);
    }
    .sec11_box_text01 {
        font-size: calc(32 / 750 * 100vw);
        margin-top: calc(16 / 750 * 100vw);
    }
    .sec11_box_text02 {
        font-size: calc(30 / 750 * 100vw);
        line-height: 180%;
        margin-top: calc(16 / 750 * 100vw);
    }
    .sec11_box_text03 {
        font-size: calc(26 / 750 * 100vw);
        line-height: 180%;
        margin: calc(8 / 750 * 100vw) auto calc(16 / 750 * 100vw);
    }
    .sec11_box_list {
        gap: calc(8 / 750 * 100vw) 0;
    }
    .sec11_box_list li {
        font-size: calc(32 / 750 * 100vw);
        line-height: 160%;
        padding-left: calc(41 / 750 * 100vw);
    }
    .sec11_box_list li::before {
        width: calc(27 / 750 * 100vw);
        height: calc(27 / 750 * 100vw);
        top: calc(12 / 750 * 100vw);
    }
    .sec11_box_btn {
        background-size: calc(11 / 750 * 100vw) calc(16 / 750 * 100vw);
        background-position: right calc(13 / 750 * 100vw) center;
        border-radius: calc(96 / 750 * 100vw);
        font-size: calc(30 / 750 * 100vw);
        line-height: 180%;
        width: calc(582 / 750 * 100vw);
        height: calc(72 / 750 * 100vw);
        margin: calc(26 / 750 * 100vw) auto 0;
    }
    .sec11_note {
        font-size: calc(20 / 750 * 100vw);
        margin-bottom: calc(20 / 750 * 100vw);
    }
    .sec11_link_wrap {
        margin-top: calc(2 / 750 * 100vw);
    }
    .sec11_link {
        font-size: calc(32 / 750 * 100vw);
        line-height: 180%;
    }
    .sec11_link::after {
        width: calc(10 / 750 * 100vw);
        height: calc(15 / 750 * 100vw);
        margin-left: calc(9 / 750 * 100vw);
        position: relative;
        top: calc(-5 / 750 * 100vw);
    }
}

/* sec12 */
.sec12 {
    padding: 0 0 56px;
}
.sec12_inner {
    width: 1000px;
    margin: 0 auto;
}
.sec12_title {
    text-align: center;
}
.sec12_title::after {
    content: "";
    background: #00b7eb;
    border-radius: 20px 0 0 20px;
    width: 80px;
    height: 4px;
    display: block;
    margin: 22px auto 46px;
}
.sec12_title .en {
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #005bac;
}
.sec12_title .ja {
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.04em;
    color: #005bac;
}
.sec12 .accordion {
    border-top: 1px solid #ddd;
}
.sec12 .accordion_header {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 24px 60px 24px 0;
    position: relative;
}
.sec12 .accordion_header::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-image: url(../img/common/arw_qa.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: 0.4s;
}
.sec12 .accordion_header-active::before {
    background-size: 100% 100%;
    transform: translateY(-50%) rotate(180deg);
}
.sec12 .accordion_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #005bac;
}
.sec12 .accordion_text {
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.08em;
}
.sec12 .accordion_note {
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.08em;
    margin-top: 8px;
}
.sec12 .accordion_content {
    display: none;
    padding: 0 0 24px;
}
.sec12 .accordion_content-active {
    display: block;
}
.sec12 .accordion_body {
    margin-top: -8px;
}
@media screen and (max-width: 1080px) {
    .sec12 {
        padding: calc(72 / 750 * 100vw) 0 calc(110 / 750 * 100vw);
    }
    .sec12_inner {
        width: calc(630 / 750 * 100vw);
    }
    .sec12_title::after {
        border-radius: calc(20 / 750 * 100vw) 0 0 calc(20 / 750 * 100vw);
        width: calc(80 / 750 * 100vw);
        height: calc(4 / 750 * 100vw);
        margin: calc(22 / 750 * 100vw) auto calc(46 / 750 * 100vw);
    }
    .sec12_title .en {
        font-size: calc(40 / 750 * 100vw);
    }
    .sec12_title .ja {
        font-size: calc(64 / 750 * 100vw);
    }
    .sec12 .accordion_header {
        padding: calc(24 / 750 * 100vw) calc(105 / 750 * 100vw)
            calc(24 / 750 * 100vw) 0;
    }
    .sec12 .accordion_header::before {
        width: calc(50 / 750 * 100vw);
        height: calc(50 / 750 * 100vw);
        right: calc(19 / 750 * 100vw);
    }
    .sec12 .accordion_title {
        font-size: calc(32 / 750 * 100vw);
        letter-spacing: 0.06em;
    }
    .sec12 .accordion_text {
        font-size: calc(30 / 750 * 100vw);
    }
    .sec12 .accordion_note {
        font-size: calc(20 / 750 * 100vw);
        margin-top: calc(19 / 750 * 100vw);
    }
    .sec12 .accordion_content {
        padding: 0 0 calc(54 / 750 * 100vw);
    }
    .sec12 .accordion_body {
        margin-top: calc(-8 / 750 * 100vw);
    }
}

/* footer */
.footer {
    padding: 40px 0 24px;
    text-align: center;
}
.footer_links {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px 40px;
    margin-bottom: 24px;
}
.footer_links a {
    font-size: 14px;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 0.08em;
}
.footer_copyright {
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.08em;
}
@media screen and (max-width: 1080px) {
    .footer {
        padding: calc(60 / 750 * 100vw) 0 calc(46 / 750 * 100vw);
    }
    .footer_links {
        width: calc(630 / 750 * 100vw);
        flex-direction: column;
        gap: calc(40 / 750 * 100vw) 0;
        margin-bottom: calc(72 / 750 * 100vw);
        text-align: left;
    }
    .footer_links a {
        font-size: calc(26 / 750 * 100vw);
    }
    .footer_copyright {
        font-size: calc(20 / 750 * 100vw);
    }
}
