@charset "UTF-8";

*,
::after,
::before {
    box-sizing: border-box
}

blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

html:focus-within {
    scroll-behavior: smooth
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

img,
picture {
    max-width: 100%;
    display: block
}

button,
input,
select,
textarea {
    font: inherit
}

@media (prefers-reduced-motion:reduce) {
    html:focus-within {
        scroll-behavior: auto
    }

    *,
    ::after,
    ::before {
        animation-duration: 0s !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0s !important;
        scroll-behavior: auto !important
    }
}

html {
    font-size: 20px
}

@media (max-width:850px) {
    html {
        font-size: 2.3529411765vw
    }
}

@media screen and (max-width:767px) {
    html {
        font-size: 20px
    }
}

@media (max-width:375px) {
    html {
        font-size: 5.3333333333vw
    }
}

body {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    color: #0b0b0b;
    overflow-x: hidden
}

@media screen and (max-width:767px) {
    body {
        font-size: .9rem
    }
}

a {
    text-decoration: none;
    color: inherit;
    transition: opacity .3s
}

.center {
    text-align: center
}

a:hover {
    opacity: .8
}

@media screen and (max-width:767px) {
    a:hover {
        opacity: 1
    }
}

blockquote{background-color: #f4f4f4;
    padding: .5em;}

.pc {
    display: block
}

@media screen and (max-width:767px) {
    .pc {
        display: none
    }
}

.sp {
    display: none
}

@media screen and (max-width:767px) {
    .sp {
        display: block
    }
}

.benefit__list {
    padding: 2.6rem 4.25rem 2.25rem;
    background: rgba(255, 255, 255, .8);
    max-width: 40rem;
    width: 100%
}

@media screen and (max-width:767px) {
    .benefit__list {
        padding: 1.25rem 1rem
    }
}

.benefit__list:not(:nth-of-type(1)) {
    margin-top: 3rem
}

@media screen and (max-width:767px) {
    .benefit__list:not(:nth-of-type(1)) {
        margin-top: 1.5rem
    }
}

.benefit__wrap {
    max-width: calc(100% - 10rem);
    width: 100%
}

@media screen and (max-width:767px) {
    .benefit__wrap {
        max-width: 100%
    }
}

.benefit__meta {
    display: flex;
    align-items: start;
    gap: 1rem;
    margin-top: 2rem
}

@media screen and (max-width:767px) {
    .benefit__meta {
        flex-direction: column-reverse
    }
}

.benefit__figure {
    max-width: 10rem;
    width: 100%
}

@media screen and (max-width:767px) {
    .benefit__figure {
        max-width: 70%;
        margin-inline: auto
    }
}

.benefit__title {
    color: #ac0632;
    padding-bottom: .9rem;
    border-bottom: 1px solid #000;
    font-size: 1.2rem;
    font-weight: 700
}

@media screen and (max-width:767px) {
    .benefit__title {
        padding-bottom: .25rem
    }
}

.benefit__text {
    font-size: 1rem;
    line-height: 1.8
}

@media screen and (max-width:767px) {
    .benefit__text {
        font-size: .9rem
    }
}

.benefit__text:not(:first-of-type) {
    margin-top: 1.2rem
}

.benefit__text strong {
    font-weight: 900
}

.benefit__item {
    font-size: .9rem;
    color: #ac0632;
    line-height: 1.5;
    list-style: disc
}

.benefit__items {
    margin-top: 2rem;
    padding-left: 1em
}

@media screen and (max-width:767px) {
    .benefit__items {
        margin-top: 1rem
    }
}

.button {
    position: fixed;
    width: 6.5rem;
    height: 6.5rem;
    right: 20px;
    bottom: 180px;
    cursor: pointer;
    border-radius: 50%;
    animation: anime 3s ease infinite
}

@media screen and (max-width:767px) {
    .button {
        width: 3.75rem;
        height: 3.75rem;
        bottom: 110px
    }
}

@keyframes anime {
    0% {
        transform: translateY(0)
    }

    5% {
        transform: translateY(0)
    }

    10% {
        transform: translateY(0)
    }

    20% {
        transform: translateY(-10px)
    }

    25% {
        transform: translateY(0)
    }

    30% {
        transform: translateY(-10px)
    }

    50% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(0)
    }
}

.check__lists {
    background: rgba(255, 255, 255, .8);
    max-width: 40rem;
    width: 100%;
    margin: 2rem auto 0;
    padding: 1.85rem 4rem
}

@media screen and (max-width:767px) {
    .check__lists {
        padding: 1rem 1rem;
        margin-top: .75rem
    }
}

.check__list {
    font-weight: 700;
    border-bottom: 2px solid #e9e3d5;
    padding-bottom: .75rem;
    margin-top: .55rem;
    background: url(../images/icon-check.webp) no-repeat left 1px;
    background-size: 2.05rem;
    padding-left: 2.5rem;
    padding-top: .2rem
}

@media screen and (max-width:767px) {
    .check__list {
        font-size: .9rem;
        background: url(../images/icon-check.webp) no-repeat left 6px;
        background-size: 1.25rem;
        padding-left: 1.5rem;
        padding-top: .2rem;
        margin-top: .55rem
    }
}

.check__list:last-child {
    border-bottom: none;
    padding-bottom: .4rem
}

@media screen and (max-width:767px) {
    .check__list:last-child {
        padding-bottom: 0
    }
}

.check__list:first-child {
    margin-top: 0
}

.check__list strong {
    color: #ac0632;
    font-weight: 900
}

.contents-title {
    font-size: 1.4rem;
    font-weight: 900;
    border-bottom: 4px solid #000;
    max-width: 32rem;
    width: 100%;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .contents-title {
        font-size: 1.1rem
    }
}

.contents-title:not(:first-of-type) {
    margin: 2rem auto 0
}

.contents__lists {
    max-width: 32rem;
    width: 100%;
    margin: 2rem auto 0
}

@media screen and (max-width:767px) {
    .contents__lists {
        margin-top: 1rem
    }
}

.contents__list {
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 1.8
}

@media screen and (max-width:767px) {
    .contents__list {
        font-size: 1.1rem
    }
}

.countdown {
    background-color: #303233;
    color: #fff;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: .5rem 0;
    line-height: 1;
    z-index: 100
}

@media screen and (max-width:767px) {
    .countdown {
        padding: .4rem 0
    }
}

.count_num {
    font-size: 1.5rem;
    background-color: #fff;
    color: #0b0b0b;
    border-radius: .25rem;
    padding: .25rem .3rem;
    display: inline-block;
    margin: 0 .25rem;
    font-family: "BIZ UDMincho", serif;
    font-weight: 700
}

@media screen and (max-width:767px) {
    .count_num {
        font-size: 1.25rem
    }
}

@media screen and (max-width:767px) {
    .countdown span {
        display: inline-block;
        margin-top: .25rem
    }
}

.footer {
    background-color: #303233;
    padding: 2.5rem 0;
    color: #fff
}

@media screen and (max-width:767px) {
    .footer {
        padding: 1.25rem 0;
        font-size: .8rem
    }
}

.footer__lists {
    text-align: center
}

.footer__list:nth-of-type(2) {
    margin-top: .5rem
}

.footer__copyright {
    display: block;
    text-align: center;
    margin-top: 1.5rem;
    font-size: .8rem
}

@media screen and (max-width:767px) {
    .footer__copyright {
        font-size: .7rem;
        margin-top: 2rem
    }
}

.inner {
    padding-right: 25px;
    padding-left: 25px;
    margin-inline: auto;
    max-width: 850px;
    width: 100%
}

@media screen and (max-width:767px) {
    .inner {
        padding-right: 1rem;
        padding-left: 1rem
    }
}

.inquiry__list {
    padding: 1.8rem 3rem;
    background: rgba(255, 255, 255, .8);
    max-width: 40rem;
    width: 100%
}

@media screen and (max-width:767px) {
    .inquiry__list {
        padding: 1rem
    }
}

.inquiry__list:not(:nth-of-type(1)) {
    margin-top: 3rem
}

@media screen and (max-width:767px) {
    .inquiry__list:not(:nth-of-type(1)) {
        margin-top: 1.5rem
    }
}

.inquiry__title-wrap {
    display: flex;
    align-items: start;
    border-bottom: 1px solid #000;
    padding-bottom: .7rem
}

@media screen and (max-width:767px) {
    .inquiry__title-wrap {
        padding-bottom: .5rem
    }
}

.q {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 1em;
    color: #ac0632;
    position: relative
}

.q::before {
    content: 'Q';
    background: #ffd4e0;
    width: 2rem;
    height: 2rem;
    border-radius: 1rem;
    text-align: center;
    position: absolute;
    left: -4%;
    top: .15rem
}
.q::after {
    content:"";
    top:50%;
    right:0;
    width:20px;
    height:17px;
    transform:translateY(-50%);
    position:absolute;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: #0b0b0b;
    transition: clip-path 0.3s ease;
}

@media screen and (max-width:767px) {
    .q {
        padding: 0 1.2em;
        font-size: 0.9rem
    }
    .q::before {
        width: 1.5rem;
        height: 1.5rem;
        top: 0;
    }
}

.inquiry__title-wrap img {
    max-width: 2rem;
    width: 100%
}

.a {
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px dotted #000;
    display: none;
    color: #222c5d
}

@media screen and (max-width:767px) {
    .a {
        margin-top: .5rem;
        font-size: .9rem
    }
}

.inquiry__last {
    margin-top: 3rem
}

@media screen and (max-width:767px) {
    .inquiry__last {
        margin-top: 1.5rem
    }
}

.inquiry__last-title {
    background-color: #d6e1eb;
    font-weight: 900;
    padding: 1.85rem 0;
    text-align: center;
    font-size: 1.3rem
}

@media screen and (max-width:767px) {
    .inquiry__last-title {
        font-size: 1.1rem;
        padding: 1.5rem .75rem
    }
}

.inquiry__last-text {
    line-height: 1.8;
    background-color: #fff;
    padding: 1.8rem 4.25rem
}

.inquiry__last-text span {
    color: #ac0632;
    font-weight: 900
}

.inquiry__last-text strong {
    font-weight: 900
}

@media screen and (max-width:767px) {
    .inquiry__last-text {
        padding: 1.25rem .75rem
    }
}

.kv {
    background-image: url(../images/bg-wafuu.webp);
    background-position: center;
    background-size: contain
}

@media screen and (max-width:767px) {
    .kv h1 {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw)
    }
}

.number__lists {
    max-width: 32rem;
    width: 100%;
    margin: 1.85rem auto 0;
    position: relative;
    z-index: 3
}

.number__list {
    border-bottom: 1px solid #000;
    padding-bottom: .5rem;
    margin-top: .75rem;
    font-weight: 700;
    display: flex;
    align-items: start;
    gap: .75rem
}

.number__list span {
    position: relative
}

.number__list span::before {
    position: absolute;
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    background: #edb121;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    left: -12%
}

.padding {
    padding-top: 3rem
}

.right {
    margin-top: 1.9rem;
    text-align: right;
    font-size: 1.2rem;
}

.right2 {
    text-align: right;
    font-weight: 900
}

@media screen and (max-width:767px) {
    .padding {
        padding-top: 3.95rem
    }
}

.price__bnr {
    margin-top: 2.9rem
}

@media screen and (max-width:767px) {
    .price__bnr {
        margin-top: 1.5rem
    }
}

.price__text {
    margin-top: 1.9rem;
    text-align: center;
    font-size: .8rem;
    line-height: 1.8
}

.price__text2 {
    padding-bottom: .8rem;
    border-bottom: 1px solid #000;
    font-weight: 900;
    max-width: 32rem;
    width: 100%;
    margin: 2rem auto 0;
    text-align: center
}

@media screen and (max-width:767px) {
    .price__text2 {
        padding-bottom: .25rem
    }
}

.price__text2 span {
    color: #ac0632
}

.price__text2 strong {
    font-size: 2rem
}

.price__text3 {
    font-size: .8rem;
    color: #ac0632;
    text-align: center;
    font-weight: 900;
    margin-top: 1rem
}

@media screen and (max-width:767px) {
    .price__text3 {
        margin-top: .5rem
    }
}

.price__text4 {
    font-size: 1rem;
    text-align: center;
    margin-top: 1rem
}

@media screen and (max-width:767px) {
    .price__text4 {
        font-size: .8rem
    }
}

.price__title,
.price__title2 {
    font-size: .8rem;
    font-weight: 900;
    line-height: 1;
    background-color: #e2d9c2;
    display: inline-block;
    padding: .4rem 2rem;
    border-radius: .8rem;
    margin-inline: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10%
}

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

    .price__title,
    .price__title2 {
        padding: .4rem 1rem;
        top: -13%
    }
}

.price__title2 {
    top: -5%
}

@media screen and (max-width:767px) {
    .price__title2 {
        top: -3%
    }
}

.price__box,
.price__box2 {
    background: rgba(255, 255, 255, .8);
    position: relative;
    padding: 2.4rem 7.6rem 1.5rem;
    margin-top: 2.5rem;
    font-size: .7rem;
    line-height: 1.8;
    max-width: 32rem;
    width: 100%;
    margin-inline: auto
}

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

    .price__box,
    .price__box2 {
        padding: 1.75rem 1rem 1.25rem
    }
}

.price__box2 {
    padding: 2.4rem 3rem 1.5rem;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    .price__box2 {
        flex-direction: column-reverse;
        padding: 1.75rem .75rem 1.25rem
    }
}

.price__box p,
.price__box2 p {
    text-indent: 1em
}

.price__subtitle:not(:first-of-type) {
    margin-top: 1rem
}

.price__btn {
    cursor: pointer;
    max-width: 550px;
    margin: 1.8rem auto 0;
    animation: anime 3s ease infinite
}

@media screen and (max-width:767px) {
    .price__lists {
        margin-top: 1rem
    }
}

.price__list {
    position: relative;
    padding-left: .75rem
}

.price__list:not(:nth-of-type(1)) {
    margin-top: 1rem
}

.price__list::before {
    position: absolute;
    content: "";
    width: .5rem;
    height: .5rem;
    background: #ac0632;
    transform: rotate(45deg) skew(10deg, 10deg);
    left: 0;
    top: .4rem
}

.price__pic {
    max-width: 6rem;
    width: 100%
}

@media screen and (max-width:767px) {
    .price__pic {
        margin-inline: auto
    }
}

.price__limited {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 1.15rem;
    max-width: 32.5rem;
    margin: .7rem auto 0
}

@media screen and (max-width:767px) {
    .price__limited {
        flex-direction: column;
        gap: 2rem;
        margin-top: 2rem
    }
}

.price__limited p {
    font-size: 1rem;
    line-height: 1.8;
    max-width: calc(100% - 5rem);
    width: 100%
}

@media screen and (max-width:767px) {
    .price__limited p {
        max-width: 100%;
        font-size: .9rem
    }
}

.price__limited span {
    font-size: .9rem;
    text-align: center;
    display: inline-block;
    position: relative;
    max-width: 5rem;
    width: 100%;
    line-height: 1
}

.price__limited span::before {
    position: absolute;
    content: "";
    background-color: #e2d9c2;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1
}

.price__limited strong {
    font-size: 1.6rem;
    font-weight: 900
}

.rhombus__lists {
    max-width: 32rem;
    width: 100%;
    margin: 2rem auto 0
}

@media screen and (max-width:767px) {
    .rhombus__lists {
        margin-top: 1rem
    }
}

.rhombus__list {
    border-bottom: 1px solid #000;
    padding-bottom: .5rem;
    margin-top: .75rem;
    font-weight: 700
}

.rhombus__list span {
    display: inline-block;
    width: .65rem;
    height: .65rem;
    background: #ac0632;
    transform: rotate(45deg) skew(10deg, 10deg)
}

.rhombus__list strong {
    color: #ac0632
}

.career__table-wrap {
    overflow-x: auto;
    margin-top: 1em
  }
  
  .career__table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
    border: 1px solid #ddd;
    font-size: 16px;
    table-layout: auto;
  }
  
  .career__table th,
  .career__table td {
    padding: 4px 8px;
    vertical-align: middle;
  }
  .career__table th {
    background-color: #f4f4f4;
  }
  .career__table td[rowspan] {
    vertical-align: top;
  }
  

.sec1 {
    background-image: url(../images/bg-tatami.webp);
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
    padding-top: 2rem;
    padding-bottom: 3rem;
    overflow-x: hidden
}

@media screen and (max-width:767px) {
    .sec1 {
        padding-top: 2rem;
        padding-bottom: 1.5rem
    }
}

.sec1__video {
    margin-inline: auto;
    margin-top: 2.5rem;
    max-width: 40rem;
    display: block;
    height: auto;
    width: 100%;
    aspect-ratio: 8/5
}

@media screen and (max-width:767px) {
    .sec1__video {
        margin-top: 1.25rem;
        width: 100vw;
        margin: 1.25rem calc(50% - 50vw) 0
    }
}

.sec2 {
    background-image: url(../images/bg-brown.webp);
    background-position: center;
    background-repeat: repeat;
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow-x: hidden
}

@media screen and (max-width:767px) {
    .sec2 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}

.sec3 {
    background-image: url(../images/bg-gray2.webp);
    background-position: center;
    background-repeat: repeat;
    padding-top: 3rem;
    padding-bottom: 3rem
}

@media screen and (max-width:767px) {
    .sec3 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}

.sec4 {
    background-image: url(../images/bg-wafuu.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 3rem;
    padding-bottom: 3rem
}

@media screen and (max-width:767px) {
    .sec4 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}

.sec5 {
    background-image: url(../images/bg-blue.webp);
    background-position: center;
    background-repeat: repeat;
    padding-top: 3rem;
    padding-bottom: 3rem
}

@media screen and (max-width:767px) {
    .sec5 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}

.sec6 {
    background-image: url(../images/bg-pink.webp);
    background-position: center;
    background-repeat: repeat;
    padding-top: 3rem;
    padding-bottom: 3rem
}

@media screen and (max-width:767px) {
    .sec6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}

.skill__lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    margin: 2rem 0;
    gap: 1em;
}

.skill__lists.--pink .skill__title {
    color: #ac0632
}

.skill__list,.voice__list {
    padding: 1.5rem;
    background: rgba(255, 255, 255, .8);
    max-width: 40rem;
    min-height: 24em;
    width: 48.5%
}

@media screen and (max-width:767px) {
    .skill__list {
        width: 100%;
        padding: 1.25rem 1rem
    }
}

.skill__list:not(:nth-of-type(1)) {
    margin-bottom: 2rem
}

@media screen and (max-width:767px) {
    .skill__list:not(:nth-of-type(1)) {
        margin-bottom: 1.5rem
    }
}

.skill__title {
    font-size: 1.2rem;
    line-height: 1.5;
    padding-bottom: .8rem;
    font-weight: 700;
    color: #040e46
}

@media screen and (max-width:767px) {
    .skill__title {
        font-size: 1.1rem;
        padding-bottom: .5rem
    }
}

.skill__meta {
    display: flex;
    align-items: start;
    gap: 1.5rem;
    margin-top: 2rem
}

@media screen and (max-width:767px) {
    .skill__meta {
        flex-direction: column-reverse;
        margin-top: 1rem;
        gap: .75rem
    }
}

.skill__figure {
    width: 100%
}

@media screen and (max-width:767px) {
    .skill__figure {
        max-width: 100%
    }
}

.skill__figure img {
    aspect-ratio: 200 / 112;
    -o-object-fit: cover;
    object-fit: cover;
}

.skill__figure img.tate {
    aspect-ratio: 4/5;
    -o-object-fit: cover;
    object-fit: cover
}

.voice-text {
    font-size: .9rem;
    line-height: 1.8;
    width: 100%;
    padding-top: 37px;
    display: none;
}

.voice-btn {
    font-size: 24px;
    color: #135c7b;
    background:rgba(34,165,222,0.2);
    border-radius: 30px;
    text-align: center;
    max-width: 405px;
    width: 100%;
    padding: 12px 0;
    font-weight: bolder;
    position: relative;
    cursor: pointer;
    display: block;
    margin-inline: auto;
    margin-top: 40px;
}
.voice-btn:after {
    content:"";
    top:50%;
    right:28px;
    width:20px;
    height:17px;
    transform:translateY(-50%);
    position:absolute;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: #135c7b;
    transition: clip-path 0.4s ease;
}
.voice-btn.active:after {
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

@media screen and (max-width:767px) {
    .voice-text {
        max-width: 100%;
        font-size: .8rem
    }

    .skill__figure img.tate {
        aspect-ratio: 1/1
    }
}

.voice-text span {
    color: #ac0632;
    font-weight: 900
}

.text {
    text-align: left;
    max-width: 32rem;
    width: 100%;
    line-height: 1.8;
    margin-top: 1.5rem
}

@media screen and (max-width:767px) {
    .text {
        margin-top: .75rem
    }
}

.text__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.text span {
    color: #ac0632
}

.text strong {
    font-weight: 900;
    color: #000
}

.title {
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
    line-height: 1
}

@media screen and (max-width:767px) {
    .title {
        font-size: 1.1rem;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw)
    }
}

.title .--red {
    color: #e8c862;
    font-size: 2rem;
    font-weight: 900
}

@media screen and (max-width:767px) {
    .title .--red {
        font-size: 1.4rem
    }
}

.title__sub {
    font-size: 1.8rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: .65rem;
    line-height: 1
}

.title__lead {
    font-size: 1.5rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: .9rem;
    line-height: 1
}

@media screen and (max-width:767px) {
    .title__lead {
        font-size: .85rem;
        margin-bottom: .45rem;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw)
    }

    .title__sub {
        font-size: 1.5rem
    }
}

.title img {
    display: inline-block;
    width: 2.3rem;
    vertical-align: middle
}

@media screen and (max-width:767px) {
    .title img {
        width: 1.15rem
    }
}

.title span.--yellow {
    background: linear-gradient(transparent 70%, #e8c862 70%);
    margin: 0 1.25rem
}

@media screen and (max-width:767px) {
    .title span.--yellow {
        margin: 0 .25rem
    }
}

.title span.--red {
    background: linear-gradient(transparent 70%, #69172e 70%);
    margin: 0 1.25rem
}

@media screen and (max-width:767px) {
    .title span.--red {
        margin: 0 .6rem
    }
}

.title2 {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.2;
    display: inline-block;
    position: relative;
    text-align: center
}

@media screen and (max-width:767px) {
    .title2 {
        font-size: 1rem
    }
}

.title2 strong.--red {
    color: #ac0632;
    font-size: 2.5rem
}

@media screen and (max-width:767px) {
    .title2 strong.--red {
        font-size: 1.5rem
    }
}

.title2 span.--green {
    color: #597700;
    font-size: 2.5rem
}

@media screen and (max-width:767px) {
    .title2 span.--green {
        font-size: 1.15rem;
        margin-top: .25rem;
        display: block
    }
}

.title2__wrap {
    background-position: center;
    background-size: 640px;
    background-repeat: no-repeat;
    text-align: center;
    padding: 2.25rem 0;
    position: relative
}

@media screen and (max-width:767px) {
    .title2__wrap {
        padding: 1.25rem 1rem
    }
}

.title2__wrap.--yellow {
    border-top: 4px solid #ccaa1f;
    border-bottom: 4px solid #ccaa1f
}

.title2__wrap.--green {
    border-top: 4px solid #597700;
    border-bottom: 4px solid #597700
}

.title2__arrowimg {
    position: absolute;
    left: 50%;
    bottom: -35%;
    transform: translate(-50%, -50%);
    width: 3rem
}

@media screen and (max-width:767px) {
    .title2__arrowimg {
        width: 2rem;
        bottom: -35%
    }
}

.title2__img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 32rem;
    width: 100%
}

@media screen and (max-width:767px) {
    .title2__img {
        width: 90%
    }
}

.title3 {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.2;
    position: relative;
    text-align: center;
    color: #775f00
}

@media screen and (max-width:767px) {
    .title3 {
        font-size: 1.2rem
    }
}

.title3__wrap {
    text-align: center;
    padding: 2.25rem 0;
    background: rgba(255, 255, 255, .5);
    position: relative;
    border-top: 4px solid #e0be36;
    border-bottom: 4px solid #e0be36
}

@media screen and (max-width:767px) {
    .title3__wrap {
        padding: 1.25rem 1rem
    }
}

.title3__arrowimg {
    position: absolute;
    left: 50%;
    bottom: -50%;
    transform: translate(-50%, -50%);
    width: 3rem
}

@media screen and (max-width:767px) {
    .title3__arrowimg {
        width: 2rem
    }
}

.title3__img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 24rem;
    width: 100%
}

@media screen and (max-width:767px) {
    .title3__img {
        width: 90%
    }
}

.title4 {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.2;
    position: relative;
    text-align: center
}
.title4 .small {
    font-size: 2rem
}

@media screen and (max-width:767px) {
    .voice__text small {
        font-size: 0.7rem
    }
    .title4 {
        font-size: 1.5rem
    }
    .title4 .small {
        font-size: 1rem
    }

}

.title4 span {
    font-size: 4.5rem;
    color: #ac0632;
    line-height: 1;
    display: inline-block;
    vertical-align: text-bottom
}

@media screen and (max-width:767px) {
    .title4 span {
        font-size: 3rem
    }
}

.title4__wrap {
    text-align: center;
    padding: 2.25rem 0;
    background: rgba(255, 255, 255, .5);
    position: relative;
    border-top: 4px solid #ac0632;
    border-bottom: 4px solid #ac0632
}

@media screen and (max-width:767px) {
    .title4__wrap {
        padding: 1.25rem 1rem
    }
}

.title4__arrowimg {
    position: absolute;
    left: 50%;
    bottom: -48%;
    transform: translate(-50%, -50%);
    width: 3rem
}

@media screen and (max-width:767px) {
    .title4__arrowimg {
        width: 2rem;
        bottom: -51%
    }
}

.title4__img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 24.5rem
}

@media screen and (max-width:767px) {
    .title4__img {
        width: 2rem;
        bottom: -51%;
        width: 90%
    }
}

.title5 {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.3;
    position: relative;
    text-align: left;
    display: inline-block
}

@media screen and (max-width:767px) {
    .title5 {
        font-size: 1rem
    }
}

.title5 strong {
    font-size: 2.5rem;
    color: #ac0632
}

@media screen and (max-width:767px) {
    .title5 strong {
        font-size: 1.5rem
    }
}

.title5__wrap {
    text-align: center;
    padding: 2.25rem 0;
    background: rgba(255, 255, 255, .4);
    position: relative;
    border-top: 4px solid #999;
    border-bottom: 4px solid #999;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw)
}

@media screen and (max-width:767px) {
    .title5__wrap {
        padding: 1.25rem 1rem
    }
}

.title5__arrowimg {
    position: absolute;
    left: 50%;
    bottom: -25%;
    transform: translate(-50%, -50%);
    width: 3rem
}

@media screen and (max-width:767px) {
    .title5__arrowimg {
        width: 2rem;
        bottom: -27%
    }
}

.title5__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 40rem;
    width: 100%
}

@media screen and (max-width:767px) {
    .title5__img {
        width: 90%
    }
}

.title6 {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.3;
    position: relative;
    text-align: center;
    color: #e0be36
}

@media screen and (max-width:767px) {
    .title6 {
        font-size: 1.2rem
    }
}

.title6 span {
    font-size: 1.5rem;
    margin-top: .5rem
}

@media screen and (max-width:767px) {
    .title6 span {
        font-size: 1.25rem
    }
}

.title6 span .--large {
    font-size: 2rem
}

@media screen and (max-width:767px) {
    .title6 span .--large {
        font-size: 1.75rem
    }
}

@media (min-width:751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none
    }
}

.title6__wrap {
    text-align: center;
    padding: 2.25rem 0;
    background: rgba(255, 255, 255, .5);
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/bg-wafuu2.webp);
    border-top: 4px solid #e0be36;
    border-bottom: 4px solid #e0be36
}

@media screen and (max-width:767px) {
    .title6__wrap {
        padding: 1.25rem 1rem
    }
}

.title6__wrap img {
    position: absolute;
    left: 50%;
    bottom: -29%;
    transform: translate(-50%, -50%);
    width: 3rem
}

@media screen and (max-width:767px) {
    .title6__wrap img {
        width: 2rem;
        bottom: -32%
    }
}

.voice__list {
    padding: 2.6rem 4.25rem 2.25rem;
    background: rgba(255, 255, 255, .8);
    max-width: 40rem;
    width: 100%
}

.voice__list ul{    list-style: disc;
    margin-left: 1em;}
.voice__list ul li{margin-bottom: 1em;}

@media screen and (max-width:767px) {
    .voice__list {
        padding: 1.25rem 1rem
    }
}

.voice__list:not(:nth-of-type(1)) {
    margin-top: 3rem
}

@media screen and (max-width:767px) {
    .voice__list:not(:nth-of-type(1)) {
        margin-top: 1.5rem
    }
}

.voice__meta {
    display: flex;
        flex-direction: column;
        align-items: center;
}

@media screen and (max-width:767px) {
    .voice__meta {
        display: block
    }
}

.voice__figure {
    max-width: 10rem;
    width: 100%
}

@media screen and (max-width:767px) {
    .voice__figure {
        margin-inline: auto
    }
}

.voice__figure img {
    aspect-ratio: 3/4;
    -o-object-fit: cover;
    object-fit: cover
}

.voice__name p {
    color: #808d4e;
    padding-bottom: .9rem;
    border-bottom: 1px solid #808d4e;
    font-size: 1.2rem;
    font-weight: 900
}

@media screen and (max-width:767px) {
    .voice__name p {
        font-size: 1.1rem;
        padding-bottom: .45rem;
        margin-top: .5rem
    }
}

.voice__name h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 1.1rem
}

@media screen and (max-width:767px) {
    .voice__name h3 {
        font-size: 1.1rem;
        margin-top: .5rem
    }
}

.voice__text {
    margin-top: 2.15rem;
    line-height: 1.8
}

@media screen and (max-width:767px) {
    .voice__text {
        margin-top: 1rem
    }
}

.voice__text span {
    font-weight: 900;
    color: #ac0632
}

@media screen and (max-width:767px) {
    .voice__profile {
        text-align: center;
        margin-top: .5rem
    }
}

.voice__profile h3 {
    font-size: 1.4rem;
    font-weight: 700
}

@media screen and (max-width:767px) {
    .voice__profile h3 {
        text-align: left;
        display: inline-block
    }
}

.price__text2 small {
    display: inline-block;
    font-size: 70%;
    position: relative;
    top: -.15em
}

body {
    padding-top: 3rem
}

@media screen and (max-width:767px) {
    body {
        padding-top: 3.95rem
    }
}

body.--none {
    padding-top: 0
}

body.--none .countdown {
    display: none
}

#now {
    text-align: center
}

.mt40 {
    margin-top: 2rem
}

@media screen and (max-width:767px) {
    .mt40 {
        margin-top: 1rem
    }
}

.mt0 {
    margin-top: 0 !important
}

.ud{text-decoration:underline;}

@media (min-width:751px){
    a[href*="tel:"]{
        pointer-events:none;
        cursor:default;
        text-decoration:none}}