@charset "utf-8";

/* ---------------------------------------------
navigation02 ※TOP、下層共通
--------------------------------------------- */

.header-area-upper {
    padding: var(--s1);
    text-align: right;
    background: var(--site-color010);
}

.header-title {
    font-size: 1.2rem;
    display: inline-block;
    position: relative;
}

.header-title::before {
    content: "PR";
    padding: .2rem;
    color: #fff;
    background-color: #333;
    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;
}

#low-header .gnavi-ctrl {
    opacity: 1;
    visibility: visible;
}

.gnavi-btn {
    width: var(--s7);
    height: var(--s6);
    background: var(--site-color01);
    display: block;
    position: fixed;
    top: var(--s6);
    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: var(--site-color08);
    display: block;
    text-align: center;
}

.gnavi-btn-close__inner {
    padding: 0 0 0 var(--s3);
    display: inline-block;
    color: #fff;
    font-weight: 700;
    position: relative;
}

.gnavi-btn-close__inner::before {
    content: "";
    width: 1em;
    height: 0.2rem;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%) rotate(45deg);
}

.gnavi-btn-close__inner::after {
    content: "";
    width: 1em;
    height: 0.2rem;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%) rotate(135deg);
}

.gnavi-area {
    width: 100%;
    max-width: 37.5rem;
    height: 100vh;
    background: var(--site-color05);
    display: block;
    background: #F5F5F5;
    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 var(--s8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
}

.gnavi-pc {
    display: none;
}

.gnavi-list {
    border-bottom: 1px solid var(--site-color01);
    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 var(--site-color01);
    display: block;
    font-weight: 700;
    line-height: 2;
    text-decoration: none;
    position: relative;
}

.gnavi-list__link::after {
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    background: url("img/arrow-01-black-right.svg") no-repeat center/100% auto;
    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/arrow-01-black-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);
}


/* ---------------------------------------------
index01(目次)
--------------------------------------------- */

.onb-index01-frame {
    width: 100%;
    background-color: var(--site-color09);
}

.onb-index01-wrap {
    margin: 0 auto var(--s5);
    padding: var(--s1) var(--s3);
    border: solid 0.1rem #D0D3E0;
    background-color: transparent;
    position: relative;
}

.onb-index01-title {
    padding: var(--s1) var(--s2) var(--s1) var(--s3);
    color: #333;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    border-left: 8px solid var(--site-color02);
    position: relative;
    cursor: pointer;
    margin: var(--s2) auto;
}

.onb-index01-title::before {
    content: "";
    width: 2rem;
    height: 0.3rem;
    background: #333;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translate(0, -50%);
}

.onb-index01-title::after {
    content: "";
    width: 0.3rem;
    height: 2rem;
    background: #333;
    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;
}

.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;
}

.onb-index01-content {
    background-color: var(--site-color05);
}


/*------------------------------------------------------------
    SP settings
*/

@media screen and (max-width: 767px) {
    .onb-index01-title {
        font-size: 1.7rem;
    }
}


/* ---------------------------------------------
related-article01(関連記事)
--------------------------------------------- */

.related-article01-frame {
    /*! border: 1px solid var(--site-color08); */
    margin: var(--s6) auto;
    padding: var(--s1) var(--s3) var(--s4) var(--s3);
    background: var(--site-color09);
    position: relative;
	width: 60%;
}

.related-article01-title {
    padding: var(--s2) var(--s2) var(--s2) var(--s8);
    color: var(--site-color08);
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    /*! background: url("./img/dummy-icon.png") no-repeat left center; */
    background-size: 5rem auto;
    position: relative;
    border-left: 7px solid var(--site-color02);
    padding: var(--s-2) var(--s-2) var(--s-2) var(--s3);
    margin: var(--s3) auto var(--s1);
}

.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: 10px;
}

.related-article01-list li::before {
    content: "";
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
    background-color: var(--site-color02);
    position: absolute;
    top: .8rem;
    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: 10px;
}

.relations-box__pic {
    flex: 0 0 150px;
}


/*------------------------------------------------------------
    SP settings
*/

@media screen and (max-width: 767px) {
    .related-article01-list {
        padding: 0;
    }
    .related-article01-list li {
        margin-left: 0;
    }
    .relations-box__pic {
        flex: 0 0 100px;
    }
}


/* ---------------------------------------------
h2 見出し
--------------------------------------------- */

.section-title01-frame {
    padding-top: 10rem;
    position: relative;
}

.section-title01-frame p {
    color: #fff;
}

.section-title01-bg {
    padding: 8rem 7.2rem 0.2rem 7.2rem;
    position: relative;
    z-index: 2;
    background-color: rgba(255, 255, 255, .8);
}

.section-title01 {
    margin-bottom: 5rem;
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--site-color02);
    line-height: 1.5;
    text-align: center;
    position: relative;
}

.section-title01::before {
    content: "SELECTION";
    padding: 0 var(--s2);
    font-size: 2.6rem;
    transform: translateX(-50%);
    position: absolute;
    top: -4.8rem;
    left: 50%;
    z-index: 3;
    font-family: Arial, sans-serif;
    background: linear-gradient(to right, #00A5C3, #002B3E);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    pointer-events: none;
}

.section-title01::after {
    content: "";
    height: 1px;
    transform: translateX(-50%);
    background-color: #ccc;
    position: absolute;
    top: -2rem;
    left: 50%;
    z-index: 2;
}


/*------------------------------------------------------------
    SP settings
*/

@media screen and (max-width: 767px) {
    .section-title01-bg {
        padding: var(--s7) var(--s2) var(--s1) var(--s2);
    }
    .section-title01 {
        margin-bottom: var(--s3);
        font-size: 2.4rem;
        line-height: 1.5;
    }
    .section-title01::before {
        font-size: 1.8rem;
        top: -3.2rem;
    }
    .section-title01-frame {
        padding-top: 4rem;
        background: linear-gradient(to bottom, transparent 0%, transparent 70%, #fff 100%),#e7f6fa url(./img/section-title01-frame-img.png) no-repeat center top;
		background-size: 125rem auto;
    }
    #index .section-title01-frame {
        padding-top: 4rem;
    }
}


/* ---------------------------------------------
3つ並びBOX
--------------------------------------------- */


/*------------------------------------------
    3box column settings
*/

.column-small {
    padding: var(--s2);
    background: #fff;
    border: 1px solid var(--site-color06);
}

.thb-box-full {
    width: calc(100% + var(--s4));
    margin-left: calc(var(--s2) * -1);
}


/* ---------------------------------------------
3選キャッチ
--------------------------------------------- */

.icon-title-area {
    background-color: var(--site-color02);
    position: relative;
}

.icon-title-obj-r {
    width: 9rem;
    height: 9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11rem;
    position: absolute;
    top: -3.8rem;
    left: 11.2rem;
}

.icon-title-obj-r__inner {
    text-align: center;
    font-weight: 700;
}

.icon-title-obj-r__inner img {
    width: 80%;
}

.icon-title-r {
    padding: 4.2rem 1.6rem 1.6rem 1.6rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.icon-title-big {
    font-size: 2.3rem;
    font-weight: 700;
    color: #313131;
    background: #fff;
    padding: 0 var(--s-2);
    line-height: 1.7;
}


/* ---------------------------------------------
3選キャッチ（2つ目）
--------------------------------------------- */

.img-title-area {
    display: flex;
    align-items: end;
    margin-top: var(--s4);
}

.img-title-image {
    width: 36%;
    padding-left: var(--s1);
}

.img-title-image img {
    margin-top: -4rem;
    width: 100%;
}

.img-title {
    width: 100%;
    padding: var(--s-2) var(--s2);
    color: var(--site-color02);
    line-height: 1.5;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}

.img-title-sub {
    margin-bottom: .8rem;
    padding: var(--s1);
    background-color: #fff;
    color: var(--site-color03);
    font-size: 1.4rem;
    line-height: 1;
    display: inline-block;
}

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

.m-title01 {
    padding: var(--s1) var(--s1) var(--s2)var(--s1);
    font-size: 2.1rem;
    font-weight: 700;
    color: var(--site-color03);
    text-align: center;
    line-height: 1.5;
}


/*------------------------------------------------------------
    SP settings
*/

@media screen and (max-width: 767px) {
    .img-title {
        padding: var(--s-2) var(--s2);
        font-size: 2.2rem;
    }
}


/* ---------------------------------------------
簡易3選タイトル
--------------------------------------------- */

.m-title01 {
    padding: var(--s2) var(--s1) var(--s2)var(--s1);
    font-size: 2rem;
    font-weight: 700;
    color: var(--site-color08);
    text-align: center;
    line-height: 1.5;
}


/* ---------------------------------------------
簡易3選リストボックス
--------------------------------------------- */

.thb-listbox-bg-colored {
    padding-top: 2rem;
}

.thb-listbox-area {
    padding: var(--s3) var(--s2) var(--s2) var(--s2);
    background-color: var(--site-color04);
    position: relative;
    justify-content: start;
}

.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;
}

.thb-listbox-list {
    width: 100%;
    padding-left: 2rem;
}

.thb-listbox-list li {
    padding: 0 0 0 var(--s1);
    line-height: 1.5;
    position: relative;
}

.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;
}

.thb-listbox-list li span {
    display: inline;
    text-align: center;
}


/*------------------------------------------------------------
    SP settings
*/

@media screen and (max-width: 767px) {
    .thb-listbox-area {
        padding: var(--s3) 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;
    }
}


/* ---------------------------------------------
h2デザイン
--------------------------------------------- */

.section-title08 {
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding: var(--s3);
    font-size: 3.6rem;
    font-weight: 700;
    background-color: var(--site-color010);
    text-align: center;
    line-height: 1.5;
    position: relative;
}

.section-title08::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 2rem solid transparent;
    border-left: 2rem solid transparent;
    border-right: 2rem solid var(--site-color010);
    border-bottom: 2rem solid var(--site-color010);
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    bottom: -2rem;
}

.section-title08 a {
    background: url("./img/arrow-01-black-right.svg") no-repeat center right/auto .7em;
    display: inline-block;
    padding-right: 4rem;
    text-decoration-line: none;
}


/*------------------------------------------------------------
    SP settings
*/

@media screen and (max-width: 767px) {
    .section-title08 {
        padding: var(--s2);
        font-size: 2.5rem;
        margin: 0 auto;
    }
    .section-title08::after {
        bottom: -1.5rem;
    }
}


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

.column-medium {
    padding: 0 var(--s4) var(--s10);
    border: 1px solid #ccc;
}

.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(--s2);
    }
    .onb-box-full {
        width: calc(100% + var(--s4));
        margin-left: calc(var(--s2) * -1);
    }
}


/* ---------------------------------------------
詳細3選　キャッチエリア
--------------------------------------------- */

.onb-img-title-box {
    width: calc(100% + 6.4rem);
    margin-left: -3.2rem;
}

.onb-img-title-area {
    display: flex;
    background-color: var(--site-color01);
    align-items: end;
    position: relative;
}

.onb-img-title-image {
    width: 12%;
    margin: 0 0 var(--s5) var(--s6);
}

.onb-img-title-image img {
    width: 100%;
    margin-left: var(--s2);
}

.column-medium .onb-img-title-box .onb-img-title-image::before {
    content: "画像データを守れる";
    position: absolute;
    background: #fff;
    color: var(--site-color02);
    padding: var(--s2);
    font-weight: bold;
    font-size: 1.9rem;
    top: var(--s14);
    left: var(--s3);
}

.column-medium .onb-img-title-box .onb-img-title-image.pack::before {
    content: "パッケージを守れる";
}

.column-medium .onb-img-title-box .onb-img-title-image.cap::before {
    content: "画面キャプチャを防げる";
	left: var(--s1);
}

.onb-img-title {
    width: 80%;
    padding: var(--s2) var(--s2) var(--s3) var(--s14);
    color: #fff;
    line-height: 1.5;
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
}

.onb-img-title-sub {
    margin-bottom: var(--s1);
    padding: var(--s1) var(--s2);
    color: var(--site-color01);
    font-size: 2.8rem;
    line-height: 1;
    border-bottom: 5px solid var(--site-color15);
    display: inline-block;
    background: #fff;
}

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


/*------------------------------------------------------------
    SP settings
*/

@media screen and (max-width: 767px) {
    .onb-img-title-box {
        width: calc(100% + 3.2rem);
        margin-left: -1.6rem;
    }
    .onb-img-title-image {
        width: 40%;
        padding-left: var(--s1);
        margin-top: -55px;
    }
    .onb-img-title-image img {
        width: 80%;
    }
    .onb-img-title {
        width: 100%;
        font-size: 1.7rem;
        margin-top: -20px;
        padding: var(--s2) var(--s2) var(--s3);
    }
    .onb-img-title-area {
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: center;
    }
    .column-medium .onb-img-title-box .onb-img-title-image::before {
        top: var(--s2);
        left: var(--s11);
        font-size: 1.8rem;
        padding: var(--s1);
    }
	.column-medium .onb-img-title-box .onb-img-title-image.cap::before {
	left: var(--s8);
}
}


/* ---------------------------------------------
1ボックス画像
--------------------------------------------- */

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


/*------------------------------------------------------------
    SP settings
*/

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


/* ---------------------------------------------
詳細3選小見出し
--------------------------------------------- */

.onb-m-title5 {
    line-height: 1.5;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    margin: var(--s13) auto 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: var(--site-color01);
    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);
    }
}


/* ---------------------------------------------
詳細3選2つBOX
--------------------------------------------- */

.onb-casebox02-frame {
    margin-top: 2rem;
    padding: var(--s4);
    background-color: var(--site-color04);
    position: relative;
}

.onb-casebox02-frame.l-stack-small {
    justify-content: flex-start;
}

.onb-casebox02-sub {
    padding: var(--s1) var(--s3);
    background-color: var(--site-color03);
    color: #fff;
    font-size: 2.1rem;
    transform: translateX(-50%);
    position: absolute;
    top: -2rem;
    left: 50%;
}

.l-onb-casebox02 {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s3);
}

.l-onb-casebox02__side {
    width: calc((100% - var(--s13))*.2);
}

.l-onb-casebox02__main {
    width: calc((100% - var(--s3))*.7);
}

.onb-casebox02-imgcap {
    margin-top: 1rem;
    text-align: center;
    font-size: 1.2rem;
}

.onb-casebox02-catch {
    font-size: 2.0rem;
    font-weight: 700;
    color: var(--site-color02);
    line-height: 1.5;
}

.onb-casebox02-caption {
    text-align: left;
}


/* ---------------------------------------------
詳細3選1つBOX
--------------------------------------------- */

.onb-iconbox02-frame {
    padding: var(--s4);
    background-color: var(--site-color09);
}

.onb-iconbox02-catch {
    padding: var(--s3) var(--s1) var(--s3) var(--s12);
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
    background: url('./img/icon-head-check.svg') no-repeat top left;
    background-size: 7rem auto;
    color: var(--site-color02);
}

.onb-iconbox02-caption {
    text-align-last: left;
}


/*------------------------------------------
    Slider settings
*/

.onb-txtSlider-area {
    position: relative;
}

.swiper.onb-txtSlider {
    width: calc(100% + 6.4rem);
    height: auto;
    margin-left: -3.2rem;
}

.slide-text-img img {
    width: 100%;
}

.slide-text-box {
    padding: 1.6rem;
}

.slide-text-box p {
    line-height: 1.5;
}

.box-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--site-color02);
}

.onb-txtSlider .swiper-pagination-fraction {
    width: 4em;
    padding: var(--s1);
    background-color: #fff;
    display: inline-block;
    bottom: inherit;
    top: 0;
    left: inherit;
    right: 18%;
    z-index: 5;
}

.onb-txtSlider-area .swiper-button-next,
.onb-txtSlider-area .swiper-button-prev {
    width: 5rem;
    height: 5rem;
    top: 38%;
}

.onb-txtSlider-area .swiper-button-prev {
    left: 12%;
}

.onb-txtSlider-area .swiper-button-next {
    right: 12%;
}

.onb-txtSlider-area .swiper-button-next:hover,
.onb-txtSlider-area .swiper-button-prev:hover {
    opacity: .6;
}

.onb-txtSlider-area .swiper-button-next:after,
.onb-txtSlider .swiper-rtl .swiper-button-prev:after {
    content: "";
    width: 5rem;
    height: 5rem;
    background: url("./img/slider-arrow-right.svg") no-repeat center center;
    background-size: contain;
}

.onb-txtSlider-area .swiper-button-prev:after,
.onb-txtSlider .swiper-rtl .swiper-button-next:after {
    content: "";
    width: 5rem;
    height: 5rem;
    background: url("./img/slider-arrow-left.svg") no-repeat center center;
    background-size: contain;
}

.onb-txtSlider .swiper-slide-prev .slide-text-img,
.onb-txtSlider .swiper-slide-next .slide-text-img {
    background-color: #fff;
}

.onb-txtSlider .swiper-slide-prev .slide-text-img img,
.onb-txtSlider .swiper-slide-next .slide-text-img img {
    opacity: .7;
}

.onb-txtSlider .swiper-slide-prev .slide-text-img .caption,
.onb-txtSlider .swiper-slide-next .slide-text-img .caption,
.onb-txtSlider .swiper-slide-prev .slide-text-box,
.onb-txtSlider .swiper-slide-next .slide-text-box {
    display: none;
}

.onb-txtSlider .swiper-slide-active .slide-text-box {
    display: flex;
    max-width: 600px;
    margin: 0 auto;
}


/*------------------------------------------------------------
    SP settings
*/

@media screen and (max-width: 767px) {
    .swiper.onb-txtSlider {
        width: calc(100% + var(--s4));
        height: auto;
        margin-left: calc(var(--s2) * -1);
    }
    .onb-txtSlider .swiper-slide {
        width: 100% !important;
    }
    .onb-txtSlider .swiper-slide .slide-text-img .caption {
        padding-inline: 16px;
    }
    .onb-txtSlider .swiper-pagination-fraction {
        width: 5.5em;
        font-size: 1rem;
        right: 0;
    }
    .onb-txtSlider-area .swiper-button-next,
    .onb-txtSlider-area .swiper-button-prev {
        width: 3rem;
        height: 3rem;
        top: 30%;
    }
    .onb-txtSlider-area .swiper-button-prev {
        left: -1rem;
    }
    .onb-txtSlider-area .swiper-button-next {
        right: -1rem;
    }
}


/* ---------------------------------------------
詳細3選　事例用2つ並び
--------------------------------------------- */

.onb-iconbox03-frame {
    margin-top: 1.5rem;
    padding: var(--s2);
    background-color: var(--site-color05);
}

.onb-iconbox03-frame.l-stack-small {
    justify-content: flex-start;
}

.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-color02);
    color: #fff;
    font-weight: bold;
}

.onb-iconbox03-img {
    padding-left: var(--s4);
    padding-right: var(--s4);
    overflow: hidden;
}

.onb-iconbox03-img img {
    max-height: 100%;
    width: auto;
    height: 270px;
    object-fit: contain;
}

.onb-iconbox03-catch {
    padding-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--site-color02);
    line-height: 1.5;
    border-bottom: 2px solid var(--site-color17);
}

.onb-iconbox03-caption {
    text-align-last: left;
}

@media screen and (max-width: 767px) {
    .onb-iconbox03-img img {
        height: 170px;
    }
}


/* ---------------------------------------------
詳細3選　table
--------------------------------------------- */

.l-onb-flex-table {
    display: flex;
}

.onb-flex-table {
    border-collapse: collapse;
}

.onb-flex-table th,
.onb-flex-table td {
    padding: var(--s2);
    border: 1px solid #d3d3d3;
}

.onb-flex-table th {
    width: 34%;
    background-color: var(--site-color06);
    vertical-align: middle;
    font-weight: normal;
    height: 11rem;
}

.onb-flex-table td {
    background-color: #fff;
    height: 8rem;
    word-break: break-all;
}


/*------------------------------------------------------------
    SP settings
*/

@media screen and (max-width: 767px) {
    .l-onb-flex-table {
        flex-direction: column;
    }
    .onb-flex-table+table {
        margin-top: -1px;
    }
}


/* ---------------------------------------------
3つ並びリストBOX
--------------------------------------------- */

.thb-listbox-bg-colored {
    padding-top: 2rem;
}

.thb-listbox-area {
    padding: 4rem var(--s2) var(--s2) var(--s2);
    background-color: var(--site-color04);
    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: var(--site-color02);
    font-size: 1.8rem;
    line-height: 1.5;
}

.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::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(--s5) 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;
    }
}


/* ---------------------------------------------
左画像BOX
--------------------------------------------- */

.l-pickup-contents01 {
    width: 100%;
    min-height: 52rem;
    display: flex;
    align-items: center;
    background-color: var(--site-color09);
    position: relative;
}

.l-pickup-contents01--reverse {
    flex-direction: row-reverse;
    justify-content: center;
}

.l-pickup-contents01-box {
    flex: 1;
    max-width: 750px;
}

.l-pickup-contents01-box img {
    min-height: 20rem;
    display: block;
    object-fit: cover;
}

.l-pickup-contents01-content {
    max-width: 50rem;
    padding: 0 var(--s8);
    position: relative;
    z-index: 5;
}

.l-pickup-contents01-content--reverse {
    margin-left: auto;
}

.pickup-contents01-catch {
    margin-bottom: 1rem;
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--site-color03);
    line-height: 1.5;
}

.btn-pickup-contents01 {
    margin: var(--s5) auto 0 auto;
}


/*------------------------------------------------------------
    SP settings
*/

@media screen and (max-width: 767px) {
    .l-pickup-contents01 {
        min-height: inherit;
        flex-direction: column;
    }
    .l-pickup-contents01-content {
        max-width: inherit;
        padding: var(--s4) var(--s2);
    }
    .l-pickup-contents01-box img {
        min-height: inherit;
        object-fit: inherit;
    }
    .pickup-contents01-catch {
        font-size: 2.4rem;
    }
    .btn-pickup-contents01 {
        margin-right: var(--s1);
    }
}


/* ---------------------------------------------
POINTサマリ
--------------------------------------------- */

.ex-contents {
    display: flex;
}

.ex-contents-left {
    padding: 1.6rem 3.2rem;
    background-color: var(--site-color01);
    font-size: 2.3rem;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
}

.ex-contents-left::after {
    content: "";
    width: 2rem;
    height: calc(6rem / 2);
    background-color: var(--site-color01);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -1.5rem;
}

.ex-contents-left span {
    width: 100%;
    font-size: 4.6rem;
    line-height: 1.5;
    text-align: center;
    display: block;
}

.ex-contents-right {
    padding: var(--s6) var(--s4);
    background-color: var(--site-color04);
}

.ex-contents-catch {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
}


/*------------------------------------------------------------
    SP settings
*/

@media screen and (max-width: 767px) {
    .ex-contents-left {
        font-size: 1.2rem;
        padding: var(--s2);
    }
    .ex-contents-left {
        font-size: 1rem;
    }
    .ex-contents-left span {
        font-size: 1.5rem;
    }
    .ex-contents-catch {
        font-size: 1.6rem;
    }
    .ex-contents-right {
        padding: var(--s4) var(--s2);
    }
    .ex-contents-right p {
        font-size: 1.4rem;
    }
}


/* ---------------------------------------------
サマリ右回り込み
--------------------------------------------- */

.right-img-box {
    display: flow-root;
}

.right-img {
    width: 40%;
    margin-left: var(--s3);
    padding-bottom: var(--s1);
    float: right;
}

.right-img-catch {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--site-color02);
    line-height: 1.5;
}


/*------------------------------------------------------------
    SP settings
*/

@media screen and (max-width: 767px) {
    .right-img {
        width: 100%;
        margin-left: 0;
        padding-bottom: var(--s2);
        float: inherit;
        text-align: center;
    }
}


/* ---------------------------------------------
サマリ3つ並び
--------------------------------------------- */

.m-title02 {
    padding: var(--s2);
    font-size: 2.1rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    background-color: var(--site-color01);
}


/* ---------------------------------------------
3つ並びtable
--------------------------------------------- */

.thb-table {
    line-height: 1.5;
    border-collapse: collapse;
    border: 1px solid #D3D3D3;
    margin-top: var(--s3);
}

.thb-table th,
.thb-table td {
    padding: var(--s1);
    border: 1px solid #D3D3D3;
}

.thb-table th {
    width: 35%;
    background-color: var(--site-color06);
    text-align: left;
}


/* ---------------------------------------------
PCバナー
--------------------------------------------- */

.pc-fix-banner04 {
    width: 24rem;
    position: fixed;
    right: 0;
    bottom: 15rem;
    z-index: 50;
}

.pc-fix-banner04-color1 {
    background-color: var(--site-color02);
}

.pc-fix-banner04-color2 {
    background-color: var(--site-color02);
}

.pc-fix-banner04-text {
    padding: var(--s2);
    color: #fff;
    position: relative;
    font-weight: bold;
}

.pc-fix-banner04-text::after {
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    border-top: .5rem solid transparent;
    border-left: .5rem solid transparent;
    border-right: .5rem solid #fff;
    border-bottom: .5rem solid #fff;
    position: absolute;
    right: .5rem;
    bottom: .5rem;
}

.pc-fix-banner04-text a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.pc-fix-banner04-text a:hover {
    opacity: .7;
}

.pc-fix-banner04-text p {
    margin: 0;
    font-size: 1.8rem;
    text-align: center;
}

.pc-fix-banner04-text .text-small {
    font-size: 1.2rem;
    line-height: 1.5;
}


/*------------------------------------------------------------
    SP settings
*/

@media screen and (max-width: 767px) {
    .pc-fix-banner04 {
        display: none;
    }
}


/* ---------------------------------------------
PCバナー
--------------------------------------------- */

.icon-head01 {
    margin-top: var(--s4);
    margin-bottom: var(--s4);
    margin-left: var(--s4);
    padding: var(--s4) var(--s2) var(--s4) var(--s12);
    line-height: 1.5;
    font-size: 2.8rem;
    font-weight: 700;
    background-color: var(--site-color06);
    position: relative;
}

.icon-head01::before {
    content: "";
    width: 10.5rem;
    height: 10.5rem;
    background: url('./img/icon-head-check.svg') no-repeat center center;
    background-size: cover;
    position: absolute;
    left: -4rem;
    top: -1.6rem;
}


/*------------------------------------------------------------
    SP settings
*/

@media screen and (max-width: 767px) {
    .icon-head01 {
        margin-left: var(--s2);
        padding: var(--s2) var(--s2) var(--s2) var(--s7);
        font-size: 1.8rem;
    }
    .icon-head01::before {
        content: "";
        width: 6rem;
        height: 6rem;
        left: -1.6rem;
    }
}


/* ---------------------------------------------
まとめBOX
--------------------------------------------- */

.conclusion-box-frame {
    margin-top: 5rem;
    padding: var(--s2) var(--s4) var(--s4) var(--s4);
    background: url('./img/conclusion-bg.svg') repeat-y top right var(--site-color04);
}

.conclusion-box-ttl {
    position: relative;
}

.conclusion-box-ttl__icon-frame {
    position: absolute;
    left: -4.8rem;
    bottom: 1rem;
    z-index: 10;
}

.conclusion-box-ttl__icon {
    width: 10rem;
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--site-color03);
}

.conclusion-box-ttl__icon span {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 700;
}

.conclusion-box-ttl__text {
    padding-top: var(--s2);
    padding-bottom: var(--s3);
    margin-left: 10rem;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.5;
    border-bottom: 1px solid var(--site-color08);
    color: var(--site-color08);
}

.conclusion-box-content {
    z-index: 5;
}


/*------------------------------------------------------------
    SP settings
*/

@media screen and (max-width: 767px) {
    .conclusion-box-frame {
        background-size: 50% auto;
    }
    .conclusion-box-ttl__icon-frame {
        top: -3.2rem;
        left: -3.6rem;
        bottom: inherit;
    }
    .conclusion-box-ttl__icon {
        width: 6rem;
        height: 6rem;
    }
    .conclusion-box-ttl__icon span {
        font-size: 1.4rem;
    }
    .conclusion-box-ttl__text {
        margin-left: 0;
        padding-left: 5rem;
        padding-top: var(--s1);
        padding-bottom: var(--s2);
        font-size: 1.8rem;
    }
    .l-onb-conclusion-img {
        width: 36%;
    }
}


/* ---------------------------------------------
アコーディオンボタン
--------------------------------------------- */

.acc-more-btn {
    max-width: 46rem;
    width: 100%;
    margin: var(--s5) auto;
    position: relative;
}

.acc-more-btn span {
    width: 100%;
    margin: var(--s2) auto;
    padding: 2rem 6rem 2rem 3rem;
    border: .2rem solid var(--site-color06);
    background: var(--site-color04);
    display: block;
    text-align: center;
    transform: translate(0, 0);
    transition: transform 0.3s;
    cursor: pointer;
    z-index: 1;
}

.acc-more-btn:hover span {
    transform: translate(.8rem, .8rem);
    position: relative;
}

.acc-more-btn.is-open span {
    background: var(--site-color04);
}

.more-content {
    display: none;
}

.acc-more-btn span::before {
    content: "";
    width: 2rem;
    height: 0.3rem;
    background: #333;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translate(0, -50%);
    z-index: 1;
}

.acc-more-btn span::after {
    content: "";
    width: 2rem;
    height: 0.3rem;
    background: #333;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translate(0, -50%) rotate(90deg);
    z-index: 1;
}

.acc-more-btn.is-open span::after {
    transform: translate(0, -50%) rotate(0deg);
}


/*------------------------------------------------------------
    SP settings
*/

@media screen and (max-width: 767px) {
    .acc-more-btn {
        margin-right: var(--s1);
    }
    .acc-more-btn span {
        transition: inherit;
        transform: none;
    }
    .acc-more-btn:hover span {
        transform: none;
    }
}


/* ---------------------------------------------
大見出し
--------------------------------------------- */

.section-title07-frame {
    margin: 15rem auto 2rem;
    position: relative;
}

.section-title07-frame::before {
    content: "WATERMARKING";
    position: absolute;
    top: -5rem;
    /* お好みで位置調整 */
    left: 50%;
    transform: translateX(-50%);
    font-size: 4rem;
    font-weight: 400;
    font-family: Arial, sans-serif;
    background: linear-gradient(to right, #00A5C3, #002B3E);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    color: transparent;
    /* 念のため */
    pointer-events: none;
    /* テキスト選択されないようにするオプション */
    z-index: 0;
    opacity: .7;
}

.section-title07 {
    width: 100%;
    padding: var(--s6) var(--s12) var(--s4);
    font-size: 3.6rem;
    font-weight: 700;
    color: var(--site-color08);
    text-align: center;
    position: relative;
    line-height: 1.4;
}

.section-title07 a {
    background: url("./img/arrow-01-black-right.svg") no-repeat center right/auto .7em;
    display: inline-block;
    padding-right: 4rem;
    text-decoration-line: none;
}

.section-title07-frame::after {
    content: "";
    position: absolute;
    top: 10%;
    width: var(--s5);
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--site-color01);
}


/*------------------------------------------------------------
    SP settings
*/

@media screen and (max-width: 767px) {
    .section-title07-frame {
        background-color: transparent;
        margin: 5rem auto 2rem;
    }
    .section-title07-frame::before {
        width: 100%;
        padding: var(--s1) 0;
        font-size: 3rem;
        top: -4rem;
        text-align: center;
    }
    .section-title07-frame::after {
        top: 15%;
    }
    #sec02 .section-title07-frame::after {
        top: 10%;
    }
    .section-title07 {
        padding: var(--s5) var(--s2) var(--s2) var(--s2);
        font-size: 2.4rem;
    }
    .section-title07 a {
        padding-right: 2rem;
        padding-left: 2rem;
    }
    #sec03 .section-title07-frame,
    #sec04 .section-title07-frame,
    #sec05 .section-title07-frame {
        margin: 10rem auto 2rem;
    }
}


/* ---------------------------------------------
メインビジュアル
--------------------------------------------- */


/* 全体レイアウト */

.main-visual {
    position: relative;
    width: 100%;
    height: 65rem;
    background: #fff;
    overflow: hidden;
    padding: 25rem 0;
    max-width: 1200px;
    margin: 0 auto;
}


/* 右側の背景画像 */

.main-visual::before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    width: 100%;
    height: 100%;
    background: url('./img/mv-right-image-bg.jpg') no-repeat left center/80em;
    z-index: 0;
    transform: translateX(50%);
}

.main-visual::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url('./img/mv-right-image.png') no-repeat left center/34em;
    z-index: 1;
}


/* テキストエリア配置: 横中央揃え */

.main-visual .content {
    position: absolute;
    top: 50%;
    /* 垂直中央 */
    left: 0;
    right: 56rem;
    transform: translateY(-50%);
    /* 垂直中央補正 */
    width: 100%;
    /* 横幅100% */
    max-width: 50rem;
    margin: 0 auto;
    padding: 0 2.5rem;
    /* 40px */
    color: var(--site-color08);
    z-index: 1;
    box-sizing: border-box;
}

.text-area {
    width: 100%;
    /* 子要素も親幅いっぱい */
}


/* ロゴ */

.logo {
    margin-bottom: 1.5rem;
}

.logo img {
    display: block;
    height: 12rem;
    width: auto;
}


/* 見出し */

.main-visual .text-area h2 {
    font-size: 2.5rem;
    line-height: 1.5;
    margin: var(--s4) auto var(--s3);
    font-weight: 700;
}

.main-visual .text-area h2 span {
    display: inline-block;
}

.main-visual .underline {
    border-bottom: 0.25rem solid #f97316;
    padding-bottom: 0.25rem;
    font-size: 3.5rem;
}


/* 本文 */

.main-visual .text-area p {
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 0.9375rem 0;
}

.main-visual .text-area .caption {
    text-align: left;
    font-size: 1.1rem;
    color: var(--site-color011);
}

.main-visual .text-area .caption a {
    color: var(--site-color011);
}


/* 下層MV */

.contents-area .mainvisual img {
    width: 23rem;
    display: block;
}

.contents-area .mainvisual .sub-title {
    font-weight: bold;
    color: var(--site-color08);
}

.contents-area .mainvisual {
    padding: var(--s1) 0;
}

.contents-area .mainvisual img {
    width: 18rem;
    margin: var(--s1) auto 0;
}

.contents-area .mainvisual::before {
    display: none;
}

.contents-area .lower-m a:hover {
    opacity: .7;
}


/*------------------------------------------------------------
    SP settings
*/

@media screen and (max-width: 767px) {
    .main-visual {
        background: #fff;
        height: 45rem;
    }
    .main-visual::before {
        top: -110px;
        right: 185px;
        width: 100%;
    }
    .main-visual::after {
        top: -84px;
        right: 2px;
        background: url('./img/mv-right-image-sp.png') no-repeat left center/7.5em;
        width: 38%;
        right: -14px;
    }
    .main-visual .text-area h2 {
        font-size: 1.8rem;
        margin: 0 auto;
    }
    .main-visual .underline {
        font-size: 2.4rem;
    }
	.logo {
  margin-bottom: 0;
}
    .logo img {
        height: 9rem;
        width: auto;
    }
    /* 下層MV */
}


/* ---------------------------------------------
sec01
--------------------------------------------- */

#sec01 {
    padding-bottom: var(--s14);
    background: linear-gradient(to bottom, transparent 0%, transparent 40%, #fff 50%), #e7f6fa url(./img/section-title01-frame-img.png) no-repeat center top;
    background-size: 250rem auto;
}

#sec01 .title01 {
    font-size: 2.0rem;
    color: var(--site-color01);
    font-weight: bold;
    margin: var(--s4) auto var(--s2);
    text-align: center;
}

#sec01 ul:not([class]) li::before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background-color: var(--site-color01);
    position: absolute;
    top: 0.6rem;
    left: 0;
}

#sec01 .l-grid-three,
.l-grid-three-flex {
    margin-top: var(--s4);
}

.section-title01 .small-title {
    color: #fff;
    background: var(--site-color02);
    font-size: 3.2rem;
    margin: 0 var(--s1) 0 auto;
}

.section-title01 .big-title {
    font-size: 3.8rem;
}


/*------------------------------------------------------------
    SP settings
*/

@media screen and (max-width: 767px) {
    .section-title01 .big-title {
        font-size: 3.0rem;
    }
    .section-title01 .small-title {
        font-size: 2.5rem;
    }
    .icon-title-obj-r {
        left: 13.2rem;
    }
    #sec01 .l-grid-three .column-small {
        margin-bottom: var(--s6);
    }
    #sec01 {
        padding-bottom: var(--s6);
        background: none;
    }
}


/* ---------------------------------------------
sec02
--------------------------------------------- */

#sec02 {
    background: var(--site-color04);
}

#sec02 .column-medium p {
    margin: var(--s3) auto var(--s4);
}

.onb-img-title-sub span {
    display: block;
    color: var(--site-color08);
    line-height: 2;
    font-size: 1.4rem;
}

#sec02 .column-medium {
    margin-bottom: var(--s6);
    background: #fff;
}

#sec02 .column-medium .onb-iconbox02-frame p {
    margin-top: 0;
}

#sec02 .section-title07-frame {
    background-color: transparent;
    margin: 10rem auto 2rem;
}

#sec02 .lead {
    padding: var(--s1);
    line-height: 1.8;
    margin: 0 auto var(--s7);
}


/*------------------------------------------------------------
    SP settings
*/

@media screen and (max-width: 767px) {
    .onb-casebox02-catch {
        padding: 0 var(--s1) 0 var(--s5);
        font-size: 1.7rem;
    }
    .l-onb-casebox02__main {
        width: 100%;
    }
    .l-onb-casebox02__side {
        width: 18%;
        margin: 0 auto;
    }
    .onb-m-title5 {
        font-size: 2.0rem;
        margin: var(--s8) auto var(--s2);
    }
    #sec02 .onb-casebox02-frame p {
        margin: 0 auto;
    }
    .sec02-title {
        margin: var(--s3) auto var(--s3);
        font-size: 2.5rem;
    }
    .onb-iconbox02-catch {
        padding: 0 0 0 var(--s9);
        font-size: 1.7rem;
        background-size: 5rem auto;
    }
    .onb-img-title-sub {
        font-size: 2.2rem;
        line-height: 1.4;
    }
    .sec02-title {
        margin: var(--s4) auto var(--s3);
        font-size: 2.2rem;
    }
    .l-onb-casebox02 {
        gap: var(--s1);
    }
    .onb-casebox02-frame {
        padding: var(--s3) var(--s2);
    }
    .onb-casebox02-catch {
        padding: 0;
        font-size: 1.7rem;
        text-align: center;
    }
    #sec02 .column-medium {
        padding: 0 var(--s2) var(--s2);
    }
    #sec02 .onb-casebox02-frame {
        margin: var(--s2) auto;
        padding: var(--s3) var(--s2);
    }
    .onb-img-title-sub span {
        line-height: 1.5;
        font-size: 1.5rem;
    }
    .onb-img-title-image img {
        width: 60%;
        margin-left: 0;
    }
    #sec02 .onb-iconbox02-frame {
        padding: var(--s3);
        background-color: var(--site-color09);
    }
    #sec02 .sec02-title {
        margin: var(--s4) auto var(--s3);
        font-size: 2.2rem;
    }
}


/* ---------------------------------------------
sec03
--------------------------------------------- */

.thb-box-full {
    margin-top: -1.6rem;
}

#sec03 .l-grid-three .title-catch {
    margin: var(--s3) auto;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--site-color01);
}

#sec03 .l-grid-three .title-catch a {
    text-decoration: none;
    color: var(--site-color01);
    background: url("./img/arrow-01-black-right.svg") no-repeat center right/auto .7em;
    display: inline-block;
    padding-right: 4rem;
}

#sec03 a:hover,
#sec04 a:hover,
#sec05 a:hover {
    opacity: .5;
}


/*------------------------------------------------------------
    SP settings
*/

@media screen and (max-width: 767px) {}


/* ---------------------------------------------
sec04
--------------------------------------------- */

#sec04 .l-center {
    margin: var(--s6) auto;
}

#sec04 .ex-contents-catch a {
    text-decoration-line: none;
    background: url("./img/arrow-01-black-right.svg") no-repeat center right/auto .8em;
    display: inline-block;
    padding-right: 4rem;
}


/*------------------------------------------------------------
    SP settings
*/

@media screen and (max-width: 767px) {}

#sec04 .l-center {
    margin: var(--s6) auto 0;
}


/* ---------------------------------------------
sec05
--------------------------------------------- */

#sec05 .l-grid-three p {
    padding: var(--s2) var(--s1);
    margin: var(--s2) var(--s1);
}

#sec05 .m-title02 {
    color: #333;
    background-color: var(--site-color010);
}

#sec05 .m-title02 a {
    text-decoration-line: none;
    background: url("./img/arrow-01-black-right.svg") no-repeat center right/auto .7em;
    display: inline-block;
    padding-right: 4rem;
    color: #333;
}


/*------------------------------------------------------------
    SP settings
*/

@media screen and (max-width: 767px) {}


/* ---------------------------------------------
TOP追加要素
--------------------------------------------- */

.sec02-title {
    margin: var(--s6) auto var(--s6);
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
}

.lead {
    padding: var(--s1);
    line-height: 1.8;
    margin: var(--s3) auto;
}

#sec03 .btn-link a,
#sec04 .btn-link a,
#sec05 .btn-link a {
    text-decoration-line: none;
}

.onb-iconbox03-img .caption,
#sec03 .column-small .caption {
    text-align: left;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: thin;
}


/*------------------------------------------------------------
    SP settings
*/

@media screen and (max-width: 767px) {
    .lead {
        padding: 0;
        margin: 0 auto;
    }
    .btn-web,
    .btn-link,
    .btn-ancher,
    .btn-internal,
    .btn-tel {
        width: 85%;
    }
}


/* ---------------------------------------------
下層追加要素
--------------------------------------------- */

#sec01 .low-contents {
    margin-top: var(--s10);
}


/*------------------------------------------------------------
    SP settings
*/

@media screen and (max-width: 767px) {
    #low-page .section-title08 {
        margin: var(--s-2) auto var(--s5);
    }
    .host table {
        width: 100%;
        table-layout: fixed;
    }
    .host th {
        width: 28%;
    }
    .host td {
        padding: 8px 12px;
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: anywhere;
    }

.related-article01-frame {
    /*! border: 1px solid var(--site-color08); */
    margin: var(--s6) auto;
    padding: var(--s1) var(--s3) var(--s4) var(--s3);
    background: var(--site-color09);
    position: relative;
	width: 90%;
}

}