@charset "utf-8";

/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */


/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/NS-500.woff2") format("woff2"), url("fonts/NS-500.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
    font-display: swap;
}


/*
---------------------------------------------

    base settings

*/

html {
    font-size: 62.5%;
}

body {
    min-width: fit-content;
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    line-height: 1.7;
    color: #111;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    clear: both;
}

ul,
ol,
dl,
p,
img,
form,
dt,
dd {
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}

input,
textarea {
    font-size: 1.2rem;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}

a {
    color: #111;
}

a:active,
a:hover {
    transition: background 0.3s ease;
    text-decoration: none;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
    font-weight: normal;
}


/* microclearfix */

.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.cf:after {
    clear: both;
}


/** For IE 6/7 only */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.forPC {
    display: block;
}

.forSP {
    display: none;
}

.pc_br {
    display: block;
}

.sp_br {
    display: none;
}


/* microclearfix */

.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.cf:after {
    clear: both;
}


/** For IE 6/7 only */

.cf {
    *zoom: 1;
}

.bg-white {
    background-color: #fff;
}

.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}


/*
---------------------------------------------


*/

.l-main-area p {
    margin: 2rem 0;
}

.l-main-area--low strong,
.l-main-area--low p>span {
    color: #c50224;
    font-size: 1.8rem;
    font-weight: bold;
}

.top span:not([class]) {
    color: #c50224;
    font-weight: bold;
}

.l-main-area ul:not([class]) {
    margin: 4rem 0;
}

.l-main-area ul:not([class]) li {
    margin: 0;
    padding: 0 0 1rem 2rem;
    position: relative;
}

.l-main-area ul:not([class]) li::before {
    content: "";
    background-color: #00afe9;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.l-main-area ol {
    margin: 4rem 0;
    counter-reset: number;
    list-style-type: none !important;
    text-align: left;
}

.l-main-area ol li {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 0 0 0 3rem;
}

.l-main-area ol li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #071f3e;
    border-radius: 50%;
    top: 0.3rem;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 2rem;
    display: block;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.l-main-area table {
    width: 100%;
    margin: 3rem 0;
    padding: 0;
    border-collapse: collapse;
    text-align: left;
}

.l-main-area table th {
    padding: 1rem;
    background: #d4deec;
    border: 1px solid #c8d1dc;
    font-weight: normal;
    text-align: center;
    word-break: break-all;
    width: 26rem;
}

.l-main-area table td {
    padding: 1.5rem;
    background: #fff;
    border: 1px solid #c8d1dc;
    word-break: break-all;
}

.sp-scroll-table {
    display: none;
}


/*--------------------------------------
btns
---------------------------------------*/

.btn-tel {
    display: none;
}

.btn-web,
p.btn-web {
    margin: 4rem auto;
    padding: 0;
    text-align: center;
}

.btn-web a {
    display: inline-block;
    position: relative;
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
    padding: 1.5rem 3.8rem;
    background: #c50224 url(img/arrow02_white.png) no-repeat right 2rem center;
    border-radius: 50vh;
    box-shadow: 0 6px 0 #8a3636;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.8rem;
    transition: 0.2s;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

.btn-web a:hover {
    background: #f8002b url(img/arrow02_white.png) no-repeat right 2rem center;
    box-shadow: none;
    text-decoration: none;
    opacity: 1;
    transform: translate(0, 6px);
    transition: 0.3s;
}

.btn-internal,
p.btn-internal {
    margin: 4rem auto;
    padding: 0;
    text-align: center;
}

.btn-internal a {
    display: inline-block;
    position: relative;
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
    padding: 1.5rem 3.8rem;
    background: #fff url(img/arrow02_blue.png) no-repeat right 2rem center;
    border-radius: 5rem;
    box-shadow: 0 6px 0 #040466;
    border: 3px solid #040466;
    box-sizing: border-box;
    color: #040466;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

.btn-internal a:hover {
    box-shadow: none;
    text-decoration: none;
    opacity: 1;
    transform: translate(0, 6px);
    transition: 0.3s;
    color: #fff;
    border: 3px solid #040466;
    background: #040466 url(img/arrow02_white.png) no-repeat right 2rem center;
}

.btn-link {
    margin: 4rem 0;
    padding: 0;
    text-align: right;
}

.btn-link a {
    display: inline-block;
    position: relative;
    min-height: 23px;
    padding: 0.5rem 0.5rem 0.5rem 0;
    color: #2f3235;
    font-size: 1.6rem;
    line-height: 1.4;
    text-decoration: underline;
    text-decoration-color: #ccc;
    text-underline-offset: 4px;
    position: relative;
}

.btn-link a::before {
    position: absolute;
    content: "";
    width: 2rem;
    height: 2rem;
    display: block;
    top: 7px;
    left: -25px;
    background: url(img/arrow_link.png) no-repeat center / contain;
}

.btn-link a:hover {
    color: #ac0930;
    text-decoration-color: #ac0930;
    transition: all 0.3s;
}

.btn-link a:hover::before {
    transition: all 0.3s;
    background: url(img/arrow_link_red.png) no-repeat center / contain;
}

.l-main-area .btn-img a {
    background: none;
    display: block;
    text-align: center;
}

.l-main-area .btn-img img {
    width: 370px;
}

.l-main-area .float-wrap {
    margin: 10px 0 40px;
}

.l-main-area .float-wrap .float-img img {
    max-width: 100%;
}

.l-main-area .float-wrap .float-img.fr {
    width: 300px;
    margin: 0 0 1rem 3.8rem;
    float: right;
}

.l-main-area .float-wrap .float-img.fl {
    width: 300px;
    margin: 0 3rem 1rem 0;
    float: left;
}

.l-main-area .float-wrap .float-img.ct {
    margin: 0 auto 2.2rem;
    text-align: center;
    max-width: 600px;
}

.l-parts06 {
    margin-bottom: 12rem;
}

.l-main-area .caption,
.caption {
    padding: 8px 0 0 0;
    display: block;
    font-size: 1rem;
    font-weight: normal;
    color: #999999;
    word-break: break-all;
    line-height: 1.4;
    text-align: center;
}

.l-main-area .caption.right {
    text-align: right;
}

.caption a {
    color: #999999;
}

.l-main-area .caption.caption-scroll {
    word-break: break-all;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.l-main-area .caption.caption-scroll::-webkit-scrollbar {
    height: 0.6rem;
}

.l-main-area .caption.caption-scroll::-webkit-scrollbar-track {
    border-radius: 0.3rem;
    background: #eee;
}

.l-main-area .caption.caption-scroll::-webkit-scrollbar-thumb {
    border-radius: 0.3rem;
    background: #ddd;
}

.l-main-area .l-icon-title {
    position: relative;
    margin: 4rem 0 3rem 0;
    padding: 1.8rem 1.5rem 1.5rem 8rem;
    color: #040466;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.27;
    border-bottom: 3px solid #040466;
    background-color: #ebf0f6;
    z-index: 0;
}

.l-main-area .l-icon-title:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    width: 30%;
    height: 100%;
    background-color: #d4deec;
    clip-path: polygon(100% 0%, 0 100%, 100% 100%);
    z-index: -1;
}

.l-main-area .l-icon-title a {
    display: block;
    padding: 0 2rem 0 0;
    color: #040466;
    background: url(img/arrow02_blue.png) no-repeat right center;
    background-size: 12px auto;
    text-decoration: none;
}

.l-main-area .l-icon-title a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.l-icon-text {
    padding-left: 7rem;
}

.l-main-area .l-icon-title:before {
    width: 79px;
    height: 79px;
    background: no-repeat left top;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    position: absolute;
    left: -2.5rem;
    top: 0;
    bottom: 0;
    margin-block: auto;
    background-color: #c50224;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 2.2rem;
}

.l-main-area .l-icon-title--check:before {
    content: "";
    background: #c50224 url(img/check.png) no-repeat center /70%;
}

.l-main-area .l-icon-title--recommend:before {
    content: "おすすめ";
    font-size: 1.6rem;
}

.l-main-area .l-icon-title--point:before {
    content: "";
    background: #c50224 url(img/point.png) no-repeat center /70%;
}

.l-main-area .l-number-wrapper {
    counter-reset: number;
}

.l-main-area .l-number-wrapper .l-icon-title:before {
    background-image: url(img/bg-l-icon-titleNumber.png);
    content: counter(number);
    counter-increment: number;
    font-size: 3rem;
    color: #fff;
}

.l-main-area .box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 6rem 0 0;
}

.l-main-area .box-wrap .box {
    position: relative;
    width: calc((100% - 6rem) / 2);
    margin: 0 0 6rem 0;
    padding: 3rem 3rem 3rem 3rem;
    background: #fff;
    border-top: 5px solid #c50224;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.l-main-area .box-wrap .box-head {
    padding: 0 0 2.5rem 0;
    border-bottom: 2px solid #8a8ab8;
}

.l-main-area .box-wrap .box-head .ttl {
    color: #040466;
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.l-main-area .box-wrap .box-head .ttl a {
    display: block;
    padding: 0 2rem 0 0;
    background: url(img/arrow02_blue.png) no-repeat right center;
    background-size: 13px auto;
    color: #040466;
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
}

.l-main-area .box-wrap .box-head .ttl a:hover {
    text-decoration: none;
    opacity: 0.6;
}

.l-main-area .box-wrap .box-body {
    padding: 3rem 0 0 0;
}

.l-main-area .box-wrap .box-body p {
    margin: 0;
}

.l-contents-area--low .box-wrap .box-body p {
    font-size: 1.4rem;
}

.l-main-area .box-wrap .box-body .fig {
    margin: 0 0 3rem 0;
}

.l-main-area .frame-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-block: 4rem 0;
    counter-reset: number;
}

.l-main-area .frame-wrap::after {
    display: block;
    width: 32%;
    content: "";
}

.l-main-area .frame-wrap .frame {
    width: calc((100% - 8rem) / 3);
    margin: 0 0 3rem 0;
    padding: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.l-main-area .frame-wrap .frame-head {
    display: flex;
    align-items: center;
    background: #040466;
    border-top: 5px solid #c50224;
    color: #fff;
}

.l-main-area .frame-wrap .frame-head .ttl {
    width: 100%;
    padding: 2rem;
    background: #040466;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
}

.l-main-area .frame-wrap .frame-head .ttl a {
    display: block;
    padding: 0 2rem 0 0;
    background: url(img/arrow02_white.png) no-repeat right center;
    background-size: 13px auto;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
}

.l-main-area .frame-wrap .frame-head .ttl a:hover {
    text-decoration: none;
    opacity: 0.6;
}

.l-main-area .frame-wrap .frame-body {
    padding: 2rem;
}

.l-main-area .frame-wrap .frame-body p.caption {
    margin-block: 1rem 2rem;
}

.l-contents-area--low .frame-wrap .frame-body {
    font-size: 1.4rem;
    line-height: 1.71;
    padding: 2rem 2rem 4rem 2rem;
}

.l-main-area .frame-wrap .frame-body p:not([class]) {
    font-size: 1.4rem;
    line-height: 1.71;
}

.l-main-area .frame-wrap table {
    font-size: 1.4rem;
}

.l-main-area .frame-wrap .btn-link {
    max-width: 90%;
    margin-left: auto;
}

.l-main-area .frame-wrap .btn-link a {
    font-size: 1.2rem;
    text-align: left;
}


/* low ----------------*/


/* heading */

.l-main-area--low h1,
.top_h2 {
    position: relative;
    margin: 5rem 0;
    padding: 2rem 0;
    color: #040466;
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.l-main-area--low h1::after,
.top_h2::after {
    position: absolute;
    left: 50%;
    bottom: -1.5rem;
    transform: translateX(-50%);
    width: 36px;
    height: 3px;
    background: #c50224;
    content: "";
}

.top_h2 {
    margin: 4rem 0 2rem 0;
    font-size: 4.2rem;
}

.top_h2::after {
    bottom: 0;
}

.top_h2 span {
    color: #c50224;
    font-size: 2rem;
    font-weight: 700;
    font-size: 2.4rem;
}

.top_h2 a {
    display: inline-block;
    padding: 0 7rem 0 0;
    color: #040466;
    background: url(img/arrow02_blue.png) no-repeat right center;
    text-decoration: none;
}

.top_h2 a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.l-main-area--low h2 {
    padding: 0 3rem 0 0;
    text-decoration: none;
    background: url(img/low_h2_bg.jpg) no-repeat right center / cover;
    color: #fff;
    font-weight: 700;
    font-size: 3rem;
    padding: 2.5rem 4rem;
    border-left: 10px solid #c50224;
    margin-block: 2rem;
    margin: 8rem 0 2rem;
}

.l-main-area--low h2 a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 0px 3rem 0px 0px;
    background: url(img/arrow02_white.png) right center no-repeat;
    text-decoration: none;
}

.l-main-area--low h2 a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.l-main-area--low h3 {
    position: relative;
    margin: 5rem 0 2rem;
    padding: 0 1.5rem 1rem 3rem;
    border-bottom: 5px solid #040466;
    color: #040466;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
}

.l-main-area--low h3::after {
    position: absolute;
    left: 0;
    bottom: -0.5rem;
    width: 86px;
    height: 5px;
    background: #c50224;
    content: "";
}

.l-main-area--low h3 a {
    display: block;
    padding: 0 3rem 0 0;
    color: #040466;
    background: url(img/arrow02_blue.png) no-repeat right center;
    text-decoration: none;
}

.l-main-area--low h3 a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.l-main-area--low h4,
.l-main-area--low h5 {
    position: relative;
    margin: 5rem 0 3rem 0;
    padding: 0 1.5rem;
    border-left: 7px solid #040466;
    color: #040466;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
}

.l-main-area--low h4 a,
.l-main-area--low h5 a {
    display: block;
    padding: 0 3rem 0 0;
    color: #040466;
    background: url(img/arrow02_blue.png) no-repeat right center;
    text-decoration: none;
}

.l-main-area--low h4 a:hover,
.l-main-area--low h5 a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.l-main-area--low .l-section-inner-lower .l-common-lead {
    text-align: left;
    margin: 1.5rem 0 4rem;
}

.l-main-area--low .l-section-inner-lower .l-parts02-white .l-parts02-white-inner .title-wrap .title,
.l-main-area--low .l-section-inner-lower .l-parts02-white .l-parts02-white-inner .title-wrap h4 {
    border-left: none;
    margin: 1rem 0 1rem;
}


/*
---------------------------------------------

    header area

*/

.l-header-area {
    width: 100%;
    margin: 0;
    padding: 0 0 0 100px;
}

.l-header-area.lower .l-header {
    position: relative;
}

.l-header {
    margin: 0 auto;
    padding: 1rem 0;
    position: absolute;
    right: 1vw;
}

.l-header__link {
    display: inline-block;
    text-decoration: none;
}

.l-header__link:hover {
    opacity: 0.6;
}

.l-header-sitename {
    margin: 0 auto;
    max-width: 1040px;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: right;
    position: relative;
}

.l-header-sitename:before {
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    width: 3rem;
    margin-right: 1rem;
    font-size: 1.4rem;
}

.l-header-area.lower .l-header-sitename {
    padding: 0 0 1rem 0;
}

.l-header-sitename__link {
    text-decoration: none;
}

.l-header-sitename__link:hover {
    text-decoration: underline;
}

.l-header-area.lower .l-header-logo {
    padding: 1.5rem;
    background: #040466;
    text-align: center;
    border-bottom: solid 5px #c50224;
    position: relative;
}

.l-header-area.lower .l-header-logo::before,
.l-header-area.lower .l-header-logo::after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    height: 100%;
    width: 30%;
}

.l-header-area.lower .l-header-logo::before {
    background: url(img/low_header_bg.png) no-repeat top left / 100% 100%;
    left: 0;
    width: 40%;
}

.l-header-area.lower .l-header-logo::after {
    background: url(img/low_header_bg.png) no-repeat top left / 100%;
    background: linear-gradient(to left, #ff362c, #c50224);
    right: 0;
    left: unset;
    clip-path: polygon(100% 0%, 0 100%, 100% 100%);
}

.l-header-logo img {
    width: 28rem;
}

.l-header-logo a {
    display: block;
}

.l-header-logo a:hover {
    opacity: 0.7;
}

.lower .l-header-logo:after {
    content: none;
}

.l-gnavi-btn {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    padding: 50px 0 0;
    display: block;
    position: relative;
    line-height: 1;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    color: #14416a;
    cursor: pointer;
}

.l-gnavi-btn:hover {
    color: #14416a;
}

.l-gnavi-btn span {
    width: 30px;
    height: 4px;
    display: inline-block;
    background: #14416a;
    transition: all 0.4s;
    position: absolute;
    left: 15px;
}

.l-gnavi-btn span:nth-of-type(1) {
    top: 19px;
}

.l-gnavi-btn span:nth-of-type(2) {
    top: 29px;
}

.l-gnavi-btn span:nth-of-type(3) {
    top: 39px;
}

.l-gnavi-btn-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s;
}

.l-gnavi-btn-box.is-active .l-gnavi-btn {
    background: none;
}

.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
}

.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(2) {
    opacity: 0;
}

.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
}

.is-navi-open .l-gnavi-area--slide-left {
    transform: translateX(0);
}

.l-gnavi-area {
    width: 400px;
    height: 100vh;
    padding: 0;
    background: #fff;
    position: fixed;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.14);
    transition: all 0.8s ease;
    top: 0;
    left: 0;
    z-index: 300;
}

.l-gnavi-area-menu {
    display: table-cell;
    vertical-align: middle;
}

.l-gnavi-area-scroll {
    height: 100%;
    padding: 20px 100px 20px 0;
    -ms-overflow-style: none;
    overflow-x: scroll;
}

.l-gnavi-area-scroll::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
}

.l-gnavi-area-scroll__inner {
    height: 100%;
    display: table;
}

.l-gnavi-area-bar {
    width: 100px;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
}

.l-gnavi-area--slide-right {
    transform: translateX(-300px);
}

.l-gnavi-list {
    position: relative;
    width: 300px;
}

.l-gnavi-list__link {
    width: 90%;
    margin: 0 auto;
    padding: 10px 45px 10px 20px;
    display: block;
    text-decoration: none;
}

.l-gnavi-list__link--menu {
    cursor: pointer;
}

.l-gnavi-list__sub {
    margin: 0 0 0 1.6rem;
    border-top: dashed 1px #c8d1dc;
    background: #ebf0f6;
    display: none;
}

.l-gnavi-list__sub .l-gnavi-list__item {
    background-size: 4px 8px;
}

.l-gnavi-btn-close__link {
    margin: 20px auto;
    padding: 10px 20px 10px 50px;
    display: inline-block;
    background: #ffffff;
    text-decoration: none;
    position: relative;
}

.l-gnavi-btn-close__link:hover {
    background: #ccc;
    color: #ffffff;
}

.l-gnavi-btn-close__link:hover:after {
    background: #ffffff;
}

.l-gnavi-btn-close__link:hover:before {
    background: #ffffff;
}

.l-gnavi-btn-close__link:before {
    content: "";
    width: 20px;
    height: 3px;
    background: #111;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 20px;
}

.l-gnavi-btn-close__link:after {
    content: "";
    width: 20px;
    height: 3px;
    background: #111;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 20px;
}

.is-gnavi-cover .l-gnavi-area {
    height: auto;
    top: auto;
    z-index: 1;
    overflow-y: hidden;
}

.is-navi-open .l-gnavi-area {
    opacity: 1;
}

.is-navi-open .l-gnavi-area--slide-right {
    transform: translateX(0);
}

.is-navi-open .l-gnavi-area--slide-left {
    transform: translateX(0);
}

.is-navi-open .l-gnavi-area--slide-down {
    transform: translateY(0);
}

.is-navi-open .l-gnavi-area--slide-up {
    transform: translateY(0);
}

.is-navi-open .is-gnavi-cover {
    height: 100vh;
    overflow-y: scroll;
}

.is-navi-open .is-gnavi-cover .l-gnavi-area {
    position: static;
}


/*
---------------------------------------------

    banner

*/

.pc-fix-banner01 {
    width: 15%;
    max-width: 24rem;
    position: fixed;
    right: 0;
    bottom: 1rem;
    z-index: 50;
    background: #040466;
    display: none;
}

.pc-fix-banner01:hover {
    opacity: 0.7;
}

.pc-fix-banner01 a {
    text-decoration: none;
    display: block;
}

.pc-fix-banner01-text-wrap {
    color: #fff;
    position: relative;
}

.pc-fix-banner01-text-wrap::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-banner01-title {
    background: #c50224;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.66;
    text-align: center;
}

.pc-fix-banner01-text {
    margin: 0;
    font-weight: 700;
    line-height: 1.38;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pc-fix-banner01-text span {
    color: #ff9a41;
    font-size: 5.58rem;
    font-weight: 900;
}


/*
---------------------------------------------

    footer area

*/

.l-footer-area {
    margin: 0;
    padding: 0 0 0 100px;
    width: 100%;
    min-width: 1200px;
    position: relative;
}

.l-footer-area__inner {
    background: #040450;
    position: relative;
}

.l-footer-area__inner:before,
.l-footer-area__inner:after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    width: 25%;
    height: 100%;
    background-color: #041560;
}

.l-footer-area__inner:before {
    left: 0;
    clip-path: polygon(0% 0%, 0 100%, 100% 0%);
}

.l-footer-area__inner:after {
    right: 0;
    clip-path: polygon(100% 0%, 0 100%, 100% 100%);
}

.l-footer-logo {
    text-align: center;
    padding: 4rem 0 3rem;
}

.l-footer-logo a:hover {
    opacity: .6;
}

.l-footer-logo img {
    width: 200px;
    height: auto;
}

.l-footer-disclaimer {
    width: 500px;
    margin: 20px auto;
    padding: 3rem 2rem;
    background: #fff;
    font-size: 1rem;
    color: #111;
    text-align: left;
    position: relative;
    z-index: 1;
}

.l-footer-disclaimer dt {
    float: left;
}

.l-footer-note {
    color: #fff;
    text-align: center;
    margin: 2rem auto 1.8rem;
    font-size: 1.2rem;
    position: relative;
    z-index: 1;
}

.l-footer-bottom {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    background: #c50224;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
}

.l-footer-bottom__inner {
    width: 96%;
    max-width: 1000px;
    display: table;
    margin: 0 auto;
}

.l-footer-bottom__copy {
    padding: 1rem 0;
    display: table-cell;
    text-align: left;
    margin: 0;
}

.l-footer-bottom__copy__link {
    text-decoration: none;
    color: #fff;
}

.l-footer-bottom__copy__link:hover {
    text-decoration: underline;
}

.l-footer-bottom__sitemap {
    padding: 10px 0;
    display: table-cell;
    text-align: right;
}

.l-footer-bottom__sitemap__link {
    color: #fff;
    text-decoration: none;
    position: relative;
}

.l-footer-bottom__sitemap__link::before,
.l-footer-bottom__sitemap__link::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    top: 0;
    bottom: 0;
    margin: auto;
    right: -11px;
    width: 6px;
    height: 1px;
    border-radius: 9999px;
    background-color: #ffffff;
    transform-origin: calc(100% - 0.5px) 50%;
}

.l-footer-bottom__sitemap__link::before {
    transform: rotate(45deg);
}

.l-footer-bottom__sitemap__link::after {
    transform: rotate(-45deg);
}

.l-footer-menu-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 0 0 0;
}

.l-footer-menu {
    margin: 0 0 40px;
}

.l-footer-menu__title {
    margin: 0 0 10px 0;
    padding: 0 0 5px;
    border-bottom: solid 1px #fff;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.4;
    position: relative;
    z-index: 1;
}

.l-footer-menu__title__link {
    display: block;
    padding: 0 0 0 3.2rem;
    background: url(img/arrow02_white.png) no-repeat left 1rem center;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    color: #fff;
}

.l-footer-menu__title__link:hover {
    opacity: 0.6;
}

.l-footer-menu__list {
    display: inline;
}

.l-footer-menu__list__item {
    padding: 0 10px;
    display: inline-block;
}

.l-footer-menu__list__item:first-child {
    display: none;
}

.l-footer-menu__list__link {
    padding: 5px 0 5px 19px;
    text-align: left;
    font-size: 1.2rem;
    text-decoration: none;
    position: relative;
    color: #fff;
}

.l-footer-menu__list__link:before {
    margin-top: -5px;
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 50%;
    left: 0;
    background-color: #c50224;
}

.l-footer-menu__list__link:hover {
    opacity: 0.6;
}

.l-footer-submenu__list {
    display: inline-block;
}


/*
---------------------------------------------
    common
*/

.l-pagetop {
    position: fixed;
    right: 30px;
    z-index: 100;
    display: none;
    margin: 0;
    bottom: 27rem;
}

.l-pagetop__link {
    width: 103px;
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-pagetop__link:hover {
    opacity: 0.7;
}

.l-pagetop__image {
    max-width: 100%;
    height: auto;
}

.l-pagetop.is-fixed {
    position: fixed;
    top: auto;
    bottom: 30px;
}

#pankuzu {
    max-width: 1000px;
    margin: 4rem auto 0 auto;
    font-size: 1.2rem;
    position: relative;
    z-index: 1;
}

#pankuzu span {
    color: #111;
}


/*
---------------------------------------------

    contents area

*/

.l-contents-area {
    width: 100%;
    margin: 0 auto;
    padding-left: 100px;
}


/*
---------------------------------------------

    main area / common

*/

.l-main-area {
    width: 100%;
    margin: 0 auto 7rem 0;
    padding: 0;
    text-align: left;
}

.l-main-area--low {
    width: 1000px;
    margin: 0 auto 7rem auto;
}

.l-section-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.l-main-area .l-common-lead {
    width: 80%;
    margin: 1.5rem auto 4rem;
}


/*
---------------------------------------------

    top

*/

.l-mv {
    position: relative;
    width: 100%;
    min-width: 1100px;
    min-height: 451px;
    margin: 0;
    z-index: 1;
}

.l-mv-wrapper {
    background: url(img/mv_bg_01.jpg) no-repeat right 30vw top;
}

.l-mv-box {
    color: #fff;
    max-width: 75%;
    min-width: 110rem;
    margin-inline: auto;
}

.l-mv-wrapper::before {
    content: "";
    position: absolute;
    right: 0;
    top: 4rem;
    width: 49vw;
    max-width: 983px;
    height: 659px;
    background: url(img/mv_bg_02.png) no-repeat left top / cover;
    z-index: 10;
}

.l-mv-box-inner {
    padding-block: 3rem 6rem;
}

.l-mv-logo {
    text-align: center;
    max-width: 177px;
}

.l-mv-title {
    margin-block: 3.5rem 0;
    font-size: 3.6rem;
    font-weight: bold;
}

.l-mv-title .mv-title-label {
    background: #fff;
    color: #040466;
    font-size: 2.8rem;
    line-height: 1.14;
    padding: 0 11px;
}

.l-mv-title .mv-title-large {
    font-size: 6.8rem;
}

.l-mv-title .mv-title-large span {
    font-size: 10rem;
    color: #ff9a41;
    line-height: 0.5;
    bottom: -10px;
    position: relative;
}

.l-mv-text {
    line-height: 1.7;
    max-width: 48%;
    line-height: 1.88;
}

.l-mv-text span.line {
    border-bottom: 2px solid #ff362c;
    margin: 0 .5rem;
}

.l-parts01 {
    margin-block: 4rem;
}

.top .l-parts01 {
    margin-top: 9rem;
}

.l-parts01.low {
    margin-block: 10rem 20rem;
}

.l-parts02 {
    position: relative;
    padding-bottom: 9rem;
    margin-top: 8.8rem;
    background: url(img/recommend_bg.jpg) no-repeat center / cover;
    border-top: 5px solid #040466;
}

.l-parts02-white {
    width: 1000px;
    margin: 0 auto 8rem auto;
    padding: 0 0 4rem 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(191, 206, 214, 1);
}

.l-parts02-white:last-child {
    margin: 0 auto;
}

.l-parts02-white .block-kuchikomi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-block: 4rem 8rem;
}

.block-kuchikomi .box {
    width: calc((100% - 3rem) / 3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.l-parts02-white .block-kuchikomi .box-head {
    padding: 1.7rem 1rem;
    background: #040466;
}

.l-parts02-white .block-kuchikomi .box-head .ttl {
    color: #fff;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}

.l-parts02-white .block-kuchikomi .box-body {
    padding: 2rem 2rem 3rem 2rem;
}

.l-parts02-white .block-kuchikomi .box-body span {
    color: #c50224;
    font-weight: bold;
}

.l-parts02-white .block-kuchikomi .box-body p {
    margin: 0;
}

.l-parts02-white .block-kuchikomi .box-body p+p {
    margin-top: 2.7rem;
}

.l-parts02-white__title .catch-title {
    padding: 0 3rem 0 0;
    text-decoration: none;
    background: url(img/low_h2_bg.jpg) no-repeat right center / cover;
    color: #fff;
    font-weight: 700;
    font-size: 3rem;
    padding: 1rem;
    text-align: center;
    font-size: 2.4rem;
    border-top: 5px solid #c50224;
}

.l-parts02-white__title .catch-title span {
    font-size: 3.2rem;
    color: #ff9a41;
    padding-right: 0.5rem;
}

.l-parts02-white-inner {
    width: 900px;
    margin: 0 auto;
}

.l-parts02-white-inner .head {
    font-size: 3.2rem;
    font-weight: 700;
    color: #040466;
    margin-block: 3.1rem;
    text-align: center;
}

.l-parts02-white-inner .img-wrap {
    text-align: center;
}

.l-parts02-white-inner .caption {
    margin: 0;
}

.l-parts02-white__column2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 4rem auto 1rem;
}

.l-parts02-white__column2 .box {
    width: calc((100% - 4.1rem) / 2);
    padding: 1.2rem 3rem;
    border-radius: 0.5rem;
}

.l-parts02-white__column2__left.box {
    border: 3px solid #d4deec;
    box-shadow: 0 0 9px rgba(191, 206, 214, 0.2);
    position: relative;
}

.l-parts02-white__column2__left.box::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -40px;
    border-style: solid;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #040466;
    border-right: 0;
}

.l-parts02-white__column2__right.box {
    border: 3px solid #c50224;
    box-shadow: 0 0 9px rgba(191, 206, 214, 0.2);
}

.l-parts02-white__column2 .box .label {
    border-radius: 5rem;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    padding: 5px;
}

.l-parts02-white__column2__left.box .label {
    color: #040466;
    background: #ebf0f6;
}

.l-parts02-white__column2__right.box .label {
    color: #fff;
    background: #c50224;
}

.l-parts02-white__column2 .box .catch {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
}

.l-parts02-white__column2__left.box .catch {
    color: #040466;
    margin-block: 2.7rem 2rem;
}

.l-parts02-white__column2__right.box .catch {
    color: #c50224;
}

.l-parts02-white .title-wrap {
    position: relative;
    margin: 7rem 0 2rem 0;
    text-align: center;
}

.l-parts02-white .title-wrap::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
    background: #aabed9;
    content: "";
}

.l-parts02-white .title-wrap .title {
    position: relative;
    display: inline-block;
    padding: 0 2rem;
    background: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #040466;
}

.case .btn-web {
    margin-block: 5rem 3rem;
}

.consulting {
    margin-bottom: 12rem;
}

.consulting .consulting-catch {
    color: #040466;
    font-weight: 700;
    font-size: 2.2rem;
}

.consulting table {
    margin-block: 2rem;
}

.consulting table td,
.consulting table th {
    width: 11.3rem;
    padding: 1rem 0.4rem;
}

.consulting table td {
    text-align: center;
}

.consultant {
    margin-bottom: 8.5rem;
}

.accordion-item .com-box05-frame {
    margin-block: 0;
}

.consultant .com-box05-frame {
    padding: var(--s4);
    border: 1px solid var(--site-color11);
}

.consultant .com-box05-area {
    display: flex;
    gap: 2rem;
}

.consultant .com-box05-img {
    flex-basis: 56%;
}

.com-box05-text {
    flex-basis: 80%;
}

.consultant .com-box05-img .consultant__name {
    font-weight: 700;
    text-align: center;
    margin-block: 1rem 0.7rem;
    color: #040466;
    font-size: 2rem;
}

.consultant .com-box05-img .consultant__qualifications {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 79%;
    margin-inline: auto;
}

.consultant .com-box05-img .consultant__qualifications.center {
    justify-content: center;
}

.consultant .com-box05-img .consultant__qualifications p {
    color: #040466;
    font-weight: 700;
    font-size: 1.4rem;
    margin: 0;
    display: inline-block;
}

.consultant .com-box05-img .consultant__qualifications p.label {
    border: 1px solid #040466;
    padding: 5px;
}

.com-box05-text .consultant__catch {
    background: #ebf0f6;
    padding: 1rem 2rem;
    color: #040466;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 2rem;
    /* display: inline-block; */
}

.com-box05-text .career {
    margin: 0;
}

.l-main-area .com-box05-text ul {
    margin-block: 1rem 0;
    display: inline-block;
}

.l-main-area .com-box05-text ul li {
    padding-bottom: 5px;
}

.info .lead {
    /* max-width: 90%; */
    margin-inline: auto;
    /* font-size: 1.4rem; */
}

.l-parts03 {
    margin-block: 8rem 11rem;
    position: relative;
}

.l-parts03 .frame-wrap table th {
    width: 7rem;
}

.l-parts04 {
    padding: 0;
    margin-bottom: 16rem;
    min-width: 1100px;
    position: relative;
}

.l-parts04 .l-section-inner {
    position: relative;
    z-index: 0;
}

.accordion-item {
    display: none;
}

.accordion-btn {
    position: relative;
    max-width: 460px;
    height: 56px;
    margin: 4rem auto;
    box-shadow: 0 6px 0 #040466;
    border: 3px solid #040466;
    box-sizing: border-box;
    color: #040466;
    border-radius: 5rem;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    transition: 0.2s;
    text-align: center;
    cursor: pointer;
}

.accordion-btn:hover {
    box-shadow: none;
    border: 3px solid #0000b9;
    background: #0000b9;
    text-decoration: none;
    opacity: 1;
    transform: translate(0, 6px);
    color: #fff;
}

.accordion-btn::before {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    content: "＋";
}

.accordion-btn::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    content: "もっと見る";
}

.accordion-btn.is-open::before {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    content: "ー";
}

.accordion-btn.is-open::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "閉じる";
}


/*
---------------------------------------------

  threeColumnBox
  3つ並びBOX
*/

.threeColumnBox_txt {
    margin: 0 auto;
    margin-bottom: 3.3rem;
    max-width: 95%;
}

.threeColumnBox_ttl {
    position: relative;
    margin: 0 0 2.4rem 0;
    padding: 1.2rem 2rem 2.6rem 2rem;
    border-top: 1px solid #aabed9;
    border-bottom: 1px solid #aabed9;
    font-size: 4.2rem;
    color: #040466;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
}

.threeColumnBox_ttl span {
    color: #c50224;
    font-size: 2.8rem;
    line-height: 0.82;
}

.threeColumnBox_ttl span.large {
    font-size: 7.2rem;
}

.top .threeColumnBox_ttl:after {
    content: none;
}

.threeColumnBox_ttl:after {
    margin-left: 1rem;
    right: 0;
}

.l-main-area .threeColumnBox_txt {
    max-width: 80%;
    margin: 2rem auto;
}

.threeColumnBox_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3.7rem;
}

.threeColumnBox_item {
    width: 31%;
    border-top: 5px solid #c50224;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.threeColumnBox_item .threeColumnBox_inner {
    padding: 1.4rem 1.6rem 2.4rem 1.6rem;
    background: linear-gradient(to bottom, #ebf0f6, #ffffff);
}

.threeColumnBox_item .threeColumnBox_inner .threeColumnBox_img {
    text-align: center;
}

.threeColumnBox_item .threeColumnBox_inner .caption {
    margin-block: 0;
}

.threeColumnBox_item .threeColumnBox_head {
    background: url(img/threeColumnBox_bg.jpg) no-repeat right center / cover;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 1rem 2rem;
}

.threeColumnBox_item .threeColumnBox_head .text-large {
    font-size: 2.5rem;
    color: #ff9a41;
}

.threeColumnBox_item .box-ttl {
    font-size: 2rem;
    font-weight: 700;
    color: #040466;
    text-align: center;
    margin-bottom: 0.7rem;
}

.threeColumnBox_item .box-status {
    background: #fff;
    border-radius: 5px;
    padding: 1.3rem 2.1rem;
    color: #040466;
    font-weight: 700;
    margin-block: 2.9rem;
}

.threeColumnBox_item .box-status .box-head {
    background: #ebf0f6;
    border-radius: 50vh;
    text-align: center;
    font-size: 1.4rem;
}

.threeColumnBox_item .box-status .box-body {
    margin-block: 13px 0;
}

.threeColumnBox_item .box-status .box-body li {
    margin: 0;
    padding: 0 0 1rem 2rem;
    position: relative;
    line-height: 1.38;
    font-size: 1.6rem;
}

.threeColumnBox_item .box-status .box-body li::before {
    content: "";
    background-color: #00afe9;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

.threeColumnBox_item .box-status .box-body span,
.threeColumnBox_item .box-feature .box-body span {
    color: #c50224;
    font-weight: 700;
}

.threeColumnBox_item .box-feature .box-head {
    font-size: 1.4rem;
    font-weight: bold;
    color: #040466;
    text-align: center;
    line-height: 1.64;
    margin-block: 3rem 6px;
}

.threeColumnBox_item .box-feature .box-body {
    margin: 0;
    line-height: 1.75;
    background: url(img/title_bg_02.png) no-repeat left top 5px / 25px;
    max-width: 90%;
    margin-inline: auto;
}

.threeColumnBox_item .box-feature .box-body:last-child {
    margin-top: 2.4rem;
}

.threeColumnBox_item .box-feature .box-body .icon {
    padding-left: 3rem;
    font-weight: 500;
    color: #111;
}

.threeColumnBox_item .point-text {
    text-align: center;
    color: #040466;
    font-size: 1.4rem;
    text-align: center;
    margin-block: 3.5rem 1rem;
}

.threeColumnBox_item .btn-web {
    margin: 1rem auto;
}

.threeColumnBox .btn-web a {
    width: 90%;
}


/*
---------------------------------------------

  PRパーツ
*/

.casebox-01-frame {
    margin-top: 2rem;
    padding: 4rem 5rem 2rem;
    background-color: #ebf0f6;
    max-width: 805px;
    margin-inline: auto;
}

.casebox-01-sub {
    color: #040466;
    font-size: 2rem;
    font-weight: 700;
    border-bottom: 1px solid #d0d3e0;
    padding-bottom: 1rem;
}

.casebox-01-sub span {
    background-color: #040466;
    color: #fff;
    padding: 0 0.9rem;
}

.l-casebox-01 {
    margin-block: 3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
}

.l-casebox-01__side {
    width: 39%;
    text-align: center;
}

.l-casebox-01__side .caption {
    margin-block: 1rem
}

.l-casebox-01__main {
    width: 55%;
}

.casebox-01-catch {
    font-weight: 700;
    color: #040466;
}

.l-main-area .casebox-01-small {
    font-size: 1.3rem;
    margin: 1rem 0;
    line-height: 2.15;
}

.l-casebox-01__main .casebox-01-catch {
    font-size: 2rem;
    line-height: 1.5;
}

.l-main-area .casebox-01-table {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin-top: 2rem;
    background-color: #fff;
}

.l-main-area .casebox-01-table th {
    background-color: #d4deec;
    width: 36%;
}

.l-main-area .casebox-01-table th,
.l-main-area .casebox-01-table td {
    border: 1px solid #c8d1dc;
    padding: 2rem;
}

.casebox-01-caption {
    text-align: right;
}


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

@media screen and (max-width: 480px) {
    .casebox-01-frame {
        padding: 2rem;
    }
    .l-casebox-01 {
        flex-direction: column;
        margin-block: 2rem 0;
        gap: 1rem;
    }
    .l-casebox-01__side,
    .l-casebox-01__main {
        width: 100%;
    }
    .l-casebox-01__side {
        text-align: center;
    }
    .l-casebox-01__side .caption {
        margin-block: 1rem;
    }
}

.l-column3>* {
    width: 31.5%;
}

.l-column2>* {
    width: 48.5%;
}


/*--------------------------------------
	toc_parts
---------------------------------------*/

.toc_parts {
    background: #ebf0f6;
    margin: 5rem 0;
    padding: 4rem 5rem;
    box-sizing: border-box;
    max-width: 805px;
    margin-inline: auto;
}

.toc_parts .ttl {
    padding: 0 0 0 1rem;
    font-size: 2rem;
    font-weight: bold;
    border-left: 4px solid #0d1e3f;
    color: #040466;
}

#toc {
    margin: 1.5rem 0 0 0;
    padding: 0 2rem 0;
    border-top: 1px solid #0d1e3f;
}

#toc .chapter {
    margin: 0 0 2rem;
    counter-reset: count;
}

#toc .chapter .chapter-h {
    margin: 2rem 0 0;
    padding: 0 0 0 3.5rem;
    font-size: 1.6rem;
    line-height: 1.8;
    position: relative;
    counter-increment: count;
    background: none;
}

#toc .chapter .chapter-h:last-child {
    margin-bottom: 0;
}

#toc ul.chapter .chapter-h::before {
    content: counter(count, decimal-leading-zero);
    position: absolute;
    top: 14px;
    left: 0;
    transform: translate(0, -50%);
    color: #040466;
    font-size: 2rem;
    font-weight: 900;
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
}

#toc .chapter .chapter-h a {
    font-weight: 900;
    text-decoration: none;
    color: #040466;
}

#toc .chapter .chapter-h a:hover {
    opacity: 0.6;
}

#toc .chapter .chapter-h span {
    color: #0b072b;
    font-weight: bold;
}

#toc li.chapter-h.chapter-h-three {
    margin: 1rem 0 1rem 4rem;
    padding: 0 0 0 1.5rem;
    counter-increment: none;
}

#toc li.chapter-h.chapter-h-three::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    border-top: solid 1px #0b072b;
    border-right: solid 1px #0b072b;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#toc li.chapter-h.chapter-h-three a {
    font-weight: 500;
    color: #111;
}

#toc li.chapter-h.chapter-h-three span {
    font-weight: 500;
}

#toc .chapter br {
    display: none;
}


/* 目次アコーディオン */

.ac-block {
    position: relative;
    margin-bottom: 20px;
}

.ac-block label {
    height: 100px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 5;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(235 240 246) 75%);
}

.ac-block input:checked+label {
    background: none;
}

.ac-block label:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #040466;
    border-right: solid 2px #040466;
    transform: rotate(135deg);
    position: absolute;
    bottom: 17px;
    right: 50%;
    margin-right: -120px;
    z-index: 2;
}

.ac-block label:after {
    content: "続きをよむ";
    display: inline-block;
    position: absolute;
    width: 280px;
    height: 36px;
    margin: 0 auto;
    background: #fff;
    color: #040466;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    border: 3px solid #040466;
    border-radius: 5rem;
    box-shadow: 0 6px 0 #040466;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.ac-block label:hover:after {
    color: #fff;
    border: 3px solid #040466;
    background-color: #040466;
    box-shadow: none;
    transform: translateX(-50%) translateY(6px);
    transition: 0.3s;
}

.ac-block label:hover:before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: translateY(6px) rotate(135deg);
    transition: 0.3s;
}

.ac-block input {
    display: none;
}

.ac-block .ac-block-text {
    overflow: hidden;
    height: 180px;
    transition: all 0.5s;
}

.ac-block input:checked+label {
    height: 36px;
}

.ac-block input:checked+label:after {
    content: "閉じる";
}

.ac-block input:checked+label:before {
    transform: rotate(-45deg);
    bottom: 13px;
}

.ac-block input:checked+label:hover:before {
    transform: translateY(6px)rotate(-45deg);
    transition: 0.3s;
}

.ac-block input:checked~.ac-block-text {
    height: auto;
    padding-bottom: 50px;
}


/*
---------------------------------------------

    smartphone settings

*/

@media screen and (max-width: 480px) {
    body {
        min-width: 100%;
        min-width: inherit;
        font-size: 1.4rem;
    }
    .forPC {
        display: none;
    }
    .forSP {
        display: block;
    }
    .pc_br {
        display: none;
    }
    .sp_br {
        display: block;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    p {
        margin: 2rem 0;
        font-size: 1.4rem;
    }
    .l-main-area iframe {
        max-width: 100%;
        width: 100%;
        height: 300px;
    }
    .l-main-area--low strong,
    .l-main-area--low p>span {
        font-size: 1.6rem;
    }
    .l-main-area ul:not([class]) {
        font-size: 1.4rem;
    }
    .l-main-area ul:not([class]) li::before {
        top: 7px
    }
    .l-main-area ol {
        margin: 3rem 0;
        font-size: 1.4rem;
    }
    .l-main-area table {
        margin: 1rem auto;
    }
    .l-main-area table th {
        width: 10rem;
    }
    .sp-scroll-table {
        display: block;
        padding: var(--s1);
        border: 1px solid var(--site-color09);
        font-size: 1.2rem;
        border-radius: 2rem;
    }
    .l-scroll-x-sp {
        width: 100%;
        padding-bottom: 0.6rem;
        overflow: hidden;
        overflow-x: scroll;
        overflow-y: visible;
    }
    .l-scroll-x-sp::-webkit-scrollbar {
        height: 0.6rem;
    }
    .l-scroll-x-sp::-webkit-scrollbar-track {
        border-radius: 0.3rem;
        background: #eee;
    }
    .l-scroll-x-sp::-webkit-scrollbar-thumb {
        border-radius: 0.3rem;
        background: #ddd;
    }
    .l-scroll-x-sp table thead {
        display: table-header-group;
    }
    .l-scroll-x-sp table tbody {
        display: table-row-group;
    }
    .l-scroll-x-sp table tr {
        display: table-row;
    }
    .l-scroll-x-sp table th,
    .l-scroll-x-sp table td {
        width: inherit;
        min-width: 11rem;
        display: table-cell;
    }
    .l-scroll-x-sp table {
        width: inherit;
    }
    /*--------------------------------------
btns
---------------------------------------*/
    .btn-web,
    p.btn-web {
        margin: 3rem auto;
        padding: 0;
        text-align: center;
    }
    .btn-web a {
        display: inline-block;
        position: relative;
        width: 92%;
        margin: 0 auto;
        padding: 1.5rem 2.5rem;
        background-size: 12px auto;
        border-radius: 5rem;
        box-shadow: 0 6px 0 #8a3636;
        box-sizing: border-box;
        color: #fff;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
    }
    .btn-web a:hover {
        background-size: 12px auto;
        border-radius: 5rem;
        box-shadow: 0 6px 0 #8a3636;
        text-decoration: none;
        opacity: 1;
        transform: none;
        transition: none;
    }
    .btn-internal,
    p.btn-internal {
        margin: 3rem auto;
        padding: 0;
        text-align: center;
    }
    .btn-internal a {
        display: inline-block;
        position: relative;
        width: 92%;
        margin: 0 auto;
        padding: 1.5rem 2.5rem;
        background-size: 12px auto;
        box-sizing: border-box;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
    }
    .btn-internal a:hover {
        background-size: 12px auto;
        text-decoration: none;
        opacity: 1;
        transform: none;
        transition: none;
    }
    .btn-link,
    p.btn-link {
        margin: 3rem auto;
        padding: 0;
        text-align: center;
    }
    .btn-link a {
        display: inline-block;
        position: relative;
        width: 92%;
        margin: 0 auto;
        padding: 1.5rem 4rem 1.5rem 3rem;
        background: #fff url(img/arrow02_blue.png) no-repeat right 2rem center;
        background-size: 12px auto;
        border-radius: 5rem;
        box-shadow: 0 6px 0 #040466;
        border: 3px solid #040466;
        box-sizing: border-box;
        color: #040466;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
    }
    .btn-link a:hover {
        text-decoration: none;
        opacity: 1;
        background: none;
        color: #040466;
    }
    .btn-link a::before,
    .btn-link a:hover::before {
        content: unset;
    }
    .btn-tel,
    p.btn-tel {
        display: block;
        margin: 3rem auto;
        padding: 0;
        text-align: center;
    }
    .btn-tel a {
        display: inline-block;
        position: relative;
        width: 92%;
        margin: 0 auto;
        padding: 1.5rem 3.8rem;
        background: #00afe9 url(img/icon_tel.png) no-repeat 1.2rem center;
        background-size: 24px auto;
        border-radius: 5rem;
        box-shadow: 0 6px 0 #0077ae;
        box-sizing: border-box;
        color: #fff;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
    }
    .btn-tel a:hover {
        text-decoration: none;
        opacity: 1;
    }
    .l-main-area .btn-img {
        overflow: hidden;
    }
    .l-main-area .btn-img img {
        margin-left: -35vw;
        max-width: none;
        width: 150vw;
    }
    .l-main-area .btn-img a {
        padding: 0;
        background: none;
        border: 0;
    }
    .l-main-area .float-wrap {
        width: 100%;
        margin: 10px auto 30px;
        font-size: 1.4rem;
    }
    .l-main-area .float-wrap .float-img {
        text-align: center;
    }
    .l-main-area .float-wrap .float-img.fr {
        width: 100%;
        margin: 0 0 20px;
        float: none;
    }
    .l-main-area .float-wrap .float-img.fl {
        width: 100%;
        margin: 0 0 20px;
        float: none;
    }
    .l-main-area .float-wrap .float-img.ct {
        width: 100%;
    }
    .l-main-area .float-wrap .float-img.t_small {
        width: 40%;
    }
    .l-main-area .float-wrap .float-img.fr.t_small {
        margin: 0 0 20px 10px;
        float: right;
    }
    .l-main-area .float-wrap .float-img.fl.t_small {
        margin: 0 20px 10px 0;
        float: left;
    }
    .l-parts06 {
        margin-bottom: 10rem;
    }
    .l-main-area .box-wrap {
        display: block;
        margin: 6rem 0;
        font-size: 1.4rem;
    }
    .l-main-area .box-wrap .box {
        width: 100%;
        margin: 0 0 4rem 0;
        padding: 3rem 1.5rem 1.5rem 1.5rem;
    }
    .l-main-area .box-wrap .box-body .fig {
        margin-bottom: 2rem;
    }
    .l-main-area .box-wrap .box-head .ttl a {
        font-size: 2rem;
    }
    .l-main-area .box-wrap .box:last-child {
        margin: 0;
    }
    .l-main-area .box-wrap .box::before {
        top: -3rem;
        width: 48px;
        height: 46px;
    }
    .l-main-area .box-wrap .box-head .ttl {
        font-size: 2rem;
    }
    .l-main-area .frame-wrap {
        display: block;
        margin: 6rem 0;
        font-size: 1.4rem;
    }
    .l-main-area .frame-wrap .frame {
        width: 100%;
        margin: 0 0 3rem 0;
    }
    .l-main-area .frame-wrap .frame:last-child {
        margin: 0;
    }
    .l-main-area .frame-wrap .frame-head .ttl {
        font-size: 1.8rem;
    }
    .l-main-area .frame-wrap .btn-link a {
        font-size: 1.6rem;
        text-align: center;
    }
    .l-main-area .l-icon-title {
        width: 100%;
        margin: 3rem 0 2rem;
        padding: 1rem 1rem 1rem 6.4rem;
        background-size: 200px auto;
        line-height: 1.4;
        font-size: 1.8rem;
    }
    .l-icon-text {
        padding-left: 0;
    }
    .l-main-area .l-icon-title:before {
        width: 60px;
        height: 60px;
        font-size: 1rem;
        left: -0.6rem;
    }
    .l-main-area .l-number-wrapper .l-icon-title:before {
        padding: 0;
        font-size: 2.8rem;
    }
    /* low ----------------*/
    .l-main-area--low h1 {
        margin: 3rem 0;
        padding: 2rem 0;
        font-size: 2.4rem;
        background-size: 100% auto;
    }
    .l-main-area--low h1::after {
        bottom: 0;
    }
    .l-main-area--low h2 {
        margin: 6rem 0 2rem;
        padding: 1.5rem 1.5rem 1.5rem 2rem;
        font-size: 2.1rem;
    }
    .l-main-area--low h3 {
        margin: 4rem 0 1.5rem;
        padding: 0 0 1rem 1.5rem;
        font-size: 1.9rem;
    }
    .l-main-area--low h4,
    .l-main-area--low h5 {
        margin: 3rem 0;
        padding: 0 0 0 1rem;
        font-size: 1.7rem;
    }
    .top_h2 {
        position: relative;
        margin: 5rem 0 3rem 0;
        padding: 2rem 0;
        background-size: 100% auto;
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
    }
    .top_h2::after {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 36px;
        height: 3px;
        content: "";
    }
    .top_h2 span {
        font-size: 1.8rem;
    }
    .top_h2 a {
        display: inline-block;
        padding: 0 2rem 0 0;
        background: url(img/arrow02_blue.png) no-repeat right center;
        background-size: 12px auto;
        text-decoration: none;
    }
    .top_h2 a:hover {
        text-decoration: none;
        opacity: 1;
    }
    /*
---------------------------------------------

    header area

*/
    .l-header {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        text-align: left;
        position: relative;
    }
    .l-header-area {
        min-width: auto;
        padding: 0;
    }
    .l-header-left {
        display: none;
    }
    .l-header-sitename {
        padding: 1rem 6.4rem 1rem 1rem;
        font-size: 1rem;
        text-align: left;
    }
    .l-header-area.lower .l-header-sitename {
        padding: 1rem 6.4rem 1rem 1rem;
    }
    .l-header-logo a {
        margin: 0 auto;
        width: 240px;
        height: auto;
        z-index: 1;
        position: relative;
    }
    .lower .l-header-logo:before,
    .lower .l-header-logo:after {
        width: 100%;
        height: auto;
    }
    .lower .l-header-logo:before {
        top: 23px;
        height: 75px;
    }
    .lower .l-header-logo:after {
        right: 0;
        left: 0;
        top: 4rem;
    }
    .l-gnavi-area {
        display: none;
    }
    .pc-fix-banner01 {
        display: none !important;
    }
    /*
---------------------------------------------

    footer area

*/
    .l-footer-area {
        margin-top: 0;
        padding: 0;
        min-width: inherit;
    }
    .l-footer-area::before {
        top: -27px;
        left: 0;
        content: "";
        width: 100%;
        height: 50px;
        background-size: cover;
    }
    .l-footer-area__inner {
        position: relative;
        padding-top: 1rem;
    }
    .l-footer-logo {
        padding: 2rem 0 3rem;
        font-size: 1.2rem;
        text-align: center;
    }
    .l-footer-disclaimer {
        width: 90%;
        margin: 0 auto 1rem;
        padding: 2rem 5%;
    }
    .l-footer-bottom {
        padding: 0 5%;
    }
    .l-footer-bottom__inner {
        width: 90%;
        display: block;
    }
    .l-footer-bottom__copy {
        display: block;
        text-align: center;
        font-size: 1.2rem;
    }
    .l-footer-bottom__sitemap {
        display: none;
    }
    .l-footer-note {
        margin: 0 0 1rem;
        font-size: 1rem;
    }
    .l-footer-menu-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 298;
        width: 100%;
        height: 100vh;
        background: #fff;
        margin: 0;
        padding: 0 0 60px 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, opacity 1s;
        overflow-y: hidden;
        opacity: 0;
    }
    .l-footer-menu-wrapper.active {
        transform: translate3d(0, 0, 0);
        transition: transform 0.3s ease-in-out, opacity 0.3s;
        opacity: 1;
    }
    .l-footer-menu {
        width: 90%;
        margin: 0 auto 2rem;
    }
    .l-footer-menu__title {
        margin: 0;
        padding: 0;
    }
    .l-footer-menu__title__link {
        display: block;
        padding: 0.6rem 2.8rem 0.6rem 1rem;
        background: url(img/arrow02_white.png) no-repeat right 1rem center;
        background-size: 12px auto;
        text-decoration: none;
        font-size: 1.6rem;
        font-weight: bold;
        position: relative;
    }
    .l-footer-menu__title__link:after {
        content: "";
        width: 8px;
        height: 15px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%) rotate(90deg);
    }
    .l-footer-menu__title__link:hover {
        text-decoration: none;
    }
    .l-footer-menu__list {
        display: none;
        margin-top: 1rem;
    }
    .l-footer-menu__list__item {
        width: 100%;
        padding: 0.6rem 1rem;
    }
    .l-footer-menu__list__item:first-child {
        display: block;
    }
    .l-footer-menu__list__link {
        margin: 0;
        display: block;
    }
    .l-footer-menu__list__link:before {
        content: "└";
        margin: -0.7rem 0.5rem 0 0;
        display: block;
        position: absolute;
        width: auto;
        height: auto;
        border-radius: 0;
        top: 50%;
        left: 0;
        background: none;
    }
    .l-footer-submenu__list {
        display: block;
    }
    .l-footer-submenu__list__item {
        display: block;
    }
    /*
---------------------------------------------

    common

*/
    .l-pagetop {
        right: 0.5rem;
        bottom: 3rem;
    }
    .l-pagetop__link {
        width: 50px;
        height: 50px;
    }
    .l-pagetop__image {
        width: auto;
    }
    .l-pagetop.is-fixed {
        bottom: 5.5rem;
    }
    #pankuzu {
        margin: 0 auto;
        padding: 1rem;
        white-space: nowrap;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .l-sns-list {
        display: none;
    }
    /*
---------------------------------------------

    contents area

*/
    .l-contents-area {
        padding: 0;
    }
    .l-contents-area--low {
        width: 100%;
    }
    /*
---------------------------------------------

    contents area

*/
    .threeColumnBox_item {
        width: 100%;
        margin: 0 0 3rem 0;
    }
    .threeColumnBox_item .btn-tel,
    .l-section-inner .btn-tel {
        margin-top: 2rem;
    }
    .threeColumnBox_item:last-child {
        margin: 0;
    }
    .threeColumnBox_ttl {
        padding: 1.2rem 1rem 2rem 1rem;
        background-size: 100% auto;
        font-size: 2.6rem;
        line-height: 1.1;
        text-align: center;
    }
    .threeColumnBox_ttl span {
        font-size: 1.8rem;
    }
    .threeColumnBox_ttl span.large {
        font-size: 3.2rem;
    }
    .l-main-area .threeColumnBox_txt {
        max-width: 90%;
    }
    .threeColumnBox .btn-web a {
        width: 90%;
    }
    .threeColumnBox_ttl:before {
        left: -5px;
    }
    .threeColumnBox_ttl:after {
        right: -5px;
    }
    .threeColumnBox_item:first-child {
        margin-top: 0;
    }
    .threeColumnBox_item .threeColumnBox_head {
        padding-block: 0.5rem;
    }
    .top .threeColumnBox_txt {
        margin-bottom: 3rem;
        width: auto;
    }
    .lowerBottom .threeColumnBox_ttl {
        border-bottom: none;
        border-top: none;
        margin: 0;
    }
    /*
---------------------------------------------

    main area

*/
    .l-main-area--low {
        width: 94%;
        margin: 0 auto 7rem;
        float: none;
        overflow: visible;
    }
    .l-section-inner {
        width: 94%;
        margin: 0 auto;
    }
    .l-main-area .l-common-lead {
        width: 90%;
        margin: 1.5rem auto 4rem;
    }
    .l-common-lead+.tblArea {
        margin-top: 2rem;
    }
    /*
---------------------------------------------

    top

*/
    .l-mv {
        width: 100%;
        min-width: auto;
        min-height: auto;
    }
    .l-mv-wrapper {
        background: unset;
    }
    .l-mv-wrapper::before {
        content: unset;
    }
    .l-mv-box {
        position: static;
        left: 0;
        top: 0;
        width: 100%;
        min-width: auto;
        min-height: auto;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        background: #fff;
        background-image: none;
    }
    .l-mv-box-inner {
        width: 100%;
        padding: 0;
    }
    .l-mv-logo {
        padding: 1rem 0;
        text-align: center;
        margin-inline: auto;
    }
    .l-mv-logo img {
        width: 100%;
        max-width: 320px;
    }
    .l-mv-fig {
        text-align: center;
    }
    .mv-text-wrap {
        background: #040466 url(img/mv_bg_03.jpg) repeat left bottom / cover;
        padding-bottom: 2rem;
    }
    .l-mv-title {
        margin: 0;
        padding: 1.5rem 1rem 1rem 1rem;
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.4;
    }
    .l-main-area p.l-mv-text {
        margin: 0;
        padding: 1rem;
        font-size: 1.4rem;
        line-height: 2;
        max-width: 100%;
    }
    .sp-space {
        margin-top: 1rem;
        display: block;
    }
    h2.l-mv-title {
        font-size: 2rem;
        line-height: 1.88;
    }
    .l-mv-title .mv-title-label {
        font-size: 1.6rem;
    }
    .l-mv-title .mv-title-large {
        font-size: 3.6rem;
        line-height: 1.5;
    }
    .l-mv-title .mv-title-large span {
        font-size: 6rem;
        line-height: 0.5;
        bottom: -2px;
        position: relative;
    }
    .l-section-inner {
        background-size: 20%;
    }
    .l-parts01 {
        padding: 0 0 4rem 0;
    }
    .top .l-parts01 {
        margin-top: 4rem;
    }
    .l-parts01.low {
        margin-block: 10rem;
    }
    .l-parts02-white {
        width: 100%;
        margin: 0 0 6rem 0;
        padding: 0 0 2rem 0;
    }
    .l-parts02-white-inner {
        width: 100%;
        margin: 0 auto;
        padding: 0 1.5rem;
    }
    .l-parts02-white-inner .head {
        font-size: 2.4rem;
        margin-block: 2rem;
    }
    .l-parts02-white__title .catch-title {
        padding: 0.8rem 1rem;
        border-top: 7px solid #c50224;
        background: url(img/threeColumnBox_bg.jpg) no-repeat right center / cover;
        font-size: 2rem;
    }
    .l-parts02-white__title .catch-title span {
        font-size: 2.4rem;
    }
    .l-parts02-white__column2 {
        margin: 3rem auto 0.5rem;
        gap: 5rem;
    }
    .l-parts02-white__column2 .box {
        width: 100%;
        padding: 1rem;
    }
    .l-parts02-white__column2__left.box::before {
        top: unset;
        bottom: -70px;
        right: 0;
        left: 0;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-top: 20px solid #040466;
    }
    .l-parts02-white__column2 .box .label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 1rem 0;
        padding: 0.5rem;
        line-height: 1.3;
        font-size: 1.4rem;
        border-radius: 50vh;
    }
    .l-parts02-white__column2__left.box .catch {
        margin-block: 2rem;
    }
    .l-parts02-white__column2 .box .data {
        font-size: 1.8rem;
    }
    .l-parts02-white__column2 .box .data span {
        font-size: 3rem;
    }
    .l-parts02-white .title-wrap {
        margin: 5rem 0 2rem 0;
    }
    .l-parts02-white .title-wrap .title {
        max-width: 90%;
        padding: 0 1rem;
        font-size: 2rem;
    }
    .l-parts02-white .l-icon-title+p {
        margin: 0;
    }
    .l-parts02-white .block-kuchikomi {
        display: block;
    }
    .block-kuchikomi .box {
        width: 100%;
        margin: 0 0 3rem 0;
    }
    .consulting {
        margin-bottom: 5rem;
    }
    .l-parts02-white .block-kuchikomi .box-head .ttl {
        background-size: 48px auto;
        font-size: 1.7rem;
    }
    .l-parts02-white .block-kuchikomi .box-body {
        padding: 1.5rem;
    }
    .consultant .com-box05-area {
        gap: 3rem;
        flex-direction: column;
    }
    .consultant .com-box05-img .img-wrap {
        max-width: 60%;
        margin-inline: auto;
    }
    .consultant .com-box05-img .consultant__qualifications {
        width: 90%;
    }
    .com-box05-text .consultant__catch {
        display: block;
    }
    .top .threeColumnBox_item:last-child:after {
        top: -2.5rem;
        right: -10px;
        width: 105px;
        background-size: contain;
    }
    .l-parts03 {
        margin-block: 5rem;
    }
    .l-parts04 {
        margin-bottom: 5rem;
        min-width: inherit;
    }
    .top .l-common-title {
        margin-top: 0;
        margin-bottom: 0;
        padding: 4.5rem 3rem;
    }
    .l-parts04 .l-section-inner:after,
    .l-parts04 .l-section-inner:before {
        content: none;
    }
    .l-column2>*,
    .l-column3>* {
        width: 100%;
    }
    .accordion-item {
        display: none;
    }
    .accordion-btn {
        position: relative;
        width: 90%;
        height: 56px;
        margin: 0 auto 4rem auto;
        border-radius: 5rem;
        font-size: 1.6rem;
        line-height: 1.1;
        text-align: center;
        cursor: pointer;
    }
    .accordion-btn:hover {
        background-size: 12px auto;
        text-decoration: none;
        opacity: 1;
        transform: none;
        transition: none;
        opacity: 1;
        background: none;
        color: #040466;
        box-shadow: 0 6px 0 #040466;
        border: 3px solid #040466;
    }
    .accordion-btn::before {
        position: absolute;
        right: 2rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: 2rem;
        content: "＋";
    }
    .accordion-btn::after {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.6rem;
        content: "もっと見る";
    }
    .accordion-btn.is-open::before {
        position: absolute;
        right: 2rem;
        top: 50%;
        transform: translateY(-50%);
        content: "ー";
    }
    .accordion-btn.is-open::after {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.6rem;
        content: "閉じる";
    }
    /*--------------------------------------
    　spMenuBox
    ---------------------------------------*/
    /*navWrap*/
    #navWrap {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        background-color: #faf5d2;
        margin: 0 auto;
    }
    /*navTop*/
    #navWrap .navTop {
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #b5b5b5;
        position: fixed;
        top: 0;
        opacity: 0;
        z-index: -1;
        transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }
    body.open #navWrap .navTop {
        top: 0 !important;
        opacity: 1 !important;
        z-index: 9999 !important;
    }
    #navWrap .navTopInner {
        display: table;
        width: 100%;
        padding: 0.5rem 0;
        position: relative;
    }
    #navWrap .siteName {
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 1.4;
        padding: 1.2rem 6rem 1.2rem 1rem;
        border-bottom: 1px solid #333;
        text-align: left;
    }
    /* ボタンのスタイル */
    #menuBtn {
        position: fixed;
        top: 0.6rem;
        right: 0.6rem;
        width: 46px;
        height: 46px;
        cursor: pointer;
        z-index: 9999;
        cursor: pointer;
        background-color: #c50224;
    }
    #menuBtn span {
        display: inline-block;
        transition: all 0.4s;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        width: 50%;
        height: 1px;
        background-color: #fff;
    }
    #menuBtn span:nth-of-type(1) {
        top: 15px;
    }
    #menuBtn span:nth-of-type(2) {
        top: 23px;
    }
    #menuBtn span:nth-of-type(3) {
        top: 31px;
    }
    /* バツ印に変化するスタイル */
    body.open #menuBtn span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    body.open #menuBtn span:nth-child(2) {
        opacity: 0;
    }
    body.open #menuBtn span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }
    /*navSp*/
    #navSp {
        position: fixed;
        top: 0;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 999;
        display: none;
    }
    #navSp>div {
        height: 100%;
        overflow-y: scroll;
    }
    #navSp a {
        text-decoration: none;
    }
    /* 以下装飾など */
    #navSp .navBox:first-child {
        border-top: 1px solid #333;
        overflow: hidden;
    }
    #navSp .navBox .sttl a,
    #navSp .sitemap a {
        display: block;
        box-sizing: border-box;
        font-size: 1.4rem;
        line-height: 1.4;
        background: url("img/arrow02_blue.png") 96% center no-repeat;
        background-size: 10px 8px;
        padding: 1.5rem 9% 1.5rem 1.5rem;
    }
    #navSp .navBox .tglMenu a {
        background: url("img/arrow02_bule_down.png") 96% center no-repeat;
        background-size: 8px 10px;
    }
    #navSp .navBox .sttl.collapsible a {
        background: url("img/arrow02_bule_down.png") 96% center no-repeat;
        background-size: 8px 10px;
    }
    #navSp .navBox .sttl a br {
        display: none;
    }
    #navSp .navBox .sttl.open>a {
        background: url("img/arrow_bule02_up.png") 96% center no-repeat;
        background-size: 8px 10px;
    }
    #navSp .navBox .sttl,
    #navSp .sitemap {
        border-bottom: 1px solid #333;
        padding: 0;
        margin: 0;
    }
    #navSp .sitemap {
        margin: 0 0 100px;
    }
    #navSp .navBox .accChild {
        display: none;
        font-size: 1.3rem;
        padding: 0;
        box-sizing: border-box;
        background-color: rgba(255, 255, 255, 0.8);
    }
    #navSp .navBox .accChild li {
        float: none;
    }
    #navSp .navBox .accChild li a {
        display: block;
        box-sizing: border-box;
        background: url("img/arrow02_blue.png") 95.5% center no-repeat;
        background-size: 8px 7px;
        border-bottom: 1px solid #333;
        padding: 1.2rem 9% 1.2rem 3rem;
    }
    #navSp .navBox .accChild li .subList li a {
        padding-left: 4rem;
        position: relative;
    }
    #navSp .navBox .accChild li .subList li a::before {
        content: "└";
        display: block;
        position: absolute;
        top: 14px;
        left: 22px;
        margin-right: 0.4rem;
    }
    body.open {
        height: inherit !important;
    }
    .toc_parts {
        margin: 3rem 0;
        padding: 3rem 2.5rem 2rem;
    }
    .toc_parts .ttl {
        font-size: 1.6rem;
        border-left: 2px solid #6e6e6e;
    }
    #toc {
        margin: 1.5rem 0 0 0;
        padding: 1rem 0 0;
    }
    #toc .chapter .chapter-h {
        margin: 1rem 0;
        padding: 0 0 0 3rem;
        font-size: 1.5rem;
        line-height: 1.6;
    }
    #toc ul.chapter .chapter-h::before {
        top: 11px;
        font-size: 1.8rem;
    }
    #toc li.chapter-h.chapter-h-three {
        margin: 0.5rem 0 0.5rem 2rem;
    }
    #toc li.chapter-h.chapter-h-three::before {
        top: 6px;
        width: 6px;
        height: 6px;
    }
    #toc li.chapter-h-three+.chapter-h-two {
        margin-top: 2rem;
    }
}


/* SP_End */


/* ==================
    関連記事
   ================== */

.related-article01-frame {
    max-width: 805px;
    margin: 10rem auto 2rem;
    padding: 4rem;
    background: #ebf0f6;
    position: relative;
}

.related-article01-title {
    padding: 0 0 0 1rem;
    color: #040466;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    background: url("./img/dummy-icon.png") no-repeat left center;
    background-size: 50px auto;
    position: relative;
}

.related-article01-title span {
    font-size: 20px;
    color: #040466;
}

.related-article01-list {
    margin: 20px 0 0 0;
    padding: 0 30px 0;
    border-top: 1px solid #D0D3E0;
    font-weight: 700;
}

.related-article01-list p {
    margin: 0;
}

.related-article01-list li {
    margin: 2.5rem 0 0;
    padding: 0 0 0 30px;
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}

.related-article01-list li a {
    color: #040466;
}

.related-article01-list li+li {
    margin-top: 10px;
}

.related-article01-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #040466;
    position: absolute;
    top: 7px;
    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;
}

@media screen and (max-width: 480px) {
    .related-article01-frame {
        padding: 20px 25px;
        margin: 6rem 1rem 3rem;
    }
    .related-article01-title span {
        font-size: 16px;
    }
    .related-article01-list {
        margin: 15px 0 0 0;
        padding: 10px 0 0;
    }
    .related-article01-list li {
        margin: 10px 0;
        padding: 0 0 0 15px;
        font-size: 15px;
        line-height: 1.6;
    }
    .related-article01-list li:last-child {
        margin-bottom: 0;
    }
}