@charset "utf-8";
/* ---------------------------------------------
navigation02 ※TOP、下層共通
--------------------------------------------- */
.header-area-upper {
    padding: var(--s1);
    text-align: right;
}
.header-title {
    font-size: 1.2rem;
    display: inline-block;
    position: relative;
}
.header-title::before {
    content: "PR";
    padding: .2rem;
    color: #fff;
    background-color: #252C5A;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -2.4rem;
}
.header-title a {
    text-decoration: none;
}
.header-title a:hover {
    text-decoration: underline;
}
.gnavi-btn-close {
    display: none;
}
.toggle-content {
    display: none;
}
.gnavi-ctrl {
    transition: opacity 0.6s, visibility 0.6s;
    opacity: 0;
    visibility: hidden;
}
.gnavi-ctrl.is-show {
    opacity: 1;
    visibility: visible;
}

.gnavi-btn {
    width: var(--s7);
    height: var(--s6);
    background: #0066FF;
    display: block;
    position: fixed;
    top: var(--s3);
    right: 0;
    z-index: 200;
    cursor: pointer;
}
.gnavi-btn span {
    width: var(--s4);
    height: 0.2rem;
    display: inline-block;
    background: #fff;
    position: absolute;
    left: 1.2rem;
    transform: translate(0, -50%);
    transition: transform 0.4s, opacity 0.4s;
}
.gnavi-btn span:nth-of-type(1) {
    top: 1.7rem;
}
.gnavi-btn span:nth-of-type(2) {
    top: 2.4rem;
}
.gnavi-btn span:nth-of-type(3) {
    top: 3.1rem;
}
.gnavi-btn.is-active span:nth-of-type(1) {
    transform: translateY(0.7rem) rotate(-45deg);
}
.gnavi-btn.is-active span:nth-of-type(2) {
    opacity: 0;
}
.gnavi-btn.is-active span:nth-of-type(3) {
    transform: translateY(-0.7rem) rotate(45deg);
}
.gnavi-btn-close {
    width: 80%;
    margin: 0 auto;
    padding: var(--s2);
    background: #FFFFFF;
    display: block;
    text-align: center;
    color: #252C5A;
}
.gnavi-btn-close__inner {
    padding: 0 0 0 var(--s3);
    display: inline-block;
    color: #252C5A;
    font-weight: 700;
    position: relative;
}
.gnavi-btn-close__inner::before {
    content: "";
    width: 1em;
    height: 0.2rem;
    background: #0066FF;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%) rotate(45deg);
}
.gnavi-btn-close__inner::after {
    content: "";
    width: 1em;
    height: 0.2rem;
    background: #0066FF;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%) rotate(135deg);
}
.gnavi-area {
    width: 100%;
    max-width: 37.5rem;
    height: 100vh;
    padding: var(--s3) var(--s1) var(--s10);
    display: block;
    background: #F6F6F6;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    transform: translateX(100%);
    transition: transform 0.8s ease, opacity 0.8s ease;
    opacity: 0;
}
.gnavi-title {
    min-height: var(--s6);
    margin: 0  auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    width: 13rem;
}
.gnavi-pc {
    display: none;
}
.gnavi-list {
    border-bottom: 1px solid #7D8094;
    position: relative;
}
.gnavi-list li {
    padding-left: 0;
}
.gnavi-list__item::before {
    display: none;
}
.gnavi-list__link {
    width: 100%;
    margin: 0 auto;
    padding: var(--s2) var(--s4) var(--s2) var(--s2);
    border-top: 1px solid #7D8094;
    display: block;
    font-weight: 700;
    line-height: 2;
    text-decoration: none;
    position: relative;
}
.gnavi-list__link::after {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background: url(img/arrow-01-blg-right.svg) no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: var(--s2);
    transform: translate(0, -50%) rotate(0);
    transition: transform 0.3s;
}
.gnavi-list__link--toggle::after {
    background-image: url("img/arrow0-blg-down.svg");
}
.gnavi-list__link--toggle.is-open::after {
    transform: translate(0, -50%) rotate(180deg);
}
.gnavi-list__sub {
    width: 100%;
    background: #fff;
}
.gnavi-list__low .gnavi-list__link {
    padding: var(--s2) var(--s4) var(--s2) var(--s4);
}
.gnavi-list__low .gnavi-list__link::after {
    content: "└";
    background: none;
    transform: translateY(-50%);
    position: absolute;
    top: 40%;
    left: 1rem;
}
.is-gnavi-open .gnavi-area {
    opacity: 1;
    transform: translateX(0);
}

ul li span{
    font-weight: 700;
    background: linear-gradient(transparent 70%, #FCD3DB 70%);
}

/* ---------------------------------------------
index01(目次)
--------------------------------------------- */
.onb-index01-frame {
    width: 100%;
    max-width: 80rem;
    background-color: var(--site-color09);
    margin: 3rem auto;
}
.onb-index01-wrap {
    margin: 0 auto;
    padding: var(--s1) var(--s3);
    background-color: #F6F6F6;
    position: relative;
}
.onb-index01-title {
    padding: var(--s3) var(--s2);
    color: #252C5A;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    background-size: 4rem auto;
    position: relative;
    cursor: pointer;
}
.onb-index01-title::before {
    content: "";
    width: 2rem;
    height: 0.3rem;
    background: #252C5A;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translate(0, -50%);
}
.onb-index01-title::after {
    content: "";
    width: 0.3rem;
    height: 2rem;
    background: #252C5A;
    position: absolute;
    top: 50%;
    right: 2.9rem;
    transform: translate(0, -50%);
    transition: transform 0.3s;
}
.onb-index01-title.is-open::after {
    transform: translate(0, -50%) rotate(270deg);
}
.onb-index01-chapter {
    padding: var(--s2) var(--s2) var(--s2) var(--s4);
    font-weight: 700;
}
.onb-index01-chapter-h {
    margin: 0 0 0 var(--s2);
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}
.onb-index01-chapter-h a {
    display: block;
    text-decoration: none;
    color:#252C5A;
}
.onb-index01-chapter-h a:hover {
    opacity: .6;
}
.onb-index01-chapter-h-two {
    margin-left: var(--s2);
    position: relative;
}
.onb-index01-chapter-h-three {
    margin-left: var(--s4);
    position: relative;
}
.onb-index01-chapter-h-two::before,
.onb-index01-chapter-h-three::before {
    position: absolute;
    top: 0;
    left: -1.5em;
}
.onb-index01-chapter-h-two::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 2rem;
    background-color: var(--site-color02);
    transform: translateY(-50%);
    top: .8em;
}
.onb-index01-chapter-h-three::before {
    content: "└";
}
.more-content {
    display: none;
}

/* sp */

@media screen and (max-width: 767px) {
    .onb-index01-wrap {
        padding: 0;
    }
    .onb-index01-title {
        padding: var(--s2);
        font-size: 2rem;
    }
}


/* ---------------------------------------------
related-article01(関連記事)
--------------------------------------------- */
.related-article01-frame {
    border: 1px solid var(--site-color09);
    margin: var(--s6) auto;
    padding: var(--s1)  var(--s3)  var(--s4) var(--s3);
    background: #f7f7f7;
    position: relative;
}
.related-article01-title {
    padding: var(--s3) var(--s2);
    color: #252C5A;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
    border-bottom: 1px solid #D0D3E0;
}
.related-article01-list {
    padding: var(--s2) 0 var(--s2) var(--s2);
    font-weight: 700;
}
.related-article01-list li {
    margin: 0 0 0 var(--s2);
    padding-left: 1.5em;
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}
.related-article01-list li + li {
    margin-top: 1rem;
}
.related-article01-list li::before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background-color: #0066FF;
    position: absolute;
    top: .6rem;
    left: 0;
}
.related-article01-list a {
    display: block;
    text-decoration: none;
}
.related-article01-list a:hover {
    opacity: 0.6;
}
.relations-box.relations-box--column {
    display: flex;
    gap: 1rem;
}
.relations-box__pic {
    flex: 0 0 15rem;
}
.is-hidden {
    display: none;
}

.related-article01-more {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 50%);
    background-color: transparent;
    width: 100%;
    height: 25%;
    position: absolute;
    bottom: -4rem;
    left: 0;
    padding: 2rem 0;
}


.related-article01-more.is-closed {
    display: none;
}

.related-article01-btn {
    border: 1px solid #252C5A;
    background: #F6F6F6;
    border-radius: 10rem;
    padding: 1rem 5rem 1rem 2rem;
    position: relative;
    font-weight: bold;
}

.related-article01-btn::before {
    content: "";
    width: 1.8rem;
    height: .2rem;
    background: #252C5A;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translate(0, -50%);
}
.related-article01-btn::after {
    content: "";
    width: .2rem;
    height: 1.8rem;
    background: #252C5A;
    position: absolute;
    top: 50%;
    right: 2.3rem;
    transform: translate(0, -50%);
    transition: transform 0.3s;
}
.related-article01-btn:hover {
    opacity: 0.6;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .related-article01-title {
        font-size: 2rem;
        padding: var(--s2) 0;
    }
    .related-article01-list {
        padding: var(--s2) 0 0 0;
    }
    .related-article01-list li {
        margin-left: 0;
    }
    .relations-box__pic {
        flex: 0 0 10rem;
    }
}


/* ---------------------------------------------
fix-banner
--------------------------------------------- */
.pc-fix-banner01 {
    width: 16rem;
    position: fixed;
    right: 0;
    bottom: 13rem;
    z-index: 50;
}
.pc-fix-banner01 a {
    color: #fff;
    text-decoration: none;
    display: block;
}
.pc-fix-banner01 a:hover {
    opacity: .7;
}
.pc-fix-banner01-img {
    position: relative;
}
/* .pc-fix-banner01-img::before {
    content: "";
    width: 8rem;
    height: 3rem;
    background: url("./img/dummy.png") no-repeat center center;
    background-size: cover;
    border: 1px solid #fff;
    position: absolute;
    top: -1.5rem;
    left: .5rem;
    z-index: 5;
} */
.pc-fix-banner01-text {
    padding: var(--s2) var(--s1) var(--s2) var(--s1);
    color: #fff;
    position: relative;
    background-color: var(--site-color03);
    font-weight: bold;
}
.pc-fix-banner01-text::after {
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    border-top: .5rem solid transparent;
    border-left: .5rem solid transparent;
    border-right: .5rem solid #FF607D;
    border-bottom: .5rem solid #FF607D;
    position: absolute;
    right: .8rem;
    bottom: .8rem;
}
.pc-fix-banner01-text p {
    margin: 0;
    font-size: 1.6rem;
    text-align: center;
}
.pc-fix-banner01-text p.text-small {
    font-size: 1.6rem;
    line-height: 1.5;
}

.pc-fix-banner01-text p.text-small span{
    background:#fff;
    color:#252C5A;
    padding: 0 0.4rem;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .pc-fix-banner01 {
        display: none;
    }
}

.sp-fix-banner01 {
    display: none;
}
/*------------------------------------------------------------
    SP-banner settings
*/
@media screen and (max-width: 767px) {
    .sp-fix-banner01 {
        display: block;
        width: 70%;
        background-color: var(--site-color03);
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 50;
    }
    .sp-fix-banner01-text {
        padding: var(--s1) var(--s1) var(--s1) var(--s3);
        color: #fff;
        position: relative;
    }
    /* .sp-fix-banner01-text::before {
        content: "";
        width: 8rem;
        height: 3rem;
        background: url("./img/dummy.png") no-repeat center center;
        background-size: cover;
        border: 1px solid #fff;
        position: absolute;
        top: -1.5rem;
        left: .5rem;
        z-index: 5;
    } */
    .sp-fix-banner01-text p {
        margin: 0;
        font-size: 1.4rem;
        line-height: normal;
        font-weight: bold;
    }

    .sp-fix-banner01-text p span{
        background:#fff!important;
        color:#282C5A;
        padding: 0 .2rem;
    }
    .sp-fix-banner01-text a {
        padding-right: 1.6rem;
        color: #fff;
        text-decoration: none;
        background: url("./img/arrow-01-pink-right.svg") no-repeat right center / 1rem auto;
        display: block;
    }
    .sp-fix-banner01-text a:hover {
        opacity: .7;
    }
}

.onb-conclusion-box-frame {
    padding: var(--s2) var(--s4) var(--s4) var(--s4);
    background-color: var(--site-color07);
    margin-top: 5rem;
}
.onb-conclusion-box-ttl {
    position: relative;
}
.onb-conclusion-box-ttl__icon {
    width: 10rem;
    height: 10rem;
    font-weight: 700;
    font-size: 2rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('./img/bg-square.png') no-repeat top left;
    background-size: contain;
    position: absolute;
    left: -4.2rem;
    bottom: 0;
    z-index: 5;
}
.onb-conclusion-box-ttl__text {
    padding-top: var(--s1);
    padding-bottom: var(--s3);
    margin-left: 8rem;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    border-bottom: 4px solid #0066FF;
    color: #0066FF;
}
.onb-conclusion-floatimg {
    text-align: center;
}
.l-onb-conclusion-img {
    width: 20%;
    text-align: center;
}
.l-onb-conclusion-img img {
    max-width: 100%;
}
.onb-onb-conclusion-box-imgcap {
    margin-top: var(--s1);
    text-align: center;
    font-size: 1.2rem;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .onb-conclusion-box-frame {
        padding: var(--s3) var(--s3);
        margin-top: 6rem;
    }

    .onb-conclusion-box-ttl__icon {
        width: 6.4rem;
        height: 6.4rem;
        transform: translateY(-50%);
        top: -3rem;
        left: -3rem;
        bottom: inherit;
        font-size: 1.6rem;
    }
    .onb-conclusion-box-ttl__text {
        margin-left: 0;
        padding-top: var(--s1);
        padding-bottom: var(--s2);
        font-size: 2rem;
    }
    .l-onb-conclusion-img {
        width: 36%;
    }
}

.sp-scroll-table {
    display: none;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .sp-scroll-table {
        margin-bottom: 1rem;
        display: block;
        padding: var(--s1);
        border: 1px solid #ccc;
        text-align: center;
        font-size: 1.2rem;
        border-radius: 2rem;
    }
}

.thb-taglist-title {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
}
.thb-tag-list-2c {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s1);
}
.thb-tag-list-2c li {
    width: calc((100% - var(--s1))/ 2);
    padding: .3rem .05rem;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
}
.thb-tag-list-2c li::before {
    display: none;
}
.thb-tag-colored {
    background-color: #F6F6F6;
    color: #0066FF;
}
.thb-tag-white {
    border: 1px solid var(--site-color16);
    background-color: #fff;
    color: var(--site-color16);
}
.thb-tag-colored .tag-name,
.thb-tag-white .tag-name {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.section-title04 {
    display: block;
    margin: var(--s4) 0 var(--s7);
    font-size: 3.6rem;
    font-weight: 700;
    color: var(--site-color03);
    text-align: center;
    position: relative;
    line-height: normal;
}

.section-title04 span {
    background: #252C5A;
    color: #fff;
    padding: 0 .5rem;
}

.section-title04 a {
    text-decoration: none;
    background: url("./img/arrow-01-blg-right.svg") no-repeat right 60%;
    background-size: 1.8rem;
    display: inline-block;
    padding-right: 4rem;
}
.section-title04 a:hover {
    opacity:0.6;
}

.section-title04::after {
    content: "";
    width: 10rem;
    height: .6rem;
    background-color: var(--site-color05);
    transform: translateX(-50%);
    position: absolute;
    bottom: -3.2rem;
    left: 50%;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .section-title04 {
        font-size: 2.4rem;
        line-height: 1.5;
        margin: var(--s4) 0;
    }

    .section-title04 a {
        background-size: 1.5rem;
    }
}


.l-pic-contents01 {
    width: 100%;
    min-height: 52rem;
    display: flex;
    align-items: center;
    background-color: var(--site-color09);
    position: relative;
}
.l-pic-contents01--reverse {
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.l-pic-contents01-box {
    flex: 1;
}
.l-pic-contents01-box img {
    min-height: 52rem;
    display: block;
    object-fit: cover;
}
.l-pic-contents01-content {
    max-width: 50rem;
    padding: 0 var(--s8);
    position: relative;
    z-index: 5;
}
.l-pic-contents01-content--reverse {
    margin-left: auto;
}
.pic-contents01-catch {
    margin-bottom: 1rem;
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--site-color03);
    line-height: 1.5;
}
.pic-contents01-catch a {
    text-decoration: none;
    background: url("./img/arrow-01-black-right.svg") no-repeat right 60%;
    background-size: 1.8rem;
    display: inline-block;
    padding-right: 3rem;
}
.pic-contents01-catch a:hover {
    opacity:0.6;
}

.btn-pic-contents01 {
    margin: var(--s5) auto 0 auto;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .l-pic-contents01 {
        min-height: inherit;
        flex-direction: column;
    }
    .l-pic-contents01-content {
        max-width: inherit;
        padding: var(--s4) var(--s2);
    }
    .l-pic-contents01-box img {
        min-height: inherit;
        object-fit: inherit;
    }

    .pic-contents01-catch {
        font-size: 2.4rem;
    }
    .btn-pic-contents01 {
        margin-right: var(--s1);
    }
}


/*------------------------------------------
    3box column settings
*/
.column-small {
    padding: var(--s2);
    background-color: var(--site-color07);
}
.thb-box-full {
    width: calc(100% + var(--s4));
    margin-left: calc(var(--s2) * -1);
}


.img-title-area {
    display: block;
    background-color: var(--site-color03);
    align-items: end;
}
.img-title-image {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.img-title-image img {
    width: auto;
    height: 10rem;
    margin: -8rem auto 1rem;
}
.img-title {
    width: 100%;
    padding: 0 var(--s2) var(--s2) var(--s1);
    color: #fff;
    line-height: 1.5;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
}
.img-title-sub {
    margin-bottom: .8rem;
    padding: var(--s1) 0;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    display: inline-block;
    background: linear-gradient(transparent 92%, var(--site-color15) 92%);
}

.img-title-area .color{
    color: #EEF9FB;
}

.img-title-small {
    font-size: 1.4rem;
}


.m-title01 .small {
    font-size: 1.4rem;
}

.thb-listbox-area {
    padding: var(--s2);
    background-color: #EEF9FB;
    position: relative;
}
.thb-listbox-title {
    margin-top: -5.5rem;
    padding: var(--s1);
    color: #fff;
    background-color: var(--site-color03);
    text-align: center;
}
.thb-listbox-subtitle {
    text-align: center;
    font-weight: 700;
    color: #0066FF;
    font-size: 1.8rem;
    line-height: normal;
}
.thb-listbox-list {
    width: 100%;
    padding-left: 2rem;
}
.thb-listbox-list li {
    padding: 0 var(--s1);
    line-height: 1.5;
    position: relative;
}

.thb-listbox-list li span{
    background: linear-gradient(transparent 92%, var(--site-color15) 92%);
}

.thb-listbox-list li::before {
    content: "";
    width: 2rem;
    height: 2rem;
    background: url("./img/icon-check.svg") no-repeat left top;
    background-size: contain;
    position: absolute;
    top: .3rem;
    left: -2rem;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .thb-listbox-area {
        padding: var(--s3) var(--s2) var(--s2) var(--s2);
    }
    .thb-listbox-list li {
        font-size: 1.4rem;
    }
    .thb-listbox-list--three li {
        width: calc((100% - var(--s2)) / 2);
    }
    .thb-listbox-title {
        width: 80%;
        margin: -5rem auto 0 auto;
        padding: var(--s1);
        font-size: 1.4rem;
        text-align: center;
    }
}

.thb-text-list {
    padding: var(--s2);
    border: 1px solid #999;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: var(--s2);
}
.thb-text-list__left {
    width: 4em;
    color: var(--site-color03);
}
.thb-text-list__right {
    width: calc(100% - (4em + var(--s2)));
    font-size: 1.4rem;
}
.thb-text-list__right em {
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
}

/*------------------------------------------
    1box column settings
*/

.onb-box-full {
    width: calc(100% + var(--s8));
    margin-left: calc(var(--s4) * -1);
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .column-medium {
        padding: var(--s3);
    }
    .onb-box-full {
        width: calc(100% + var(--s6));
        margin-left: calc(var(--s3) * -1);
    }
}

.onb-icon-title-frame {
    padding: var(--s4);
    background-color: var(--site-color03);
    position: relative;
}
.onb-icon-title-icon {
    width: auto;
    height: 12rem;
    overflow: hidden;
    position: absolute;
    top: -4rem;
    left: 2rem;
}
.onb-icon-title-icon img {
    width: auto;
    height: 100%;
}
.onb-icon-title {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
}
.onb-icon-title .underline {
    border-bottom: 4px solid var(--site-color15);
}

.onb-icon-title small {
    font-size: 2.2rem;
    border: none;
}
.onb-icon-title-catch {
    margin-bottom: .8rem;
    font-size: 2.2rem;
    display: block;
    line-height: 1.5;
    border: none;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .onb-icon-title-frame {
        padding: var(--s2) var(--s2) var(--s3) var(--s2);
    }
    .onb-icon-title {
        font-size: 2rem;
    }
    .onb-icon-title small {
        font-size: 1.6rem;
    }
    .onb-icon-title-catch {
        /* padding-left: var(--s4); */
        font-size: 1.6rem;
    }
    .onb-icon-title-icon {
        width: 6rem;
        height: 6rem;
        position: absolute;
        top: -4rem;
        left: -.5rem;
    }
}

.m-title01 {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #252C5A;
}

.m-title01 small {
    font-size: 2rem;
    border: none;
    display: block;
    margin-top: 1rem;
}

@media screen and (max-width: 767px) {
    .m-title01 {
        font-size: 2.2rem;
    }
    .m-title01 small {
        font-size: 1.4rem;
    }
}

.onb-center-img {
    max-width: 64%;
    margin: 0 auto;
}

.onb-center-img .caption{
    text-align:center;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .onb-center-img {
        max-width: 100%;
    }
}

.onb-m-title5 {
    line-height: 1.5;
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    margin-top: var(--s4);
}
.onb-m-title5 span {
    display: flex;
    align-items: center;
}
.onb-m-title5 span::before,
.onb-m-title5 span::after {
    content: "";
    min-width: 5%;
    height: 1px;
    background-color: #0066FF;
    flex-grow: 1;
}
.onb-m-title5 span::before {
    margin-right: var(--s2);
}
.onb-m-title5 span::after {
    margin-left: var(--s2);
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .onb-m-title5 span::before,
    .onb-m-title5 span::after {
        width: 4rem;
    }
    .onb-m-title5 span::before {
        margin-right: var(--s1);
    }
    .onb-m-title5 span::after {
        margin-left: var(--s1);
    }
}

.onb-iconbox03-frame {
    margin-top: 0;
    padding: var(--s4) var(--s2);
    background-color: var(--site-color07);
}
/* .onb-iconbox03-frame p {
    font-size: 1.4rem;
} */
.onb-iconbox03-sub {
    margin-top: -3rem;
    text-align: center;
}
.onb-iconbox03-sub span {
    padding: var(--s1) var(--s2);
    display: inline-block;
    background-color: var(--site-color03);
    color: #fff;
}
.onb-iconbox03-img {
    padding-left: var(--s4);
    padding-right: var(--s4);
}
.onb-iconbox03-catch {
    font-size: 2rem;
    font-weight: 700;
    color: var(--site-color02);
    line-height: 1.5;
    text-align: center;
}
.onb-iconbox03-caption {
    text-align-last: left;
}

.onb-casebox-01-frame {
    margin-top: 2rem;
    padding: var(--s6) var(--s4);
    background-color: #F6F6F6;
    position: relative;
}
.onb-casebox-01-sub {
    padding: var(--s1) var(--s3);
    background-color: var(--site-color03);
    color: #fff;
    font-size: 2.2rem;
    transform: translateX(-50%);
    position: absolute;
    top: -2rem;
    left: 50%;
}
.l-onb-casebox-01 {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s2);
}
.l-onb-casebox-01__side {
    width: 12rem;
}
.l-onb-casebox-01__side img {
    border-radius: 50%;
}
.l-onb-casebox-01__main {
    width: calc(100% - 14.2rem);
}
.onb-casebox-01-table {
    width: 100%;
    border: 1px solid #D3D3D3;
    border-collapse: collapse;
    background-color: #fff;
    font-size: 1.4rem;
    margin-top: 1.6rem;
}
.onb-casebox-01-table th {
    font-weight: normal;
    text-align-last: center;
    background-color: var(--site-color07);
    font-weight: bold;
    width: 20rem;
}
.onb-casebox-01-table th,
.onb-casebox-01-table td {
    border: 1px solid #252C5A;
    padding: var(--s1) var(--s2);
}
.onb-casebox-01-catch {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--site-color02);
    margin-bottom: 2rem;
}
.onb-casebox-01-caption {
    text-align: right;
}
.arrow {
    width: 4rem;
    margin: 1rem auto;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .l-onb-casebox-01 {
        flex-direction: column;
    }
    .l-onb-casebox-01__side,
    .l-onb-casebox-01__main {
        width: 100%;
    }
    .l-onb-casebox-01__side {
        text-align: center;
        width: 12rem;
        margin: 0 auto;
    }
    .l-onb-casebox-01__side {
        width: 10rem;
    }
}

.onb-iconbox04-frame {
    justify-content: flex-start;
}
.onb-iconbox04-frame table th {text-align: center;}

.onb-iconbox04-frame table{
    font-size:1.4rem;
}

.onb-iconbox04-catch {
    min-height: 3.5rem;
    font-size: 2rem;
    font-weight: 700;
    color: var(--site-color02);
    line-height: 1.5;
    text-align: center;
}
.onb-iconbox04-caption {
    text-align-last: left;
}

.title-catch {
    font-size: 2rem;
    font-weight: 700;
    color: var(--site-color03);
    text-align: center;
    line-height: 1.5;
}
.title-catch span {
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    .onb-iconbox04-frame {
        margin-top: 2rem;
    }
    .onb-iconbox04-catch {
        font-size: 1.8rem;
    }
}

.acc-more-btn {
    max-width: 46rem;
    width: 100%;
    margin: var(--s5) auto;
    position: relative;
}
.acc-more-btn span {
    width: 100%;
    margin: var(--s5) auto;
    padding: 2.5rem 3rem;
    border: 0.1rem solid var(--site-color03);
    border-radius: 4rem;
    background: url('./img/acc-off.svg') no-repeat 95% center #F6F6F6;
    background-size: 2rem;
    display: block;
    text-align: center;
    transform: translate(0, 0);
    transition: transform 0.3s;
    cursor: pointer;
    z-index: 1;
    font-weight: 700;
}
/* .acc-more-btn::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--site-color03);
    border-width: 0 1px 1px 0;
    transform: translate(.8rem, .8rem);
    border-radius: 4rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
} */
.acc-more-btn:hover span {
    transform: translate(.8rem, .8rem);
}
.acc-more-btn.is-open span {
    background: url('./img/acc-on.svg') no-repeat 95% center #f6f6f6;
	background-size: 2rem;
}
.more-content {
    display: none;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .acc-more-btn {
        margin-right: var(--s1);
        width: 80%;
    }
    .acc-more-btn span {
        transition: inherit;
        transform: none;
    }
    .acc-more-btn:hover span {
        transform: none;
    }
}

/*------------------------------------------
    2box column settings
*/
.column-medium {
    padding: var(--s4) var(--s4);
    background: #F6F6F6;
}
.twb-box-full {
    width: calc(100% + var(--s8));
    margin-left: calc(var(--s4) * -1);
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .column-medium {
        padding: var(--s3) var(--s3);
    }
    .twb-box-full {
        width: calc(100% + var(--s4));
        margin-left: calc(var(--s2) * -1);
    }
}

.twb-m-title01 {
    display: flex;
    padding: 0;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--site-color03);
    text-align: center;
    line-height: 1.5;
}

.twb-m-title01 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* min-height: 8.5rem; */
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    background: url(./img/arrow-01-blg-right.svg) no-repeat right center;
    background-size: 1.2rem auto;
    padding-right: 2rem;
}

.title-catch a,
.onb-m-title6 a {
    text-decoration: none;
    background: url("./img/arrow-01-blg-right.svg") no-repeat right 60%;
    background-size: 1.2rem;
    display: block;
    padding-right: 1.7rem;
}

.twb-m-title01 a:hover,
.title-catch a:hover,
.onb-m-title6 a:hover {
    opacity:0.6;
}

.onb-m-title6 {
    padding: .5rem 1rem .8rem 1rem;
    line-height: 1.5;
    font-size: 2rem;
    font-weight: 700;
    border-left: 1.1rem solid var(--site-color02);
}


.com-box04-frame {
    padding: var(--s4) 0;
    /* border: 1px solid var(--site-color11); */
}
.com-box04-title {
    margin-bottom: var(--s4);
    padding: var(--s1);
    background-color: var(--site-color12);
    color: var(--site-color03);
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
}
.com-box04-area {
    display: flex;
    gap: var(--s4);
}
.com-box04-text {
    width: calc((100% - 13rem));
}
.com-box04-text .caption {
    color: var(--site-color13);
}
.com-box04-img {
    width: 13rem;
    text-align: center;
}
.com-box04-img span {
    margin-top: var(--s1);
    display: block;
    font-size: 1.2rem;
    text-align: center;
}
.com-box04-catch {
    margin-bottom: var(--s2);
    color: var(--site-color03);
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
}
.com-box04-catch a {
    text-decoration: none;
    background: url("./img/arrow-01-blg-right.svg") no-repeat right 60%;
    background-size: 1.2rem;
    display: block;
    padding-right: 1.8rem;
}
.com-box04-catch a:hover {
    opacity:0.6;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .com-box04-frame {
        padding: var(--s2);
    }
    .com-box04-area {
        flex-direction: column;
        gap: var(--s2);
    }
    .com-box04-title {
        margin-bottom: var(--s2);
        font-size: 1.8rem;
    }
    .com-box04-img {
        width: 30%;
        margin: 0 auto;
    }
    .com-box04-text {
        width: 100%;
    }
    .com-box04-catch {
        font-size: 2rem;
    }
    .twb-m-title01 {
        font-size: 2rem;
    }
}

.twb-text-list {
    padding: var(--s2);
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    gap: var(--s2);
    flex-direction: column;
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
}
.twb-text-list div {
    display: flex;
    border-bottom: 1px solid #7D8094;
    padding-bottom: 0.8rem;
    width: 100%;
}
.twb-text-list__left {
    min-width: 7em;
    color: var(--site-color03);
    font-weight: bold;
    padding-bottom: 0.8rem;
    align-content: center;
}
.twb-text-list__right {
    width: calc(100% - (4em + var(--s2)));
    font-size: 1.4rem;
    word-break: break-all;
    overflow-wrap: break-word;
}
.twb-text-list__right em {
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
}


.sec03 .acc-more-btn,
.sec03 .acc-more-btn span {
    margin: 0 auto;
}

.sec05 .onb-m-title6 {
    font-size: 2.2rem;
    margin: 2rem 0 1rem;
}

@media screen and (max-width: 767px) {
    .sec05 .onb-m-title6 {
        font-size: 2rem;
}
}

/* ----------------------------
    bg
---------------------------- */

.sec01 {
    background:
    url(./img/bg-sec01-02.png) center / cover no-repeat,
    url(./img/bg-sec01-01.png) left top repeat,
    linear-gradient(to bottom, rgba(0, 102, 255, 0.3) 0%, rgba(8, 192, 254, 0.3) 100%);
}

.sec01, .sec02, .sec03, .sec04, .sec05, .sec06, .sec07 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.sec02 {
    background: #EEF9FB url(./img/bg-sec02.png) left top / contain repeat-y;
    padding-bottom: 10rem;
}

.sec01 .l-grid-three{
    margin-top: 10rem;
}

.sec01 .l-stack-large{
    gap:0;
}

.sec01 .caption{
    text-align:left;
}

.sec01 .column-small {
    padding: 0 var(--s2);
    background: #fff;
    display: block;
}
.sec01 .l-grid-three .column-small .btn-wrap {
    margin-top: 2rem;
}

.sec01 .btn-web{
    margin-top:0;
}


.sec01 .m-title01 {
    padding: var(--s3) 0 var(--s3) 0;
    font-size: 2rem;
    font-weight: 700;
    color: var(--site-color03);
    text-align: center;
    line-height: 1.5;
}

.sec01 .thb-listbox-subtitle{
    margin-bottom:2rem;
}

.sec01 .thb-listbox-bg-colored{
    margin-bottom:2rem;
}

.sec01 .thb-taglist-title{
    margin-bottom:2rem;
}

.sec01 .thb-listbox-list {
    margin-bottom:0;
}

.sec01 .thb-listbox-list li{
    margin-bottom:1rem;
}

.sec02 .column-medium {
    background: #fff;
    margin-top: 5rem;
    padding-top: 0;
}

.sec02 .onb-iconbox03-catch {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec02 .onb-iconbox04-frame table th{
    width: 12rem;
}

.sec02 .btn-wrap .btn-web {
    margin: var(--s2) auto;
}

.sec02 .l-scroll-x-sp table .col-unit,
.sec02 .l-scroll-x-sp table .td-unit {
    width: 1%;
    white-space: nowrap;
    min-width: auto;
}

.sec02 .l-scroll-x-sp table .col-price,
.sec02 .l-scroll-x-sp table .td-price {
    width: 14rem;
    min-width: 14rem;
    white-space: nowrap;
}

.sec02 .l-scroll-x-sp table td.td-unit {
    text-align: center;
}
.sec02 .l-scroll-x-sp table td.td-price {
    text-align: right;
    font-variant-numeric: tabular-nums;
}


.sec03 {
    display: block;
}

.sec03 .btn-link {
    padding: 0;
    text-align: right;
    width: 100%;
    align-content: center;
}

.sec03 .column-small {
    padding: var(--s4) var(--s3);
}
.sec03 .column-small.l-stack-small {
	justify-content: flex-start;
}

.sec03 .btn-link a {
    display: inline-block;
    position: relative;
    padding: 0.2rem 2.4rem 0.2rem 0;
    background: url(./img/arrow-01-blg-right.svg) no-repeat right center;
    background-size: 1.2rem auto;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: underline;
    border: none;
    text-align: right;
}

.sec04 .twb-m-title01 {
    margin-bottom: 1rem;
}

.sec06{
    background:#F6F6F6;
}

.sec06 .column-medium{
    background:#fff;
}

.mainvisual_lower {
    height: 13.5rem;
    background: #efeee0 url(./img/mv-low.png) no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainvisual_lower .siteName a:hover {
    opacity: .6;
}
.mainvisual_lower .mv-logo {
    width: 21rem;
    padding: 1.5rem 0;
}

.mainvisual_lowerr a:hover {
    opacity: .6;
}

@media screen and (max-width: 767px) {
    .sec01, .sec02, .sec03, .sec04, .sec05, .sec06, .sec07 {
    padding-top: 2rem;
    padding-bottom: 4rem;
    }
    .sec01 .l-grid-three .column-small{
        margin-bottom: 10rem;
        padding: 0 var(--s2) var(--s4);
    }

    .sec01 .l-grid-three .column-small:last-child{
        margin-bottom:0;
    }
    .sec01 .l-grid-three .column-small .btn-wrap {
        margin-top: 2rem;
    }

    .sec02 {
        padding-bottom: 6rem;
    }

    .sec02 .l-grid-three .onb-iconbox04-frame table th {
        width: 10rem;
    }
    .sec03 .btn-link {
        margin: 0;
    }

    .onb-m-title5 {
        font-size: 2rem;
    }

    .onb-iconbox03-catch {
        font-size: 1.8rem;
    }

    .onb-casebox-01-catch {
        font-size: 1.8rem;
        text-align: center;
    }

    .onb-casebox-01-table th {
        width: 10rem;
    }

    .onb-m-title6 {
        font-size: 1.8rem;
    }

    .onb-casebox-01-frame {
        padding: var(--s3) var(--s2);
    }

    .mainvisual_lower{
        height: 6.4rem;
    }

    .mainvisual_lower .siteName{
        width: 12rem;
    }
}

/*--------------------------------------
visArea
---------------------------------------*/

#visArea {
    background: #fff;
}

#visArea .mainArea {
    min-height: 24rem;
    margin: 0 auto;
    padding: 0rem 0 6rem 0;
    background: url(img/mv.png) no-repeat right 20% center;
    background-size: auto 100%;
}

#visArea .mainAreaInner {max-width: 100rem;margin:0 auto;}

#visArea .mainAreaInner .text-box {
    max-width: 60rem;
    background: rgb(255 255 255 / 0.9);
    padding: 3rem 3rem 3rem 0;
}

#visArea .siteName {
    width: 20rem;
    margin: 0 0 1.5rem 0;
}

#visArea .title {
    margin: 0 0 3rem 0;
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 1.4;
    color: #252C5A;
}

#visArea .logo {
    margin-bottom: 3rem;
}

#visArea .title span {
    color: #fff;
    font-size: 2.4rem;
    background: #252C5A;
    padding: 1rem;
    display: inline-block;
}

#visArea p:not([class]) {
    margin: 0 0 3rem;
}

@media screen and (max-width: 767px) {
#visArea .mainAreaInner .text-box {
    padding-right: calc(var(--s1) + var(--s-2));
    padding-left: calc(var(--s1) + var(--s-2));
    background: none;
}

#visArea .title span {
    font-size: 1.5rem;
    padding: .5rem;
}

#visArea .title {
    font-size: 2.8rem;
    margin: 0 0 2rem 0;
}

.header-title {padding-left: 2rem;}

.header-title::before {
    left: 0;
}

#visArea .logo {
    max-width: 12rem;
    position: absolute;
    top: 7rem;
}

#visArea .mainArea {
    background: url(./img/mv.png) no-repeat top center;
    background-size: 100% auto;
    padding: 20rem 0 0 0;
}
#visArea p:not([class]) {
    margin: 0;
}

}