/*
Theme Name: mama-school
Theme URL: テーマのサイトのURI
Description: テーマの説明文
Author: 作者の名前
Version: 99999999999
Tags: テーマの特徴を表すタグ（カンマ区切り/オプション）
License: テーマのライセンス
License URI: テーマのライセンスのURI
*/

@charset "UTF-8";


html {
    scroll-behavior: smooth;
    font-size: 62.5%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/* body {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
} */



.sp-only {
    display: none;
}

.ssp-only {
    display: none;
}

.ssssp-only {
    display: none;
}

.sp1000-only {
    display: none;
}

.sp700-only {
    display: none;
}

.sp450-only {
    display: none;
}

.sp470-only {
    display: none;
}

.sp436-only {
    display: none;
}



@media (max-width:1000px) {
    .sp1000-only {
        display: block;
    }
}

@media (max-width:700px) {
    .sp700-only {
        display: block;
    }
}

@media (max-width:450px) {
    .sp450-only {
        display: block;
    }
}

@media (max-width:470px) {
    .sp470-only {
        display: block;
    }
}

@media (max-width:436px) {
    .sp436-only {
        display: block;
    }
}

.sp768-only {
    display: none;
}

@media (max-width:768px) {
    .sp768-none {
        display: none;
    }
}

.sp375-only {
    display: none;
}

@media (max-width:391px) {
    .sp-none391 {
        display: none;
    }
}

@media (max-width:362px) {
    .sp-none362 {
        display: none;
    }
}



/* --------------------------------header---------------------------------------- */
/* --------------------------------header---------------------------------------- */
/* --------------------------------header---------------------------------------- */

#global_header {
    transition: all 0.5sec;
}

#global_header.scrolled {
    position: fixed;
    top: 0;
    z-index: 2;
    opacity: 1;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
}

.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1500ms;
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}


.header-image {
    width: 100%;
    /* height: 600px; */
    margin: 0 auto;
    object-fit: cover;
    /* overflow: hidden;
    position: relative; */
}

.header-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    /* transform: scale(1.0);
    position: absolute;
    margin: 0 auto;
    object-fit: contain;
    top: 0;
    left: 0; */
}


.header-inner {
    margin: 20px auto;
}

.header-logo {
    width: 15%;

}

.header-logo a {
    text-decoration: none;
    text-align: right;
}

.header-logo img {
    width: 100%;

}


.header-nav-list ul {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    margin: 0 auto;
}

.header-nav-list ul li {
    font-family: "Noto Serif JP", serif;
    color: rgb(64, 48, 30);
    list-style: none;
    margin-right: 4%;
    padding: 10px 0;
}

.header-nav-list ul li:hover {
    color: rgb(12, 9, 5);
}

@media (max-width:1200px) {
    .header-nav-list ul li {
        margin-right: 3%;
    }
}

.header-nav-list ul li a {
    font-size: 1.8rem;
    display: inline-block;
    text-decoration: none;
    color: #333;
    position: relative;
}

.header-nav-list ul li:first-child a::after {
    border-bottom: unset;
}

.header-nav-list ul li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    color: #c2bbaf;
    bottom: -5px;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
    border-bottom: 1.5px solid #c2bbaf;
}

.header-nav-list ul li a:hover::after {
    transform: scale(1, 1);
    opacity: 0.7;
    cursor: pointer;
}

@media (max-width:1200px) {
    .header-nav-list ul li a {
        font-size: 1.6rem;
    }
}




.header-right-text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Sawarabi Mincho', serif;
    font-size: 1.6rem;
    margin-left: 60%;
}

/* ------------------------------hamburger ------------------------- */
/* ------------------------------hamburger ------------------------- */
/* ------------------------------hamburger ------------------------- */
/* ------------------------------hamburger ------------------------- */
/* ------------------------------hamburger ------------------------- */


@media screen and (min-width:821px) {
    .pc-none {
        display: none;
    }
}

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

    .hamburger {
        display: block;
        position: fixed;
        z-index: 999;
        right: 13px;
        top: 12px;
        /* width: 42px;
        height: 42px; */
        width: 55px;
        height: 55px;
        cursor: pointer;
        text-align: center;
        /* background-color: rgba(255, 255, 255, 0.8); */
    }

    .hamburger span {
        display: block;
        position: absolute;
        /* width: 30px;
        height: 2px;
        left: 6px; */
        /* width: 39px; */
        width: 35px;
        height: 4px;
        left: 11px;
        border-radius: 4px;
        background: #40301e;
        ;
        ;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        /* top: 10px; */
        /* top: 13px; */
        top: 15px;
    }

    .hamburger span:nth-child(2) {
        /* top: 20px; */
        top: 26px;
    }

    .hamburger span:nth-child(3) {
        /* top: 30px; */
        /* top: 39px; */
        top: 37px;
    }

    /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        /* top: 16px; */
        top: 25px;
        left: 11px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        /* top: 16px; */
        top: 25px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    nav.globalMenuSp {
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        color: #fff;
        /* background: #ffffffd2; */
        background: rgba(255, 255, 255, 0.945);
        text-align: center;
        transform: translateX(100%);
        transition: all 0.6s;
        width: 100%;
        height: 100%;
        padding-top: 75px;
    }

    nav.globalMenuSp ul {
        text-align: center;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    nav.globalMenuSp ul li {
        list-style-type: none;
        padding: 0;
        width: 80%;
        margin: 0 auto;
        /* border-bottom: 1px solid #fff; */
    }

    nav.globalMenuSp ul li a .nav-top {
        font-size: 1.0rem;
    }

    nav.globalMenuSp ul li a .nav-bottom {
        font-size: 1.6rem;
    }



    nav.globalMenuSp ul li:last-child {
        padding-bottom: 0;
    }

    nav.globalMenuSp ul li:hover {
        background: #ddd;
    }

    nav.globalMenuSp ul li a {
        font-family: "Noto Serif JP", serif;
        color: rgb(64, 48, 30);
        font-size: 1.6rem;
        display: inline-block;
        /* color: #40301e; */
        padding: 1.2em 0;
        text-decoration: none;
        position: relative;
    }

    /* nav.globalMenuSp ul li a::after {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        color: #333;
        bottom: 5px;
        transform: scale(0, 1);
        transform-origin: center top;
        transition: transform 0.3s;
        border-bottom: 1.5px solid #333;
    }

    nav.globalMenuSp ul li a:hover::after {
        transform: scale(1, 1);
        opacity: 0.7;
        cursor: pointer;
    } */



    /* このクラスを、jQueryで付与・削除する */
    nav.globalMenuSp.active {
        transform: translateX(0%);
    }

    .globalMenuSp .globalMenuSp-icon img {
        width: 30px;
        height: 30px;
        margin: 0 auto;
    }


}

@media (max-width: 500px) {
    nav.globalMenuSp ul li a {
        font-size: 1.4rem;
        display: inline-block;
        color: #40301e;
        padding: 1em 0;
        text-decoration: none;
    }

    nav.globalMenuSp {
        position: fixed;
        z-index: 998;
        top: 0;
        left: 0;
        color: #40301e;
        text-align: center;
        transform: translateX(100%);
        transition: all 0.6s;
        width: 100%;
        height: 90%;
        padding-top: 75px;
    }
}

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

.top-sec01 {
    width: 100%;
    margin: 100px auto 200px;
    text-align: center;
}

.top-sec01-flame {
    max-width: 200px;
    width: 80%;
    margin: 0 auto 50px;
}

.top-sec01-flame img {
    width: 100%;
    margin: 0 auto;
}

.top-sec01-title h2 {
    font-size: 4rem;
    font-family: 'Zen Old Mincho', serif;
    color: #6C6C6C;
    margin-bottom: 70px;
    letter-spacing: 2px;
}

.top-sec01-text-top {
    font-size: 1.8rem;
    font-family: 'Noto Serif JP', serif;
    line-height: 2;
    letter-spacing: 2px;
    margin-bottom: 70px;
    color: #6F6262;
}

.top-sec01-text-top img {
    max-width: 260px;
}

.top-sec01-text-bottom {
    font-size: 1.8rem;
    font-family: 'Noto Serif JP', serif;
    line-height: 2;
    letter-spacing: 2px;
    margin-bottom: 150px;
    color: #6F6262;
}

.top-sec01-benefits {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.top-sec01-benefits-box {
    width: 100%;
    margin-bottom: 6rem;
}

.top-sec01-benefits-box p {
    font-size: 2rem;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 3.5rem;
}

@media (max-width: 768px) {
    .top-sec01-benefits-box p {
        font-size: 3.75vw;
    }
}

.top-sec01-benefits-left,
.top-sec01-benefits-right {
    background: url('./img/present-bg.png')no-repeat;
    background-position: center;
    background-size: cover;
    width: 80%;
    position: relative;
    padding: 20px;
    margin: 0 auto;
    margin-bottom: 5.5rem;
    box-shadow: 8px 7px 10px 0px rgba(158, 158, 158, 0.4);
}

.top-sec01-benefits-left::before {
    display: block;
    content: '';
    position: absolute;
    background: url('./img/seminar-logo.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 36%;
    height: 41px;
    top: -5%;
    left: -8%;
    transform: rotate(0deg);
}


@media (max-width: 950px) {
    .top-sec01-benefits-left::before {
        width: 40%;
    }
}


@media (max-width: 830px) {
    .top-sec01-benefits-left::before {
        top: -5%;
    }
}

@media (max-width: 768px) {
    .top-sec01-benefits-left::before {
        top: -6%;
        left: -9%;
    }
}

@media (max-width: 500px) {
    .top-sec01-benefits-left::before {
        left: -8%;
    }
}

@media (max-width: 360px) {
    .top-sec01-benefits-left::before {
        width: 33%;
        top: 10px;
    }
}

/* .top-sec01-benefits-left:hover::before {
    display: block;
    animation-name: fadeInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
} */

.top-sec01-benefits a {
    display: block;
    width: 85%;
    margin: 0 auto;
    text-decoration: none;
}

.top-sec01-benefits a img {
    max-width: 100%;
    filter: drop-shadow(4px 4px 5px rgba(160, 160, 160, 0.6));
}

/* .top-sec01-benefits-left:hover::before {
    display: block;
} */

.top-sec01-benefits-left a {
    text-decoration: none;
}

.top-sec01-benefits-left-title,
.top-sec01-benefits-right-title {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 35px 0;
    border-radius: 7px;
}

.top-sec01-benefits-left-title h3,
.top-sec01-benefits-right-title h3 {
    margin-bottom: 2.5rem;
    font-size: 2vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    color: #000;
    text-align: center;
}

@media (min-width: 1020px) {

    .top-sec01-benefits-left-title h3,
    .top-sec01-benefits-right-title h3 {
        font-size: 21px;
    }
}

@media (max-width: 768px) {

    .top-sec01-benefits-left-title h3,
    .top-sec01-benefits-right-title h3 {
        font-size: 3.5vw;
    }
}

.top-sec01-benefits-left-title p,
.top-sec01-benefits-right-title p {
    margin-bottom: 0;
    font-size: 2vw;
}

@media (min-width: 1020px) {

    .top-sec01-benefits-left-title p,
    .top-sec01-benefits-right-title p {
        font-size: 21px;
    }
}

@media (max-width: 768px) {

    .top-sec01-benefits-left-title p,
    .top-sec01-benefits-right-title p {
        font-size: 3.5vw;
    }
}

.top-sec01-benefits-left-image,
.top-sec01-benefits-right-image {
    width: 88px;
    position: absolute;
    top: 74%;
    left: 85%;
}

@media (max-width: 900px) {

    .top-sec01-benefits-left-image,
    .top-sec01-benefits-right-image {
        top: 70%;
        left: 80%;
    }
}

.top-sec01-benefits-left-image img,
.top-sec01-benefits-right-image img {
    width: 100%;
}

.top-sec01-benefits-right::before {
    display: block;
    content: '';
    position: absolute;
    background: url('./img/present-logo.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 34%;
    height: 35px;
    top: -3%;
    left: -7%;
    transform: rotate(0deg);
}


/* .top-sec01-benefits-right:hover:before {
    display: block;
    animation-name: fadeInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
} */

/* @keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
} */

@media (max-width: 950px) {
    .top-sec01-benefits-right::before {
        width: 40%;
    }
}

@media (max-width: 830px) {
    .top-sec01-benefits-right::before {
        top: -4%;
    }
}

@media (max-width: 500px) {
    .top-sec01-benefits-right::before {
        left: -6%;
    }
}

.top-sec01-benefits-right a {
    text-decoration: none;
}

.top-sec01-present {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fdf8f8;
    text-align: left;
    font-family: 'Noto Serif JP', serif;
}

.top-sec01-present-img {
    width: 20%;
}

.top-sec01-present-img img {
    max-width: 100%;
}

.top-sec01-present-txt h4 {
    font-weight: normal;
    font-size: 2.5rem;
    margin-bottom: 1.8rem;
}

.top-sec01-present-txt p {
    font-size: 1.8rem;
}

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

.top-sec02 {
    width: 100%;
    margin: 0 auto;
}

.top-sec02-sub {
    padding: 30px 0;
    background: url('./img/sec-back.png')no-repeat;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.white-bg {
    width: 90%;
    padding: 40px 0;
    margin: 0 auto;
    background-color: #fff;
}

.crown-01,
.crown-02,
.crown-03 {
    width: 15%;
}

.crown-01 img,
.crown-02 img,
.crown-03 img {
    max-width: 100%;
}

.media-01,
.media-02,
.media-03 {
    width: 20%;
}

.media-img {
    width: 80%;
    margin: 0 auto;
}

.media-img img {
    max-width: 100%;
}

.media-01 p,
.media-02 p,
.media-03 p {
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.4;
}

.crown-01-text p {
    margin-bottom: 2rem;
    font-size: 3rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    color: #463F3F;
    line-height: 1.8;
    letter-spacing: 2px;
}

.top-sec02-crown-image {
    display: flex;
    justify-content: center;
    gap: 7%;
}

.top-sec02-inner {
    max-width: 1120px;
    width: 90%;
    margin: 200px auto 100px;
}

.top-sec02-inner-title {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.top-sec02-inner-title::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: -4%;
    height: 150px;
    border-left: 1px solid #775B5B;
}

.top-sec02-inner-title h3 {
    font-size: 4rem;
    color: #50524F;
    font-family: "ltc-bodoni-175", serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    letter-spacing: 2px;
    left: -2%;
}

@media (max-width: 500px) {
    .top-sec02-inner-title h3 {
        font-size: 3rem;
    }
}

.top-sec02-left {
    width: 50%;
    margin-top: 100px;
}

.top-sec02-left-title {
    margin-left: 5%;
}

.top-sec02-left-title h4 {
    font-size: 3.5rem;
    font-family: 'Zen Old Mincho', serif;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #67605B;
    margin-bottom: 50px;
}

.top-sec02-left-title p {
    font-size: 2rem;
    font-family: 'Zen Old Mincho', serif;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #6F6262;
    margin-bottom: 50px;
}

.top-sec02-right {
    width: 50%;
    margin-left: 5%;
}

.top-sec02-right-img img {
    width: 100%;
}

.tv {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.tv-txt {
    position: relative;
    margin-bottom: 2rem;
    font-size: 2.5rem;
    font-family: 'Zen Old Mincho', serif;
    color: #50524F;
}

.tv-txt::after {
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    left: 95%;
    width: 50px;
    height: 50px;
    background-image: url('./img/sec02-tv.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.tv-link .top-sec03-button-arrow {
    width: 35%;
    padding: 20px 25px;
}

.tv-link .top-sec03-button-arrow::after {
    top: 17px;
}

.tv-img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    width: 50%;
}

.tv-img div:first-child {
    text-align: right;
}

.tv-img img {
    width: 40%;
}

.tv-img div:last-child img {
    width: 50%;
}

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

.top-sec03 {
    max-width: 1120px;
    width: 90%;
    margin: 200px auto 100px;
}

@media (max-width: 500px) {
    .top-sec03 {
        margin: 150px auto 100px;
    }
}

.top-sec03-inner {
    width: 90%;
    margin: 0 auto;
}

/* ------------------------------- */
/* ------------------------------- */
/* ------------------------------- */
.top-sec03-inner-title {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.top-sec03-inner-title h3 {
    font-size: 4rem;
    color: #50524F;
    font-family: "ltc-bodoni-175", serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    letter-spacing: 2px;
    left: -2%;
}

.top-sec03-inner-title-bottom p {
    max-width: 1100px;
    width: 90%;
    padding-top: 10px;
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    line-height: 1.5;
    color: #2B2B2B;
    margin-left: 3%;

}

@media (max-width: 768px) {
    .top-sec03-inner-title-bottom p {
        margin-left: 5%;
    }
}

@media (max-width: 500px) {
    .top-sec03-inner-title h3 {
        font-size: 3rem;
    }
}

.top-sec03-inner-title::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: -4%;
    height: 150px;
    border-left: 1px solid #775B5B;
}

@media (max-width: 500px) {
    .top-sec03-inner-title::after {
        height: 120px;
        bottom: 0;
    }
}



@media (max-width: 500px) {
    .top-sec03-inner-title p {
        font-size: 1.5rem;
    }
}

/* ------------------------------- */
/* ------------------------------- */
/* ------------------------------- */
.customer-title {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.customer-title h3 {
    font-size: 3.5rem;
    color: #50524F;
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: normal;
    position: relative;
    letter-spacing: 2px;
    left: -2%;
}

@media (max-width: 500px) {
    .customer-title h3 {
        font-size: 3rem;
    }
}

.customer-title::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: -4%;
    height: 150px;
    border-left: 1px solid #775B5B;
}

.customer-title p {
    margin-top: 20px;
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    line-height: 1.5;
    color: #2B2B2B;
}

@media (max-width: 500px) {
    .customer-title p {
        font-size: 1.5rem;
    }
}

.top-sec03-inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}

.top-sec03-left {
    width: 50%;
    margin-top: 100px;
    margin-bottom: 100px;
}

.top-sec03-left-title {
    margin-left: 20%;
}

@media (max-width:1050px) {
    .top-sec03-left-title {
        margin-left: 15%;
    }
}

@media (max-width:850px) {
    .top-sec03-left-title {
        margin-left: 10%;
    }
}

.top-sec03-left-title h4 {
    font-size: 3.5rem;
    font-family: 'Zen Old Mincho', serif;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #67605B;
    margin-bottom: 50px;
}

.top-sec03-left-title p {
    font-size: 1.6rem;
    font-family: 'Zen Old Mincho', serif;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #6F6262;
    margin-bottom: 50px;
}

.top-sec03-button a {
    text-decoration: none;
    color: #67605B;
    width: 100%;
    margin: 0 auto;
}

.top-sec03-button-inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -10%;
}

@media (max-width:1050px) {
    .top-sec03-left-title h4 {
        font-size: 3rem;
    }

    .top-sec03-button-inner {
        margin-left: -12%;
    }
}

@media (max-width:850px) {
    .top-sec03-button-inner {
        margin-left: -16%;
    }
}

@media (max-width:768px) {
    .top-sec03-button-inner {
        margin-left: 0;
    }
}

.top-sec03-button-arrow {
    width: 20%;
    padding: 25px;
    margin-right: 20px;
    border: 1px solid #cfaeb5;
    /* border: 1px solid #D895A5; */
    border-radius: 30px;
    position: relative;
}

.top-sec03-button-arrow:hover {
    border: 1px solid #fff;
    background-color: #cfaeb5;
    /* background-color: #D895A5; */
}

.top-sec03-button-arrow::before {
    content: '';
    position: absolute;
    width: 35%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-bottom: 1px solid #D895A5;
}

.top-sec03-button-arrow:hover::before {
    border-bottom: 1px solid #fff;
}

.top-sec03-button-arrow::after {
    content: '';
    position: absolute;
    width: 18%;
    top: 22px;
    left: 50%;
    transform: rotate(15deg);
    border-bottom: 1px solid #D895A5;
}

.top-sec03-button-arrow:hover::after {
    border-bottom: 1px solid #fff;
}

.top-sec03-button-arrow img {
    width: 100%;
}

.top-sec03-button-text p {
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    letter-spacing: 1px;
    color: #6F6262;
}

@media (max-width: 500px) {
    .top-sec03-button-text p {
        font-size: 1.4rem;
    }
}

.top-sec03-button-text p:hover {
    color: #272422;
}

.top-sec03-right {
    width: 50%;
    margin: 0 auto;
    display: flex;
    position: relative;
    justify-content: space-between;
}

@media (max-width: 885px) {
    .top-sec03-right {
        justify-content: unset;
    }

}

.top-sec03-right-img-left {
    margin-top: -50px;
    width: 40%;
}

.top-sec03-right-img-left img {
    width: 100%;
}

.top-sec03-right-img-right {
    width: 50%;
    margin-top: 200px;
}

.top-sec03-right-img-right img {
    width: 100%;
}

.top-sec03-right::after {
    content: '';
    position: absolute;
    background: url('./img/voice-back.png')no-repeat;
    background-position: center;
    background-size: cover;
    width: 50%;
    height: 250px;
    top: 110px;
    left: 15%;
    z-index: -1;
}

@media (max-width: 985px) {
    .top-sec03-right::after {
        content: '';
        position: absolute;
        background: url('./img/voice-back.png')no-repeat;
        background-position: center;
        background-size: cover;
        width: 40%;
        height: 180px;
        top: 110px;
        left: 15%;
        z-index: -1;
    }
}

@media (max-width: 885px) {
    .top-sec03-right::after {
        content: '';
        position: absolute;
        background: url('./img/voice-back.png')no-repeat;
        background-position: center;
        background-size: cover;
        width: 30%;
        height: 120px;
        top: 110px;
        left: 15%;
        z-index: -1;
    }
}

/* -------------------------top-se04------------------------ */
/* -------------------------top-se04------------------------ */
/* -------------------------top-se04------------------------ */
/* -------------------------top-se04------------------------ */
/* -------------------------top-se04------------------------ */

.top-se04-bg {
    background-color: #F6ECE3;
    padding: 100px 0;
    margin-bottom: 118px;
}

.top-sec04-title-image {
    max-width: 1120px;
    width: 90%;
    margin: 0 auto 70px;

}

@media (max-width: 500px) {
    .top-sec04-title-image {
        margin: 0 auto 50px;
    }
}

/* ------------------------------- */
/* ------------------------------- */
/* ------------------------------- */
/* ------------------------------- */
.top-sec04-title {
    width: 50%;
    position: relative;
    padding-left: 10px;
}

@media (max-width: 1100px) {
    .top-sec04-title {
        width: 57%;
    }
}

@media (max-width: 970px) {
    .top-sec04-title {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .top-sec04-title {
        width: 74%;
    }
}

/* ------------------------------- */
/* ------------------------------- */
/* ------------------------------- */
/* ------------------------------- */
.top-sec04-title-image-title {
    width: 50%;
    padding-left: 10px;
}

@media (max-width: 1100px) {
    .top-sec04-title-image-title {
        width: 57%;
    }
}

@media (max-width: 970px) {
    .top-sec04-title-image-title {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .top-sec04-title-image-title {
        width: 74%;
    }
}

.top-sec04-title-image-title img {
    width: 100%;
    object-fit: cover;

}


.top-sec04-title h3 {
    font-size: 3.5rem;
    font-family: 'Zen Old Mincho', serif;
    font-weight: bold;
    letter-spacing: 2px;
    /* color: #5F5F5F; */
    color: #6E6B6B;
}

@media (max-width: 648px) {
    .top-sec04-title h3 {
        font-size: 3rem;
    }
}

@media (max-width: 375px) {
    .top-sec04-title h3 {
        font-size: 2.8rem;
    }
}

.top-sec04-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -2%;
    height: 150px;
    border-left: 1px solid #775B5B;
}

@media (max-width: 648px) {
    .top-sec04-title::after {
        height: 120px;
    }
}

.top-se04-inner {
    background-color: #fff;
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
}

.top-se04-inner-title h4 {
    font-size: 2rem;
    font-family: 'LTC Bodoni 175 Pro', sans-serif;
    font-weight: normal;
    color: #C6A5A5;
    margin-bottom: 30px;
    letter-spacing: 1.5px;
}

.top-se04-inner-title h3 {
    font-size: 3rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    color: #6E6B6B;
    margin-bottom: 80px;
    letter-spacing: 2px;
}

.top-se04-inner-text {
    font-size: 1.6rem;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    letter-spacing: 1.4px;
    line-height: 2;
    color: #6F6262;
}

/* -------------------------top-se05------------------------ */
/* -------------------------top-se05------------------------ */
/* -------------------------top-se05------------------------ */
/* -------------------------top-se05------------------------ */
/* -------------------------top-se05------------------------ */

.top-sec05 {
    max-width: 1120px;
    width: 90%;
    margin: 0 auto 200px;
}

.top-sec05-top-content {
    max-width: 1200px;
    width: 100%;
    margin: 100px auto;
    display: flex;
    justify-content: center;
}

.top-sec05-top-title {
    width: 48%;
}

.top-sec05-top-title h3 {
    font-size: 3rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    margin-bottom: 70px;
    letter-spacing: 5px;
    line-height: 1.5;
    color: #6E6B6B;
}

.top-sec05-top-text {
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', serif;
    line-height: 2;
    letter-spacing: 1px;
    color: #444141;
}

@media (max-width:500px) {
    .top-sec05-top-text {
        font-size: 1.4rem;
    }
}

.top-sec05-top-image {
    width: 30%;
    position: relative;
}


.top-sec05-top-image img {
    width: 100%;
    position: relative;
}

.top-sec05-top-image::after {
    content: '';
    position: absolute;
    background: url('./img/voice-back.png')no-repeat;
    background-size: cover;
    background-position: center;
    top: 390px;
    left: 64%;
    width: 240px;
    height: 240px;
    z-index: -1;
}

@media (max-width: 1250px) {
    .top-sec05-top-image::after {
        top: 440px;
        left: 54%;
        width: 200px;
        height: 200px;
        z-index: -1;
    }
}

@media (max-width: 1083px) {
    .top-sec05-top-image::after {
        top: 390px;
        left: 54%;
        width: 200px;
        height: 200px;
        z-index: -1;
    }
}

@media (max-width: 975px) {
    .top-sec05-top-image::after {
        top: 350px;
    }
}

@media (max-width: 900px) {
    .top-sec05-top-image::after {
        top: 320px;
        left: 54%;
        width: 150px;
        height: 150px;
        z-index: -1;
    }
}


.top-sec05-bottom-content {
    max-width: 1100px;
    width: 100%;
    margin: 100px auto;
    display: flex;
    justify-content: center;
}

.top-sec05-bottom-title {
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.top-sec05-bottom-title h3 {
    font-size: 3rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    margin-bottom: 70px;
    letter-spacing: 5px;
    line-height: 1.5;
    color: #6E6B6B;
}

.top-sec05-bottom-text {
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', serif;
    line-height: 2;
    letter-spacing: 1px;
    color: #444141;
}

@media (max-width:500px) {
    .top-sec05-bottom-text {
        font-size: 1.4rem;
    }
}

.top-sec05-bottom-image {
    width: 30%;
    position: relative;
}

.top-sec05-bottom-image::after {
    content: '';
    position: absolute;
    background: url('./img/voice-back.png')no-repeat;
    background-size: cover;
    background-position: center;
    top: 320px;
    left: -16%;
    width: 240px;
    height: 240px;
    z-index: -1;
}

@media (max-width: 1057px) {
    .top-sec05-bottom-image::after {
        top: 300px;
        left: -16%;
        width: 200px;
        height: 200px;
        z-index: -1;
    }
}

@media (max-width: 915px) {
    .top-sec05-bottom-image::after {
        top: 290px;
        left: -16%;
        width: 150px;
        height: 150px;
        z-index: -1;
    }
}

.top-sec05-bottom-image img {
    width: 100%;
}

/* ------------------top-sec06------------------------- */
/* ------------------top-sec06------------------------- */
/* ------------------top-sec06------------------------- */
/* ------------------top-sec06------------------------- */
/* ------------------top-sec06------------------------- */

.top-sec06 {
    margin-bottom: 136px;
}

.top-sec06-bg {
    background-color: #F6ECE3;
    padding: 100px 0;
}

@media (max-width: 820px) {
    .top-sec06-bg {
        background-color: #F6ECE3;
        padding: 100px 0 70px;
    }
}

.top-sec06-title {
    max-width: 1120px;
    width: 92%;
    margin: 0 auto;
}

.top-sec06-container {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.top-sec06-box {
    width: 30%;
}

.top-sec06-box-flame {
    background: url('./img/selects-flame.png')no-repeat;
    background-position: center;
    background-size: contain;
    width: 320px;
    height: 320px;
    margin: 100px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1050px) {
    .top-sec06-box-flame {
        width: 280px;
        height: 280px;
    }
}

@media (max-width: 930px) {
    .top-sec06-box-flame {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 820px) {
    .top-sec06-box-flame {
        width: 220px;
        height: 220px;
    }
}

.top-sec06-box-title {
    text-align: center;
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: normal;
}

.top-sec06-box-title h4 {
    font-size: 2rem;
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: normal;
    margin-bottom: 5px;
}

.top-sec06-box-title h3 {
    font-size: 2.5rem;
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: normal;
}

.top-sec06-box-text p {
    margin-top: 30px;
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
}

.top-sec06-button {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.top-sec06-button a {
    text-decoration: none;
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: normal;
    font-size: 1.6rem;
    padding: 25px 0;
    width: 300px;
    color: #6F6262;
    background-color: #fff;
    border: 1px solid #cfaeb5;
    /* border: 1px solid #DEA2A2; */
    position: relative;
    letter-spacing: 1px;
}

@media screen and (max-width:500px) {
    .top-sec06-button a {
        width: 260px;
        font-size: 1.4rem;
    }
}

.top-sec06-button a:hover {
    background-color: #cfaeb5;
    border: 1px solid #fff;
    color: #fff !important;
}

.top-sec06-button a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 280px;
    height: 46px;
    border: 1px solid #cfaeb5;
}

@media screen and (max-width:500px) {
    .top-sec06-button a::after {
        width: 240px;
    }
}

.top-sec06-button a:hover::after {
    border: 1px solid #fff;
}

/* ------------------top-sec07------------------------- */
/* ------------------top-sec07------------------------- */
/* ------------------top-sec07------------------------- */
/* ------------------top-sec07------------------------- */
/* ------------------top-sec07------------------------- */



.top-sec07 {
    width: 100%;
    margin: 0 auto;
}

.top-sec07-title {
    max-width: 1120px;
    width: 92%;
    margin: 0 auto;
}

.top-sec07-content {
    max-width: 1100px;
    width: 100%;
    margin: 100px auto 250px;
}

.top-sec07-content-top {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*  */
.top-sec07-content-top-box {
    background: url('./img/method-01.png');
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 370px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media (max-width: 500px) {
    .top-sec07-content-top-box {
        height: 330px;
    }
}



.font {
    width: 100%;
}

.font h3 {
    padding-left: 15%;
    color: #fff;
    margin: 70px auto 50px;
    font-size: 5rem;
    font-family: 'Zen Old Mincho', serif;
    font-weight: bold;
}

.top-sec07-content-top-box-list {
    background-color: rgba(255, 255, 255, 0.6);
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
}

.top-sec07-content-top-box-list p {
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    padding: 30px 100px 30px 20px;
    line-height: 1.5;
    color: #353333;
}

@media (max-width: 1125px) {
    .top-sec07-content-top-box-list p {
        padding: 30px 20px 30px 20px;
    }
}


/*  */
.top-sec07-content-second-box {
    background: url('./img/method-02.png');
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 370px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;

}

@media (max-width: 500px) {
    .top-sec07-content-second-box {
        height: 330px;
    }
}

.font {
    width: 100%;
}

.font h3 {
    color: #fff;
    margin-top: 70px;
    margin-bottom: 50px;
    margin-left: 5%;
    font-size: 5rem;
    font-family: 'Zen Old Mincho', serif;
    font-weight: bold;
}

.top-sec07-content-second-box-list {
    background-color: rgba(255, 255, 255, 0.6);
}

.top-sec07-content-second-box-list p {
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    padding: 30px 100px 30px 20px;
    line-height: 1.5;
    color: #353333;
}

@media (max-width: 1125px) {
    .top-sec07-content-second-box-list p {
        padding: 30px 20px 30px 20px;
    }
}

/*  */
.top-sec07-content-third-box {
    background: url('./img/method-03.png');
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 370px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

@media (max-width: 500px) {
    .top-sec07-content-third-box {
        height: 330px;
    }
}

.font h3 {
    color: #fff;
    margin: 70px auto 50px;
    font-size: 5rem;
    font-family: 'Zen Old Mincho', serif;
    font-weight: bold;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.top-sec07-content-third-box-list {
    background-color: rgba(255, 255, 255, 0.6);
}

.top-sec07-content-third-box-list p {
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    padding: 30px 90px 30px 20px;
    line-height: 1.5;
    color: #353333;
    text-shadow: none;
}

@media (max-width: 1125px) {
    .top-sec07-content-third-box-list p {
        padding: 30px 20px 30px 20px;
    }
}

.top-sec07-content-bottom {
    display: flex;
}

.top-sec07-content-bottom-box {
    background: url('./img/method-04.png');
    background-position: center;
    background-size: cover;
    width: 70%;
    height: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 60px;
}

@media (max-width: 500px) {
    .top-sec07-content-bottom-box {
        height: 250px;
    }
}

.font-mama {
    margin-left: 8%;
}

.font-mama h3 {
    width: 100%;
    font-size: 5rem;
    color: #fff;
    font-family: 'Zen Old Mincho', serif;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.top-sec07-content-bottom-box-list {
    background-color: rgba(255, 255, 255, 0.6);
}

.top-sec07-content-bottom-box-list p {
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    padding: 20px 80px 20px 20px;
    line-height: 1.5;
    color: #353333;
}

.top-sec07-button {
    width: 30%;
    background-color: #F1E9E8;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
}

.top-sec07-button-text:hover {
    color: #181616;
}

.top-sec07-button a {
    text-decoration: none;
    color: #6F6262;
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
}

.top-sec07-button-bg {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}


.top-sec07-button-arrow {
    /* border: 1px solid #D895A5; */
    border: 1px solid #cfaeb5;
    width: 80px;
    padding: 20px;
    border-radius: 30px;
    margin-right: 20px;
    position: relative;
}

.top-sec07-button-arrow:hover {
    /* background-color: #D895A5; */
    background-color: #cfaeb5;
}

.top-sec07-button-arrow::before {
    content: '';
    position: absolute;
    text-align: center;
    /* border-bottom: 1px solid #D895A5; */
    border-bottom: 1px solid #cfaeb5;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.top-sec07-button-arrow:hover::before {
    border-bottom: 1px solid #fff;
}

.top-sec07-button-arrow::after {
    content: '';
    position: absolute;
    text-align: center;
    /* border-bottom: 1px solid #D895A5; */
    border-bottom: 1px solid #cfaeb5;
    width: 20px;
    top: 17px;
    left: 54%;
    transform: rotate(12deg);
}

.top-sec07-button-arrow:hover::after {
    border-bottom: 1px solid #fff;
}

/* ---------------------------top-sec08---------------------------- */
/* ---------------------------top-sec08---------------------------- */
/* ---------------------------top-sec08---------------------------- */
/* ---------------------------top-sec08---------------------------- */
/* ---------------------------top-sec08---------------------------- */



.top-sec08 {
    max-width: 1120px;
    width: 90%;
    margin: 0 auto 200px;
}

.top-sec08-button {
    text-align: center;
}

.top-sec08-button a {
    text-decoration: none;
    color: #6F6262;
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    max-width: 230px;
    width: 90%;
    padding: 20px 0;
    border: 1px solid #c0a969;
}

@media (max-width: 500px) {
    .top-sec08-button a {
        font-size: 1.4rem;
    }
}

.top-sec08-button a:hover {
    color: #fff;
    background-color: #c0a969;

}



/* -------------------------top-sec09------------------------- */
/* -------------------------top-sec09------------------------- */
/* -------------------------top-sec09------------------------- */
/* -------------------------top-sec09------------------------- */
/* -------------------------top-sec09------------------------- */

.top-sec09 {
    background-color: #F3ECEC;
    padding: 50px 0 0;
}

.top-sec09-title {
    max-width: 1120px;
    width: 90%;
    margin: 0 auto;
}

.top-sec09-inner {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-sec09-button {
    width: 45%;
    margin-top: 50px;
    margin-left: 3%;
}

.top-sec09-button a {
    color: #6F6262;
    text-decoration: none;
}

.top-sec09-button p {
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', serif;
    padding: 20px;
    max-width: 220px;
    width: 100%;
    /* margin: 0 auto; */
    /* border: 1px solid #D895A5; */
    border: 1px solid #cfaeb5;
    text-align: center;
}

.top-sec09-button p:hover {
    color: #fff;
    /* background-color: #D895A5; */
    background-color: #cfaeb5;
}

@media (max-width: 768px) {
    .top-sec09-button p {
        margin: 0 auto;
    }
}

@media (max-width: 500px) {
    .top-sec09-button p {
        font-size: 1.4rem;
    }
}

.news {
    width: 100%;
    margin: 0 auto;
}

.news_box_top hr {
    border-top: unset;
    border-bottom: 1px solid #AEA4A4;
    margin: 1em 0 4em;
}

.news_box_top a {
    text-decoration: none;
}

.news_box.archive_ {
    display: flex;
}

.archivenews-box_archive {
    width: 55%;
    margin: 2vh auto 0;
}

@media (max-width: 820px) {
    .archivenews-box_archive {
        width: 100%;
        margin: 2vh auto 0;
    }
}

.news-time {
    font-size: 1.6rem;
    font-family: 'Zen Old Mincho', serif;
    color: #534D4D;
    margin-right: 20px;
}

.news_box h2 {
    font-size: 1.6rem;
    font-family: 'Zen Old Mincho', serif;
    color: #534D4D;
}

.news_box h2::after {
    font-size: 1.6rem;
    font-family: 'Zen Old Mincho', serif;
    color: #534D4D;
}

.news_text {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ----------------------top-sec10----------------------- */
/* ----------------------top-sec10----------------------- */
/* ----------------------top-sec10----------------------- */
/* ----------------------top-sec10----------------------- */
/* ----------------------top-sec10----------------------- */

.top-sec10 {
    width: 100%;
}

.top-sec10-title {
    width: 90%;
    margin: 180px auto 100px;
    text-align: center;
    line-height: 1.5;
}

@media (max-width: 500px) {
    .top-sec10-title {
        margin: 140px auto 100px;
    }
}

.top-sec10-title h3 {
    font-size: 4rem;
    font-family: "ltc-bodoni-175", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 50px;
    color: #5F5E5E;
    letter-spacing: 2px;
}

.top-sec10-title h4 {
    font-size: 2.8rem;
    font-family: 'Zen Old Mincho', serif;
    font-weight: normal;
    color: #5F5E5E;
    letter-spacing: 2px;
}

/* -----------------------------------------about--------------------------------------------- */
/* -----------------------------------------about--------------------------------------------- */
/* -----------------------------------------about--------------------------------------------- */
/* -----------------------------------------about--------------------------------------------- */
/* -----------------------------------------about--------------------------------------------- */
/* -----------------------------------------about--------------------------------------------- */
/* -----------------------------------------about--------------------------------------------- */
/* -----------------------------------------about--------------------------------------------- */

.about-01 {
    padding-bottom: 150px;
}


/* --------------------------------------------- */
/* --------------------------------------------- */
/* --------------------------------------------- */
.about-title-news {
    max-width: 1070px;
    max-width: 990px;
    width: 90%;
    margin: 200px auto 160px;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    letter-spacing: 2px;
}

@media (max-width: 820px) {
    .about-title-news {
        width: 88%;
        margin: 100px auto 80px;
    }
}

@media (max-width: 500px) {
    .about-title-news {
        max-width: 422px;
        width: 85%;
        margin: 80px auto;
    }
}

/* --------------------------------------------- */
/* --------------------------------------------- */
/* --------------------------------------------- */
.about-title-what {
    max-width: 990px;
    width: 90%;
    margin: 200px auto 160px;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    letter-spacing: 2px;
}

@media (max-width: 862px) {
    .about-title-what {
        max-width: 690px;
        width: 100%;
        margin: 200px auto 100px;
    }
}

@media (max-width: 820px) {
    .about-title-what {
        max-width: 580px;
        width: 100%;
        margin: 80px auto;
    }
}

@media (max-width: 700px) {
    .about-title-what {
        max-width: 560px;
        width: 90%;
        margin: 80px auto;
    }
}

@media (max-width: 500px) {
    .about-title-what {
        max-width: 422px;
        width: 85%;
        margin: 80px auto;
    }
}

/* --------------------------------------------- */
/* --------------------------------------------- */
/* --------------------------------------------- */
.about-title-company {
    /* max-width: 820px; */
    max-width: 990px;
    width: 90%;
    margin: 200px auto 120px;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    letter-spacing: 2px;
}

@media (max-width: 820px) {
    .about-title-company {
        margin: 80px auto;
    }
}

@media (max-width: 500px) {
    .about-title-company {
        margin: 80px auto 40px;
        max-width: 422px;
        width: 85%;

    }
}

/* --------------------------------------------- */
/* --------------------------------------------- */
/* --------------------------------------------- */
.about-title-thought {
    max-width: 810px;
    /* max-width: 990px; */
    width: 90%;
    margin: 200px auto 160px;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    letter-spacing: 2px;
}

@media (max-width: 820px) {
    .about-title-thought {
        width: 87%;
        margin: 100px auto;
    }
}

@media (max-width: 500px) {
    .about-title-thought {
        /* margin: 80px auto; */
        max-width: 422px;
        width: 76%;
        margin: 80px auto;
    }
}

/* --------------------------------------------- */
/* --------------------------------------------- */
/* --------------------------------------------- */
.about-title {
    /* max-width: 870px; */
    max-width: 990px;
    width: 90%;
    margin: 200px auto 160px;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    letter-spacing: 2px;
}

@media (max-width: 820px) {
    .about-title {
        width: 66%;
        margin: 100px auto;
    }
}

@media (max-width: 500px) {
    .about-title {
        /* max-width: 252px;
        width: 100%;
        margin: 80px auto; */
        max-width: 422px;
        width: 85%;
        margin: 80px auto;
    }
}

.about-01 {
    width: 100%;
    margin: 0 auto 200px;
    background-color: #F9F4F4;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
}

@media (max-width: 500px) {
    .about-01 {
        margin: 0 auto 150px;
        padding-bottom: 100px;
    }
}

.about-01-title h3 {
    text-align: center;
    font-size: 3rem;
    font-weight: normal;
    padding-top: 150px;
    color: #6E6B6B;
    letter-spacing: 2px;
}

@media (max-width: 820px) {
    .about-01-title h3 {
        font-size: 2.5rem;
    }
}

@media (max-width: 500px) {
    .about-01-title h3 {
        padding-bottom: 0;
        margin: 0 auto 50px;
        padding-top: 70px;
        font-size: 2.1rem;

    }
}

/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
.about-inner-title {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    position: relative;

}

.about-inner-title h3 {
    font-size: 4rem;
    color: #50524F;
    font-family: 'LTC Bodoni 175 Pro', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    position: relative;
    letter-spacing: 2px;
    left: -6%;
}

@media (max-width: 500px) {
    .about-inner-title h3 {
        font-size: 3rem;
        -webkit-font-smoothing: antialiased;
    }
}

.about-inner-title::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: -8%;
    height: 150px;
    border-left: 1px solid #775B5B;
}

@media (max-width: 500px) {
    .about-inner-title::after {
        height: 110px;
    }
}

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

.about-inner-title-02 {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 500px) {
    .about-inner-title-02 {
        width: 83%;
    }
}

.about-inner-title-02 h3 {
    font-size: 4rem;
    color: #50524F;
    font-family: "ltc-bodoni-175", serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    position: relative;
    letter-spacing: 2px;
    left: -6%;
}

@media (max-width: 500px) {
    .about-inner-title-02 h3 {
        font-size: 3rem;
        -webkit-font-smoothing: antialiased;
    }
}

.about-inner-title-02::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: -8%;
    height: 150px;
    border-left: 1px solid #775B5B;
}

@media (max-width: 500px) {
    .about-inner-title-02::after {
        height: 120px;
    }
}

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


.about-01-title-flame {
    background: url('./img/p21.png')no-repeat;
    background-position: center;
    background-position: center;
    background-size: cover;
    max-width: 1100px;
    width: 85%;
    height: 360px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


@media (max-width: 1230px) {
    .about-01-title-flame {
        width: 100%;
        height: 300px;
    }
}

@media (max-width: 862px) {
    .about-01-title-flame {
        max-width: 640px;
        width: 100%;
        height: 250px;
    }
}

@media (max-width: 700px) {
    .about-01-title-flame {
        width: 100%;
        height: 180px;
    }
}

@media (max-width: 500px) {
    .about-01-title-flame {
        background: none;
        width: 85%;
        margin: 0 auto;
        padding: 20px 0;
        background-color: #fff;
        box-shadow: 0px 15px 15px rgba(160, 160, 160, 0.242);
        height: unset;
        position: relative;
    }


    .about-01-title-flame::before {
        display: block;
        content: '';
        position: absolute;
        background: url('./img/gold-feather.png')no-repeat;
        background-position: center;
        background-size: cover;
        width: 85px;
        height: 85px;
        top: -29px;
        left: 84%;
        transform: rotate(-180deg);
    }

    .about-01-title-flame::after {
        display: block;
        transform: rotate(0deg);
        content: '';
        position: absolute;
        background: url('./img/gold-feather.png') no-repeat;
        background-position: center;
        background-size: cover;
        width: 85px;
        height: 85px;
        top: 40px;
        left: -5%;
    }

}

@media (max-width: 469px) {
    .about-01-title-flame::after {
        top: 70px;
    }
}

@media (max-width: 449px) {
    .about-01-title-flame::before {
        left: 82%;
    }
}

@media (max-width: 390px) {
    .about-01-title-flame::before {
        left: 80%;
    }
}

@media (max-width: 350px) {
    .about-01-title-flame::before {
        left: 77%;
    }

    .about-01-title-flame::after {
        left: -6%;
    }
}

.about-01-title-flame-text {
    text-align: center;
    font-size: 2rem;
    -webkit-font-smoothing: antialiased;
    line-height: 1.8;
    letter-spacing: 2px;
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    color: #3B3B3B;
}

@media (max-width: 820px) {
    .about-01-title-flame-text {
        font-size: 1.8rem;
        padding-top: 10px;
    }
}

@media (max-width: 700px) {
    .about-01-title-flame-text {
        font-size: 1.6rem;
        padding: 0 10px;
        line-height: 1.5;
    }
}

@media (max-width: 500px) {
    .about-01-title-flame-text {
        padding: 0;
        font-size: 1.4rem;
    }
}

.about-01-problems-title h3 {
    text-align: center;
    font-size: 3rem;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    padding: 100px 0 80px;
    color: #6E6B6B;
    letter-spacing: 2px;
}

@media (max-width: 700px) {
    .about-01-problems-title h3 {
        font-size: 2.5rem;
        line-height: 1.5;
        color: #3B3B3B;
    }
}

@media (max-width: 500px) {
    .about-01-problems-title h3 {
        font-size: 2.1rem;
        padding: 70px 0;
    }
}

.about-01-problems-list ul {
    max-width: 700px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.about-01-problems-list ul li {
    background-color: #fff;
    width: 100%;
    padding: 30px 0;
    list-style: none;
}

.about-01-problems-list ul li+li {
    margin-top: 50px;
}

.about-01-problems-list ul li p {
    width: 60%;
    margin: 0 auto;
    font-size: 1.6rem;
    -webkit-font-smoothing: antialiased;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    color: #2F2F2F;
    line-height: 1.5;
    letter-spacing: 1px;
}

.about-01-problems-list ul li p:last-child {
    width: 100%;

}

@media (max-width: 760px) {
    .about-01-problems-list ul li p {
        width: 90%;
    }
}

@media (max-width: 500px) {
    .about-01-problems-list ul li p {
        font-size: 1.4rem;
    }
}

.about-02 {
    max-width: 830px;
    width: 70%;
    margin: 0 auto 150px;
    font-family: 'Noto Serif JP', serif;
}


.about-02-title {
    max-width: 1000px;
    width: 100%;
    margin: 30px auto 100px;
}

@media (max-width: 500px) {
    .about-02 {
        margin: 0 auto 80px;
    }

    .about-02-title {
        margin: 50px auto;
    }
}

.about-02-title h4 {
    font-size: 3rem;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 2px;
    font-weight: normal;
    color: #6E6B6B;
}

@media (max-width: 768px) {
    .about-02-title h4 {
        font-size: 2.5rem;
    }
}

@media (max-width: 500px) {
    .about-02-title h4 {
        font-size: 2rem;
        line-height: 1.4;
    }
}

.about-02-text p {
    width: 100%;
    margin: 0 auto;
    font-size: 1.6rem;
    -webkit-font-smoothing: antialiased;
    line-height: 1.8;
    color: #6F6262;
}

@media (max-width: 500px) {
    .about-02-text p {
        font-size: 1.4rem;
    }
}

.about-02-title-bottom h4 {
    color: #5F5F5F;
    margin-top: 150px;
    margin-bottom: 100px;
    font-size: 3rem;
    letter-spacing: 2px;
    font-weight: normal;
}

@media (max-width: 500px) {
    .about-02-title-bottom h4 {
        color: #5F5F5F;
        margin-left: 2%;
        margin: 50px auto;
        font-size: 2rem;
        -webkit-font-smoothing: antialiased;
        letter-spacing: 2px;
        font-weight: normal;
        line-height: 1.4;

    }
}

.about-02-text-bottom p {
    width: 100%;
    margin: 0 auto;
    font-size: 1.6rem;
    -webkit-font-smoothing: antialiased;
    line-height: 1.8;
    color: #6F6262;
    /* letter-spacing: 1px; */
}

@media (max-width: 500px) {
    .about-02-text-bottom p {
        font-size: 1.4rem;
    }
}

.about-03 {
    width: 100%;
    margin: 0 auto 200px;
    background-color: #FDF8F8;
    padding-bottom: 100px;
}

.about-03-crown {
    max-width: 200px;
    width: 35%;
    margin: 0 auto;
    padding: 100px 0;
}

@media (max-width: 500px) {
    .about-03 {
        margin: 0 auto 150px;
        padding-bottom: 50px;
    }

    .about-03-crown {
        padding: 70px 0 50px;
        width: 31%;
    }
}

.about-03-crown img {
    width: 100%;
    margin: 0 auto;
}

.about-03-title h3 {
    text-align: center;
    font-size: 3rem;
    -webkit-font-smoothing: antialiased;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 2px;
    margin-bottom: 100px;
    /* color: #343434; */
    color: #6E6B6B;
}

@media (max-width: 500px) {
    .about-03-title h3 {
        font-size: 2.1rem;
        line-height: 1.7;
        margin-bottom: 50px;
    }
}

.about-01-problems-list ul .last-list {
    background-color: unset;
}

.about-04 {
    max-width: 830px;
    width: 80%;
    margin: 0 auto 200px;
    font-family: 'Noto Serif JP', serif;
}

@media (max-width: 500px) {
    .about-04 {
        margin: 0 auto 80px;
    }
}

.about-04-title {
    width: 95%;
    margin: 0 auto;
    font-family: 'Noto Serif JP', serif;
}

@media (max-width: 500px) {
    .about-04-title {
        width: 90%;
    }
}


.about-04-title h3 {
    margin-top: 70px;
    margin-bottom: 100px;
    font-size: 3rem;
    letter-spacing: 2px;
    font-weight: normal;
    font-family: 'Noto Serif JP', serif;
    color: #6E6B6B;
}

@media (max-width: 500px) {
    .about-04-title h3 {
        margin-left: 2%;
        margin: 50px auto;
        font-size: 2rem;
        letter-spacing: 2px;
        font-weight: normal;
        font-family: 'Noto Serif JP', serif;
    }
}

.about-04-text p {
    width: 100%;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 200px;
    color: #6F6262;
}

@media (max-width: 500px) {
    .about-04-text p {
        font-size: 1.4rem;
    }
}

.about-04-bottom-title {
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 500px) {
    .about-04-bottom-title {
        width: 92%;
    }
}

.about-04-bottom-title h3 {
    margin-top: 70px;
    margin-bottom: 100px;
    font-size: 3rem;
    letter-spacing: 2px;
    line-height: 1.5;
    font-weight: normal;
    font-family: 'Noto Serif JP', serif;
    color: #6E6B6B;
}

@media (max-width: 500px) {
    .about-04-text p {
        width: 90%;
        margin: 0 auto 150px;
    }

    .about-04-bottom-title h3 {
        margin-left: 2%;
        margin: 50px auto;
        font-size: 2rem;
        letter-spacing: 2px;
        line-height: 1.5;
        font-weight: normal;
        font-family: 'Noto Serif JP', serif;
        color: #6E6B6B;
    }
}

.about-04-bottom-text p {
    width: 100%;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #6F6262;
}

@media (max-width: 500px) {
    .about-04-bottom-text p {
        font-size: 1.4rem;
        width: 90%;
        margin: 0 auto;
    }
}

.about-05 {
    background-color: #FDF8F8;
}

.about-05-inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 200px;
    font-family: 'Noto Serif JP', serif;
    padding: 100px 0 0;
}

.about-05-top-title {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 100px;
    text-align: center;
    border-top: 1px solid #cfaeb5;
    border-bottom: 1px solid #cfaeb5;
}

@media (max-width: 500px) {
    .about-05-inner {
        padding: 80px 0 50px;
        margin: 0 auto 150px;
    }

    .about-05-top-title {
        margin-bottom: 70px;
    }
}

.about-05-top-title h4 {
    font-size: 2rem;
    font-weight: normal;
    padding: 10px 0;
    letter-spacing: 1.5px;
    line-height: 1.5;
    color: #343434;
}

.about-05-crown {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.about-05-crown-left {
    width: 20%;
    margin-right: 5%;
}

.about-05-crown-left img {
    width: 100%;
    margin: 0 auto;
}

.about-05-crown-right {
    width: 20%;
}

@media (max-width: 500px) {
    .about-05-crown {
        margin-bottom: 0;
    }

    .about-05-crown-left {
        width: 35%;
    }

    .about-05-crown-right {
        width: 35%;
    }

    .about-05-top-title h4 {
        font-size: 1.8rem;
    }
}


.about-05-crown-right img {
    width: 100%;
    margin: 0 auto;
}

.about-05-title h3 {
    text-align: center;
    line-height: 1.7;
    letter-spacing: 2px;
    font-size: 3rem;
    font-weight: normal;
    color: #6E6B6B;
}

@media (max-width: 500px) {
    .about-05-title h3 {
        font-size: 2.1rem;
        margin: 50px auto;
    }
}


.about-05-text p {
    width: 80%;
    margin: 70px auto 100px;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #6F6262;
    font-weight: normal;
}

@media (max-width: 500px) {
    .about-05-text p {
        font-size: 1.4rem;
    }
}

.about-05-bottom {
    padding: 100px 0;
}

@media (max-width: 500px) {
    .about-05-text p {
        width: 70%;
        margin: 70px auto;
    }

    .about-05-bottom {
        padding: 0;
    }
}

.about-05-bottom-title h3 {
    text-align: center;
    font-size: 3rem;
    letter-spacing: 2px;
    line-height: 1.5;
    font-weight: normal;
    font-family: 'Noto Serif JP', serif;
    /* color: #1D1D1D; */
    color: #6E6B6B;
    margin-bottom: 150px;
}

@media (max-width: 500px) {
    .about-05-bottom-title h3 {
        font-size: 2rem;
        margin-bottom: 0;
    }
}

/* ------- */
.about-05-bottom-content {
    display: flex;
    align-items: center;
    justify-content: space-evenly;

}

.about-05-bottom-content-image {
    width: 20%;
}

@media (max-width: 650px) {
    .about-05-bottom-content-image {
        width: 26%;
    }
}

.about-05-bottom-content .smartphone {
    width: 25%;
}

@media (max-width: 500px) {
    .about-05-bottom-content .smartphone {
        width: 40%;
        margin-bottom: 30px;
    }

    .about-05-bottom-content-image {
        width: 40%;
    }
}

.about-05-bottom-content-image img {
    width: 100%;
    margin: 0 auto;
}

.about-05-bottom-content-textbox {
    width: 55%;
    padding: 50px 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 14%;
    /* align-items: center; */
}

@media (max-width:1100px) {
    .about-05-bottom-content-textbox {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width:820px) {
    .about-05-bottom-content-textbox {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 640px) {

    .about-05-bottom-title {
        margin-bottom: 70px;

    }

    .about-05-bottom-content {
        align-items: normal;
    }

    .about-05-bottom-content-textbox {
        margin-bottom: 50px;
        padding: 20px;
    }

    .about-05-bottom-content-image img {
        margin-top: 0px;
    }
}

@media (max-width: 500px) {
    .about-05-bottom-title {
        margin-bottom: 30px;
    }

    .about-05-bottom-content {
        flex-direction: column;
        align-items: center;
    }

    .about-05-bottom-content-textbox {
        width: 90%;
        margin-bottom: 40px;
    }
}

.about-05-bottom-content-textbox h4 {
    font-size: 2rem;
    font-weight: bold;
    color: #6E6B6B;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

@media (max-width: 500px) {
    .about-05-bottom-content-textbox h4 {
        padding-left: 14%;
    }
}

@media (max-width: 375px) {
    .about-05-bottom-content-textbox h4 {
        padding-left: 2%;
    }
}

.about-05-bottom-content-textbox p {
    width: 80%;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #434343;
}

@media (max-width: 640px) {
    .about-05-bottom-content-textbox p {
        width: 100%;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: 1px;
        color: #434343;
    }
}

@media (max-width: 500px) {
    .about-05-bottom-content-textbox p {
        font-size: 1.4rem;
        padding-left: 14%;
    }
}

@media (max-width: 375px) {
    .about-05-bottom-content-textbox p {
        padding-left: 2%;
    }
}

/* ------- */
.about-05-bottom-content02 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 70px auto;
}

@media (max-width: 500px) {
    .about-05-bottom-content02 {
        margin: 0 auto;
    }
}

.about-05-bottom-content02-image {
    width: 20%;
}

@media (max-width: 650px) {
    .about-05-bottom-content02-image {
        width: 26%;
    }
}

@media (max-width: 500px) {
    .about-05-bottom-content02-image {
        width: 40%;
        margin-bottom: 10px;
    }
}

.about-05-bottom-content02-image img {
    width: 100%;
    margin: 0 auto;
}

.about-05-bottom-content02-textbox {
    width: 55%;
    padding: 50px 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 14%;
    /* align-items: center; */
}

@media (max-width:1100px) {
    .about-05-bottom-content02-textbox {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 640px) {
    .about-05-bottom-content02 {
        align-items: normal;
    }

    .about-05-bottom-content02-textbox {
        margin-bottom: 40px;
        padding: 20px;
    }
}

@media (max-width: 500px) {
    .about-05-bottom-content02 {
        flex-direction: column-reverse;
        align-items: center;
    }

    .about-05-bottom-content02-textbox {
        width: 90%;
    }
}

@media (max-width: 420px) {
    .about-05-bottom-content02-textbox {
        width: 100%;
    }

    .about-05-bottom-content-textbox {
        width: 100%;
    }
}

.about-05-bottom-content02-textbox h4 {
    font-size: 2rem;
    font-weight: bold;
    color: #6E6B6B;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

@media (max-width: 500px) {
    .about-05-bottom-content02-textbox h4 {
        padding-left: 14%;
    }
}

@media (max-width: 375px) {
    .about-05-bottom-content02-textbox h4 {
        padding-left: 2%;
    }
}

.about-05-bottom-content02-textbox p {
    width: 80%;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #434343;
}

@media (max-width: 640px) {
    .about-05-bottom-content02-textbox p {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .about-05-bottom-content02-textbox p {
        font-size: 1.4rem;
        padding-left: 14%;
    }
}

@media (max-width: 375px) {
    .about-05-bottom-content02-textbox p {
        padding-left: 2%;
    }
}

.about-06 {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto 400px;
}

@media (max-width: 820px) {
    .about-06 {
        margin-bottom: 250px;
    }
}

@media (max-width: 500px) {
    .about-06 {
        margin-bottom: 150px;
    }
}

.about-06-crown {
    max-width: 200px;
    width: 38%;
    margin: 0 auto;
    padding: 100px 0;
}

@media (max-width: 500px) {
    .about-06-crown {
        padding: 70px 0;
    }
}

@media (max-width: 375px) {
    .about-06-crown {
        width: 50%;
    }
}

.about-06-crown img {
    width: 100%;
    margin: 0 auto;
}

.about-06-text {
    width: 80%;
    margin: 0 auto 100px;
}

@media (max-width: 500px) {
    .about-06-text {
        margin: 0 auto 70px;
    }
}

.about-06-text p {
    text-align: center;
    letter-spacing: 2px;
    line-height: 2;
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    color: #444141;
}

@media (max-width: 500px) {
    .about-06-text p {
        font-size: 1.4rem;
        text-align: left;
    }
}

/* .about-06-button {
    max-width: 300px;
    width: 100%;
    margin: 50px auto;
    text-align: center;
    padding: 25px;
    background-color: #D3BE79;
    position: relative;
}
.about-06-button::after {
    position: absolute;
    border: 1px solid #fff;
    content: "";
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
}

.about-06-button a {
    text-decoration: none;
    color: #fff;
    font-size: 1.6rem;
    font-family: 'Zen Old Mincho', serif;
    font-weight: bold;
    text-shadow: 1px 2px 2px rgba(41, 41, 41, 0.4);
    background-color: #D3BE79;
    padding: 20px 0;
    letter-spacing: 2px;
} */
/* ---- */
.about-06-button {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.about-06-button a {
    text-decoration: none;
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 25px 0;
    width: 300px;
    color: #D3BE79;
    background-color: #fff;
    border: 1px solid #D3BE79;
    position: relative;
    letter-spacing: 1px;
}

.about-06-button a:hover {
    background-color: #D3BE79;
    border: 1px solid #fff;
    color: #fff !important;
}

.about-06-button a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 280px;
    height: 46px;
    border: 1px solid #D3BE79;
}

.about-06-button a:hover::after {
    border: 1px solid #fff;
    text-shadow: 1px 1px 1px rgba(41, 41, 41, 0.4);
}

.about-07 {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto 200px;
}



/* -----------------------------------------thought----------------------------------------------- */
/* -----------------------------------------thought----------------------------------------------- */
/* -----------------------------------------thought----------------------------------------------- */
/* -----------------------------------------thought----------------------------------------------- */
/* -----------------------------------------thought----------------------------------------------- */
/* -----------------------------------------thought----------------------------------------------- */
/* -----------------------------------------thought----------------------------------------------- */

.thought-title {
    max-width: 830px;
    width: 90%;
    margin: 100px auto 0;
    font-weight: normal;
    font-family: 'Noto Serif JP', serif;
}

.thought-02-title h4 {
    color: #5F5F5F;
    margin-top: 150px;
    margin-bottom: 100px;
    font-size: 3.5rem;
    letter-spacing: 2px;
    font-weight: normal;
}

@media screen and (max-width:500px) {
    .thought-02-title h4 {
        font-size: 3rem;
    }
}

.thought-top-text {
    max-width: 830px;
    width: 90%;
    margin: 0 auto 100px;
}

.thought-top-text p {
    margin: 0 auto;
    font-size: 1.6rem;
    font-weight: normal;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.5;
    letter-spacing: 1px;
}

@media (max-width: 500px) {
    .thought-top-text p {
        font-size: 1.4rem;
        line-height: 1.8;
    }
}

.thought-crown img {
    width: 70%;
    margin: 3rem 0;
}

@media (max-width: 500px) {
    .thought-crown img {
        width: 90%;
    }
}

.thought-01 {
    background-color: #FDF8F8;
    font-family: 'Noto Serif JP', serif;
}

.thought-01-inner {
    max-width: 830px;
    width: 90%;
    margin: 0 auto;
    padding: 70px 0 100px;
}

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



.thought-01-title {
    max-width: 600px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-left: 5%;
    margin-bottom: 80px;
}

@media (max-width: 500px) {
    .thought-01-title {
        margin-left: 15%;
    }
}

@media (max-width: 375px) {
    .thought-01-title {
        margin-left: 5%;
    }
}


.thought-01-title h3 {
    color: #5F5F5F;
    font-size: 3rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 2px;
    position: relative;
}

.thought-01-title h3:before {
    content: '';
    position: absolute;
    top: -20px;
    left: -14%;
    width: 45%;
    height: 28px;
    border-top: 4px solid #EBE1DC;
    border-left: 4px solid #EBE1DC;
}

.thought-01-title h3::after {
    content: '';
    position: absolute;
    right: -14%;
    bottom: -20px;
    width: 41%;
    height: 28px;
    border-bottom: 4px solid #EBE1DC;
    border-right: 4px solid #EBE1DC;
}




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

    .thought-01-title h3 {
        font-size: 2.5rem;
    }

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

        .thought-01-title h3 {
            font-size: 2rem;
            left: 4%;
        }
    }

}

@media screen and (max-width:500px) {
    .thought-01-title h3 {
        font-size: 2.3rem;
        left: 0;
    }

}

@media screen and (max-width:375px) {
    .thought-01-title h3 {
        font-size: 2rem;
        left: 8%;
    }

}



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

.thought-03-title {
    max-width: 600px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 5%;
    margin-bottom: 80px;
}

@media screen and (max-width:500px) {
    .thought-03-title {
        padding-left: 11%;
    }
}

.thought-03-title h3 {
    color: #5F5F5F;
    font-size: 3rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 3px;
    position: relative;
}

.thought-03-title h3:before {
    content: '';
    position: absolute;
    top: -20px;
    left: -14%;
    width: 48%;
    height: 28px;
    border-top: 4px solid #EBE1DC;
    border-left: 4px solid #EBE1DC;
}

.thought-03-title h3::after {
    content: '';
    position: absolute;
    right: -14%;
    bottom: -20px;
    width: 48%;
    height: 28px;
    border-bottom: 4px solid #EBE1DC;
    border-right: 4px solid #EBE1DC;
}

@media screen and (max-width:748px) {
    .thought-03-title h3 {
        font-size: 2rem;
        left: 4%;
    }

}

@media screen and (max-width:500px) {
    .thought-03-title h3 {
        font-size: 2.3rem;
        left: 0;
    }

}

@media screen and (max-width:375px) {
    .thought-03-title h3 {
        font-size: 2rem;
        line-height: 1.2;
    }

}

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

.thought-05-title {
    max-width: 600px;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 5%;
    margin-bottom: 80px;
}

@media screen and (max-width:500px) {
    .thought-05-title {
        margin-left: 15%;
    }
}


.thought-05-title h3 {
    color: #5F5F5F;
    font-size: 3rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 3px;
    position: relative;
}

.thought-05-title h3:before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20%;
    width: 48%;
    height: 28px;
    border-top: 4px solid #EBE1DC;
    border-left: 4px solid #EBE1DC;
}

.thought-05-title h3::after {
    content: '';
    position: absolute;
    right: -20%;
    bottom: -20px;
    width: 48%;
    height: 28px;
    border-bottom: 4px solid #EBE1DC;
    border-right: 4px solid #EBE1DC;
}

@media screen and (max-width:748px) {
    .thought-05-title h3 {
        font-size: 2rem;
        left: 4%;
    }
}


@media screen and (max-width:500px) {
    .thought-05-title h3 {
        font-size: 2.3rem;
        left: 0;
    }

}


@media screen and (max-width:375px) {
    .thought-05-title h3 {
        font-size: 2rem;
        line-height: 1.2;
    }

}

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

.thought-11-title {
    max-width: 600px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 5%;
    margin-bottom: 80px;
}

@media screen and (max-width:500px) {
    .thought-11-title {
        padding-left: 12%;
    }
}

.thought-11-title h3 {
    color: #5F5F5F;
    font-size: 3rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 3px;
    position: relative;
}

.thought-11-title h3:before {
    content: '';
    position: absolute;
    top: -15px;
    left: -14%;
    width: 48%;
    height: 28px;
    border-top: 4px solid #EBE1DC;
    border-left: 4px solid #EBE1DC;
}

.thought-11-title h3::after {
    content: '';
    position: absolute;
    top: 28px;
    left: 82%;
    width: 48%;
    height: 28px;
    border-bottom: 4px solid #EBE1DC;
    border-right: 4px solid #EBE1DC;
}

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

    .thought-11-title h3 {
        font-size: 2.6rem;
    }
}

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

    .thought-11-title h3 {
        font-size: 2.6rem;
    }

    .thought-11-title h3:before {
        left: -9%;
    }

    .thought-11-title h3::after {
        top: 25px;
        left: 77%;
    }
}


@media screen and (max-width:500px) {
    .thought-11-title h3 {
        font-size: 2.3rem;
        line-height: 1.2;
    }

    .thought-11-title h3:before {
        left: -14%;
    }

    .thought-11-title h3::after {
        top: 36px;
        left: 77%;
    }
}

@media screen and (max-width:375px) {
    .thought-11-title h3 {
        font-size: 2rem;
        line-height: 1.2;
    }

    .thought-11-title h3:before {
        left: -12%;
    }

    .thought-11-title h3::after {
        top: 29px;
        left: 77%;
    }

}


.thought-01-title-box {
    max-width: 1100px;
    width: 100%;
    margin: 0px auto 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 14px 18px rgba(160, 160, 160, 0.418);
    margin: 80px auto;
}

@media screen and (max-width:500px) {
    .thought-01-title-box {
        width: 82%;
        margin: 50px auto;
    }
}

.thought-01-title-box-text p {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 2px;
    text-align: center;
    color: #3B3B3B;
    padding: 50px 10px;
}

@media screen and (max-width:540px) {
    .thought-01-title-box-text p {
        font-size: 1.6rem;
    }
}

@media screen and (max-width:500px) {
    .thought-01-title-box-text p {
        padding: 30px 20px;
        font-size: 1.5rem;
    }
}

.thought-01-text {
    max-width: 830px;
    width: 100%;
    margin: 0 auto;
}

.thought-01-text p {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 2px;
    color: #6F6262;
    margin-bottom: 90px;
}

.thought-01-text .top-sec03-button {
    margin-bottom: 50px;
    margin-left: 2rem;
}

@media screen and (min-width:500px) {
    .thought-01-text .top-sec03-button {
        margin-top: -30px;
    }
}

.thought-01-text .top-sec03-button-inner {
    justify-content: unset;
    margin-left: 0;
}

.thought-01-text .top-sec03-button-inner p {
    margin: 0;
}

@media screen and (max-width:500px) {
    .thought-01-text {
        width: 90%;
    }

    .thought-01-text p {
        font-size: 1.4rem;
        width: 90%;
        margin: 0 auto 40px;
        line-height: 1.8;
    }

    .thought-01-text .top-sec03-button-inner p {
        width: 100%;
    }
}

.thought-02 {
    max-width: 830px;
    width: 90%;
    margin: 0 auto 150px;
    font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width:500px) {
    .thought-02 {
        margin: 0 auto 70px;
    }
}

.thought-02-title-bottom h4 {
    color: #5F5F5F;
    margin-top: 150px;
    margin-bottom: 100px;
    font-size: 3rem;
    letter-spacing: 2px;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
}

@media screen and (max-width:1230px) {
    .thought-02-title-bottom h4 {
        font-size: 2.6rem;
    }
}

@media screen and (max-width:970px) {
    .thought-02-title-bottom h4 {
        font-size: 2.2rem;
    }
}

@media screen and (max-width:820px) {
    .thought-02-title-bottom h4 {
        font-size: 2rem;
        margin-top: 120px;
        margin-bottom: 70px;
    }
}

@media screen and (max-width:500px) {
    .thought-02-title-bottom h4 {
        text-align: left;
        width: 80%;
        margin: 80px auto 30px;
        font-size: 2rem;
    }
}

.thought-02-title-box-text {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 10px;
}

.thought-02-title-box-text p {
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 2px;
    text-align: center;
    color: #3B3B3B;
}

@media screen and (max-width:540px) {
    .thought-02-title-box-text p {
        font-size: 1.6rem;
    }
}

@media screen and (max-width:500px) {
    .thought-02-title-box-text {
        padding: 20px 10px;
    }

    .thought-02-title-box-text p {
        font-size: 1.5rem;
    }
}

.thought-03 {
    background-color: #FDF8F8;
    padding: 70px 0 100px;
    font-family: 'Noto Serif JP', serif;
}

.thought-03-inner {
    max-width: 830px;
    width: 90%;
    margin: 0 auto;
}

.thought-05 {
    background-color: #FDF8F8;
    padding: 70px 0 100px;
    font-family: 'Noto Serif JP', serif;
}

.thought-05-inner {
    max-width: 830px;
    width: 90%;
    margin: 0 auto;
}

.thought-07 {
    background-color: #FDF8F8;
    padding: 70px 0 100px;
    font-family: 'Noto Serif JP', serif;
}

.thought-07-inner {
    max-width: 830px;
    width: 90%;
    margin: 0 auto;
}

.thought-09 {
    background-color: #FDF8F8;
    padding: 70px 0 100px;
    font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width:500px) {
    .thought-01-inner {
        padding: 70px 0 10px;
    }

    .thought-03 {
        padding: 70px 0 10px;
    }

    .thought-05 {
        padding: 70px 0 10px;
    }

    .thought-07 {
        padding: 70px 0 10px;
    }

    .thought-09 {
        padding: 70px 0 10px;
    }
}

.thought-09-inner {
    max-width: 830px;
    width: 90%;
    margin: 0 auto;
}

.thought-11 {
    background-color: #FDF8F8;
    padding: 70px 0 100px;
    font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width:500px) {
    .thought-11 {
        padding: 70px 0 10px;
    }
}

.thought-11-inner {
    max-width: 830px;
    width: 90%;
    margin: 0 auto;
}

.thought-13 {
    background-color: #FDF8F8;
    padding: 70px 0 100px;
    font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width:500px) {
    .thought-13 {
        padding: 70px 0 50px;
    }
}

.thought-13-inner {
    max-width: 830px;
    width: 90%;
    margin: 0 auto;
}

.thought-04 {
    max-width: 830px;
    width: 90%;
    margin: 0 auto 150px;
    font-family: 'Noto Serif JP', serif;
}

.thought-06 {
    max-width: 830px;
    width: 90%;
    margin: 0 auto 150px;
    font-family: 'Noto Serif JP', serif;
}

.thought-08 {
    max-width: 830px;
    width: 90%;
    margin: 0 auto 150px;
    font-family: 'Noto Serif JP', serif;
}

.thought-10 {
    max-width: 830px;
    width: 90%;
    margin: 0 auto 150px;
    font-family: 'Noto Serif JP', serif;
}

.thought-12 {
    max-width: 830px;
    width: 90%;
    margin: 0 auto 150px;
    font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width:500px) {
    .thought-04 {
        margin: 0 auto 70px;
    }

    .thought-06 {
        margin: 0 auto 70px;
    }

    .thought-08 {
        margin: 0 auto 70px;
    }

    .thought-10 {
        margin: 0 auto 70px;
    }

    .thought-12 {
        margin: 0 auto 70px;
    }
}






/* -----------------------------------------faq----------------------------------------------- */
/* -----------------------------------------faq----------------------------------------------- */
/* -----------------------------------------faq----------------------------------------------- */
/* -----------------------------------------faq----------------------------------------------- */
/* -----------------------------------------faq----------------------------------------------- */
/* -----------------------------------------faq----------------------------------------------- */
/* -----------------------------------------faq----------------------------------------------- */
/* -----------------------------------------faq----------------------------------------------- */
.faq-01 {
    width: 100%;
    margin: 200px auto 100px;
}

/* ------------------------------company-------------------------------------*/
/* ------------------------------company-------------------------------------*/
/* ------------------------------company-------------------------------------*/
/* ------------------------------company-------------------------------------*/
/* ------------------------------company-------------------------------------*/
/* ------------------------------company-------------------------------------*/
/* ------------------------------company-------------------------------------*/
/* ------------------------------company-------------------------------------*/



.company-01 {
    width: 100%;
    margin: 200px auto;
}

@media (max-width: 820px) {
    .company-01 {
        margin: 0 auto;
    }
}

.about-sp-only {
    display: none;
}

.about-pc-only {
    display: block;
}

.about-title h2 {
    font-size: 5rem;
    font-family: 'Noto Serif JP', serif;
    color: #8CC0E6;
    letter-spacing: 5px;
}

.about-text-box {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
    padding: 60px 60px 120px;
    background: #f9f7f7;
    font-family: 'Noto Serif JP', serif;
}

.about-text-box h3 {
    text-align: center;
    font-size: 2rem;
    font-weight: normal;
    color: #999;
    margin: 0 auto 40px;
}

.about-text-box p {
    font-size: 1.6rem;
    line-height: 2.1;
    color: #333;
}

.about-ceo-name {
    text-align: right;
    color: #999999;
}

.about-inner {
    margin: 0 auto 100px;
    text-align: center;
    max-width: 960px;
    width: 100%;
}

.about-span {
    letter-spacing: 1px;
    width: 5%;
    font-size: 1.6rem;
    font-weight: normal;
    font-family: 'Noto Serif JP', serif;
    display: flex;
    align-items: center;
    /* 垂直中心 */
    justify-content: space-between;
    position: absolute;
    left: 11%;
}

.about-span::before {
    border-top: 1px solid;
    content: "";
    margin-right: 12%;
    padding: 0% 35% 0% 10%;
    width: 38%;
    /* 線の長さ */
}

.about-message {
    font-size: 2.4rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    color: #000;
    margin-bottom: 70px;
    text-align: left;
}

.company {
    font-size: 3rem;
    /* font-size: 8rem; */
    font-family: 'Noto Serif JP', serif;
    /* color: #D2BDBD; */
    color: #8CC0E6;
    letter-spacing: 5px;
}


.about-text {
    width: 97%;
    font-size: 1.6rem;
    margin-bottom: 65px;
    text-align: left;
    line-height: 22px;
    letter-spacing: 1px;
    font-family: 'Noto Serif JP', serif;
}

.about-dl {
    display: flex;
    border-bottom: 3px solid #F1F3F4;
    align-items: baseline;
    width: 90%;
    margin: 0 auto;
    font-size: 1.6rem;
    -webkit-font-smoothing: antialiased;
    font-family: 'Noto Serif JP', serif;
}


.about-dt {
    width: 30%;
    text-align: left;
    font-weight: normal;
    padding: 20px 10px;
    line-height: 2.2rem;
    -webkit-font-smoothing: antialiased;
    font-size: 1.8rem;
}

.about-dd {
    padding: 25px 0;
    width: 70%;
    font-weight: 500;
    text-align: left;
    line-height: 2.2rem;
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-weight: normal;
}

.about-dd a {
    text-decoration: none;
    color: #000;
}

.work {
    width: 100%;
    height: 250px;
    margin-bottom: 118px;
    object-fit: cover;
}


@media (max-width:1040px) {
    .about-sp-only {
        display: block;
    }

    .about-pc-only {
        display: none;
    }

}

/*--------------------about@(max-width:820px)----------------------- */
/*--------------------about@(max-width:820px)----------------------- */
/*--------------------about@(max-width:820px)----------------------- */
/*--------------------about@(max-width:820px)----------------------- */

@media (max-width:820px) {


    .about-inner {
        width: 100%;
    }

    .about-inner p {
        width: 90%;
        font-size: 1.6rem;
        line-height: 2.5rem;
        margin: 0 auto 70px;
    }

    .about-span {
        font-size: 1.4rem;
        padding-left: 34%;
        /* margin: 0 auto; */
    }

    .about-message {
        padding-left: 6%;
        margin-bottom: 30px
    }

    .work {
        margin-bottom: 70px;
        width: 90%;
    }

    .company {
        padding-left: 6%;
        margin: 0;
        padding-bottom: 30px;
    }

    .about-dl {
        padding: 20px 10px;
        width: 90%;
    }

    .about-dl dt {
        line-height: 2rem;
        padding: 0;
    }

    .about-dl dd {
        line-height: 2rem;
    }

    .company-ceo-inner-box {
        padding: 80px 20px;
    }

}

@media (max-width:500px) {

    .about-title h1 {
        padding: 0;
    }

    .about-span {
        font-size: 1.4rem;
        padding-left: 29%;
    }


}


/* ----------------------------------------method---------------------------------------------- */
/* ----------------------------------------method---------------------------------------------- */
/* ----------------------------------------method---------------------------------------------- */
/* ----------------------------------------method---------------------------------------------- */
/* ----------------------------------------method---------------------------------------------- */
/* ----------------------------------------method---------------------------------------------- */
/* ----------------------------------------method---------------------------------------------- */
/* ----------------------------------------method---------------------------------------------- */

.method-01 {
    max-width: 1100px;
    width: 90%;
    margin: 200px auto;
    font-family: 'Noto Serif JP', serif;
}

.method-top-title h2 {
    font-size: 3rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-bottom: 100px;
}

.method-top-text p {
    max-width: 760px;
    width: 80%;
    margin: 0 auto 70px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 1px;
}

.method-02 {
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
}

.method-02-title {
    max-width: 800px;
    width: 80%;
    margin: 15 0px auto;
}

.method-02-title h3 {
    font-size: 3rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    text-align: center;
    position: relative;
}

.method-02-title h3::before {
    content: '';
    position: absolute;
    background: url('./img/flame-top.png')no-repeat;
    background-position: center;
    background-size: cover;
    width: 20%;
    height: 44px;
    top: -28px;
    left: 14%;
}

.method-02-title h3::after {
    content: '';
    position: absolute;
    background: url('./img/flame-bottom.png')no-repeat;
    background-position: center;
    background-size: cover;
    width: 20%;
    height: 44px;
    top: 23px;
    left: 71%;
}

.method-02-text {
    max-width: 600px;
    width: 90%;
    margin: 0 auto 150px;
}

.method-02-text p {
    font-size: 1.6rem;
    line-height: 3;
    letter-spacing: 1px;
    text-align: center;
}

.method-02-img {
    width: 20%;
    margin: 0 auto 70px;
}

.method-02-img img {
    width: 100%;
    height: 410px;
    object-fit: cover;
    margin: 0 auto;
}

.method-02-img-text p {
    font-size: 1.6rem;
    line-height: 3;
    letter-spacing: 1px;
    text-align: center;
}

.method-03-text {
    width: 100%;
    margin: 0 auto 100px;
    font-family: 'Noto Serif JP', serif;
}

.method-03-text p {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 1px;
    text-align: center;
}

.method-03-top-img {
    width: 25%;
    margin: 0 auto 100px;
}

.method-03-top-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin: 0 auto;
}

.method-03-bottom-img {
    width: 25%;
    margin: 0 auto 100px;
}

.method-03-bottom-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin: 0 auto;
}

.method-04-title h3 {
    max-width: 450px;
    width: 100%;
    margin: 0 auto 70px;
    padding-bottom: 10px;
    font-family: 'Noto Serif JP', serif;
    font-size: 3rem;
    font-weight: normal;
    text-align: center;
    border-bottom: 2px dashed #E6DBD4;
}


.method-04-text p {
    width: 100%;
    margin: 0 auto 100px;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 1px;
    text-align: center;
}

.method-04-img {
    width: 25%;
    margin: 0 auto 100px;
}

.method-04-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin: 0 auto;
}

.method-05-img {
    max-width: 850px;
    width: 90%;
    margin: 0 auto 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.method-05-img img {
    width: 31%;
    height: 200px;
    object-fit: cover;
}


.method-07 {
    width: 100%;
    margin: 0 auto 200px;
}

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


#toc_container {
    background: unset !important;
    box-sizing: border-box;
    display: block !important;
    font-size: 95%;
    line-height: 1.4;
    margin: 7em auto 2em;
    max-width: 750px;
    width: 100% !important;
    font-family: 'Noto Serif JP', serif;
    border: 1px solid #d1d1d1 !important;
    padding: 40px 20px 40px 20px !important;
}

@media (max-width:570px) {
    #toc_container {
        padding: 40px 0px 40px 20px !important;
    }
}

@media (max-width:440px) {
    #toc_container {
        padding: 20px 10px 20px 10px !important;
    }
}

.toc_title {
    /* background: #E6DBD4; */
    padding: 0.5em 0;
    font-weight: normal;
    font-size: 2.5rem !important;
    padding-left: 4%;
    text-align: left !important;
}

.toc_toggle {
    font-size: 0.9em;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.toc_brackets {
    display: none;
}

.toc_list,
.toc_list * {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 3.2%;
}

.toc_list {
    margin-top: 1em;
}

.toc_list a {
    color: #444;
    display: block;
    text-decoration: none;
    font-size: 1.4rem;
    -webkit-font-smoothing: antialiased;
}

.toc_list>li>a {
    width: 100%;
    display: flex;
    /* align-items: center; */
    font-size: 1.6em !important;
    color: #6F6262;
}

.toc_list ul {
    padding: 1em 0 0 1em;
}

.toc_list li {
    text-align: left;
    padding-bottom: 1em;
    padding-left: 4%;
    width: 100%;
}

.toc_list li i {
    font-size: 1.6rem;
    margin-right: 20px;
    font-style: normal;
}

.toc_list li h3 {
    font-size: 1.6rem;
    font-weight: normal;
    font-style: normal;
}

/* #toc_container ul li span.toc_depth_2 {
    display: none !important; 
    position: relative;   
}
#toc_container ul li span.toc_depth_2::before {
    content:  "";     
    width:  2px;              
    height:  2px;             
    display:  inline-block;    
    background-color: #1f1f1f;  
    border-radius:  50%;        
} */


/* --------------------------------------------- */
/* --------------------------------------------- */
/* --------------------------------------------- */
/* --------------------------------------------- */
/* --------------------------------------------- */
.voice-00 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 990px;
    width: 90%;
    margin: 0 auto;
}

.voice-00-mess {
    width: 40%;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    background-color: #f8f3f1;
    text-align: center;
}

.voice-00-mess-img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin: 30px auto;
}

.voice-00-mess-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    object-fit: cover;
}

.voice-00-mess-img.voice-img-06 img {
    width: 100%;
    top: -215px;
    height: 200%;
}

.voice-00-mess h3 {
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 2rem;
}

.voice-00-mess .voice-00-mess-txt {
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.voice-00-mess .top-sec03-button-inner {
    margin-left: 0 !important;
}

.voice-00-mess .top-sec03-button-arrow {
    padding: 18px 25px;
}

.voice-00-mess .top-sec03-button-arrow::after {
    top: 16px;
}

@media screen and (max-width:768px) {
    .voice-00-mess {
        width: 45%;
    }

    .voice-00-mess-img {
        width: 150px;
        height: 150px;
    }

    .voice-00-mess-img.voice-img-06 img {
        top: -125px;
    }

    .voice-00-mess .top-sec03-button {
        margin: 0 auto;
    }
}

@media screen and (max-width:500px) {
    .voice-00-mess {
        width: 45%;
    }

    .voice-00-mess-img {
        width: 120px;
        height: 120px;
    }

    .voice-00-mess-img.voice-img-06 img {
        top: -105px;
    }

    .voice-00-mess h3 {
        font-size: 1.2rem;
    }

    .voice-00-mess .voice-00-mess-txt {
        font-size: 1rem;
    }

    .voice-00-mess .top-sec03-button {
        width: 90%;
    }

    .voice-00-mess .top-sec03-button-arrow {
        margin-right: 10px;
    }

    .voice-00-mess .top-sec03-button-text p {
        font-size: 1rem;
        text-align: left;
    }
}

.voice-01 {
    width: 100%;
    margin: 0 auto 200px;
    background-color: #F9F4F4;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    padding-bottom: 150px;
}

@media (max-width: 500px) {
    .voice-01 {
        margin: 0 auto 150px;
        padding-bottom: 100px;
    }

    .voice-01 .about-01-title h3 {
        margin: 0 auto -30px;
    }
}

.voice-01-title-flame {
    position: relative;
    background: url(./img/p21-3.png) center;
    max-width: 1100px;
    width: 85%;
    padding: 130px 0 100px;
    margin: 0 auto;
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    background-size: 100% 40%;
    background-repeat: no-repeat;
}

@media (min-width: 1000px) {

    .voice-01-title-flame.bgno,
    .voice-01-title-flame.bgno-l {
        background: none;
    }
}

@media (max-width: 820px) {
    .voice-01-title-flame.bgno-l {
        background-size: 100% 60%;
    }
}

@media (max-width: 400px) {
    .voice-01-title-flame.bgno {
        background-size: 100% 50%;
    }
}

.voice-br6 {
    background-size: 100% 50%;
}

.voice-br8 {
    background-size: 100% 360px;
}

.voice-br11 {
    background-size: 100% 60%;
}

.voice-br11-l {
    background-size: 100% 60%;
}

.voice-br13 {
    background-size: 100% 79%;
}

.voice-br20 {
    background-size: 100% 83%;
}

.voice-br28 {
    background-size: 100% 90%;
}

.voice-01-title-flame::after,
.voice-01-title-flame::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 210px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.voice-01-title-flame::before {
    top: 0;
    background-image: url('./img/p21-1.png');
}

.voice-01-title-flame::after {
    bottom: 0;
    background-image: url('./img/p21-2.png');
}

.voice-01-title-flame-text {
    position: relative;
    z-index: 1;
}

.user {
    margin-right: 90px;
    font-size: 1.5rem;
    text-align: right;
}

@media screen and (max-width:820px) {
    .voice-br11-l {
        background-size: 100% 70%;
    }

    .voice-br6 {
        background-size: 100% 50%;
    }
}

@media screen and (max-width:768px) {
    .voice-01-title-flame {
        padding: 130px 0 110px;
        margin-bottom: -100px;
    }

    .voice-01-title-flame-text {
        width: 80%;
        margin: 0 auto;
        font-size: 1.5rem;
    }

    .voice-br6 {
        background-size: 100% 60%;
    }

    .voice-br8 {
        background-size: 100% 65%;
    }

    .voice-br13 {
        background-size: 100% 80%;
    }

    .user {
        margin-right: 0px;
        font-size: 1.3rem;
    }
}

@media screen and (max-width:500px) {
    .voice-br11 {
        background-size: 100% 70%;
    }

    .voice-br11-l {
        background-size: 100% 74%;
    }

    .voice-br13 {
        background-size: 100% 80%;
    }
}

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

    .voice-br28 {
        background-size: 100% 91%;
    }
}

@media screen and (max-width:375px) {
    .voice-br6 {
        background-size: 100% 70%;
    }

    .voice-br13 {
        background-size: 100% 80%;
    }

    .voice-br20 {
        background-size: 100% 85%;
    }
}

.voice-02-text {
    width: 100%;
    margin: 3rem 2rem;
    font-size: 1.6rem;
    -webkit-font-smoothing: antialiased;
    line-height: 1.8;
    color: #6F6262;
}

.mb-200 {
    margin-bottom: 200px;
}

@media screen and (max-width:768px) {
    .top-sec03.voice-001 {
        margin-top: 0;
    }
}

@media screen and (max-width:500px) {
    .top-sec03.voice-001 {
        margin-top: 30px;
    }
}

/* ----------------------------------------voice---------------------------------------------- */
/* ----------------------------------------voice---------------------------------------------- */
/* ----------------------------------------voice---------------------------------------------- */
/* ----------------------------------------voice---------------------------------------------- */
/* ----------------------------------------voice---------------------------------------------- */
/* ----------------------------------------voice---------------------------------------------- */
/* ----------------------------------------voice---------------------------------------------- */
/* ----------------------------------------voice---------------------------------------------- */









/* -----------------------------------------footer------------------------------------------------ */
/* -----------------------------------------footer------------------------------------------------ */
/* -----------------------------------------footer------------------------------------------------ */
/* -----------------------------------------footer------------------------------------------------ */
/* -----------------------------------------footer------------------------------------------------ */

.footer {
    width: 100%;
    margin: 0 auto;
    background-color: #F2F2F2;
    padding: 100px 0 20px;
}

@media screen and (max-width:500px) {
    .footer {
        padding: 50px 0 20px;
    }
}

.footer-title a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-title img {
    max-width: 340px;
    width: 100%;
    margin: 0 auto 30px;
}

@media (max-width:500px) {
    .footer-title img {
        width: 35%;
    }
}

@media (max-width:450px) {
    .footer-title img {
        width: 37%;
    }
}

@media (max-width:440px) {
    .footer-title img {
        width: 39%;
    }
}

@media (max-width:375px) {
    .footer-title img {
        width: 42%;
    }
}

@media (max-width:350px) {
    .footer-title img {
        width: 45%;
    }
}


.footer-button {
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.line a {
    text-decoration: none;
}

.line p {
    font-size: 1.8rem;
    font-family: 'Noto Sans JP';
    font-weight: normal;
    color: #6F6F6F;
    text-align: center;
    vertical-align: middle;
    width: 65px;
    padding: 22px 0;
    border: 1px solid #6F6F6F;
    border-radius: 50%;
}

.line p:hover {
    color: #fff;
    background-color: #6F6F6F;
}

.instagram {
    text-align: center;
    width: 65px;
    padding: 14px 0;
    border: 1px solid #6F6F6F;
    border-radius: 50%;
    margin: 0 10px;
    color: #6F6F6F;
}

.instagram:hover {
    color: #fff;
    background-color: #6F6F6F;
}

/* --------------- */
/* --------------- */
/* Sample2 */

.js-hover {
    display: inline-block;
    position: relative;
}

.off {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.on {
    position: absolute;
    top: 0;
    left: 14px;
    z-index: 0;
}

.on,
.off {
    display: block;
}


.instagram:hover {
    .off {
        opacity: 0;
    }
}

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

.instagram a {
    text-decoration: none;
}

.instagram img {
    width: 55%;
    margin: 0 auto;
    color: #6F6F6F;
}



.blog a {
    text-decoration: none;
}

.blog p {
    font-size: 1.8rem;
    font-family: 'Noto Sans JP';
    font-weight: normal;
    text-align: center;
    width: 65px;
    padding: 22px 0;
    border: 1px solid #6F6F6F;
    border-radius: 50%;
    color: #6F6F6F;
}

.blog p:hover {
    color: #fff;
    background-color: #6F6F6F;
}

/*  */
.footer-nav-top {
    margin-top: 50px;
}

.footer-nav-top ul {
    display: flex;
    justify-content: center;
}

.footer-nav-top ul li {
    font-size: 1.6rem;
    font-family: 'Zen Old Mincho', serif;
    letter-spacing: 1px;
    border-right: 1px solid #6F6F6F;
    list-style: none;
    padding: 0 10px;
}

.footer-nav-top ul li:hover {
    color: #2c2c2c;
}

.footer-nav-top ul li a {
    text-decoration: none;
    color: #6F6F6F;
    display: inline-block;
    position: relative;
}

.footer-nav-top ul li a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    color: #6F6F6F;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
    border-bottom: 1.5px solid #c2bbaf;
}

.footer-nav-top ul li a:hover::after {
    /* text-decoration: none; */
    /* color: #141414; */
    transform: scale(1, 1);
}

/*  */
.footer-nav-bottom {
    margin: 30px auto 0;
}

.footer-nav-bottom ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-nav-bottom ul li {
    font-size: 1.6rem;
    font-family: 'Zen Old Mincho', serif;
    letter-spacing: 1px;
    border-right: 1px solid #6F6F6F;
    list-style: none;
    padding: 0 10px;
    margin-bottom: 30px;
}

@media (max-width: 375px) {
    .footer-nav-top ul li {
        font-size: 1.5rem;
    }

    .footer-nav-bottom ul li {
        font-size: 1.5rem;
    }
}

.footer-nav-bottom ul li a {
    text-decoration: none;
    display: inline-block;
    color: #6F6F6F;
    position: relative;
}

.footer-nav-bottom ul li a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    color: #c2bbaf;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
    border-bottom: 1.5px solid #c2bbaf;
}

.footer-nav-bottom ul li a:hover::after {
    /* text-decoration: none; */
    /* color: #141414; */
    transform: scale(1, 1);
}

/* .footer-nav-bottom ul li a:hover {
    color: #141414;
} */


/* -----------------------------blog----------------------------------- */
/* -----------------------------blog----------------------------------- */
/* -----------------------------blog----------------------------------- */
/* -----------------------------blog----------------------------------- */
/* -----------------------------blog----------------------------------- */
/* -----------------------------blog----------------------------------- */




.blog-main {
    max-width: 1100px;
    width: 100%;
    margin: 70px auto 0;
    font-family: "Sawarabi Mincho", serif;
}

.blog-main-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto 50px;
    padding-left: 9.3%;
}

.blog-maim-left-box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.blog-maim-left-box img {
    max-width: 270px;
    height: 200px;
    margin-right: 40px;
    object-fit: cover;
}

@media (max-width: 1032px) {

    .blog-maim-left-box img {
        width: 230px;
        height: 160px;
        margin-right: 40px;
        object-fit: cover;
    }

}

@media (max-width: 320px) {

    article {
        margin-bottom: 0;
    }
}

.blog-link {
    text-decoration: none;

}

.blog-text h3 {
    font-family: 'Noto Serif JP', serif;
    color: #5F5F5F;
    font-size: 1.6rem;
    width: 90%;
    line-height: 1.5;
    padding: 10px 0;
    /* letter-spacing: 1px; */
}

.blog-text p {
    word-break: break-all;
    font-family: 'Zen Old Mincho', serif;
    color: #2D2929;
    padding-right: 19px;
    font-size: 1.6rem;
    letter-spacing: 1.5px;
    padding-left: 10px;
}

.archive-text p {
    font-size: 1.6rem !important;
    color: black !important;
    line-height: 1.5;
    word-break: break-all;
}

.blog-date {
    font-size: 1.3rem;
    margin: 0 0 5px;
    color: #000;
}

/* ---------------------加えたもの----------------------------- */
/* ---------------------加えたもの----------------------------- */
/* ---------------------加えたもの----------------------------- */


.blog-main-left article {
    width: 32%;
    margin-bottom: 30px;
}

article img {
    width: 280px;
    height: 200px;
    /* border-radius: 20px; */
    object-fit: cover;

}

.blog-main-left a {
    text-decoration: none;
    margin-bottom: 30px;
    margin-right: 20px;
    color: #5F5F5F;
}


.blogarchive_title {
    font-size: 2rem;
    font-weight: bold;
    margin: 10px auto;
    color: #5F5F5F;
}

.archive-text {
    font-size: 1.6rem;
    color: #5F5F5F;
}


/* ---------@(max-width: 768px)--------*/


@media (max-width: 820px) {

    .pc-only {
        display: none !important;
    }

    .sp-only {
        display: block !important;
    }

    .blog-main {
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }

    .blog-page {
        margin-bottom: 150px;
    }

    .blog-main-left {
        margin: 100px auto 50px;
        padding-left: 16%;
    }

    .blog-maim-left-box img {
        width: 150px;
        height: 100px;
        object-fit: cover;
    }



    @media (max-width: 768px) {
        .blog-main-left {
            width: 100%;
            padding-left: 16%;
        }

        .blog-maim-left-box img {
            padding-bottom: 10px;
        }

    }


    @media (max-width: 692px) {
        .blog-maim-left-box img {
            width: 160px;
            height: 120px;
        }

    }

    .blog-text h3 {
        font-size: 1.6rem;
        width: 100%;
        margin: 0auto;
    }

    .blog-date {
        font-size: 1rem !important;
        margin: 0 0 5px;
    }

    .blog-text {
        width: 100%;
    }

    .blog-text p {
        font-size: 1.6rem;
        line-height: 1.5;
        word-break: break-all;
    }

    @media screen and (max-width: 500px) {
        .blog-text p {
            font-size: 1.4rem;
        }
    }

    .blog-maim-left-box {
        margin: 0 auto 50px;
        padding-right: 10px;
    }

    .blog-maim-left-box img {
        width: 150px;
        height: 100px;
    }

    @media (max-width: 715px) {
        .blog-maim-left-box img {
            width: 120px;
            height: 100px;
        }
    }

    .pagenavi-sp {
        width: 100%;
        margin: 0 auto;
    }

    .archive {
        width: 30%;
    }


}

/* ----@media(max-width: 500px)----- */



@media (max-width: 500px) {

    .blog-main-left article {
        width: 80%;
    }

    .blog-main {
        width: 90%;
        margin: 0 auto;
    }

    .blog-maim-left-box {
        flex-direction: column;
        align-items: center;
        text-align: left;
        padding-right: 0;
    }

    .blog-maim-left-box img {
        width: 150%;
        height: 190px;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .blog-main-right {
        margin-top: 0;
    }


    .article {
        width: 100%;
    }

    .blog-main-left {
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding-left: 0;
        margin: 70px auto 0;
    }

    .blog-text {
        width: 100%;
    }

    @media (max-width: 400px) {

        .blog-text {
            width: 100%;
        }
    }

}

/* --- @media (max-width: 320px)---*/

@media (max-width: 320px) {

    article {
        margin-bottom: 0;
    }
}





/* -------------------------------------------faq------------------------------------------------ */
/* -------------------------------------------faq------------------------------------------------ */
/* -------------------------------------------faq------------------------------------------------ */
/* -------------------------------------------faq------------------------------------------------ */
/* -------------------------------------------faq------------------------------------------------ */

.faq {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto 100px;
    padding-bottom: 1px;
    font-family: 'Noto Serif JP', serif;
}

.faq dl {
    width: 100%;
    margin: 150px auto 70px;
}

@media screen and (max-width: 820px) {
    .faq dl {
        margin: 0 auto 30px;
    }
}

.faq dt {
    display: flex;
    align-items: center;
    color: #5C5855;
    font-size: 2rem;
    font-family: 'Noto Serif JP', serif;
    margin: 50px auto 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #C39000;
    position: relative;
}

.faq dt::after {
    content: '';
    position: absolute;
    top: 14px;
    left: 97%;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 1px solid #A07549;
    border-bottom: 1px solid #A07549;
    transform: rotate(45deg);
}

.faq dt.open::after {
    top: 16px;
    transform: rotate(-135deg);
}

.fa-dt {
    font-style: normal;
    font-size: 2.3rem;
    color: #C39000;
    /* background-color: #2F8CE9; */
    padding: 7px 15px;
    border-radius: 50%;
    margin-right: 40px;
    position: relative;
}

.fa-dt::before {
    content: '';
    position: absolute;
    border-left: 4px solid #C39000;
    /* width: 1px; */
    height: 34px;
    top: 7px;
    left: 0%;
}



.faq dd {
    display: flex;
    justify-content: flex-start;
    display: none;
    color: #5C5855;
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', sans-serif;
    line-height: 1.5;
    /* background: #F1F5F6; */
    padding: 20px;
    /* margin-right: 10px; */
    margin-bottom: 20px;
}

.fa-dd {
    font-style: normal;
    font-weight: bold;
    font-size: 2.5rem;
    /* color: #DC6CA0; */
    color: #C39000;
    margin-right: 10px;
}



/* -------------------------------------------archive-news-faq------------------------------------------------ */
/* -------------------------------------------archive-news-faq------------------------------------------------ */
/* -------------------------------------------archive-news-faq------------------------------------------------ */
/* -------------------------------------------archive-news-faq------------------------------------------------ */
/* -------------------------------------------archive-news-faq------------------------------------------------ */
/* -------------------------------------------archive-news-faq------------------------------------------------ */
/* -------------------------------------------archive-news-faq------------------------------------------------ */


.archive-news-faq {
    max-width: 970px;
    width: 90%;
    margin: 0 auto 100px;
    padding-bottom: 1px;
    font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 820px) {
    .archive-news-faq {
        width: 86%;
    }
}

@media screen and (max-width: 500px) {
    .archive-news-faq {
        margin: 0 auto 50px;
        width: 80%;
    }
}

.archive-news-faq dl {
    width: 100%;
    margin: 0 auto 70px;
}

@media screen and (max-width: 820px) {
    .archive-news-faq dl {
        margin: 0 auto 30px;
    }
}

.archive-news-faq dt {
    display: flex;
    align-items: center;
    color: #5C5855;
    font-size: 2rem;
    font-family: 'Noto Serif JP', serif;
    margin: 50px auto 20px;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #c38f004b; */
    border-bottom: 1px solid #c0a969;
    position: relative;
}

.fa-dt {
    font-style: normal;
    font-size: 2.3rem;
    color: #C39000;
    color: #c0a969;
    padding-left: 18px;
    border-radius: 50%;
    margin-right: 40px;
    position: relative;
}

.fa-dt::before {
    content: '';
    position: absolute;
    border-left: 4px solid #C39000;
    border-left: 4px solid #c0a969;
    height: 34px;
    top: 7px;
    left: 0%;
}

.archive-news-faq dt::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 97%;
    display: inline-block;
    width: 10px;
    height: 10px;
    /* border-right: 1px solid #C39000;
    border-bottom: 1px solid #C39000; */
    border-right: 1px solid #c0a969;
    border-bottom: 1px solid #c0a969;
    transform: rotate(45deg);
}


.archive-news-faq dt.open::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 97%;
    display: inline-block;
    width: 10px;
    height: 10px;
    /* border-right: 1px solid #C39000; */
    /* border-bottom: 1px solid #C39000; */
    border-right: 1px solid #c0a969;
    border-bottom: 1px solid #c0a969;
    transform: rotate(-135deg);
}


.archive-news-faq dd {
    display: flex;
    justify-content: flex-start;
    display: none;
    color: #5C5855;
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', sans-serif;
    line-height: 1.5;
    /* background: #F1F5F6; */
    padding: 20px 0;
    /* margin-right: 10px; */
    margin-bottom: 20px;
}

.fa-dd {
    font-style: normal;
    font-weight: bold;
    font-size: 2.5rem;
    /* color: #DC6CA0; */
    color: #C39000;
    margin-right: 10px;
}

/* -------------------------------------------news-faq------------------------------------------------ */
/* -------------------------------------------news-faq------------------------------------------------ */
/* -------------------------------------------news-faq------------------------------------------------ */
/* -------------------------------------------news-faq------------------------------------------------ */
/* -------------------------------------------news-faq------------------------------------------------ */
/* -------------------------------------------news-faq------------------------------------------------ */
/* -------------------------------------------news-faq------------------------------------------------ */

.news-faq {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 100px;
    padding-bottom: 1px;
    font-family: 'Noto Serif JP', serif;
}

.news-faq dl {
    width: 100%;
    margin: 0 auto 70px;
}

@media screen and (max-width: 820px) {
    .news-faq dl {
        width: 95%;
        margin: 0 auto 30px;
    }
}

.news-faq dt {
    display: flex;
    align-items: center;
    color: #5C5855;
    font-size: 2rem;
    font-family: 'Noto Serif JP', serif;
    margin: 50px auto 20px;
    padding-bottom: 20px;
    padding-left: 11px;
    border-bottom: 1px solid #AEA4A4;
    position: relative;
}

@media screen and (max-width: 500px) {
    .news-faq dt {
        margin: 40px auto 0;
        padding-bottom: 10px;

    }
}

.news-faq-dt {
    font-style: normal;
    font-size: 2.3rem;
    color: #C39000;
    /* background-color: #2F8CE9; */
    padding: 7px 15px;
    border-radius: 50%;
    margin-right: 40px;
    position: relative;
}

@media (max-width: 820px) {
    .fa-dt {
        margin-right: 0;
    }
}

.news-faq-dt::before {
    content: '';
    position: absolute;
    border-left: 4px solid #C39000;
    /* width: 1px; */
    height: 34px;
    top: 7px;
    left: 0%;
}

.news-faq dt::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 97%;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 1px solid #AEA4A4;
    border-bottom: 1px solid #AEA4A4;
    transform: rotate(45deg);
}

.news-faq dt.open::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 97%;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 1px solid #AEA4A4;
    border-bottom: 1px solid #AEA4A4;
    transform: rotate(-135deg);
}


.news-faq dd {
    display: flex;
    justify-content: flex-start;
    display: none;
    color: #5C5855;
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', sans-serif;
    line-height: 1.5;
    /* background: #F1F5F6; */
    padding: 20px 10px;
    /* margin-right: 10px; */
    margin-bottom: 20px;
}

.news-fa-dd {
    font-style: normal;
    font-weight: bold;
    font-size: 2.5rem;
    /* color: #DC6CA0; */
    color: #C39000;
    margin-right: 10px;
}

/*# sourceMappingURL=archive.css.map */
/*---------------------------------------------single---------------------------------------------  */
/*---------------------------------------------single---------------------------------------------  */
/*---------------------------------------------single---------------------------------------------  */
/*---------------------------------------------single---------------------------------------------  */
/*---------------------------------------------single---------------------------------------------  */


.single-main {
    max-width: 650px;
    width: 100%;
    margin: 80px auto 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.single-text h3 {
    max-width: 1100px;
    font-family: 'Noto Serif JP', serif;
    font-size: 3.2rem;
    -webkit-font-smoothing: antialiased;
    color: #5F5F5F;
    line-height: 1.5;
    margin: 150px auto 100px;
}

.single-text p {
    font-size: 1.6rem;
    -webkit-font-smoothing: antialiased;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal !important;
    word-break: break-all;
    color: #6F6262;
    letter-spacing: 1.5px;
    line-height: 2;
    /* text-align: left; */
}

.single-text img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.single-date {
    display: flex;
    margin: 10px 0 20px;
}

.single-date p:first-of-type {
    padding-right: 20px;
}

.wp-block-image img,
.wp-block-image.has-custom-border img {
    margin: 100px auto;
    height: 400px;
    max-width: 500px !important;
    width: 97%;
}

@media (max-width: 500px) {

    .wp-block-image img,
    .wp-block-image.has-custom-border img {
        margin: 60px auto 50px;
    }
}


/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
.single__wrap {
    /* display: flex;
    flex-direction: column;
    align-items: center; */
    max-width: 465px;
    width: 100%;
    margin: 0 auto;
    /* text-align: left; */
    color: #5F5F5F;
    letter-spacing: 4px;
}

.single__wrap h2 {
    font-size: 2.9rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    /* text-align: center; */
    line-height: 1.8;
    margin: 150px auto;
    /* padding-right: 26%; */
    /* padding-left: 80px; */
    color: #5F5F5F;
    letter-spacing: 4px;
}

@media (max-width:820px) {
    .single__wrap h2 {
        padding-left: 50px;
        font-size: 2.8rem;
    }

}

@media (max-width:620px) {
    .single__wrap h2 {
        padding-left: 10px;
    }

    .single__wrap h2 span::before {
        left: -5%;
    }

}

.single__wrap h2 span {
    display: inline;
    position: relative;
    border-bottom: 3px dashed #E6DBD4;
}

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

.single__wrap h2 span::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 860%);
    /* border-bottom: 3px dashed #E6DBD4; */
}

/* .single__wrap h2 span::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -10%;
    width: 34%;
    height: 28px;
    border-top: 4px solid #EBE1DC;
    border-left: 4px solid #EBE1DC;
}

@media (max-width:375px) {
    .single__wrap h2 span::before {
        left: -7%;
    }
}

.single__wrap h2 span::after {
    content: '';
    position: absolute;
    top: -252px;
    left: 100%;
    width: 32%;
    height: 28px;
    border-bottom: 4px solid #EBE1DC;
    border-right: 4px solid #EBE1DC;
}

@media (max-width:620px) {
    .single__wrap h2 span::after {
        top: -259px;
        left: 98%;
    }
}

@media (max-width:390px) {
    .single__wrap h2 span::after {
        left: 90%;

    }
}

 */


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

.single__wrap h3 {
    font-weight: normal;
    width: 100%;
    margin: 30px auto 50px;
    font-size: 2.7rem;
    font-family: "Shippori Mincho", serif;
    display: inline-block;
    padding-bottom: 8px;
    line-height: 1.5;
    /* text-align: center; */
    color: #414141;
    letter-spacing: 3px;
    -webkit-font-smoothing: antialiased;
}

.single__wrap h3 span {
    display: inline;
    position: relative;
    border-bottom: 3px dashed #E6DBD4;
}
}

/*
.single__wrap h3 span::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 860%);
    border-bottom: 3px dashed #E6DBD4;
}
*/
.single-last {
    margin-bottom: 200px;
}

.wp-block-spacer {
    clear: both;
    height: 40px !important;
}

.single-button {
    width: 100%;
    margin: 0 auto 200px;
}


/* ------------------------single@(max-width: 820px)------------------------------ */


@media (max-width: 820px) {

    .pc-only {
        display: none !important;
    }

    .sp-only {
        display: block !important;
    }

    .single-main {
        width: 80%;
        margin: 0 auto 100px;
    }

    .single-page {
        margin-bottom: 150px;
    }

    .single-main-left {
        width: 90%;
    }

    .single-text h3 {
        font-size: 2.5rem;
    }

    @media (max-width:500px) {
        .single-text h3 {
            font-size: 2.2rem;
        }
    }

    @media (max-width:375px) {
        .single-text h3 {
            font-size: 2rem;
            margin: 50px auto 60ppx;
        }
    }

    .single-date {
        font-size: 1rem !important;
        margin: 5px 0 15px;
    }

    .single-text p {
        font-size: 1.6rem;
    }

    @media (max-width:500px) {
        .single-text p {
            font-size: 1.4rem;
        }
    }

    .single-maim-left-box {
        margin: 0 auto 50px;
    }


    @media (max-width: 650px) {
        .single__wrap h2 {
            font-size: 2.3rem;
        }
    }

    .single__wrap h2::before {
        background: none;
        width: 30%;
        height: 32px;
        left: 0;
        border-left: 5px solid #EBE1DC;
        border-top: 5px solid #EBE1DC;
    }

    @media (max-width: 612px) {
        .single__wrap h2::before {
            background: none;
            width: 30%;
            height: 32px;
            border-left: 5px solid #EBE1DC;
            border-top: 5px solid #EBE1DC;
        }

    }

    .single__wrap h2::after {
        background: none;
        width: 30%;
        height: 32px;
        left: 60%;
        border-right: 5px solid #EBE1DC;
        border-bottom: 5px solid #EBE1DC;
    }

    @media (max-width: 730px) {
        .single__wrap h2::after {
            left: 64%;
        }

    }

    @media (max-width: 612px) {
        .single__wrap h2::after {
            left: 70%;
        }

    }


}

/* -----single@media(max-width: 500px)------- */

.sp {
    display: none;
}

@media not all and (min-width: 500px) {
    .sp {
        display: block;
    }
}



@media (max-width: 500px) {

    .single-main {
        width: 90%;
        margin: 20px auto 70px;
    }

    .ssp-only {
        display: block;
    }

    .pc-sp-only {
        display: none;
    }

    .single__wrap h2::before {
        background: none;
        left: -6%;
        width: 30%;
        height: 32px;
        border-left: 4px solid #EBE1DC;
        border-top: 4px solid #EBE1DC;
    }

    .single__wrap h2::after {
        border-right: 4px solid #EBE1DC;
        border-bottom: 4px solid #EBE1DC;
        top: 12px;
        left: 69%;
    }

    .single__wrap h2 {
        font-size: 1.9rem;
        width: 100%;
        margin: 80px auto;
    }

    .single__wrap h2 span {
        font-size: 1.9rem !important;
        /* margin-left: 5%; */
    }



    @media (max-width: 375px) {
        .single__wrap h2 {
            font-size: 1.6rem;
            padding-left: 15px;
        }
    }

    @media (max-width: 375px) {
        .single__wrap h2 span {
            font-size: 1.8rem !important;
            /* padding-left: 30px; */
        }
    }
}

/* -- @media (max-width: 320px)--*/

@media (max-width: 320px) {

    article {
        margin-bottom: 0;
    }
}

/* -----------------ページャ---------------------- */
/* -----------------ページャ---------------------- */
/* -----------------ページャ---------------------- */
/* -----------------ページャ---------------------- */
/* -----------------ページャ---------------------- */

.wp-pagenavi {
    display: flex;
    margin-top: 120px;
    margin-bottom: 150px;
    font-size: 1.6rem;
    justify-content: center;
}

@media (max-width: 820px) {
    .wp-pagenavi {
        margin-top: 0;
        margin-bottom: 80px;
    }
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    /* border-color: #D2BDBD; */
    background-color: #E6DBD4;
    color: #fff;
}

.wp-pagenavi span.current {
    background-color: #E6DBD4;
    color: #fff;
    margin: 0;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    padding: 6px 10px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #535353;
    padding: 10px 15px !important;
    margin: 0 !important;
    border: none !important;
}

.pages {
    display: none;
}



/*---------------------------------------page-news-------------------------------------------- */
/*---------------------------------------page-news-------------------------------------------- */
/*---------------------------------------page-news-------------------------------------------- */
/*---------------------------------------page-news-------------------------------------------- */
/*---------------------------------------page-news-------------------------------------------- */
/* アーカイブニュースページ*/




.toptag_archive {
    padding: 0 1%;
    width: 14%;
    margin-right: auto;
}



@media (max-width: 991px) {

    .archivenews-box {
        width: 70%;
        margin: 13vh auto 0;
    }

    .news_box.archive_ {
        display: flex;
        flex-flow: column;
    }

    .news-time.archive_ {
        font-weight: bold;
        padding: 2% 2%;
    }

    .news-tag.archive_ {
        font-weight: bold;
        padding: 0.5% 2%;
        width: 100%;
        font-size: 1.6rem;
        margin-left: 2%;
    }

    .news_title.archive_ {
        font-weight: bold;
        padding: 1% 2%;
    }

    .news_title.archive_ {
        width: 100%;
    }

    .toptag_archive {

        width: 26%;
        margin-right: auto;
    }



}

@media (max-width: 768px) {

    .archivenews-box_archive {
        width: 100%;
        margin: 12vh auto 0;
    }
}

@media (max-width: 480px) {
    .toptag_archive {

        width: 36%;
        margin-right: auto;
    }

}


/* ------------------------------------max-width: 820px---------------------------------------------*/
/* ------------------------------------max-width: 820px---------------------------------------------*/
/* ------------------------------------max-width: 820px---------------------------------------------*/
/* ------------------------------------max-width: 820px---------------------------------------------*/
/* ------------------------------------max-width: 820px---------------------------------------------*/
/* ------------------------------------max-width: 820px---------------------------------------------*/

@media (max-width: 820px) {

    .sp-only {
        display: block;
    }

    .header-image img {
        height: 400px;
    }

    .crown-01-text p {
        font-size: 1.8rem;
    }
}



/* ------------------------------------max-width: 768px---------------------------------------------*/
/* ------------------------------------max-width: 768px---------------------------------------------*/
/* ------------------------------------max-width: 768px---------------------------------------------*/
/* ------------------------------------max-width: 768px---------------------------------------------*/
/* ------------------------------------max-width: 768px---------------------------------------------*/
/* ------------------------------------max-width: 768px---------------------------------------------*/
/* ------------------------------------max-width: 768px---------------------------------------------*/

@media (max-width: 768px) {

    .ssp-only {
        display: none;
    }

    .sssp-only {
        display: none;
    }

    .ssssp-only {
        display: block !important;
    }

    .ppc-only {
        display: none !important;
    }

    .top-sec01 {
        margin: 0 auto;
    }

    .top-sec01-benefits {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .top-sec01-benefits-left,
    .top-sec01-benefits-right {
        max-width: 470px;
        width: 65%;
    }

    .top-sec01-benefits-left-image,
    .top-sec01-benefits-right-image {
        width: 95px;
        top: 65%;
        left: 85%;
    }

    .top-sec01-benefits a {
        width: 70%;
        margin-bottom: 5rem;
    }

    .top-sec01-present {
        padding: 15px 0;
        margin-bottom: 5rem;
        line-height: 1.4;
    }

    .top-sec01-present-img {
        width: 35%;
    }

    .top-sec01-present-txt h4 {
        font-size: 1.8rem;
    }

    .top-sec01-present-txt p {
        font-size: 1.3rem;
    }

    .crown-01-text p {
        font-size: 1.6rem;
        text-align: center;
    }

    @media (max-width: 500px) {
        .crown-01-text p {
            font-size: 1.4rem;
        }
    }

    .top-sec02-main-image {
        height: 350px;
        margin: 100px auto;
    }

    @media (max-width: 560px) {
        .top-sec02-main-image {
            width: 100%;
        }
    }

    @media (max-width: 500px) {
        .top-sec02-main-image {
            width: 100%;
            margin: 0px auto;
        }
    }

    .top-sec02-main-filter {
        height: 350px;
    }

    .top-sec02-crown-image {
        margin: 0px auto 0;
    }

    .media .top-sec02-crown-image {
        flex-direction: column;
    }

    .crown-01,
    .crown-02,
    .crown-03 {
        width: 20%;
    }

    .crown-02-text {
        width: unset;
        font-size: 1.4rem;
    }

    .media-01,
    .media-02,
    .media-03 {
        display: flex;
        justify-content: center;
        gap: 7%;
        align-items: center;
        width: 100%;
    }

    .media-img {
        width: 25%;
        margin: 0;
    }

    .media-02 .media-img img {
        width: 80%;
    }

    .media-01 p,
    .media-02 p,
    .media-03 p {
        width: 45%;
        font-size: 2.5vw;
        text-align: left;
    }

    .top-sec02-left {
        width: 100%;
    }

    .top-sec02-right {
        width: 70%;
    }

    .top-sec02-left-title h4 {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .top-sec02-left-title p {
        font-size: 1.5rem;
    }

    .tv {
        gap: 1rem;
    }

    .tv-txt {
        font-size: 2rem;
    }

    .tv-link .top-sec03-button {
        margin: 0;
    }

    .tv-img img {
        width: 60%;
    }

    .tv-img div:last-child img {
        width: 70%;
    }

    @media (max-width: 500px) {
        .tv {
            flex-wrap: wrap;
            justify-content: unset;
            gap: 2rem;
        }

        .tv-link {
            margin-left: 2rem;
        }

        .tv-img {
            margin-left: auto;
            width: 90%;
        }
    }

    .crown-03-image {
        width: 60%;
        margin: unset;
        margin-right: 5%;
    }

    .crown-03-image img {
        width: 100%;
        margin-left: 0;
    }

    .top-sec03-inner {
        flex-direction: column;
        align-items: center;
    }


    .top-sec03-inner-title h3 {
        left: 0;
    }

    .top-sec03-left {
        display: flex;
        width: 100%;
        margin: 100px auto;
        flex-direction: column;
        align-items: center;
    }

    .top-sec03-left-title {
        margin-left: 0;
    }

    .top-sec03-left-title h4 {
        font-size: 2.8rem;
        font-family: 'Zen Old Mincho', serif;
        font-weight: normal;
        line-height: 1.5;
        letter-spacing: 2px;
        color: #67605B;
        margin-bottom: 50px;
    }

    .top-sec03-left-title p {
        font-size: 2rem;
    }

    @media (max-width: 375px) {
        .top-sec03-left-title p {
            font-size: 1.8rem;
        }
    }

    .top-sec03-right {
        max-width: 510px;
        width: 100%;
        justify-content: space-between;
    }

    @media (max-width: 524px) {
        .top-sec03-right {
            max-width: 420px;
        }
    }

    @media (max-width: 438px) {
        .top-sec03-right {
            max-width: 350px;
        }
    }

    @media (max-width: 375px) {
        .top-sec03-right {
            max-width: 290px;
        }
    }

    .top-sec03-right-img-left {
        width: 40%;
        margin-top: 0;
    }

    @media (max-width: 500px) {
        .top-sec03-right-img-left {
            width: 48%;
            margin-right: 32%;
        }
    }


    .top-sec03-right-img-right {
        margin-top: 260px;
    }


    .top-sec03-button {
        width: 100%;
        margin: 70px auto;
    }

    @media (max-width: 634px) {
        .top-sec03-left-title h4 {
            font-size: 2.4rem;
        }

        .top-sec03-button-arrow {
            width: 30%;
        }
    }

    .top-sec03-right::after {
        left: 25%;
        width: 45%;
        height: 220px;
        top: 170px;
    }

    @media (max-width: 524px) {
        .top-sec03-right::after {
            height: 190px;
        }
    }

    @media (max-width: 438px) {
        .top-sec03-right-img-left {
            width: 46%;
        }

        .top-sec03-right::after {
            height: 154px;
            top: 180px;
        }
    }

    @media (max-width: 375px) {
        .top-sec03-right::after {
            height: 150px;
            top: 150px;
        }
    }

    @media (max-width: 355px) {
        .top-sec03-right::after {
            height: 130px;
        }
    }

    /* .top-sec03-left-title p {
        margin-left: 9%;
    } */


    /* -------------------------- */
    /* -------------------------- */
    /* -------------------------- */
    /* -------------------------- */
    .top-sec04-title {
        width: 80%;
    }

    @media (max-width: 560px) {
        .top-sec04-title {
            width: 90%;
        }
    }

    @media (max-width: 450px) {
        .top-sec04-title {
            width: 100%;
        }
    }

    /* -------------------------- */
    /* -------------------------- */
    /* -------------------------- */
    /* -------------------------- */
    .top-sec04-title-image-title {
        width: 80%;
    }

    @media (max-width: 560px) {
        .top-sec04-title-image-title {
            width: 90%;
        }
    }

    @media (max-width: 450px) {
        .top-sec04-title-image-title {
            width: 100%;
            padding-left: 0;
        }
    }

    .top-sec04-title-r p {
        left: 77.4%;
        transform: translate(-50%, -252%);
    }

    .top-sec05-top-content {
        flex-direction: column;
        align-items: center;
    }

    .top-sec05-top-title {
        display: flex;
        width: 78%;
        margin: 0 auto 80px;
        flex-direction: column;
        align-items: center;
    }

    .top-sec05-top-title h3 {
        text-align: center;
    }

    @media (max-width: 500px) {
        .top-sec05-top-title h3 {
            font-size: 2.5rem;
            margin-bottom: 50px;
        }
    }

    .top-sec05-top-image {
        width: 40%;
        position: relative;
    }

    .top-sec05-top-image::after {
        top: 340px;
        left: 74%;
        width: 200px;
        height: 200px;
    }

    @media (max-width: 662px) {
        .top-sec05-top-image::after {
            top: 290px;
            left: 44%;
        }
    }

    @media (max-width: 550px) {
        .top-sec05-top-image::after {
            top: 240px;
            left: 60%;
            width: 150px;
            height: 150px;
        }
    }

    @media (max-width: 500px) {
        .top-sec05-top-image::after {
            top: 340px;
            left: 60%;
            width: 150px;
            height: 150px;
        }
    }

    @media (max-width: 460px) {
        .top-sec05-top-image::after {
            top: 300px;
            left: 62%;
            width: 150px;
            height: 150px;
        }
    }

    @media (max-width: 420px) {
        .top-sec05-top-image::after {
            top: 260px;
            left: 50%;
            width: 150px;
            height: 150px;
        }
    }

    @media (max-width: 375px) {
        .top-sec05-top-image::after {
            top: 210px;
            left: 53%;
            width: 150px;
            height: 150px;
        }
    }

    @media (max-width: 366px) {
        .top-sec05-top-image::after {
            top: 200px;
            left: 41%;
            width: 150px;
            height: 150px;
        }
    }

    .top-sec05-bottom-content {
        flex-direction: column-reverse;
        align-items: center;
        margin: 180px auto;
    }

    .top-sec05-bottom-title {
        width: 86%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 80px;
    }

    .top-sec05-bottom-image {
        width: 40%;
    }

    .top-sec05-bottom-image::after {
        top: 290px;
        left: -26%;
        width: 200px;
        height: 200px;
    }

    @media (max-width: 660px) {
        .top-sec05-bottom-image::after {
            top: 240px;
            left: -29%;
        }
    }

    @media (max-width: 542px) {
        .top-sec05-bottom-image::after {
            top: 170px;
            left: -49%;
        }
    }

    @media (max-width: 500px) {
        .top-sec05-bottom-image::after {
            top: 230px;
            left: -21%;
        }
    }

    @media (max-width: 454px) {
        .top-sec05-bottom-image::after {
            top: 230px;
            left: -24%;
            width: 150px;
            height: 150px;
        }
    }

    @media (max-width: 375px) {
        .top-sec05-bottom-image::after {
            top: 170px;
            left: -25%;
            width: 150px;
            height: 150px;
        }
    }



    .top-sec06-container {
        flex-direction: column;
        margin: 50px auto;
    }

    .top-sec06-box {
        width: 100%;
        margin: 10px auto;
    }

    .top-sec06-box-flame {
        margin: 0 auto;
        width: 300px;
        height: 300px;
    }

    @media (max-width: 500px) {
        .top-sec06-box-flame {
            width: 250px;
            height: 250px;
        }
    }

    @media (max-width: 375px) {
        .top-sec06-box-flame {
            width: 220px;
            height: 220px;
        }
    }

    .top-sec06-box-title h4 {
        font-size: 1.6rem;
    }

    .top-sec06-box-title h3 {
        font-size: 2rem;
    }


    @media (max-width: 655px) {
        .top-sec07-button-bg {
            display: flex;
            width: 100%;
            justify-content: center;
            flex-direction: column;
            align-items: normal;
        }

        .top-sec07-button-arrow {
            margin-right: 0;
            margin-bottom: 8px;
        }
    }

    .top-sec07-content-top {
        flex-direction: column;
    }


    .top-sec07-content-top-box-list {
        width: 70%;
    }

    .top-sec07-content-second-box-list {
        width: 70%;
    }

    .top-sec07-content-third-box-list {
        width: 70%;
    }

    @media (max-width: 600px) {
        .top-sec07-content-bottom-box-list {
            width: 70%;
        }

        .font-mama h3 {
            font-size: 4rem;
        }

        .font-mama {
            margin-left: 3%;
        }

        .top-sec07-content-bottom-box-list p {
            padding: 20px 0px 20px 20px;
        }
    }

    .top-sec09-inner {
        flex-direction: column-reverse;
    }

    .top-sec09-button {
        width: 100%;
        margin: 0 auto 70px;
    }

    @media (max-width: 500px) {
        .top-sec09-button {
            margin: 0 auto 70px;
        }
    }

}



/* -----------------------------------max-width: 500px------------------------------------------ */
/* -----------------------------------max-width: 500px------------------------------------------ */
/* -----------------------------------max-width: 500px------------------------------------------ */
/* -----------------------------------max-width: 500px------------------------------------------ */
/* -----------------------------------max-width: 500px------------------------------------------ */
/* -----------------------------------max-width: 500px------------------------------------------ */
/* -----------------------------------max-width: 500px------------------------------------------ */

@media (max-width: 500px) {
    .ssp-only {
        display: block;
    }

    .pc-none500 {
        display: none;
    }



    .header-image img {
        height: 250px;
    }

    .top-sec01-title h2 {
        font-size: 3rem;
    }

    .top-sec01-text-top {
        margin-bottom: 30px;
        font-size: 1.6rem;
    }

    .top-sec01-text-bottom {
        margin-bottom: 80px;
        font-size: 1.6rem;
    }

    .white-bg {
        flex-direction: column;
        padding: 20px 0;
        height: unset;
    }

    .crown-01 img {
        width: 100%;
    }

    .crown-01-text {
        display: flex;
        width: 100%;
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
    }

    .crown-02 {
        flex-direction: column;
        margin-left: 0;
    }

    .crown-02-image {
        width: 65%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .crown-02-text p {
        font-size: 1.2rem;
        letter-spacing: 1px;
        line-height: 1.5;
        text-align: center;
    }

    .crown-02-text-sp p {
        font-size: 1.2rem;
        letter-spacing: 1px;
        line-height: 1.5;
        text-align: center;
        font-weight: 700;
        color: #463F3F;
    }



    .crown-03 {
        flex-direction: column;
    }

    .crown-03-image {
        width: 65%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .crown-03-text p {
        font-size: 1.4rem;
        letter-spacing: 1px;
        line-height: 1.5;
    }

    .top-sec01-benefits-left-image,
    .top-sec01-benefits-right-image {
        width: 75px;
        top: 70%;
        left: 82%;
    }

    .top-sec03-right {
        flex-direction: column;
        align-items: center;
        max-width: unset;
    }

    .top-sec03-right-img-right {
        margin-top: 40px;
        margin-left: 18%;
        width: 55%;
    }


    .top-sec03-inner-title-bottom p {
        padding-right: 30px;
        left: 5%;
        margin-top: 10px;
    }

    .top-sec03-left {
        margin: 50px auto;
    }

    .top-sec03-left-title {
        margin-left: 5%;
    }

    .top-sec03-left-title h4 {
        font-size: 2rem;
    }

    .top-sec03-left-title p {
        padding-right: 30px;
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .top-se04-inner-title h3 {
        font-size: 2rem;
        width: 90%;
        margin: 0 auto 30px;
    }

    @media (max-width: 394px) {
        .top-se04-inner-title h3 {
            font-size: 2rem;
        }
    }

    .top-se04-inner-text {
        font-family: 'Noto Serif JP', serif;
        font-size: 1.4rem;
    }

    .top-se04-inner {
        width: 90%;
    }

    .top-sec05-top {
        margin: 0 auto 120px;
    }

    .top-sec05-top-title {
        width: 86%;
        margin: 0 auto 50px;
    }

    .top-sec05-bottom-title {
        margin-bottom: 50px;
    }

    .top-sec05-bottom-title h3 {
        font-size: 2.5rem;
        margin-bottom: 50px;
    }

    .top-sec05-top-image {
        width: 60%;
    }

    .top-sec05-bottom-image {
        width: 60%;
    }

    .top-sec06-bg {
        padding: 100px 0 70px;
    }

    .top-sec06-container {
        margin: 20px auto;
    }

    .about-07 {
        margin: 0 auto 150px;
    }

    .top-sec07-content {
        margin: 50px auto 140px;
    }

    .top-sec07-content-bottom {
        flex-direction: column;
    }

    .top-sec07-content-bottom-box {
        width: 100%;
    }

    .top-sec07-button {
        width: 100%;
        padding: 50px 0;
    }

    .top-sec07-button-arrow {
        width: 110px;
    }

    .top-sec07-button-text {
        text-align: center;
    }

    .top-sec07-button-sp {
        width: 100%;
        background-color: #F1E9E8;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 60px;
    }

    .top-sec08 {
        margin: 0 auto 80px;
    }

    .faq dt {
        margin: 30px auto 20px;
    }

    .news-faq {
        margin: 0 auto 30px;
    }

    .top-sec10-title {
        margin: 80px auto 50px;

    }


    .top-sec10-title h3 {
        font-size: 3rem;
        line-height: 1.5;
        margin-bottom: 30px;
    }

    .top-sec10-title h4 {
        font-size: 2.1rem;
    }

    .top-sec10-title {
        margin: 110px auto 70px;
    }

    .top-sec03-button {
        margin: 30px auto;
    }

    .top-se04-inner {
        width: 90%;
        padding: 50px 0;
    }

    .top-se04-inner-text p {
        width: 90%;
        margin: 0 auto;
    }

    .top-se04-bg {
        padding: 50px 0 60px;
    }

    .top-sec05 {
        margin: 0 auto 90px;
    }

    .top-sec05-top-content {
        margin: 50px auto;
    }

    .top-sec09 {
        padding: 90px 0 0;
    }

    .sp500-none {
        display: none;
    }

    .faq {
        margin: 0 auto 50px;
    }

    .top-sec05-bottom-content {
        margin: 0px auto;
    }

    .about-dl {
        font-size: 1.4rem;
    }

    .about-dt {
        font-size: 1.6rem;
    }

    .line p {
        font-size: 1.6rem;
    }

    .blog p {
        font-size: 1.6rem;
    }

    .instagram img {
        width: 50%;
    }

}

/* -----------------------------------max-width: 375px------------------------------------------ */
/* -----------------------------------max-width: 375px------------------------------------------ */
/* -----------------------------------max-width: 375px------------------------------------------ */
/* -----------------------------------max-width: 375px------------------------------------------ */
/* -----------------------------------max-width: 375px------------------------------------------ */
/* -----------------------------------max-width: 375px------------------------------------------ */
/* -----------------------------------max-width: 375px------------------------------------------ */

@media (max-width: 375px) {
    .sssp-only {
        display: block;
    }

    .sp375-only {
        display: block;
    }


    .header-image img {
        height: 300px;
    }

    .top-sec01-title h2 {
        font-size: 2.5rem;
    }

    .top-sec01-text-bottom {
        margin-bottom: 100px;
    }

    .top-sec01-text-top {
        font-size: 1.6rem;
    }

    .top-sec01-benefits-left-image,
    .top-sec01-benefits-right-image {
        width: 65px;
    }

    .top-sec02-main-image {
        width: 100%;
        height: 300px;
    }

    .top-sec02-main-filter {
        height: 300px;
        margin: 0 auto;
    }

    .crown-01,
    .crown-02,
    .crown-03 {
        width: 25%;
    }

    .top-sec02-crown-image {
        margin: 0;
    }

    .top-sec04-title h3 {
        font-size: 2.5rem;
    }

    .top-sec04-title-image-title h3 {
        font-size: 2.5rem;
    }

    .top-se04-inner-text {
        width: 95%;
        margin: 0 auto;
    }

    .top-se04-inner-title h3 {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    @media (max-width: 327px) {
        .top-se04-inner-title h3 {
            font-size: 1.9rem;
        }
    }

    .top-sec05-top-image {
        width: 60%;
    }

    .top-sec05-bottom-image {
        width: 60%;
    }

    .top-sec06-button a {
        width: 200px;
    }

    .top-sec06-button a::after {
        width: 180px;
    }

    .top-sec07-content-top-box-list {
        width: 80%;
    }

    .top-sec07-content-second-box-list {
        width: 80%;
    }

    .top-sec07-content-third-box-list {
        width: 80%;
    }

    .top-sec10-title h4 {
        line-height: 1.7;
    }

    .top-sec03-button-inner {
        display: flex;
        justify-content: flex-start;
        margin-left: 18px;
    }

    .top-sec03-inner-title {
        width: 88%;
    }

    .top-se04-inner {
        width: 86%;
    }

    .top-sec05-top-title {
        align-items: flex-start;
    }

    .top-sec05-top-title h3 {
        text-align: left;
    }

    .top-sec05-bottom-title {
        align-items: flex-start;
    }

    .top-sec06-box-flame {
        width: 200px;
        height: 200px;
    }

    .top-sec03-left-title {
        margin-left: 5%;
    }

    .top-sec03-left {
        align-items: flex-start;
    }

    .top-sec06-box-text p {
        font-size: 1.4rem;
    }

}

@media (max-width:334px) {
    .sp334-none {
        display: none;
    }
}