@charset "UTF-8"; /*
---------------------------------------------

    base settings

*/
html {
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    min-width: 1000px;
    color: #333;
    font-size: 1.5rem;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
    line-height: 2em;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    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: #333;
}

a:active, a:hover {
    color: #333;
    /* transition: background 0.3s ease; */
    text-decoration: none;
}

strong {
    font-weight: bold;
    background: linear-gradient(transparent 85%, rgb(244 59 111 / 0.6) 60%);
}

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

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

.cf::after {
    clear: both;
}

* {
    box-sizing: border-box;
}

.forPC {
    display: block;
}

.forSP {
    display: none;
}

.pc_br {
    display: block;
}

.sp_br {
    display: none;
}

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

.cf::after {
    clear: both;
}

/*
---------------------------------------------
*/
.l-main-area .txt_marker, .l-main-area .txt_bold {
    color: #333;
    font-weight: bold;
}

.l-main-area ul {
    margin: 1rem 2rem 1rem;
}

.l-main-area ul li {
    margin: 0;
    padding: 0px 0 0px 20px;
    background: url(img/icon_li.svg) no-repeat 0 12px/8px;
    list-style-position: outside;
    font-size: 1.5rem;
}

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

.l-main-area ol li {
    position: relative;
    margin: 0 0 1em 0;
    padding: 0 0 0 25px;
    font-size: 1.4rem;
}

.l-main-area ol li::before {
    position: absolute;
    top: 4px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #00c400;
    content: counter(number);
    counter-increment: number;
    text-align: center;
    font-size: 1.2rem;
}

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

.l-main-area table th {
    padding: 10px 15px;
    border: 1px #ccc solid;
    background: #f7f6f4;
}

.l-main-area table td {
    padding: 10px 15px;
    border: 1px #ccc solid;
    background: #fff;
}

.btn-web {
    position: relative;
    display: block;
    margin: 3rem auto;
    padding: 0;
    text-align: center;
}

.btn-web a {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 1.8rem 5rem 1.8rem 3rem;
    max-width: 400px;
    width: 100%;
    background: #f43b6f;
    box-shadow: 0px 2px 9.1px 0.9px rgba(0, 0, 0, 0.15);
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.4;
    border-radius: 10px;
    border: solid 2px #fff;
}

.btn-web a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 21px;
    background: url(img/arrow01_white.svg) no-repeat center center;
    background-size: 8px auto;
    content: "";
    transform: translateY(-50%);
}

.btn-web a:hover {
    opacity: 0.8;
}

.btn-internal {
    position: relative;
    display: block;
    margin: 3rem auto;
    padding: 0;
    text-align: center;
}

.btn-internal a {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 1.8rem 5rem 1.8rem 3rem;
    max-width: 400px;
    width: 100%;
    background: #00c400;
    box-shadow: 0px 2px 9.1px 0.9px rgba(0, 0, 0, 0.15);
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.4;
    border-radius: 10px;
    border: solid 2px #fff;
}

.btn-internal a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 21px;
    background: url(img/arrow01_white.svg) no-repeat center center;
    background-size: 8px auto;
    content: "";
    transform: translateY(-50%);
}

.btn-internal.to-bottom a::after {
    transform: rotate(90deg) translateY(-9%) translateX(-60%);
}

.btn-internal a:hover {
    opacity: 0.8;
}

.btn-tel {
    display: none;
}

.btn-link {
    margin: 20px 0;
    padding: 0;
    text-align: right;
    font-weight: bold;
    line-height: 1.4;
}

.btn-link a {
    padding: 5px 0 5px 20px;
    background: url(img/arrow01_gray.svg) no-repeat left center;
    background-size: 9px 15px;
}

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

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

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

.l-main-area .float-wrap .float-img .flame span {
    position: relative;
    display: block;
    margin: 0 0 1rem;
}

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

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

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

.caption {
    display: block;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin: 5px 0 10px;
    padding: 0 0 0 0;
    color: #333;
    /* text-align: right; */
    white-space: nowrap;
    word-break: break-all;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.4;
    overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #C0C0C0 #eee;
    /*一つ目はスクロールバーのつまみ、二つ目はトラックに適用される。 */
}

.caption a {
    color: #999;
}

/* for chrome, safari */
.caption::-webkit-scrollbar {
    height: 5px;
}

.caption::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #dedede;
}

.caption::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eee;
}

/* low ----------------*/
.l-common-title, .l-main-area--low h1 {
    position: relative;
    margin: 8.5rem 0 4rem;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.4;
}

.l-common-title .txt_bold, .l-main-area--low h1 .txt_bold {
    color: #007df0;
}

.l-main-area--low h1 {
    margin: 9rem 0 5rem;
}

.l-common-title::before, .l-main-area--low h1::before {
    position: absolute;
    content: "";
    top: -8rem;
    right: 0;
    left: 0;
    margin: auto;
    background: url(img/h1_deco_topic.png) no-repeat center center;
    background-size: contain;
    width: 100px;
    height: 70px;
    display: inline-block;
}

.l-common-title::before {
    top: -10rem;
}

.l-common-title.type-recommendation::before {
    background-image: url(img/h2_deco_recommendation.png);
    width: 100px;
    height: 85px;
}

.l-common-title.type-support::before {
    background-image: url(img/h2_deco_point.png);
    width: 80px;
    height: 90px;
}

.l-common-title.type-comparison::before {
    background-image: url(img/h2_deco_comparison.png);
    width: 100px;
    height: 80px;
}

.l-common-title.type-knowledge::before {
    background-image: url(img/h2_deco_knowledge.png);
    width: 80px;
    height: 90px;
}

.l-common-title.type-features::before {
    background-image: url(img/h2_deco_features.png);
    width: 80px;
    height: 85px;
}

.l-common-title.type-reform::before {
    background: url(img/h2_deco_pr.svg) no-repeat center bottom;
    background-size: auto;
    width: 96px;
    height: 60px;
}

.l-common-title.type-strengths::before {
    background-image: url(img/h2_deco_strengths.png);
    width: 80px;
    height: 100px;
}

.l-common-title a, .l-main-area--low h1 a {
    display: inline-block;
    padding: 0 4rem;
    background: url(img/circle_arrow01_pink.png) no-repeat right 0 center;
    text-decoration: none;
    background-size: 22px auto;
}

.l-common-title a:hover, .l-main-area--low h1 a:hover {
    opacity: 0.8;
}

.l-main-area--low h2 {
    margin: 6rem 0 1rem;
    padding: 1.8rem 2.5rem 1.8rem 2.5rem;
    background: #f7f6f4;
    color: #f43b6f;
    /* text-align: center; */
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1.4;
}

.l-main-area--low h2 a {
    display: block;
    color: #f43b6f;
    padding: 4px 2rem 0px 0rem;
    background: url(img/arrow01_black.svg) no-repeat right 0 center;
    background-size: 10px auto;
    text-decoration: none;
}

.l-main-area--low h2 a:hover {
    opacity: 0.8;
}

.l-main-area--low h3, .diagonal-title {
    position: relative;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    margin: 4rem auto 0.5rem;
    padding: 1rem 0.5rem 1rem;
    color: #333;
    /* text-align: center; */
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.4;
}

.diagonal-title {
    margin: 2rem 0 0;
    font-size: 2.4rem;
}

.l-main-area--low h3::before, .diagonal-title::before {
    padding: 0;
    content: "";
    width: 39px;
    height: 28px;
    background: url(img/h3_deco_l.png) no-repeat left center;
    background-size: 39px auto;
}

.l-main-area--low h3::after, .diagonal-title::after {
    padding: 0.5rem 0 0 2rem;
    /* content: ""; */
    width: 39px;
    height: 28px;
    /* background: url(img/h3_deco_r.png) no-repeat right center; */
    background-size: 40px auto;
}

.l-main-area--low h3 a, .diagonal-title a {
    display: block;
    padding-right: 3rem;
    background: url(img/arrow01_black.svg) no-repeat right 15px center;
    background-size: 10px 18px;
    text-decoration: none;
    width: 100%;
    text-align: left;
}

.l-main-area--low h3 a:hover, .diagonal-title a:hover {
    opacity: 0.8;
}

.l-main-area--low h4, .l-main-area--low h5 {
    position: relative;
    margin: 3rem 0 0.5rem;
    padding: 0.5rem 1.3rem;
    color: #333;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
}

.l-main-area--low h4::before, .l-main-area--low h5::before {
    position: absolute;
    top: 49%;
    left: 0;
    width: 2px;
    height: 20px;
    background: #00c400;
    content: "";
    transform: translate(0, -50%);
}

.l-main-area--low h4 a, .l-main-area--low h5 a {
    display: block;
    padding-right: 3rem;
    background: url(img/arrow01_black.svg) no-repeat right 0 center;
    background-size: 10px 18px;
    text-decoration: none;
}

.l-main-area--low h4 a:hover, .l-main-area--low h5 a:hover {
    opacity: 0.8;
}

@media all and (-ms-high-contrast: none) {
    .l-main-area--low h1 {
        padding: 1.7rem 3rem 0.7rem;
    }
}

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

    header area

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

.l-header {
    margin: 0 auto;
    padding: 1rem 0;
    max-width: 1000px;
}

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

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

.l-header-sitename {
    width: 100%;
    text-align: right;
    font-size: 1.2rem;
    line-height: 1.4;
}

.l-header-logo {
    margin: -2rem 0 0;
}

.l-header-logo__image {
    width: auto;
    height: 70px;
}

.l-header-logo a {
    margin: 0;
}

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

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

.l-gnavi-btn::before {
    position: absolute;
    top: 0;
    right: -2rem;
    width: 100vh;
    height: 100%;
    content: "";
}

.l-gnavi-btn:hover {
    color: #333333;
    opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.l-gnavi-list__link:hover {
    opacity: 0.8;
}

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

.l-gnavi-list__sub {
    display: none;
    margin: 0 0 0 1.6rem;
    /* border-top: dashed 1px #333333; */
    background: #f7f7f7;
}

.l-gnavi-list__sub .l-gnavi-list__item {
    background: url(img/arrow01_black.svg) no-repeat left 2rem center;
    background-size: 4px 8px;
}

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

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

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

    footer area

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

.l-footer-area .btn-link {
    padding: 2rem;
    margin: 0 auto 0;
}

.l-footer-disclaimer {
    margin: 20px auto;
    padding: 20px;
    width: 500px;
    background: #ffffff;
    color: #333;
    text-align: left;
    line-height: 1.8;
    font-size: 1rem;
}

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

.l-footer-note {
    margin: 20px auto;
    padding: 0 4rem;
    text-align: center;
    font-size: 1.2rem;
}

.l-footer-bottom {
    margin: 0 auto;
    text-align: center;
    font-size: 1.2rem;
}

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

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

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

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

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

.l-footer-bottom__sitemap__link {
    padding: 0 24px 0 0;
    background: url(img/arrow01_black.svg) no-repeat right center;
    background-size: 7px 12px;
    text-decoration: none;
}

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

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

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

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

.l-footer-menu__title__link {
    position: relative;
    display: block;
    padding: 0 0 0 3rem;
    background: url(img/arrow01_black.svg) no-repeat left 1rem center;
    background-size: 7px auto;
    text-decoration: none;
    font-weight: bold;
}

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

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

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

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

.l-footer-menu__list__link {
    padding: 5px 0 5px 15px;
    background: url(img/icon_li_footer.svg) no-repeat left top 8px;
    background-size: 8px 8px;
    text-align: left;
    text-decoration: none;
    font-size: 1.2rem;
}

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

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

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

.l-footer-submenu__list__link {
    padding-left: 15px;
    text-align: left;
    text-decoration: none;
    font-size: 1.2rem;
    display: block;
}

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

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

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

    common

*/
.l-pagetop {
    position: absolute;
    top: -90px;
    right: 30px;
    z-index: 100;
}

.l-pagetop__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: opacity 0.4s;
    background: #007df0;
}

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

.l-pagetop__image {
    width: 24px;
}

.l-pagetop {
    position: absolute;
    top: -90px;
    right: 30px;
    z-index: 100;
}

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

.l-sns-list {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
}

.l-sns-list__item {
    text-align: center;
}

.l-sns-list__link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #333333;
    text-decoration: none;
}

.l-sns-list__link:hover {
    opacity: 0.6;
}

.l-sns-list__link--twitter .l-sns-list__image {
    width: 18px;
    height: 15px;
}

.l-sns-list__link--facebook .l-sns-list__image {
    width: 9px;
    height: 17px;
}

.l-sns-list__link--line .l-sns-list__image {
    width: 19px;
    height: 18px;
}

.l-sns-list__link--instagram .l-sns-list__image {
    width: 19px;
    height: 19px;
}

.l-sns-list__link--hatena .l-sns-list__image {
    width: 17px;
    height: 15px;
}

#pankuzu {
    margin: 0 auto 0;
    max-width: 1000px;
    font-size: 1rem;
}

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

      contents area

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

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

      main area / common

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

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

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

.l-main-area--low p {
    margin: 0 auto 2rem;
    line-height: 1.8em;
}

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

      top

  */
.l-mv {
    position: relative;
    margin: 0;
    padding: 0;
    min-width: 1100px;
    min-height: 560px;
    background: url(img/bg_mv.png) no-repeat center top;
    background-size: cover;
    overflow: hidden;
    border-radius: 20px;
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
}

.l-mv::after {
    position: absolute;
    top: 2rem;
    left: 3rem;
    width: 100%;
    height: 520px;
    background: #f6f2ed;
    content: "";
    z-index: -1;
    border-radius: 20px;
}

.l-mv-wrapper {
    display: flex;
    margin: 0 auto;
    width: 1000px;
}

.l-mv-box {
    margin: 0 auto 0 0;
    max-width: 1000px;
    width: 650px;
}

.l-mv-box p {
    margin: 0.5em 0 2em;
    max-width: 80%;
    font-weight: bold;
}

.l-mv-logo {
    padding: 6rem 0 1rem 0;
}

.l-mv-logo img {
    width: 371px;
    height: auto;
}

.l-mv-title {
    margin: 0rem 0 2rem;
    width: 80%;
    color: #f43b6f;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 1.4;
}

.l-mv .btn-internal {
    text-align: left;
}

.l-mv .btn-internal a {
    font-size: 1.6rem;
    max-width: 330px;
    padding: 1.3rem 5rem 1.3rem 3rem;
    display: block;
}

.l-parts03-column3 {
    display: flex;
    flex-wrap: wrap;
}

.l-parts03-column3__box {
    position: relative;
    margin: 0 2rem 2rem 0;
    padding: 0.7rem 1.7rem 0.7rem;
    width: calc((100% - 4rem) / 3);
    background: #fff;
    border-radius: 10px;
}

.l-list-area {
    position: relative;
    padding: 7rem 0 4rem;
    background-color: #fff;
    background-image: url(img/deco_l.png), url(img/deco_r.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left top -50px, right bottom -250px;
    background-size: auto 300px, auto 300px;
}

.l-list-area.l-list-area--knowledge {
    background-image: url(img/deco_l.png);
    background-repeat: no-repeat;
    background-position: left top -50px;
    background-size: auto 300px;
}

.l-list-area.l-list-area--knowledge .l-parts03-column3__title {
    padding: 2rem 0 2rem 1rem;
    border-bottom: solid 0px #ccc;
    margin: 0;
}

.l-list-area .l-parts03-column3__box {
    background: #f7f6f4;
}

.l-parts03-column3__box:nth-child(3n) {
    margin: 0 0 2rem;
}

.l-parts03-column3__title {
    z-index: 1;
    margin: 0 0 1.6rem;
    padding: 3rem 0 2.5rem 1rem;
    border-bottom: solid 1px #ccc;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.4;
    display: flex;
    align-items: center;
}

.l-parts03-column3__title a {
    display: block;
    padding: 0 3rem 0 0;
    background: url(img/arrow01_gray.svg) no-repeat right center;
    background-size: 10px auto;
    text-decoration: none;
    width: 100%;
}

.l-parts03-column3__title a:hover {
    opacity: 0.6;
    -ms-filter: "alpha(opacity=60)";
    filter: alpha(opacity=60);
}

.l-parts05-column2 {
    display: flex;
    flex-wrap: wrap;
}

.l-parts05-box {
    position: relative;
    margin: 0 0 4rem 0;
    padding: 3rem;
    width: calc((100% / 2) - (4rem / 2));
    background: #f9f9f9;
    border-radius: 10px;
}

.l-features-area .l-parts05-box {
    background: #fff;
}

.l-parts05-box:nth-child(2n) {
    margin: 0 0 4rem 4rem;
}

.l-parts05-image {
    float: left;
    width: 98px;
    height: 98px;
    font-size: 1.4rem;
}

.l-parts05-image .flame {
    margin-bottom: 1rem;
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

.l-parts05-image img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
}

.l-parts05-catch {
    display: inline-block;
    margin: 0 0 1rem;
    width: calc(100% - 120px);
    font-weight: bold;
    font-size: 2.1rem;
    line-height: 1.4;
}

.l-parts05-catch a {
    display: block;
    padding: 0 1.7rem 0 0;
    width: 100%;
    background: url(img/arrow01_black.svg) no-repeat right 0 center;
    background-size: 10px auto;
    text-decoration: none;
}

.l-parts05-catch a:hover {
    opacity: 0.8;
}

.l-point-area {
    margin: 18rem 0 0;
    padding: 0 0 8rem;
    background: url(img/deco_r.png) no-repeat right bottom -250px;
    background-size: auto 300px;
}

.l-point-title {
    position: relative;
    margin: 0;
    text-align: center;
}

.l-point-title h3 {
    position: relative;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 2.9rem;
    line-height: 1.5;
    border-bottom: 2px solid #ccc;
    margin: 0 auto;
    padding-bottom: 0.5rem;
    width: 80%;
    color: #f43b6f;
}

.l-point {
    margin: 4.2rem auto 5rem;
}

.l-point-box {
    position: relative;
    padding: 2rem 4rem;
    margin-bottom: 5rem;
    width: 100%;
    background: #f7f6f4;
    box-sizing: border-box;
}

.l-point-box::before {
    position: absolute;
    top: -3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 6.4rem;
}

.l-point-box:nth-child(1)::before {
    content: url(img/point_no01.svg);
}

.l-point-box:nth-child(2)::before {
    content: url(img/point_no02.svg);
}

.l-point-box:nth-child(3)::before {
    content: url(img/point_no03.svg);
}

.l-point-box:nth-child(4)::before {
    content: url(img/point_no04.svg);
}

.l-point-box .title {
    text-align: center;
    font-weight: bold;
    font-size: 2.9rem;
    line-height: 1.4;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-point-box span {
    font-weight: bold;
    background: linear-gradient(transparent 85%, rgb(244 59 111 / 0.6) 60%);
}

.l-point-box .title span {
    font-weight: bold;
    background: none;
    color: #007df0;
    font-size: 4rem;
    padding-right: 1rem;
}

p span, .top_span span {
    font-weight: bold;
    background: linear-gradient(transparent 85%, rgb(244 59 111 / 0.6) 60%);
}

.l-main-area .l-point-area .float-wrap .float-img.fr {
    width: auto;
}

.l-point-summary {
    margin: 3.2rem auto;
    width: 100%;
    padding: 4rem 2rem 1rem;
    background: url(img/bg_point.png) 0 0 no-repeat;
    background-size: cover;
}

.l-point-summary .float-wrap {
    margin: 3.7rem auto 1.5rem;
    width: 80%;
}

.l-point-summary .float-wrap .float-img .flame {
    width: 200px;
    height: auto;
}

.l-recommendation-area {
    position: relative;
    padding: 5rem 0 10rem;
    background-color: #faf278;
    background-image: url(img/deco_r.png), url(img/deco_l.png);
    background-repeat: no-repeat, no-repeat;
    background-position: right top -50px, left bottom -250px;
    background-size: auto 300px, auto 300px;
}

.l-recommendation-area.type-lower {
    margin: 10rem 0 0;
    background-image: url(img/deco_r.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 25vw;
}

.l-recommendation-p {
    max-width: 800px;
    margin: 0 auto 2rem;
}

.l-recommendation-p span {
    font-weight: bold;
    background: linear-gradient(transparent 85%, rgb(244 59 111 / 0.6) 60%);
}

.l-recommendation-table table {
    position: relative;
    width: 100%;
    table-layout: fixed;
}

.l-recommendation-table table th {
    padding: 2rem 1rem;
    border: 1px #ccc solid;
    background: #fff;
    text-align: center;
    white-space: nowrap;
    font-size: 1.6rem;
    line-height: 1.4;
    background-clip: padding-box;
}

.l-recommendation-area .l-recommendation-table table tr:nth-of-type(1) th.l-recommendation-table-sticky-row, .l-recommendation-area .l-recommendation-table table tr:last-child th.l-recommendation-table-sticky-row {
    background: none;
    border: none;
}

.l-recommendation-table table td {
    padding: 1.5rem 1.5rem;
    border: 1px #ccc solid;
    background: #fff;
    font-size: 1.5rem;
    line-height: 1.5;
    background-clip: padding-box;
    vertical-align: top;
    position: relative;
}

.l-recommendation-table table td span {
    font-weight: bold;
    color: #f43b6f;
    font-size: 1.5rem;
}

.l-recommendation-table table td span.price {
    font-weight: bold;
    color: #f43b6f;
    font-size: 2.5rem;
}

.l-recommendation-table table th.l-recommendation-table-sticky-row {
    position: relative;
    padding: 0 1.5rem;
    width: 95px;
    height: 87px;
    text-align: left;
    background: #007df0;
    color: #fff;
}

.l-recommendation-table table th.l-recommendation-table-sticky-row::before {
    /* position: absolute; */
    /* top: 0; */
    /* bottom: 0; */
    /* left: 1rem; */
    /* margin: auto; */
    /* width: 50px; */
    /* height: 50px; */
    /* content: ""; */
}

.l-recommendation-area .l-recommendation-table table tr:nth-of-type(1) th.l-recommendation-table-sticky-row::before {
}

.l-recommendation-area .l-recommendation-table table tr:nth-of-type(2) th.l-recommendation-table-sticky-row::before, .l-comparison-area .l-recommendation-table tr:nth-of-type(1) th::before {
    /* background: url(img/point_no01.svg) no-repeat 0/contain; */
}

.l-recommendation-area .l-recommendation-table table tr:nth-of-type(3) th.l-recommendation-table-sticky-row::before, .l-comparison-area .l-recommendation-table tr:nth-of-type(2) th::before {
    /* background: url(img/point_no02.svg) no-repeat 0/contain;*/
}

.l-recommendation-area .l-recommendation-table table tr:nth-of-type(4) th.l-recommendation-table-sticky-row::before, .l-comparison-area .l-recommendation-table tr:nth-of-type(3) th::before {
    /* background: url(img/point_no03.svg) no-repeat 0/contain;*/
}

.l-recommendation-area .l-recommendation-table table tr:nth-of-type(5) th.l-recommendation-table-sticky-row::before, .l-comparison-area .l-recommendation-table tr:nth-of-type(4) th::before {
    /* background: url(img/point_no04.svg) no-repeat 0/contain;*/
}

.l-recommendation-table table th.l-recommendation-table-column {
    padding: 2rem 1rem 2rem;
    width: 150px;
    letter-spacing: -0.1rem;
    position: relative;
    font-size: 1.7rem;
    line-height: 2;
    color: #fff;
    background: #007df0;
    white-space: inherit;
}

.l-recommendation-table table th.l-recommendation-table-column span {
    font-weight: bold;
    color: #faf278;
    display: block;
    font-size: 2.2rem;
    line-height: 1.2;
}

.l-recommendation-area .btn-web {
    margin: auto;
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    width: 80%;
}

.l-recommendation-area .btn-web a {
    padding: 1.2rem 2rem 1.2rem 1rem;
    font-size: 1.4rem;
}

.l-recommendation-area .btn-web a::after {
    right: 7px;
}

p.l-recommendation-annotation {
    margin: 0.7rem 0 0;
    font-size: 1.2rem;
    line-height: 1.5;
}

.l-comparison-area {
    position: relative;
    padding: 7rem 0 4rem;
    background-color: #f7f6f4;
    background-image: url(img/deco_l.png), url(img/deco_r.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left top -50px, right bottom -250px;
    background-size: auto 300px, auto 300px;
}

.l-comparison-area::after {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 2;
    width: 0;
    height: 0;
    content: "";
}

.l-comparison-box {
    position: relative;
    margin: 3.6rem 0 7rem;
    padding: 2rem 6rem 2rem;
    border-top: 3px solid #007df0;
    background: #fff;
}

.l-comparison-box .l-recommendation-table table th.l-recommendation-table-sticky-row {
    position: relative;
    padding: 0 1.5rem;
    width: 202px;
    height: 87px;
    text-align: left;
    background: #007df0;
    color: #fff;
}

.l-comparison-box .catch {
    margin: 0;
    padding: 1.7rem 1.7rem 3rem;
    /* background: #f7f6f4; */
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.3;
}

.l-comparison-box .g_catch {
    margin: 0 0 2.5rem;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.3;
    color: #f43b6f;
    text-align: center;
    background: #e9f3ff;
    padding: 2.5rem 2rem 2rem;
}

.l-comparison-img-wrap {
    display: flex;
    flex-flow: row wrap;
    margin: 3.7rem auto 7rem 350px;
    position: relative;
}

.l-comparison-img-wrap .img {
    padding-right: 5rem;
    width: 345px;
    position: absolute;
    top: 0;
    left: -350px;
    text-align: center;
}

.l-comparison-img-wrap .img img {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
}

.l-comparison-catch {
    margin: 1rem 0;
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1.4;
}

.l-comparison-box .table-layout table {
    margin: 0 auto 5rem;
}

.l-comparison-box .table-layout table th {
    padding: 6px 15px;
    width: 120px;
    text-align: center;
}

.l-comparison-box .table-layout table td {
    padding: 6px 15px;
}

.l-comparison-area .diagonal-title {
    margin: 6rem 0 1rem;
}

.l-features-area {
    position: relative;
    padding: 19rem 0 22.1rem;
}

.l-features-area {
    padding: 7rem 0 6rem;
    background-color: #f9f7f6;
    background-image: url(img/deco_l.png), url(img/deco_r.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom -250px, right top -50px;
    background-size: auto 300px, auto 300px;
}

.l-pr-area {
    padding: 0;
    background: #e8f3fe url(img/pr_bg.png) 0 0 repeat-y;
}

.l-pr-area-inner {
    padding: 5rem 0 2rem;
    background-image: url(img/deco_r.png), url(img/deco_l.png);
    background-repeat: no-repeat, no-repeat;
    background-position: right top -50px, left bottom -250px;
    background-size: auto 300px, auto 300px;
}

.l-pr-area.type-lower .l-pr-area-inner {
    background-image: url(img/deco_r.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 300px;
}

.l-pr-area .float-wrap {
    margin: -0.6rem 0 4rem;
}

.l-pr-area .float-wrap .float-img img {
    max-width: 100%;
    height: auto;
}

.l-pr-area .float-wrap .float-img .flame span {
    position: relative;
    display: block;
    margin: 0 0 1rem;
}

.l-pr-area .float-wrap .float-img.fl {
    position: relative;
    float: left;
    margin: 0 40px 10px 0;
    width: 320px;
}

.l-pr-area .float-wrap .flame {
    text-align: center;
}

.l-main-area .l-pr-area .btn-internal a {
    padding: 1.3rem 5rem 1.3rem 3rem;
    font-size: 1.6rem;
    max-width: 330px;
}

/* Chromeハック */
_:lang(x)::-internal-media-controls-overlay-cast-button, .l-recommendation-table table th {
    background-clip: border-box;
}

/* IEハック */
@media all and (-ms-high-contrast: none) {
    .l-recommendation-table table th.l-recommendation-table-sticky-row::before {
        top: 2.6rem;
        bottom: auto;
    }

    .l-parts05-box:nth-child(2n) {
        margin: 0 0 4rem 3rem;
    }
}

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

    smartphone settings

*/
@media screen and (max-width: 480px) {
    body {
        min-width: 100%;
        min-width: inherit;
    }

    .forPC {
        display: none;
    }

    .forSP {
        display: block;
    }

    .pc_br {
        display: none;
    }

    .sp_br {
        display: block;
    }

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

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


  */
    .l-main-area h2 {
        font-size: 1.7rem;
    }

    .l-common-title .txt_bold, .l-main-area--low h1 .txt_bold {
        font-size: 2.4rem;
        display: block;
    }

    .l-main-area h3 {
        font-size: 1.8rem;
        padding: 1.5rem 0 1.5rem;
    }

    .l-main-area ul {
        margin: 1rem 0;
        font-size: 1.4rem;
    }

    .l-main-area ol {
        margin: 3rem 0;
        font-size: 1.4rem;
    }

    .l-main-area .table-layout table {
        display: block;
        margin: 30px auto 20px;
        width: 100%;
        border-top: 1px #d3d3d3 solid;
        font-size: 1.4rem;
    }

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

    .l-main-area .table-layout table th {
        display: block;
        padding: 10px 15px;
        width: 100%;
        border-top: none;
    }

    .l-main-area .table-layout table td {
        display: block;
        padding: 10px 15px;
        width: 100%;
        border-top: none;
    }

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

    .l-main-area .table-layout table thead th {
        display: block;
        width: 100%;
    }

    .l-main-area .table-layout table thead td {
        display: block;
        width: 100%;
    }

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

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

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

    .btn-web {
        margin: 1rem auto;
        min-width: inherit;
        width: 90%;
    }

    .btn-web a {
        padding: 1.8rem 3rem;
        min-width: inherit;
        width: 100%;
        font-size: 1.6rem;
    }

    .btn-web a::after {
        right: 1.5rem;
        background-size: 60%;
    }

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

    .btn-internal a {
        padding: 1.8rem 3rem;
        min-width: inherit;
        width: 100%;
        font-size: 1.6rem;
    }

    .btn-internal a::after {
        background-size: 60%;
    }

    .btn-tel {
        display: block;
        margin: 1rem auto;
        padding: 0;
        width: 90%;
        text-align: center;
    }

    .btn-tel a {
        position: relative;
        z-index: 10;
        display: inline-block;
        margin: 0;
        padding: 1.8rem 4.5rem;
        width: 100%;
        background: #00bc96 url(img/icon_tel.svg) no-repeat left 1.5rem center;
        background-size: 20px auto;
        box-shadow: 0px 2px 9.1px 0.9px rgba(0, 0, 0, 0.15);
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.6rem;
        line-height: 1.4;
        border-radius: 10px;
        border: solid 2px #fff;
    }

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

    .btn-link a {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 1.8rem 3rem;
        width: 100%;
        border: #ccc solid 2px;
        background: #fff url(img/arrow01_key.svg) no-repeat right 15px center;
        background-size: 7px auto;
        text-align: left;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.6rem;
        line-height: 1.4;
        border-radius: 10px;
    }

    .l-main-area .float-wrap {
        margin: 10px auto 30px;
        width: 100%;
        font-size: 1.4rem;
    }

    .l-main-area .float-wrap .float-img.fr {
        float: none;
        margin: 0 auto 20px;
        width: 100%;
    }

    .l-main-area .float-wrap .float-img.fl, .l-main-area .l-pr-area .float-wrap .float-img.fl {
        float: none;
        margin: 0 auto 20px;
        width: 100%;
    }

    .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 {
        float: right;
        margin: 0 0 20px 10px;
    }

    .l-main-area .float-wrap .float-img.fl.t_small {
        float: left;
        margin: 0 20px 10px 0;
    }

    /* low ----------------*/
    .l-main-area--low h1, .l-common-title {
        margin: 0 0 3rem;
        font-size: 2.4rem;
    }

    .l-common-title::before, .l-main-area--low h1::before, .l-common-title.type-knowledge::before {
        top: -7rem;
        background-size: contain;
        height: 60px;
    }

    .l-common-title.type-recommendation::before {
        height: 60px;
    }

    .l-common-title.type-support::before {
        height: 60px;
    }

    .l-common-title.type-features::before {
        height: 60px;
    }

    .l-common-title.type-comparison::before {
        height: 60px;
    }

    .l-common-title.type-knowledge::before {
        height: 60px;
    }

    .l-common-title.type-strengths::before {
        height: 60px;
    }

    .l-common-title.type-reform::before {
        height: 60px;
    }

    .l-common-title::after, .l-main-area--low h1::after {
        top: -1.5rem;
        height: 10px;
    }

    .l-main-area--low h2 {
        font-size: 2.2rem;
        padding: 1.8rem 2.5rem 1.3rem 2.5rem;
    }

    .l-main-area--low h3 {
        font-size: 2rem;
        margin: 3rem auto 0.5rem;
    }

    .l-main-area--low h3::before, .diagonal-title::before, .l-main-area--low h3::after, .diagonal-title::after {
        background-size: 30px auto;
    }

    .l-main-area--low h4, .l-main-area--low h5 {
        font-size: 1.8rem;
    }

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

      header area

  */
    .l-header {
        margin: 0 auto;
        padding: 10px 0 0;
        width: 96%;
        text-align: left;
    }

    .l-header-area {
        padding: 0;
    }

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

    .l-header-sitename {
        font-size: 1rem;
        text-align: center;
    }

    .l-header-logo {
        margin: 0;
        text-align: center;
    }

    .l-header-logo__image {
        width: auto;
        height: 60px;
    }

    .l-header-logo a {
        width: 100%;
        height: auto;
    }

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

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

      footer area

  */
    .l-footer-area {
        padding: 2rem 0 17rem 0;
        min-width: inherit;
    }

    .footMenu {
        position: fixed;
        bottom: 0;
        z-index: 300;
        margin: 0;
        width: 100%;
        height: 5rem;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.14);
    }

    .footMenu .menuLeft {
        display: flex;
        float: left;
        align-items: center;
        justify-content: center;
        width: 15%;
        height: 100%;
        background: #fff;
    }

    .footMenu .menuLeft .l-gnavi-btn {
        margin: 0;
    }

    .footMenu .menuRight {
        position: relative;
        display: flex;
        float: right;
        width: 85%;
        height: 100%;
        background: #007df0;
        color: #fff;
        font-size: 1.4rem;
        line-height: 1.2;
        align-items: center;
    }

    .footMenu .menuRight a {
        display: block;
        padding: 0.9rem 2rem 0 1.5rem;
        background: url(img/arrow01_white.svg) no-repeat right 1rem center;
        background-size: 6px;
        color: #fff;
        text-decoration: none;
        width: 82vw;
    }

    .footMenu .l-gnavi-btn {
        width: 100%;
        height: 100%;
    }

    .footMenu .l-gnavi-btn span {
        left: 50%;
        transform: translateX(-50%);
    }

    .footMenu .l-gnavi-btn span:nth-child(1) {
        top: 15px;
    }

    .footMenu .l-gnavi-btn span:nth-child(2) {
        top: 25px;
    }

    .footMenu .l-gnavi-btn span:nth-child(3) {
        top: 35px;
    }

    .footMenu .l-gnavi-btn.active span:nth-of-type(1) {
        transform: translate(-50%, 10px) rotate(-45deg);
    }

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

    .footMenu .l-gnavi-btn.active span:nth-of-type(3) {
        transform: translate(-50%, -10px) rotate(45deg);
    }

    .l-footer-logo {
        margin: 1rem auto;
        width: 70%;
    }

    .l-footer-logo__image {
        width: 100%;
    }

    .l-footer-logo__link {
        display: block;
    }

    .l-footer-disclaimer {
        margin: 0 auto 1rem;
        padding: 2rem 5%;
        width: 90%;
    }

    .l-footer-bottom {
        padding: 0 5%;
    }

    .l-footer-bottom__inner {
        display: block;
        width: 90%;
    }

    .l-footer-bottom__copy {
        display: block;
        text-align: center;
    }

    .l-footer-bottom__sitemap {
        display: block;
        padding: 0;
    }

    .l-footer-note {
        margin: 0 0 1rem;
        font-size: 1rem;
    }

    .l-footer-menu-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 110;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        margin: 0;
        padding: 0 0 60px 0;
        width: 100%;
        height: 100%;
        background: #fff;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    .l-footer-menu-wrapper.active {
        transform: translate3d(0, 0, 0);
    }

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

    .l-footer-menu__title {
        margin: 0;
        padding: 0;
        border-bottom: solid 1px #ccc;
    }

    .l-footer-menu__title__link {
        position: relative;
        display: block;
        padding: 1rem 2.5rem 1rem 0;
        background: none;
        font-size: 1.6rem;
    }

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

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

    .l-footer-menu__list {
        display: none;
        padding-top: 1rem;
    }

    .l-footer-menu__list__item {
        padding: 0.5rem 1rem;
        width: 100%;
    }

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

    .l-footer-menu__list__link {
        margin: 0;
        display: block;
        background: url(img/icon_li_footer.svg) no-repeat left top 11px;
        background-size: 8px 8px;
        padding: 0 0 0 15px;
    }

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

    .l-footer-submenu__list__item {
        display: block;
    }

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

      common

  */
    .l-pagetop {
        top: -5.5rem;
        right: 0.5rem;
    }

    .l-pagetop__link {
        width: 50px;
        height: 50px;
    }

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

    .l-pagetop__image {
        width: 14px;
    }

    .l-pagetop.is-fixed {
        bottom: 14.5rem;
    }

    #pankuzu {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 auto;
        padding: 0 1rem 0;
        white-space: nowrap;
    }

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

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

      contents area

  */
    .l-contents-area {
        padding: 0;
    }

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

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

      main area

  */
    .l-main-area--low {
        float: none;
        overflow: visible;
        margin: 8rem auto 7rem;
        width: 94%;
    }

    .l-section-inner {
        margin: 0 auto;
        width: 94%;
    }

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

      top

  */
    .l-mv {
        position: relative;
        margin: 0;
        padding: 0;
        min-width: inherit;
        min-height: inherit;
        background: none;
        width: 100%;
    }

    .l-mv::after {
        background: none;
    }

    .l-mv-wrapper {
        width: 100%;
    }

    .l-mv-logo {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 0;
        width: 100%;
        background: none;
        text-align: center;
    }

    .l-mv-logo img {
        width: 20rem;
        height: auto;
    }

    .l-mv-box {
        margin: 0 auto;
        width: 100%;
    }

    .l-mv-box p {
        margin: 0 auto;
        max-width: 90%;
    }

    .l-mv-title {
        margin: 6rem 0 2rem;
        padding: 2rem 55% 1rem 5%;
        min-height: 15rem;
        width: 100%;
        font-size: 1.8rem;
        position: relative;
        background: url(img/bg_mv.png) center top no-repeat;
        background-size: cover;
    }

    .l-mv-title::after {
        position: absolute;
        top: 1rem;
        left: 0;
        right: 0;
        margin: auto;
        width: 90%;
        height: 13rem;
        background: #f6f2ed;
        content: "";
        z-index: -1;
        border-radius: 10px;
    }

    .l-mv p {
        padding: 0 2rem;
        color: #333;
    }

    .l-mv .btn-internal.to-bottom {
        margin: 2rem auto;
        padding: 0;
        width: 80%;
    }

    h2.l-mv-title {
        font-size: 1.8rem;
    }

    .l-section-inner {
        padding-top: 2rem;
        background-size: 20%;
    }

    .l-mv .btn-internal {
        text-align: center;
    }

    .l-parts03-column3__box {
        margin: 0 0 2rem;
        width: 100%;
    }

    .l-parts03-column3__title {
        padding: 1.5rem 0;
        text-align: left;
    }

    .l-parts03-column3__title a {
        font-size: 1.8rem;
    }

    .l-parts05-column2 {
        /*margin: 0 0 0 1rem;*/
    }

    .l-parts05-image {
        width: 6rem;
        height: 6rem;
        margin-right: 1rem;
    }

    .l-parts05-image .flame {
        width: 100%;
        height: 100%;
    }

    .l-parts05-box {
        margin: 0 0 3rem;
        padding: 2rem;
        width: 100%;
    }

    .l-parts05-box:nth-child(2n) {
        margin: 0 0 2rem;
    }

    .l-parts05-catch {
        font-size: 1.8rem;
        width: 69%;
        margin: 0 0 1.5rem;
    }

    .l-parts {
        margin: 0 auto;
        padding: 8rem 0 5rem;
    }

    .l-point-area {
        margin: 0;
        background: url(img/deco_r.png) no-repeat right bottom -60px;
        background-size: auto 75px;
    }

    .l-point {
        margin: 3rem auto;
    }

    .l-point-box {
        padding: 3rem 2rem 2rem 2rem;
        width: 100%;
        margin: 5rem 0 0 0;
    }

    .l-point-box:before {
        /* left: 50%; */
        /* top: -30px; */
        /* transform: translateX(-50%); */
    }

    .l-main-area .l-point-area .float-wrap .float-img.fl, .l-main-area .l-point-area .float-wrap .float-img.fr {
        margin: 0 auto 2rem;
        width: 100%;
    }

    .l-point-box .title {
        font-size: 1.8rem;
        height: auto;
        /* margin-bottom: 1rem; */
    }
    .l-point-box .title span {

    padding-bottom: 1rem;
}

    .l-point-title h3 {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    .l-point-summary {
        width: 100%;
        background-repeat: repeat-y;
        background-size: 150%;
    }

    .l-point-summary .float-wrap {
        margin-bottom: 1rem;
    }

    .l-point-summary .float-wrap .float-img .flame {
        width: 60%;
        margin: 2rem auto 0;
    }

    .l-recommendation-area {
        background-position: right top -15px, left bottom -60px;
        background-size: auto 75px, auto 75px;
    }

    .l-recommendation-area.type-lower {
        margin: 5rem 0 0;
        padding-top: 7rem;
        background-size: auto 75px;
    }

    .l-recommendation-notice {
        font-size: 1.4rem;
        text-align: center;
    }

    .l-recommendation-table {
        overflow-y: scroll;
    }

    .l-recommendation-table table th.l-recommendation-table-sticky-row {
        position: sticky;
        position: -webkit-sticky;
        left: 0;
        z-index: 8;
        padding: 0 0 0 1rem;
        width: 20vw;
        height: auto;
        line-height: 1.3;
        border-left: solid 1px #ccc;
        white-space: break-spaces;
    }

    .l-recommendation-table table tr {
        height: 10rem;
    }

    .l-recommendation-table table tr:nth-child(1) {
        /* height: 17rem; */
    }

    .l-recommendation-table table th {
        font-size: 1.5rem;
    }

    .l-recommendation-table table td {
        font-size: 1.6rem;
    }

    .l-recommendation-table table th.l-recommendation-table-column {
        font-size: 2rem;
        line-height: 1.3;
        width: 278px;
    }

    .l-recommendation-table table th.l-recommendation-table-sticky-row::before {
        left: 0.5rem;
        width: 30px;
        height: 30px;
    }

    .l-comparison-area {
        margin-top: 0rem;
        padding: 8rem 0 3rem 0;
        background-position: left top -15px, right bottom -60px;
        background-size: auto 75px, auto 75px;
    }

    .l-comparison-area::after {
        border-width: 0 calc(100vw) 54px 0;
    }

    .l-comparison-box {
        margin-bottom: 9rem;
        padding: 3rem 1rem 1rem;
    }

    .l-comparison-box .catch {
        font-size: 2.2rem;
    }

    .l-comparison-catch {
        font-size: 2rem;
        margin-top: 2rem;
    }

    .l-comparison-box .l-recommendation-table {
        overflow: inherit;
    }

    .l-comparison-box .l-recommendation-table tr, .l-comparison-box .l-recommendation-table th, .l-comparison-box .l-recommendation-table td {
        display: block;
        width: 100%;
        height: auto;
    }

    .l-comparison-box .l-recommendation-table table th.l-recommendation-table-sticky-row {
        position: relative;
        padding: 2rem;
        /* min-height: 50px; */
        width: 100%;
        border-left: solid 0px #ccc;
        display: flex;
        align-items: center;
        height: auto;
        font-size: 1.8rem;
    }

    .l-comparison-box .l-recommendation-table td {
        border: none;
        font-size: 14px;
        padding: 1rem 0 2rem;
    }

    .l-comparison-box .l-recommendation-table table tr:nth-child(1) {
        height: auto;
    }

    .l-comparison-box .table-layout table {
        margin: 0 auto 3rem;
    }

    .l-comparison-img-wrap {
        flex-flow: row wrap;
        margin: 2rem auto 0;
    }

    .l-comparison-img-wrap .img {
        padding: 0;
        width: 100%;
        text-align: center;
        position: static;
    }

    .l-comparison-area .diagonal-title {
        font-size: 2rem;
    }

    .l-features-area {
        padding: 8rem 0 3rem 0;
        background-position: left bottom -60px, right top -15px;
        background-size: auto 75px, auto 125px;
    }

    .l-pr-area {
        padding: 0;
        background-size: 150%;
    }

    .l-pr-area-inner {
        padding: 5rem 0 3rem;
        background-position: right top -15px, left bottom -60px;
        background-size: auto 75px, auto 75px;
    }

    .l-pr-area.type-lower .l-pr-area-inner {
        background-size: auto 75px;
    }

    .l-pr-area .float-wrap {
        margin: -0.6rem 0 1rem;
        width: 100%;
        font-size: 1.4rem;
    }

    .l-pr-area .float-wrap .float-img.fl {
        float: none;
        margin: 0 auto 20px;
        width: 100%;
    }

    .l-list-area {
        padding: 8rem 0 3rem 0;
        margin-top: 0rem;
        /* background-position: left top -15px, right bottom -60px; */
        /* background-size: auto 75px, auto 75px; */
        background: none;
    }

    .l-list-area.l-list-area--knowledge {
        background-position: left top -15px;
        background-size: auto 75px;
    }
}

@media screen and (max-width: 320px) {
    .l-mv-title {
        font-size: 1.7rem !important;
        line-height: 1.4;
    }
}
