@charset "UTF-8";
/* font */
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

.source {
    font-family: "Source Sans Pro", sans-serif;
}

.poppins {
    font-family: "Poppins", sans-serif;
}

.roboto {
    font-family: "Roboto", sans-serif;
}

/* base.css上書き */
html {
    font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
    letter-spacing: 1px;
    background-color: white;
}

.wrapper {
    min-width: 375px;
}

@media (max-width: 1024px) {
    html {
        font-size: 14px;
    }
}

/* common */
.fead-lazy {
    opacity: 0;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.fead-lazy.mv {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.-lower .fead-lazy {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.fead-screen::before {
    width: 100%;
    -webkit-transition: 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.fead-screen.mv::before {
    width: 0;
}

.common-h1 {
    padding: 5px;
    font-size: 10px;
    color: white;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

.logo {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    font-size: 36px;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.address {
    font-size: 14px;
}

.bgc-gray {
    background-color: #d3d3d3;
}

.bgc-lightsteelblue {
    background-color: lightsteelblue;
}

.bgc-pattern-01 {
    background-image: url(/import/tenant_2/160.16.98.48/html/images/common/bg_001.png);
    background-size: auto;
    background-repeat: repeat;
    background-position: center center;
    background-color: gray;
}

.mesh::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(/import/tenant_2/160.16.98.48/html/images/common/black-twill.png);
    background-color: rgba(176, 196, 222, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.shadow-text-black {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.shadow-text-white {
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
}

.shadow-box-black {
    -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
}

.shadow-box-white {
    -webkit-box-shadow: 0px 0px 20px -5px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 20px -5px rgba(255, 255, 255, 0.5);
}

.neu {
    padding: 50px;
    border-radius: 50px;
    background-color: #f3f0f0;
    -webkit-box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px white;
    box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px white;
}

.all-white {
    color: white;
}

.stripe {
    position: relative;
}

.stripe::before,
.stripe::after {
    width: 100%;
    height: 5px;
    display: block;
    background: repeating-linear-gradient(-45deg, #333, #333 3px, white 3px, white 7px);
    position: absolute;
    left: 0;
}

.stripe.-top::before {
    content: "";
    top: 0;
}

.stripe.-bottom::after {
    content: "";
    bottom: 0;
}

.filter {
    position: relative;
}

.filter::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.filter.-blue::before {
    background-color: rgba(26, 75, 125, 0.6);
}

.noinner500-right {
    width: 100%;
    max-width: 500px;
    margin-right: auto;
}

.noinner500-left {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
}

.noinner600-right {
    width: 100%;
    max-width: 600px;
    margin-right: auto;
}

.noinner600-left {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
}

.icon-wakaba {
    width: 70px;
}

.icon-wakaba::before {
    display: none;
}

.shiny {
    overflow: hidden;
    position: relative;
}

.shiny::before {
    content: "";
    width: 30px;
    height: 100%;
    display: inline-block;
    background-color: #fff;
    -webkit-animation: shiny 2s ease-in-out infinite;
    animation: shiny 2s ease-in-out infinite;
    position: absolute;
    top: -180px;
    left: 0;
    z-index: 1;
}

.belt {
    overflow: hidden;
    position: relative;
}

.belt-text {
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-left: calc(50% - 500px);
    padding-right: calc(50% - 500px);
    font-family: "Source Sans Pro", sans-serif;
    font-size: 2vw;
    color: white;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 3;
}

.belt-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.belt-img::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.belt-img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.slash {
    position: relative;
}

.slash::before {
    content: "";
    width: 100%;
    height: 30%;
    display: block;
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(176, 196, 222, 0.2)), color-stop(50%, transparent));
    background: linear-gradient(to top left, rgba(176, 196, 222, 0.2) 50%, transparent 50%);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

@-webkit-keyframes shiny {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) rotate(45deg);
    }

    80% {
        opacity: 0.5;
        -webkit-transform: scale(0) rotate(45deg);
    }

    81% {
        opacity: 1;
        -webkit-transform: scale(4) rotate(45deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(50) rotate(45deg);
    }
}

@keyframes shiny {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) rotate(45deg);
    }

    80% {
        opacity: 0.5;
        -webkit-transform: scale(0) rotate(45deg);
    }

    81% {
        opacity: 1;
        -webkit-transform: scale(4) rotate(45deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(50) rotate(45deg);
    }
}

@media (max-width: 1024px) {
    .logo {
        padding: 15px;
        font-size: 24px;
    }

    .icon-wakaba {
        width: 56px;
    }

    .neu {
        padding: 40px;
        border-radius: 40px;
        -webkit-box-shadow: 16px 16px 48px #bebebe, -16px -16px 48px white;
        box-shadow: 16px 16px 48px #bebebe, -16px -16px 48px white;
    }
}

@media (max-width: 599px) {
    .common-h1 {
        padding-right: 50px;
    }

    .neu {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding: 30px;
        border-radius: 30px;
        -webkit-box-shadow: 12px 12px 36px #bebebe, -12px -12px 36px white;
        box-shadow: 12px 12px 36px #bebebe, -12px -12px 36px white;
    }
}

/* icon */
/* parts */
.box-border-updown.-white {
    border-top: 3px solid white;
    border-bottom: 3px solid white;
}

.box-border-all.-black1 {
    border: 1px solid #333;
}

.box-border-all.-blue1 {
    border: 1px solid #305983;
}

.box-border-all.-black2 {
    border: 2px solid #333;
}

.box-border-all.-blue2 {
    border: 2px solid #305983;
}

.box-border-all.-black3 {
    border: 3px solid #333;
}

.box-border-all.-blue3 {
    border: 3px solid #305983;
}

.box-white-01 {
    padding: 15px;
    background-color: white;
}

.box-white-02 {
    padding: 50px;
    background-color: white;
}

.box-white-03 {
    padding: 30px;
    background-color: white;
}

.box-white-alpha {
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.8);
}

.box-blue-01 {
    padding: 30px;
    background-color: #1a4b7d;
}

.box-blue-02 {
    padding: 30px;
    background-color: rgba(26, 75, 125, 0.6);
}

.layout-01 {
    padding-bottom: 3vw;
    position: relative;
}

.layout-01-cont {
    position: relative;
    z-index: 1;
}

.layout-01-img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.colored .colored-target {
    background-color: #f5f5f5;
}

.colored:nth-of-type(even) .colored-target {
    background-color: #b0c4de;
}

.float-img {
    width: 30%;
    margin-bottom: 10px;
}

.float-img-box {
    display: block;
}

.float-img-box::before,
.float-img-box::after {
    content: "";
    display: block;
    clear: both;
}

.float-img.-left {
    float: left;
    margin-right: 10px;
}

.float-img.-right {
    float: right;
    margin-left: 10px;
}

.float-clear {
    clear: both;
}

@media (max-width: 1024px) {
    .box-white-01 {
        padding: 40px 20px;
    }

    .box-white-02 {
        padding: 40px;
    }

    .box-white-alpha {
        padding: 40px 20px;
    }

    .box-blue-01 {
        padding: 30px 15px;
    }

    .box-blue-02 {
        padding: 30px 15px;
    }

    .float-img {
        width: 40%;
        margin-bottom: 5px;
    }

    .float-img.-left {
        margin-right: 5px;
    }

    .float-img.-right {
        margin-left: 5px;
    }
}

@media (max-width: 599px) {
    .box-white-01 {
        padding: 30px 15px;
    }

    .box-white-02 {
        padding: 30px;
    }

    .box-white-alpha {
        padding: 30px 15px;
    }

    .box-blue-01 {
        padding: 20px 10px;
    }

    .box-blue-02 {
        padding: 20px 10px;
    }

    .float-img {
        width: 50%;
    }
}

/* table */
/* title */
.title-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 50px;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    letter-spacing: 0.1em;
}

.title-01 .sub {
    font-size: 50%;
}

.title-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 20px;
    font-size: 18px;
}

.title-02 .num {
    display: inline-block;
    margin-bottom: 0.5em;
    padding: 2px 5px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 140%;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #333;
}

.title-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    letter-spacing: 0.2em;
}

.title-03::after {
    content: "";
    width: 50px;
    height: 3px;
    display: block;
    margin: 1em 0;
    background-color: #333;
}

.title-03 .main {
    font-weight: bold;
}

.title-03 .sub {
    font-size: 50%;
}

.title-04 {
    max-width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 10px;
    font-size: 20px;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 2px solid white;
}

.title-04 .main {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 130%;
}

.title-05 {
    font-weight: bold;
    font-size: 20px;
}

.title-05::after {
    content: "";
    width: 20%;
    max-width: 100px;
    height: 2px;
    display: block;
    margin: 20px 0;
    background-color: #333;
}

.title-06 {
    margin-bottom: 15px;
    padding: 5px 10px;
    font-size: 24px;
    letter-spacing: 0.1em;
    border-bottom: 2px solid #333;
}

.title-07 {
    margin-bottom: 30px;
    padding: 25px 20px;
    font-weight: bold;
    font-size: 24px;
    color: white;
    line-height: 1.4;
    letter-spacing: 0.1em;
    border-radius: 5px;
    background-image: url(/import/tenant_2/160.16.98.48/html/images/common/brick-wall-dark.png);
    background-color: #4682b4;
    position: relative;
}

.title-07::after {
    content: "";
    width: 30%;
    height: 100%;
    display: block;
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50.1%, rgba(255, 255, 255, 0.5)), color-stop(50.6%, transparent));
    background: linear-gradient(to top left, rgba(255, 255, 255, 0.5) 50.1%, transparent 50.6%);
    position: absolute;
    bottom: 0;
    right: 0;
}

.title-08 {
    margin-bottom: 20px;
    padding: 10px 20px;
    font-weight: bold;
    color: white;
    background-color: #1a4b7d;
}

.title-09 {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.1em;
}

.title-09:first-letter {
    font-size: 120%;
    color: #1a4b7d;
}

@media (max-width: 1024px) {
    .title-01 {
        margin-bottom: 30px;
        font-size: 26px;
    }

    .title-03 {
        font-size: 26px;
    }

    .title-03::after {
        width: 40px;
        height: 2px;
    }

    .title-04 {
        padding: 5px;
        font-size: 18px;
    }

    .title-05 {
        font-size: 18px;
    }

    .title-05::after {
        margin: 15px 0;
    }

    .title-06 {
        margin-bottom: 10px;
        font-size: 22px;
    }

    .title-07 {
        font-size: 20px;
    }

    .title-09 {
        font-size: 20px;
    }
}

/* list */
.list-01 dt {
    padding-left: 30px;
    position: relative;
}

.list-01 dt::before {
    content: "";
    width: 20px;
    height: 2px;
    display: inline-block;
    background-color: white;
    position: absolute;
    top: 10px;
    left: 0;
}

.list-01 dd {
    margin-top: 10px;
}

.list-03 .bg-cont {
    padding: 6vw 10px;
}

.list-04 .bg-cont {
    padding: 3.5vw 10px;
}

.list-05 dt {
    font-weight: bold;
    font-size: 18px;
}

.list-05 dd {
    margin-top: 5px;
    padding-left: 1em;
    font-size: 14px;
}

.list-bound {
    padding: 20px 5px;
}

.list-bound-cc {
    min-height: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list-bound+.list-bound {
    border-top: 2px dotted white;
}

.list-bound-02 {
    padding: 15px 5px;
}

.list-bound-02+.list-bound-02 {
    border-top: 1px dotted #c0c0c0;
}

.list-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list-sns li+li {
    margin-left: 1em;
}

.list-sns li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    font-size: 10px;
    text-align: center;
}

.list-sns li a [class^="icon-fa"] {
    font-size: 70px;
    line-height: 1;
}

.list-check li::before {
    color: #1a4b7d;
}

.list-explain dt {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 26px;
}

.list-explain dd {
    padding-left: 1em;
    font-size: 14px;
}

.list-step li {
    margin-top: 50px;
    padding: 70px 30px 30px 70px;
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    position: relative;
}

.list-step li .num {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    color: white;
    border-radius: 100%;
    background-color: #1a4b7d;
    position: absolute;
    top: -25px;
    left: -25px;
}

.list-step li .num .main {
    font-size: 50%;
}

.list-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* margin-top: -1px; */
    margin-top: 0px;
    border: 1px solid #a9a9a9;
}

.list-price dt,
.list-price dd {
    padding: 15px 10px;
}

.list-price dt {
    width: 35%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: bold;
    color: white;
    border-right: 1px solid #a9a9a9;
    background-color: #1a4b7d;
}

.list-price dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: white;
}

.list-price-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-price-box dt,
.list-price-box dd {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 15px;
    font-size: 22px;
    letter-spacing: 0.1em;
}

.list-price-box dt {
    font-weight: bold;
    color: #1a4b7d;
}

.list-price-box dd {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.list-price-box-note {
    width: 100%;
    padding: 15px;
    font-size: 14px;
}

.list-faq {
    min-height: 110px;
    padding-top: 20px;
    padding-left: 120px;
    position: relative;
}

.list-faq .faq-num {
    width: 110px;
    height: 110px;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    color: white;
    line-height: 1;
    background-color: #1a4b7d;
    position: absolute;
    top: 0;
    left: 0;
}

.list-faq .faq-num-inner {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    margin: 5px;
    border: 1px solid white;
    position: relative;
}

.list-faq .faq-num-inner::before {
    content: "";
    width: 90%;
    height: 1px;
    display: block;
    margin: auto;
    background-color: white;
    -webkit-transform: rotate(-45deg) translate(0, -50%);
    transform: rotate(-45deg) translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
}

.list-faq .faq-num-inner .q {
    position: absolute;
    top: 5px;
    left: 5px;
}

.list-faq .faq-num-inner .num {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.list-faq dt {
    padding: 10px;
    padding-right: 3em;
    font-weight: bold;
    font-size: 120%;
    border-bottom: 1px solid #333;
    position: relative;
}

.list-faq dt::after {
    content: "\f0d7";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 150%;
    color: #1a4b7d;
    line-height: 1;
    line-height: 1;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    top: 10px;
    right: 0.7em;
}

.list-faq dt:hover {
    cursor: pointer;
}

.list-faq dd {
    padding: 20px;
}

.list-faq.action dt::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.list-policy dt {
    margin-bottom: 5px;
    font-weight: bold;
    color: #1a4b7d;
}

.list-policy dd {
    padding-left: 1em;
}

.list-bnr li .list-inner {
    height: 100%;
}

.list-bnr li a {
    position: relative;
}

.list-bnr li a .title-bnr {
    width: 100%;
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 36px;
    color: white;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.list-bnr li a .title-bnr span {
    display: block;
    line-height: 1.3;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.list-bnr li a .title-bnr .main::after {
    content: "";
    width: 50px;
    height: 1px;
    display: block;
    margin: 10px auto;
    background-color: white;
}

.list-bnr li a .title-bnr .sub {
    font-size: 14px;
}

.list-bnr li a .bnr-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.list-bnr li a .bnr-bg .bnr-bg-inner {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.list-bnr li a .bnr-bg .bnr-bg-inner::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.list-bnr li a .bnr-bg .bnr-bg-inner img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    /* IE対策 */
    font-family: "object-fit: cover; object-position: 50% 50%;";
    position: absolute;
    top: 0;
    left: 0;
}

.list-bnr li a:hover {
    opacity: 1;
}

.list-bnr li a:hover .bnr-bg .bnr-bg-inner::before {
    background-color: rgba(0, 0, 0, 0.2);
}

.list-bnr.-bnr02 li a {
    overflow: hidden;
    border-radius: 10px;
}

.list-bnr.-bnr02 .title-bnr {
    min-height: 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 20px;
}

.list-bnr.-bnr02 li.line-mark .title-bnr::before {
    content: "\f3c0";
    display: inline-block;
    margin-right: 10px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    font-size: 150%;
}

.list-bnr.-bnr02 li.hpb-mark .title-bnr::before {
    content: "\f274";
    display: inline-block;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 150%;
}

.list-bnr.-bnr02 .title-bnr .main::after {
    display: none;
}

.list-bnr.-bnr02 li.line-mark a .bnr-bg .bnr-bg-inner::before {
    background-color: rgba(14, 129, 134, 0.4);
}

.list-bnr.-bnr02 li.hpb-mark a .bnr-bg .bnr-bg-inner::before {
    background-color: rgba(159, 21, 71, 0.4);
}

.list-bnr.-bnr02 li a:hover .bnr-bg .bnr-bg-inner::before {
    background-color: transparent;
}

@media (max-width: 1024px) {
    .list-sns li a [class^="icon-fa"] {
        font-size: 7vw;
    }

    .list-step li {
        padding: 56px 24px 24px 56px;
    }

    .list-step li .num {
        width: 80px;
        height: 80px;
        font-size: 24px;
        top: -20px;
        left: -20px;
    }

    .list-price dt {
        width: 45%;
    }

    .list-price-box dt,
    .list-price-box dd {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        padding: 10px;
        font-size: 20px;
    }

    .list-price-box-note {
        padding: 10px;
    }

    .list-faq {
        min-height: 88px;
        padding-top: 14px;
        padding-left: 96px;
    }

    .list-faq dt,
    .list-faq dd {
        padding: 8px;
    }

    .list-faq dt {
        padding-right: 3em;
    }

    .list-faq .faq-num {
        width: 88px;
        height: 88px;
        font-size: 32px;
    }

    .list-faq .faq-num-inner {
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        margin: 2px;
    }

    .list-faq .faq-num-inner .q {
        top: 2px;
        left: 2px;
    }

    .list-faq .faq-num-inner .num {
        bottom: 2px;
        right: 2px;
    }

    .list-bnr li a .title-bnr {
        font-size: 30px;
    }

    .list-bnr.-bnr02 .title-bnr {
        font-size: 18px;
    }
}

@media (max-width: 599px) {
    .list-sns li a [class^="icon-fa"] {
        font-size: 11vw;
    }

    .list-step li {
        padding: 60px 20px 20px 20px;
    }

    .list-step li .num {
        top: -30px;
        left: 5px;
    }

    .list-price {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .list-price+.list-price {
        margin-top: 10px;
    }

    .list-price dt,
    .list-price dd {
        width: 100%;
    }

    .list-price-box dt,
    .list-price-box dd {
        width: 100%;
        padding: 5px;
        font-size: 16px;
    }

    .list-price-box-note {
        font-size: 12px;
    }

    .list-faq {
        min-height: 66px;
        padding-top: 10px;
        padding-left: 72px;
    }

    .list-faq dt,
    .list-faq dd {
        padding: 6px;
    }

    .list-faq dt {
        padding-right: 3em;
    }

    .list-faq .faq-num {
        width: 66px;
        height: 66px;
        font-size: 24px;
    }

    .list-bnr li a .title-bnr {
        font-size: 26px;
    }

    .list-bnr.-bnr02 .title-bnr {
        font-size: 16px;
    }
}

/* button */
.btn {
    width: 200px;
    max-width: 80%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.btn a,
.btn button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 30px;
    color: #333;
    letter-spacing: 0.1em;
    border: 2px solid #333;
    background-color: white;
    position: relative;
}

.btn a::after,
.btn button::after {
    content: "\f105";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    line-height: 1;
    position: absolute;
    top: 14px;
    right: 5px;
}

.btn.-back a::after,
.btn.-back button::after {
    content: "\f104";
    left: 5px;
    right: auto;
}

.btn.-blue a,
.btn.-blue button {
    color: white;
    border: 2px solid #1a4b7d;
    background-color: #1a4b7d;
}

.btn.-big {
    width: 500px;
    max-width: 90%;
}

.btn.-big a,
.btn.-big button {
    padding: 20px 30px;
    font-size: 20px;
    border-radius: 5px;
}

.btn.-big a::after,
.btn.-big button::after {
    top: 26px;
}

/* header */
header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

/* nav */
.nav-header {
    display: none;
}

.nav-wrap {
    width: 100%;
}

.nav-block {
    width: 92%;
    max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-left: auto;
    margin-right: auto;
}

.nav-block-item+.nav-block-item {
    margin-left: 1em;
}

.nav-list {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 30px;
    padding-left: calc(50% - 500px);
    padding-right: calc(50% - 500px);
    background-color: white;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.nav-list>li a {
    padding: 10px 1em;
    font-weight: bold;
}

.nav-list>li+li {
    padding-left: 1em;
    position: relative;
}

.nav-list>li+li::before {
    content: "/";
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
}

.nav-list.fixed {
    padding-top: 0px;
    padding-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.mobile-nav-info {
    padding: 10px 10px 0 10px;
}

@media (max-width: 1024px) {
    .menu-trigger span {
        border-top: 2px solid #1a4b7d;
        -webkit-box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 0.8);
        box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 0.8);
    }

    .overlay {
        background-color: rgba(26, 75, 125, 0.6);
    }

    nav {
        padding-bottom: 90px;
        color: white;
        background-color: #1a4b7d;
    }

    .mobile-nav-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        padding: 0;
        text-align: center;
    }

    .nav-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
    }

    .nav-block-item+.nav-block-item {
        margin-top: 0.5em;
        margin-left: 0;
    }

    .nav-list {
        padding-left: 30px;
        padding-right: 30px;
        background-color: transparent;
    }

    .nav-list>li+li {
        padding-left: 0;
    }

    .nav-list>li+li::before {
        display: none;
    }

    .nav-list.fixed {
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: transparent;
    }

    .dropdown-box {
        padding: 0 0 0 1em;
    }

    .dropdown-btn {
        padding: 0 !important;
    }
}

@media (max-width: 599px) {
    nav .address {
        font-size: 12px;
    }

    .nav-list {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* footer */
.fixed-contents {
    width: calc(100% - 20px);
    max-width: 500px;
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 10;
}

.list-fixed {
    display: none;
}

.list-fixed li {
    width: 48%;
    margin: 1%;
}

.list-fixed li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    padding-left: 2em;
    font-size: 16px;
    color: white;
    line-height: 1.2;
    border-radius: 5px;
    background-color: #808080;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    position: relative;
}

.list-fixed li a::before {
    display: inline-block;
    line-height: 1;
    position: absolute;
    top: 8px;
    left: 0.5em;
}

.list-fixed li.lesson-btn a {
    border: 2px solid royalblue;
    background-color: royalblue;
}

.list-fixed li.line-btn a {
    border: 2px solid #00b900;
    background-color: #00b900;
}

.list-fixed li.lesson-btn a::before {
    /* content: "\f274"; */
    content: "\f44b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.list-fixed li.line-btn a::before {
    content: "\f3c0";
    font-family: "Font Awesome 5 Brands";
}

.list-fixed.type-b li.lesson-btn a {
    color: royalblue;
    border: 2px solid royalblue;
    background-color: white;
}

.list-fixed.type-b li.line-btn a {
    color: #00b900;
    border: 2px solid #00b900;
    background-color: white;
}

.fixed-bnr {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: fixed;
    top: 50%;
    right: 2px;
    z-index: 10;
}

.list-fixed-bnr li+li {
    margin-top: 20px;
}

.list-fixed-bnr li a {
    display: block;
    padding: 10px;
    color: white;
    letter-spacing: 0.1em;
    text-align: center;
    outline: 2px solid black;
    border: 2px solid white;
    background-color: black;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 0px 4px white;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px 4px white;
}

.footer-upper-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.footer-bottom {
    padding: 80px 0 30px;
    border-top: 2px solid black;
}

.list-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list-footer li {
    margin: 10px;
}

.list-footer li a {
    display: inline-block;
    padding: 10px 1em;
    font-weight: bold;
}

.copy {
    margin-top: 50px;
    padding: 15px;
    font-size: 12px;
    text-align: center;
}

@media (max-width: 1024px) {
    .fixed-bnr {
        display: none;
    }

    .list-fixed {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .list-fixed li a::before {
        font-size: 140%;
    }

    .list-footer {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .list-footer li {
        width: 48%;
        margin: 1%;
    }

    .list-footer li a {
        padding: 5px;
    }

    .copy {
        padding-bottom: 70px;
    }
}

@media (max-width: 599px) {
    .list-fixed li a {
        padding: 15px 10px;
        padding-left: 2em;
        font-size: 12px;
    }

    .list-fixed li a::before {
        font-size: 160%;
        top: 12px;
        left: 0.3em;
    }
}

/* hero section */
.hero-section {
    position: relative;
}

.hero-section-img {
    position: relative;
}

.hero-section-img::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #305983;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 15;
}

.hero-section-content {
    margin: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
}

.hero-section.-top .hero-section-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 1vw 1.5vw;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    font-size: 3vw;
    color: white;
    letter-spacing: 0.05em;
    text-align: center;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    border: 5px solid white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.hero-section.-top .hero-section-title .sub {
    font-weight: 400;
    font-size: 50%;
}

.hero-section.-lower .hero-section-img {
    display: block;
    position: relative;
}

.hero-section.-lower .hero-section-img::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(70, 130, 180, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.hero-section.-lower .hero-section-img::after {
    content: "";
    display: block;
    padding-top: 30%;
}

.hero-section.-lower .hero-section-img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    position: absolute;
    top: 0;
    left: 0;
}

.hero-section.-lower .hero-section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    color: white;
    letter-spacing: 0.1em;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.hero-section.-lower .hero-section-title .sub {
    font-size: 40%;
}

@media (max-width: 1024px) {
    .hero-section.-top .hero-section-title {
        font-size: 5vw;
    }

    .hero-section.-lower .hero-section-img::after {
        padding-top: 40%;
    }

    .hero-section.-lower .hero-section-title {
        font-size: 32px;
    }
}

@media (max-width: 599px) {
    .hero-section.-lower .hero-section-title {
        font-size: 24px;
    }

    .hero-section.-lower .hero-section-title .sub {
        font-size: 50%;
    }

    .hero-section.-lower .hero-section-img::after {
        padding-top: 60%;
    }
}

/* custom contents */
.category {
    margin: 5px 0;
}

.category span {
    display: inline-block;
    margin: 1px;
    padding: 2px 10px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    border-radius: 2px;
    background-color: black;
}

.category span.トレーニング回数券 {
    background-color: darkslategray;
}

.category span.痩身プログラム {
    background-color: midnightblue;
}

.category span.美尻姿勢改善プログラム {
    background-color: mediumvioletred;
}

.category span.体験レッスン {
    background-color: darkslateblue;
}

.category span.お知らせ {
    background-color: dimgray;
}

.category span.ブログ {
    background-color: royalblue;
}

.date {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
}

.card {
    padding: 15px;
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.card-content {
    padding: 10px;
}

.card-title {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
}

.card.-ver02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.card.-ver02 .card-img {
    width: 35%;
}

.card.-ver02 .card-content {
    width: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.card.-ver03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.card.-ver03 .card-img {
    width: 15%;
}

.card.-ver03 .card-content {
    width: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 5px 10px;
}

.list-voice-title {
    margin-top: 5px;
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.column .pager-list li a a:hover,
.column .pager-list li .now a:hover {
    background-color: #1a4b7d;
}

.column .pager-list li a:hover,
.column .pager-list li .now {
    background-color: #1a4b7d;
}

.column .pager-list .arrow a::before {
    color: #1a4b7d;
}

.column .pager-list .arrow a:hover::before {
    color: white;
}

.detail-wrap {
    padding: 50px;
    border-radius: 30px;
    background-color: white;
}

.detail-title {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0.1em;
}

.recommend {
    margin: 100px 0 50px;
}

.recommend-title {
    margin-bottom: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 2px solid #1a4b7d;
}

.recommend-title .main {
    display: inline-block;
    padding: 10px 30px;
    color: white;
    background-color: #1a4b7d;
}

.category-archive-wrap {
    margin-top: 50px;
}

.category-archive-wrap .block {
    padding: 15px;
    border-radius: 5px;
    background-color: #305983;
}

.category-archive-title {
    margin-bottom: 20px;
    padding: 5px 10px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: white;
    letter-spacing: 0.1em;
    border-left: 5px solid white;
}

.list-category-archive li a {
    display: block;
    padding: 10px;
    color: #305983;
    border-bottom: 2px solid #305983;
    background-color: white;
}

.column .category-archive-wrap .block {
    background-color: white;
}

.column .category-archive-title {
    color: #305983;
    border-left: 5px solid #305983;
}

.column .list-category-archive li a {
    color: white;
    border-bottom: 2px solid white;
    background-color: #305983;
}

@media (max-width: 1024px) {
    .card.-ver02 .card-img {
        width: 100%;
    }

    .detail-wrap {
        padding: 40px;
        border-radius: 20px;
    }

    .detail-title {
        font-size: 21px;
    }

    .recommend {
        margin: 80px 0 30px;
    }

    .recommend-title {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .recommend-title .main {
        padding: 5px 20px;
    }
}

@media (max-width: 599px) {
    .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px;
    }

    .card-img {
        width: 35%;
    }

    .card-content {
        width: 10%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .card.-ver02 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px;
    }

    .card.-ver02 .card-img {
        width: 35%;
    }

    .card.-ver02 .card-content {
        width: 10%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .detail-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .detail-title {
        font-size: 18px;
    }
}

/* form */
.contact-item dd textarea,
.contact-item dd input[type="text"] {
    border: 2px solid #eee;
}

.contact-item dd textarea:not(:placeholder-shown),
.contact-item dd input[type="text"]:not(:placeholder-shown) {
    border: 2px solid white;
    background-color: white;
}

.contact-item dd textarea:focus,
.contact-item dd input[type="text"]:focus {
    outline: 0;
    border: 2px solid #1a4b7d;
}

.contact-btns li button {
    font-size: 14px;
}

@media (max-width: 1024px) {
    .contact-btns li button {
        font-size: 12px;
    }
}

/* 見たまま編集 */
[data-element-id] .fead-screen::before {
    display: none;
}

[data-element-id] .fead-lazy {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

[data-element-id] .mobile-only,
[data-element-id] .nav-list li .mobile-only {
    display: block;
    padding-top: 15px;
    border: 2px solid #ff8c00;
}

[data-element-id] .mobile-only::after,
[data-element-id] .nav-list li .mobile-only::after {
    content: "モバイルのみ表示";
    width: 100%;
    width: 100%;
    display: block;
    padding: 2px 5px;
    font-weight: bold;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #ff8c00;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] .nav-list {
    padding: 30px;
    position: relative;
}

[data-element-id] .nav-list li {
    margin: 5px;
}

[data-element-id] nav,
[data-element-id] .dropdown-menu {
    overflow: visible;
}

[data-element-id] .dropdown-menu {
    position: static;
}

[data-element-id] .dropdown-menu .dropdown-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
    right: auto;
}

[data-element-id] .fixed-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px auto;
    padding-top: 15px;
    border: 2px solid #ff8c00;
    position: relative;
}

[data-element-id] .fixed-wrap:before {
    content: "固定バナー";
    width: 100%;
    width: 100%;
    display: block;
    padding: 2px 5px;
    font-weight: bold;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #ff8c00;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] .fixed-contents {
    margin: 20px;
    position: static;
}

[data-element-id] .list-fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

[data-element-id] .fixed-bnr {
    max-width: 300px;
    margin: 20px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
}

[data-element-id] .list-02 .bg-parent {
    padding: 20px;
}

[data-element-id] .list-02 .bg-cont {
    margin: 0 auto;
    padding: 0;
}

[data-element-id] .list-02 li a {
    height: 100%;
}

[data-element-id] .list-03 .bg-parent {
    padding: 50px 0;
}

[data-element-id] .list-03 .bg-cont {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 80%;
    max-width: 90%;
    margin: 0 auto;
    padding: 10px;
}

[data-element-id] .list-03 li a {
    height: 100%;
}

[data-element-id] .list-04 .bg-parent {
    padding: 50px 0;
}

[data-element-id] .list-04 .bg-cont {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 80%;
    max-width: 90%;
    margin: 0 auto;
    padding: 10px;
}

[data-element-id] .list-04 li a {
    height: 100%;
}



/* 2023/04/13追記 */
.box-info {
    position: relative;
}

.box-info .box {
    position: relative;
    padding: 40px 30px;
    border-radius: 20px;
}

@media (max-width:599px) {
  .box-info .box {
      padding: 25px 15px;
  }
}

.text-box01 {
    max-width: 800px;
    margin: 30px auto 0;
}

/* 2023/07/21 */

.btn-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-box .btn {
    width: 40%;
    margin-left: 0;
    margin-right: 0;
}

@media (max-width:599px) {
  .btn-box .btn {
      width: 48%;
  }
}


.prace-p{
  text-align: center;
    margin-bottom: 12px;
    font-size: 18px;
}


.list-fixed li {
    width: 100%;
    margin: 1%;
}

.nav-list {
    padding-left: calc(30% - 500px);
    padding-right: calc(30% - 500px);
}

.nav-list>li a {
  font-size: 14px;
}

.nav-list>li+li {
    padding-left: 0em;
}

.list-explain dd {
    padding-left: 1em;
    font-size: 16px;
}

.date {
    font-size: 14px;
}

.list-voice-title {
    font-size: 16px;
}

.card-title {
    font-size: 16px;
}
    
 .list-price dt {
    font-size: 18px;
  }
  
  .list-price dd {
    font-size: 18px;
  }
  
  .address {
    font-size: 16px;
}

.trainer-box {
  display: flex;
  justify-content: space-between;
}

.trainer-item{
  width: 49%;
}


@media (max-width:599px) {
  .trainer-box {
  display: block;
}

.trainer-item{
  width: 92%;
        margin: auto;
}
}

.norecruiting {
  font-size: 22px;
  text-align: center;
}

/**2024/08/01 プログラム追加**/
.newmenu h3 {
  font-size: 30px;
  margin: 0 auto 30px;
}

.newmenu h3 span {
  font-size: 22px;
}

.newmenu h3 div {
  width: fit-content;
  margin: auto;
  text-align: center;
  font-weight: bold;
}

.newmenu h3 .h301 {
  position: relative;
  padding-left: 60px;
  color: #ffca2c;
}

.newmenu h3 .h301:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  background: #ffca2c;
  color: white;
  font-weight: 900;
  font-size: 26px;
  border-radius: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.newmenu h3 .h301:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 37px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffca2c;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.newmenu h3 .h302 {
  color: #305983;
}

.newmenu .inbox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.newmenu .inbox .left-box {
  width: 50%;
  margin-right: 2%;
}
.newmenu .inbox .right-box {
  width: 48%;
  padding: 4%;
  border: 2px solid #305983;
  border-radius: 20px;
}
.newmenu .inbox .right-box div {
  font-size: 22px;
  color: #305983;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.newmenu .inbox .right-box ul {
  padding-left: 20px;
}
.newmenu .inbox .right-box ul li {
  list-style: disc;
  margin-bottom: 10px;
}
.newmenu .price {
  width: 80%;
  margin: auto;
  background: #b0c4de;
  padding: 3%;
}
.newmenu .price .txt01 {
  font-size: 22px;
  font-weight: bold;
}
.newmenu .price .txt02 {
  font-size: 40px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}


@media (max-width: 1024px){
  .newmenu h3 {
    font-size: 28px;
  }
  .newmenu .price .txt02 {
    font-size: 34px;
  }
}

@media (max-width: 599px){
  .newmenu h3 {
    font-size: 20px;
  }
  .newmenu h3 span {
    font-size: 16px;
  }
  .newmenu .inbox {
    margin-bottom: 20px;
  }
  .newmenu .inbox .left-box {
    width: 100%;
    margin-right: 0;
  }
  .newmenu .inbox .right-box {
    width: 100%;
    margin-top: 20px;
  }
  .newmenu .price {
    width: 100%;
  }
  .newmenu .price .txt02 {
    font-size: 32px;
  }
  .newmenu .price .txt02 span {
    display: inline-block;
  }
}

/**2024/10/11**/
.h2m {
  font-size: 36px;
  text-align: center;
  margin-bottom: 50px;
  color: #3f5e78;
  font-weight: bold;
}

.list-fixed-bnr li.diet-link a {
  outline: 2px solid royalblue;
  background: royalblue;
}

/* 2024/12/16 */
.up-c-red.border{
  border-bottom: 1px solid;
}

.txt-blue-wrap{
  background-color: #D3F0FB;
  border-radius: 1em;
  padding: 1em;
}

.dna_ttl{
  border-bottom: 5px dotted #ddba6c;
  display: flex;
}

.dna_ttl::before{
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background-image: url('/upload/tenant_2/8abb222c3ab78863cf7a70f965dcc25d.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 0.5em;
}

.dna_ttl02{
  color: #ddba6c;
  border: 2px solid #ddba6c;
  text-align: center;
  font-size: 24px;
  padding: 0.25em 0;
  font-weight: 500;
  margin-bottom: 20px;
}

.redborder{
  border: 1px solid #c26c66;
  padding: 1em;
}

.redttl{
  background: #ebc3c1;
  color: #c26c66;
  padding: 0.25em;
  border-radius: 5px;
}

.greenttl{
  background: #C9E0CE;
  color: #7FA088;
  padding: 0.25em;
  border-radius: 5px;  
}

.giwrap{
  background: #FDF2E0;
  color: #C59175;
  padding: 1em;
  border-radius: 5px; 
  border: 1px solid #C59175;
}

.giwrap.ver02{
  background: #EDF0F5;
  color: #686698;
  border: 1px solid #686698;
}

.graph .graphin01{
  font-size: 0.8em;
}

.graph .graphin02{
  font-size: 0.8em;
  padding: 0.5em;
}

.graph.graph01 .graphin02{
  background-color: #C0E0ED;
  color: #425479;
}

.graph.graph02 .graphin02{
  background-color: #EBC3C1;
  color: #C26C66;
}

.graph.graph03 .graphin02{
  background-color: #F3EEA8;
  color: #CB965F;
}

.newrank li{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #999999;
}

.newrank li+li{
  margin-top: 0.5em;
}

.newrank li .rank{
  width: 4em;
  text-align: center;
}

.dna-table{
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.dna-table th,
.dna-table td {
  border: 1px solid #ddd;
  padding: 10px;
}

.dna-table th {
  background-color: #f5f5e6;
}

.img.reverse{
  transform: scale(-1, 1);
}

.img.hakari{
  position: relative;
}

.fukidashi{
  color: #c26c66;
  position: relative;
}

.fukidashi::before{
  content:"";
  display: block;
  width: 100px;
  height: 100px;
  background-image: url('/upload/tenant_2/4d2869fe84dc33228830f041bc9b8da5.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.pc-br{
  display: block;
}

.sp-br{
  display: none;
}

@media(max-width:599px) {
.pc-br{
  display: none;
}

.sp-br{
  display: block;
}
}

/*ブログ***/
.taiken h3 {
  display: flex;
  align-items: center;
}
.taiken h3 .img { 
  width: 35%;
}
.taiken h3 .h3t {
  width: 63%;
  margin-left: 2%;
  font-size: 52px;
  letter-spacing: 0;
  font-weight: bold;
}
.taiken h3 .h3t span {
    display        : inline-block;
  color          : #ff0000;            /* 文字の色 */
  font-size      : 60pt;               /* 文字のサイズ */
  letter-spacing : 4px;                /* 文字間 */
  text-shadow    : 
       2px  2px 1px #000000,
      -2px  2px 1px #000000,
       2px -2px 1px #000000,
      -2px -2px 1px #000000,
       2px  0px 1px #000000,
       0px  2px 1px #000000,
      -2px  0px 1px #000000,
       0px -2px 1px #000000;        /* 文字の影 */
       font-weight: bold;
}
.taiken .midashi {
  width: fit-content;
  line-height: 1.1;
  font-size: 44px;
  color: red;
  font-weight: bold;
  border-bottom: 3px solid red;
  margin: 0 auto 10px;
}
.taiken .txt {
  width: 80%;
  text-align: center;
  line-height: 1.5;
  font-size: 32px;
  margin: 30px auto 0;
  font-weight: bold;
}
.taiken .txt.txt01 {
  margin: 50px auto 0;
}
.taiken .txt span {
  color: red;
}

@media (max-width: 599px){
  .taiken h3 .h3t {
    font-size: 28px;
  }
  .taiken h3 .h3t span {
    font-size: 34px;
  }
  .taiken .midashi {
    font-size: 24px;
  }
  .taiken .txt {
    width: 100%;
    font-size: 18px;
  }
}

/* 2025/01/21 */

.ws-pwrap{
   white-space: pre-wrap;
}


.fs20{
  font-size:20px;  
}

.fs24{
  font-size: 24px;
  color: #f30000;
}

/* 2025/05/15 */
.logonav-wrap{
  position: fixed;
  top: 20px;
  left: 0;
  z-index: 10;
  width: 100%;
  background: linear-gradient(to bottom, 
  rgba(0, 0, 0, 1) 0%, 
  rgba(0, 0, 0, 1) 30%, 
  rgba(0, 0, 0, 0) 90%, 
  rgba(0, 0, 0, 0) 100%);
}

.logonav-wrapin{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logonav-wrap .logo-wrap{
  max-width: 300px;
}

.logonav-wrap .navwrap{
  width: 10%;
  flex-grow: 1;
}

.logonav-wrap .nav-list {
  background-color: transparent;
}

.logonav-wrap .nav-list>li a {
  color: #fff;
  padding: 5px;
}

.logonav-wrap .nav-list>li a .en {
  font-size: 1.2em;
  text-align: center;
}

.logonav-wrap .nav-list>li+li::before {
  content: none;
}
    
.logonav-wrap .nav-list>li a .ja {
  text-align: center;
}

.logonav-wrap .mobile-nav-info{
  display: none;
}

.index_new .common-h1 {
  background-color: #000;
}

/* fixした時 */
.logonav-wrap .nav-list.fixed {
  position: relative;
}

.drop .logonav-wrap{
  top: 0px;
}

/* risingした時 */
.rising .logonav-wrap{
  top: 0px;
}

@media(max-width:1024px){
.logonav-wrap{
  background-color: transparent;
}
  
.logonav-wrap .mobile-nav-info{
  display: block;
}

.logonav-wrap .logo-wrap{
  display: none;
}
}

.box-white-alpha.ver02{
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 77%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
    border: none;
}

.title-03.ver02{
  color: #fff;
}

.title-03::after {
  background-color: #fff;
}

.black-grade{
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 45%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
}

.black-bg{
  background-color: #000;
}

.box-black-ver02 {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.6);
}

.footin{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footin > div{
  width: 45%;
}

.footin .map iframe{
 -webkit-filter: grayscale(100%);
 -moz-filter: grayscale(100%);
 -o-filter: grayscale(100%);
 -ms-filter: grayscale(100%);
 filter: grayscale(100%);
}

.list-fixed-bnr li.access-link a {
  background-color: #999999;
}

.list-fixed li.access-link a::before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.special-line .txt {
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
}

.special-line .txt::before {
    content: "\f3c0";
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    color: #00b900;
    font-size: 1.5em;
    margin-right: 20px;
}

.special-line .img {
    max-width: 150px;
    margin: 0 auto;
}

.contactpagelink{
  max-width: 485px;
  margin: 50px auto;
}

.contactpagelink .btn{
  width: 240px;
  margin: 0;
}

.index_new .trainer-item {
    margin: 0 auto;
}

.index_new nav {
    padding-bottom: 0 !important;
}

@media(max-width:1024px){
.index_new .fixed-contents {
    max-width: 800px;
}    
}

@media(max-width:599px) {
.footin > div{
  width: 100%;
}

.index_new .list-fixed li a {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  font-size: 10px;
}

.index_new .list-fixed li a::before {
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.special-line .txt {
    font-size: 16px;
}

.contactpagelink .btn a{
  padding: 10px 20px;
}
}


.grey-back{
  background-color: rgba(0, 0, 0, 0.6);
}

.top-add{
  font-size: 12px;
    color: #fff !important;
    margin-bottom: 3px;
}

.top-addtel{
  font-size: 12px;
    color: #fff !important;
}

.none-map{
  width: 100% !important;
}

/* 2025/06/03 */
.list-check.verblack li::before {
    color: #333;
}

.box-border-all.-black {
    border: 3px solid #333;
}

.list-step.verblack li .num {
    background-color: #333;
}

.list-price.verblack dt {
    background-color: #333;
}

.colored:nth-of-type(even) .colored-target.verblack {
    background-color: #333;
}

.filter.-black::before {
    background-color: rgba(0, 0, 0, 0.6);
}

.title-07.verblack{
    background-color: #999999;
}

.list-price-box.verblack dt {
    color: #333;
}

.list-faq.verblack .faq-num {
    background-color: #333;
}

.category-archive-wrap.verblack .block {
    background-color: #333;
}

.list-policy.verblack dt {
    color: #333;
}

.h2m.verblack {
    color: #333;
}

.title-08.verblack {
    background-color: #333;
}

.recommend-title.verblack {
    border-bottom: 2px solid #333;
}

.recommend-title.verblack .main {
    background-color: #333;
}

.column.verblack .category-archive-title {
    color: #333;
    border-left: 5px solid #333;
}

.column.verblack .list-category-archive li a {
    background-color: #333;
}

.qr{
  width: 200px;
  margin: 0 auto;
  text-align: center;
}

.qr a{
  display: block;
  width: 100%;
  height: 100%;
}

@media(max-width:599px) {
.qr{
  width: 100px;
}    
}


.bg-box{
  border: 1px solid #afafaf;
    padding: 1rem 2rem;
    border-radius: 10px;
    background: #333;
}
.blognews-box{
  max-width: 1100px;
}

.font-b{
  color: #fff;
}


@media(max-width:599px) {

.bg-box {
    padding: 1rem 1rem;
}
}
