#sp-menu {
    display: none;
}

body {
    font-family: "Noto Serif JP", serif;
    margin: 0;
    max-width: 100vw;
    overflow-x: clip;
}

header h1 img {
    width: 291px;
    margin: 0;
}

header {
    background: #005BAC;
    padding: 11px 0 0;
    position: sticky;
    top: 0;
    z-index: 9999;
}

.head-colom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 29px 0 34px;
}

a.head-link.pconly {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.head-right {
    display: flex;
    gap: clamp(10px, 2vw, 35px);
    align-items: center;
    justify-content: right;
}

.head-right-link {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 28%;
    margin-top: -1%;
}

div#gnavi {
    background: #fff;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.05);
}

.head-right a.head-link {
    color: #fff;
    border: 1px solid;
    padding: 6px 34px;
    border-radius: 40px;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    flex: 1;
    position: relative;
    transition: 0.35s;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
}

.head-right a {
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    color: #005BAC;
    text-decoration: none;
    white-space: nowrap;
}

.head-right ul li img {
    width: auto;
    margin: 0 auto 6px;
    display: block;
    height: 50px;
}

.head-right ul li {
    background: #fff;
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 10px;
    flex: 1;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    min-width: 0;
}

.head-right ul {
    display: flex;
    gap: 16px;
    margin-block-end: 10px;
}

.head-right p {
    margin: 0;
}

div#gnavi ul li i {
    margin-left: 8px;
}

div#gnavi ul li:last-child a {
    border-right: 0;
}

div#gnavi ul li a {
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #005BAC;
    text-decoration: none;
    border-right: 1px solid #CBCBCB;
    padding: 0 35px 0 5px;

}

/* .kv-float img:hover {
    opacity: 0.8;
} */
div#gnavi ul li {
    padding: 12px 0 12px 35px;
}

div#gnavi ul {
    display: flex;
    justify-content: center;
}

div#gnavi {
    background: #fff;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.05);
}

a.kv-float.inbanner {
    position: absolute;
}

section#kv {
    background-color: #fff;
    background-image: url(./img/kv.webp);
    background-size: cover;
    position: relative;
    aspect-ratio: 5000 / 1805;
    padding: 0;
    margin-top: calc(100% - 101%);
}

/* #hokan section#kv {
    aspect-ratio: auto;
    height: 520px;
} */
section#kv h2 {
    color: #222;
    text-shadow: 0 0 5px #FFF, 0 0 8px #FFF, 0 0 3px #FFF;
    font-family: "Noto Serif JP";
    font-size: 52px;
    /* font-size: clamp(28px, 2vw + 10px, 52px); */
    font-style: normal;
    font-weight: 600;
    /* line-height: 79px; */
    line-height: 1.52;
    letter-spacing: 2.6px;
    margin: 0 0 44px;
}

#hokan section#kv h2 {
    font-size: clamp(27px, 5vw, 52px);
    font-weight: 900;
}

#hokan section#kv h2 span {
    font-weight: 700;
}

.head-colom span {
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-top: 3px;
}

.head-colom h1 a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

p.bk-guradeshon {
    background-image: url(./img/bk-gurade.webp);
    display: inline-block;
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
    letter-spacing: 1.4px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 0 10px;
    padding: 0 10px;
    box-sizing: border-box;
}

a.kv-float img {
    width: 400px;
}

a.inbanner img {
    width: 460px;
}

a.inbanner {
    position: absolute;
    display: block;
    right: 1%;
    bottom: 1%;
    transition: 0.35s;
}

a.inbanner:hover {
    opacity: 1;
    transform: scale(1.05);
    transition: 0.3s;
}

.inbanner.sponly {
    display: none !important;
}

section#reason article ul li {
    margin-bottom: 3px;
}

section#takuhai h3.tit-star {
    margin-bottom: 60px;
}

a.kv-float {
    position: fixed;
    display: block;
    right: 1%;
    bottom: 1%;
    z-index: 98;
    /* 最初は画面下に隠す */
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    pointer-events: none;

    transition:
        opacity 0.5s ease,
        transform 0.5s ease,
        visibility 0.5s ease;
}

a.kv-float:hover {
    opacity: 1;
    transform: scale(1.05);
    transition: 0.3s;
}

/* スクロール後に付与されるクラス */
.kv-float.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.kv-float img {
    display: block;
    max-width: 100%;
    height: auto;
}

section#kv h2 span {
    font-size: 38px;
}

#hokan section#kv h2 span {
    font-size: clamp(20px, 2vw + 8px, 38px);
}

.kv-copy {
    position: absolute;
    left: 8%;
    top: 11%;
}

section {
    margin: 0;
    padding: 80px 0 60px;
}

h3.tit-star {
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-size: 40px; */
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 1.2px;
    gap: 40px;
    margin: 0;
    text-align: center;
}

section#service .lblue-round:first-child {
    margin-top: 60px;
}

h3.tit-star p {
    font-size: 32px;
}

h3.tit-star span.fs32 {
    font-size: 32px;
}

h3.tit-star span.tx-sky {
    font-size: 40px;
    color: #3994E3;
}

.main-inner {
    width: 1200px;
    margin: 0 auto;
}

section.light-blue {
    background: #F2F6F9;
    padding: 80px 0;
}

ul li {
    list-style: none;
}

ul.layout2-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.col2-1 ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 20px;
    gap: 20px;
}

.col2-1 ul img {
    margin: 0 auto;
    display: block;
    height: 70px;
}

.col2-1 ul li {
    padding: 25px 15px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
}

.col2-1 ul li h5 {
    color: #4072C7;
    font-size: clamp(16px, 4vw, 20px);
    margin: 10px 0 20px;
    border-bottom: 2px dotted;
    display: inline-block;
    padding: 0 15px 5px;
    width: fit-content;
    align-self: center;
}

.col2-1 ul ul li {
    text-align: left;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 27px;
    list-style: disc;
}

.col2-1 ul ul {
    display: block;
    margin-bottom: 10px;
    padding-left: 30px;
    box-sizing: border-box;
}

article.pink .mic-cont h3 {
    color: #EF8181;
}

li.line-bl {
    border: 1px solid #4072C7;
}

li.line-pink {
    border: 1px solid #EF8181;
}

.col2-1 li.line-pink h5 {
    color: #EF8181;
}

a.round-bt.back-pp {
    background: #ef8181;
}

span.exsmall {
    font-size: 12px;
}

body .col2-1 span.exsmall {
    text-align: left !important;
}

.col2-1 ul li {
    flex: 1;
    background: #fff;
    border-radius: 16px;
    padding-bottom: calc(100% - 92%);
    position: relative;
}

li.wid70 {
    width: 65%;
}

li.wid30 {
    width: 32%;
}

ul.layout2-1 li {
    display: inline-block;
    text-align: center;
}

a.round-bt {
    display: block;
    background: #4072C7;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    position: absolute;
    width: 90%;
    bottom: 25px;
    left: 5%;
    font-weight: bold;
    transition: 0.35s;
    border: 1px solid transparent;
}

a.round-bt i {
    position: absolute;
    top: 34%;
    right: 10%;
}

.exsmall,
.righnt-content p.exsmall {
    text-align: left;
    font-size: 12px;
    margin: 0;
}

.backline-tit {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    color: #333;
}

h3.backline-tit.pink {
    text-align: center;
}

.col2-1 li.line-bl:first-child a {
    margin-top: 32px;
}

ul {
    margin-block-start: 0;
    padding-inline-start: 0;
}

/* 左右の横線 */
.backline-tit::before,
.backline-tit::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #9eb3d6;
}

/* 左右の飾り */
.backline-tit span {
    position: relative;
}

.backline-tit::before {
    margin-right: 18px;
}

.backline-tit::after {
    margin-left: 18px;
}

/* ピンク×青の飾り */
.backline-tit::before,
.backline-tit::after {
    background-repeat: no-repeat;
    background-size: 14px 10px, calc(100% - 18px) 1px;
    background-position:
        left center,
        18px center;
}

.backline-tit::after {
    background-position:
        right center,
        left center;
}

/* ピンク線 */
.backline-tit.pink::before,
.backline-tit.pink::after {
    background-color: #EF8181;
    transform: translateY(0px);
}

.lblue-round {
    display: flex;
    padding: 60px 80px;
    align-items: center;
    gap: 30px;
    border-radius: 80px;
    background: var(--BG, #F2F6F9);
    margin-bottom: 30px;
}

.ly-inner img {
    width: 20%;
    height: auto;
}

.ly-inner {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.lblue-round img {
    width: 44%;
}

.ly-inner h3 {
    color: #222;
    font-family: "Noto Serif JP";
    /* font-size: 32px; */
    font-size: clamp(18px, 2vw + 10px, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.96px;
}

.ly-inner h3 span {
    color: #3994E3;
}

.ly-inner img {
    width: 23%;
}

.lblue-round article ul li {
    display: grid;
    grid-template-columns: 22px 1fr;
    column-gap: 8px;
    align-items: start;
    margin-bottom: 12px;
    line-height: 1.7;
    font-family: "Noto Sans JP";
}

section#steps {
    padding: 80px 0;
}

span.f-big {
    margin-left: 3px;
    font-size: 32px;
}

.lblue-round article ul li>img {
    width: 22px;
    height: 22px;
    margin-top: 3px;
    display: block;
}

.lblue-round article ul li .exsmall {
    grid-column: 2;
    margin: 4px 0 0;
    font-size: 12px;
    line-height: 1.5;
}

.ly-inner h3 {
    color: #222;
    font-family: "Noto Serif JP";
    /* font-size: 32px; */
    font-size: clamp(18px, 2vw + 6px, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.96px;
    margin: 0;
}

p.tit-top {
    color: var(--main, #3994E3);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.72px;
    margin: 0 0 5px;
}

.flex {
    display: flex;
    gap: 60px;
    align-self: stretch;
}

.inner {
    width: 1040px;
    margin: 0 auto;
}

section#steps dl dt {
    font-family: Roboto;
    background: var(--Linear, linear-gradient(100deg, #3994E3 -3.34%, #B4B8E0 90.89%));
    padding: 7px 19px 3px 15px;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
}

section#steps dd img {
    height: 72px;
    margin: 10px auto;
    display: block;
}

dd {
    margin-inline-start: 0;
}

section#steps dd h4 {
    color: var(--K, #222);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: 26px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
    /* margin: 10px; */
    margin: 20px 10px 10px;
}

.flex dl {
    flex: 1;
}

section#steps dl {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: 60px;
    border-radius: 0 0 10px 10px;
}

section#steps dt {
    border-radius: 10px 10px 0 0;
}

section#steps dd {
    border-radius: 0 10px 10px 0;
    padding: 15px 0 15px;
}

section#steps dd a {
    color: #3994E3;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    display: block;
}

.flow-icon-small {
    transform: scale(0.9);
}

span.fuki {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
}

section#steps i.fa-solid.fa-caret-right {
    color: #E4EFFA;
    position: absolute;
    font-size: 32px;
    right: -15%;
    top: 45%;
}

.bottom-line-tit {
    position: relative;
    display: inline-block;
    margin: 0 0 60px;
    padding-bottom: 14px;
    font-family: "Noto Serif JP", serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    color: #222;
}

.bottom-line-tit::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 46px;
    height: 4px;
    background-color: #4072C7;
    transform: translateX(-50%);
}

.bottom-line-tit.pink::after {
    background-color: #EF8181;
}

section#takuhai {
    text-align: center;
}

section.bk-sky {
    background: #F2F6F9;
    padding: 80px 0;
}

section#takuhai article {
    display: flex;
    margin-top: 30px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
    border-radius: 40px;
    background: #fff;
}

section#takuhai .middle-content h3 img {
    margin-left: 10px;
    width: 43%;
    vertical-align: sub;
}

.bottom-line-tit.pink {
    margin-top: 60px;
}

img.ac-top {
    width: 100%;
}

.middle-content {
    display: flex;
    padding: 25px;
    box-sizing: border-box;
    justify-content: right;
    align-items: start;
    gap: 25px;
    font-family: "Noto Sans JP";
    position: relative;
}

.sample-menu img {
    width: 100%;
}

.mic-cont p {
    font-family: "Noto Sans JP";
    font-size: 18px;
}

section#takuhai .mic-cont li img {
    width: 20px;
    vertical-align: middle;
    margin-right: 8px;
}

section#takuhai .mic-cont li {
    font-size: 16px;
    font-style: normal;
    text-align: left;
    margin-bottom: 13px;
    display: flex;
    align-items: center;
}

#takuhai a.round-button {
    display: flex;
    padding: 12px 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    text-decoration: none;
    color: #fff;
    border-radius: 80px;
    background: #F45A5A;
    position: relative;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    position: absolute;
    width: 39%;
    bottom: 9%;
    left: 6%;
    transition: 0.35s;
    border: 1px solid transparent;
    box-sizing: border-box;
}

#takuhai a.round-button i {
    transform: translateX(20px);
}

section#reason h3.tit-star {
    margin-bottom: 60px;
}

h3#hokan {
    margin: 60px 0;
}

.mic-cont h3 {
    color: #4072C7;
    vertical-align: middle;
    font-size: clamp(18px, 2vw, 26px);
    border-bottom: 2px dotted;
    padding: 0 8px 7px 8px;
    margin: 0;
    display: inline-block;
}

.mic-cont {
    width: 96%;
}

img.inner-img {
    width: 26%;
    border-radius: 30px 0 0 30px;
    object-fit: cover;
}

.underline {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.line-yellow::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.35em;
    background: #F8E46C;
    z-index: -1;
}

.slide.swiper-slide {
    padding: 20px 15px;
    box-sizing: border-box;
    text-align: left;
    border-radius: 10px;
    border: 1px solid #3994E3;
}

.voices-head img {
    width: 26%;
}

.voices-head {
    display: flex;
    justify-content: left;
    gap: 20px;
    align-items: center;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    line-height: 150%;
}

.slide.swiper-slide h4 {
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 500;
    color: #3994E3;
    margin: 15px 0 10px;
}

.inner2 {
    width: 1040px;
    margin: 0 auto;
}

.slide.swiper-slide p {
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
}

section#voices h3.tit-star {
    margin-bottom: 50px;
}

section#voices {
    padding: 80px 0;
}

section.bk-pblue {
    background: #e6effc;
    padding: 0 0 120px;
}

section#qa h3.tit-star {
    margin-top: 50px;
    margin-bottom: 60px;
}

section#qa dl img {
    width: 43px;
}

section#qa dt {
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}

section#qa dt,
.ans-head {
    display: flex;
    align-items: center;
}

section#qa dd .ans-head {
    align-items: flex-start;
}

/* p・divを持たない短い回答だけ中央揃え */
section#qa dd .ans-head:not(:has(p, div)) {
    align-items: center;
}

section#qa dd .ans-head p {
    margin-top: 0px;
}

section#reason {
    padding: 70px 0 0;
}

section#qa dl {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    transition: 0.35s;
}

section#qa dl img {
    margin-right: 15px;
}

section#qa dl i {
    color: #3995e3;
    font-size: 27px;
    position: absolute;
    top: 36%;
    right: 4%;
}

section#qa dl i.fa-solid.fa-angle-up,
section#qa dl.opened i.fa-solid.fa-chevron-down,
section#qa dd {
    display: none;
}

section#qa dl.opened i.fa-solid.fa-angle-up,
section#qa dl.opened dd {
    display: block;
}

section#qa dl.opened dt {
    margin-bottom: 30px;
    position: relative;
}

a.round-sky i {
    position: absolute;
    top: 36%;
    right: 12%;
}

a.round-sky {
    background: #fff;
    text-align: center;
    color: #3994E3;
    text-decoration: none;
    padding: 14px 0;
    width: 419px;
    display: block;
    border-radius: 40px;
    margin: 60px auto 80px;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    position: relative;
    border: 1px solid;
    transition: 0.35s;
}

.foot-inner {
    width: 50%;
    margin: 0 auto;
}

footer h4 {
    text-align: center;
    font-family: 'Noto Sans JP';
    font-size: 32px;
}

a.pink-button {
    background: #e75f4e;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    margin: 0 auto;
    display: block;
    width: 38%;
    text-align: center;
    font-family: "Noto Sans JP";
}

a.pink-button img {
    margin-left: 5px;
    vertical-align: middle;
}

footer {
    background: #DEF1FF;
    margin-top: -4%;
    padding: 15px 0 0;
}

.ft-sns {
    width: 40%;
    margin: 40px auto;
    font-family: 'Noto Sans JP';
}

.ft-sns li {
    flex: 1;
}

div#copy {
    background: #005bac;
    padding: 0 20%;
    box-sizing: border-box;
}

div#copy {
    background: #005bac;
    display: flex;
    gap: 0%;
    align-items: center;
    color: #fff;
    font-size: 12px;
    justify-content: center;
    padding: 15px 0;
}

div#copy img {
    width: 34%;
}

.ft-sns ul img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: block;
}

.ft-sns ul {
    display: flex;
    justify-content: space-around;
}

.ft-sns ul a {
    text-decoration: none;
    font-family: 'Noto Sans JP';
    text-align: center;
    color: #222;
    font-size: 12px;
}

html {
    max-width: 100%;
    overflow-x: hidden;
}

section#qa dl:hover {
    cursor: pointer;
}

section#qa dl.opened i {
    top: 21%;
    right: 1%;
}




.voices-slider {
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

.voices-slider .swiper-wrapper {
    align-items: stretch;
}

.voices-slider .swiper-slide {
    height: auto;
}

.slide {
    box-sizing: border-box;
    width: 100%;
}

/* ページネーションと矢印 */
.voices-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 60px;
}

/* 矢印ボタン */
.voices-prev,
.voices-next {
    position: relative;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    padding: 0;
    border: 2px solid #58a9e8;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    transition: 0.35s;
}

/* 左矢印 */
.voices-prev::before {
    content: "";
    position: absolute;
    top: 53%;
    left: 58%;
    width: 7px;
    height: 7px;
    border-left: 2px solid #58a9e8;
    border-bottom: 2px solid #58a9e8;
    transform: translate(-50%, -50%) rotate(45deg);
}

/* 右矢印 */
.voices-next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 44%;
    width: 7px;
    height: 7px;
    border-top: 2px solid #58a9e8;
    border-right: 2px solid #58a9e8;
    transform: translate(-50%, -50%) rotate(45deg);
}

/* ページネーション */
.voices-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    gap: 10px;
}

/* 丸 */
.voices-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 !important;
    border-radius: 50%;
    background: #d9d9d9;
    opacity: 1;
    transition: 0.35s;
}

/* 現在の丸 */
.voices-pagination .swiper-pagination-bullet-active {
    background: #58a9e8;
}

/* 最初・最後で押せない矢印 */
.voices-prev.swiper-button-disabled,
.voices-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
}

/* ホバー時 */
.voices-prev:hover,
.voices-next:hover {
    background: #58a9e8;
}

/* ホバー時の矢印を白に */
.voices-prev:hover::before {
    border-left-color: #fff;
    border-bottom-color: #fff;
}

.voices-next:hover::before {
    border-top-color: #fff;
    border-right-color: #fff;
}


.lblue-round {
    opacity: 0;
    transform: translateY(40px);
}

.lblue-round.is-show {
    opacity: 1;
    transform: translateY(0);
}

.sponly,
a.round-button.sponly {
    display: none;
}

a:hover {
    opacity: 0.8;
}

a.head-link:hover {
    background: #fff;
    color: #005bac;
    opacity: 1;
}

a.round-bt.back-bl:hover {
    background: #fff;
    color: #005bac;
    border: 1px solid;
    font-weight: bold;
}

#takuhai a.round-button:hover {
    background: #fff;
    color: #f45a5a;
    border: 1px solid;
    opacity: 1;
}

a.round-bt.back-pp:hover {
    opacity: 1;
    background: #fff;
    color: #ef8181;
    font-weight: bold;
    border: 1px solid;
}

a.round-sky:hover {
    background: #3994E3;
    color: #fff;
    opacity: 1;
}

a.round-sky.ani-op:hover {
    background: #fff;
    opacity: 0.7;
}

h1 {
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

.head-right i {
    font-size: 9px;
    padding-left: 4px;
}

.anytime-title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b95e8;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0;
}

.anytime-title::before,
.anytime-title::after {
    content: "";
    display: block;
    width: 3px;
    height: 24px;
    background-color: #3b95e8;
}

.anytime-title::before {
    transform: rotate(-35deg);
    margin-right: 23px;
}

.anytime-title::after {
    transform: rotate(35deg);
    margin-left: 10px;
}

.mic-cont h3.noline span {
    display: inline;
    border-bottom: 2px dotted;
    padding: 0 8px 7px 8px;
}

.mic-cont h3.noline {
    border-bottom: 0;
}

.lblue-round {
    opacity: 0;
    transform: translateY(40px);
    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
}

.lblue-round.is-show {
    opacity: 1;
    transform: translateY(0);
}

.head-right a.head-link.pconly i {
    font-size: 14px;
    font-size: 14px;
    position: absolute;
    top: 33%;
    right: 10%;
}

section#kv p.bk-guradeshon {
    background-position: right;
}

.head-colom ul li:last-child p {
    margin-left: -5px;
}

sup {
    font-size: 12px;
}

a.round-button.sponly {
    display: none !important;
}

.attention {
    padding: 80px 20px 80px;

}

.border-wrapper {
    max-width: 860px;
    border-radius: 10px;
    border: 2px solid var(--Linear, #3994E3);
    background: #FFF;
    padding: 30px 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    margin: 0 auto;
}

.border-wrapper h3 {
    color: var(--K, #222);
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 31.2px */
    letter-spacing: 0.72px;
}

.border-wrapper p {
    color: #222;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.48px;
    margin-block-end: 0.2em;
}

.attention .bottom-line-tit {
    margin: 0 0 31px;
}

.attention .bottom-line-tit::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 46px;
    height: 4px;
    background: linear-gradient(180deg, #3994E3 0%, #B4B8E0 94%);
    transform: translateX(-50%);
}

[id] {
    scroll-margin-top: 220px;
}

div#gnavi .spmenu-bottom.sponly li:hover a {
    opacity: 1;
}

div#gnavi .spmenu-bottom.sponly li:hover {
    opacity: 0.7;
}

.ans-head div {
    margin-top: 1%;
}







@media screen and (max-width: 1260px) {
    .kv-copy {
        top: 1%;
    }

    section#kv h2 {
        margin: 0 0 5px;
        font-size: 46px;
    }

    section#services {
        padding: 30px;
        box-sizing: border-box;
    }

    .main-inner {
        width: 100%;
    }

    .head-colom,
    .main-inner {
        padding: 0 2%;
        box-sizing: border-box;
    }

    .head-right-link {
        gap: 10px;
        margin-top: -2%;
    }

    .head-right a.head-link {
        padding: 6px 20px 6px 30px;
    }

    .head-right a.head-link.pconly i {
        right: 5%;
    }
}

@media screen and (max-width: 1200px) {
    div#gnavi ul li a {
        padding-right: 20px;
    }

    a.kv-float {
        right: -40%;
    }

    .main-inner {
        width: 100%;
    }

    .foot-inner {
        width: 70%;
    }

    .head-right-link {
        width: clamp(37%, 2vw, 20%);
    }

    .head-right {
        display: flex;
        gap: clamp(8px, 2vw, 15px);
    }

}

@media screen and (max-width: 1080px) {
    .voices-slider {
        width: 95vw;
    }

    .inner2 {
        width: 100%;
        margin: 0 auto;
    }

    div#gnavi ul li i {
        margin-left: 4px;
    }

    .inner,
    .inner2 {
        width: 100%;
        margin: 0 auto;
        padding: 0 2%;
        box-sizing: border-box;
    }

    span.fuki {
        font-size: 14px;
    }

    .lblue-round {
        display: flex;
        padding: 60px 55px;
    }
}

@media screen and (max-width: 1026px) {
    .inbanner.sponly {
        display: block !important;
    }

    .pconly,
    div#sp-menu i.fa-solid.fa-xmark,
    div#gnavi,
    div#sp-menu.active i.fa-solid.fa-bars,
    ul.layout2-1.pconly,
    a.inbanner.pconly {
        display: none;
    }

    .sponly,
    #sp-menu,
    div#sp-menu.active i.fa-solid.fa-xmark,
    div#gnavi.active {
        display: block;
    }

    footer h4 {
        font-size: 28px;
        margin-block-start: 0;
        margin-block-end: 0.7em;
    }

    a.kv-float {
        right: unset;
        bottom: 0;
    }

    a.kv-float img {
        width: 76%;
    }

    body {
        position: relative;
    }

    .inner,
    .inner2 {
        width: 100%;
    }

    div#sp-menu p {
        margin: 0;
    }

    header {
        padding: 8px 0;
    }

    h1 {
        display: flex;
        align-items: center;
        color: #fff;
        font-family: "Noto Sans JP";
        font-size: 12px;
        gap: 10px;
    }

    div#sp-menu {
        font-family: "Noto Sans JP";
        color: #fff;
        font-size: 16px;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    div#sp-menu i {
        font-size: 30px;
        text-align: center;
    }

    .head-right.sponly {
        padding: 15px 18px;
        box-sizing: border-box;
    }

    div#gnavi .head-right ul li {
        padding: 10px 15px;
        box-sizing: border-box;
    }

    div#gnavi .spmenu-bottom.sponly li {
        border-radius: 40px;
        border: 1px solid #005BAC;
        padding: 15px 43px;
        margin: 15px 18px;
    }

    div#gnavi .spmenu-bottom.sponly li img {
        width: 3%;
        height: auto;
    }

    div#gnavi .head-right ul li a {
        border: 0;
    }

    div#gnavi .spmenu-bottom.sponly li p {
        margin: 0;
    }

    div#gnavi .spmenu-bottom.sponly ul {
        display: block;
    }

    div#gnavi .spmenu-bottom.sponly ul li a {
        border-right: unset;
        display: flex;
        gap: 15px;
        font-size: 16px;
        justify-content: center;
        align-items: center;
        width: 100%;
        position: relative;
        margin-left: -5%;
    }

    div#gnavi .spmenu-bottom.sponly ul a {
        color: #005BAC;
        text-align: center;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-decoration: unset;
        position: relative;
    }

    section#services .col2-1 ul li h5.line-bt-dot {
        margin-top: 0;
    }

    .head-colom {
        padding: 0 18px 5px;
    }

    /* div#gnavi .spmenu-bottom.sponly ul.reserve li i {
        border: unset;
        font-size: 16px;
        position: absolute;
        top: 38%;
        right: 18%;
    } */
    div#gnavi .spmenu-bottom.sponly ul.reserve li a i {
        border: unset;
        font-size: 16px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    div#gnavi .spmenu-bottom.sponly ul.reserve li {
        background: #005bac;
        color: #fff;
    }

    div#gnavi .spmenu-bottom.sponly ul.reserve li a {
        color: #fff;
    }

    div#gnavi .spmenu-bottom.sponly ul.reserve li i {
        color: #fff;
    }

    div#gnavi .spmenu-bottom.sponly ul li a i {
        text-align: right;
        border: 1px solid;
        border-radius: 20px;
        padding: 4px 5px 2px;
        font-size: 10px;
        position: absolute;
        top: 24%;
        right: 6%;
    }

    div#gnavi .spmenu-bottom.sponly .cleaning-s li a i {
        text-align: right;
        border: 1px solid;
        border-radius: 20px;
        padding: 2.8px 4px 2px;
        font-size: 10px;
        position: absolute;
        top: 24%;
        right: 6%;
    }

    div#gnavi .spmenu-bottom.sponly ul {
        margin-bottom: 15px;
    }

    ul.nav-content {
        flex-direction: column;
        text-align: center;
        background: #fff;
    }

    div#gnavi ul.nav-content a {
        color: #005BAC;
        border: 0;
        font-size: 16px;
    }

    div#gnavi ul.nav-content li {
        text-align: left;
    }

    div#gnavi ul.nav-content li {
        text-align: left;
        position: relative;
        padding: unset;
        border-bottom: 1px solid #005BAC;
        margin: 0 20px;
    }

    ul.nav-content i {
        position: absolute;
        top: 39%;
        right: 5%;
        font-size: 20px;
    }

    div#gnavi {
        background: #fff;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.05);
        padding-bottom: 20px;
        z-index: 100;
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 11111111111111111111111;
        max-height: 100vh;
        overflow: hidden;
    }

    header.active {
        position: fixed;
        width: 100vw;
        height: 100dvh;
        top: 0;
        left: 0;
        z-index: 99999;
        overflow: hidden;
        box-sizing: border-box;
    }

    header.active {
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100dvh;
        overflow: hidden;
        z-index: 999999;
        padding: 7px 0;
    }

    #gnavi.active {
        display: block;
        position: absolute;
        left: 0;

        width: 100%;

        overflow-y: auto;
        overflow-x: hidden;

        background: #fff;
        box-sizing: border-box;
        padding-bottom: calc(40px + env(safe-area-inset-bottom));

        -webkit-overflow-scrolling: touch;
        overscroll-behavior-y: contain;
    }

    #gnavi .nav-inner {
        min-height: 100%;
    }

    div#gnavi .spmenu-bottom.sponly li:first-child img {
        margin-left: -12px;
    }

    a.sponly.total-link i {
        margin-left: 10px;
    }

    a.sponly.total-link {
        color: #FFF;
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        text-decoration: unset;
        text-align: center;
        border: 1px solid #fff;
        width: 40%;
        margin: 20px auto;
        border-radius: 40px;
        padding: 16px 0;
    }

    section#kv {
        background-image: url(./img/kv-sp.webp);
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0;
    }

    .kv-copy {
        position: relative;
        left: unset;
        top: unset;
        padding-top: calc(100% - 56%);
        text-align: center;
    }

    a.inbanner {
        right: unset;
        position: relative;
        bottom: unset;
        width: 100%;
        margin: 10px 0;
        display: block;
    }

    a.kv-float img {
        margin: 0 auto;
        width: 50%;
        display: block;

    }

    a.inbanner img {
        margin: 0 auto;
        display: block;
    }

    .main-inner {
        width: 96%;
        margin: 0 auto;
    }

    .col2-1 ul {
        flex-direction: column;
    }

    .col2-1 ul li {
        flex-direction: column;
        display: flex;
    }

    .col2-1 ul li h5 {
        order: 1;
    }

    .col2-1 ul img {
        order: 4;
        position: absolute;
        width: 60%;
        height: auto;
        z-index: 70;
        right: -10%;
        top: 30%;
    }

    .col2-1 ul ul {
        order: 2;
    }

    .col2-1 ul .exsmall {
        order: 3;

    }

    .bottom-line-tit {
        text-align: center;
    }

    .col2-1 ul ul li {
        display: list-item;
    }

    .col2-1 ul li {
        padding-bottom: calc(100% - 86%);
    }

    .lblue-round {
        flex-direction: column;
    }

    section {
        margin: 0;
        padding: 80px 2% 60px;
        box-sizing: border-box;
    }

    .ly-inner {
        display: flex;
        gap: 40px;
        align-items: flex-start;
        margin-bottom: 20px;
        /* justify-content: center; */
    }

    .lblue-round img.sponly {
        width: 100%;
        margin-bottom: 15px;
    }

    .lblue-round .pimg.sponly {
        margin-bottom: 0px;
    }

    .flex.inner {
        flex-direction: column;
        width: 96%;
        margin: 0 auto;
    }

    section#steps dl {
        align-items: center;
        display: flex;
        margin-top: 10px;
    }

    section#steps dd {
        display: flex;
        align-items: center;
    }

    section#steps dl dt {
        background: var(--Linear, linear-gradient(100deg, #3994E3 -3.34%, #B4B8E0 90.89%));
        height: 100%;
        background-size: cover;
        align-self: stretch;
        margin: 0;
        align-self: stretch;
        height: auto;
        display: flex;
        align-items: center;
        border-radius: 10px 0 0 10px;
        padding: 1px 19px 0px 15px;
    }

    section#steps dd h4 {
        margin: 0px 10px 0;
        text-align: left;
    }

    section#steps .flex.inner {
        gap: 0;
        width: 100%;
    }

    section#steps i {
        color: #E4EFFA;
        font-size: 76px;
        text-align: center;
        margin-top: -4%;
    }

    section#steps h3.tit-star {
        margin-bottom: 40px;
    }

    .inner,
    .inner2 {
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
        box-sizing: border-box;
    }

    footer {
        margin-top: -6%;
    }

    footer.top-footer {
        margin-top: -2%;
    }

    .head-colom h1 a {
        display: flex;
        justify-content: center;
        align-items: inherit;
        gap: 8px;
        color: #fff;
        text-decoration: none;
        letter-spacing: 1px;
    }

    article#hokan {
        min-height: 360px;
    }

    article#irui {
        min-height: 361px;
    }

    span.underline.line-yellow {
        white-space: nowrap;
    }

    article#futon {
        min-height: 356px;
    }

    div#gnavi ul {
        margin-bottom: 35px;
    }


    #gnavi.active .nav-inner {
        height: auto;
        min-height: 0;
        overflow: visible;
    }

    div#sp-fixmenu.is-fixed {
        position: fixed;
        top: 1px;
        right: 1px;
        z-index: 999999;
        padding: 5px 8px;
        background: #005BAC;
        border-radius: 6px;
        color: #fff;
        text-align: center;
        font-family: 'Noto Sans JP';
        font-size: 14px;
    }

    div#sp-fixmenu i {
        font-size: 20px;
    }

    div#sp-fixmenu.is-fixed p {
        margin: 0;
    }

    header {
        position: relative;
    }

    div#sp-menu.active p {
        display: none;
    }

    body:has(header.active) #sp-fixmenu {
        display: none;
    }

    section#steps dd img {
        height: 76px;
        margin: 10px;
        display: block;
    }

    .ly-inner img.sponly {
        width: 24%;
    }

    section#takuhai article,
    .middle-content {
        flex-direction: column;
    }

    img.inner-img.pconly,
    #takuhai a.round-button.pconly {
        display: none;
    }

    img.inner-img.sponly {
        display: block;
    }

    .mic-cont h3.noline {
        padding-bottom: 0;
    }

    .mic-cont h3.noline span {
        border-bottom: 0;
    }

    img.ddd {
        width: 125px;
        margin: 0 auto;
        border-bottom: 2px dotted #4071c7;
        padding-bottom: 7px;
    }

    img.inner-img {
        width: 100%;
        border-radius: 30px 30px 0 0;
        height: auto;
    }

    #takuhai a.round-button.sponly {
        position: relative;
        width: 100%;
        bottom: unset;
        display: block !important;
        left: unset;
    }

    .sample-menu {
        width: 100%;
    }

    header.active {
        display: flex;
        flex-direction: column;
        height: 100vh;
        height: 100dvh;
        overflow: hidden;
        padding: 7px 0 0;
    }

    header.active .head-colom {
        flex-shrink: 0;
    }

    header.active #gnavi,
    #gnavi.active {
        position: static;
        flex: 1;
        min-height: 0;
        width: 100%;
        height: auto;
        max-height: none;
        overflow-x: hidden;
        overflow-y: auto;
        padding-bottom: calc(50px + env(safe-area-inset-bottom));
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-y;
    }

    #gnavi.active .nav-inner {
        height: auto;
        min-height: max-content;
        overflow: visible;
    }

    div#gnavi ul.nav-content li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%;
        padding: 20px 0;
    }

    .sample-menu {
        max-width: 100%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1026px) {
    .lblue-round img.sponly {
        width: 28%;
    }

    div#gnavi .spmenu-bottom.sponly li:first-child img {
        margin-left: -11px;
    }

    img.inner-img {
        object-fit: cover;
    }

    .lblue-round img.sponly {
        width: 100%;
    }

    .ly-inner img.sponly {
        width: 20%;
    }

    section#kv p.bk-guradeshon {
        background-position: right;
        display: block;
        width: fit-content;
        margin: 5px auto;
    }

    .lblue-round img.sponly.pimg {
        width: 26%;
    }

    a.kv-float img {
        width: 70%;
    }

    a.kv-float {
        right: 9vh;
    }


}

@media screen and (min-width: 600px) and (max-width: 900px) {
    .mic-cont p {
        font-size: clamp(18px, 3vw, 19px);
    }
}

@media screen and (max-width: 768px) {

    section#takuhai article,
    .middle-content {
        flex-direction: column;
    }

    section#kv {
        margin-bottom: 40px;
    }

    .pony-top section#kv {
        margin-bottom: 30px;
    }

    .head-colom span {
        font-size: 12px;
    }

    div#sp-menu {
        padding-top: 5px;
    }

    div#gnavi .spmenu-bottom.sponly li img {
        width: 10%;
    }

    .head-colom {
        padding: 0 10px 5px;
    }

    div#sp-menu.active p {
        display: none;
    }

    img.inner-img {
        width: 100%;
        border-radius: 30px 30px 0 0;
        height: auto;
    }

    #takuhai a.round-button {
        position: relative;
        width: 100%;
        bottom: unset;
    }

    #takuhai a.round-button.pconly {
        display: none;
    }

    .voices-head img {
        width: 26%;
    }

    section#qa dl.opened i {
        top: 19%;
        right: 0%;
    }

    section#qa dl {
        padding: 30px 30px 30px 20px;
    }

    section#qa dt {
        padding-right: 5%;
    }

    .foot-inner {
        width: 100%;
    }

    div#copy {
        padding: 15px 20px;
    }

    div#copy p {
        white-space: nowrap;
    }

    section#voices {
        padding: 50px 0 !important;
    }

    section#voices .inner2 {
        padding: 0;
    }

    .mic-cont h3.noline span {
        border-bottom: 0;
    }

    .mic-cont h3.noline {
        padding-bottom: 0;
    }

    .mic-cont h3 {
        padding-bottom: 0;
        font-size: 20px;
    }

    img.ddd {
        width: 125px;
        margin: 0 auto;
        border-bottom: 2px dotted #4071c7;
        padding-bottom: 7px;
    }

    .slide.swiper-slide {
        padding: 20px 15px;
    }

    .slide.swiper-slide h4 {
        font-weight: 600;
    }

    .ft-sns {
        text-align: center;
    }

    img.pconly {
        display: none;
    }

    .sample-menu {
        width: 100%;
    }

    section.bk-pblue {
        padding: 0 0 30px;
    }

    img.ac-top {
        transform: translateY(-3px);
    }

    section#qa dd .ans-head:not(:has(p, div)) {
        align-items: flex-start;
    }

    header.active #gnavi,
    #gnavi.active {
        top: 15.2%;
    }

    section#steps dd {
        padding: 15px;
    }

    .col2-1 ul p.exsmall {
        margin-bottom: 20px;
    }

    a.pink-button {
        width: 50%;
    }

    img.sponly.pimg {
        width: 23%;
    }

    .ly-inner {
        gap: 20px;
        align-items: center;
    }

    div#sp-menu.active i.fa-solid.fa-xmark {
        right: 6%;
        position: absolute;
        top: 4%;
    }

    header.active #gnavi,
    #gnavi.active {
        top: unset;
    }

    .ly-inner img.sponly {
        width: 24%;
    }

    [id] {
        scroll-margin-top: 40px;
    }

    #takuhai a.round-button.sponly {
        position: relative;
        width: 100%;
        bottom: unset;
        display: block !important;
        left: unset;
    }

    h3.tit-star span.fs32 {
        font-size: 24px;
    }
}

@media screen and (max-width: 560px) {
    header {
        padding: 7px 18px;
    }

    header h1 img {
        width: 160px;
        margin: 0;
    }

    h3.tit-star {
        gap: 25px;
    }

    section#steps {
        padding-top: 20px;
    }

    img.sponly.pimg {
        width: 26%;
    }

    section#steps dd {
        padding: 10px 0;
    }

    .sp-fs15 {
        font-size: 15px !important;
    }

    div#sp-menu p {
        font-size: 11px;
    }

    div#sp-menu i {
        font-size: 24px;
    }

    section#steps dd h4 {
        margin: 0px 2px 0;
        text-align: left;
        letter-spacing: -0.5px;
    }

    section.bk-pblue {
        margin-top: -1%;
    }

    .ft-sns {
        font-weight: bold;
    }

    section#kv h2 {
        text-shadow: 0 0 5px #FFF, 0 0 8px #FFF, 0 0 3px #FFF;
        font-family: "Noto Serif JP";
        font-size: 28px;
        font-style: normal;
        font-weight: bold;
        line-height: normal;
        letter-spacing: 1.4px;
        margin-bottom: 15px;
        color: #000;

    }

    section#kv h2 span {
        font-size: 20px;
    }

    p.bk-guradeshon {
        font-size: 15px;
        line-height: 31px;
        padding: 0px 10px;
        background-position: center;
        margin: 0 0 3px;
    }

    p.bk-guradeshon.first {
        margin-top: 15px;
    }

    p.bk-guradeshon.second {
        margin-top: 3px;
    }

    .kv-sp-inbanner {
        margin-top: 15px !important;
    }

    .kv-copy {
        padding-top: calc(100% - 50%);
    }

    a.kv-float img,
    a.inbanner img {
        width: 96%;
        margin-bottom: 15px;
    }

    section#service {
        margin-top: calc(100% - 56%);
    }

    h3.tit-star {
        font-size: 28px !important;
    }

    .bottom-line-tit {
        font-size: 24px;
    }

    .bottom-line-tit::after {
        bottom: -15px;
    }

    section.light-blue {
        padding: 30px 0;
    }

    .bottom-line-tit {
        margin: 0 0 15px;
    }

    .col2-1 ul li h5 {
        margin: 10px 0 15px;
    }

    .col2-1 ul li {
        padding: 15px 10px;
    }

    .col2-1 ul ul li {
        font-size: 14px;
    }

    .col2-1 ul ul {
        padding-left: 18px;
    }

    .col2-1 li.line-bl:first-child a {
        margin-top: 12px;
    }

    sup {
        font-size: 11px;
    }

    .sample-menu {
        margin-top: -6%;
    }

    h3#hokan {
        margin: 50px 0 10px;
    }

    a.round-bt {
        position: relative;
        width: 90%;
        bottom: unset;
        left: unset;
        order: 7;
        margin: 12px auto 0;
        font-size: 14px;
    }

    section#voices h3.tit-star {
        margin-bottom: 40px;
    }

    .voices-slider {
        width: 100%;
    }

    .voices-controls {
        margin-top: 20px;
    }

    h3.tit-star img {
        width: 14px;
    }

    .col2-1 ul ul {
        width: 68%;
    }

    .col2-1 ul img {
        order: 4;
        position: absolute;
        width: 82%;
        height: auto;
        right: -22%;
        top: 20%;
    }

    .exsmall {
        font-size: 10px;
    }

    .col2-1 ul p.exsmall {
        margin-bottom: 5px;
    }

    section#reason h3.tit-star {
        margin-bottom: 30px;
    }

    section#reason {
        padding: 30px 0 0;
    }

    section#services li.line-pink {
        margin-bottom: 15px;
    }

    .main-inner {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        padding: 0 10px;
    }

    section#service {
        margin-top: 0;
    }

    section {
        padding: 30px 0;
    }

    h3.tit-star p {
        font-size: 22px;
    }

    h3.tit-star span.tx-sky {
        font-size: 28px;
    }

    section#service .lblue-round:first-child {
        margin-top: 30px;
    }

    .ly-inner h3 {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .lblue-round {
        display: flex;
        padding: 30px 12px;
        align-items: center;
        gap: 20px;
        border-radius: 20px;
        background: var(--BG, #F2F6F9);
        margin-bottom: 30px;
    }

    .ly-inner {
        gap: 12px;
    }

    .ly-inner img {
        width: 26%;
    }

    section#steps dl dt,
    section#steps dd h4,
    #takuhai a.round-button,
    a.round-sky {
        font-size: 16px;
    }

    span.f-big {
        font-size: 24px;
        margin-top: -2px;
        margin-left: 1px;
    }

    section#steps .flow-icon-box {
        width: 60px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 5px;
    }

    .flow-icon-small {
        transform: scale(1.0);
    }

    section#steps dd img {
        width: auto;
        height: 70px;
        margin: 0;
    }

    span.fuki {
        font-size: 12px;
    }

    section#steps i {
        font-size: 48px;
        text-align: center;
        margin-top: -6%;
    }

    section.bk-sky {
        padding: 50px 0;
    }

    .mic-cont h3 {
        font-size: 20px;
    }

    a.round-sky {
        width: 90%;
    }

    a.round-sky {
        margin: 25px auto 30px;
    }

    footer {
        margin-top: -12%;
    }

    a.pink-button {
        width: 84%;
    }

    .ft-sns {
        width: 74%;
    }

    div#copy img {
        display: none;
    }

    div#gnavi ul li a {
        font-size: 10px;
    }

    div#gnavi .head-right ul li {
        padding: 10px 7px 0;
    }

    a.sponly.total-link {
        width: 90%;
    }

    div#gnavi ul li i {
        margin-left: 2px;
    }

    .col2-1 ul ul li {
        line-height: 20px;
        white-space: nowrap;
    }

    section#steps,
    section#voices {
        padding: 30px 10px;
        box-sizing: border-box;
    }

    .head-right ul li img {
        height: 32px;
    }

    section#takuhai .mic-cont li {
        letter-spacing: -1px;
        gap: 10px;
    }

    .middle-content {
        padding: 25px 20px;
    }

    .mic-cont {
        width: 98%;
    }

    section#takuhai .mic-cont li img {
        margin-right: 3px;
    }

    section#takuhai h3.tit-star {
        margin-bottom: 30px;
    }

    .col2-1 h3:first-child {
        margin-bottom: 40px;
    }

    section#kv h2 {
        margin: 0;
    }

    .attention {
        padding: 0px 0 30px;
    }

    .border-wrapper {
        padding: 20px 30px;
    }

    .border-wrapper h3 {
        font-size: 22px;
    }

    .attention .bottom-line-tit::after {
        bottom: -6px;
        width: 28px;
        height: 3px;
    }

    .attention .bottom-line-tit {
        margin: 10px 0 12px;
    }

    .gr-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    section#services {
        padding: 40px 0;
    }

    section#qa dl.opened i {
        right: -5%;
    }

    div#sp-menu.active i.fa-solid.fa-xmark {
        right: 6%;
        position: absolute;
        top: 2%;
    }
}

@media screen and (max-width: 391px) {
    div#gnavi .spmenu-bottom.sponly li {
        padding: 15px 30px;
    }

    section#steps dd img {
        width: auto;
        height: 40px;
        margin: 0;
    }
}