@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: 160%;
    font-family: "Noto Sans JP", "Helvetica Neue", Arial,
        "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    letter-spacing: 0.04em;
    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 {
    margin: 0;
    padding: 0;
    color: #333333;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

/* 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;
}
.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;
    }
}

.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;
    }
}

.blue {
    color: #2c4198;
}
.note {
    display: inline-block;
    position: relative;
    padding-left: 1em;
    text-align: left;
}
.note_dots {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

/* cv */
.cv {
    padding: 60px 0 40px;
}
.cv.cv01 {
    background-color: #F2F5F8;
}
.cv__row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cv__btn01 {
    background: url(../img/pc/cv_btn01.png) no-repeat left top;
    background-size: 100% 100%;
    width: 468px;
    height: 108px;
    padding-top: 14px;
    padding-left: 50px;
    display: block;
    margin: 0 16px;
}
.cv__btn02 {
    background: url(../img/pc/cv_btn02.png) no-repeat left top;
    background-size: 100% 100%;
    color: #fff;
    width: 448px;
    height: 108px;
    padding-top: 18px;
    display: block;
    margin: 0 16px;
}
.cv__ttl__sub {
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.1em;
    text-align: center;
    display: block;
}
.cv__ttl__main {
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    text-align: center;
    display: block;
    margin-top: 5px;
    letter-spacing: 0.1em;
}
.cv__btn02 .cv__ttl__main {
    font-size: 22px;
    letter-spacing: 0.15em;
    margin-top: 4px;
}
.cv__note {
    color: #666666;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    margin-top: 13px;
}
@media screen and (max-width: 1080px) {
    .cv {
        padding: calc(60 / 750 * 100vw) 0 calc(32 / 750 * 100vw);
    }
    .cv.cv01 {
        background-color: #F1F1F1;
    }
    .cv__row {
        display: block;
    }
    .cv__btn01 {
        background: url(../img/sp/cv_btn01.png) no-repeat left top;
        background-size: 100% 100%;
        width: calc(662 / 750 * 100vw);
        height: calc(148 / 750 * 100vw);
        padding-top: calc(24 / 750 * 100vw);
        padding-left: calc(59 / 750 * 100vw);
        margin: 0 auto;
        position: relative;
        left: -1.5%;
    }
    .cv__btn02 {
        background: url(../img/sp/cv_btn02.png) no-repeat left top;
        background-size: 100% 100%;
        width: calc(638 / 750 * 100vw);
        height: calc(148 / 750 * 100vw);
        padding-top: calc(26 / 750 * 100vw);
        margin: calc(32 / 750 * 100vw) auto 0;
    }
    .cv__ttl__sub {
        font-size: calc(24 / 750 * 100vw);
    }
    .cv__ttl__main {
        font-size: calc(40 / 750 * 100vw);
        margin-top: 0;
    }
    .cv__btn02 .cv__ttl__main {
        font-size: calc(32 / 750 * 100vw);
        margin-top: calc(5 / 750 * 100vw);
    }
    .cv__note {
        font-size: calc(20 / 750 * 100vw);
        line-height: 145%;
        text-align: left;
        padding: 0 calc(30 / 750 * 100vw);
        margin-top: calc(40 / 750 * 100vw);
    }
}

/* sec01 */
.sec01 {
    padding-bottom: 80px;
    background: url(../img/pc/sec01_bg.png) repeat-y center top;
    background-size: 1920px 3236px;
}
.sec01__head {
    background: url(../img/pc/sec01_header.png) no-repeat left 830px top;
    background-size: 561px 250px;
    height: 250px;
    padding-top: 31px;
}
.sec01__title {
    width: 920px;
    margin: auto;
}
.sec01__title__sub {
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0.04em;
}
.sec01__title__main {
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
    letter-spacing: 0.08em;
    display: block;
    margin-top: 10px;
    position: relative;
}
.sec01__title__main::after {
    content: "";
    background: #ffce00;
    display: block;
    width: 245px;
    height: 18px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.sec01__title__main .inr {
    position: relative;
    z-index: 3;
}
.sec01__title__main .num {
    font-size: 76px;
    line-height: 140%;
    z-index: 1;
}
@media screen and (max-width: 1080px) {
    .sec01 {
        padding-bottom: calc(20 / 750 * 100vw);
        background: #fff;
    }
    .sec01__head {
        background: url(../img/sp/sec01_header.png) no-repeat right top 30%;
        background-size: calc(331 / 750 * 100vw) calc(314 / 750 * 100vw);
        height: calc(364 / 750 * 100vw);
        padding-top: calc(50 / 750 * 100vw);
    }
    .sec01__title {
        width: calc(663 / 750 * 100vw);
    }
    .sec01__title__sub {
        font-size: calc(40 / 750 * 100vw);
        letter-spacing: 0.06em;
    }
    .sec01__title__main {
        font-size: calc(72 / 750 * 100vw);
        margin-top: calc(-16 / 750 * 100vw);
    }
    .sec01__title__main::after {
        width: calc(365 / 750 * 100vw);
        height: calc(19 / 750 * 100vw);
        bottom: calc(8 / 750 * 100vw);
    }
    .sec01__title__main .num {
        font-size: calc(96 / 750 * 100vw);
    }
}
.sec01__nav {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: -24px auto 50px;
}
.sec01__nav__box {
    background: #ffffff;
    border: 1px solid #2c4198;
    border-radius: 16px;
    box-shadow: 0px 4px 4px rgba(87, 87, 87, 0.33);
    width: 310px;
    text-align: center;
}
.sec01__nav__box a {
    display: block;
    height: 187px;
    padding-top: 30px;
    position: relative;
}
.sec01__nav__box a::after {
    content: "";
    background: url(../img/pc/icon_arw.svg) no-repeat left top;
    background-size: 100% 100%;
    width: 20px;
    height: 11px;
    display: block;
    position: absolute;
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%);
}
.sec01__nav__title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec01__nav__title .en {
    color: #bac6cf;
    font-family: "Arial";
    font-weight: 700;
    font-size: 18px;
    line-height: 80%;
    letter-spacing: -0.02em;
    margin-right: 10px;
}
.sec01__nav__title .num {
    color: #2c4198;
    font-family: "Arial";
    font-weight: 700;
    font-size: 38px;
    line-height: 80%;
    text-align: center;
    letter-spacing: -0.02em;
    display: block;
}
.sec01__nav__text {
    color: #2c4198;
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14px;
}
@media screen and (max-width: 1080px) {
    .sec01__nav {
        width: calc(690 / 750 * 100vw);
        margin: calc(-34 / 750 * 100vw) auto calc(50 / 750 * 100vw);
    }
    .sec01__nav__box {
        border-radius: calc(16 / 750 * 100vw);
        box-shadow: 0px calc(4 / 750 * 100vw) calc(4 / 750 * 100vw)
            rgba(87, 87, 87, 0.33);
        width: calc(212 / 750 * 100vw);
    }
    .sec01__nav__box a {
        height: calc(257 / 750 * 100vw);
        padding-top: calc(4 / 750 * 100vw);
    }
    .sec01__nav__box a::after {
        background: url(../img/sp/icon_arw.svg) no-repeat center;
        background-size: contain;
        width: calc(30 / 750 * 100vw);
        height: calc(15 / 750 * 100vw);
        bottom: calc(13 / 750 * 100vw);
    }
    .sec01__nav__title {
        display: block;
    }
    .sec01__nav__title .en {
        font-size: calc(22 / 750 * 100vw);
        margin-right: 0;
    }
    .sec01__nav__title .num {
        font-size: calc(48 / 750 * 100vw);
        margin-top: calc(0 / 750 * 100vw);
    }
    .sec01__nav__text {
        font-size: calc(26 / 750 * 100vw);
        line-height: 160%;
        height: calc(126 / 750 * 100vw);
        margin-top: calc(4 / 750 * 100vw);
    }
}
.sec01__block {
    background: #f2f5f8;
    border-radius: 0 40px 0 0;
    width: 1000px;
    margin: auto;
}
.sec01__block02,
.sec01__block03 {
    margin-top: 50px;
}
.sec01__block__head {
    background: #C1E9FF;
    border-radius: 0 40px 0 0;
    padding: 29px 0 31px 156px;
    position: relative;
}
.sec01__block__number {
    position: absolute;
    top: 10px;
    left: 40px;
}
.sec01__block__number .en {
    color: #2C4198;
    font-family: "Arial";
    font-weight: 700;
    font-size: 18px;
    line-height: 80%;
    letter-spacing: -0.02em;
    display: inline-block;
    margin-bottom: 12px;
    padding-top: 15px;
}
.sec01__block__number .num {
    color: #2C4198;
    font-family: "Arial";
    font-weight: 700;
    font-size: 48px;
    line-height: 80%;
    text-align: center;
    letter-spacing: -0.02em;
    display: block;
}
.sec01__block__title .title__sub {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    vertical-align: super;
    margin-right: 14px;
    position: relative;
    bottom: -3px;
}
.sec01__block__title .title__main {
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
}
.sec01__block__body {
    border: 0.4px solid #2c4198;
    border-top: none;
    padding: 33px 0 40px;
}
.sec01__block01 .sec01__block__body {
    padding: 33px 0 31px;
}
.sec01__box {
    background: rgba(255, 206, 0, 0.6);
    border-radius: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 920px;
    padding: 20px 0 22px 30px;
    margin: auto;
}
.sec01__image01 {
    flex: 0 0 508px;
}
.sec01n__image01 {
    width: 776px;
    margin: 0 auto 30px;
}
.sec01__text01 {
    font-size: 32px;
    line-height: 160%;
    margin-left: 22px;
    flex: 0 0 auto;
}
.sec01__text01 .red {
    color: #e36464;
    font-weight: 700;
}
.sec01n__text01 {
    font-size: 18px;
    line-height: 170%;
    text-align: center;
    color: #666666;
}
.sec01__text02 {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
}
.sec01__text03 {
    color: #666666;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    margin: 12px auto 22px;
}
.sec01__tab{
    padding: 0 40px;
}
.sec01__table {
    border-collapse: collapse;
    width: 100%;
}
.sec01__table th,
.sec01__table td {
    border: 2px solid #C4C4C4;
    text-align: center;
}
.sec01__table th {
    color: #2C4198;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    padding: 24px 5px;
}
.sec01__table th:first-child{
    width: 306px;
}
.sec01__table th:nth-child(2){
    width: 314px;
}
.sec01__table th:nth-child(3){
    width: 300px;
}
.sec01__table td {
    vertical-align: top;
    padding: 12px 5px 28px;
}
.sec01__table tr {
    background: #FFFFFF;
}
.sec01__table tr.tr01{
    background: #FEFAE8;
}
.sec01__table .row {
    display: flex;
    align-items: center;
}
.sec01__table .ttl {
    color: #2c4198;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
}
.sec01__table .icn01 {
    width: 106px;
    margin: 0 14px 0 20px;
}
.sec01__table .icn02 {
    width: 103px;
    margin: 0 17px 0 18px;
}
.sec01__table .icn03 {
    width: 115px;
    margin: 0 16px 0 10px;
}
.sec01__table .txt {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    margin: 0 auto 13px;
}
.sec01__table .price01 {
    color: #2c4198;
    font-weight: 700;
    font-size: 22px;
    line-height: 160%;
    padding-top: 7px;
}
.sec01__table .price01 .num {
    font-size: 40px;
    line-height: 140%;
}
.sec01__table .price02 {
    font-weight: 700;
    font-size: 22px;
    line-height: 160%;
}
.sec01__table .price02 .num {
    color: #E04040;
    font-size: 46px;
    line-height: 140%;
}
.sec01__table .price03 {
    font-weight: 700;
    font-size: 22px;
    line-height: 160%;
}
.sec01__table .price03 .num {
    color: #333333;
    font-size: 46px;
    line-height: 140%;
}
.sec01__table .txt02 {
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0;
}
.sec01__table .txt03 {
    background: #ffce00;
    border-radius: 61.6185px;
    color: #2c4198;
    font-weight: 700;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 54px;
    margin: 9px auto 0;
}
.sec01__table .txt03 .num {
    font-size: 30px;
    line-height: 160%;
    position: relative;
    top: -3px;
}


.sec01__table.table02 th:first-child{
    width: 213px;
}
.sec01__table.table02 th:nth-child(2){
    width: 495px;
}
.sec01__table.table02 th:nth-child(3){
    width: 210px;
}

.sec01__table.table02 td:first-child{
    width: 213px;
}
.sec01__table.table02 td:nth-child(2){
    width: 261px;
}
.sec01__table.table02 td:nth-child(3){
    width: 234px;
}
.sec01__table.table02 td:nth-child(4){
    width: 210px;
}

.sec01__table.table02 .price01 .num{
    font-size: 38px;
}
.sec01__table.table02 .icn01{
    margin: 10px auto 0;
}
.sec01__table.table02 .icn02{
    margin: 10px auto 0;
}
.sec01__table.table02 .icn03{
    margin: 10px auto 0;
}

.sec01__note {
    color: #666666;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    text-align: justify;
}
.sec01__block01 .sec01__note {
    margin: 24px 40px 0;
}
.sec01__block01 .sec01__note .note{
    margin-bottom: 2px;
}
.sec01__box .sec01__note {
    margin: 16px 0 0;
    padding: 0 70px 0 0 ;
    flex: 0 0 100%;
}
.sec01__image03 {
    width: 920px;
    margin: auto;
}
.sec01__image03 .sec01__note {
    margin: 25px 15px 22px 0;
}
.sec01__image03 + .sec01__image03{
    margin-top: 25px;
}
.sec01__image04 {
    width: 778px;
    margin: auto;
}
.sec01__image04 .sec01__note {
    margin: 16px 0 0;
    text-align: left;
}
.sec01__row {
    display: flex;
    align-items: center;
    width: 865px;
    margin-left: 70px;
}
.sec01__text04 {
    color: #e36464;
    font-weight: 700;
    font-size: 28px;
    line-height: 160%;
    margin-left: 36px;
}

.sec01__image05 {
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
}
.sec01__image05 .sec01__column2{
    width: 48%;
    text-align: center;
}
.sec01__image05 .sec01__note {
    margin: 25px 15px 22px 0;
}
@media screen and (max-width: 1080px) {
    .sec01__image05 {
        padding: 0 4.085%;
        display: block;
    }
    .sec01__image05 .sec01__column2{
        width: 100%;
    }
}

.add-pc-br{
    display: inline;
}
@media screen and (max-width: 1080px) {
    .add-pc-br{
        display: none;
    }
}

.adlpC-tab_area {
    width: 100%;
    display: flex;
}
.adlpC-tab{
    cursor: pointer;
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.06em;
    width: 380px;
    height: 81px;
    background-color: #DEDEDE;
    position: relative;
    padding-top: 18px;
}
.adlpC-tab:after{
    content: '';
    display: block;
    background-image: url(../img/common/tab_arrow_black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 10px;
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform:translateX(-50%);
}
.adlpC-tab.active{
    background-color: #2C4198;
    color: #fff;
}
.adlpC-tab.active:after{
    background-image: url(../img/common/tab_arrow_white.svg);
}
.adlpC-content_area {
    width: 100%;
}
.adlpC-content {
    display: none;
}
.adlpC-content.show {
    display: block;
}
@media screen and (max-width: 1080px) {
    .sec01__block {
        border-radius: 0 calc(40 / 750 * 100vw) 0 0;
        width: calc(690 / 750 * 100vw);
    }
    .sec01__block02,
    .sec01__block03 {
        margin-top: calc(50 / 750 * 100vw);
    }
    .sec01__block__head {
        border-radius: 0 calc(40 / 750 * 100vw) 0 0;
        padding: calc(48 / 750 * 100vw) 0 calc(47 / 750 * 100vw);
    }
    .sec01__block__number {
        top: calc(2 / 750 * 100vw);
        left: calc(16 / 750 * 100vw);
    }
    .sec01__block__number .en {
        font-size: calc(24 / 750 * 100vw);
        padding-top: calc(16 / 750 * 100vw);
    }
    .sec01__block__number .num {
        font-size: calc(60 / 750 * 100vw);
        margin-top: calc(-10 / 750 * 100vw);
    }
    .sec01__block__title {
        margin-left: calc(157 / 750 * 100vw);
    }
    .sec01__block__title .title__sub {
        font-size: calc(30 / 750 * 100vw);
        margin-right: 0;
    }
    .sec01__block__title .title__main {
        font-size: calc(42 / 750 * 100vw);
        line-height: 100%;
        display: block;
    }
    .sec01__block__body {
        padding: calc(48 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
    }
    .sec01__block01 .sec01__block__body {
        padding: calc(48 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
    }
    .sec01__block03 .sec01__block__body {
        padding: calc(36 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
    }
    .sec01__box {
        border-radius: calc(16 / 750 * 100vw);
        display: block;
        width: calc(630 / 750 * 100vw);
        padding: calc(35 / 750 * 100vw) 0 calc(22 / 750 * 100vw);
    }
    .sec01__image01 {
        width: calc(590 / 750 * 100vw);
        margin: 0 auto calc(5 / 750 * 100vw);
    }
    .sec01n__image01 {
        width: calc(630 / 750 * 100vw);
        margin: 0 auto calc(24 / 750 * 100vw);
    }
    .sec01__text01 {
        font-size: calc(40 / 750 * 100vw);
        margin-left: 0;
        text-align: center;
    } 
    .sec01n__text01 {
        font-size: calc(26 / 750 * 100vw);
        text-align: left;
        width: calc(630 / 750 * 100vw);
        margin: 0 auto;
    }
    .sec01n__text01.-pcCenter{
        text-align: center;
    }
    .sec01__text02 {
        font-size: calc(32 / 750 * 100vw);
        line-height: 160%;
    }
    .sec01__text03 {
        font-size: calc(26 / 750 * 100vw);
        margin: calc(16 / 750 * 100vw) auto calc(10 / 750 * 100vw);
    }
    .sec01__tab{
        padding: 0;
        margin-left: calc(-2 / 750 * 100vw);
        margin-right: calc(-2 / 750 * 100vw);
    }
    .sec01__table th,
    .sec01__table td {
        border: calc(2/ 750 * 100vw) solid #C4C4C4;
    }
    .sec01__table th {
        font-size: calc(24 / 750 * 100vw);
        padding: calc(24 / 750 * 100vw) calc(5 / 750 * 100vw);
    }
    .sec01__table th:first-child{
        width: calc(229 / 750 * 100vw);
    }
    .sec01__table th:nth-child(2){
        width: calc(230 / 750 * 100vw);
    }
    .sec01__table th:nth-child(3){
        width: calc(230 / 750 * 100vw);
    }
    .sec01__table td {
        padding: calc(20 / 750 * 100vw) calc(5 / 750 * 100vw);
    }
    .sec01__table .row {
        flex-direction: column;
        align-items: center;
    }
    .sec01__table .ttl {
        font-size: calc(24 / 750 * 100vw);
        line-height: 140%;
    }
    .sec01__table .icn01 {
        width: calc(89 / 750 * 100vw);
        margin: 0 auto 0;
    }
    .sec01__table .icn02 {
        width: calc(97 / 750 * 100vw);
        margin: 0 auto 0;
    }
    .sec01__table .icn03 {
        width: calc(116 / 750 * 100vw);
        margin: calc(7 / 750 * 100vw) auto 0
    }
    .sec01__table .txt {
        font-size: calc(18 / 750 * 100vw);
        margin: calc(6 / 750 * 100vw) auto calc(12 / 750 * 100vw);
    }
    .sec01__table .price01 {
        font-size: calc(26 / 750 * 100vw);
        padding-top: calc(0 / 750 * 100vw);
    }
    .sec01__table .price01 .num {
        font-size: calc(32 / 750 * 100vw);
    }
    .sec01__table .price02 {
        font-size: calc(24 / 750 * 100vw);
    }
    .sec01__table .price02 .num {
        font-size: calc(48 / 750 * 100vw);
    }
    .sec01__table .price03 {
        font-size: calc(24 / 750 * 100vw);
    }
    .sec01__table .price03 .num {
        font-size: calc(48 / 750 * 100vw);
    }
    .sec01__table .txt02 {
        font-size: calc(22 / 750 * 100vw);
    }
    .sec01__table .txt03 {
        background: #ffce00;
        border-radius: calc(61 / 750 * 100vw);
        font-size: calc(22 / 750 * 100vw);
        width: calc(190 / 750 * 100vw);
        height: calc(54 / 750 * 100vw);
        margin: calc(8 / 750 * 100vw) auto 0;
    }
    .sec01__table .txt03 .num {
        font-size: calc(30 / 750 * 100vw);
        top: calc(-3 / 750 * 100vw);
    }


    .sec01__table.table02 th:first-child{
        width: calc(190 / 750 * 100vw);
    }
    .sec01__table.table02 th:nth-child(2){
        width: calc(342 / 750 * 100vw);
    }
    .sec01__table.table02 th:nth-child(3){
        width: calc(158 / 750 * 100vw);
    }
    
    .sec01__table.table02 td:first-child{
        width: calc(190 / 750 * 100vw);
    }
    .sec01__table.table02 td:nth-child(2){
        width: calc(171 / 750 * 100vw);
    }
    .sec01__table.table02 td:nth-child(3){
        width: calc(171 / 750 * 100vw);
    }
    .sec01__table.table02 td:nth-child(4){
        width: calc(158 / 750 * 100vw);
    }
    
    .sec01__table.table02 .price01 .num{
        font-size: calc(32 / 750 * 100vw);
    }
    .sec01__table.table02 .price02{
        font-size: calc(20 / 750 * 100vw);
    }
    .sec01__table.table02 .price02 .num{
        font-size: calc(38 / 750 * 100vw);
    }
    .sec01__table.table02 .price03{
        font-size: calc(20 / 750 * 100vw);
    }
    .sec01__table.table02 .price03 .num{
        font-size: calc(38 / 750 * 100vw);
    }
    .sec01__table.table02 .txt03{
        font-size: calc(18 / 750 * 100vw);
        width: calc(150 / 750 * 100vw);
        height: calc(42 / 750 * 100vw);
    }
    .sec01__table.table02 .txt03 .num{
        font-size: calc(24 / 750 * 100vw);
    }
    .sec01__table.table02 .icn01{
        margin: calc(10 / 750 * 100vw) auto 0;
    }
    .sec01__table.table02 .icn02{
        margin: calc(10 / 750 * 100vw) auto 0;
    }
    .sec01__table.table02 .icn03{
        margin: calc(10 / 750 * 100vw) auto 0;
    }


    .sec01__note {
        font-size: calc(20 / 750 * 100vw);
    }
    .sec01__block01 .sec01__note {
        margin: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw) 0;
    }
    .sec01__box .sec01__note {
        padding: 0;
    }
    .sec01__image03 {
        width: calc(630 / 750 * 100vw);
    }
    .sec01__image03 .sec01__note {
        margin: calc(24 / 750 * 100vw) calc(30 / 750 * 100vw)
            calc(30 / 750 * 100vw) 0;
    }
    .sec01__image03 + .sec01__image03{
        margin-top: calc(30 / 750 * 100vw);
    }
    .sec01__image04 {
        width: calc(630 / 750 * 100vw);
    }
    .sec01__image04 .sec01__note {
        margin: 0 auto;
    }
    .sec01__row {
        display: block;
        width: calc(516 / 750 * 100vw);
        margin: 0 auto;
    }
    .sec01__text04 {
        font-size: calc(36 / 750 * 100vw);
        margin: calc(24 / 750 * 100vw) auto 0;
        text-align: center;
    }

    .adlpC-tab{
        font-size: calc(26 / 750 * 100vw);
        width: 50%;
        height: calc(98 / 750 * 100vw);
        padding-top: calc(16 / 750 * 100vw);
    }
    .adlpC-tab:after{
        width: calc(34 / 750 * 100vw);
        height: calc(18 / 750 * 100vw);
        bottom: calc(16 / 750 * 100vw);
    }
}

/* sec02 */
.sec02 {
    background: #fefae8;
    padding-bottom: 80px;
}
.sec02__head {
    background: #e6bd10;
    height: 151px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}
.sec02__head::after {
    content: "";
    display: block;
    border-style: solid;
    border-width: 20px 42px 0 42px;
    border-color: #e6bd10 transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.sec02__ttl {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0.06em;
}
.sec02__copy {
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    letter-spacing:0.06em;
    text-align: center;
    margin: 56px auto 30px;
}
.sec02__inner {
    background: #fff;
    display: flex;
    width: 1000px;
    margin: auto;
}
.sec02__box {
    width: 250px;
    height: 240px;
    text-align: center;
    padding-top: 137px;
}
.sec02__box:not(:first-child) {
    border-left: 1px solid #d1d4e0;
}
.sec02__box.box01 {
    background-image: url(../img/common/sec02_icon01.png);
    background-repeat: no-repeat;
    background-size: 154px 96px;
    background-position: center top 30px;
}
.sec02__box.box02 {
    background-image: url(../img/common/sec02_icon02.png);
    background-repeat: no-repeat;
    background-size: 110px 85px;
    background-position: center top 27px;
    padding-top: 125px;
}
.sec02__box.box03 {
    background-image: url(../img/common/sec02_icon03.png);
    background-repeat: no-repeat;
    background-size: 89px 86px;
    background-position: center top 28px;
}
.sec02__box.box04 {
    background-image: url(../img/common/sec02_icon04.png);
    background-repeat: no-repeat;
    background-size: 112px 110px;
    background-position: right 42px top 25px;
}
.sec02__text {
    color: #2c4198;
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: 0.06em;
}
@media screen and (max-width: 1080px) {
    .sec02 {
        padding-bottom: calc(80 / 750 * 100vw);
    }
    .sec02__head {
        height: calc(208 / 750 * 100vw);
    }
    .sec02__head::after {
        border-width: calc(20 / 750 * 100vw) calc(42 / 750 * 100vw) 0
            calc(42 / 750 * 100vw);
        bottom: calc(-18 / 750 * 100vw);
    }
    .sec02__ttl {
        font-size: calc(42 / 750 * 100vw);
        letter-spacing: 0.06em;
    }
    .sec02__copy {
        font-size: calc(36 / 750 * 100vw);
        letter-spacing: 0.04em;
        margin: calc(68 / 750 * 100vw) auto calc(30 / 750 * 100vw);
    }
    .sec02__inner {
        flex-wrap: wrap;
        width: calc(690 / 750 * 100vw);
    }
    .sec02__box {
        width: calc(345 / 750 * 100vw);
        height: calc(240 / 750 * 100vw);
        padding-top: calc(158 / 750 * 100vw);
    }
    .sec02__box:nth-child(3) {
        border-left: none;
    }
    .sec02__box:nth-child(n + 3) {
        border-top: 1px solid #d1d4e0;
    }

    .sec02__box.box01 {
        background-size: calc(154 / 750 * 100vw) calc(96 / 750 * 100vw);
        background-position: center top calc(34 / 750 * 100vw);
    }
    .sec02__box.box02 {
        background-size: calc(127 / 750 * 100vw) calc(98 / 750 * 100vw);
        background-position: center top calc(30 / 750 * 100vw);
        padding-top: calc(136 / 750 * 100vw);
    }
    .sec02__box.box03 {
        background-image: url(../img/common/sec02_icon03.png);
        background-repeat: no-repeat;
        background-size: calc(102 / 750 * 100vw) calc(99 / 750 * 100vw);
        background-position: center top calc(31 / 750 * 100vw);
    }
    .sec02__box.box04 {
        background-image: url(../img/common/sec02_icon04.png);
        background-repeat: no-repeat;
        background-size: calc(127 / 750 * 100vw) calc(125 / 750 * 100vw);
        background-position: right calc(89 / 750 * 100vw) top
            calc(30 / 750 * 100vw);
    }
    .sec02__text {
        font-size: calc(30 / 750 * 100vw);
    }
}

/* sec03 */
.sec03 {
    background: #f0f8ff;
    text-align: center;
    padding: 80px 0 130px;
}
.sec03__ttl {
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
}
.sec03__box {
    background: #C1E9FF;
    border: 1px solid #2C4198;
    width: 760px;
    padding: 30px 0 40px;
    margin: 41px auto 0;
}
.sec03__subttl {
    background: #2C4198;
    border-radius: 44.7945px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    width: fit-content;
    padding: 5px 32px;
    margin: -50px auto 13px;
}
.sec03__copy {
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
}
.sec03__copy.add-sec03-copy-pt {
    font-size: 40px;
}
.sec03__copy::after {
    content: "";
    background: #333;
    width: 120px;
    height: 2px;
    display: block;
    margin: 17px auto;
}
.sec03__text {
    color: #333;
    font-weight: 500;
    font-size: 22px;
    line-height: 160%;
}
.sec03__text .blue {
    color: #2C4198;
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
}
.sec03__inbox {
    background: #fff;
    border-radius: 36px;
    width: 600px;
    display: block;
    padding: 20px 0 25px;
    margin: 16px auto 18px;
}
.sec03__text02 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}
.sec03__text02 .yellow {
    color: #faa500;
}
.sec03__text02 .size01 {
    font-size: 32px;
    line-height: 100%;
    color: #2c4198;
}
.sec03__text02 .size02 {
    font-size: 64px;
    line-height: 100%;
}
.sec03__text02 .size03 {
    font-size: 52px;
    line-height: 100%;
}
.sec03__text02 .size04 {
    font-size: 42px;
    line-height: 100%;
}
.sec03n__text02_add {
    text-align: right;
    max-width: 320px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1;
}
.sec03__list {
    width: fit-content;
    margin: 13px auto 0;
}
.sec03__list li {
    color: #2c4198;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    text-align: left;
}
.sec03__list li::before {
    content: "";
    background: url(../img/common/icon_check.svg) no-repeat left top;
    background-size: cover;
    width: 19px;
    height: 19px;
    display: inline-block;
    margin: 0px 6px 0 0;
    position: relative;
    top: 3px;
}
.sec03__list li + li {
    margin-top: 4px;
}
.sec03__text03 {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
}
@media screen and (max-width: 1080px) {
    .sec03 {
        background: #f0f8ff;
        padding: calc(80 / 750 * 100vw) 0 calc(57 / 750 * 100vw) ;
    }
    .sec03__ttl {
        font-size: calc(36 / 750 * 100vw);
    }
    .sec03__box {
        border: solid calc(2 / 750 * 100vw) #2C4198;
        width: calc(690 / 750 * 100vw);
        padding: calc(40 / 750 * 100vw) 0 calc(47 / 750 * 100vw);
        margin: calc(41 / 750 * 100vw) auto 0;
    }
    .sec03__subttl {
        border-radius: calc(60 / 750 * 100vw);
        font-size: calc(26 / 750 * 100vw);
        padding: calc(4 / 750 * 100vw) calc(34 / 750 * 100vw);
        margin: calc(-65 / 750 * 100vw) auto calc(17 / 750 * 100vw);
    }
    .sec03__copy {
        font-size: calc(48 / 750 * 100vw);
        line-height: 140%;
    }
    .sec03__copy.add-sec03-copy-pt {
        font-size: calc(56 / 750 * 100vw);
    }
    .sec03__copy::after {
        width: calc(120 / 750 * 100vw);
        height: calc(2 / 750 * 100vw);
        margin: calc(40 / 750 * 100vw) auto;
    }
    .sec03__text {
        font-size: calc(32 / 750 * 100vw);
    }
    .sec03__text .blue {
        font-size: calc(40 / 750 * 100vw);
    }
    .sec03__inbox {
        border-radius: calc(36 / 750 * 100vw);
        width: calc(630 / 750 * 100vw);
        padding: calc(20 / 750 * 100vw) 0 calc(29 / 750 * 100vw);
        margin: calc(12 / 750 * 100vw) auto calc(36 / 750 * 100vw);
    }
    .sec03__text02 .size01 {
        font-size: calc(56 / 750 * 100vw);
    }
    .sec03__text02 .size02 {
        font-size: calc(110 / 750 * 100vw);
    }
    .sec03__text02 .size03 {
        font-size: calc(86 / 750 * 100vw);
    }
    .sec03__text02 .size04 {
        font-size: calc(72 / 750 * 100vw);
    }
    .sec03n__text02_add {
        max-width: none;
        font-size: calc(20 / 750* 100vw);
        padding: 0 calc(50 / 750* 100vw);
    }
    .sec03__list {
        margin: calc(21 / 750 * 100vw) auto 0;
    }
    .sec03__list li {
        font-size: calc(32 / 750 * 100vw);
    }
    .sec03__list li::before {
        width: calc(34 / 750 * 100vw);
        height: calc(34 / 750 * 100vw);
        margin: 0px calc(16 / 750 * 100vw) 0 0;
        top: calc(6 / 750 * 100vw);
    }
    .sec03__list li + li {
        margin-top: calc(14 / 750 * 100vw);
    }
    .sec03__text03 {
        font-size: calc(24 / 750 * 100vw);
        margin-top: calc(36 / 750 * 100vw);
    }
}

/* sec04 */
.sec04 {
    background: #f0f8ff;
    padding: 80px 0 80px;
}
.sec04__ttl {
    text-align: center;
    margin-bottom: 25px;
}
.sec04__ttl__sub {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    display: inline-block;
    margin-bottom: 6px;
}
.sec04__ttl__sub .large {
    font-size: 28px;
    line-height: 140%;
}
.sec04__ttl__main {
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
    margin-top: 5px;
}
.sec04__box {
    border-radius: 10.6408px;
    background: #fff;
    width: 680px;
    margin: auto;
    position: relative;
}
.sec04__box + .sec04__box {
    margin-top: 20px;
}
.sec04__box + .sec04__box::before {
    content: "";
    background: #e7d27d;
    width: 4px;
    height: 20px;
    display: block;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.sec04__box__head {
    background: #ffce00;
    border-radius: 10.6408px 10.6408px 0 0;
    color: #2c4198;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    padding: 6px 0 5px;
}
.sec04__body {
    display: flex;
    align-items: center;
    padding: 20px 42px 23px;
}
.sec04__text01 {
    color: #2c4198;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.03em;
}
.sec04__text02 {
    font-size: 18px;
    line-height: 160%;
    margin-left: 28px;
}
@media screen and (max-width: 1080px) {
    .sec04 {
        padding: calc(80 / 750 * 100vw) 0;
    }
    .sec04__ttl {
        margin-bottom: calc(40 / 750 * 100vw);
    }
    .sec04__ttl__sub {
        font-size: calc(36 / 750 * 100vw);
    }
    .sec04__ttl__sub .large {
        font-size: calc(42 / 750 * 100vw);
    }
    .sec04__ttl__main {
        font-size: calc(48 / 750 * 100vw);
        margin-top: 0;
    }
    .sec04__box {
        border-radius: calc(16 / 750 * 100vw);
        width: calc(630 / 750 * 100vw);
    }
    .sec04__box + .sec04__box {
        margin-top: calc(56 / 750 * 100vw);
    }
    .sec04__box + .sec04__box::before {
        width: calc(4 / 750 * 100vw);
        height: calc(56 / 750 * 100vw);
        top: calc(-56 / 750 * 100vw);
    }
    .sec04__box__head {
        border-radius: calc(16 / 750 * 100vw) calc(16 / 750 * 100vw) 0 0;
        font-size: calc(28 / 750 * 100vw);
        padding: calc(1 / 750 * 100vw) 0 0;
    }
    .sec04__body {
        display: block;
        padding: calc(16 / 750 * 100vw) calc(55 / 750 * 100vw)
            calc(30 / 750 * 100vw);
        text-align: center;
    }
    .sec04__text01 {
        font-size: calc(36 / 750 * 100vw);
    }
    .sec04__text02 {
        font-size: calc(30 / 750 * 100vw);
        margin: calc(8 / 750 * 100vw) 0 0;
    }
}

/* sec05 */
.sec05 {
    background: #fefae8;
    padding: 80px 0 80px;
}
.sec05__ttl {
    text-align: center;
    margin-bottom: 30px;
}
.sec05__ttl .en {
    font-family: "Arial";
    font-weight: 700;
    font-size: 28px;
    line-height: 160%;
    letter-spacing: 0.06em;
}
.sec05__ttl .ja {
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
}
.sec05__box {
    background: #fff;
    width: 1000px;
    padding: 40px 40px 40px;
    margin: auto;
}
.sec05__box + .sec05__box {
    margin-top: 30px;
}
.sec05__q {
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.03em;
    display: flex;
}
.sec05__q::before {
    content: "";
    background: url(../img/common/icon_q.svg) no-repeat left top;
    background-size: cover;
    width: 32px;
    height: 32px;
    display: block;
    margin-right: 20px;
    margin-top: 4px;
}
.sec05__a {
    font-size: 18px;
    line-height: 160%;
    text-align: justify;
    display: flex;
    margin-top: 22px;
}
.sec05__a::before {
    content: "";
    background: url(../img/common/icon_a.svg) no-repeat left top;
    background-size: cover;
    width: 32px;
    height: 32px;
    display: block;
    margin-right: 20px;
}
.sec05__q .inr,
.sec05__a .inr {
    flex: 1;
}
.sec05__a a {
    font-weight: 500;
    color: #2240ba;
}
@media screen and (max-width: 1080px) {
    .sec05 {
        padding: calc(80 / 750 * 100vw) 0;
    }
    .sec05__ttl {
        margin-bottom: calc(56 / 750 * 100vw);
    }
    .sec05__ttl .en {
        font-size: calc(36 / 750 * 100vw);
    }
    .sec05__ttl .ja {
        font-size: calc(48 / 750 * 100vw);
    }
    .sec05__box {
        width: calc(630 / 750 * 100vw);
        padding: calc(40 / 750 * 100vw) calc(36 / 750 * 100vw);
        margin: auto;
    }
    .sec05__box + .sec05__box {
        margin-top: calc(56 / 750 * 100vw);
    }
    .sec05__q {
        font-size: calc(36 / 750 * 100vw);
        letter-spacing: 0.05em;
    }
    .sec05__q::before {
        width: calc(40 / 750 * 100vw);
        height: calc(40 / 750 * 100vw);
        margin-right: calc(14 / 750 * 100vw);
        margin-top: calc(10 / 750 * 100vw);
    }
    .sec05__a {
        font-size: calc(30 / 750 * 100vw);
        margin-top: calc(24 / 750 * 100vw);
    }
    .sec05__a::before {
        width: calc(40 / 750 * 100vw);
        height: calc(40 / 750 * 100vw);
        margin-right: calc(14 / 750 * 100vw);
        margin-top: calc(8 / 750 * 100vw);
    }
}

/* sec06 */
.sec06 {
    background: #f2f5f8;
    padding: 80px 0 97px;
}
.sec06 a {
    color: #2c4198;
    font-weight: 500;
}
.sec06__ttl {
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 26px;
}
.sec06__qa {
    background: #fff;
    width: 1000px;
    margin: auto;
    padding: 30px 60px;
}
.sec06__qa + .sec06__qa {
    margin-top: 20px;
}
.sec06__qa dt {
    color: #2c4198;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.03em;
    position: relative;
    cursor: pointer;
}
.sec06__qa dt::after {
    content: "";
    background: url(../img/common/sec06_arw.svg) no-repeat left top;
    background-size: 100% 100%;
    width: 24px;
    height: 14px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
}
.sec06__qa dt.open::after {
    transform: translateY(-50%) rotate(180deg);
}
.sec06__qa dd {
    border-top: 2px dashed #2c4198;
    text-align: justify;
    letter-spacing: 0.03em;
    padding-top: 25px;
    margin-top: 15px;
    display: none;
}
.sec06__qa dd ul,
.sec06__qa dd ol {
    padding-left: 25px;
}
.sec06__qa dd ul li {
    list-style-type: disc;
    font-size: 18px;
    line-height: 160%;
}
.sec06__qa dd ol li {
    list-style-type: decimal;
    font-size: 18px;
    line-height: 160%;
}
.sec06__text {
    font-size: 18px;
    line-height: 140%;
}
.sec06__note {
    font-size: 12px;
    line-height: 140%;
    margin: 10px 0;
    text-align: left;
    color: #666666;
}
    /* ul .sec06__note {
        margin-top:2px;
        margin-bottom:2px;
    } */
.sec06__text02 {
    color: #666666;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    margin-top: 16px;
}
@media screen and (max-width: 1080px) {
    .sec06 {
        padding: calc(80 / 750 * 100vw) 0;
    }
    .sec06__ttl {
        font-size: calc(48 / 750 * 100vw);
        margin-bottom: calc(56 / 750 * 100vw);
    }
    .sec06__qa {
        width: calc(630 / 750 * 100vw);
        padding: calc(36 / 750 * 100vw);
    }
    .sec06__qa + .sec06__qa {
        margin-top: calc(56 / 750 * 100vw);
    }
    .sec06__qa dt {
        font-size: calc(36 / 750 * 100vw);
    }
    .sec06__qa dt::after {
        width: calc(24 / 750 * 100vw);
        height: calc(14 / 750 * 100vw);
    }
    .sec06__qa dd {
        padding-top: calc(24 / 750 * 100vw);
        margin-top: calc(24 / 750 * 100vw);
    }
    .sec06__qa dd ul li {
        font-size: calc(30 / 750 * 100vw);
        line-height: 160%;
    }
    .sec06__qa dd ol li {
        font-size: calc(30 / 750 * 100vw);
        line-height: 160%;
    }
    .sec06__text {
        font-size: calc(30 / 750 * 100vw);
        line-height: 160%;
    }
    .sec06__note {
        font-size: calc(20 / 750 * 100vw);
        line-height: 160%;
        margin: calc(15 / 750 * 100vw) 0;
    }
    .sec06__text02 {
        font-size: calc(20 / 750 * 100vw);
        line-height: calc(29 / 750 * 100vw);
        text-align: left;
        margin: calc(35 / 750 * 100vw) 0 0 calc(60 / 750 * 100vw);
    }
}

/* sec07 */
.sec07 {
    background: url(../img/pc/sec07_bg.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 60px 0 423px;
    display: flex;
    align-items: center;
}
.sec07__inner {
    color: #ffffff;
    width: 1000px;
    margin: auto;
}
.sec07__copy {
    font-weight: 700;
    font-size: 54px;
    line-height: 140%;
    color: #E04040;
    text-align: center;
    letter-spacing: 0.06em;
}
.sec07__copy .small {
    font-size: 34px;
    line-height: 140%;
}
.sec07__title {
    font-weight: 700;
    font-size: 68px;
    line-height: 135%;
    letter-spacing: 0.08em;
    color: #2C4198;
    margin-top: 22px;
    text-align: center;
}

@media screen and (max-width: 1080px) {
    .sec07 {
        background: url(../img/sp/sec07_bg.jpg) no-repeat center bottom;
        background-size: cover;
        padding: calc(49 / 750 * 100vw) 0 calc(564 / 750 * 100vw);
    }
    .sec07__inner {
        width: auto;
        text-align: center;
    }
    .sec07__copy {
        font-size: calc(64 / 750 * 100vw);
    }
    .sec07__copy .small {
        /* display: block; */
        font-size: calc(48 / 750 * 100vw);
    }
    .sec07__title {
        font-size: calc(80 / 750 * 100vw);
        margin-top: calc(8 / 750 * 100vw);
    }
    .sec07__title .small {
        font-size: calc(54 / 750 * 100vw);
    }
}

/* sec08 */
.sec08 {
    background: #F1F1F1;
    text-align: center;
    padding: 80px 0;
}
.sec08__text {
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
}

.sec08__box {
    background: #FFFFFF;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    color: #2C4198;
    width: 680px;
    padding: 29px 20px 24px;
    margin: 23px auto;
    display: block;
}
.sec08__tel {
    font-family: "Arial";
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec08__tel::before {
    content: "";
    background: url(../img/common/icon_tel.svg) no-repeat left top;
    background-size: 100% auto;
    width: 61px;
    height: 41px;
    display: block;
    margin: 0 8px 0 0;
}
.sec08__time {
    font-weight: 500;
    font-size: 24px;
    line-height: 160%;
    margin-top: 13px;
}
.sec08__note {
    font-size: 12px;
    line-height: 140%;
}
@media screen and (max-width: 1080px) {
    .sec08 {
        padding: calc(66 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
    }
    .sec08__text {
        font-size: calc(30 / 750 * 100vw);
    }

    .sec08__box {
        background: #ffffff;
        box-shadow: 0 calc(4 / 750 * 100vw) calc(6 / 750 * 100vw) rgba(0, 0, 0, 0.25);
        border-radius: calc(6 / 750 * 100vw);
        width: calc(654 / 750 * 100vw);
        padding: calc(22 / 750 * 100vw) calc(16 / 750 * 100vw)
            calc(16 / 750 * 100vw);
        margin: calc(32 / 750 * 100vw) auto calc(48 / 750 * 100vw);
    }
    .sec08__tel {
        font-size: calc(72 / 750 * 100vw);
    }
    .sec08__tel::before {
        width: calc(78 / 750 * 100vw);
        height: calc(52 / 750 * 100vw);
        margin: 0 calc(10 / 750 * 100vw) 0 0;
    }
    .sec08__time {
        font-size: calc(26 / 750 * 100vw);
        margin-top: calc(8 / 750 * 100vw);
    }
    .sec08__note {
        font-size: calc(20 / 750 * 100vw);
        line-height: 160%;
    }
}

/* footer */
.footer {
    text-align: center;
    padding: 80px 0 230px;
}
.footer__logo {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.04em;
}
.footer__copyright {
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.04em;
    display: block;
    margin-top: 35px;
}
@media screen and (max-width: 1080px) {
    .footer {
        padding: calc(80 / 750 * 100vw) 0 calc(240 / 750 * 100vw);
    }
    .footer__logo {
        font-weight: 500;
        font-size: calc(24 / 750 * 100vw);
    }
    .footer__copyright {
        font-size: calc(20 / 750 * 100vw);
        margin-top: calc(80 / 750 * 100vw);
    }
}

.floating {
    background: #F2F5F8;
    width: 100%;
    margin: auto;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding: 25px 0 17px;
}
@media screen and (max-width: 1080px) {
    .floating {
        background-color: rgba(255,255,255,.96);
        padding: calc(18 / 750 * 100vw) 0 calc(10 / 750 * 100vw);
    }
    .floating .cv__row {
        display: flex;
        align-items: flex-start;
    }
    .floating .cv__btn01 {
        background: url(../img/sp/floating_btn01.png) no-repeat left top;
        background-size: 100% 100%;
        width: calc(365 / 750 * 100vw);
        height: calc(100 / 750 * 100vw);
        padding-top: calc(12 / 750 * 100vw);
        padding-left: calc(59 / 750 * 100vw);
        margin: 0 auto;
        left: 0;
    }
    .floating .cv__btn02 {
        background: url(../img/sp/floating_btn02.png) no-repeat left top;
        background-size: 100% 100%;
        width: calc(360 / 750 * 100vw);
        height: calc(92 / 750 * 100vw);
        padding-top: calc(11 / 750 * 100vw);
        margin: calc(4 / 750 * 100vw) auto 0;
    }
    .floating .cv__ttl__sub {
        display: none;
    }
    .floating .cv__ttl__main {
        font-size: calc(26 / 750 * 100vw);
        line-height: 130%;
        margin-top: 0;
    }
    .floating .cv__btn02 .cv__ttl__main {
        font-size: calc(24 / 750 * 100vw);
    }
    .floating .cv__btn02 .cv__ttl__main .min {
        font-size: calc(22 / 750 * 100vw);
    }
}

/* acc add */
.sec01n__acc {
    width: 776px;
    margin: 36px auto 0;
}
.sec01n__acc dt {
    background: #2C4198;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    padding: 15px 22px;
    line-height: 100%;
    letter-spacing: 0.06em;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.sec01n__acc dt::after {
    content: "";
    background: url(../img/common/sec01_arw.svg) no-repeat left top;
    background-size: 100% 100%;
    width: 24px;
    height: 14px;
    display: block;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
}
.sec01n__acc dt.open::after {
    transform: translateY(-50%) rotate(180deg);
}
.sec01n__acc dd {
    background-color: #fff;
    text-align: justify;
    letter-spacing: 0.03em;
    padding: 0px 101px 40px;
    display: none;
}
.sec01n__acc__text01{
    font-weight: 700;
    font-size: 22px;
    line-height: 160%;
    color: #2C4198;
    text-align: center;
    position: relative;
    padding-top: 68px;
    margin-bottom: 20px;
}
.sec01n__acc__text01:before{
    font-family: "Arial";
    font-weight: 700;
    font-size: 60px;
    line-height: 80%;
    color: #384FB1;
    opacity: 0.16;
    display: block;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.sec01n__acc__text01.-n01:before{
    content: '01';
}
.sec01n__acc__text01.-n02:before{
    content: '02';
}
.sec01n__acc dd .flex01{
    display: flex;
    justify-content: space-between;
}
.sec01n__acc dd .flex01__box{
    flex: 0 0 281px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F0F8FF;
    border-radius: 6px;
    text-align: center;
} 
.sec01n__acc dd .flex01__text01{
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.06em;
    color: #2C4198;
    margin-bottom: 6px;
}
.sec01n__acc dd .flex01__text01 .num01{
    font-size: 24px;
    line-height: 120%;
}
.sec01n__acc dd .flex01__text02{
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #2C4198;
}
.sec01n__acc dd .flex01__text03{
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #2C4198;
}
.sec01n__acc__wrap01{
    background: #F0F8FF;
    border-radius: 6px;
    padding: 30px 40px;
}
.sec01n__acc__text02{
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #2C4198;
    margin-bottom: 16px;
}
.sec01n__acc dd .list01{
    padding-left: 25px;
}
.sec01n__acc dd .list01 li {
    list-style-type: disc;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #666666;
    margin-bottom: 10px;
}
.sec01n__acc dd .list01 li .small{
    font-size: 12px;
}
.sec01n__acc__note {
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #666666;
    margin-top: 12px;
}
.sec01n__acc__note .note{
    margin-top: 8px;
}
@media screen and (max-width: 1080px) {
    .sec01n__acc {
        width: calc(630 / 750 * 100vw);
        margin: calc(36 / 750 * 100vw) auto 0;
    }
    .sec01n__acc dt {
        font-size: calc(32 / 750 * 100vw);
        padding: calc(18 / 750 * 100vw) 0;
    }
    .sec01n__acc dt::after {
        width: calc(24 / 750 * 100vw);
        height: calc(14 / 750 * 100vw);
        right: calc(30 / 750 * 100vw);
    }
    .sec01n__acc dd {
        padding: 0 calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
    }
    .sec01n__acc__text01{
        font-size: calc(30 / 750 * 100vw);
        padding-top: calc(70 / 750 * 100vw);
        margin-bottom: calc(20 / 750 * 100vw);
    }
    .sec01n__acc__text01:before{
        font-size: calc(68 / 750 * 100vw);
        bottom: calc(25 / 750 * 100vw);
    }
    .sec01n__acc__text01.-n02:before{
        bottom: calc(75 / 750 * 100vw);
    }
    .sec01n__acc dd .flex01__box{
        flex: 0 0 calc(279 / 750 * 100vw);
        height: calc(112 / 750 * 100vw);
        border-radius:calc(12 / 750 * 100vw);
    } 
    .sec01n__acc dd .flex01__text01{
        font-size: calc(22 / 750 * 100vw);
        margin-bottom: calc(6 / 750 * 100vw);
    }
    .sec01n__acc dd .flex01__text01 .num01{
        font-size: calc(32 / 750 * 100vw);
    }
    .sec01n__acc dd .flex01__text02{
        font-size: calc(24 / 750 * 100vw);
    }
    .sec01n__acc dd .flex01__text03{
        font-size: calc(22 / 750 * 100vw);
    }
    .sec01n__acc__wrap01{
        border-radius: calc(12 / 750 * 100vw);
        padding: calc(26 / 750 * 100vw) calc(40 / 750 * 100vw) calc(16 / 750 * 100vw) ;
        margin-bottom: calc(30 / 750 * 100vw);
    }
    .sec01n__acc__text02{
        font-size: calc(26 / 750 * 100vw);
        margin-bottom: calc(26 / 750 * 100vw);
    }
    .sec01n__acc dd .list01{
        padding-left: 0;
        margin-left:calc(30 / 750 * 100vw);
    }
    .sec01n__acc dd .list01 li {
        font-size: calc(24 / 750 * 100vw);
        margin-bottom:calc(14 / 750 * 100vw);
    }
    .sec01n__acc dd .list01 li .small{
        font-size: calc(20 / 750 * 100vw);
    }
    .sec01n__acc__note {
        font-size: calc(20 / 750 * 100vw);
        margin-top: 0;
    }
    .sec01n__acc__note .note{
        margin-top: calc(10 / 750 * 100vw);
    }
}


/* sec02 add */
.sec02n {
    padding: 80px 0 130px;
}
.sec02n__ttl{
    text-align: center;
    margin-bottom: 25px;;
}
.sec02n__ttl__sub{
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.06em;
    color: #333333;
}
.sec02n__ttl__main{
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.06em;
    color: #2C4198;
}
.sec02n__contents{
    width: 920px;
    margin: 0 auto;
}
.sec02n__table02{
    border-collapse: collapse;
    width: 100%;
}
.sec02n__table02 th {
    padding: 16px 10px;
}
.sec02n__table02 td {
    border: 2px solid #C4C4C4;
    text-align: center;
}
.sec02n__table02 th.grey{
    background: #DEDEDE;
    width: 347px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}
.sec02n__table02 th.blue{
    background: #2C4198;
    color: #fff;
    width: 379px;
    font-weight: 700;
    font-size: 22px;
    line-height: 160%;
    border-top: 8px solid #E36464;
    border-left: 8px solid #E36464;
    border-right: 8px solid #E36464;
}
.sec02n__table02 td.ttl{
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #2C4198;
    background: #FEFAE8;
    padding: 28px 10px 29px;
}
.sec02n__table02 td.general {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    padding: 20px 45px;
    text-align: left;
}
.sec02n__table02 td.keiyo {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #2C4198;
    background: #F0F8FF;
    padding: 14px 0;
    border-left: 8px solid #E36464;
    border-right: 8px solid #E36464;;;
}
.sec02n__table02 tr:last-child .keiyo{
    border-bottom: 8px solid #E36464;
}



@media screen and (max-width: 1080px){
    .sec02n {
        padding: calc(80/ 750 * 100vw) 0;
    }
    .sec02n__ttl{
        margin-bottom: calc(40/ 750 * 100vw);
    }
    .sec02n__ttl__sub{
        font-size: calc(36/ 750 * 100vw);
    }
    .sec02n__ttl__main{
        font-size: calc(48/ 750 * 100vw);
    }
    .sec02n__contents{
        width: calc(690/ 750 * 100vw);
    }
    .sec02n__table02 th {
        padding: calc(18/ 750 * 100vw) calc(10/ 750 * 100vw);
    }
    .sec02n__table02 td {
        border: calc(2/ 750 * 100vw) solid #C4C4C4;
    }
    .sec02n__table02 th.grey{
        width: calc(286/ 750 * 100vw);
        font-size: calc(22/ 750 * 100vw);
    }
    .sec02n__table02 th.blue{
        width: calc(285/ 750 * 100vw);
        font-size: calc(28/ 750 * 100vw);
        border-top: calc(8/ 750 * 100vw) solid #E36464;
        border-left:calc(8/ 750 * 100vw) solid #E36464;
        border-right: calc(8/ 750 * 100vw) solid #E36464;
    }
    .sec02n__table02 td.ttl{
        font-size: calc(24/ 750 * 100vw);
        padding: calc(39/ 750 * 100vw) 0;
    }
    .sec02n__table02 td.general {
        font-size: calc(20/ 750 * 100vw);
        padding:calc(30/ 750 * 100vw) calc(12/ 750 * 100vw);
    }
    .sec02n__table02 td.keiyo {
        font-size: calc(24/ 750 * 100vw);
        padding: calc(25/ 750 * 100vw) 0;
        border-left: calc(8/ 750 * 100vw) solid #E36464;
        border-right: calc(8/ 750 * 100vw) solid #E36464;
    }
    .sec02n__table02 tr:last-child .keiyo{
        border-bottom: calc(8/ 750 * 100vw) solid #E36464;
    }



}