@charset "UTF-8"; /*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::after,
::before {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
body {
    margin: 0;
}

main {
    display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

pre {
    font-family: monospace, monospace;
    font-size: inherit;
}

address {
    font-style: inherit;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: inherit;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

embed,
iframe,
img,
object,
svg {
    vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: 0 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
}
[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
}

[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled,
button:disabled {
    cursor: default;
}

:-moz-focusring {
    outline: auto;
}
select:disabled {
    opacity: inherit;
}

option {
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

legend {
    padding: 0;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

label[for] {
    cursor: pointer;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[contenteditable]:focus {
    outline: auto;
}

table {
    border-color: inherit;
    border-collapse: collapse;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: 700;
}

body {
    font-family: "Noto Serif JP", serif;
    overflow-x: hidden;
    letter-spacing: 0.1em;
    line-height: 1.8;
    background-color: #fff;
    color: #000;
}

main {
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

.l-section {
    margin-bottom: 140px;
}

.l-section--s {
    margin-bottom: 80px;
}

.l-wrap {
    max-width: 1530px;
    padding: 0 40px;
    margin: 0 auto;
    width: 100%;
}

.l-inner {
    max-width: 1100px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
    width: 100%;
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

.c-heading2 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.8rem;
}

.c-heading3 {
    color: #2c84b5;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 16px;
    letter-spacing: 0.2rem;
}

.c-heading3--center {
    text-align: center;
}

.c-txt--sm {
    font-family: "Noto Sans JP", sans-serif;
    color: #555;
    font-size: 14px;
    letter-spacing: 0;
}

.c-txt--sm--sp {
    display: none;
    font-size: 12px;
}

.btnOuter {
    display: inline-block;
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
}

.btn-topTxt__outer {
    text-align: center;
}

.btn-topTxt {
    font-size: 20px;
    padding: 0 20px;
    text-align: center;
    position: relative;
    margin-bottom: 16px;
    color: #2c84b5;
    letter-spacing: 0.2rem;
    line-height: 2;
    display: inline-block;
    line-height: normal;
}

.btn-topTxt::before {
    position: absolute;
    top: 50%;
    left: -64px;
    content: "";
    width: 64px;
    height: 1px;
    background: -webkit-linear-gradient(right, #2c84b5, transparent);
    background: linear-gradient(to left, #2c84b5, transparent);
}

.btn-topTxt::after {
    position: absolute;
    top: 50%;
    right: -64px;
    content: "";
    width: 64px;
    height: 1px;
    background: -webkit-linear-gradient(left, #2c84b5, transparent);
    background: linear-gradient(to right, #2c84b5, transparent);
}

.btn-topTxt span {
    font-size: 40px;
    line-height: 0;
}

.btnWrap {
    width: 100%;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.btnWrap:hover {
    opacity: 0.8;
}

.btnWrap__img {
    width: 100%;
}

.btnWrap__txt {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: #fff;
}

.btn--2colWide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.btn--1colWide .btnOuter {
    display: block;
}

.btn-topTxt--2col {
    font-size: 18px;
    letter-spacing: inherit;
}

.btn-topTxt--2col::before {
    left: -22px;
    width: 28px;
}

.btn-topTxt--2col::after {
    right: -22px;
    width: 28px;
}

.btn-topTxt--2col span {
    font-size: 36px;
}

.btnWrap__img--2col--sp {
    display: none;
}

.btn--2col {
    font-size: 15px;
}

.btn-centerWrap {
    text-align: center;
}

.container-top {
    text-align: center;
    color: #2c84b5;
}

.container-top__img {
    width: 96px;
    height: auto;
    margin: auto;
    margin-bottom: 16px;
}

.container-top__txt {
    font-size: 24px;
    margin-bottom: 8px;
    letter-spacing: 0.5rem;
}

.container-top__txt--en {
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 0;
    font-size: 36px;
}

.br-sp {
    display: none;
}

.reason-slideWrap {
    grid-area: c;
}

.reason-slideWrap img {
    -o-object-fit: cover;
    object-fit: cover;
}

.reason-slider {
    position: relative;
}

.slick-arrow {
    background-color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #2c84b5;
    position: absolute;
    top: 50%;
    right: -22px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    cursor: pointer;
}

.slick-arrow::before {
    position: absolute;
    top: 47%;
    right: 50%;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #2c84b5;
    border-right: 1px solid #2c84b5;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

.slick-arrow--rev {
    left: -22px;
}

.slick-arrow--rev::before {
    right: 40%;
    border-right: 0;
    border-top: 0;
    border-left: 1px solid #2c84b5;
    border-bottom: 1px solid #2c84b5;
}

.slick-dots {
    bottom: -40px !important;
}

.slick-dots li {
    margin: 0 !important;
}

.slick-dots li.slick-active button:before {
    color: #9b7b27 !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 64px !important;
}

.u-mb24 {
    margin-bottom: 24px;
}

.u-mb40 {
    margin-bottom: 40px;
}

.u-mb56 {
    margin-bottom: 56px;
}

.mv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 860px;
    max-height: 100vh;
}

.mv-img__slidWrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
}

* {
    min-height: 0;
    min-width: 0;
}

.mv-img__slider {
    pointer-events: none;
    height: 100%;
}

.mv-img__slider .slick-list {
    height: 100%;
}

.mv-img__slider .slick-track {
    height: 100%;
}

.mv-img {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 100%;
}

.mv-txtOuter {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    min-width: 600px;
    background: -webkit-radial-gradient(#17a4cc, #006cba, #00369d);
    background: radial-gradient(#17a4cc, #006cba, #00369d);
    background-size: 150% 150%;
    background-position: 0 0;
    -webkit-animation: top-gradient 5s linear infinite 0.8s alternate;
    animation: top-gradient 5s linear infinite 0.8s alternate;
}
@-webkit-keyframes top-gradient {
    0% {
        background-position: 100% 100%;
    }
    50% {
        background-position: 50% 50%;
    }
    100% {
        background-position: 0 0;
    }
}
@keyframes top-gradient {
    0% {
        background-position: 100% 100%;
    }
    50% {
        background-position: 50% 50%;
    }
    100% {
        background-position: 0 0;
    }
}
.mv-txtInner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.mv-logo {
    width: 386px;
    height: auto;
    margin: auto;
    margin-bottom: 60px;
}

.mv-txt {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.15rem;
    font-family: "Shippori Mincho", serif;
}

.mv-ttl {
    font-size: 56px;
    color: #fff;
    letter-spacing: -0.1rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
}

.mv-ttl .spacing {
    letter-spacing: -0.4rem;
}

.circle {
    background: url(../../dist/imgs/gold-circle.svg) no-repeat top/cover;
    width: 206px;
    height: 206px;
    position: absolute;
    bottom: 32px;
    right: 20px;
    z-index: 200;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: fuwafuwa 4s infinite linear 0.8s alternate;
    animation: fuwafuwa 4s infinite linear 0.8s alternate;
}

@-webkit-keyframes fuwafuwa {
    0% {
        -webkit-transform: translate(0, 0) rotate(-5deg);
        transform: translate(0, 0) rotate(-5deg);
    }
    50% {
        -webkit-transform: translate(0, -5px) rotate(0);
        transform: translate(0, -5px) rotate(0);
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(5deg);
        transform: translate(0, 0) rotate(5deg);
    }
}

@keyframes fuwafuwa {
    0% {
        -webkit-transform: translate(0, 0) rotate(-5deg);
        transform: translate(0, 0) rotate(-5deg);
    }
    50% {
        -webkit-transform: translate(0, -5px) rotate(0);
        transform: translate(0, -5px) rotate(0);
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(5deg);
        transform: translate(0, 0) rotate(5deg);
    }
}

.circle:hover {
    opacity: 0.9;
}

.circle.fixed {
    position: fixed;
    top: 24px;
    bottom: inherit;
}

.circle-txt {
    white-space: nowrap;
    display: inline-block;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 1.3;
}

.circle-txt .circle-txt--top {
    letter-spacing: 0.2rem;
    font-size: 24px;
}

.circle-txt .circle-txt--0 {
    font-size: 28px;
    line-height: 0.7;
}

.circle-txt .circle-txt--sm {
    font-size: 16px;
    position: relative;
    padding-right: 20px;
    letter-spacing: 0;
}

.circle-txt .circle-txt--sm::after {
    position: absolute;
    top: 6px;
    right: 0;
    content: "";
    border: 6px solid transparent;
    border-left: 10px solid currentColor;
}

.sea {
    background: -webkit-linear-gradient(58deg, transparent 35%, #004295), url(../../dist/imgs/sea@2x.jpg);
    background: linear-gradient(32deg, transparent 35%, #004295), url(../../dist/imgs/sea@2x.jpg);
    background-position: 30% bottom;
    background-size: cover;
    height: 860px;
    position: relative;
}

.sea-txtOuter {
    width: 739px;
    max-width: 100%;
    position: absolute;
    bottom: 25%;
    right: 10%;
}

.sea-txtInner {
    color: #fff;
    width: 652px;
    max-width: 100%;
    margin: auto;
}

.sea-txt__top {
    height: auto;
    margin-bottom: 40px;
}

.sea-txt--lg {
    font-size: 36px;
    margin-bottom: 24px;
    letter-spacing: 0.4rem;
}

.sea-txt--md {
    font-size: 24px;
    margin-bottom: 24px;
}

.sea-txt--sm {
    font-size: 18px;
    letter-spacing: 0.2rem;
    line-height: 2.4;
}

.sea-txt--mark {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 15px;
    height: 18px;
    background: url(../../dist/imgs/shine.svg) no-repeat center/cover;
}

/*リボンCSS　PCサイズ-------*/
.ribbon-wrap {
    width: 100%;
    margin: 0 auto 30px;
    display: block;
}

.ribbon {
    display: inline-block;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}

.ribbon:before {
    /*左側のリボン端*/
    content: "";
    position: absolute;
    width: 95px;
    bottom: -10px;
    left: -78px;
    /* z-index: -2; */
    border: 35px solid #99875d;
    border-left-color: transparent; /*山形に切り抜き*/
}

.ribbon:after {
    /*右側のリボン端*/
    content: "";
    position: absolute;
    width: 95px;
    bottom: -10px;
    right: -78px;
    /* z-index: -2; */
    border: 35px solid #99875d;
    border-right-color: transparent; /*山形に切り抜き*/
}

.ribbon .ribbon_text {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 25px 40px 28px;
    line-height: 45px;
    font-size: 3em;
    color: #fff;
    z-index: 1;
    background: linear-gradient(90deg, #b39855 0%, #ccb47c 50%, #b39855 100%); /*真ん中の背景色*/
}
.ribbon .ribbon_text:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 15px #332d1f; /*左の折り返し部分*/
}
.ribbon .ribbon_text:after {
    position: absolute;
    content: "";
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-left: solid 15px #332d1f; /*右の折り返し部分*/
}
/*--------------リボンCSSここまで*/

.details {
    width: 50%;
    margin: 10px auto;
    padding: 15px;
    font-size: 1em;
    background: #ecece7;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    color: gray;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.details li {
    list-style-type: none;
    list-style-position: inside;
    margin: 2px 5px;
}

.details li:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    background: gray;
    position: relative;
    top: -2px;
}

.campaing-banerWrap {
    margin: 40px auto;
    max-width: 1000px;
}

.campaing-baner__imgWrap {
    margin-bottom: 24px;
}

.campaing-baner__txtWrap {
    display: -webkit-box;
    padding: 0 28px;
    width: 70%;
    margin: auto;
}

.campaing-baner__txtInner {
    width: 100%;
    margin: auto;
}

.campaing-baner__txt {
    width: 80%;
    margin: auto;
    color: #005cb3;
    line-height: normal;
    font-size: 56px;
    text-align: center;
}

.campaing-baner__txt--r {
    font-size: 80px;
    line-height: 1;
}

.campaing-baner__txt--s {
    font-size: 40px;
}

.campaing-baner__txt--sm {
    width: 60%;
    margin: auto;
    background-color: #005cb3;
    color: #fff;
    line-height: normal;
    padding: 2px 12px;
    border-radius: 4px;
    font-size: 20px;
    text-align: center;
    min-width: 210px;
}

.campaing-baner__txt--notice {
    font-size: 11px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.cost-topWrap {
    background: -webkit-linear-gradient(58deg, transparent 35%, #004295), url(../../dist/imgs/sea@2x.jpg);
    background: linear-gradient(32deg, transparent 35%, #004295), url(../../dist/imgs/sea@2x.jpg);
    background-position: right bottom 10%;
    background-size: cover;
    height: 860px;
    position: relative;
}

.cost-topInner {
    position: relative;
    height: 100%;
}

.cost-top {
    display: inline-block;
    position: absolute;
    right: 40px;
    bottom: 30%;
    text-align: inherit;
    color: #fff;
    white-space: nowrap;
}

.cost-top .container-top__img {
    margin: 0 0 16px 0;
}

.cost-heading2 {
    margin-bottom: 16px;
}

.cost-topTxt {
    color: #fff;
}

.cost-anicrit__logoWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    padding: 24px 40px;
    margin-bottom: 40px;
}

.cost-anicrit__logoTxt {
    text-align: center;
    caption-side: bottom;
    font-size: 12px;
    font-weight: 700;
    color: #2c84b5;
    white-space: nowrap;
}

.cost-inner {
    background-color: #fff;
    padding: 40px 60px 0;
    position: relative;
    overflow: hidden;
}

.cost-ttlImg {
    margin-bottom: 40px;
    text-align: center;
}

.cost-2colWide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 56px 0;
}

.cost-2colWide__content {
    -webkit-box-flex: 0;
    -webkit-flex: 1;
    -ms-flex: 0 1 48%;
    flex: 1;
    text-align: center;
    color: #9b7b27;
}

.cost-2colWide__content:nth-child(2n) {
    color: #2c84b5;
}

.cost-2colWide__topTxt {
    font-size: 28px;
    position: relative;
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 24px;
    line-height: 1.4;
}

.cost-2colWide__topTxt::before {
    position: absolute;
    top: 52%;
    left: -88px;
    content: "";
    width: 96px;
    height: 1px;
    background: -webkit-linear-gradient(right, currentColor, transparent);
    background: linear-gradient(to left, currentColor, transparent);
}

.cost-2colWide__topTxt::after {
    position: absolute;
    top: 52%;
    right: -88px;
    content: "";
    width: 96px;
    height: 1px;
    background: -webkit-linear-gradient(left, currentColor, transparent);
    background: linear-gradient(to right, currentColor, transparent);
}

.cost-2colWide__topTxt span {
    font-size: 20px;
}

.cost-2colWide__topTxt span span {
    font-size: 14px;
}

.cost-2colWide__boxInner {
    margin: 5px;
}

.cost-2colWide__txt {
    display: inline-block;
    border-bottom: 1px solid currentColor;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 2px;
}

.cost-2colWide__price {
    font-size: 32px;
    line-height: 1;
    font-family: "EB Garamond", serif;
}

.cost-span--border {
    font-size: 20px;
    border: 1px solid currentColor;
    padding: 2px 6px;
    position: relative;
    top: -8px;
    margin-right: 16px;
}

.cost-span--num {
    font-size: 64px;
}

.cost-txt--sm {
    width: 50%;
    margin: auto;
    white-space: nowrap;
    margin-bottom: 56px;
}

.cost-btn {
    position: relative;
    max-width: 1031px;
    margin: auto;
    display: block;
}

.cost-btn:hover .cost-btn__txtWrap::after {
    opacity: 1;
}

.cost-btn__border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 0.8px solid #fff;
    outline-offset: -6px;
    z-index: 100;
}

.cost-btn__border--sp {
    display: none;
}

.cost-btnWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cost-btn__imgWrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    background: url(../../dist/imgs/btn-img@2x.jpg) no-repeat top/cover;
}

.cost-btn__txtWrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    padding: 48px 40px;
    background: -webkit-linear-gradient(left, #57c2e3, #0059be);
    background: linear-gradient(90deg, #57c2e3, #0059be);
    position: relative;
}

.cost-btn__txtWrap::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition-duration: 1.4s;
    transition-duration: 1.4s;
    opacity: 0;
    background: -webkit-linear-gradient(left, #002776 1%, #0059be 30%, #57c2e3);
    background: linear-gradient(90deg, #002776 1%, #0059be 30%, #57c2e3);
}

.cost-btn__txtInner {
    z-index: 100;
    position: relative;
}

.cost-btn__txt--top {
    color: #fff;
    font-size: 20px;
    font-family: "Cormorant Garamond", serif;
    margin-bottom: 12px;
}

.cost-btn__txt {
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.3rem;
    line-height: 2;
}

.review {
    background: url(../../dist/imgs/review-bg@2x.jpg) no-repeat bottom/cover;
    padding: 120px 0;
    margin-bottom: 10px;
}

.review-content2col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.review-content {
    text-align: center;
    width: 100%;
    margin: auto;
}

.review-year {
    font-size: 20px;
    display: inline-block;
    position: relative;
    color: #9b7b27;
}

.review-year::after,
.review-year::before {
    position: absolute;
    top: 50%;
    left: -80px;
    content: "";
    width: 64px;
    height: 1px;
    background: -webkit-linear-gradient(right, currentColor, transparent);
    background: linear-gradient(to left, currentColor, transparent);
}

.review-year::after {
    left: inherit;
    right: -80px;
    background: -webkit-linear-gradient(left, currentColor, transparent);
    background: linear-gradient(to right, currentColor, transparent);
}

.review-heading3 {
    position: relative;
    margin-bottom: 40px;
    color: #9b7b27;
}

.review-txtWrap {
    background: rgba(255, 255, 255, 0.6);
    padding: 64px 88px;
    margin-bottom: 80px;
    position: relative;
}

.review-txt {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    position: relative;
    text-align: center;
    font-family: "Zen Kurenaido", sans-serif;
    letter-spacing: 0.2rem;
}

.review-txt:not(:last-child) {
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.review-txt:not(:last-child)::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(left, transparent 1%, #2c84b5 20%, transparent, #2c84b5, transparent);
    background: linear-gradient(to right, transparent 1%, #2c84b5 20%, transparent, #2c84b5, transparent);
}

.review-txt span {
    z-index: 10;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: -webkit-linear-gradient(bottom, #f2ecd4 40%, transparent 40%);
    background: linear-gradient(to top, #f2ecd4 40%, transparent 40%);
}

.review-bottom__txt {
    font-size: 24px;
}

.review-2colWide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin: auto;
    margin-bottom: 80px;
}

.review-txtOuter {
    display: inline-block;
}

.review-2colContent__txt {
    color: #2c84b5;
    font-size: 22px;
    margin-bottom: 56px;
    line-height: 2.2;
}

.review-btnOuter {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 40px;
}

.review-2colContent__img {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    z-index: 10;
    overflow: hidden;
}

.review-2colContent__img img {
    width: auto;
    max-height: 300px;
}

.reason-top {
    background: url(../../dist/imgs/reason-bg@2x.jpg) no-repeat top/cover;
    padding: 104px 0 240px;
}

.reason-container {
    margin-top: -140px;
    padding: 140px 88px 0;
    background-color: #fff;
}

.reason-content {
    position: relative;
}

.reason-content:last-child {
    margin-bottom: 0;
}

.reason-content:nth-of-type(odd) > .reason-point,
.reason-point {
    position: absolute;
    top: -40px;
    z-index: 100;
}

.reason-point {
    right: 120px;
}

.reason-content:nth-of-type(odd) > .reason-point {
    left: 120px;
}

.reason-ttl--en {
    color: #9b7b27;
    font-size: 20px;
    border-bottom: 1px solid #9b7b27;
    margin-bottom: 24px;
    display: inline-block;
    font-family: "Cormorant Garamond", serif;
}

.reason-top--center {
    display: block;
    margin: auto;
    margin-bottom: 24px;
    width: 139px;
}

.reason-heading3 {
    margin-bottom: 40px;
}

.reason-2colWide {
    display: grid;
    grid-template-columns: 43% 52%;
    grid-template-rows: auto 1fr;
    grid-template-areas: "a c" "b c";
    -webkit-column-gap: 5%;
    -moz-column-gap: 5%;
    column-gap: 5%;
}

.reason-content:nth-of-type(odd) > .reason-2colWide {
    grid-template-columns: 52% 43%;
    grid-template-areas: "c a" "c b";
}

.reason-txtWrap {
    grid-area: b;
}

.reason-ttlWrap {
    grid-area: a;
}

.reason-txt {
    font-family: "Noto Sans JP", sans-serif;
}

.feature-content {
    background-repeat: no-repeat;
    background-position: 40% top;
    background-size: contain;
}

.feature-content--rev {
    background-position: right 24% top;
}

.feature-outer {
    padding-right: 0 !important;
}

.feature-inner {
    width: 755px;
    max-width: 48%;
    margin: 0 0 0 auto;
}

.feature-inner--rev {
    margin: 0 auto 0 0;
}

.feature-num {
    font-family: "EB Garamond", serif;
    font-size: 120px;
    color: #e5eff9;
    text-align: center;
    line-height: 0.8;
    margin-bottom: 48px;
    font-style: italic;
    padding: 0 16px;
}

.feature-txtWrap {
    background-color: #fff;
    padding: 48px;
}

.feature-txtWrap_top {
    color: #9b7b27;
    margin-bottom: 16px;
}

.feature-txtWrap_txt {
    margin-bottom: 32px;
    font-family: "Noto Sans JP", sans-serif;
}

.feature-speechWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.feature-speech_point {
    color: #9b7b27;
    margin-bottom: 8px;
}

.feature-speechWrap_speech {
    background-color: #f2ecd4;
    border-radius: 5px;
    padding: 16px 32px;
    position: relative;
    margin-right: 24px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
}

.feature-speechWrap_speech::after {
    position: absolute;
    top: 50%;
    right: -24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    border: 8px solid transparent;
    border-left: 16px solid #f2ecd4;
}

.feature-speechWrap_img {
    max-width: 88px;
}

.question {
    background: url(../../dist/imgs/question-bg@2x.jpg) no-repeat left 5% top/cover;
    padding-top: 142px;
}

.question-top {
    padding-bottom: 120px;
    color: #fff;
}

.question-top__img--sp {
    display: none;
}

.question-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 80px 24px;
    padding-bottom: 110px;
}

.question-item {
    background: url(../../dist/imgs/question-icon-bg@2x.jpg) no-repeat top/cover;
    text-align: center;
    /* padding: 32px; */
    padding-top: 0;
}
.question-item a {
    display: block;
    padding: 0 32px 32px;
    transition: opacity 0.3s ease;
}
.question-item a:hover {
    cursor: pointer;
    opacity: 0.7;
}

.question-num {
    position: relative;
    top: -20px;
    margin-bottom: 32px;
    max-width: 100%;
    margin: auto;
}

.question-icon {
    height: 120px;
}

.question-txt {
    font-size: 20px;
    color: #2c84b5;
    font-weight: 700;
}

footer {
    background: -webkit-linear-gradient(bottom, #002776 30%, #0059be 60%, #57c2e3);
    background: linear-gradient(0deg, #002776 30%, #0059be 60%, #57c2e3);
    background-size: 150% 150%;
    -webkit-animation: foot-gradient 8s ease infinite;
    animation: foot-gradient 8s ease infinite;
    color: #fff;
    font-weight: 300;
}

@-webkit-keyframes foot-gradient {
    0% {
        background-position: 0 90%;
    }
    50% {
        background-position: 0 20%;
    }
    100% {
        background-position: 0 90%;
    }
}

@keyframes foot-gradient {
    0% {
        background-position: 0 90%;
    }
    50% {
        background-position: 0 20%;
    }
    100% {
        background-position: 0 90%;
    }
}

.notes-inner {
    padding-top: 100px;
    font-family: "Noto Sans JP", sans-serif;
}

.notes-ttl {
    font-size: 20px;
    text-align: center;
    margin-bottom: 48px;
}

.notes-txtWrap {
    max-width: 861px;
    margin: auto;
}

.notes-txt {
    font-size: 14px;
    margin-bottom: 16px;
}

.btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
}

.btn-container .btnOuter {
    display: block;
}

.bottom-logo {
    width: 248px;
    height: auto;
    margin: auto;
    margin-bottom: 32px;
}

.bottom-adress {
    font-size: 14px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
}

.footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 20px;
}

.foot-logo:hover {
    opacity: 0.6;
}

.footer-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.foot-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
}

.foot-nav__item {
    line-height: 1;
}

.foot-nav__item:nth-child(-n + 2) {
    border-right: 1px solid currentColor;
    padding-right: 8px;
    padding-left: 8px;
}

.foot-nav__item:last-child {
    padding-left: 8px;
}

.foot-nav__link {
    white-space: nowrap;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
}

.foot-nav__link:hover {
    opacity: 0.8;
}

small {
    font-size: 9px;
    font-family: Inter, sans-serif;
}

@media all and (-ms-high-contrast: none) {
    body {
        overflow-x: hidden;
    }
}

@media screen and (max-width: 1800px) {
    .feature-content {
        background-position: left top;
    }
    .feature-content--rev {
        background-position: right top;
    }
}

@media screen and (max-width: 1500px) {
    .feature-content {
        background-size: 60%;
    }
    .feature-inner {
        padding-top: 100px;
        max-width: 60%;
    }
}

@media screen and (max-width: 1377px) {
    .reason-container {
        padding: 80px 48px 0;
    }
}

@media screen and (max-width: 1280px) {
    .btnOuter {
        display: block;
    }
    .btnWrap__img--2col {
        display: none;
    }
    .btnWrap__img--2col--sp {
        display: block;
    }
    .circle {
        width: 160px;
        height: 160px;
    }
    .circle-txt {
        font-size: 20px;
    }
    .circle-txt .circle-txt--top {
        font-size: 18px;
    }
    .circle-txt .circle-txt--0 {
        font-size: 23px;
    }
    .circle-txt .circle-txt--sm {
        font-size: 13px;
        padding-right: 8px;
    }
    .circle-txt .circle-txt--sm::after {
        top: 5px;
        right: -8px;
        border: 5px solid transparent;
        border-left: 8px solid currentColor;
    }
    .sea-txtOuter {
        position: initial;
        padding-top: 40px;
        margin: auto;
    }
    .cost-2colWide__topTxt::before {
        left: -40px;
        width: 56px;
    }
    .cost-2colWide__topTxt::after {
        right: -40px;
        width: 56px;
    }
    .review-btnOuter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 16px;
        margin: auto;
    }
    .reason-2colWide {
        grid-template-columns: 470px auto;
    }
    .reason-content:nth-of-type(odd) > .reason-2colWide {
        grid-template-columns: auto 470px;
    }
    .question-txt br {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .c-heading2 {
        font-size: 32px;
        letter-spacing: 0.3rem;
    }
    .c-heading3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .btnWrap__txt {
        font-size: 16px;
    }
    .container-top__txt {
        font-size: 20px;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 48px !important;
    }
    .mv {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .mv-txtOuter {
        min-width: inherit;
    }
    .mv-logo {
        width: 260px;
        margin-bottom: 40px;
    }
    .mv-txt {
        font-size: 15px;
        letter-spacing: 0.1rem;
    }
    .mv-ttl {
        font-size: 44px;
    }
    .circle {
        bottom: calc(100% - 350px);
    }
    .sea-txtOuter {
        padding: 100px 24px 0;
        position: initial;
    }
    .campaing-baner__txt {
        width: 80%;
        margin: auto;
        font-size: 40px;
        text-align: center;
    }
    .campaing-baner__txt--r {
        font-size: 64px;
    }
    .campaing-baner__txt--s {
        font-size: 32px;
    }
    .campaing-baner__txt--sm {
        width: 90%;
        margin: auto;
        font-size: 16px;
        min-width: inherit;
    }
    .cost-top {
        display: block;
        text-align: center;
        top: 32px;
        bottom: inherit;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        width: 100%;
    }
    .cost-top .container-top__img {
        margin: auto;
    }
    .cost-inner {
        padding: 0;
    }
    .cost-ttlImg {
        margin-bottom: 24px;
    }
    .cost-2colWide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px 0;
        margin-bottom: 10px;
    }
    .review-content2col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 40px;
    }
    .review-txtWrap {
        padding: 40px 24px;
        margin-bottom: 40px;
    }
    .review-txt {
        font-size: 16px;
    }
    .review-bottom__txt {
        font-size: 20px;
    }
    .review-2colContent__txt {
        font-size: 18px;
    }
    .reason-top {
        padding: 56px 0 160px;
    }
    .reason-container {
        margin-top: -100px;
    }
    .reason-content:nth-of-type(odd) > .reason-point,
    .reason-point {
        width: 240px;
        top: 40px;
        right: 10px;
        left: inherit;
    }
    .reason-ttl--en {
        margin-bottom: 16px;
    }
    .reason-2colWide {
        grid-template-columns: 100%;
        grid-template-rows: auto;
        grid-template-areas: "a" "c" "b";
    }
    .reason-content:nth-of-type(odd) > .reason-2colWide {
        grid-template-columns: 100%;
        grid-template-rows: auto;
        grid-template-areas: "a" "c" "b";
    }
    .feature-content {
        background-size: 100%;
    }
    .feature-inner {
        padding-top: 45%;
        max-width: 100%;
    }
    .feature-inner--rev {
        margin: 0 0 0 auto;
    }
    .feature-num {
        position: relative;
        top: 80px;
        text-align: end;
        font-size: 80px;
        color: #9ebbd8;
    }
    .feature-txtWrap {
        padding: 64px 32px 0;
    }
    .feature-txtWrap_top {
        margin-bottom: 8px;
    }
    .feature-txtWrap_txt {
        margin-bottom: 16px;
    }
    .question-item {
        padding: 16px;
        padding-top: 0;
    }
    .question-icon {
        height: 104px;
    }
    .question-txt {
        font-size: 16px;
    }
    .notes-ttl {
        font-size: 18px;
    }
    .btn-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }
    .footer-inner {
        padding-bottom: 16px;
    }
    .footer-right {
        display: block;
        text-align: center;
    }
    .foot-nav__list {
        margin-right: 0;
        -webkit-box-pack: end;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        -ms-flex-pack: end;
        justify-content: space-around;
    }
}

@media screen and (max-width: 896px) {
    .l-section {
        margin-bottom: 100px;
    }
    .l-section--s {
        margin-bottom: 60px;
    }
    .l-wrap {
        padding-left: 24px;
        padding-right: 24px;
    }
    .l-inner {
        padding-left: 24px;
        padding-right: 24px;
    }
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
    .c-heading2 {
        font-size: 20px;
        letter-spacing: 0.3rem;
    }
    .c-heading3 {
        font-size: 18px;
    }
    .c-txt--sm {
        display: none;
    }
    .c-txt--sm--sp {
        display: block;
        margin-bottom: 24px;
    }
    .btn-topTxt__outer {
        margin: 8px 0;
    }
    .btn-topTxt {
        padding: 10px 8px 0;
        font-size: 16px;
        margin-bottom: 0;
    }
    .btn-topTxt::before {
        width: 40px;
        left: -48px;
    }
    .btn-topTxt::after {
        width: 40px;
        right: -48px;
    }
    .btn-topTxt span {
        font-size: 32px;
    }
    .btnWrap {
        width: 100%;
        max-width: 100%;
    }
    .btn--2colWide {
        display: block;
    }
    .btnOuter--2col:not(:last-child) {
        margin-bottom: 16px;
    }
    .container-top__img {
        width: 50px;
    }
    .br-sp {
        display: block;
    }
    .slick-arrow {
        width: 30px;
        height: 30px;
        right: -10px;
    }
    .slick-arrow::before {
        width: 8px;
        height: 8px;
    }
    .slick-arrow--rev {
        left: -10px;
    }
    .slick-dots {
        bottom: -32px !important;
    }
    .u-mb24 {
        margin-bottom: 16px;
    }
    .u-mb40 {
        margin-bottom: 24px;
    }
    .u-mb56 {
        margin-bottom: 40px;
    }
    .mv {
        height: 100vh;
        min-height: 600px;
    }
    .mv-img__slidWrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .mv-txtOuter {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 270px;
        -ms-flex: 0 1 270px;
        flex: 0 1 270px;
    }
    .circle {
        width: 125px;
        height: 125px;
        right: 8px;
    }
    .circle:hover {
        opacity: 1;
    }
    .circle-txt {
        font-size: 17px;
        top: 47%;
        line-height: 1.4;
    }
    .circle-txt .circle-txt--top {
        font-size: 13px;
    }
    .circle-txt .circle-txt--0 {
        font-size: 21px;
    }
    .circle-txt .circle-txt--sm {
        font-size: 11px;
        padding-right: 6px;
    }
    .circle-txt .circle-txt--sm::after {
        top: 4px;
        right: -6px;
        border: 4px solid transparent;
        border-left: 6px solid currentColor;
    }
    .sea {
        background: -webkit-linear-gradient(bottom, transparent 20%, #004295), url(../../dist/imgs/sea@2x.jpg);
        background: linear-gradient(0deg, transparent 20%, #004295), url(../../dist/imgs/sea@2x.jpg);
        background-position: 30% bottom;
        background-size: cover;
        height: 100vh;
        min-height: 500px;
    }
    .sea-txtOuter {
        padding: 100px 16px 0;
    }
    .sea-txt__top {
        max-width: 550px;
        margin-bottom: 24px;
    }
    .sea-txt--lg {
        font-size: 24px;
        margin-bottom: 16px;
        letter-spacing: inherit;
    }
    .sea-txt--md {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .sea-txt--md span {
        display: none;
    }
    .sea-txt--sm {
        font-size: 16px;
        letter-spacing: inherit;
        line-height: 2;
    }
    .campaing-baner__txtWrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cost-topWrap {
        background: -webkit-linear-gradient(62deg, transparent 34%, #004295), url(../../dist/imgs/sea@2x.jpg);
        background: linear-gradient(28deg, transparent 34%, #004295), url(../../dist/imgs/sea@2x.jpg);
        background-position: left 20% bottom 15%;
        background-size: 160%;
        height: 380px;
        background-position: left 45% bottom 0;
        height: 438px;
    }
    .cost-top {
        padding: 12px 0;
    }
    .cost-topTxtWrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-left: 24px;
        padding-right: 24px;
        width: 70%;
        margin: auto;
    }
    .cost-topTxt {
        text-align: end;
        font-size: 12px;
    }
    .cost-anicrit__logoWrap {
        gap: 16px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 24px 24px;
        margin-top: -137px;
        background: -webkit-linear-gradient(bottom, #fff 6%, #fffefd 40%, transparent);
        background: linear-gradient(0deg, #fff 6%, #fffefd 40%, transparent);
        z-index: 100;
        position: relative;
    }
    .cost-2colWide__topTxt {
        font-size: 18px;
        margin-bottom: 0;
    }
    .cost-2colWide__topTxt span {
        font-size: 14px;
    }
    .cost-2colWide__topTxt span span {
        font-size: 12px;
    }
    .cost-2colWide__txt {
        font-size: 18px;
    }
    .cost-2colWide__price {
        font-size: 24px;
    }
    .cost-span--border {
        font-size: 14px;
    }
    .cost-txt--sm {
        display: block;
        font-size: 12px;
        white-space: normal;
        width: 100%;
        margin: 5px 0 40px;
    }
    .cost-btn {
        max-width: 343px;
        width: 100%;
    }
    .cost-btn:hover .cost-btn__txtWrap::after {
        opacity: 0;
    }
    .cost-btn__border {
        display: none;
    }
    .cost-btn__border--sp {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        outline: 0.8px solid #fff;
        outline-offset: -6px;
        z-index: 100;
    }
    .cost-btnWrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        max-width: 343px;
        width: 100%;
    }
    .cost-btnWrap:hover .cost-btn__txtWrap::after {
        opacity: 0;
    }
    .cost-btn__imgWrap {
        -webkit-box-flex: inherit;
        -webkit-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        height: 100%;
        height: 162px;
    }
    .cost-btn__txtWrap {
        -webkit-box-flex: inherit;
        -webkit-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        padding: 24px 20px;
    }
    .cost-btn__txt--top {
        font-size: 14px;
        margin-bottom: 0;
    }
    .cost-btn__txt {
        font-size: 20px;
        letter-spacing: inherit;
        line-height: 1.6;
    }
    .review {
        padding: 48px 0;
    }
    .review-content2col {
        width: 100%;
        margin-bottom: 56px;
    }
    .review-year {
        font-size: 16px;
    }
    .review-year::after,
    .review-year::before {
        width: 40px;
        left: -48px;
    }
    .review-year::after {
        left: inherit;
        right: -48px;
    }
    .review-txt:not(:last-child) {
        padding-bottom: 14px;
        margin-bottom: 14px;
    }
    .review-txt br {
        display: none;
    }
    .review-2colWide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 24px;
        margin-bottom: 40px;
    }
    .review-2colContent__txt {
        font-size: 16px;
        margin-bottom: 32px;
    }
    .review-2colContent__txt br {
        display: none;
    }
    .review-btnOuter {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .review-2colContent__img img {
        height: 240px;
    }
    .reason-top {
        padding: 48px 0 160px;
    }
    .reason-container {
        padding: 40px 0 0;
    }
    .reason-content--01 .reason-ttlWrap {
        padding-left: 16px;
        padding-right: 16px;
    }
    .reason-content--01 .reason-point {
        top: -64px !important;
    }
    .reason-ttl--en {
        font-size: 14px;
        letter-spacing: 0.02rem;
    }
    .feature-txtWrap {
        padding: 80px 24px 0;
    }
    .feature-speechWrap_speech {
        padding: 8px 16px;
    }
    .feature-speechWrap_img {
        min-width: 83px;
    }
    .question {
        padding-top: 32px;
    }
    .question-top {
        padding-bottom: 54px;
    }
    .question-top__img {
        display: none;
    }
    .question-top__img--sp {
        display: block;
    }
    .question-list {
        grid-template-columns: 1fr 1fr;
        gap: 40px 16px;
    }
    .question-num {
        top: -10px;
        margin-bottom: 16px;
    }
    .question-icon {
        height: 64px;
        margin-bottom: 16px;
    }
    .question-icon img {
        height: 100%;
    }
    .question-txt {
        line-height: normal;
    }
    footer {
        padding-bottom: 150px;
    }
}

@media screen and (max-width: 667px) {
    .reason-content:nth-of-type(odd) > .reason-point,
    .reason-point {
        width: 168px;
        top: -40px;
        right: 0;
    }
}

@media screen and (max-width: 480px) {
    .container-top__txt {
        font-size: 16px;
    }
    .mv-logo {
        width: 221px;
        margin-bottom: 32px;
    }
    .mv-txt {
        font-size: 12px;
        letter-spacing: 0.06rem;
    }
    .mv-ttl {
        font-size: 34px;
    }
    .circle {
        bottom: calc(100% - 335px);
    }
    .sea-txtOuter {
        padding: 56px 16px 0;
    }
    .sea-txt--lg {
        font-size: 22px;
    }
    .sea-txt--md {
        font-size: 16px;
    }
    .sea-txt--sm {
        font-size: 14px;
    }
    .campaing-banerWrap {
        margin: 24px auto;
    }
    .campaing-baner__imgWrap {
        margin-bottom: 15px;
    }

    /*リボンCSS　モバイルサイズ-------*/
    .ribbon-wrap {
        width: 100%;
        margin: 0 auto 30px;
        display: block;
    }

    .ribbon {
        display: inline-block;
        position: relative;
        text-align: center;
        box-sizing: border-box;
    }

    .ribbon:before {
        /*左側のリボン端*/
        width: 55px;
        bottom: -10px;
        left: -40px;
        border: 25px solid #99875d;
        border-left-color: transparent; /*山形に切り抜き*/
    }

    .ribbon:after {
        /*右側のリボン端*/
        width: 55px;
        bottom: -10px;
        right: -40px;
        border: 25px solid #99875d;
        border-right-color: transparent; /*山形に切り抜き*/
    }

    .ribbon .ribbon_text {
        padding: 8px 30px 8px;
        line-height: 30px;
        font-size: 1.8em;
        color: #fff;
        z-index: 1;
        background: linear-gradient(90deg, #b39855 0%, #ccb47c 50%, #b39855 100%); /*真ん中の背景色*/
    }
    .ribbon .ribbon_text:before {
        top: 100%;
        left: 0;
        border-bottom: solid 10px transparent;
        border-right: solid 15px #332d1f; /*左の折り返し部分*/
    }
    .ribbon .ribbon_text:after {
        top: 100%;
        right: 0;
        border-bottom: solid 10px transparent;
        border-left: solid 15px #332d1f; /*右の折り返し部分*/
    }
    /*--------------リボンCSSここまで*/

    .details {
        width: 95%;
        margin: 15px auto 0;
        padding: 8px;
        font-size: 0.9em;
    }

    .details li {
        margin: 1px 5px;
    }

    .campaing-baner__txtWrap {
        width: 90%;
        margin: auto;
        padding: 0 10px;
    }
    .campaing-baner__txt {
        width: 100%;
        margin: auto;
        font-size: 32px;
        text-align: center;
    }
    .campaing-baner__txt--r {
        font-size: 48px;
    }
    .campaing-baner__txt--s {
        font-size: 24px;
    }
    .campaing-baner__txt--notice {
        width: 100%;
        margin: auto;
        letter-spacing: normal;
    }
    .cost-topWrap {
        background-position: left 45% bottom 0;
        height: 438px;
    }
    .cost-topTxt {
        letter-spacing: normal;
        text-shadow: 0 0 3px #2c84b5;
        font-weight: 600;
    }
    .cost-anicrit__logoWrap {
        margin-top: -90px;
        gap: 0;
    }
    .cost-anicrit__logoTxt {
        font-size: 8px;
        letter-spacing: normal;
        line-height: normal;
    }
    .cost-2colWide__topTxt::before {
        left: -20px;
        width: 32px;
    }
    .cost-2colWide__topTxt::after {
        right: -20px;
        width: 32px;
    }
    .cost-span--num {
        font-size: 48px;
    }
    .review-img--2023 {
        width: 160px;
        margin: auto;
    }
    .review-txt {
        text-align: start;
        letter-spacing: inherit;
    }
    .review-txt:not(:last-child)::before {
        background: -webkit-linear-gradient(left, transparent, #2c84b5, transparent);
        background: linear-gradient(to right, transparent, #2c84b5, transparent);
    }
    .review-bottom__txt {
        font-size: 16px;
    }
    .feature-inner {
        padding-top: 45%;
    }
    .feature-num {
        font-size: 54px;
    }
    .feature-num span {
        font-size: 80px;
    }
    .feature-txtWrap_top {
        font-size: 14px;
    }
    .feature-txtWrap_txt {
        margin-bottom: 16px;
    }
    .feature-speechWrap {
        font-size: 14px;
    }
    .question-item {
        padding-left: 8px;
        padding-right: 8px;
    }
    .question-txt {
        font-size: 13px;
    }
    small {
        letter-spacing: 0;
    }
}
