@charset "utf-8"; /*
    base settings
    */
html {
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    -webkit-text-size-adjust: 100%;
    line-height: 1.8;
    color: #000000;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
}

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

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 {
    vertical-align: bottom;
}

a {
    color: #000000;
}

a:active, a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

strong {
    font-weight: bold;
    /* color: #ffffff; */
    /* text-decoration: underline; */
    /* text-decoration-thickness: 1.3em; */
    /* text-decoration-color: rgb(19 138 181 / 1); */
    /* text-underline-offset: -1em; */
    /* text-decoration-skip-ink: none; */
    background: linear-gradient(transparent 50%, #fcfc70 70%);
    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 */
.cf {
    *zoom: 1; }

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

.forPC {
    display: block;
}

.forSP {
    display: none;
}

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

.cf:after {
    clear: both;
}

/** For IE 6/7 only */
.cf {
    *zoom: 1; }

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

  common_parts

  */
.caption br {
    /* display: none; */
}

.l-main-area .caption {
    word-break: revert;
    font-size: 1rem;
    text-align: center;
    color: #999999;
    margin: 0 auto 1rem;
    line-height: 1.2;
}

.l-main-area .caption.right {
    text-align: right;
    margin-top: 1.2rem;
}

.l-main-area .caption.right a {
    text-decoration: none;
    color: #999999;
}

.l-main-area .scroll {
    overflow-x: auto;
    position: relative;
}

.l-main-area .scroll table {
    width: auto;
    white-space: nowrap;
}

.ac-btn {
    max-width: 274px;
    width: 100%;
    border: solid 2px #000000;
    border-radius: 22px;
    margin: 0.5rem auto;
    padding: .8rem 2rem;
    background: url(img/icon_ac.png) no-repeat right 9px center;
    background-size: 20px auto;
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    line-height: 1.6;
    text-align: center;
    transition: 0.2s;
}

.ac-btn:hover {
    opacity: 0.6;
}

.ac-btn.is-open {
    background: #fff url(img/icon_ac_open.png) no-repeat right 9px center;
    background-size: 20px auto;
}

.ac-btn-more {
    max-width: 318px;
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: .01em;
    padding: 1.6rem 10.4rem;
    border-radius: 30px;
    background: #fff url(img/icon_ac.png) no-repeat right 17px center;
    background-size: 20px auto;
}

.ac-btn-more.is-open {
    background: #fff url(img/icon_ac_open.png) no-repeat right 17px center;
    background-size: 20px auto;
}

.l-main-area .english-sub-catch {
    text-align: center;
    font-size: 1.8rem;
    color: #D80030;
    font-weight: bold;
    letter-spacing: 3px;
    position: relative;
    padding: 0 0 1rem;
    margin: 0 0 1rem;
}

.l-main-area .features-sub {
    padding: 0 0 0;
    margin: 0 0 0;
}

.l-main-area .features-sub::after {
    display: none;
}

.l-main-area .english-sub-catch::after {
    content: "";
    width: 100px;
    height: 3px;
    background: #D80030;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
}

.l-main-area .content-boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* position: relative; */
}

.l-main-area .content-boxes .content-box.image {
    width: 30%;
}

.l-main-area .content-boxes .content-box {
    width: 68%;
}

.l-main-area .content-boxes:not(:first-child) {
    margin-top: 3rem;
}

.l-main-area .content-boxes .content-box p span {
    /* font-weight: bold; */
    /* color: #ffffff; */
    /* text-decoration: underline; */
    /* text-decoration-thickness: 1.3em; */
    /* text-decoration-color: rgb(19 138 181 / 1); */
    /* text-underline-offset: -1em; */
    /* text-decoration-skip-ink: none; */
    background: linear-gradient(transparent 50%, #fcfc70 70%);
    font-weight: bold;
}

.l-main-area .content-box img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 0.5rem;
    /* width: 55%; */
}

.l-main-area .content-box__catch {
    font-size: 2rem;
    background: #707070;
    padding: 1.2rem 3rem;
    margin: 0 0 2rem;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px;
    line-height: 1.5;
    position: relative;
    width: 100%;
}

.content-box__catch::after {
    content: "";
    position: absolute;
    border: solid transparent;
    border-top-color: #707070;
    border-width: 20px 8px;
    bottom: -32px;
    transform: rotate(30deg);
    left: 290px;
}

.l-main-area .content-box .btn-internal a {
    background-color: #fff;
}

.first_text {
    order: -1;
    margin-top: 0;
    margin-bottom: 5rem;
}

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

  header area

  */
.l-header {
    width: 250px;
    min-height: 100%;
    position: relative;
    z-index: 999;
}

.l-header__inner {
    width: 250px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    border-right: solid 1px #e5e5e5;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.l-header__inner::-webkit-scrollbar {
    display: none;
}

.l-header::after {
    content: '';
    width: 250px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(72, 65, 64, 0.8);
    transform: translate(0, 0);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.l-header.show-subnavi::after {
    transform: translate(100%, 0);
}

.l-siteinfo {
    padding: 1.5rem 2rem 2.5rem;
    border-bottom: solid 1px #e5e5e5;
    background: #fff;
}

.l-siteinfo__sitename {
    padding-bottom: 1.5rem;
    font-size: 1.3rem;
    color: #333333;
    text-align: center;
}

.l-siteinfo__sitename:before {
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    width: 3rem;
    height: 2rem;
    margin-right: 0.5rem;
    font-size: 1.3rem;
    line-height: 1.5;
}

.l-siteinfo__sitename a {
    text-decoration: none;
    color: #000000;
}

.l-siteinfo__sitename a:hover {
    text-decoration: underline;
}

.l-siteinfo__logo img {
    width: 75%;
    display: block;
    margin: 0 auto;
}

.l-siteinfo__logo a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.l-gnavi-btn {
    display: none;
}

.l-gnavi-area {
    height: 100%;
    background: #fff;
}

.l-gnavi-list {
    position: relative;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.l-gnavi-list__item {
    border-bottom: solid 1px #e5e5e5;
}

.l-gnavi-list__link {
    margin: 0 auto;
    padding: 1.5rem 2rem 1.5rem 4.5rem;
    display: block;
    text-decoration: none;
    background: #fff url(img/arrow01_red.svg) no-repeat left 2rem center;
    background-size: 14px;
    line-height: 1.4;
    font-size: 1.4rem;
}

.l-gnavi-list__link:hover {
    background: rgba(72, 65, 64, 0.2) url(img/arrow01_red.svg) no-repeat left 2rem center;
    background-size: 14px;
}

.l-gnavi-list.is-show::after {
    transform: translate(100%, 0);
}

.l-gnavi-sub-list {
    width: 250px;
    height: 100%;
    padding: 190px 0 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translate(0, 0);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.l-gnavi-sub-list__item:nth-child(1), .l-gnavi-sub-list__item:nth-child(2) {
    display: none;
}

.l-gnavi-sub-list__link {
    display: block;
    padding: 1rem 2rem 1rem 4rem;
    background: url(img/arrow01_red.svg) no-repeat left 2rem center;
    background-size: 14px;
    color: #fff;
    text-decoration: none;
    font-size: 1.3rem;
}

.l-gnavi-sub-list__link:hover {
    color: #fff;
    text-decoration: underline;
}

.l-gnavi-sub-list.is-show {
    transform: translate(100%, 0);
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.l-gnavi-sub-list.is-show::-webkit-scrollbar {
    display: none;
}

.l-gnavi-sub-list.is-show .l-gnavi-sub-list {
    transform: translate(0, 0);
}

.l-gnavi-sub-list .l-gnavi-sub-list {
    width: 100%;
    height: inherit;
    padding: 0 0 0 2rem;
    position: static;
}

.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: #000;
    -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: #000;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 20px;
}

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

.operating {
    margin-top: 8.5rem;
}

.operating-btn {
    text-align: right;
}

.operating-btn a {
    position: relative;
    font-size: 1.2rem;
    line-height: 1.3;
    padding-right: 2rem;
}

.operating-btn a::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 3px solid #D80030;
    border-right: 3px solid #D80030;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -3px;
}

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

  footer area

  */
.l-footer-area {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #fff;
}

.l-footer-area__inner {
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1000px;
}

.l-footer-disclaimer {
    width: 500px;
    margin: 0 auto 0px auto;
    padding: 20px;
    background: #f5f5f5;
    font-size: 1.2rem;
    text-align: left;
}

.l-footer-disclaimer.menseki {
    background: none;
    text-align: center;
    color: #999999;
    font-size: 1rem;
    line-height: 1.8;
}

.l-footer-list {
    margin: 0 0 20px 0;
}

.l-footer-list__item {
    display: inline-block;
    padding: 0 0 0 20px;
}

.l-footer-bottom {
    margin: 0 auto;
    padding: 0 20px;
    background: #8e7456;
    font-size: 1.2rem;
    text-align: center;
    color: #ffffff;
}

.l-footer-bottom__inner {
    width: 1100px;
    display: table;
    margin: 0 auto;
}

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

.l-footer-bottom__sitemap__link {
    color: #ffffff;
    background: url(img/arrow01_white.svg) no-repeat right center;
    background-size: 6px 12px;
    padding: 0 20px 0 0;
    text-decoration: none;
}

.l-footer-bottom__sitemap__link:hover {
    color: #ffffff;
    text-decoration: underline;
}

.l-footer-copy-wrapper {
    background: #D80030;
    color: #ffffff;
}

.l-footer-copy {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0.5rem 2rem;
    display: flex;
    font-size: 1.2rem;
    justify-content: space-between;
    width: 52vw;
}

.l-footer-copy .sitemap {
    text-align: right;
}

.l-footer-copy .sitemap a {
    position: relative;
}

.l-footer-copy .sitemap a::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 60%;
    right: -10px;
    margin-top: -4px;
}

.l-footer-copy a {
    color: #ffffff;
    text-decoration: none;
}

.l-footer-copy a:hover {
    opacity: 0.7;
}

.l-footer-menu-wrapper {
    margin: 0 auto;
    padding: 50px 0;
}

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

.l-footer-menu__title {
    text-align: left;
    border-bottom: solid 1px #000000;
    margin: 0 0 20px 0;
    padding: 0 10px;
}

.l-footer-menu__title__link {
    display: block;
    text-decoration: none;
    color: #484140;
    font-weight: bold;
}

.l-footer-menu__title__link:hover {
    /* text-decoration: underline; */
    color: #d80030;
}

.l-footer-menu__list__item {
    width: 25%;
    float: left;
}

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

.l-footer-menu__list__link {
    padding: 5px 10px;
    display: block;
    text-align: left;
    font-size: 1.4rem;
    text-decoration: none;
    color: #000000;
}

.l-footer-menu__list__link:hover {
    /* text-decoration: underline; */
}

.l-footer-submenu__list__link {
    padding: 5px 15px;
    display: block;
    text-align: left;
    font-size: 1.4rem;
    text-decoration: none;
    color: #000000;
}

.l-footer-submenu__list__link:before {
    content: '- ';
}

.l-footer-submenu__list__link:hover {
    /* text-decoration: underline; */
}

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

  common

  */
.l-parts.low {
    padding: 4rem 3rem;
    background: #fff;
    border: 2px solid #D80030;
    margin-bottom: 4rem;
}

.l-parts.low.no-bg {
    background: none;
    border: none;
    padding: 0;
    /*     padding: 0 3.4rem;   */
}

.l-parts.low.no-bg .ac-btn {
    margin-bottom: 8rem;
}

.l-parts.low.no-bg .btn-internal a {
    background-color: #fff;
}

.l-pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
}

.l-pagetop__link {
    width: 60px;
    height: 60px;
    display: block;
    background: #D80030;
    text-align: center;
    padding: 10px 0 0 0;
}

.l-pagetop__link:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.l-pagetop__image {
    width: 30px;
    height: 2rem;
}

.l-sns-list__item img {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
}

.l-sns-list--header {
    display: flex;
    justify-content: space-around;
    margin: 3rem 2rem;
}

.l-sns-list--menu {
    margin: 0 auto 20px auto;
}

.l-sns-list--fixed {
    position: fixed;
    bottom: 150px;
    right: 35px;
}

.l-sns-list--fixed .l-sns-list__item {
    display: block;
    padding: 0 0 20px;
}

.l-tab {
    margin: 0 0 30px;
    border-bottom: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
}

.l-tab__btn {
    cursor: pointer;
    font-size: 0;
}

.l-tab__btn__item {
    width: calc(100% / 2);
    padding: 10px;
    display: inline-block;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    font-size: 1.4rem;
    text-align: center;
}

.l-tab__btn__item:last-child {
    border-right: none;
}

.l-tab__btn__item.is-active {
    border-bottom: none;
}

.l-tab__content {
    padding: 10px;
    display: none;
}

.l-tab__content.is-active {
    display: block;
}

#pankuzu {
    width: 100%;
    margin: 15px auto;
    font-size: 1.2rem;
}

.l-main-area--low h2 a, .l-main-area--low h3 a, .l-main-area--low h4 a {
    color: #000000;
    text-decoration: none;
    position: relative;
    display: block;
    padding-right: 2rem;
}

.l-main-area--low h4 a {
    /* padding: 0 1.2rem 0 0; */
}

.l-main-area--low h2 a::after, .l-main-area--low h3 a::after, .l-main-area--low h4 a::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translatey(-50%);
    right: 0;
    width: 1.8rem;
    height: 1.8rem;
    background: transparent url(img/arrow01_black.svg) no-repeat center center / contain;
}

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

  contents area

  */
.l-wrapper {
    display: flex;
    width: 100%;
    transition: none;
}

.l-contents-area {
    width: calc(100% - 250px);
    -webkit-background-size: 6px 6px;
    -moz-background-size: 6px 6px;
    background-size: 6px 6px;
    background: #ffffff;
    overflow-x: hidden;
    position: relative;
    z-index: 0;
}

.top {
    position: relative;
}

.top::after {
    position: absolute;
    content: "";
    width: calc(96vw - 250px);
    height: 67rem;
    top: 0;
    right: calc(((100vw - 250px - 100% ) / 2)*(-1));
    background: transparent url(img/bg_lattice.png) no-repeat top center / contain;
    z-index: -1;
}

.l-contents-area__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2px 0;
}

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

  main area

  */
.l-main-area {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.l-main-area--low {
    width: 100%;
    margin: 50px auto 0;
}

.l-main-area .top_h2 {
    display: inline-block;
    width: calc(100% - 100px);
    margin: 8rem 0 4rem 0;
    padding: 2rem 3.4rem;
    background: #D80030;
    font-size: 3.6rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
    position: relative;
}

.l-main-area .top_h2 a {
    color: #fff;
    text-decoration: none;
    background: url(img/arrow02_white.svg) no-repeat right center;
    background-size: 18px auto;
    display: block;
    transition: 0.2s;
}

.l-main-area .top_h2 a:hover {
    opacity: 0.6;
}

.l-main-area .top_h2 + p {
    max-width: 100%;
}

.l-main-area .top_h3 {
    margin: 2.6rem 0;
    padding: 1.6rem;
    border-left: solid 15px #7c994d;
    font-size: 3rem;
    font-weight: bold;
    color: #484140;
    line-height: 1.4;
    background: #edf4ea;
}

.l-main-area .top_h4 {
    margin: 3rem 0;
    padding: 1rem 0 1rem 5rem;
    border-bottom: solid 2px #7c994d;
    background: url(img/icon_pensil.png) no-repeat left center;
    background-size: 36px auto;
    font-size: 2.4rem;
    font-weight: bold;
    color: #484140;
    line-height: 1.4;
}

.l-main-area .top_h5 {
    padding: 1.2rem;
    margin: 3rem 0;
    border-bottom: dotted 2px #7c994d;
    font-size: 1.8rem;
    font-weight: bold;
    color: #252322;
    line-height: 1.4;
}

.l-main-area ul {
    margin: 30px 20px 20px 20px;
    text-align: left;
}

.l-main-area ul li {
    margin: 0 0 1em 0;
    padding: 0 0 0 25px;
    list-style-type: none!important;
    font-size: 1.5rem;
    line-height: 1.8;
    position: relative;
}

.l-main-area ul li:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #D80030;
    border-radius: 50%;
    left: 5px;
    top: 9px;
}

.l-main-area ol {
    margin: 30px 20px 20px 20px;
    counter-reset: number;
    list-style-type: none!important;
    text-align: left;
}

.l-main-area ol li {
    position: relative;
    margin: 0 0 1em 0;
    padding: 0 0 0 30px;
}

.l-main-area ol li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #484140;
    color: #ffffff;
    top: 3px;
    left: 0;
    width: 22px;
    height: 22px;
    padding-top: 3px;
    line-height: 20px;
    text-align: center;
}

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

.l-main-area table th {
    padding: 10px 15px;
    border: 1px #cdcdcd solid;
    word-break: break-all;
}

.l-main-area table td {
    padding: 10px 15px;
    border: 1px #d3d3d3 solid;
    word-break: break-all;
}

.l-main-area table thead th {
    background: #f5f5f5;
    color: #484140;
    text-align: center;
}

.l-main-area table thead td {
    background: #fff;
}

.l-main-area table tbody th {
    background: #f5f5f5;
    color: #484140;
    text-align: center;
}

.l-main-area table th.green, .l-main-area table td.green {
    background: #7c994d;
    color: #fff;
}

.l-main-area table th.l-green, .l-main-area table td.l-green {
    background: #edf4ea;
}

.l-main-area table tbody th.gray {
    background: #979783;
    color: #fff;
}

.l-main-area table th .small-more, .l-main-area table td .small-more {
    font-size: 1.2rem;
}

.l-main-area table tbody td {
    background: #fff;
    color: #333;
}

.l-main-area table tbody td a {
    text-decoration: none;
}

.l-main-area table tbody td iframe {
    width: 100%;
}

.l-main-area .btn-web {
    margin: 4rem auto;
    padding: 0;
    display: block;
    text-align: center;
    width: 100%;
}

.l-main-area .btn-web a {
    width: 483px;
    max-width: 100%;
    padding: 2rem 4rem;
    display: inline-block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #138AB5 url(img/icon_check2.png) no-repeat left 1rem center;
    background-size: 23px;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
    text-align: center;
    z-index: 10;
    box-shadow: 4px 4px 0px 0px #e0e0e0;
    border: 2px solid #138AB5;
}

.l-main-area .btn-web a:hover {
    opacity: 0.6;
}

.l-main-area .btn-internal {
    margin: 4rem auto;
    padding: 0;
    display: block;
    text-align: center;
    width: 85%;
    max-width: 483px;
}

.l-main-area .btn-internal a {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 1.6rem 3.4rem;
    display: inline-block;
    border: solid 2px #d80030;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    background: #ffffff url(img/arrow01_red.svg) no-repeat right 1rem center;
    background-size: 18px auto;
    color: #000000;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
    text-align: center;
}

.l-main-area .btn-internal.up a {
    background: #ffffe4 url(img/arrow03_green.svg) no-repeat right 2rem center;
    background-size: 18px auto;
}

.l-main-area .btn-internal a:hover {
    opacity: 0.6;
}

.l-main-area .btn-internal.fl {
    float: left;
    margin: 3rem;
    max-width: 440px;
    margin-left: 12rem;
}

.l-main-area .btn-internal.fr {
    float: right;
    margin: 3rem 9rem 3rem 3rem;
    max-width: 500px;
}

.l-main-area .btn-tel {
    margin: 4rem auto 8rem;
    padding: 0;
    display: block;
    text-align: center;
    width: 85%;
    max-width: 483px;
}

.l-main-area .btn-tel a {
    display: none;
}

.l-main-area .btn-link {
    margin: 20px 30px;
    padding: 0;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: right;
    line-height: 1.4;
}

.l-main-area .btn-link a {
    padding: 0.5rem 2.5rem 0.5rem 0;
    background: url(img/arrow01_red.svg) no-repeat right bottom 0.8rem;
    background-size: 15px;
    color: #000000;
    text-decoration: underline solid #D80030;
}

.l-main-area .type-btn {
    margin-top: 2.6rem;
    margin-right: 0;
    margin-bottom: 0;
}

.l-main-area .type-btn a {
    font-size: 1.6rem;
    line-height: .8;
}

.l-main-area .float-wrap {
    margin: 6.4rem 0 8.1rem;
}

.l-main-area .float-wrap.wave {
    padding-bottom: 5rem;
    margin-bottom: 6rem;
    background: url(img/bg_wave.png) repeat-x left bottom;
    background-size: 48px auto;
}

.l-main-area .float-wrap .float-img img {
    /* width: 100%; */
    height: auto;
}

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

.l-main-area .float-wrap .float-img.center {
    text-align: center;
}

.l-main-area .float-wrap p {
    font-size: 1.5rem;
}

.l-main-area .float-wrap .float-img.fr {
    width: 300px;
    margin: 0 0 10px 28px;
    float: right;
}

.l-main-area .float-wrap .float-img.fl {
    width: 300px;
    margin: 0 28px 10px 0;
    float: left;
}

.l-main-area .learnmore-wrap .learnmore-group .float-img.fr {
    width: 320px;
}

.l-main-area .learnmore-wrap .learnmore-group .float-img.fl {
    width: 320px;
    margin: 0 0 10px 0;
    float: left;
}

.l-main-area .learnmore-wrap .learnmore-group .float-img.fl img, .l-main-area .learnmore-wrap .learnmore-group .float-img.fr img {
    width: 100%;
}

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

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

.l-main-area .icon-check {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-weight: bold;
    width: 90px;
    height: 90px;
    display: inline-block;
    background: #f16915;
    border: solid 3px #484140;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #484140;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-main-area .icon-point {
    font-size: 1.5rem;
    font-weight: bold;
    width: 90px;
    height: 90px;
    display: inline-block;
    border: solid 3px #f16915;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #484140;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-main-area .l-icon-title {
    margin: 5rem 0;
    padding: 2rem 2rem 2rem 10rem;
    background: #ffefd6;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 2.4rem;
    font-weight: bold;
    position: relative;
    line-height: 1.4;
}

.l-main-area .l-icon-title--recommend:before {
    content: 'おすすめ';
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-top: -45px;
    border: solid 3px #f16915;
    top: 50%;
    left: -10px;
    font-size: 1.5rem;
    font-weight: bold;
    width: 84px;
    height: 84px;
    background: #ec8d52;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-main-area .l-icon-title--check:before {
    content: 'CHECK';
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-top: -45px;
    border: solid 3px #484140;
    top: 50%;
    left: -10px;
    font-size: 1.5rem;
    font-weight: bold;
    width: 84px;
    height: 84px;
    background: #f16915;
    color: #484140;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-main-area .l-icon-title--point:before {
    content: 'POINT';
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-top: -45px;
    border: solid 3px #f16915;
    top: 50%;
    left: -10px;
    font-size: 1.5rem;
    font-weight: bold;
    width: 84px;
    height: 84px;
    background: #484140;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-main-area .box-wrap {
    width: 100%;
    margin: 67px 5px 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.l-main-area .box-wrap .box {
    width: 48.2832%;
    margin: 0 0 0;
    padding: 2.4rem;
    background: #F5F5F5;
}

.l-main-area .box-wrap .box .caption {
    font-size: 1rem;
    text-align: right;
    margin: 3rem 0 0;
}

.l-main-area .box-wrap .box .caption a {
    text-decoration: none;
    color: #999999;
}

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

.l-main-area .box-wrap .box-head {
    font-size: 2rem;
    color: #000000;
    font-weight: bold;
    padding: .8rem 0 1rem 5rem;
    margin: 0 0 1.8rem;
    line-height: 1.3;
    background: url(img/icon_light.png) no-repeat left -4px center;
    background-size: 57px auto;
    display: flex;
    align-items: center;
}

.l-main-area .box-wrap .box-head a {
    width: 100%;
    text-decoration: none;
    display: block;
    padding: 0 2.5rem 0 0;
    font-size: 2rem;
    font-weight: bold;
    background: url(img/arrow01_black.svg) no-repeat right 0rem center;
    background-size: 20px;
    line-height: 1.3;
}
}

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

.l-main-area .frame-wrap {
    width: 100%;
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.l-main-area .ac-body {
    margin-top: 0;
    white-space: wrap;
    line-height: 1.5;
    text-align: left;
}

.l-main-area .frame-wrap .frame {
    width: calc((100% - 30px - 28px) / 3);
    margin: 0 28px 20px 0;
    background: #fff;
    border: solid 2px #c4c8cd;
}

.l-main-area .frame-wrap .frame:nth-child(3n) {
    margin: 0 0 20px 0;
}

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

.l-main-area .frame-wrap .frame-head {
    font-weight: bold;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 2rem;
    background: #c4c8cd;
}

.l-main-area .frame-wrap .frame-head a {
    width: 100%;
    padding: 0 3rem 0 0;
    text-decoration: none;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    background: url(img/arrow01_red.svg) no-repeat right center;
    background-size: 18px;
    line-height: 1.4;
    color: #000000;
}

.l-main-area .frame-wrap .frame-head a:hover {
    opacity: 0.8;
}

.l-main-area .frame-wrap .frame-gorup {
    padding: 2.4rem 1.5rem 3rem;
}

.l-main-area .frame-wrap .frame-img {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.l-main-area .frame-wrap .frame-img img {
    /* width: 100%; */
    max-width: 100%;
    height: auto;
}

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

.l-main-area .frame-wrap .frame-body {
    padding-top: 1.5rem;
    font-size: 1.5rem;
}

.l-main-area .frame-wrap .frame-table {
    font-size: 1.2rem;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    margin: 2.5rem 0 0;
    line-height: 1.3;
}

.l-main-area .frame-wrap .frame-table th {
    width: 6.5rem;
    padding-right: 0;
    padding-left: 0;
}

.l-main-area .frame-wrap .frame-table td {
    padding: 0.5rem .8rem;
}

.l-main-area .frame-wrap dl.address {
    margin: 0 2rem 2rem;
    padding: 2rem 0 0;
    border-top: dotted 2px #7c994d;
    display: flex;
    flex-wrap: wrap;
}

.l-main-area .frame-wrap dl.address dt {
    font-weight: bold;
    color: #7c994d;
    width: 65px;
    padding-right: 15px;
}

.l-main-area .frame-wrap dl.address dd {
    width: calc(100% - 65px)
}

.l-main-area .pickup {
    background-color: #FFEBF0;
    padding: 3.7rem 3rem 4.4rem;
}

.l-main-area .pickup-ttl {
    padding-bottom: 1.2rem;
    padding-left: 1.2rem;
    border-bottom: dotted 2px #D80030;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000000;
    line-height: 1.3;
}

.l-main-area .pickup-list {
    margin-bottom: 0;
}

.l-main-area .pickup-item:last-child {
    margin-bottom: 0;
}

/* low ----------------*/
.l-main-area--low {
    position: relative;
}

.l-main-area--low h1 {
    display: block;
    width: 79.8192%;
    margin: 0 0 6.5rem;
    padding: 2rem 3.4rem;
    background: #D80030;
    font-size: 3.6rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
    position: relative;
}

.l-main-area--low h1:before {
    content: "";
    position: absolute;
    right: -28.6vw;
    top: -87px;
    background: url(img/bg_machine.png) no-repeat;
    background-size: 100% auto;
    width: 520px;
    height: 257px;
    z-index: -1;
}

.l-main-area--low h2 {
    margin: 8rem 0 2rem;
    padding: 1.6rem;
    font-size: 3rem;
    font-weight: bold;
    color: #000000;
    line-height: 1.4;
    background: #FFEBF0;
    border-left: solid 15px #D80030;
}

.l-main-area--low h2:first-child {
    margin: 0 0 2rem;
}

.l-main-area--low h3 {
    margin: 5rem 0 1rem;
    padding: 1rem 1.4rem 1rem 5rem;
    border-bottom: solid 2px #707070;
    background: url(img/icon_ai.png) no-repeat left center;
    background-size: 36px auto;
    font-size: 2.4rem;
    font-weight: bold;
    color: #000000;
    line-height: 1.4;
}

.l-main-area--low h4 {
    padding: 1.2rem;
    margin: 3rem 0;
    border-bottom: dotted 2px #D80030;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000000;
    line-height: 1.4;
}

.l-main-area--low h5 {
}

.l-main-area--low p span:not([class]) {
    background: linear-gradient(transparent 50%, #fcfc70 70%);
    font-weight: bold;
}

.l-main-area--low li > span {
    background: linear-gradient(transparent 50%, #fcfc70 70%);
    font-weight: bold;
}

.l-main-area--low .caption {
    word-break: break-word;
    font-size: 1rem;
    text-align: right;
    color: #999999;
    margin: 0 auto 1rem;
    line-height: 1.2;
}

.l-main-area--low .table-link a:before {
    transform: translateY(-50%) rotate(0deg);
}

.jirei-center{
	text-align:center;
	margin:5rem 0 0;
}

.jirei-caption{
	word-break: break-word;
	font-size: 1rem;
	color: #999999;
	margin-top: 1.5rem;
	line-height: 1.2;
}

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

  top

  */
.l-mv {
    margin-bottom: 4.6rem;
    background: rgb(255 255 255 / 0.9);
    position: relative;
    margin-top: 3rem;
}

/*   .l-mv::before{
    content: "";
    position: absolute;
    right: -120px;
    bottom: -410px;
    background: url(img/bg_room.png) no-repeat;
    background-size: 100% auto;
    width: 373px;
    height: 500px;
    z-index: -1;
  } */
/*   .l-mv::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -930px;
    background: url(img/bg_room3.png) no-repeat;
    background-size: 100% auto;
    width: 373px;
    height: 500px;
    z-index: 0;
  } */
.l-mv__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    flex-direction: row-reverse;
}

.l-mv__inner__left {
    width: 53.3185%;
    padding: 4.6rem 4.8rem 4.6rem 0;
}

.l-mv__inner__right {
    width: 44.5929%;
    padding: 0.5rem 0 0 2.5rem;
    min-height: 45rem;
}

.l-mv__image {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

.l-mv__title {
    font-size: 3.2rem;
    line-height: 1.5;
    font-weight: bold;
    color: #D80030;
    margin: 1rem 0 2rem;
}

.l-mv__catch {
    display: block;
    font-weight: bold;
    line-height: 1.7;
    font-size: 1.6rem;
    letter-spacing: .05em;
    /* text-align: center; */
    background-color: #000000;
    color: #ffffff;
    padding: .5rem 5px;
}

.l-mv__text {
    margin-top: 1.4rem;
    color: #000000;
}

.l-mv__text span {
    /* font-weight: bold; */
    /* color: #ffffff; */
    /* text-decoration: underline; */
    /* text-decoration-thickness: 1.3em; */
    /* text-decoration-color: rgb(19 138 181 / 1); */
    /* text-underline-offset: -1em; */
    /* text-decoration-skip-ink: none; */
    background: linear-gradient(transparent 50%, #fcfc70 70%);
    font-weight: bold;
}

.l-mv__btn {
    margin: 2rem 0 3rem 0;
    text-align: center;
}

.l-mv__btn a {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 2rem 4rem;
    display: inline-block;
    border: solid 2px #d80030;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    background: #ffffff;
    /* background-size: 18px auto; */
    color: #000000;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
    text-align: center;
}

.l-mv__btn a:before {
    background: url(img/arrow01_red.svg) no-repeat;
    content: '';
    width: 20px;
    height: 20px;
    background-size: 20px auto;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(90deg);
}

.l-mv__btn a:hover {
    opacity: 0.6;
}

.l-mv__btn__label {
    position: absolute;
    top: -2rem;
    left: -4rem;
}

@media screen and (max-width: 1028px) and (min-width: 630px) {
    .l-mv__inner__left {
        min-height: 25rem;
    }
}

.l-parts {
    padding: 10rem 0;
    position: relative;
    z-index: 0;
}

.l-parts__title {
    padding: 0 3rem 1.8rem 3rem;
    font-size: 3.4rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    line-height: 1.5;
}

.l-parts__title span.small {
    font-size: 2.4rem;
}

.l-parts__title span.large {
    font-size: 4.2rem;
    color: #7c994d;
}

.l-parts__title span.arrow {
    font-size: 2.4rem;
    display: inline-block;
    background: #D80030;
    color: #fff;
    font-weight: bold;
    margin: 0 0 1rem;
    padding: .5rem 5rem 1rem;
    border-radius: 200px;
    position: relative;
}

.l-parts__title span.arrow::after {
    content: "";
    position: absolute;
    border: transparent solid;
    border-top-color: #D80030;
    border-width: 10px;
    bottom: -19px;
    left: 50%;
    margin-left: -5px;
}

.l-parts__title a {
    padding: 0 5rem;
    text-decoration: none;
    background: url(img/arrow01_red.svg) no-repeat right center;
    background-size: 18px;
    /* display: block; */
}

.l-parts__text {
    padding: 2rem 3rem;
    text-align: center;
}

.l-main-area .l-parts01__column2 {
    margin: 2.4rem;
    padding: 5rem;
    background: #e7e0df;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.l-parts01__column2__left, .l-main-area .l-parts01__column2__right {
    width: 44.5%;
}

.l-main-area .l-parts01__column2__title1 {
    margin-bottom: 4rem;
    padding: 2rem 1.5rem 4.2rem 1.5rem;
    background: url(img/parts01_title_bg1.svg) no-repeat center bottom;
    background-size: 100% auto;
    font-size: 2.8rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}

.l-main-area .l-parts01__column2__item {
    margin: 0 4rem 4rem 0;
    border-bottom: dotted 2px #7b7b7c;
}

.l-main-area .l-parts01__column2__item__lead {
    position: relative;
    font-weight: bold;
    margin-bottom: 1em;
}

.l-main-area .l-parts01__column2__item__icon {
    position: absolute;
    right: -14.5rem;
    top: 0;
    width: 13rem;
    height: 13rem;
}

.l-main-area .l-parts01__column2__item__text {
    padding-bottom: 3.5rem;
}

.l-main-area .l-parts01__column2__title2 {
    margin-bottom: 2rem;
    font-size: 2.2rem;
    font-weight: bold;
    color: #f16915;
    text-align: center;
}

.l-main-area .l-parts01__column2__image {
    text-align: center;
    width: 100%;
    height: 19rem;
}

.l-main-area .l-parts01__column2__image img {
    object-fit: cover;
}

.l-main-area .l-parts01__column2 .btn-internal {
    margin: 3rem auto 0 auto;
    width: 80%;
}

.l-main-area .l-parts01__column2 .btn-internal a {
    padding: 1.5rem 5rem 1.5rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-main-area .l-parts01__column2__right .l-parts01__column2__title1 {
    background: url(img/parts01_title_bg2.svg) no-repeat center bottom;
    background-size: 100% auto;
}

.l-main-area .l-parts01__column2__right .l-parts01__column2__item__icon {
    display: none;
}

.l-main-area .l-parts01__column2__right .l-parts01__column2__item {
    margin: 0 0 4rem 4rem;
}

.l-main-area .l-parts01__column2__right .l-parts01__column2__title2 {
    color: #484140;
}

.l-main-area .l-parts01__column2__left .btn-internal a {
    border: solid 3px #f16914;
    background: #ffefd6 url(img/arrow01_orange.svg) no-repeat right 2rem center;
    background-size: 1.8rem;
    color: #f16914;
}

@media screen and (max-width: 1028px) and (min-width: 600px) {
    .l-main-area .l-parts01__column2__title1 {
        background: url(img/parts01_title_bg1_tb.svg) no-repeat center bottom;
        background-size: 100% auto;
    }

    .l-main-area .l-parts01__column2__right .l-parts01__column2__title1 {
        background: url(img/parts01_title_bg2_tb.svg) no-repeat center bottom;
        background-size: 100% auto;
    }
}

.l-main-area .l-parts02__column3 {
    margin: 0 2.6rem 6rem 2.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 0;
}

.l-main-area .l-parts02__column3__item {
    display: flex;
    width: calc((100% - 56px)/ 3);
    background: #ec8d52;
    position: relative;
}

.l-main-area .l-parts02__column3__item:after {
    content: '';
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    -webkit-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
    background-size: 10px 10px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #ec8d52), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #ec8d52), color-stop(0.75, #ec8d52), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, #ec8d52 25%, transparent 25%, transparent 50%, #ec8d52 50%, #ec8d52 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, #ec8d52 25%, transparent 25%, transparent 50%, #ec8d52 50%, #ec8d52 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, #ec8d52 25%, transparent 25%, transparent 50%, #ec8d52 50%, #ec8d52 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, #ec8d52 25%, transparent 25%, transparent 50%, #ec8d52 50%, #ec8d52 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #ec8d52 25%, transparent 25%, transparent 50%, #ec8d52 50%, #ec8d52 75%, transparent 75%, transparent);
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: -1;
}

.l-main-area .l-parts02__column3__item__link {
    flex: 0 1 auto;
    margin: auto;
    padding: 1.5rem 1.5rem 1.5rem 4.5rem;
    background: url(img/arrow02_white.svg) no-repeat left 10px center;
    background-size: 23px 23px;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.4;
    text-decoration: none;
}

.l-main-area .l-parts02__inner {
    padding: 9.2rem 0;
    position: relative;
    margin-top: 3rem;
}

.l-main-area .l-parts02__box {
    margin: 15rem 0 7rem;
    padding: 7.5rem 3.2rem 2.7rem;
    background: #fff;
    box-shadow: 16px 16px 0px 0px rgb(0 0 00 / 0.16);
}

.l-main-area .l-parts02__box:first-child {
    margin-top: 0;
}

.l-main-area .l-parts02__box:last-child {
    margin-bottom: 0;
}

.l-main-area .l-parts02__box__title {
    width: 996px;
    margin: -15rem -3.2rem 2.5rem -60px;
    text-align: center;
}

.l-main-area #company1 {
    background: transparent url(/wp/wp-content/uploads/ico_company01.png) no-repeat left center;
    background-size: 27.0105% auto;
}

.l-main-area #company2 {
    background: transparent url(/wp/wp-content/uploads/ico_company02.png) no-repeat left center;
    background-size: 27.0105% auto;
}

.l-main-area #company3 {
    background: transparent url(/wp/wp-content/uploads/ico_company03.png) no-repeat left center;
    background-size: 27.0105% auto;
}

.l-main-area #company4 {
    background: transparent url(/wp/wp-content/uploads/ico_company04.png) no-repeat left center;
    background-size: 27.0105% auto;
}

.l-main-area #company5 {
    background: transparent url(/wp/wp-content/uploads/ico_company05.png) no-repeat left center;
    background-size: 27.0105% auto;
}

.l-main-area #company6 {
    background: transparent url(/wp/wp-content/uploads/ico_company06.png) no-repeat left center;
    background-size: 27.0105% auto;
}

.l-main-area .l-parts02__box__main-img img {
    display: block;
    margin: 0 auto 2rem;
    max-width: 400px;
    height: auto;
    /* width: 45%; */
}

.l-main-area .l-parts02__box__name {
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1.4;
    color: #D80030;
    text-align: left;
    background: #F5F5F5;
    padding: 2.2rem 3.3rem 2.4rem 3.3rem;
    width: calc(100% - 26.2105% - 16px);
    margin-left: auto;
}

.l-main-area .l-parts02__box__name span.small {
    font-size: 3.6rem;
    display: block;
    color: #000000;
    font-weight: bold;
}

/*   .l-main-area .l-parts02__box__name span.large{
    font-size: 3rem;
  }
  .l-main-area .l-parts02__box__name span.green{
    color: #6d893e;
  } */
.l-main-area .l-parts02__info-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 3rem 0 0;
}

.l-parts02__info-note {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.l-parts02__info-note p {
    font-size: 1rem;
    color: #999999;
    line-height: 1.4;
    text-align: left;
}

.l-main-area .l-parts02__info-box p span {
    background: linear-gradient(transparent 50%, #fcfc70 70%);
    font-weight: bold;
}

.l-main-area .l-parts02__info-box {
    width: calc((100% - 56px) / 3);
    background: #edf4ea;
    padding: 2.6rem;
}

.l-main-area .l-parts02__info-box__title {
    margin: -6.6rem 0 3rem;
    background: #7c994d;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    padding: 1rem;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
    line-height: 2.4rem;
}

.l-main-area .l-parts02__info-box__title::after {
    content: "";
    position: absolute;
    border: solid transparent;
    border-top-color: #7c994d;
    border-width: 20px 8px;
    bottom: -32px;
    transform: rotate(30deg);
    right: 70px;
}

.l-main-area .l-parts02__info-box__title span {
    display: block;
    font-size: 2rem;
    color: #fcfc70;
}

.l-main-area .l-parts02__info-box__catch {
    font-size: 2rem;
    color: #474747;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 1rem;
    padding: 0 0 2rem;
    border-bottom: 2px dotted #7c994d;
}

.l-main-area .l-parts02__box__sub-title {
    margin: 3rem 0;
    padding: 1rem 1rem 1rem 5rem;
    border-bottom: solid 2px #707070;
    background: url(img/icon_ai.png) no-repeat left center;
    background-size: 36px auto;
    font-size: 2.4rem;
    font-weight: bold;
    color: #000000;
    line-height: 1.4;
}

.l-main-area .l-parts02__reason-boxes {
    width: 100%;
    margin: 30px 5px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.l-main-area .l-parts02__reason-boxes .box {
    width: 48.2832%;
    padding: 2.4rem;
    background: #F5F5F5;
}

.l-main-area .l-parts02__reason-boxes .caption {
    font-size: 1rem;
    text-align: right;
    margin: 2rem 0 0;
}

.l-main-area .l-parts02__reason-boxes .caption a {
    text-decoration: none;
    color: #999999;
}

.l-main-area .l-parts02__reason-boxes p {
    margin: 0;
}

.l-main-area .l-parts02__reason-boxes p span {
    /* font-weight: bold; */
    /* color: #ffffff; */
    /* text-decoration: underline; */
    /* text-decoration-thickness: 1.3em; */
    /* text-decoration-color: rgb(19 138 181 / 1); */
    /* text-underline-offset: -1em; */
    /* text-decoration-skip-ink: none; */
    background: linear-gradient(transparent 50%, #fcfc70 70%);
    font-weight: bold;
}

.l-main-area .l-parts02__reason-boxes .box-head {
    font-size: 2rem;
    color: #000000;
    font-weight: bold;
    padding: 0.5rem 0 1rem 5rem;
    margin: 0 0 2rem;
    line-height: 1.3;
    background: url(img/icon_light.png) no-repeat left -4px center;
    background-size: 54px auto;
    display: flex;
    align-items: center;
}
}

.l-main-area .l-parts02__reason-boxes .box-head a {
    text-decoration: none;
}

.l-main-area .l-parts02__point-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #ffffe4;
    padding: 1.5rem 2.5rem;
}

.l-main-area .l-parts02__point-box {
    width: 250px;
    position: relative;
}

.l-main-area .l-parts02__point-box__num {
    background: #7c994d;
    display: inline-block;
    margin: 0 0 10px;
    padding: 2px 15px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

.l-main-area .l-parts02__point-box__num span {
    font-size: 1.6rem;
}

.l-main-area .l-parts02__point-box__ttl {
    color: #333333;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
}

.l-main-area .l-parts02__point-box::after {
    content: "";
    position: absolute;
    height: 100%;
    right: -25px;
    top: 0;
    border-left: 2px dotted #7c994d;
}

.l-main-area .l-parts02__point-box:nth-child(3n)::after {
    display: none;
}

.l-main-area .l-parts02__voice-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.l-main-area .l-parts02__voice-box {
    width: 450px;
    margin: 0 0 0rem;
    padding: 2rem;
    border: 1px solid #bfbfbf;
}

.l-main-area .l-parts02__voice-box__ttl {
    font-size: 2rem;
    color: #6d893e;
    font-weight: bold;
    border-bottom: 2px dotted #6d893e;
    padding: 1rem 0 1rem 5rem;
    margin: 0 0 2rem;
    line-height: 1.4;
    background: url(img/icon_baloon.png) no-repeat left top 5px;
    background-size: 42px auto;
}

.l-main-area .l-parts02__voice-box .caption {
    font-size: 1.2rem;
    text-align: right;
    margin: 2rem 0 0;
}

.l-main-area .l-parts02__box table {
    margin: 2rem auto 0;
}

.l-main-area .l-parts.knowledge {
    position: relative;
    padding: 9rem 0 8.4rem;
}

.l-main-area .l-parts.knowledge::before {
    content: "";
    background: rgb(213 213 213 / 0.4);
    width: calc(100vw - 250px);
    height: 100%;
    right: calc(((100vw - 250px - 100% ) / 2)*(-1));
    top: 0;
    position: absolute;
    z-index: -1;
}

.l-main-area .l-parts.knowledge::after {
    content: "";
    background: transparent url(img/bg_features.png) no-repeat bottom right / contain;
    background-size: 45.6rem auto;
    width: calc(100vw - 250px);
    height: 100%;
    right: calc(((100vw - 250px - 100% ) / 2)*(-1));
    top: 0;
    position: absolute;
    z-index: -1;
}

.l-main-area .knowledge__title {
    font-size: 3.4rem;
    text-align: center;
    font-weight: bold;
    margin: 0 0 1rem;
    padding: 0 0 1rem;
}

.l-main-area .knowledge__title a {
    text-decoration: none;
    background: url(img/arrow01_green.svg) no-repeat right center;
    background-size: 18px auto;
    display: inline-block;
    padding: 0 4rem;
}

.l-main-area .knowledge_intro {
    text-align: center;
    padding: 0 7rem;
    margin: 0 0 6rem;
}

.l-main-area .knowledge__box {
    background: transparent;
    padding: 0 4.3rem;
}

.l-main-area .knowledge__box p span {
    background: linear-gradient(transparent 50%, #fcfc70 70%);
    font-weight: bold;
}

.l-main-area .knowledge__box__title {
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
    background: #7c994d url(img/bg_dots_green.png);
    margin: 0 0 4rem;
    padding: 1.5rem 2.5rem 1.5rem 11.5rem;
    position: relative;
}

.l-main-area .knowledge__box__title:before {
    content: "POINT";
    position: absolute;
    background: #fcfc70;
    width: 106px;
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    border: 2px solid #7c994d;
    border-radius: 50%;
    color: #7c994d;
    box-sizing: border-box;
    left: -21px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-14deg);
}

.l-main-area .knowledge__box__title a {
    color: #fff;
    text-decoration: none;
    display: block;
    background: url(img/arrow01_white.svg) no-repeat right center;
    background-size: 18px auto;
    transition: 0.2s;
}

.l-main-area .knowledge__box__title a:hover {
    opacity: 0.6;
}

.l-main-area .knowledge__box__sub-title {
    color: #484140;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 0 0 1rem;
    margin: 4rem 0 2rem;
    border-bottom: 2px solid #7c994d;
}

.l-main-area .knowledge__box__img-box {
    margin: 2rem auto;
}

.l-main-area .knowledge__box__img-box img {
    display: block;
    margin: 2rem auto;
}

.l-main-area .knowledge__merit-boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 5rem 0 3rem;
}

.l-main-area .knowledge__merit-box {
    width: calc((100% - 25px) / 2);
    background: #FFEBF0;
    text-align: center;
    position: relative;
    padding: 2rem 0 0;
}

.l-main-area .knowledge__merit-box.merit {
    background: #FFEBF0;
    border: 1px solid #D80030;
}

.l-main-area .knowledge__merit-box.demerit {
    background: rgb(245 245 245 / 0.5);
    border: 1px solid #000000;
}

.l-main-area .knowledge__merit-box__catch {
    display: inline-block;
    background: #7c994d;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0.8rem;
    border-radius: 200px;
    position: absolute;
    margin: auto;
    top: -20px;
    left: 0;
    right: 0;
    width: 174px;
}

.l-main-area .knowledge__merit-box__catch::after {
    content: "";
    position: absolute;
    border: solid transparent;
    border-top-color: #7c994d;
    border-width: 10px 10px;
    bottom: -19px;
    left: 50%;
    margin-left: -10px;
}

.l-main-area .knowledge__merit-box.merit .knowledge__merit-box__catch {
    background: #D80030;
    line-height: 1em;
}

.l-main-area .knowledge__merit-box.demerit .knowledge__merit-box__list li:before {
    background: #000000;
    line-height: 1em;
}

.l-main-area .knowledge__merit-box.merit .knowledge__merit-box__catch::after {
    border-top-color: #D80030;
}

.l-main-area .knowledge__merit-box.demerit .knowledge__merit-box__catch {
    background: #000000;
    line-height: 1em;
}

.l-main-area .knowledge__merit-box.demerit .knowledge__merit-box__catch::after {
    border-top-color: #000000;
}

.l-main-area table.table-knowledge {
    margin: 2rem auto;
}

.l-main-area .learnmore-wrap {
    margin-top: 4.5rem;
}

.l-main-area .learnmore01, .l-main-area .learnmore02, .l-main-area .learnmore04 {
    margin: 0;
}

.l-main-area .learnmore03 {
    margin-top: 3.2rem;
    margin-bottom: 0;
}

.l-main-area .l-parts.experience {
    position: relative;
    background: #fff;
    z-index: 0;
    padding: 10rem 0 8.5rem;
}

.l-main-area .l-parts.experience:before {
    content: "";
    background: url(img/bg_dots_yellow.png);
    width: calc(100vw - 250px);
    height: 100%;
    right: calc(((100vw - 250px - 100% ) / 2)*(-1));
    top: 0;
    position: absolute;
    z-index: -1;
}

.l-main-area .l-parts.experience:after {
    content: "";
    position: absolute;
    right: -100px;
    top: 0;
    background: url(img/bg_room4.png) no-repeat;
    background-size: 100% auto;
    width: 500px;
    height: 500px;
    z-index: -1;
}

.l-main-area .experience__inner {
    background: #fff;
    padding: 3rem 5rem;
    border: 2px solid #7c994d;
    box-shadow: 11px 11px 0px 0px rgb(124 153 77 / 0.25);
}

.l-main-area .experience__inner::before {
    content: "PICK\AUP";
    position: absolute;
    background: #7c994d;
    width: 106px;
    height: 106px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    font-size: 2rem;
    font-weight: bold;
    border: 2px solid #fcfc70;
    border-radius: 50%;
    color: #fff;
    box-sizing: border-box;
    left: 47px;
    top: 80px;
    margin: auto;
    transform: rotate(-14deg);
    white-space: pre;
    padding-top: 8px;
}

.l-main-area .experience__title {
    color: #484140;
    font-size: 3.4rem;
    text-align: center;
    font-weight: bold;
    padding: 0 0 2rem;
    margin: 0 0 3.5rem;
    position: relative;
}

.l-main-area .experience__title::after {
    content: "";
    width: 85px;
    height: 3px;
    background: #7c994d;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -42px;
}

.l-main-area .l-parts.low.information {
    padding: 7.5rem 0 4.5rem;
}

.l-main-area .information__catch {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 12rem 0 2rem 0;
    display: block;
    padding-bottom: 1rem;
    position: relative;
}

.l-main-area .learnmore01 .information__catch::after, .l-main-area .learnmore03 .information__catch::after {
    position: absolute;
    content: "";
    width: 90%;
    height: 1px;
    right: 0;
    bottom: 0;
    background-color: #000000;
    z-index: -1;
}

.l-main-area .learnmore02 .information__catch::after, .l-main-area .learnmore04 .information__catch::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #000000;
    z-index: -1;
}

.l-main-area .information__catch a {
    text-decoration: none;
    width: 100%;
    padding: 0 5rem 0 0;
    background: url(img/arrow01_red.svg) no-repeat center right;
    background-size: 1.8rem;
}

.l-main-area .learnmore01 .information__catch a, .l-main-area .learnmore03 .information__catch a {
    display: block;
}

.l-main-area .learnmore02 .information__catch a, .l-main-area .learnmore04 .information__catch a {
    padding: 0 10rem 0 0;
}

.l-main-area .l-parts.low.no-bg.information .float-img.fl, .l-parts.low.no-bg.information .float-img.fr {
    width: 330px;
}

.l-main-area .information__catch a span {
    font-size: 3.4rem;
    color: #D80030;
    line-height: 1.3;
    display: inline-block;
}

.l-main-area .l-parts.information::before {
    content: "";
    background: #fff;
    width: calc(100vw - 250px);
    height: 100%;
    right: calc(((100vw - 250px - 100% ) / 2)*(-1));
    top: 0;
    position: absolute;
    z-index: -1;
}

.l-main-area .l-parts.visit {
    padding: 11rem 0;
}

.l-main-area .l-parts.visit .btn-internal a {
    background-color: #ffffe4;
}

.l-main-area .visit__inner {
    background: #fff;
    padding: 3rem 3.4rem 6rem;
    border: 2px solid #7c994d;
}

.l-main-area .visit__title {
    color: #484140;
    font-size: 3.4rem;
    text-align: center;
    font-weight: bold;
    padding: 0 0 2rem;
    margin: 0 0 3.5rem;
    position: relative;
}

.l-main-area .visit__title::after {
    content: "";
    width: 85px;
    height: 3px;
    background: #7c994d;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -42px;
}

.l-main-area .visit__title.pr {
    padding-top: 5rem;
}

.l-main-area .visit__title.pr::before {
    content: "PR";
    background: #7c994d;
    color: #fff;
    font-size: 2rem;
    padding: 4px 30px;
    position: absolute;
    left: 0;
    right: 0;
    width: 84px;
    margin: auto;
    top: 0;
    line-height: 1;
    box-sizing: border-box;
}

.l-main-area .visit__inner .content-box:first-child {
    width: 35%;
}

.l-main-area .visit__inner .content-box:last-child {
    width: 60%;
}

.l-main-area .visit__inner .btn-internal {
    max-width: 90%;
}

.l-main-area .l-parts02__box__item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6rem;
}

.l-main-area .l-parts02__box__item__left {
    width: 42%;
    padding: 0 1.5rem;
}

.l-main-area .l-parts02__box__item__left img {
    width: 100%;
}

.l-main-area .l-parts02__box__item__left .quotaion {
    padding: 1rem 0;
    text-align: center;
    font-size: 1.1rem;
    color: #999;
    line-height: 1.2;
}

.l-main-area .l-parts02__box__item__right {
    width: 58%;
    padding: 0 0 0 2rem;
}

.l-main-area .l-parts02__box__item__right .average {
    display: table;
    width: 100%;
    margin-bottom: 3rem;
}

.l-main-area .l-parts02__box__item__right .average__left {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    padding: 2rem;
    background: #484140;
    color: #fff;
    font-size: 2rem;
    text-align: center;
}

.l-main-area .l-parts02__box__item__right .average__right {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    padding: 2rem;
    background: #e7e0df;
    color: #484140;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}

.l-main-area .l-parts02__box__item__right .average__right span {
    padding-left: 0.5rem;
    font-size: 1.8rem;
}

.l-main-area .l-parts02__box__item__right .catch {
    margin-bottom: 1rem;
    border-bottom: dotted 2px #ec8d52;
    font-weight: bold;
    font-size: 1.8rem;
    color: #484140;
}

.l-main-area .l-parts02__box__column2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.l-main-area .l-parts02__box__column2__items {
    width: 48%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 4rem 2.4rem 2.4rem 2.4rem;
    background: #ffefd6;
    position: relative;
}

.l-main-area .l-parts02__box__column2__items .example {
    padding: 1rem 2rem;
    margin: 0 0 0 -5rem;
    -webkit-border-radius: 2rem;
    border-radius: 2rem;
    background: #ec8d52;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.2;
    position: absolute;
    left: 50%;
    top: -2rem;
}

.l-main-area .l-parts02__box__column2__items .tableList {
    display: flex;
    margin-bottom: 2rem;
}

.l-main-area .l-parts02__box__column2__items .tableList__left {
    width: 25%;
}

.l-main-area .l-parts02__box__column2__items .tableList__left img {
    width: 100%;
}

.l-main-area .l-parts02__box__column2__items .tableList__right {
    width: 75%;
    padding: 0 0 0 2.5rem;
}

.l-main-area .l-parts02__box__column2__items .tableList__right table {
    margin: 0;
}

.l-main-area .l-parts02__box__column2__items .tableList__right table td {
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
}

.l-main-area .l-parts02__box .btn-web {
    width: 70%;
    margin: 1.5rem auto 5rem;
}

.l-main-area .l-parts02__box .btn-web a {
    display: inline-block;
    padding: 1.8rem 0;
    font-size: 1.8rem;
    line-height: 1.3;
    width: 100%;
    max-width: 400px;
    position: relative;
}

.l-main-area ul.l-parts02__column3 {
    margin: 0 2.6rem 6rem 2.6rem;
}

.l-main-area ul.l-parts02__column3 .l-parts02__column3__item {
    margin: 0;
    padding: 0.5rem;
}

.l-main-area ul.l-parts02__column3 .l-parts02__column3__item:before {
    content: none;
}

.l-main-area .l-parts03 {
}

.l-main-area .l-parts03__title {
    width: 40%;
    padding: 1rem;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin: -7.5rem auto 4rem auto;
    background: #484140;
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    position: relative;
}

.l-main-area .l-parts03__title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #484140;
}

.l-main-area .type-wrap {
    margin-top: 5.8rem;
}

.l-main-area .l-parts03__text {
    margin-bottom: 5rem;
    max-width: 690px;
    margin: auto;
    text-align: center;
}

.l-main-area .l-parts.type {
    position: relative;
}

.l-main-area .l-parts.type::after {
    content: "";
    background: transparent url(img/bg_type.jpg) no-repeat top -15rem center;
    width: calc(100vw - 250px);
    height: 100%;
    right: calc(((100vw - 250px - 100%) / 2)*(-1));
    top: 0;
    position: absolute;
    z-index: -1;
    background-attachment: fixed;
}

.l-main-area .l-parts03__box {
    width: 680px;
    margin: 0 auto 2rem auto;
    border: solid 1px #000000;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(255 255 255 / 0.8);
}

.l-main-area .l-parts03__box__btn {
    padding: 1rem 3rem 1rem 3rem;
    background: url(img/icon_ac.png) no-repeat right 15px center;
    background-size: 25px auto;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    line-height: 50px;
    transition: 0.2s;
}

.l-main-area .l-parts03__box__btn:hover {
    opacity: 0.6;
}

.l-main-area .l-parts03__box__btn .point {
    color: #000000;
    display: inline-block;
    min-width: 90px;
    font-size: 2.2rem;
    line-height: 1.2;
}

.l-main-area .l-parts03__box__btn span.large {
    font-size: 2.8rem;
}

.l-main-area span.marker {
    background: linear-gradient(transparent 70%, #fcfc70 70%);
}

.l-main-area .l-parts03__box__btn:before {
    /* content: ""; */
    position: absolute;
    width: 45px;
    height: 45px;
    left: 1rem;
    top: 0;
    bottom: 0;
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
    background: url(img/icon_check.svg) no-repeat center;
    background-size: 18px;
    margin: auto;
}

.l-main-area .l-parts03__box__btn.is-open {
    background: url(img/icon_ac_open.png) no-repeat right 15px center;
    background-size: 25px auto;
}

.l-main-area .l-parts03__box__answer {
    display: none;
    padding: 1.5rem;
    border-top: dotted 2px #D80030;
    position: relative;
}

.l-main-area .l-parts03__box__answer p {
    font-size: 1.5rem;
}

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

.l-main-area .l-parts03__box__answer p span {
    background: linear-gradient(transparent 50%, #fcfc70 70%);
    font-weight: bold;
}

.l-main-area .l-parts03__box__answer .sub_title {
    color: #6d893e;
    font-size: 1.8px;
    font-size: 1.8rem;
    font-weight: bold;
}

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

.l-main-area .l-parts03__box__answer table tr.color th {
    background: #edf4ea;
    width: 50%;
}

.l-main-area .l-parts03__box__answer table tr.color td {
    background: #ffffe4;
    width: 50%;
}

.l-main-area .l-parts03__box__answer table tr td {
    text-align: center;
    color: #333;
}

.l-main-area .l-parts03__box__answer img {
    display: block;
    margin: 2rem auto;
    max-width: 100%;
}

.l-main-area .l-parts04__box {
    width: 90%;
    margin: 0 auto 2rem auto;
    display: table;
}

.l-main-area .l-parts04__box__left {
    display: table-cell;
    vertical-align: middle;
    width: 110px;
    background: #eebd45;
    position: relative;
}

.l-main-area .l-parts04__box__left:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #eebd45;
}

.l-main-area .l-parts04__box__right {
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 110px);
    background: #e7e0df;
    padding: 2rem 4rem;
}

.l-main-area .l-parts04__box .icon {
    padding: 2rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.l-main-area .l-parts04__box .icon span {
    display: block;
    padding-top: 2rem;
    font-size: 5rem;
}

.l-main-area .l-parts04__box .catch {
    margin-bottom: 1.5rem;
    font-weight: bold;
    font-size: 2rem;
}

.l-main-area .l-parts04__conclusion {
    margin-top: 5rem;
    padding: 0 0 4rem 0;
    background: #ec8d52;
    position: relative;
    text-align: center;
}

.l-main-area .l-parts04__conclusion:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
    border: 30px solid transparent;
    border-top: 30px solid #fff;
}

.l-main-area .l-parts04__conclusion__title {
    margin: 5rem 0 2rem;
    display: inline-block;
    position: relative;
    padding: 0 8.5rem;
    color: #fff;
    font-size: 4rem;
    font-weight: bold;
}

.l-parts04__conclusion__title:before, .l-main-area .l-parts04__conclusion__title:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 70px;
    height: 1px;
    background-color: #fff;
}

.l-main-area .l-parts04__conclusion__title:before {
    left: 0;
}

.l-main-area .l-parts04__conclusion__title:after {
    right: 0;
}

.l-main-area .l-parts04__conclusion__title span {
    font-size: 2rem;
}

.l-main-area .l-parts04__conclusion__inner {
    width: 90%;
    margin: 0 auto;
    padding: 2rem 4rem;
    background: #484140;
    color: #fff;
}

.l-main-area .l-parts04__conclusion__inner .catch {
    margin-bottom: 1rem;
    font-size: 2.4rem;
    font-weight: bold;
    color: #f16914;
}

.l-main-area .l-parts04__conclusion__inner .text {
    text-align: left;
}

.l-main-area .l-parts05 {
    margin: 2rem 2.6rem 5rem 2.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.l-main-area .l-parts05__box {
    width: calc((100% - 96px) / 4);
}

.l-main-area .l-parts05__box__title {
    margin-bottom: 1.5rem;
    font-weight: bold;
    font-size: 2rem;
    color: #f16914;
    line-height: 1.4;
    text-align: center;
}

.l-main-area .l-parts05__box__image {
    margin-bottom: 2rem;
}

.l-main-area .l-parts05__box__image img {
    width: 100%;
}

.l-main-area .l-parts05__box__lead {
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.l-main-area .l-parts.selection .selection__title {
    text-align: center;
    font-size: 3.4rem;
    font-weight: bold;
    max-width: 555px;
    margin: 1rem auto 5rem;
    position: relative;
    line-height: 1.5;
}

.l-main-area .l-parts.selection .selection__title span {
    font-size: 2.4rem;
    color: #D80030;
}

.l-parts.selection .selection__title::before, .l-main-area .l-parts.selection .selection__title::after {
    content: "";
    position: absolute;
    width: 20px;
    height: calc(100% + 10px);
    top: -5px;
    border: 4px solid #D80030;
}

.l-main-area .l-parts.selection .selection__title::before {
    left: 0;
    border-right: 0;
}

.l-main-area .l-parts.selection .selection__title::after {
    right: 0;
    border-left: 0;
}

.l-main-area table.selection__table {
    display: block;
}

.l-main-area table.selection__table thead, .l-main-area table.selection__table tbody {
    display: block;
    border-top: 1px #ffffff solid;
    border-left: 1px #ffffff solid;
    border-radius: 5px;
}

.l-main-area table.selection__table thead {
    margin: 0 0 2px;
}

.l-main-area table.selection__table thead tr, .l-main-area table.selection__table tbody tr {
    display: flex;
}

.l-main-area table.selection__table thead tr th:first-child, .l-main-area table.selection__table tbody tr th:first-child {
    width: 34.7%;
}

.l-main-area table.selection__table thead tr th, .l-main-area table.selection__table thead tr td, .l-main-area table.selection__table tbody tr th, .l-main-area table.selection__table tbody tr td {
    width: calc(100% - 34.7%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: 0;
    border-right: 1px #ffffff solid;
    border-bottom: 1px #ffffff solid;
    letter-spacing: 0.1em;
}

.l-main-area table.selection__table tbody td {
    background-color: #FFEBF0;
    justify-content: space-between;
    gap: 3rem;
}

.l-main-area table.selection__table .table-arrow {
    width: 5%;
}

.l-main-area table.selection__table .table-desc {
    width: 45%;
}

.l-main-area table.selection__table .table-desc p {
    font-size: 1.8rem;
    margin-top: 1rem;
}

.l-main-area table.selection__table .table-link {
    width: 38%;
}

.table-arrow img {
    width: 28px;
    height: 42px;
}

.table-desc img {
    width: 152px;
    height: auto;
}

.table-link a {
    width: 242px;
    max-width: 100%;
    position: relative;
    margin: 0;
    padding: 1.2rem 2rem 1.2rem 1rem;
    display: inline-block;
    border: solid 2px #d80030;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    background: #ffffff;
    background-size: 16px auto;
    color: #000000;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    text-decoration: none;
    text-align: center;
    box-shadow: 4px 4px 0px 0px #d80030;
}

.table-link a:before {
    background: url(img/arrow01_red.svg) no-repeat;
    content: '';
    width: 15px;
    height: 15px;
    background-size: 15px auto;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(90deg);
}

.table-link-page a {
    /* background: #ffffff url(img/arrow01_red.svg) no-repeat right 1rem center; */
}

.l-main-area table.selection__table thead th {
    background: #D80030;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    border: 1px solid #cdcdcd;
}

.l-main-area table.selection__table thead th:first-child {
    border-radius: 5px 0 0 5px;
    background: #000000;
}

.l-main-area table.selection__table thead th:last-child {
    border-radius: 0 5px 5px 0;
}

.l-main-area table.selection__table tbody th {
    background: #F5F5F5;
    text-align: center;
    color: #000000;
    font-size: 1.5rem;
    font-weight: normal;
    width: 347px;
    padding: 3.8rem 3.5rem 2.5rem;
}

.l-main-area table.selection__table tbody th span {
    font-weight: bold;
    color: #ffffff;
    text-decoration: underline;
    text-decoration-thickness: 1.3em;
    text-decoration-color: rgb(19 138 181 / 1);
    text-underline-offset: -1em;
    text-decoration-skip-ink: none;
}

.table-img {
    width: 50%;
    margin-bottom: 1rem;
}

.table-img.bigsize {
    width: 70%;
}

.table-img img {
    max-width: 100%;
    height: auto;
}

.l-main-area table.selection__table tbody tr:first-child th {
    border-radius: 5px 0 0 0;
}

.l-main-area table.selection__table tbody tr:first-child td:last-child {
    border-radius: 0 5px 0 0;
}

.l-main-area table.selection__table tbody tr:last-child th {
    border-radius: 0 0 0 5px;
}

.l-main-area table.selection__table tbody tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}

.l-main-area table.selection__table tbody td {
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1;
    padding: 1.5rem 0;
}

.l-main-area table.selection__table tbody td span.marker {
    display: block;
}

.l-main-area table.selection__table tbody td .small {
    font-size: 1.8rem;
}

.l-main-area table.selection__table tbody td .small-more {
    font-size: 1.4rem;
    width: 100%;
}

.l-main-area table.selection__table tbody th span.large {
    font-size: 2.2rem;
}

.l-main-area table.selection__table tbody th span.baloon {
    color: #6d893e;
    background: #fff;
    padding: 5px 20px;
    border-radius: 200px;
    margin-left: 38px;
    font-size: 1.2rem;
    position: relative;
}

.l-main-area table.selection__table tbody th span.baloon::before {
    content: "";
    border: transparent solid;
    border-width: 3px 10px;
    border-right-color: #fff;
    position: absolute;
    left: -18px;
    top: 50%;
    margin-top: -4px;
}

.l-main-area table.selection__table tbody th span.baloon::after {
    content: "";
    width: 27px;
    height: 27px;
    background: url(img/icon_smile.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: -39px;
    top: 0px;
}

.l-main-area table.selection__table .btn-web {
    margin: 0;
}

.l-main-area table.selection__table .btn-web a {
    font-size: 1.6rem;
    padding: 1rem;
    background: #ffe42b url(img/icon_check2.png) no-repeat left 1.2rem center;
    background-size: 18px;
    color: #222;
    border-radius: 5px;
}

.l-main-area table.selection__table .btn-web a span {
    font-size: 1.2rem;
    display: block;
    letter-spacing: -0.5px;
}

.l-main-area table.selection__table-gray {
    margin: 0 auto 2rem;
}

.l-main-area table.selection__table-gray thead th {
    background: #979783;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
}

.l-main-area table.selection__table-gray thead th:first-child {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
}

.l-main-area table.selection__table-gray tbody th {
    background: #f5f5f5;
    text-align: center;
    color: #484140;
    font-size: 1.6rem;
    width: 160px;
    position: sticky;
    position: -webkit-sticky;
    left: 0;
}

.l-main-area table.selection__table-gray tbody td {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1;
    padding: 2rem 0;
    width: 140px;
    color: #333;
}

.l-main-area table.selection__table-gray tbody td .small-more {
    font-size: 1.2rem;
}

.l-main-area .l-parts.company {
    position: relative;
}

.l-parts.companylist .categorization {
    margin: 4rem 0 2rem;
    padding: 1.6rem;
    font-size: 2.5rem;
    font-weight: bold;
    color: #000000;
    line-height: 1.4;
    background: #e4e8ed;
    border-left: solid 15px #D80030;
}

.l-main-area .l-parts.company::after {
    position: absolute;
    content: "";
    width: calc(100vw - 250px);
    height: 100%;
    top: 0;
    right: calc(((100vw - 250px - 100% ) / 2)*(-1));
    background: transparent url(img/bg_company01.png) repeat-y top center / cover;
    background-size: 100%;
    z-index: -1;
}

.l-main-area .company-warp {
    position: relative;
}

.l-main-area .company-wrap::before {
    content: "";
    position: absolute;
    width: calc(100vw - 250px);
    height: 2500px;
    background: url(img/bg_company07.png) no-repeat top right / cover;
    left: 50%;
    transform: translatex(-50%);
    top: 0;
    z-index: -1;
    background-size: 100%;
}

.l-main-area .company-wrap::after {
    position: absolute;
    content: "";
    width: calc(100vw - 250px);
    height: 100%;
    bottom: 0;
    right: calc(((100vw - 250px - 100% ) / 2)*(-1));
    background: transparent url(img/bg_company03.png) no-repeat bottom right / contain;
    background-size: 560px;
    z-index: -1;
}

.l-main-area .l-parts.lower-bottom {
    margin-top: 9rem;
}

.l-main-area .l-parts.lower-bottom::before {
    content: "";
    background: url(img/bg_dots_yellow.png);
    width: calc(100vw - 250px);
    height: 100%;
    right: calc(((100vw - 250px - 100% ) / 2)*(-1));
    top: 0;
    position: absolute;
    z-index: -1;
}

.l-main-area .l-parts.lower-bottom .lower-bottom__title {
    text-align: center;
    font-size: 3.4rem;
    font-weight: bold;
    max-width: 555px;
    margin: 1rem auto 5rem;
    position: relative;
    line-height: 1.5;
}

.l-main-area .l-parts.lower-bottom p {
    color: #333;
}

.l-main-area .l-parts.lower-bottom .lower-bottom__title span {
    font-size: 2.4rem;
    color: #7c994d;
}

.l-parts.lower-bottom .lower-bottom__title::before, .l-main-area .l-parts.lower-bottom .lower-bottom__title::after {
    content: "";
    position: absolute;
    width: 20px;
    height: calc(100% + 10px);
    top: -5px;
    border: 4px solid #7c994d;
}

.l-main-area .l-parts.lower-bottom .lower-bottom__title::before {
    left: 0;
    border-right: 0;
}

.l-main-area .l-parts.lower-bottom .lower-bottom__title::after {
    right: 0;
    border-left: 0;
}

.l-main-area .l-parts.lower-bottom .lower-bottom__catch {
    display: inline-block;
    background: #979783;
    color: #fff;
    padding: 0.2rem 7rem;
    border-radius: 200px;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
}

.l-main-area .l-parts.lower-bottom .lower-bottom__catch::after {
    content: "";
    position: absolute;
    border: transparent solid;
    border-top-color: #979783;
    border-width: 10px;
    bottom: -16px;
    left: 50%;
    margin-left: -5px;
}

.l-main-area .l-parts.lower-bottom .lower-bottom__catch span {
    font-size: 2.2rem;
}

.l-main-area .l-parts.lower-bottom .lower-bottom__performance {
    text-align: center;
    margin-bottom: 3rem;
}

.l-main-area .l-parts.lower-bottom .lower-bottom__performance__boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    margin-top: -20px;
    padding: 3.5rem 0 2.5rem;
    border-radius: 10px;
}

.l-main-area .l-parts.lower-bottom .lower-bottom__performance__box {
    padding: 0 4rem;
    width: 33.3%;
    border-right: 1px solid #cdcdcd;
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-main-area .l-parts.lower-bottom .lower-bottom__performance__box:nth-child(3n) {
    border: 0;
}

.l-main-area .l-parts.lower-bottom .lower-bottom__performance__box .point {
    display: block;
    font-size: 2.0rem;
    color: #6d893e;
    background: url(img/icon_check.png) no-repeat left 56px top 7px;
    background-size: 24px auto;
}

.l-main-area .l-parts.lower-bottom .lower-bottom__performance__box .large {
    font-size: 2.6rem;
}

.l-main-area .lower-bottom table.lower-bottom__table {
    display: block;
}

.l-main-area .lower-bottom table.lower-bottom__table thead, .l-main-area .lower-bottom table.lower-bottom__table tbody {
    display: block;
    border-top: 1px #cdcdcd solid;
    border-left: 1px #cdcdcd solid;
    border-radius: 5px;
}

.l-main-area .lower-bottom table.lower-bottom__table thead {
    margin: 0 0 2px;
}

.l-main-area .lower-bottom table.lower-bottom__table thead tr, .l-main-area .lower-bottom table.lower-bottom__table tbody tr {
    display: flex;
    justify-content: space-between;
}

.l-main-area .lower-bottom table.lower-bottom__table thead tr th:first-child, .l-main-area .lower-bottom table.lower-bottom__table tbody tr th:first-child {
    width: 23.5%;
}

.l-main-area .lower-bottom table.lower-bottom__table thead tr th, .l-main-area .lower-bottom table.lower-bottom__table thead tr td, .l-main-area .lower-bottom table.lower-bottom__table tbody tr th, .l-main-area .lower-bottom table.lower-bottom__table tbody tr td {
    width: calc((100% - 23.5%) / 4);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: 0;
    border-right: 1px #cdcdcd solid;
    border-bottom: 1px #cdcdcd solid;
}

.l-main-area .lower-bottom table.lower-bottom__table thead th {
    background: #7c994d;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    border: 1px solid #cdcdcd;
}

.l-main-area .lower-bottom table.lower-bottom__table thead th:first-child {
    border-radius: 5px 0 0 5px;
}

.l-main-area .lower-bottom table.lower-bottom__table thead th:last-child {
    border-radius: 0 5px 5px 0;
}

.l-main-area .lower-bottom table.lower-bottom__table tbody th {
    background: #edf4ea;
    text-align: center;
    color: #474747;
    font-size: 1.8rem;
    width: 234px;
    padding: 2rem 0;
}

.l-main-area .lower-bottom table.lower-bottom__table tbody tr:first-child th {
    border-radius: 5px 0 0 0;
}

.l-main-area .lower-bottom table.lower-bottom__table tbody tr:first-child td:last-child {
    border-radius: 0 5px 0 0;
}

.l-main-area .lower-bottom table.lower-bottom__table tbody tr:last-child th {
    border-radius: 0 0 0 5px;
}

.l-main-area .lower-bottom table.lower-bottom__table tbody tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}

.l-main-area .lower-bottom table.lower-bottom__table tbody td {
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1;
    padding: 2rem 0;
}

.l-main-area .lower-bottom table.lower-bottom__table tbody td span.marker {
    display: block;
}

.l-main-area .lower-bottom table.lower-bottom__table tbody td .small {
    font-size: 1.8rem;
}

.l-main-area .lower-bottom table.lower-bottom__table tbody td .small-more {
    font-size: 1.4rem;
    width: 100%;
}

.l-main-area .lower-bottom table.lower-bottom__table tbody th span.large {
    font-size: 2.2rem;
}

.l-main-area .lower-bottom table.lower-bottom__table tbody th span.baloon {
    color: #6d893e;
    background: #fff;
    padding: 5px 20px;
    border-radius: 200px;
    margin-left: 38px;
    font-size: 1.2rem;
    position: relative;
}

.l-main-area .lower-bottom table.lower-bottom__table tbody th span.baloon::before {
    content: "";
    border: transparent solid;
    border-width: 3px 10px;
    border-right-color: #fff;
    position: absolute;
    left: -18px;
    top: 50%;
    margin-top: -4px;
}

.l-main-area .lower-bottom table.lower-bottom__table tbody th span.baloon::after {
    content: "";
    width: 27px;
    height: 27px;
    background: url(img/icon_smile.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: -39px;
    top: 0px;
}

.l-main-area .lower-bottom table.lower-bottom__table .btn-web {
    margin: 0;
}

.l-main-area .lower-bottom table.lower-bottom__table .btn-web a {
    font-size: 1.6rem;
    padding: 1rem;
    background: #ffe42b url(img/icon_check2.png) no-repeat left 1.2rem center;
    background-size: 18px;
}

.l-main-area .lower-bottom table.lower-bottom__table .btn-web a span {
    font-size: 1.2rem;
    display: block;
}

.l-main-area .lower-bottom table.lower-bottom__table-gray {
    margin: 0 auto 2rem;
}

.l-main-area .lower-bottom table.lower-bottom__table-gray thead th {
    background: #979783;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
}

.l-main-area .lower-bottom table.lower-bottom__table-gray tbody th {
    background: #f5f5f5;
    text-align: center;
    color: #484140;
    font-size: 1.6rem;
    width: 160px;
}

.l-main-area .lower-bottom table.lower-bottom__table-gray tbody td {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1;
    padding: 2rem 0;
    width: 140px;
}

.l-main-area .lower-bottom table.lower-bottom__table-gray tbody td .small-more {
    font-size: 1.2rem;
}

.error {
    margin-bottom: 60px;
}

/*--------------------------------------
  toc_parts
---------------------------------------*/
.toc_parts {
    width: 680px;
    max-width: 100%;
    margin: 0 auto;
    border: #D5D5D5 1px solid;
    box-sizing: border-box;
    padding: 0 0 1px 5.4rem;
    background-color: #ffffff;
}
.toc_parts .ttl {
    /*     padding: 1rem; */
    /*     margin-bottom: 2rem; */
    color: #000000;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: left;
    position: relative;
    padding-left: 1.2rem;
    &:: before {
        position: absolute;
        content: "";
        width: 4px;
        height: 17px;
        top: 50%;
        transform: translatey(-50%);
        left: 0;
        background-color: #D80030;
    }

    ; display: none;
}

#toc {
    margin: 0;
    /* padding: 0 2rem 0; */
}

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

#toc .chapter .chapter-h {
    background: none;
    counter-increment: count;
}

.top #toc .chapter .chapter-h:first-child {
    display: none;
}

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

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

#toc .chapter .chapter-h a {
    text-decoration: none;
    font-weight: bold;
    font-size: 1.4rem;
}

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

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

#toc li.chapter-h.chapter-h-three {
    display: none;
    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: 400;
}

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

#toc .chapter br {
    display: none;
}

.lower .date-tag-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 94px;
    margin: 0 auto;
    display: flex;
}

/*--------------------------------------
アコーディオン
---------------------------------------*/
.btn-accordion .btn-more {
        width: 100%;
    text-align: center;
    margin: 0 auto 0;
    padding: 1rem;
    position: relative;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    background: #807E7E;
    color: #fff;
}

.accordion.btn-accordion.is-open .accordion-item {
    display: block !important;
}

.btn-accordion:hover {
}

.btn-accordion .btn-more::before {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-accordion .btn-more::after {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}

.btn-accordion.is-open .btn-more::after {
    transform: rotate(0);
    transition: 0.5s;
}

.btn-accordion .btn-more .open_text {
    display: block;
    color: #fff;
}

.btn-accordion .btn-more .close_text {
    display: none;
}

.btn-accordion.is-open .btn-more .open_text {
    display: none;
    color: #fff;
}

.btn-accordion.is-open .btn-more .close_text {
    display: block;
    color: #fff;
}

.btn-accordion span {
    margin: 0;
}

@media screen and (min-width: 931px) {
    .forSP, .sp, .sp_br {
        display: none!important;
    }
}

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

  smartphone settings

*/
@media screen and (max-width: 930px) {
    .forPC, .pc, .pc_br {
        display: none!important;
    }

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

    a:active, a:hover {
        opacity: 1;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        text-decoration: none;
    }

    .operating-btn a {
        padding-right: 2rem;
    }

    .l-siteinfo__logo a:hover, .l-footer-copy a:hover, .l-main-area .top_h2 a:hover, .l-main-area .btn-web a:hover, .l-main-area .btn-internal a:hover, .l-main-area .box-wrap .box-head a:hover, .l-main-area .frame-wrap .frame-head a:hover, .l-main-area .knowledge__box__title a:hover, .l-main-area .frame-wrap .frame-head a:hover, .l-main-area .frame-wrap .frame-head a:hover, .l-main-area .l-parts03__box__btn:hover {
        opacity: 1;
    }

    .l-footer-menu__title__link:hover {
        text-decoration: none;
        opacity: 1;
    }

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

  header area

  */
    .l-header {
        position: relative;
        width: 100%;
        display: block;
    }

    .l-header__inner {
        width: 100%;
        position: relative;
    }

    .l-header::after {
        display: none;
    }

    .l-siteinfo {
        padding: 1.3rem 0 1.7rem 0;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }

    .l-siteinfo__logo img {
        width: 10.5rem;
    }

    .l-header.header_lower .l-siteinfo__logo img {
        width: 10.5rem;
    }

    .l-siteinfo__sitename {
        color: #000000;
        font-weight: normal;
        font-size: 3vw;
    }

    .l-siteinfo__sitename a {
        font-size: 3vw;
        font-weight: normal;
        text-decoration: none !important;
    }

    .l-siteinfo__sitename:before {
        font-size: 3vw;
    }

    .l-siteinfo__logo {
        width: 120px;
        margin-right: 1rem;
    }

    .l-siteinfo__logo .pc {
        display: none;
    }

    .l-gnavi-area {
        width: 100%;
        height: 100%;
        padding: 8rem 0 2rem;
        position: fixed;
        background: #ffffff;
        background-size: 6px 6px;
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease;
        top: 0;
        left: auto;
        right: 0;
        z-index: 300;
        overflow-x: hidden;
        overflow-y: scroll;
        transform: translateX(100%);
    }

    .l-gnavi-list {
        padding: 0 2rem;
    }

    .l-gnavi-list__item {
        margin: 0 0 1.5rem;
        border: solid 2px #D80030;
    }

    .l-gnavi-list__link {
        padding: 1.3rem 4rem 1.3rem 1.3rem;
        background-position: right 2rem center;
        background-size: 14px;
    }

    .l-gnavi-list__link--menu {
        background: #fff url(img/icon_more_brown.svg) no-repeat right 20px center;
        background-size: 16px 5px;
    }

    .l-gnavi-list__link--menu:hover {
        background: #fff url(img/icon_more_brown.svg) no-repeat right 20px center;
        background-size: 16px 5px;
    }

    .l-gnavi-list__link:hover {
        background-position: right 2rem center;
    }

    .l-gnavi-sub-list {
        width: 100%;
        height: inherit;
        padding: 0 2rem;
        display: none;
        position: absolute;
        top: 0;
        left: 100%;
    }

    .l-gnavi-sub-list__item {
        margin: 0 0 1rem;
        border: solid 2px #D80030;
    }

    .l-gnavi-sub-list__item:nth-child(1), .l-gnavi-sub-list__item:nth-child(2) {
        display: block;
    }

    .l-gnavi-sub-list__link {
        padding: 1.3rem 4rem 1.3rem 1.3rem;
        background-position: right 2rem center;
        background-size: 14px;
        background-color: #fff;
        color: #301d19;
    }

    .l-gnavi-sub-list__link:hover {
        color: #301d19;
        text-decoration: none;
    }

    .l-gnavi-sub-list__link--menu {
        background: #fff url(img/icon_more_brown.svg) no-repeat right 20px center;
        background-size: 16px 5px;
    }

    .l-gnavi-sub-list__link--back {
        padding: 1rem 1rem 1rem 3rem;
        background: #fff url(img/arrow01_red_left.svg) no-repeat left 1rem center;
        background-size: 14px;
    }

    .l-gnavi-sub-list__link--back:hover {
        outline: 3px #f5f5f5 dotted;
    }

    .l-gnavi-sub-list .l-gnavi-sub-list {
        padding: 0 2rem;
        position: absolute;
    }

    .l-gnavi-btn {
        width: 60px;
        height: 60px;
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 200;
        cursor: pointer;
        background: rgba(255, 255, 255, 0.8);
    }

    .l-gnavi-btn span {
        width: 30px;
        height: 3px;
        display: inline-block;
        background: #000000;
        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:hover {
        color: #666;
    }

    .l-gnavi-btn:active {
        color: #666;
    }

    .l-gnavi-btn--gnavi {
        width: 30px;
        height: 23px;
        background: none;
        position: absolute;
        top: 20px;
        right: 15px;
        z-index: 200;
    }

    .l-gnavi-btn--gnavi span {
        width: 100%;
        left: 0;
    }

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

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

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

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

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

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

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

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

  footer area

  */
    .l-footer-area {
        min-width: auto;
        padding: 30px 0 0 0;
        background: #f5f5f5;
    }

    .l-footer-area__inner {
        padding: 0;
    }

    .l-footer-logo {
        width: 90%;
        margin: 0 auto;
    }

    .l-footer-disclaimer {
        width: 90%;
        margin: 0 auto;
        padding: 4%;
        font-size: 1rem;
        background: #ffffff;
    }

    .l-footer-list__item {
        margin: 0;
        padding: 0 20px;
    }

    .l-footer-list__item--top {
        border-right: solid 1px #d3c9bd;
    }

    .l-footer-list__link {
        text-decoration: none;
    }

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

    .l-footer-copy {
        padding: 1rem;
        line-height: 1.4;
        font-size: 1rem;
        width: auto;
    }

    .l-footer-copy p {
        margin: 0 auto;
        text-align: center;
    }

    .l-footer-copy .sitemap {
        /* display: none; */
    }

    .l-footer-copy .sitemap a::before {
        width: 5px;
        height: 5px;
        margin-top: -.2rem;
    }

    .l-footer-menu-wrapper {
        width: 100%;
        padding: 0;
    }

    .l-footer-menu {
        width: 90%;
        margin: 2rem auto;
        float: none;
    }

    .l-footer-menu__title {
        margin: 0;
        padding: 0;
    }

    .l-footer-menu__title__link {
        display: block;
        font-size: 1.6rem;
        position: relative;
        padding: 0 20px 10px 0;
    }

    .l-footer-menu__title__link:after {
        content: '';
        width: 14px;
        height: 14px;
        background: url(img/arrow01_brown.svg) no-repeat 0 0;
        background-size: 100%;
        position: absolute;
        top: 50%;
        right: 5px;
        transform: translateY(-50%) rotate(90deg);
    }

    a.l-footer-menu__title__link.is-open:after {
        transform: translateY(-50%) rotate(-90deg);
    }

    .l-footer-menu__list {
        display: none;
        padding: 1.5rem 0;
    }

    .l-footer-menu__list__item {
        width: 100%;
        float: none;
    }

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

    .l-footer-menu__list__link {
        padding: 1rem;
        margin: 0 auto;
        padding-left: 4rem;
        display: block;
        text-decoration: none;
        background: url(img/arrow01_brown.svg) no-repeat left 2rem center;
        background-size: 14px;
    }

    .l-footer-submenu__list__link {
        padding: 1rem 2rem;
    }

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

  common

  */
    .l-pagetop {
        bottom: 0;
        right: 0;
        z-index: 100;
    }

    .l-pagetop__link {
        width: 60px;
        height: 60px;
        padding: 0 0 10px 0;
    }

    .l-pagetop__image {
        width: 18px;
        height: auto;
        padding-bottom: 0;
        padding-top: 2.5rem;
    }

    .l-sns-list--footer {
        margin: 2rem auto;
        width: 50%;
        display: flex;
        justify-content: space-around;
    }

    .l-sns-list--fixed {
        display: none;
    }

    #pankuzu {
        width: 100%;
        margin: 0 auto 3rem;
        padding: 0;
        box-sizing: border-box;
        font-size: 1.2rem;
        white-space: nowrap;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #pankuzu::-webkit-scrollbar {
        height: 3px;
    }

    #pankuzu::-webkit-scrollbar-track {
        background: #efefef;
        margin: 0 1.5rem;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

    #pankuzu::-webkit-scrollbar-thumb {
        background: #cacaca;
        border-radius: 0;
        box-shadow: none;
    }

    .l-main-area .sp_scroll {
        /* overflow: auto; */
        position: relative;
        margin-top: 3rem;
    }

    .l-main-area .scroll table .l-main-area .sp_scroll table {
        display: table;
        position: relative;
    }

    .l-main-area .scroll::before, .l-main-area .sp_scroll::before {
        /* content: "← 表は左右にスクロールできます →"; */
        position: sticky;
        left: calc(50% - 8em);
        top: -1rem;
        z-index: 999;
        color: #D80030;
        font-weight: bold;
        width: 10vw;
        white-space: nowrap;
        display: block;
        font-weight: 14px;
        font-size: 1.4rem;
    }

    .l-main-area .sp_scroll table tr {
        display: table-row;
        width: auto;
    }

    .l-main-area .sp_scroll table tr th, .l-main-area .sp_scroll table tr td {
        display: table-cell;
        width: auto;
        line-height: 1.2;
        white-space: nowrap;
    }

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

  contents area

  */
    .l-wrapper {
        display: block;
    }

    .l-contents-area {
        width: 100%;
    }

    .top::after {
        width: 100vw;
        right: 0;
        background: transparent url(img/bg_lattice_sp.png) no-repeat top center / contain;
    }

    .l-contents-area__inner {
        padding: 1rem 1rem;
    }

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

  main area

  */
    .l-main-area--low {
        margin: 2rem auto;
    }

    .l-parts {
    }

    .l-main-area h1 {
        font-size: 2rem;
    }

    .l-main-area h2 {
        font-size: 2.3rem;
        padding: 1rem 1rem 1rem 1rem;
    }

    .l-main-area h3 {
        font-size: 2rem;
    }

    .l-main-area h4 {
        font-size: 1.8rem;
        background: url(img/icon_pensil.png) no-repeat left center;
        background-size: 30px auto;
        padding-left: 4rem;
    }

    .l-main-area h5 {
        font-size: 1.8rem;
        padding-left: 4rem;
    }

    .l-main-area .top_h2 {
        width: 100%;
        margin: 4rem 0 2rem;
        padding: 2rem;
        font-size: 2rem;
        text-align: left;
    }

    .l-main-area .top_h2:after {
        width: 8rem;
        height: 8rem;
        right: 0;
        top: -5.5rem;
    }

    .l-main-area .top_h2 a {
        display: block;
        padding-right: 2rem;
    }

    .l-main-area .top_h2 + p {
        margin: auto;
    }

    .l-main-area .top_h3 {
        font-size: 1.8rem;
    }

    .l-main-area .top_h4 {
        font-size: 1.8rem;
    }

    .l-main-area .top_h5 {
        font-size: 1.6rem;
    }

    .l-main-area p {
        font-size: 1.5rem;
        margin: 0.5rem 0;
    }

    .l-parts02__info-note p {
        font-size: 1rem;
    }

    .l-main-area table {
        width: 100%;
        margin: 30px auto 20px;
        display: block;
        border-top: 0px #cdcdcd solid;
    }

    .l-main-area .l-parts02__box table {
        margin: 0rem auto;
        border-top: 1px #cdcdcd solid;
    }

    .l-main-area table tr {
        width: 100%;
        display: block;
    }

    .l-main-area table th {
        width: 100%;
        display: block;
        border-top: none;
    }

    .l-main-area table td {
        width: 100%;
        display: block;
        border-top: none;
    }

    .l-main-area table thead {
        width: 100%;
        display: block;
        border-top: 1px #d3d3d3 solid;
    }

    .l-main-area table thead th {
        width: 100%;
        display: block;
        font-size: 1.4rem;
        text-align: left;
    }

    .l-main-area table thead td {
        width: 100%;
        display: block;
        font-size: 1.4rem;
    }

    .l-main-area table tbody {
        width: 100%;
        display: block;
    }

    .l-main-area table tbody th {
        width: 100%;
        display: block;
        font-size: 1.4rem;
        text-align: left;
    }

    .l-main-area table tbody td {
        width: 100%;
        display: block;
        font-size: 1.4rem;
    }

    .table-arrow img {
        width: 14px;
        height: 21px;
    }

    .table-desc img {
        width: 100px;
        height: auto;
    }

    .table-link a {
        font-size: 1.4rem;
        padding: 1.2rem 4.6rem 1.2rem 1.6rem;
        background-size: 14px auto;
    }

    .l-main-area .btn-web {
        width: 90%;
        margin: 3rem auto;
    }

    .l-main-area .btn-web a {
        padding: 1.5rem 4rem;
        font-size: 1.6rem;
        background: #138AB5 url(img/icon_check2.png) no-repeat left 0.4rem center;
        background-size: 18px;
    }

    .l-main-area .btn-web a:after {
        width: 50px;
        left: 1rem;
        height: 77px;
    }

    .l-main-area .btn-internal {
        width: 90%;
        margin: 3rem auto;
    }

    .l-main-area .btn-internal a {
        padding: 1.5rem 4rem;
        font-size: 1.6rem;
        text-align: left;
        text-align: center;
        background: #ffffff url(img/arrow01_black.svg) no-repeat right 1.4rem center;
        background-size: 18px auto;
    }

    .l-main-area .btn-tel {
        width: 90%;
        margin: -3rem auto 5rem;
        padding: 0;
        display: block;
        text-align: center;
    }

    .l-main-area .btn-tel a {
        width: 100%;
        position: relative;
        margin: 0;
        padding: 1.5rem 4rem;
        display: inline-block;
        -webkit-border-radius: 1rem;
        border-radius: 10px;
        background: #000000 url(img/sp-phone.png) no-repeat left 14px center;
        background-size: 18px;
        border: solid 2px #000000;
        color: #fff;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.4;
        text-decoration: none;
        text-align: center;
        z-index: 10;
        box-shadow: 4px 4px 0px 0px #e0e0e0;
    }

    .l-main-area .btn-link {
        margin: 3rem auto;
        padding: 0;
        display: block;
        text-align: center;
        width: 90%;
    }

    .l-main-area .btn-link a {
        width: 100%;
        position: relative;
        margin: 0;
        padding: 1.5rem 4rem;
        text-align: center;
        display: inline-block;
        border: solid 2px #707070;
        background-color: #ffffff;
        color: #000000;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.4;
        text-decoration: none;
        text-align: center;
        border-radius: 10px;
        background-image: none;
    }

    .l-main-area .type-btn {
        margin-bottom: 0;
    }

    .l-main-area .type-btn a {
        padding: 1.5rem 3.5rem 1.5rem 2rem;
        text-align: left;
    }

    .l-main-area .btn-link a::before {
        content: '';
        width: 6px;
        height: 6px;
        border: 0;
        border-top: 2px solid #D80030;
        border-right: 2px solid #D80030;
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -4px;
    }

.l-main-area .frame-wrap.ac-body .btn-link {
        margin: 1rem 0 3rem;
        width: 90%;
    }


.l-main-area .frame-wrap.ac-body .btn-link a {
        padding: 0 1rem 0 0;
        border: solid 0px #707070;
        background-color: whitesmoke;
        font-size: 1.3rem;
        line-height: 1.1;
        text-align: left;
        text-decoration: underline;
    }
    
.l-main-area .frame-wrap.ac-body .btn-link a::before {
        right: 0;
    }








    
    .l-main-area ul li {
        font-size: 1.5rem;
    }

    .l-main-area .float-wrap {
        width: 100%;
        margin: 30px auto;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
    }

    .l-main-area .float-wrap.wave {
        background-size: 24px auto;
    }

    .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-main-area .box-wrap {
        margin: 0 auto 3rem;
        display: block;
    }

    .l-main-area .box-wrap .box {
        width: 100%;
        margin: 0 auto 3rem;
    }

    .l-main-area .box-wrap .box:nth-child(2n) {
        margin: 0 auto 4rem;
    }

    .l-main-area .box-wrap .box-head {
        font-size: 1.8rem;
    }

    .l-main-area .box-wrap .box-head a {
        padding: 0 3rem 0 0;
        background-size: 1.8rem;
        background-position: right 0 center;
        font-size: 1.8rem;
    }

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

    .l-main-area .box-wrap .box .caption {
        margin-top: 1rem;
    }

    .l-main-area .box-wrap .btn-internal {
        width: 80%;
        margin: 0 auto 2rem auto;
    }

    .l-main-area .frame-wrap {
        margin: 0 auto 3rem;
        display: block;
        width: 100%
    }

    .l-main-area .pickup {
        padding: 3.7rem 2.5rem 2.2rem;
    }

    .l-main-area .pickup .pickup-list {
        margin: 30px 0 20px;
    }

    .l-main-area .frame-wrap.ac-body {
        margin-top: 0;
        white-space: wrap;
        line-height: 1.5;
        font-size: 2vw;
    }

    .l-main-area .frame-wrap .frame {
        width: 100%;
        margin: 0 auto 3rem;
        padding: 0;
    }

    .l-main-area .frame-wrap .frame:nth-child(3n) {
        margin: 0 auto 4rem;
    }

    .l-main-area .frame-wrap .frame-head a {
        padding: 0 3rem 0 0;
        font-size: 1.8rem;
    }

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

    .l-main-area .frame-wrap .frame-table th {
        width: 100%;
        padding: 1.3rem .8rem;
    }

    .l-main-area .l-parts02__voice-box {
        margin-bottom: 1rem;
    }

    .l-parts.low.no-bg .ac-btn {
        margin-bottom: 0;
    }

    .l-main-area table.selection__table .table-desc {
        width: 72%;
        margin-left: -4rem;
    }

    .l-main-area table.selection__table .table-link {
        width: 85%;
        display: block;
        margin: -1rem auto 2rem;
    }

    .l-parts.low.no-bg .ac-btn.is-open {
        margin-bottom: 3.5rem;
    }

    .l-main-area .l-parts.low.information {
        padding: 3.5rem 0 0.5rem;
    }

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

    .l-main-area .l-icon-title {
        margin: 55px 0 30px 0;
        padding: 14px 10px 14px 65px;
        font-size: 1.8rem;
    }

    .l-main-area .l-icon-title:before {
        margin-top: -33px;
        width: 60px;
        height: 60px;
        font-size: 1.2rem;
        line-height: 1;
        letter-spacing: -1px;
    }

    .l-main-area .icon-check {
        font-size: 1.2rem;
        width: 60px;
        height: 60px;
    }

    .l-main-area .icon-point {
        font-size: 1.2rem;
        width: 60px;
        height: 60px;
    }

    .l-main-area .l-column {
        display: block;
        margin: 30px 0;
    }

    .l-main-area .l-column-box__title a {
        font-size: 1.8rem;
    }

    .l-main-area .l-column--two .l-column-box {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .l-main-area .l-column--three .l-column-box {
        width: 100%;
        margin: 0 0 30px 0;
    }

    /* low ----------------*/
    .l-main-area--low h1 {
        display: block;
        margin: 0 0 3rem 0;
        padding: 1.6rem;
        font-size: 2.4rem;
        width: 90%;
    }

    .l-main-area--low h1:after {
        width: 8rem;
        height: 8rem;
        top: -2rem;
    }

    .l-main-area--low h2 {
        font-size: 2rem;
    }

    .l-main-area--low h3 {
        font-size: 1.8rem;
    }

    .l-main-area--low h4, .l-main-area--low h5 {
        font-size: 1.8rem;
        background: no-repeat;
        padding-left: 1rem;
    }

    .l-main-area--low h2 a, .l-main-area--low h3 a, .l-main-area--low h4 a {
        padding-right: 2rem;
    }

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

  top

  */
    .l-mv {
        box-shadow: none;
        border: 0;
        margin-bottom: 3rem;
    }

    .l-mv::before {
        width: 80%;
        right: -20%;
        bottom: -90%;
    }

    .l-mv::after {
        width: 80%;
        left: -10%;
        bottom: -180%;
    }

    .l-mv__inner__left {
        width: 100%;
        padding: 2rem 3rem 0 3rem;
    }

    .l-mv__pic .forSP {
        display: block;
        max-width: 80%;
        margin: 2.7rem auto 2.4rem;
    }

    .l-mv__inner__right {
        width: 100%;
        padding: 2rem 2.3rem 4rem;
        position: relative;
        display: flex;
        flex-direction: column;
        min-height: auto;
    }

    .l-mv__title {
        margin: 1.5rem;
        font-size: 2rem;
    }

    .l-mv__text {
        margin: 1rem 1.5rem;
        line-height: 1.6;
        /* padding-top: 3rem; */
    }

    .l-mv__btn {
        margin: 3rem 2rem 2rem 2rem;
    }

    .l-mv__btn a {
        margin-top: 2rem;
        padding: 1.5rem 3rem 1.5rem 1.8rem;
        text-align: center;
        font-size: 1.4rem;
        line-height: 1.1;
        background: #ffffff;
    }

    .l-mv__btn a:before {
        width: 14px;
        height: 14px;
        background-size: 14px auto;
    }

    .l-mv__btn__label {
        width: 38%;
        top: -3rem;
        left: -1rem;
    }

    .l-mv .l-mv__title {
        font-size: 6vw;
        margin: 0;
        text-align: center;
    }

    .l-mv__catch {
        font-size: 3.4vw;
        padding: 1rem;
        line-height: 1.5;
    }

    .l-mv__pic {
        /* order: 4; */
    }

    .l-parts {
        padding: 3rem 0;
        margin-bottom: 3rem;
    }

    .l-parts__title {
        padding: 2rem 1.8rem 3rem 1.8rem;
        line-height: 1.4;
    }

    .l-parts__title span.arrow {
        font-size: 1.4rem;
        padding: 1rem 3rem;
    }

    .l-parts__title span.large {
        font-size: 3.6rem;
    }

    .l-parts__title a {
        display: block;
        padding: 0 2rem;
    }

    .l-parts__text {
        padding: 0 1.8rem;
        text-align: left;
    }

    .l-parts.low {
        padding: 1.5rem;
    }

    .l-parts.low.no-bg {
        padding: 2rem 0;
    }

    .l-parts01__column2 {
        margin: 1.2rem;
        padding: 0;
    }

    .l-parts01__column2__left {
        width: 100%;
        padding: 1.5rem;
        border-bottom: solid 2rem #fff;
    }

    .l-parts01__column2__right {
        width: 100%;
        padding: 1.5rem;
    }

    .l-parts01__column2__right .l-parts01__column2__item {
        margin: 0 0 3rem 0;
    }

    .l-parts01__column2__right .l-parts01__column2__item__icon {
        display: block;
    }

    .l-parts01__column2__title1 {
        margin-bottom: 3rem;
        padding: 2.5rem 1.5rem 4rem 1.5rem;
    }

    .l-parts01__column2__item {
        margin: 0 0 3rem 0;
    }

    .l-parts01__column2__item__icon {
        width: 7rem;
        height: 7rem;
        left: 0;
        top: -1rem;
    }

    .l-parts01__column2__item__lead {
        margin-bottom: 3rem;
        padding: 0 0 0 10rem ;
    }

    .l-parts01__column2__item__text {
        margin-top: 2rem;
        padding-bottom: 2.5rem;
    }

    .l-parts02__column3 {
        margin: 2rem;
    }

    .l-parts02__column3__item {
        width: 100%;
        margin-bottom: 2rem;
    }

    .l-main-area .l-parts02__inner {
        padding: 0 0 2rem 0;
        margin-top: 10rem;
    }

    .l-main-area .l-parts02__box {
        margin: 0 0rem 12rem;
        padding: 16rem 1.5rem 1.5rem;
        -webkit-border-radius: 0;
        border-radius: 0;
        position: relative;
    }

    .l-main-area .l-parts02__box__title {
        width: 95.5%;
        margin-bottom: 2rem;
        position: absolute;
        top: 10rem;
        margin: -15rem 0 2rem 0;
    }

    .l-main-area .learnmore-wrap .learnmore-group .float-img.fl, .l-main-area .learnmore-wrap .learnmore-group .float-img.fr {
        width: 90%;
    }

    .l-main-area #company1 {
        background: transparent url(/wp/wp-content/uploads/ico_company01.png) no-repeat top left / contain;
        background-size: 230px auto;
    }

    .l-main-area #company2 {
        background: transparent url(/wp/wp-content/uploads/ico_company02.png) no-repeat top left / contain;
        background-size: 230px auto;
    }

    .l-main-area #company3 {
        background: transparent url(/wp/wp-content/uploads/ico_company03.png) no-repeat top left / contain;
        background-size: 230px auto;
    }

    .l-main-area #company4 {
        background: transparent url(/wp/wp-content/uploads/ico_company04.png) no-repeat top left / contain;
        background-size: 230px auto;
    }

    .l-main-area #company5 {
        background: transparent url(/wp/wp-content/uploads/ico_company05.png) no-repeat top left / contain;
        background-size: 230px auto;
    }

    .l-main-area #company6 {
        background: transparent url(/wp/wp-content/uploads/ico_company06.png) no-repeat top left / contain;
        background-size: 230px auto;
    }

    .l-parts02__box__main-img img {
        /* width: 100%; */
    }

    .l-main-area .l-parts02__box__main-img img {
        /* width: 100%; */
        max-width: 100%;
    }

    .l-parts.companylist .categorization {
        font-size: 2rem;
    }

    
    

  .l-parts02__box__catch {
        margin-bottom: 1rem;
        font-size: 1.6rem;
        line-height: 1.5;
    }

    .l-main-area .l-parts02__box__name {
        font-size: 1.8rem;
        padding: 13rem 1rem 0 0rem;
        width: 100%;
        margin-left: 0;
        background: none;
    }

    .l-main-area .l-parts02__box__name br {
        display: none;
    }

    .l-main-area .l-parts02__box__name span.large {
        display: block;
        font-size: 2.2rem;
    }

    .l-main-area .l-parts02__box__name span.small {
        font-size: 2.8rem;
    }

    .l-main-area .l-parts02__box__item {
        margin-bottom: 4rem;
    }

    .l-main-area .l-parts02__box__item__left {
        width: 100%;
    }

    .l-main-area .l-parts02__box__item__right {
        width: 100%;
        padding: 0;
    }

    .l-main-area .l-parts02__box__item__right .average {
        margin-bottom: 2rem;
    }

    .l-main-area .l-parts02__box__item__right .average__left {
        padding: 1.5rem;
        font-size: 1.6rem;
        line-height: 2;
        white-space: nowrap;
    }

    .l-main-area .l-parts02__box__item__right .average__right {
        padding: 1.5rem;
        font-size: 1.6rem;
    }

    .l-main-area .l-parts02__box__item__right .catch {
        padding: 0 0 1rem 0;
    }

    .l-main-area .l-parts02__box__column2__items {
        width: 100%;
        margin-bottom: 4rem;
        padding: 3rem 1.5rem 1.5rem 1.5rem;
    }

    .l-main-area .l-parts02__box__column2__items:last-child {
        margin-bottom: 0;
    }

    .l-main-area .l-parts02__box__column2__items .tableList__left img {
        max-width: fit-content;
    }

    .l-main-area .l-parts02__box__column2__items .tableList__right {
        padding: 0 0 0 1rem;
    }

    .l-main-area .l-parts02__box__column2__items .tableList__right table {
        display: table;
        border-top: 1px #d3d3d3 solid;
    }

    .l-main-area .l-parts02__box__column2__items .tableList__right table tbody {
        display: table-row-group;
    }

    .l-main-area .l-parts02__box__column2__items .tableList__right table tr {
        display: table-row;
    }

    .l-main-area .l-parts02__box__column2__items .tableList__right table td {
        width: auto;
        display: table-cell;
        padding: 0.5rem 1rem;
        line-height: 1.3;
    }

    .l-main-area .l-parts02__box .btn-web a {
        padding: 1.5rem 2rem;
        font-size: 1.6rem;
    }

    .l-main-area ul.l-parts02__column3 .l-parts02__column3__item {
        margin: 0 0 2rem 0;
    }

    .l-main-area .l-parts02__info-box {
        width: 100%;
        margin-bottom: 5rem;
        padding: 1.6rem;
    }

    .l-main-area .l-parts02__info-box:last-child {
        margin-bottom: 0;
    }

    .l-main-area .l-parts02__info-box__title {
        margin: -4.6rem 0 3rem;
        font-size: 1.4rem;
        padding: 1rem;
    }

    .l-main-area .l-parts02__info-box__title span {
        font-size: 2rem;
        line-height: 1.2;
        display: inline;
    }

    .l-main-area .l-parts02__info-box__catch {
        font-size: 1.6rem;
    }

    .l-main-area .l-parts02__point-boxes {
        padding: 0;
    }

    .l-main-area .l-parts02__point-box {
        width: 100%;
        padding: 2rem;
    }

    .l-main-area .l-parts02__point-box__num {
        margin: 0 auto 1rem;
        display: block;
        text-align: center;
        width: 80px;
        font-size: 1rem;
    }

    .l-main-area .l-parts02__point-box__num span {
        font-size: 1.4rem;
    }

    .l-main-area .l-parts02__point-box__ttl {
        font-size: 1.6rem;
        text-align: center;
    }

    .l-main-area .l-parts02__point-box::after {
        height: 1px;
        width: 90%;
        border-bottom: 2px dotted #7c994d;
        top: auto;
        bottom: 0;
        left: 5%;
    }

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

    .l-main-area .l-parts03__title {
        width: 90%;
        margin: -3.5rem auto 3rem auto;
    }

    .l-main-area .l-parts03__text {
        margin-bottom: 0;
        text-align: left;
    }

    .l-main-area .l-parts.type::after {
        width: 200vw;
        /* height: 118%; */
        right: -50vw;
    }

    .l-main-area .type-wrap {
        margin-top: 3rem;
    }

    .l-main-area .l-parts03__box__btn .point {
        display: block;
        border: 0;
        text-align: left;
        font-size: 1.8rem;
        margin: auto;
        padding: 0 0 0 3rem;
        background: url(img/icon_check.svg) no-repeat left center;
        background-size: 16px;
        margin: auto;
        width: 100%;
        margin: 0;
    }

    .l-main-area .l-parts03__box__btn .block {
        display: block;
        text-align: left;
        padding-left: 1rem;
    }

    .l-main-area .l-parts03__box__btn span.large {
        font-size: 2.2rem;
    }

    .l-main-area .l-parts03__box {
        width: 100%;
        margin: 0 auto 1rem auto;
    }

    .l-main-area .l-parts03__box__btn {
        padding: 2rem 3rem 2rem 1rem;
        background: url(img/icon_ac.png) no-repeat right 10px center;
        background-size: 20px auto;
        line-height: 1.4;
        text-align: center;
        font-size: 1.6rem;
        display: flex;
        align-items: center;
    }

    .l-main-area .l-parts03__box__btn.is-open {
        background: url(img/icon_ac_open.png) no-repeat right 10px center;
        background-size: 20px auto;
    }

    .l-main-area .l-parts03__box__btn:before {
        display: none;
    }

    .l-main-area .l-parts03__box__answer:before {
        width: 38px;
        height: 38px;
        font-size: 2rem;
    }

    .l-main-area .l-parts03__box__answer table tr.color th, .l-main-area .l-parts03__box__answer table tr.color td {
        width: 100%;
    }

    .l-main-area .l-parts04__box {
        display: block;
    }

    .l-main-area .l-parts04__box__left {
        display: block;
        width: 100%;
    }

    .l-main-area .l-parts04__box__left:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-top: 0;
        margin-left: -15px;
        border: 15px solid transparent;
        border-top: 15px solid #eebd45;
    }

    .l-main-area .l-parts04__box__right {
        display: block;
        width: 100%;
        padding: 1.5rem;
    }

    .l-main-area .l-parts04__box .icon {
        padding: 0.5rem 1.5rem;
    }

    .l-main-area .l-parts04__box .icon br {
        display: none;
    }

    .l-main-area .l-parts04__box .icon span {
        padding: 0;
        display: inline;
        font-size: 2.4rem;
    }

    .l-main-area .l-parts04__conclusion {
        padding-bottom: 2rem;
    }

    .l-main-area .l-parts04__conclusion__inner {
        padding: 2rem;
    }

    .l-main-area .l-parts04__conclusion__inner .catch {
        font-size: 2rem;
        line-height: 1.6;
    }

    .l-main-area .l-parts04__conclusion__title {
        margin: 5rem 1rem 2rem 1rem;
        padding: 0 5rem;
        font-size: 2.4rem;
    }

    .l-parts04__conclusion__title:before, .l-main-area .l-parts04__conclusion__title:after {
        width: 4rem;
    }

    .l-main-area .l-parts04__conclusion .btn-internal {
        width: 80%;
    }

    .l-main-area .l-parts04__btnarea .btn-internal {
        width: 80%;
    }

    .l-main-area .l-parts04__conclusion__title {
        font-size: 2rem;
    }

    .l-main-area .l-parts04__conclusion__title span {
        font-size: 1.4rem;
    }

    .l-main-area .l-parts05 {
        margin: 1.5rem;
    }

    .l-main-area .l-parts05__box {
        width: 100%;
        margin-bottom: 3rem;
        position: relative;
    }

    .l-main-area .l-parts05__box__title {
        margin: 1.5rem;
        padding-left: 7rem;
        text-align: left;
    }

    .l-main-area .l-parts05__box__image {
        position: absolute;
        left: 0;
        top: 1rem;
        width: 7rem;
        height: 7rem;
    }

    .l-main-area .l-parts05__box__lead {
        margin: 2rem 0 1.5rem 0;
        text-align: left;
    }

    .l-main-area .l-parts.performance {
        padding-top: 1rem;
        margin-bottom: 0;
    }

    .l-main-area .l-parts.selection::before {
        width: 200vw;
        right: -50vw;
    }

    .l-main-area .l-parts.selection .selection__title {
        font-size: 2.4rem;
        margin: 1rem auto 3rem;
    }

    .l-main-area .l-parts.selection .selection__title span {
        font-size: 1.6rem;
    }

    .l-main-area table.selection__table {
        /* width: 650px; */
        white-space: normal;
        border: 0;
        margin-top: 0rem;
    }

    .l-main-area table.selection__table thead tr th, .l-main-area table.selection__table thead tr td, .l-main-area table.selection__table tbody tr th, .l-main-area table.selection__table tbody tr td {
        font-size: 1.6rem;
        width: calc(100% - 25%);
        line-height: 1;
        padding: 1rem;
        padding: 1rem 0;
    }

    .l-main-area table.selection__table tbody th span.baloon {
        padding: 5px 10px 5px 40px;
        margin: 1rem 0 0;
        width: 100%;
        text-align: left;
        line-height: 1.3;
    }

    .l-main-area table.selection__table tbody th span.baloon::before {
        display: none;
    }

    .l-main-area table.selection__table tbody th span.baloon::after {
        left: 7px;
        right: 0;
        margin: 0;
        top: 8px;
    }

    .l-main-area table.selection__table tbody td .small {
        font-size: 1.4rem;
    }

    .l-main-area table.selection__table tbody td span.marker {
        font-size: 1.8rem;
    }

    .l-main-area table.selection__table thead tr th:first-child, .l-main-area table.selection__table tbody tr th:first-child {
        width: 25%;
        padding: 1rem 0.5rem;
        box-sizing: border-box;
        font-size: 1.4rem;
        display: block;
    }

    .l-main-area table.selection__table tbody tr th:first-child, .l-main-area table.selection__table thead tr th:first-child {
        /* position: sticky; */
        position: -webkit-sticky;
        left: 0;
        z-index: 999;
        width: 40%;
    }

    .l-main-area table.selection__table .btn-web a {
        font-size: 1.4rem;
        padding: 1rem 0.5rem 1rem 1.5rem;
        background: #ffe42b url(img/icon_check2.png) no-repeat left 0.5rem center;
        background-size: 14px;
        max-width: 110px;
    }

    .l-main-area table.selection__table .btn-tel {
        margin: 1rem 0;
    }

    .l-main-area table.selection__table .btn-tel a {
        font-size: 1.2rem;
        padding: 1rem 0.5rem 1rem 2rem;
        background-size: 12px auto;
        background-position: left 10px center;
        max-width: 110px;
        background-position: 5px;
        text-align: left;
    }

    .l-main-area table.selection__table .table-desc p {
        font-size: 1.3rem;
        white-space: break-spaces;
    }

    .l-main-area .ac-btn {
        font-size: 1.2rem;
        line-height: 1.4;
        background-size: 14px auto;
        padding: 1rem;
        margin: 0.5rem auto;
        width: 90%;
    }

    .l-main-area .ac-btn:hover {
        opacity: 1;
    }

    .l-main-area .ac-btn.is-open {
        background-size: 14px auto;
    }

    .table-txt {
        display: block;
        width: 100%;
        white-space: wrap;
    }

    .table-img {
        width: 100px;
        margin: 2rem auto 3rem;
    }

    .table-img.bigsize {
        width: 100px;
    }

    .l-main-area .l-parts.company::after {
        width: 200vw;
        right: -50vw;
    }

    .l-main-area .company-wrap::before {
        width: 100vw;
        right: 100vw;
        height: 1080px;
    }

    .l-main-area .company-wrap::after {
        width: 100vw;
        right: -10vw;
        background-size: 50%;
    }

    .l-main-area .english-sub-catch {
        font-size: 1.4rem;
    }

    .l-main-area table.selection__table-gray {
        display: table;
        position: relative;
        width: 1018px;
        border: 0;
        white-space: normal;
    }

    .l-main-area table.selection__table-gray thead,.l-main-area table.selection__table-gray tbody {
        display: table-row-group;
    }

    .l-main-area table.selection__table-gray tr {
        display: table-row;
    }

    .l-main-area table.selection__table-gray thead th,.l-main-area table.selection__table-gray thead td,.l-main-area table.selection__table-gray tbody th,.l-main-area table.selection__table-gray tbody td {
        display: table-cell;
        width: 120px;
        font-size: 1.4rem;
    }

    .l-main-area table.selection__table-gray thead th {
        font-size: 1.4rem;
        padding: 1rem;
    }

    .l-main-area table.selection__table-gray tbody th, .l-main-area table.selection__table-gray thead th:first-child {
        position: sticky;
        position: -webkit-sticky;
        left: 0;
        z-index: 999;
    }

    .l-main-area table.selection__table .btn-web a span {
        display: none;
    }

    .l-main-area .l-parts02__box .btn-web {
        width: 90%;
    }

    .l-main-area .l-parts02__box .btn-tel a {
        border-radius: 10px;
    }

    .l-main-area .l-parts02__box__sub-title {
        font-size: 1.8rem;
        background-size: 26px;
        background-position: left top 1rem;
        padding-left: 3.6rem;
        line-height: 1.4;
        padding: 1rem 0 1rem 4rem;
    }

    .l-main-area .l-parts02__reason-boxes {
        margin: 0 auto 3rem;
        display: block;
    }

    .l-main-area .l-parts02__reason-boxes .box {
        width: 100%;
        margin: 0 auto 3rem;
        padding: 2rem 1rem;
    }

    .l-main-area .l-parts02__reason-boxes p {
        margin: 0;
    }

    .l-main-area .l-parts02__reason-boxes .caption {
        font-size: 1rem;
    }

    .l-main-area .l-parts02__voice-box__ttl {
        font-size: 1.6rem;
        background-size: 30px;
        padding-left: 4rem;
    }

    .l-main-area .content-boxes .content-box {
        width: 100%;
    }

    .l-main-area .content-boxes {
        background: #ededed;
        padding: 2rem;
    }

    .l-main-area .content-box, .l-main-area .visit__inner .content-box:first-child,.l-main-area .visit__inner .content-box:last-child {
        width: auto;
        margin: 0 auto 2rem;
    }

    .l-main-area .content-box.image {
        /* position: absolute; */
        /* top: 9rem; */
        /* left: 0; */
        /* right: 0; */
    }

    .l-main-area .content-boxes .content-box.image {
        width: 100%;
    }

    .l-main-area .content-box.image img {
        height: auto;
        margin: 0 auto 1rem;
    }

    .l-main-area .l-parts02__reason-boxes .box-head {
        padding: 0.5rem 0 1rem 3.5rem;
        background: url(img/icon_light.png) no-repeat left -8px center;
        background-size: 45px auto;
        font-size: 1.6rem;
        margin: 0 0 1rem;
    }

    .l-main-area .box-wrap .box-head {
        background: url(img/icon_light.png) no-repeat left -4px top -2px;
        background-size: 54px auto;
    }

    .l-main-area .content-box__catch {
        /* margin-bottom: 30rem; */
        font-size: 1.6rem;
        padding: 1.5rem;
    }

    .content-box__catch::after {
        left: 50%;
    }

    .l-main-area .content-box p span {
        font-weight: bold;
        /* color: #ffffff; */
        /* text-decoration: underline; */
        /* text-decoration-thickness: 1.3em; */
        /* text-decoration-color: rgb(19 138 181 / 1); */
        /* text-underline-offset: -1em; */
        /* text-decoration-skip-ink: none; */
        background: linear-gradient(transparent 50%, #fcfc70 70%);
        font-weight: bold;
    }

    .l-main-area .l-parts.knowledge {
        padding: 4rem 0;
        margin: auto;
    }

    .l-main-area .l-parts.knowledge::before {
        width: 200vw;
        right: -50vw;
    }

    .l-main-area .l-parts.knowledge::after {
        width: 100vw;
        right: -7vw;
        background-position: bottom right;
        background-size: 50%;
    }

    .l-main-area .knowledge__title {
        font-size: 2.4rem;
        line-height: 1.4;
    }

    .l-main-area .knowledge__title a {
        padding: 0 2.5rem;
    }

    .l-main-area .knowledge_intro {
        padding: 0;
        margin: 0;
        text-align: left;
    }

    .l-main-area .knowledge__box {
        padding: 2rem;
    }

    .l-main-area .knowledge__merit-boxes {
        margin-bottom: 0;
    }

    .l-main-area .knowledge__box__title {
        font-size: 2.2rem;
        padding: 1.5rem 1rem 1.5rem 6rem;
        margin: 0 0 2rem;
    }

    .l-main-area--low h1:before {
        top: -15px;
        right: -50px;
        width: 300px;
        height: 128px
    }

    .l-main-area .knowledge__box__title:before {
        font-size: 1.4rem;
        width: 64px;
        height: 64px;
        left: -12px;
    }

    .l-main-area .knowledge__box__sub-title {
        font-size: 1.8rem;
        padding-left: 4rem;
        line-height: 1.4;
        margin: 4rem 0 2rem;
    }

    .l-main-area .knowledge__box table.table-knowledge {
        line-height: 1.2;
        border: 0;
        margin: 1rem auto 2rem;
    }

    .l-main-area .knowledge__box table.table-knowledge tbody {
        margin-top: 0;
        position: relative;
    }

    .l-main-area .knowledge__box table.table-knowledge tbody tr {
        border-top: 1px #cdcdcd solid;
    }

    .l-main-area .knowledge__merit-box {
        width: 100%;
        margin: 1px 0 4rem;
        padding: 1rem 0 0;
    }

    .l-main-area .knowledge__merit-box__catch {
        font-size: 1.6rem;
        padding: 0.8rem 1.5rem;
        top: -2rem;
    }

    .l-main-area .knowledge__merit-box__list {
        font-size: 1.4rem;
        margin: 2rem 2rem 2rem 2rem;
    }

    .l-main-area .knowledge__box__title a {
        padding-right: 2rem;
    }

    .l-main-area table.table-knowledge.sp_col_1_special {
        display: flex;
        flex-wrap: wrap;
    }

    .l-main-area table.table-knowledge.sp_col_1_special tr, .l-main-area table.table-knowledge.sp_col_1_special tbody,.l-main-area table.table-knowledge.sp_col_1_special thead {
        display: contents;
    }

    .l-main-area table.table-knowledge.sp_col_1_special tr:first-child th {
        order: 1;
    }

    .l-main-area table.table-knowledge.sp_col_1_special tr:nth-child(2) th:first-child {
        order: 2;
    }

    .l-main-area table.table-knowledge.sp_col_1_special tr:nth-child(3) td:first-child {
        order: 3;
    }

    .l-main-area table.table-knowledge.sp_col_1_special tr:nth-child(2) th:nth-child(2) {
        order: 4;
    }

    .l-main-area table.table-knowledge.sp_col_1_special tr:nth-child(3) td:nth-child(2) {
        order: 5;
    }

    .l-main-area table.table-knowledge.sp_col_1_special tr:nth-child(4) th {
        order: 6;
    }

    .l-main-area table.table-knowledge.sp_col_1_special tr:nth-child(5) th:first-child {
        order: 7;
    }

    .l-main-area table.table-knowledge.sp_col_1_special tr:nth-child(6) td:first-child {
        order: 8;
    }

    .l-main-area table.table-knowledge.sp_col_1_special tr:nth-child(5) th:nth-child(2) {
        order: 9;
    }

    .l-main-area table.table-knowledge.sp_col_1_special tr:nth-child(6) td:nth-child(2) {
        order: 10;
    }

    .l-main-area table.table-knowledge.sp_col_1_special tr td ul {
        margin: auto;
    }

    .l-main-area .l-parts.experience:before {
        width: 200vw;
        right: -50vw;
    }

    .l-main-area .l-parts.experience:after {
        width: 80%;
        right: 0;
    }

    .l-main-area .experience__title {
        font-size: 2.4rem;
        line-height: 1.4;
    }

    .l-main-area .experience__inner::before {
        width: 80px;
        height: 80px;
        font-size: 1.6rem;
        left: 0;
        right: 0;
        top: 50px;
    }

    .l-main-area .experience__inner {
        padding: 5rem 2rem 0;
    }

    .l-main-area .l-parts.information::before {
        width: 200vw;
        right: -50vw;
    }

    .l-main-area .information__catch {
        order: -1;
        font-size: 1.6rem;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0px;
        width: 90%;
    }

    .l-main-area .information__catch a {
        display: block;
    }

    .l-main-area .information__catch a span {
        font-size: 2.4rem;
    }

    .l-main-area .learnmore01 .information__catch::after, .l-main-area .learnmore03 .information__catch::after {
        width: 100%;
    }

    .l-main-area .l-parts.low.no-bg.information .float-img.fl, .l-parts.low.no-bg.information .float-img.fr {
        width: 100%;
    }

    .l-main-area .learnmore01 .information__catch a, .l-main-area .learnmore03 .information__catch a {
        padding: 0 2.5rem 0 0;
    }

    .l-main-area .learnmore02 .information__catch a, .l-main-area .learnmore04 .information__catch a {
        padding: 0 2.5rem 0 0;
    }

    .l-parts.low.no-bg.information .float-img.fr .pc, .l-parts.low.no-bg.information .float-img.fl .pc {
        display: none;
    }

    .l-main-area .btn-internal.fr,.l-main-area .btn-internal.fl {
        float: none;
        width: 90%;
        margin: 2rem auto;
    }

    .l-main-area .l-parts.visit {
        padding: 1rem 0;
    }

    .l-main-area .visit__inner {
        padding: 2rem;
    }

    .l-main-area .visit__title {
        font-size: 2.4rem;
        line-height: 1.4;
    }

    .l-main-area .visit__title.pr {
        padding-top: 3.5rem;
    }

    .l-main-area .visit__title.pr::before {
        font-size: 1.8rem;
        width: 80px;
        padding: 4px 20px;
    }

    .l-main-area .l-parts.lower-bottom .lower-bottom__title {
        font-size: 2.4rem;
        margin: 1rem auto 5rem;
    }

    .l-main-area .l-parts.lower-bottom .lower-bottom__title span {
        font-size: 1.6rem;
    }

    .l-main-area .l-parts.lower-bottom::before {
        width: 200vw;
        right: -50vw;
    }

    .l-main-area .l-parts.lower-bottom .lower-bottom__performance__boxes {
        display: block;
        padding: 3.5rem 1rem 1rem;
        margin: -30px auto 0;
    }

    .l-main-area .l-parts.lower-bottom .lower-bottom__performance__box {
        width: auto;
        padding: 1rem;
        border: 0;
        border-bottom: 1px solid #cdcdcd;
        display: block;
    }

    .l-main-area .l-parts.lower-bottom .lower-bottom__performance__box__btn {
        line-height: 1.4;
        text-align: center;
        font-size: 1.6rem;
        display: flex;
        align-items: center;
    }

    .l-main-area .l-parts.lower-bottom .lower-bottom__performance__box .point {
        display: block;
        border: 0;
        border-right: 1px solid #efefef;
        text-align: left;
        font-size: 2rem;
        margin: auto;
        padding: 0;
        background: url(img/icon_check.svg) no-repeat left center;
        background-size: 16px;
        margin: auto;
        width: 4em;
        margin: 0;
        padding-left: 2rem;
        min-width: 90px;
    }

    .l-main-area .l-parts.lower-bottom .lower-bottom__performance__box .block {
        display: block;
        text-align: left;
        padding-left: 1rem;
    }

    .l-main-area .lower-bottom table.lower-bottom__table {
        display: table;
        white-space: normal;
        width: 650px;
        border: 0;
        margin-top: 2rem;
    }

    .l-main-area .lower-bottom table.lower-bottom__table thead tr th, .l-main-area .lower-bottom table.lower-bottom__table thead tr td, .l-main-area .lower-bottom table.lower-bottom__table tbody tr th, .l-main-area .lower-bottom table.lower-bottom__table tbody tr td {
        font-size: 1.6rem;
        width: calc((100% - 16%) / 4);
        line-height: 1;
        padding: 1rem 0;
        white-space: normal;
    }

    .l-main-area .lower-bottom table.lower-bottom__table tbody td .small {
        font-size: 1.4rem;
    }

    .l-main-area .lower-bottom table.lower-bottom__table tbody td span.marker {
        font-size: 1.8rem;
    }

    .l-main-area .lower-bottom table.lower-bottom__table tbody th span.baloon {
        padding: 5px 10px;
        margin: 3rem 0 0;
        width: 100%;
    }

    .l-main-area .lower-bottom table.lower-bottom__table tbody th span.baloon::before {
        border-color: transparent;
        border-bottom-color: #fff;
        border-width: 6px 6px;
        left: 50%;
        top: -8px;
        margin-left: -6px;
    }

    .l-main-area .lower-bottom table.lower-bottom__table tbody th span.baloon::after {
        left: 0;
        right: 0;
        margin: auto;
        top: -18px;
        width: 20px;
        height: 20px;
    }

    .l-main-area .lower-bottom table.lower-bottom__table thead tr th:first-child, .l-main-area .lower-bottom table.lower-bottom__table tbody tr th:first-child {
        width: 16%;
        padding: 1.5rem 0.5rem;
        vertical-align: middle;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .l-main-area .lower-bottom table.lower-bottom__table thead tr th:first-child {
        position: sticky;
        position: -webkit-sticky;
        left: 0;
        z-index: 999;
        font-size: 1.4rem;
    }

    .l-main-area .lower-bottom table.lower-bottom__table tbody tr th:first-child {
        position: sticky;
        position: -webkit-sticky;
        left: 0;
        z-index: 999;
        font-size: 1.4rem;
    }

    .l-main-area .lower-bottom table.lower-bottom__table .btn-web a {
        font-size: 1.4rem;
        padding: 1rem;
        background: #ffe42b url(img/icon_check2.png) no-repeat left 1.2rem center;
        background-size: 14px;
        width: 90%;
    }

    .l-main-area .lower-bottom table.lower-bottom__table .btn-tel {
        margin: 1rem auto;
    }

    .l-main-area .lower-bottom table.lower-bottom__table .btn-tel a {
        font-size: 1.2rem;
        padding: 1rem 1rem 1rem 3rem;
        background-size: 14px auto;
        background-position: left 12px center;
    }

    .btn-accordion .btn-more {
        width: 100%;
    }

    .toc_parts {
        margin: -0.1rem auto;
        padding: 10px 10px;
    }


    .toc_parts .ttl {
        font-size: 1.4rem;
    }

    #toc {
        padding: 0;
    }

    #toc .chapter .chapter-h {
        margin: 1rem 0;
        padding: 0 0 0 2.5rem;
        font-size: 1.3rem;
        line-height: 1.6;
    }

    #toc ul.chapter .chapter-h::before {
        font-size: 1.3rem;
    }

    #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: 1rem;
    }

    .btn-accordion .btn-more::before, .btn-accordion .btn-more::after {
        right: 15px;
    }

    #contents .btn-accordion .btn-more {
        max-width: 90%;
        padding: 1rem 3rem;
    }
}

@media screen and (max-width: 1028px) and (min-width: 600px) {
    .top::after {
        width: 100vw;
        right: 0;
        background: transparent url(img/bg_lattice.png) no-repeat top center / contain;
    }
}

@media screen and (max-width: 1250px) and (min-width: 931px) {
    .l-main-area .float-wrap {
        width: 100%;
        margin: 30px auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
    }

    .l-main-area .information__catch {
        order: -1;
        margin-top: 0;
        margin-left: 0;
    }

    .l-main-area .learnmore01 .information__catch::after, .l-main-area .learnmore03 .information__catch::after {
        width: 100%;
    }
}
