/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
@font-face {
    font-family: "A1MinchoStd";
    src: url("../fonts/A1MinchoStd-Bold/A1MinchoStd-Bold.eot");
    src: url("../fonts/A1MinchoStd-Bold/A1MinchoStd-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/A1MinchoStd-Bold/A1MinchoStd-Bold.woff2") format("woff2"), url("../fonts/A1MinchoStd-Bold/A1MinchoStd-Bold.woff") format("woff"), url("../fonts/A1MinchoStd-Bold/A1MinchoStd-Bold.ttf") format("truetype");
    font-weight: 700;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #6096c4;
    text-decoration: none;
}
a:hover {
    opacity: 0.8;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type=radio],
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

:root {
    --white: #ffffff;
    --black: #000000;
    --smoke: #f4f5ef;
    --gray: #e5e5e5;
    --blue: #1B4A63;
    --orange: #FF9933;
    --yellow: #E8D499;
    --primary: #1B4A63;
    --second: #FF9933;
    --text-body: #1B4A63;
    --radius: 5px;
}

/* Base Setting
---------------------------------------- */
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
    overflow-wrap: break-word;
    font-weight: 500;
    color: var(--text-body);
    overflow-x: hidden;
    line-height: 1.5;
    position: relative;
    width: 100%;
    background: var(--white);
}

a {
    transition: all 0.3s;
    color: var(--primary);
    outline: none !important;
}
a:hover {
    opacity: 1;
    color: var(--second);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    color: var(--primary);
}

h1 {
    font-size: 2.25rem;
    line-height: 1.3;
}
@media (min-width: 48em) {
    h1 {
        font-size: 2.875rem;
    }
}

h2 {
    font-size: 2.5rem;
    line-height: 1.15;
}
@media (min-width: 48em) {
    h2 {
        font-size: 3.5rem;
    }
}

h3 {
    font-size: 2.125rem;
    line-height: 1.16;
}
@media (min-width: 48em) {
    h3 {
        font-size: 2.5rem;
    }
}

h4 {
    font-size: 1.75rem;
    line-height: 1.16;
}
@media (min-width: 48em) {
    h4 {
        font-size: 2.25rem;
    }
}

h5 {
    font-size: 1.25rem;
    line-height: 1.2;
}
@media (min-width: 48em) {
    h5 {
        font-size: 1.5rem;
    }
}

h6 {
    font-size: 1.125rem;
    line-height: 1.3;
}
@media (min-width: 48em) {
    h6 {
        font-size: 1.25rem;
    }
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.container-fluid, .container-sm, .container {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.contact__content ul, .ears__content--text > div ul, .footer__widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
textarea,
select {
    border: 1px solid #bcbdc0;
    border-radius: var(--radius);
    padding: 6px 24px;
    outline: none !important;
}

.btn, .selection__item .btn-add-to-cart,
button,
input[type=button],
input[type=submit] {
    transition: all 0.3s;
    color: var(--white);
    padding: 15px 25px;
    min-width: 230px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    outline: none !important;
    border-radius: var(--radius);
    background: var(--primary);
    text-transform: uppercase;
    border: 0;
}
.btn:hover, .selection__item .btn-add-to-cart:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    opacity: 0.9;
    color: var(--white);
}
.btn svg, .selection__item .btn-add-to-cart svg,
button svg,
input[type=button] svg,
input[type=submit] svg {
    margin-right: 15px;
    max-height: 20px;
}
.btn.btn-white, .selection__item .btn-white.btn-add-to-cart,
button.btn-white,
input[type=button].btn-white,
input[type=submit].btn-white {
    color: var(--primary);
    background: var(--white);
}
.btn.btn-special, .selection__item .btn-special.btn-add-to-cart,
button.btn-special,
input[type=button].btn-special,
input[type=submit].btn-special {
    border-radius: 0;
    background: url("../images/btn-selection-sp.png") no-repeat center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    position: relative;
    margin-inline: auto;
    font-size: 16px;
    letter-spacing: 0.2rem;
    max-width: 100%;
    width: 490px;
    height: 70px;
    padding-top: 10px;
    max-width: 100%;
}
@media (min-width: 48em) {
    .btn.btn-special, .selection__item .btn-special.btn-add-to-cart,
    button.btn-special,
    input[type=button].btn-special,
    input[type=submit].btn-special {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        width: 673px;
        height: 96px;
        font-size: 20px;
        background: url("../images/btn-selection.png") no-repeat center;
		background-size: contain;
        padding-top: 15px;
    }
}
.btn.btn-special::after, .selection__item .btn-special.btn-add-to-cart::after,
button.btn-special::after,
input[type=button].btn-special::after,
input[type=submit].btn-special::after {
    content: "";
    width: 50px;
    height: 50px;
    background: url("../images/btn-icon.svg") no-repeat center;
    background-size: cover;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-40%);
}
.btn.btn-special:hover, .selection__item .btn-special.btn-add-to-cart:hover,
button.btn-special:hover,
input[type=button].btn-special:hover,
input[type=submit].btn-special:hover {
    opacity: 0.5;
}

.btn-outline {
    transition: all 0.3s;
    color: var(--primary);
    padding: 15px 25px;
    min-width: 230px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    outline: none !important;
    border-radius: var(--radius);
    background: none;
    text-transform: uppercase;
    border: 1px solid var(--primary);
}
.btn-outline:hover {
    opacity: 0.9;
    color: var(--white);
}
.btn-outline svg {
    margin-right: 15px;
    max-height: 20px;
}
.btn-outline.btn-white {
    border-color: var(--white);
    color: var(--white);
}

.container-sm {
    max-width: 970px;
}

.container-fluid {
    max-width: 1920px;
}
@media (min-width: 48em) {
    .container-fluid {
        padding: 0 64px;
    }
}

.ears {
    position: relative;
}
.ears::after {
    content: "";
    background: url("../images/arrow-bottom.svg") no-repeat 50% 50%/100%;
    width: 200px;
    height: 40px;
    left: 50%;
    top: calc(100% - 1px);
    transform: translateX(-50%);
    position: absolute;
}
@media only screen and (min-width: 768px) {
    .ears::after {
        width: 400px;
        height: 80px;
    }
}

.features {
    position: relative;
}
.features::after {
    content: "";
    background: url("../images/arrow-bottom.svg") no-repeat 50% 50%/100%;
    width: 200px;
    height: 40px;
    left: 50%;
    top: -1px;
    transform: translateX(-50%);
    position: absolute;
}
@media only screen and (min-width: 768px) {
    .features::after {
        width: 400px;
        height: 80px;
    }
}

.hamburger {
    position: relative;
    width: 28px;
    height: 18px;
    line-height: 1;
    cursor: pointer;
    display: block;
    right: 0;
    z-index: 99;
    opacity: 1;
}
.hamburger span {
    width: 28px;
    height: 2px;
    background: #555555;
    backface-visibility: hidden;
    position: absolute;
    display: block;
    margin: auto;
    transition: 0.3s all ease;
    transform: rotate(0deg);
    border-radius: 5px;
    top: calc(50% - 1px);
    left: calc(50% - 14px);
}
.hamburger span::before, .hamburger span::after {
    content: "";
    transform-origin: center center;
    width: 100%;
    height: 2px;
    background: #555555;
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 8px;
    transition: 0.3s all ease;
    border-radius: 5px;
    opacity: 1;
}
.hamburger span::after {
    top: -8px;
}
.hamburger.active span {
    transform: rotate(225deg);
}
.hamburger.active span::before {
    transform: rotate(-90deg);
    top: 0;
}
.hamburger.active span::after {
    opacity: 0;
}

@media screen and (min-width: 1024px) {
    .pcbr {
        display: block !important;
    }
    .spbr,
    .hide-pc {
        display: none !important;
    }
}
@media screen and (max-width: 1024px) {
    .pcbr,
    .hide-sp {
        display: none !important;
    }
    .spbr {
        display: block !important;
    }
}
.header {
    background: var(--white);
}
.header .container {
    display: flex;
    align-items: center;
    padding-block: 10px;
}
@media only screen and (min-width: 600px) {
    .header .container {
        padding-block: 14px;
    }
}
@media only screen and (min-width: 768px) {
    .header .container {
        padding-block: 10px;
    }
}
.header .container img {
    height: 36px;
    object-fit: contain;
}
@media only screen and (min-width: 600px) {
    .header .container img {
        height: 52px;
    }
}
@media only screen and (min-width: 768px) {
    .header .container img {
        height: 40px;
    }
}

.footer {
    padding-block: 30px;
}
@media (min-width: 48em) {
    .footer {
        padding-block: 50px;
    }
}
.footer__widgets {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
@media (min-width: 48em) {
    .footer__widgets {
        gap: 20px;
    }
}
.footer__widget {
    max-width: 300px;
}
.footer__widget:nth-child(2){
    max-width: 182px;
}
.footer__widget img{
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .footer__widgets{
        flex-wrap: wrap;
    }
    .footer__widget {
        width: 100%;
        margin-bottom: 10px;
        max-width: calc(50% - 30px);
    }
}
.footer__widget:last-child {
    max-width: 100%;letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
    .footer__widget:nth-child(1),
    .footer__widget:nth-child(2){
        margin-bottom: 47px;
    }
    .footer__widget:last-child {
        max-width: 50%;
    }
}
@media (min-width: 48em) {
    .footer__widget {
        margin-bottom: 0;
    }
}
/* .footer__widget img {
  width: 100%;
  height: auto;
  object-fit: contain;
} */
.footer__widget .phone__big {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    gap: 2px;
    font-size: 11vw;
    font-family: "A1MinchoStd", "Shippori Mincho", serif;

}
@media (min-width: 48em) {
    .footer__widget .phone__big {
        font-size: 48px;
        justify-content: flex-start;
        padding: 0 30px;
    }
}
.footer__widget .phone__big img {
    width: 51px;
    height: 29px;
}
.footer__widget .phone__big a {
    color: #ff9933;
    font-style: italic;
    letter-spacing: 0.2px;
}
.footer__widget .footer__time {
    background: #e8d499;
    color: #1b4a63;
    text-align: center;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
}
.footer__widget h3 {
    font-size: 32px;
    margin-bottom: 10px;
}
.footer__widget h3 small {
    font-size: 20px;
}
.footer__widget p {
    font-family: "Noto Sans JP", sans-serif;
    color: var(--primary);
}
.footer__widget ul {
    display: flex;
    justify-content: space-between;
}
.footer__widget ul li {
    font-size: 19px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
}
.footer__widget ul li img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.footer__menu {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-top: 30px;
    padding-left: 0;
    font-size: 14px;
    font-weight: 400;
}
.footer__menu li {
    display: flex;
    padding: 0 10px;
    border-left: 1px solid #1B4A63;
}
.footer__menu li img {
    width: 10px;
    margin-right: 5px;
}
.footer__menu li:first-child{
    border-left: none;
}

@media only screen and (max-width: 767px) {
    .footer__menu {
        margin-top: 10px;
        padding: 0;
        display: block;
    }
    .footer__menu li {
        padding: 5px 0px;
        border-left: none;
    }
    .footer__menu li:last-child{
        border-right: none;
    }
}

/** pages */
.section__title {
    text-align: center;
    margin-bottom: 44px;
}
.section__title h2 {
    font-size: 11.2vw;
    letter-spacing: 4px;
}
@media only screen and (min-width: 600px) {
    .section__title h2 {
        font-size: 60px;
    }
}
@media (min-width: 48em) {
    .section__title h2 {
        font-size: 70px;
        font-weight: 500;
        letter-spacing: 4px;
    }
}
.section__title > span {
    font-family: "Noto Sans JP", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    display: block;
    background: url("../images/bg-section-title.png") no-repeat center;
    background-size: contain;
    max-width: 450px;
    margin-inline: auto;
}
.section__title.white h2,
.section__title.white > span {
    color: var(--white);
}
.section__title.white > span {
    background: url("../images/bg-section-title-white.png") no-repeat center;
    background-size: contain;
}
@media only screen and (max-width: 767px) {
    .section__title.white > span {
        font-size: 14px;
        letter-spacing: 0.5px;
    }
    .section__title h2 {
        margin-bottom: 5px;
    }
}
.cover {
    background: url("../images/cover-bg-sp.png") no-repeat 50% 50%/cover;
    padding-block: 44px 145px;
}
@media only screen and (min-width: 768px) {
    .cover {
        background-image: url("../images/cover-bg.png");
        padding-block: 75px 150px;
    }
}
.cover .container {
    max-width: 880px;
}
.cover picture {
    display: block;
    margin: 0;
    text-align: center;
}
.cover__content {
    display: flex;
    gap: 9px;
    margin-top: 30px;
}
@media only screen and (min-width: 768px) {
    .cover__content {
        margin-top: 50px;
        gap: 18px;
    }
}
.cover__content-item {
    width: calc(33.33% - 6px);
    padding: 3px;
    border: 1px solid var(--white);
    position: relative;
    display: flex;
    flex-direction: column;
}
@media only screen and (min-width: 600px) {
    .cover__content-item {
        padding: 5px;
    }
}
@media only screen and (min-width: 768px) {
    .cover__content-item {
        width: calc(33.33% - 12px);
    }
}
.cover__content-item::before {
    content: "";
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 3px;
    left: 3px;
    position: absolute;
    border: 1px solid var(--white);
}
@media only screen and (min-width: 600px) {
    .cover__content-item::before {
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        top: 5px;
        left: 5px;
    }
}
.cover__content-item > span {
    position: absolute;
    background: url("../images/number-bg-2.svg") no-repeat 50% 100%/100%;
    width: 39px;
    height: 26px;
    top: 0;
    left: 0;
    font-family: "A1MinchoStd", "Shippori Mincho", serif;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    color: var(--white);
    text-shadow: 5px 5px 5px rgba(27, 74, 99, 0.5);
    padding: 0 0 0 5px;
    display: flex;
    align-items: flex-end;
    top: -13px;
    left: -8px;
}
@media only screen and (min-width: 600px) {
    .cover__content-item > span {
        width: 78px;
        height: 51px;
        font-size: 41px;
        padding: 0 0 0 8px;
        top: -30px;
        left: -13px;
    }
}
.cover__content-item__header {
    font-size: 22px;
    color: var(--white);
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    text-align: center;
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    padding: 6px;
}
@media only screen and (min-width: 600px) {
    .cover__content-item__header {
        font-size: 33px;
    }
}
.cover__content-item:nth-child(1) .cover__content-item__header {
    background: #1b4a63 url(../images/sp_icon1.png) no-repeat;
    background-size:cover;
}
.cover__content-item:nth-child(2) .cover__content-item__header {
    background: #1b4a63 url(../images/sp_icon2.png) no-repeat;
    background-size:cover;
}
.cover__content-item:nth-child(3) .cover__content-item__header {
    background: #1b4a63 url(../images/sp_icon3.png) no-repeat;
    background-size:cover;
}
@media only screen and (min-width: 600px) {
    .cover__content-item:nth-child(1) .cover__content-item__header {
        background: #1b4a63 url(../images/icon1.png) no-repeat;
        background-size:cover;
    }
    .cover__content-item:nth-child(2) .cover__content-item__header {
        background: #1b4a63 url(../images/icon2.png) no-repeat;
        background-size:cover;
    }
    .cover__content-item:nth-child(3) .cover__content-item__header {
        background: #1b4a63 url(../images/icon3.png) no-repeat;
        background-size:cover;
    }
}
.cover__content-item__header span {
    color: #e8d499;
}
.cover__content-item__header strong {
    font-size: 30px;
    color: #e8d499;
    font-weight: 700;
}
@media only screen and (min-width: 600px) {
    .cover__content-item__header strong {
        font-size: 45px;
    }
}
.cover__content-item__header small {
    font-size: 18.5px;
}
@media only screen and (min-width: 600px) {
    .cover__content-item__header small {
        font-size: 28px;
    }
}
.cover__content-item__header p {
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .cover__content-item__header p {
        display: flex;
        flex-direction: column;
    }
}
.cover__content-item__text {
    background: var(--white);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: var(--blue);
    text-align: center;
    margin-top: auto;
    padding: 6px;
    font-size: 15px;
}
@media only screen and (min-width: 600px) {
    .cover__content-item__text {
        font-size: 30px;
        padding: 12px;
    }
}
@media only screen and (min-width: 768px) {
    .cover__content-item__text {
        font-size: 24px;
        padding: 19px;
    }
}

.ears {
    position: relative;
    z-index: 2;
    margin-top: -90px;
    background: url("../images/ear-bg.png") no-repeat 100% 90px/42%;
}
@media only screen and (max-width: 767px) {
    .ears {
        background: url("../images/ear-bg-sp.png") no-repeat 0 25%/100%;
    }
}
.ears .container {
    max-width: 970px;
}
.ears__text {
    z-index: 1;
    position: relative;
}
.ears__text-content {
    box-shadow: 14px 14px 5px rgba(27, 57, 61, 0.15);
    background: var(--white);
    position: relative;
    padding-block: 0 20px;
}
@media only screen and (max-width: 767px) {
    .ears__text-content {
        padding-block: 0 12px;
    }

}
@media only screen and (min-width: 768px) {
    .ears__text-content {
        display: flex;
        align-items: center;
        padding-block: 30px;
    }
    .ears__text-content__arrow {
        margin-bottom: 18px;
    }
    .ears__text-content__hotline .hotline {
        margin-bottom: 13px;
    }
}
.ears__text-content::before {
    content: "";
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    left: -6px;
    top: -6px;
    border: 1px solid var(--white);
    position: absolute;
    z-index: -1;
}
.ears__text-content__arrow {
    background: #bebfc0;
    font-size: 17px;
    font-weight: 700;
    color: var(--white);
    z-index: 1;
    position: relative;
    padding: 10px;
    text-align: center;
    margin-bottom: 17px;
}
@media only screen and (min-width: 768px) {
    .ears__text-content__arrow {
        margin-bottom: 0;
        padding: 23px 45px 23px 30px;
        font-size: 20px;
        text-align: left;
        clip-path: polygon(calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%, 0 0);
    }
}
@media only screen and (min-width: 1200px) {
    .ears__text-content__arrow {
        font-size: 28px;
    }
}
.ears__text-content__arrow::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 4px);
    z-index: -1;
    background: #919396;
}
@media only screen and (min-width: 768px) {
    .ears__text-content__arrow::before {
        top: 8px;
        right: 10px;
        width: calc(100% - 10px);
        height: calc(100% - 16px);
        clip-path: polygon(calc(100% - 35px) 0, 100% 50%, calc(100% - 35px) 100%, 0 100%, 0 0);
    }
}
.ears__text-content__hotline {
    color: var(--blue);
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .ears__text-content__hotline {
        padding: 0 20px;
    }
}
.ears__text-content__hotline .hotline {
    display: flex;
    font-size: 11vw;
    font-family: "A1MinchoStd", "Shippori Mincho", serif;
    font-style: italic;
    color: var(--orange);
    font-weight: 700;
    line-height: 26px;
    align-items: flex-end;
    margin-bottom: 14px;
    justify-content: center;
}
@media only screen and (min-width: 768px) {
    .ears__text-content__hotline .hotline {
        font-size: 54px;
        line-height: 44px;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 1200px) {
    .ears__text-content__hotline .hotline {
        font-size: 72px;
    }
}
.ears__text-content__hotline .hotline img {
    height: 26px;
}
@media only screen and (min-width: 768px) {
    .ears__text-content__hotline .hotline img {
        height: 44px;
    }
}
.ears__text-content__hotline .hotline a {
    color: var(--orange);
}
.ears__text-content__hotline p {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    gap: 10px;
    align-items: center;
}
@media only screen and (min-width: 768px) {
    .ears__text-content__hotline p {
        font-size: 16px;
    }
}
.ears__text-content__hotline p span {
    background: var(--yellow);
    border-radius: 100px;
    padding: 1px 25px;
}
.ears__text-content__hotline p::before, .ears__text-content__hotline p::after {
    content: "";
    border-bottom: 1px solid var(--blue);
    flex-basis: 0;
    flex-grow: 1;
}
.ears__text-content__hotline strong {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    text-align: center;
    display: block;
}
@media only screen and (min-width: 768px) {
    .ears__text-content__hotline strong br {
        display: none;
    }
}
.ears__content {
    margin-top: 32px;
}
@media only screen and (min-width: 768px) {
    .ears__content {
        margin-top: 0;
    }
}
.ears__content .container {
    padding-bottom: 50px;
}
.ears__content--header {
    font-family: "A1MinchoStd", "Shippori Mincho", serif;
    font-weight: 700;
    border-bottom: 1px solid var(--blue);
    line-height: 1.2;
    margin-bottom: 24px;
    text-align: center;
    font-size: 28px;
}
@media only screen and (min-width: 768px) {
    .ears__content--header {
        text-align: left;
        font-size: 38px;
    }
    .ears__content--header br {
        display: none;
    }
}
.ears__content--header strong {
    font-size: 45px;
}
@media only screen and (min-width: 768px) {
    .ears__content--header strong {
        font-size: 58px;
    }
}
.ears__content--header span {
    font-style: italic;
    font-size: 39px;
}
@media only screen and (min-width: 768px) {
    .ears__content--header span {
        font-size: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .ears__content--body {
        padding-right: 30%;
    }
}
.ears__content--text {
    position: relative;
}
@media only screen and (min-width: 768px) {
    .ears__content--text {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
@media only screen and (max-width: 767px) {
    .ears__content--text {
        padding: 0 20px;
        margin: 0 -15px;
        overflow: hidden;
    }
}
.ears__content--text > div {
    font-size: 17px;
    line-height: 1.875;
    color: var(--blue);
    font-weight: 700;
}
@media only screen and (min-width: 768px) {
    .ears__content--text > div {
        font-size: 22px;
    }
}
.ears__content--text > div ul li {
    background: url("../images/checkbox-icon.svg") no-repeat 0 8px/17px;
    padding-left: 24px;
}
@media only screen and (min-width: 768px) {
    .ears__content--text > div ul li {
        background-size: 26px;
        padding-left: 40px;
        background-position: 0 9px;
    }
}
.ears__content--text > div ul li + li {
    margin-top: 14px;
}
.ears__content--text > div ul li span {
    background: var(--blue);
    color: var(--white);
    padding: 0 5px;
    display: inline-block;
    line-height: 30px;
}
.ears__content--text figure {
    width: 39.5%;
}
@media only screen and (max-width: 767px) {
    .ears__content{
    }
    .ears__content--text > div ul li span {
        line-height: 24px;
    }
    .ears__content--text figure {
        position: absolute;
        bottom: 0;
        right: -16%;
        width: 50%;
    }
}
.ears__content--bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    font-size: 17px;
    font-weight: 700;
    color: var(--blue);
    gap: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    z-index: 6;
}
@media only screen and (min-width: 768px) {
    .ears__content--bottom {
        font-size: 22px;
        bottom: -35px;
    }
}
.ears__content--bottom p {
    margin: 0;
}
.ears__content--bottom img {
    width: 3px;
}

.after {
    background: rgba(188, 189, 192, 0.2);
    padding-block: 50px;
    position: relative;
    z-index: 1;
    color: var(--blue);
}
@media only screen and (min-width: 768px) {
    .after {
        background: rgb(222, 222, 222);
        background: linear-gradient(90deg, rgb(222, 222, 222) 0%, rgb(255, 255, 255) 100%);
        padding-block: 90px 65px;
    }
}
.after::before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/after-bg.png") no-repeat 50% 0/200%;
}
@media only screen and (min-width: 768px) {
    .after::before {
        background: url("../images/line-bg.png") no-repeat 50% 53%/100%, url("../images/after-bg.png") no-repeat 0 0/100%;
    }
}
@media only screen and (min-width: 768px) {
    .after .container {
        display: flex;
        gap: 40px;
        align-items: center;
    }
}
.after picture {
    margin-bottom: 20px;
    display: block;
}
@media only screen and (min-width: 768px) {
    .after picture {
        margin-bottom: 0;
        width: calc(50% - 20px);
    }
}
.after picture img {
    filter: drop-shadow(15px 15px 15px rgba(34, 34, 34, 0.3));
}
@media only screen and (min-width: 768px) {
    .after__content {
        width: calc(50% - 20px);
    }
}
.after__title{margin-top: 30px;}
.after__title picture{
    width: auto;
    max-width: 400px;
    padding-bottom: 30px;
}
.after__title picture img {
    filter: unset;
}
.after__content h3 {
    font-size: 17px;
    font-weight: 500;
    color: var(--blue);
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 5px 25px;
}
@media only screen and (max-width: 767px) {
    .after__content h3 {
    margin: 0 22px 25px;
}
}
@media only screen and (min-width: 768px) {
    .after__content h3 {
        font-size: 20px;
    }
}
.after__content h2 {
    font-size: 53px;
    font-family: "A1MinchoStd", "Shippori Mincho", serif;
    margin: 0 0 10px;
    font-weight: 700;
    color: var(--blue);
    font-style: italic;
}
@media only screen and (min-width: 768px) {
    .after__content h2 {
        font-size: 71px;
        margin: 0 0 10px;
    }
}
.after__content h4 {
    font-size: 46px;
    font-family: "A1MinchoStd", "Shippori Mincho", serif;
    text-align: right;
    font-style: italic;
    font-weight: 700;
    padding-bottom: 15px;
    margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
    .after__content h4 {
        padding-bottom: 0;
        font-size: 61px;
        margin: 0 0 40px;
    }
}
@media only screen and (max-width: 767px) {
    .after__content h4 {
        background: url("../images/line-bg.png") no-repeat 50% 100%/100%;
    }
}
.after__content h4 span {
    background: var(--blue);
    color: var(--white);
    display: inline-block;
    font-size: 53px;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    padding: 0 25px 0 10px;
    margin-right: -20px;
    margin-left: -10px;
}
@media only screen and (min-width: 768px) {
    .after__content h4 span {
        font-size: 72px;
    }
}
.after__text {
    font-size: 14px;
    line-height: 1.75;
    font-weight: 500;
    letter-spacing: 1.2px;
}
@media only screen and (min-width: 768px) {
    .after__text {
        font-size: 16px;
    }
}
.after__text p:last-of-type {
    margin: 0;
}

.user-windows {
    position: relative;
    z-index: 3;
}
@media only screen and (max-width: 767px) {
    .user-windows .container-sm {
        padding: 0;
    }
}
.user-windows picture {
    display: block;
}
@media only screen and (min-width: 768px) {
    .user-windows picture {
        margin: -63px 0;
        padding-left: 7%;
    }
}

.features {
    background: #81c1e8;
    padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
    .features {
        padding-bottom: 10px;
    }
}
.features::after {
    top: -2px;
}
.features__heading {
    background: url("../images/features-bg.png") no-repeat 0 0/100% #1b4a63;
    padding-block: 50px 60px;
}
@media only screen and (min-width: 768px) {
    .features__heading {
        padding-block: 85px 110px;
    }
}
.features__heading h2 {
    color: var(--white);
    text-align: center;
    font-family: "A1MinchoStd", "Shippori Mincho", serif;
    font-size: 26px;
    font-style: italic;
    margin: 0;
    line-height: 1.4;
}
@media only screen and (min-width: 768px) {
    .features__heading h2 {
        font-size: 41px;
    }
}
.features__heading h2 strong {
    font-size: 44px;
}
@media only screen and (min-width: 768px) {
    .features__heading h2 strong {
        font-size: 58px;
    }
}
@media only screen and (min-width: 768px) {
    .features__heading h2 br {
        display: none;
    }
}
.features__list {
    margin-top: -45px;
}
@media only screen and (min-width: 768px) {
    .features__list {
        margin-top: -95px;
    }
}
.features__item {
    background: var(--white);
    box-shadow: 7px 7px 3px rgba(27, 74, 99, 0.15);
    margin-bottom: 25px;
    line-height: 1.85;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    color: var(--blue);
    padding: 25px 16px 42px;
    font-size: 14px;
    letter-spacing: 1.2px;
}
@media only screen and (min-width: 768px) {
    .features__item {
        padding: 35px 50px 35px 100px;
        font-size: 16px;
        line-height: 1.75;
        margin-bottom: 40px;
        box-shadow: 14px 14px 5px rgba(27, 74, 99, 0.15);
    }
}
.features__item h3 {
    font-family: "Noto Serif JP", serif;
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 15px;
    color: var(--blue);
    position: relative;
    padding-left: 32px;
    line-height: 28px;
}
@media only screen and (min-width: 768px) {
    .features__item h3 {
        font-size: 38px;
        padding-left: 0;
        margin: 0 0 20px;
    }
    .features__item h3 br {
        display: none;
    }
}
.features__item h3 span {
    color: var(--orange);
}
.features__item h3::after {
    content: "";
    width: 23px;
    height: 23px;
    background: url("../images/check-circle.svg") no-repeat 0 0/100%;
    position: absolute;
    left: 0;
    top: 2px;
}
@media only screen and (min-width: 768px) {
    .features__item h3::after {
        width: 38px;
        height: 38px;
        left: -50px;
        top: 4px;
    }
}
.features__item p {
    margin: 0;
}
.features__item figure {
    margin: 15px 0 0;
    max-width: 780px;
}
@media only screen and (min-width: 768px) {
    .features__item figure {
        margin: 20px 0 0;
    }
}
.features__item figure picture {
    display: block;
}
.features__item figure picture img {
    object-fit: contain;
    max-height: 100%;
    width: 100%;
}
.features__item figure figcaption {
    margin-top: 15px;
}
@media only screen and (min-width: 768px) {
    .features__item figure figcaption {
        text-align: center;
    }
}

.maps {
    background: url("../images/map-bg.svg") no-repeat bottom right #1b4a63;
    padding-block: 40px 70px;
}
@media (min-width: 768px){
    .maps {
        background: url("../images/map-bg.svg") no-repeat bottom right #1b4a63;
        padding-block: 40px;
    }
}
.maps figure {
    width: 100%;
    padding-inline: 30px;
}
.maps figure img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.price {
    background: #81c1e8;
    padding-block: 50px;
}
.price .container{
    overflow: hidden;
}
@media (min-width: 48em) {
    .price {
        padding-block: 70px;
    }
}
.price__content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.price__content.hide-pc{
    margin: 0 -20px 0 -10px;
}
@media (min-width: 48em) {
    .price__content {
        gap: 20px;
    }
}
.price__content-item {
    width: calc(50vw - 20px);
    height: calc(50vw - 20px);
    border-radius: 50%;
    background: url("../images/price-item.png") no-repeat center;
    background-size: cover;
    color: var(--white);
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "Noto Sans JP", sans-serif;
    aspect-ratio: 1/1;
}
@media (min-width: 48em) {
    .price__content-item {
        padding: 40px;
        width: 240px;
        height: 240px;
    }
}
.price__content-item:first-child {
    margin: auto 25vw -30px 25vw;
}
@media (min-width: 48em) {
    .price__content-item:first-child {
        margin: initial;
    }
}
.price__content-item h3 {
    font-family: "Noto Sans JP", sans-serif;
    color: var(--white);
    text-align: center;
    background: url("../images/price-title-bg.svg") no-repeat center;
    background-size: contain;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-inline: 15px;
    margin-bottom: 5px;
    white-space: nowrap;
}
@media (min-width: 48em) {
    .price__content-item h3 {
        font-size: 20px;
        height: 33px;
        line-height: 33px;
        margin-bottom: 10px;
        width: 146px;
    }
}
@media only screen and (max-width: 767px) {
    .price__content-item p {
        font-size: 10px;
        margin-bottom: 0;
    }
}
.price__content-item-text {
    display: flex;
    align-items: center;
}
.price__content-item-text strong {
    font-size: 50px;
    font-family: "A1MinchoStd", "Shippori Mincho", serif;
    line-height: 1;
}
@media (min-width: 48em) {
    .price__content-item-text strong {
        font-size: 71px;
    }
}
.price__content-item-text div {
    display: flex;
    text-align: center;
    flex-direction: column;
}
.price__content-item-text div span {
    line-height: 1.2;
    font-size: 12px;
}
.price__content-item-text div span:last-child {
    font-family: "A1MinchoStd", "Shippori Mincho", serif;
    font-size: 20px;
}
@media (min-width: 48em) {
    .price__content-item-text div span:last-child {
        font-size: 35px;
    }
}

.news {
    padding-block: 75px;
    background: url("../images/bg-point.jpg") no-repeat bottom right;
    background-size: 90%;
}
@media (min-width: 48em) {
    .news {
        background-size: 70%;
    }
}
.news__title {
    display: flex;
    justify-content: center;
}
.news__title h2 {
    font-size: 32px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    padding-inline: 40px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .news__title h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
.news__title h2::before, .news__title h2::after {
    content: "";
    width: 18px;
    height: 33px;
    background: url("../images/slash-left.svg") no-repeat center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.news__title h2::before {
    left: initial;
    right: 0;
    background: url("../images/slash-right.svg") no-repeat center;
}
.news__header {
    margin-bottom: 40px;
    padding-inline: 30px;
}
@media (min-width: 48em) {
    .news__header {
        margin-bottom: 60px;
        padding-inline: initial;
    }
}
.news__header figure {
    position: relative;
    overflow: hidden;
}
@media (min-width: 48em) {
    .news__header figure {
        display: flex;
        gap: 5px;
        justify-content: center;
        align-items: flex-end;
        overflow: visible;
    }
}
.news__header figure img {
    margin-bottom: 20px;
}
@media (min-width: 48em) {
    .news__header figure img {
        max-width: 50%;
        margin-bottom: initial;
    }
}
.news__header figure figcaption {
    font-size: 8vw;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.05em;
    color: var(--primary);
    text-align: center;
    line-height: 1;
}
@media (min-width: 48em) {
    .news__header figure figcaption {
        font-size: 54px;
        text-align: left;
    }
    .news__header figure figcaption strong{
        font-size: 30px;
    }
}
.news__item {
    margin-bottom: 50px;
}
@media (min-width: 48em) {
    .news__item {
        margin-bottom: initial;
    }
}
.news__item-wrapper {
    position: relative;
}
@media (min-width: 48em) {
    .news__item-wrapper {
        display: flex;
        align-items: center;
        gap: 30px;
        margin-bottom: 40px;
    }
}
.news__item-wrapper > figure {
    position: absolute;
    right: 0;
    top: 0;
    left: initial;
    z-index: 1;
    width: 70%;
}
@media (min-width: 48em) {
    .news__item-wrapper > figure {
        position: relative;
        left: -30px;
        width: 510px;
    }
}
@media only screen and (max-width: 767px) {
    .news{
        overflow: hidden;
    }
    .news__item-wrapper > figure img {
        position: relative;
        right: -50px;
    }
}
@media (min-width: 48em) {
    .news__item:nth-child(odd) .news__item-wrapper {
        flex-direction: row-reverse;
    }
}
.news__item:last-child .news__item--content {
    width: 100%;
}
@media (min-width: 48em) {
    .news__item:last-child .news__item--content {
        display: flex;
        align-items: flex-start;
    }
}
.news__item:last-child .news__item--content > span {
    margin-top: -20px;
}
.news__item .news__item--box {
    margin-bottom: 40px;
}
@media (min-width: 48em) {
    .news__item .news__item--box {
        display: flex;
        gap: 30px;
        justify-content: space-between;
    }
}
.news__item .news__item--box figure {
    width: 100%;
    position: static;
    box-shadow: 8px 7px 7px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
@media (min-width: 48em) {
    .news__item .news__item--box figure {
        width: 400px;
        margin-bottom: initial;
    }
}
.news__item .news__item--box figure img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.news__item .news__item--box div {
    background: #f7f8f8;
    padding: 60px 20px 20px 20px;
    box-shadow: 8px 7px 7px rgba(0, 0, 0, 0.1);
    position: relative;
}
@media (min-width: 48em) {
    .news__item .news__item--box div {
        padding: 70px 30px 30px 30px;
        max-width: calc(100% - 420px);
    }
}
.news__item .news__item--box div h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    color: var(--white);
    display: inline-block;
    background: var(--primary);
    margin-bottom: 10px;
    padding: 13px 40px 13px 30px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: 0.08em;
    font-weight: 500;
}
.news__item .news__item--box div p {
    color: var(--primary);
    font-size: 18px;
    line-height: 2.1;
    margin-bottom: 0;
    letter-spacing: 1.5px;
}
.news__item--content {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}
@media (min-width: 48em) {
    .news__item--content {
        width: calc(100% - 560px);
        margin-bottom: initial;
    }
}
.news__item--content > span {
    font-family: "A1MinchoStd", "Shippori Mincho", serif;
    position: relative;
    font-size: 21px;
    font-style: italic;
    display: inline-flex;
    align-items: center;
    color: var(--primary);
    text-transform: uppercase;
    margin-top: 20px;
}
@media (min-width: 48em) {
    .news__item--content > span {
        left: -40px;
        margin-top: initial;
    }
}
.news__item--content > span > span {
    font-size: 68px;
}
.news__item--content > span > span::after {
    display: none;
}
.news__item--content > span::after {
    content: "";
    width: 94px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-30%, -30%);
    background: url("../images/number-bg.png") no-repeat center;
    background-size: contain;
    z-index: -1;
}
.news__item--content h3 {
    font-size: 11.3vw;
    margin-bottom: 20px;
    line-height: 1;
}
@media (min-width: 48em) {
    .news__item--content h3 {
        font-size: 50px;
    }
}
.news__item--content h3 span {
    display: inline-block;
    margin-bottom: 5px;
    color: var(--white);
    background: #699db2;
    padding-inline: 15px;
    font-weight: 500;
    line-height: 1.3;
}
.news__item--content p {
    margin-bottom: 0;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 2;
    color: var(--primary);
    letter-spacing: 1.2px;
}
@media (min-width: 48em) {
    .news__item:nth-child(even) .news__item--content > span {
        right: -40px;
    }
    .news__item:nth-child(even) .news__item--content p {
        padding-right: 30px;
    }
}
@media (min-width: 48em) {
    .news__item:nth-child(even) figure {
        left: -40px;
    }
}
.news__item .endtext {
    text-align: center;
    font-size: 18px;
    color: var(--primary);
    line-height: 2.1;
    padding-inline: 30px;
    letter-spacing: 1.5px;
}

.customer-service {
    background: #81c1e8;
    padding-block: 60px 50px;
}
@media (min-width: 48em) {
    .customer-service {
        padding-block: 103px 50px;
    }
}
.customer-service__title > span {
    background: url("../images/bg-section-title-white.png") no-repeat center!important;
    background-size: contain!important;
}

.customer-service__title > span > span {
    background: #81c1e8!important;
    display: inline-block!important;
    padding-inline: 20px!important;
}
.customer-service__item {
    margin-bottom: 30px;
	padding-left: 20px;
    position: relative;
	overflow: hidden;
}
@media (min-width: 48em) {
    .customer-service__item {
        margin-bottom: 40px;
    }
}
.customer-service__item::after {
    content: "";
    width: calc(100vw - 20px);
    right: 0;
    top: 0;
    height: calc(100% + 10px);
  background: url("../images/odd-after.svg") var(--white) no-repeat left bottom;
  background-size: contain;
  position: absolute;
  transform: rotateY(180deg);
}
@media (min-width: 48em) {
    .customer-service__item::after {
        width: 50vw;
    }
}
.customer-service__item .container {
    padding: 40px;
    font-family: "Noto Sans JP", sans-serif;
    color: var(--primary);
}
@media only screen and (max-width: 767px) {
    .customer-service__item .container {
        padding: 20px 40px 10px;
    }
}
@media (min-width: 48em) {
    .customer-service__item .container {
        background: var(--white);
        display: flex;
        gap: 40px;
        align-items: center;
        padding: 30px;
    }
}
.customer-service__item .container figure {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}
@media (min-width: 48em) {
    .customer-service__item .container figure {
        width: 266px;
        height: auto;
        margin-bottom: initial;
    }
}
@media only screen and (max-width: 767px) {
    .customer-service__item .container figure {
        width: 220px;
        margin-inline: auto;
    }
}
.customer-service__item .container figure figcaption {
    height: 40px;
    background: url("../images/testimonial-bg.svg") no-repeat center;
    background-size: contain;
    color: var(--white);
    text-align: center;
    line-height: 40px;
    margin-top: 15px;
    font-size: 18px;
    letter-spacing: 0.02rem;
}
@media (min-width: 48em) {
    .customer-service__item .container figure figcaption {
        font-size: 21px;
        width: 275px;
    }
}
.customer-service__item .container > div {
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
	margin-right: 15px;
}
@media (min-width: 48em) {
    .customer-service__item .container > div {
        max-width: calc(100% - 296px);
        padding-bottom: initial;
    }
}
.customer-service__item .container > div h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 25px;
    letter-spacing: 1.2px;
}
@media (min-width: 48em) {
    .customer-service__item .container > div h3 {
        font-size: 24px;
        text-align: left;
        line-height: 33px;
    }
}
.customer-service__item .container > div h3::after {
    content: "";
    width: 55vw;
    height: 1px;
    background: url("../images/even-title.svg") no-repeat right;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
}
.customer-service__item .container > div p {
    margin-bottom: 0;
    line-height: 1.8;
    letter-spacing: 1px;
}
.customer-service__item:nth-child(odd)::after {
    right: initial;
    left: 0;
    top: 0;
    height: calc(100% + 10px);
    background: url("../images/odd-after.svg") var(--white) no-repeat left bottom;
    background-size: contain;
	transform: unset;
}
@media (min-width: 48em) {
    .customer-service__item:nth-child(odd) .container {
        flex-direction: row-reverse;
    }
}
.customer-service__item:nth-child(odd) .container h3::after {
    content: "";
    width: 55vw;
    height: 1px;
    background: url("../images/odd-title.svg") no-repeat left;
    background-size: cover;
    left: initial;
    right: 0;
    bottom: 0;
}

.flow {
    color: var(--primary);
    background: url("../images/flow-bg-sp.png") no-repeat top center;
    background-size: 300% auto;
    padding-block: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
}
@media (min-width: 48em) {
    .flow {
        background: url("../images/flow-bg.png") no-repeat top center;
        background-size: contain;
        padding-block: 102px;
    }
}
.flow p {
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
}
@media (min-width: 48em) {
    .flow p {
        font-size: 20px;
    }
}
.flow__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    font-family: "Noto Sans JP", sans-serif;
}
.flow__item {
    width: 100%;
    background: url("../images/bg-flow-item.png") no-repeat center top;
    border-radius: 10px;
    background-size: cover;
    padding: 20px;
    color: var(--white);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}
@media (min-width: 48em) {
    .flow__item {
        max-width: calc(33.333% - 20px);
    }
}
.flow__item::after {
    content: "";
    width: 30px;
    height: 70px;
    background: url("../images/arrow-right.png") no-repeat center;
    background-size: contain;
    position: absolute;
    transform: rotate(90deg) translateX(-50%);
    left: 47%;
    bottom: -65px;
}
@media (min-width: 48em) {
    .flow__item::after {
        transform: translateY(-50%);
        left: initial;
        top: 50%;
        right: -30px;
    }
}
@media (min-width: 48em) {
    .flow__item:nth-child(3n+3)::after {
        display: none;
    }
}
.flow__item:last-child::after {
    display: none;
}
.flow__item span {
    font-size: 48px;
    background-size: contain;
    font-weight: normal;
    position: relative;
    font-family: "A1MinchoStd", "Shippori Mincho", serif;
}
.flow__item span::after {
    content: "";
    position: absolute;
    width: 67px;
    height: 27px;
    background: url("../images/flow-number.png") no-repeat center;
    background-size: contain;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
}
.flow__item h3 {
    font-size: 6vw;
    line-height: 1.5;
    color: var(--white);
    margin-bottom: 0;
    font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767px) {
    .flow__item h3 {
        margin-bottom: 10px;
    }
}
@media (min-width: 48em) {
    .flow__item h3 {
        font-size: 27px;
    }
}
.flow__item h3 small {
    font-size: 13px;
}
@media (min-width: 768px){
    .flow__item h3 small {
        display: block;
    }
}
.flow__item p {
    text-align: left;
    font-weight: normal;
    margin-bottom: 0;
}
.flow__item-header {
    display: flex;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid var(--white);
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
}

.contact {
    background: url("../images/bg-contact2.png") no-repeat left top;
    background-size: cover;
    padding-block: 50px;
    color: var(--primary);
    font-size: 14px;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 1.2px;
}
@media (min-width: 48em) {
    .contact {
        background: url("../images/bg-contact.jpg") no-repeat center;
        background-size: cover;
        padding-block: 75px;
        font-size: 18px;
    }
    .contact .container {
        max-width: 940px;
    }
    .contact__title {
        h2 {
            font-size: 40px;
        }
    }
}

.contact__title > span > span {
    padding-inline: 15px;background: var(--primary);
}


.contact__content {
    background: var(--white);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    padding: 40px 20px;
}
@media only screen and (max-width: 767px) {
    .contact__content {
        padding: 40px 20px 70px;
    }
}
@media (min-width: 48em) {
    .contact__content {
        padding: 70px 120px;
    }
}
.contact__content p {
    text-align: center;
    margin-bottom: 30px;
}
@media (min-width: 48em) {
    .contact__content p {
        margin-bottom: 40px;
    }
}
.contact__content ul {
    margin-bottom: 40px;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .contact__content ul {
        margin-bottom: 25px;
        width: 100%;
    }
}
.contact__content ul li {
    margin-bottom: 15px;
    width: 100%;
    white-space: nowrap;
}
@media (min-width: 48em) {
    .contact__content ul li {
        display: flex;
        align-items: baseline;
        gap: 20px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .contact__content ul li.address-fields {
        display: flex;
        gap: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .contact__content ul li.address-fields div,
    .contact__content ul li.address-fields label {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .contact__content ul li.address-fields > label {
        width: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .contact__content ul li.address-fields div {
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .confirmed .contact__content ul li.address-fields div{
        flex-direction: row;
    }
}
.contact__content ul li.align-top {
    align-items: flex-start;
}
.contact__content ul li.align-top .form-input {
    align-items: flex-start;
}
.contact__content ul li label {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
}
@media (min-width: 48em) {
    .contact__content ul li label {
        width: 135px;
    }
}
.contact__content ul li span {
    display: inline-block;
    line-height: 1;
    font-weight: 500;
}
@media (min-width: 48em) {
    .contact__content ul li span.hide-pc {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .contact__content ul li span.hide-sp {
        display: none;
    }
}
.contact__content ul li span.require, .contact__content ul li span.note {
    color: var(--white);
    background: #FF9933;
    padding: 5px;
}
@media (min-width: 48em) {
    .contact__content ul li span.require, .contact__content ul li span.note {
        margin-right: 20px;
    }
}
.contact__content ul li span.note {
    background: #939598;
}
.contact__content ul li .form-input {
    display: flex;
    align-items: center;
    gap: 20px;
}
@media (min-width: 48em) {
    .contact__content ul li .form-input {
        width: calc(100% - 155px);
    }
}
.contact__content ul li .form-input.block {
    display: block;
}
@media only screen and (max-width: 767px) {
    .contact__content ul li .form-input.block {
        margin-bottom: -10px;
    }
}
.contact__content ul li .form-input input,
.contact__content ul li .form-input textarea {
    display: block;
    width: 100%;
    resize: none;
}
.contact__content ul li .form-input div {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    align-items: center;
}
.contact__content ul li .form-input div span.require + span, .contact__content ul li .form-input div span.note + span {
    display: block;
    width: 110px;
}
@media only screen and (max-width: 767px) {
    .contact__content ul li .form-input div.form-group {
        display: block;
        margin-bottom: 20px;
    }
}
.contact__content ul li .form-input div.form-group div {
    margin-bottom: 10px;
}
@media (min-width: 48em) {
    .contact__content ul li .form-input div.form-group div {
        margin-bottom: 0;
    }
}

.selection {
    background: #81c1e8;
    padding-block: 70px;
}
@media only screen and (max-width: 767px) {
    .selection {
        background: #81c1e8;
        padding-block: 40px;
    }
}

.selection__title > span  > span {
    background: #81c1e8;
    display: inline-block;
    padding-inline: 15px;
    font-weight: 500;
}

@media (min-width: 48em) {
    .selection {
        padding-block: 90px;
    }
}
@media (min-width: 48em) {
    .selection__list {
        display: flex;
        gap: 30px;
        justify-content: space-between;
    }
}
.selection__item {
    width: 100%;
    background: var(--white);
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
}
@media (min-width: 48em) {
    .selection__item {
        width: calc(33.33% - 20px);
        margin-bottom: 0;
    }
}
.selection__item:last-child {
    margin-bottom: initial;
}
.selection__item figure {
    margin-bottom: 20px;
}
.selection__item span,
.selection__item strong,
.selection__item small {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
}
.selection__item h3 {
    color: #1b4a63;
    font-size: 18px;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
}
.selection__item small {
    font-size: 16px;
}
.selection__item strong {
    font-size: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.selection__item strong small {
    font-size: 15px;
}
.selection__item .btn-add-to-cart {
    margin-bottom: 20px;
    margin-top: 20px;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 10px;
    max-width: 200px;
    background: #0073d9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.selection__item .btn-add-to-cart::before {
    content: "";
    width: 22px;
    height: 22px;
    display: block;
    background: url("../images/cart-icon.svg") no-repeat center;
}
.selection__action {
    margin-top: 60px;
}

.animate.fadeInUp {
    transform: translateY(70px);
    transition: all 1s ease 0s;
    opacity:0 !important;
}
.animate.fadeInUp.active {
    transform: translate(0) !important;
    opacity: 1 !important;
}
.zoomin.is-animated {
    animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes zoomIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.thanks {
    min-height: 70vh;
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 1.8;
    background: #81c1e8;
    padding: 80px 0;
}

.thanks--block{
    width: 900px;
    margin: 0 auto;
    max-width: 100%;
    box-shadow: 15px 15px 15px rgba(0,0,0,0.3);
    background: #fff;
    padding: 80px 100px;

    display: flex;
    justify-content: center;
    align-items: center;
}
.thanks--block h3{
    margin: 0 0 30px;
}
.thanks--block p{
    margin: 0 0 60px;
}

@media (max-width: 767px) {
    .thanks--block{
        padding: 30px 20px;
    }
    .thanks--block h3{
        font-size: 20px;
        margin: 0 0 15px;
    }
    .thanks--block p{
        font-size: 14px;
        margin: 0 0 30px;
    }
    .after__title{position:realtive;}
    .after__title:after{
        content:'';
        position:absolute;
        bottom: 0;
        height: 4px;
        width: 100%;
        background: url("../images/line-bg.png") no-repeat;
        background-size: contain;
    }
    .after__title picture{
        max-width: 90%;
        padding-bottom: 20px;
        margin: 0 auto 20px;
    }
    .flow .section__title {
        margin-bottom: 30px;
    }
    .flow .section__title > span {
        font-size: 14px;
        font-weight: 500;
    }
    .flow__item {
        padding: 10px 15px;
    }
    .flow__item-header {
        align-items: baseline;
        gap: 20px;
        padding-bottom: 5px;
        margin-bottom: 5px;
        padding-left: 0;
        line-height: 1;
    }
    .flow__item span {
        font-size: 30px;
        padding-left: 6px;
    }
    .flow__item span::after {
        width: 40px;
        height: 17px;
        left: 0;
        bottom: 3px;
        transform: unset;
    }
    .flow p {
        font-size: 16px;
    }
    .maps figure {
        padding-inline: 0;
    }
    .news {
        padding-bottom: 20px;
    }
    .news__item--content h3 {
        margin-left: -15px;
        margin-bottom: 10px;
    }
    .news__item--content p {
        letter-spacing: 1px;
        font-size: 14px;
    }
    .news__item .news__item--box div p {
        letter-spacing: 1px;
        font-size: 14px;
    }
    .news__item.last {
        margin-bottom: 0px;
    }
    .news__item .endtext {
        font-size: 14px;
        padding-inline: 0;
        letter-spacing: 1px;
    }
    .customer-service__item .container > div h3::after,
    .customer-service__item:nth-child(odd) .container h3::after{
        width: 100%;
    }
    .customer-service__item .container > div p {
        font-size: 14px;
    }
    .contact .section__title h2{
        font-size: 7.6vw;
    }
    .footer__widgets {
        align-items: end;
    }
    .footer__widgets .footer__widget:first-child{
        width: 55%;max-width:100%;
    }
    .footer__widgets .footer__widget:nth-child(2){
        width: calc(45% - 30px);max-width:100%;
    }
    .footer__widget .phone__big {
        justify-content: flex-start;
        font-size: 12vw;
        font-weight: 600;
    }
	.selection__action .btn.btn-special {
	  background-size: 100%;
	}
}

.wrap-storesjp-button{
    margin-top: 10px;
}
.wrap-storesjp-button,
.wrap-storesjp-button iframe{
    max-width: 100%;
}

.confirmed .require,
.confirmed .note{
    display: none;
}
.ctbtn{color:#fff;}
#form_error{display:none;}
#form_error.show {
  color: red;
  font-size: 16px;
  margin-bottom: 20px;
  display:block;
}
.content--block{
    max-width: 100%;
}
@media only screen and (max-width: 767px) {
    .unei {
		font-size: 3.5vw;
	}
	.customer-service__item .container {
		padding: 20px 40px 10px 20px;
		background: #fff;
		margin-left: 0px;
	}
	.customer-service__item:nth-child(2n+1){
		padding-right:20px;padding-left: 0;
	}
	.customer-service__item:nth-child(2n+1) .container{
		margin-left:0;
		margin-right:20px;
		padding-right:20px;
		padding-left:40px;
	}
	.customer-service__item::after {
		background: url("../images/bg1.png")  var(--white) no-repeat right bottom ;
		background-size: 100% 200px;
		transform: unset;
	}
	.customer-service__item:nth-child(2n+1)::after{
		background: url("../images/bg2.png")  var(--white) no-repeat left bottom ;
		background-size: 100% 200px;
		transform: unset;
	}
}


.operator-information {
    min-height: 70vh;
    display: flex;
    align-items: center;
    line-height: 1.8;
    background: #81c1e8;
    padding: 80px 0;
}
.operator-information h2 {
   font-size: 40px;
}
.operator-information--block{
    width: 900px;
    margin: 0 auto;
    max-width: 100%;
    box-shadow: 15px 15px 15px rgba(0,0,0,0.3);
    background: #fff;
    padding: 90px 150px;
}

/* table01 */
#table01 {
    width: 100%;
  }
#table01 tr {
    border-bottom: 0.5px solid #1B4A63;
  }

  #table01 th,
  #table01 td {
    padding: 24px 0;
    border: none;
    vertical-align: top;
  }
  #table01 th {
    width: 20%;
  }
  .table01-th2 {
    width: 5% !important;
  }

@media (max-width: 767px) {
    .operator-information--block{
        padding: 30px 20px;
    }
    #table01 th,
    #table01 td {
        padding: 24px 5px;
    }

}
