@charset "UTF-8";

:root {
    --baseColor: #FDF9F2;
    --primaryColor: #0090E3;
    --secondaryColor: #F15F79;
    --tertiaryColor: #FFA82D;
    --textColor: #393939;
}

html {
    font-family: "Noto Serif JP", serif;
    font-style: normal;
    color: var(--textColor);
    line-height: 1.7;
}

.container,
header,
main {
    overflow: hidden;
}

img {
    width: 100%;
    height: auto;
}

.pc {
    display: none;
}

p {
    font-size: 16px;
}

.tac {
    text-align: center;
    font-size: 10px;
    padding-bottom: 20px;
}

/* ヘッダー */
header {
    height: 50px;
    width: 100%;
    background-image: linear-gradient(360deg, rgba(0, 80, 129, 1), rgba(0, 144, 227, 1));
    color: #fff;
    font-size: 17.5px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header span {
    font-size: 19.3px;
}

.cta a {
    margin-top: -35%;
    width: 90%;
    margin-left: 3%;
    display: block;
    cursor: pointer;
    animation: floating-y 1s ease-in-out infinite alternate-reverse;
}

.cta a:hover {
    opacity: 0.7;
}

@keyframes floating-y {
    0% {
        transform: translateY(-3%);
    }

    100% {
        transform: translateY(3%);
    }
}

.outlet {
    width: 25%;
    max-width: 120px;
    margin: -140px 0 0 auto;
    z-index: 999;
    position: relative;
}

h2 {
    font-size: 24px;
    text-align: center;
}

#top {
    background-color: var(--baseColor);
    padding-bottom: 30px;
}

#top .section-title {
    position: relative;
}

#top h2 {
    color: #fff;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    width: 100%;
}

#top .text {
    width: 30%;
    max-width: 150px;
    margin: 48px auto;
    position: relative;
    z-index: 999;
}

#top .inner {
    position: relative;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
}

#top .pc {
    display: none;
}

.section-img01 {
    width: 40%;
    position: absolute;
    top: -30px;
    max-width: 186px;
}

.section-img02 {
    width: 35%;
    position: absolute;
    right: 0;
    top: 50px;
    max-width: 165px;
}

.section-img03 {
    width: 35%;
    position: absolute;
    top: 120px;
    left: 30px;
    max-width: 165px;
}

#top .cta a {
    margin-top: -15%;
}

#top .slider-2 img {
    height: 120px;
    width: 130px;
    object-fit: contain;
    margin-top: 20px;
}

#top .slider-3 img {
    height: 120px;
    width: 130px;
    object-fit: contain;
}

@media screen and (min-width: 500px) {
    #top .slider-2 img {
        height: 250px;
        width: 250px;
        object-fit: contain;
        margin-top: 20px;
    }

    #top .slider-3 img {
        height: 250px;
        width: 250px;
        object-fit: contain;
    }
}

#onayami {
    background-image: url(../images/bgimg01.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 100px;
}

#onayami h2 {
    margin-bottom: 30px;
}

#onayami h2 span {
    font-size: 30px;
    color: #005081;
}

#onayami ul {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
}

#onayami ul li {
    margin-bottom: 15px;
    background-color: #fff;
    display: inline-block;
}

#onayami ul li::before {
    content: "・";
}

@media screen and (min-width: 500px) {
    #onayami {
        padding-bottom: 200px;
    }
}

@media screen and (min-width: 700px) {
    #onayami {
        padding-top: 60px;
        padding-bottom: 300px;
    }

    #onayami ul li {
        font-size: 20px;
    }
}

#onayami-2 {
    padding-top: 20px;
}

#onayami-2 .section-title {
    text-align: center;
}

#onayami-2 h2 {
    font-size: 18px;
    background-color: var(--primaryColor);
    display: inline-block;
    color: #fff;
    padding: 2px 22px;
}

#onayami-2 .itemname {
    margin: 15px auto 0;
    width: 88%;
    max-width: 600px;
}

#onayami-2 p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}

#onayami-2 .itemimg {
    margin: 0 auto 35px;
    width: 88%;
    max-width: 600px;
}

#onayami-2 .text01 {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.outlet2 {
    width: 40%;
    margin: -5% 0 0 auto;
}

#kakei .section-title {
    position: relative;
}

#kakei .section-title h2 {
    color: #fff;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    width: 100%;
}

#kakei .inner {
    background-image: url(../images/bgimg02.png);
    background-size: contain;
    margin-top: -10px;
    padding-top: 40px;
    text-align: center;
}

#kakei .inner p {
    line-height: 200%;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: #E3E3E3 1px solid;
}

#kakei .inner-2 {
    background-image: url(../images/bgimg03.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 20%;
    color: #fff;
    margin-top: -50px;
}

#kakei .inner-2 ul {
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
}

#kakei .inner-2 ul li {
    position: relative;
}

#kakei .inner-2 ul .tag {
    width: 78px;
    position: absolute;
    top: -40px;
}

#kakei .inner-2 ul .tag1 {
    right: -30px;
}

#kakei .inner-3 h2 {
    margin-bottom: 15px;
}

#kakei .inner-3 p {
    text-align: center;
    margin-bottom: 25px;
}

#kakei .inner-3 p span {
    color: #005081;
}

#kakei .inner-3 .section-img {
    width: 88%;
    max-width: 600px;
    margin: 0 auto;
}

#kakei .inner-3 .cta a {
    margin-top: 5%;
}

#kakei .inner span {
    color: #005081;
}

#zisseki {
    background-image: linear-gradient(180deg, rgba(0, 210, 255, 0.15), rgba(0, 178, 255, 0.15));
    margin-top: -30px;
    padding-top: 50px;
    position: relative;
    padding-bottom: 50px;
}

.zisseki-section-title {
    position: relative;
    width: 88%;
    max-width: 550px;
    margin: 0 auto;
    z-index: 999;
}

.zisseki-section-title h2 {
    color: #fff;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 16px;
}

#zisseki h3 {
    background-color: #fff;
    text-align: center;
    font-size: 22px;
    padding: 5px 16px 5px 30px;
    width: 40%;
    max-width: 300px;
    margin: 0 auto 30px;
    position: relative;
}

#zisseki h3:before {
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url(../images/itemimg2.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    left: -10px;
    margin-top: -15px;
    z-index: 999;
}

#zisseki .inner {
    width: 88%;
    max-width: 600px;
    margin: 0 auto 30px;
}

#zisseki .inner p {
    margin-bottom: 15px;
}

#zisseki picture {
    display: block;
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
}

#zisseki .wrapper {
    position: relative;
}

#zisseki .comment {
    width: 78px;
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translate(-220%, -50%);
    padding: 0;
    margin: 0;
}

#zisseki .bottom-p {
    font-size: 14px;
    font-weight: 700;
    font-family: noto sans jp;
    text-align: center;
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    width: 100%;
}

#zisseki .cta {
    width: 80%;
    max-width: 350px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    width: 100%;
}

#zisseki .cta a {
    margin-top: -25%;
    margin-left: 5%;
}

#voice {
    background-color: #FDF9F2;
    padding-top: 30px;
    padding-bottom: 30px;
}

#voice .section-title {
    position: relative;
    width: 88%;
    max-width: 550px;
    margin: 0 auto;
    z-index: 999;
    margin-bottom: 50px;
}

#voice .section-title h2 {
    color: #fff;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    width: 100%;
}

#voice ul li {
    background-color: #fff;
    padding: 20px 10px;
    width: 90%;
    max-width: 350px;
    margin: 0 auto 50px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

#voice ul li:nth-child(2) {
    flex-direction: row-reverse
}

#voice ul li:nth-child(2) .img {
    margin-bottom: 20px;
}

#voice .voiceimg {
    width: 35%;
}

#voice .item {
    width: 60%;
}

#voice ul li:before {
    content: "“";
    font-size: 76px;
    color: #D9D9D9;
    position: absolute;
    z-index: 999;
    top: -22%;
    left: -2%;
}

#voice ul li:after {
    content: "”";
    font-size: 76px;
    color: #D9D9D9;
    position: absolute;
    z-index: 999;
    bottom: -42%;
    right: 2%;
}

#voice ul li:nth-child(2):before {
    content: "“";
    font-size: 76px;
    color: #D9D9D9;
    position: absolute;
    z-index: 999;
    top: -17%;
    left: -2%;
}

#voice ul li:nth-child(2):after {
    content: "”";
    font-size: 76px;
    color: #D9D9D9;
    position: absolute;
    z-index: 999;
    bottom: -32%;
    right: 2%;
}

#voice .item h3 {
    color: #005081;
    margin-bottom: 5px;
    font-weight: 700;
}

#voice .p-1 {
    font-size: 14px;
    margin-bottom: 10px;
}

#voice .p-2 {
    font-size: 12px;
    text-align: right;
}

#voice .p-3 {
    font-size: 12px;
    text-align: right;
}

#howto {
    padding-top: 30px;
    padding-bottom: 50px;
    background-image: linear-gradient(180deg, rgba(0, 210, 255, 0.1), rgba(0, 178, 255, 0.1));
}

#howto h2 {
    width: 88%;
    max-width: 350px;
    margin: 0 auto 12px;
}

#howto .p-1 {
    border-radius: 100px;
    font-size: 10px;
    background-color: #fff;
    border: var(--secondaryColor) solid 1px;
    color: var(--secondaryColor);
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 5px;
    margin-right: 10px;
}

#howto .p-1 span {
    font-size: 20px;
}

#howto .item {
    display: flex;
    align-items: center;
    justify-content: center;
}

#howto .arrow {
    width: 30px;
    margin: 8px auto;
}

#howto .p-2 {
    width: 90%;
    max-width: 600px;
    text-align: center;
    margin: 10px auto 15px;
    font-size: 15px;
}

#howto .section-img {
    width: 90%;
    max-width: 600px;
    margin: 0 auto 15px;
}

#howto .p-3 {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    font-size: 14px;
    text-align: left;
}

#about {
    margin-top: -20px;
    background-color: #FDF9F2;
    border-radius: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#about h2 {
    text-align: center;
    margin-bottom: 30px;
}

#about h3 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
}

#about h3 span {
    font-size: 18px;
}

#about .item-1 .item {
    margin-bottom: 50px;
}

#about .item {
    background-color: #fff;
    border-radius: 15px;
    width: 90%;
    margin: -30px auto 0;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
}

#about h4 {
    background-color: var(--primaryColor);
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 2px 17px;
    width: 80%;
    max-width: 300px;
    margin: 0 auto 30px;
}

#about .item-2 {
    margin-bottom: 0;
}

#about .item-2 h4 {
    background-color: var(--tertiaryColor);
}

#about h4 span {
    font-size: 25px;
}

#about .section-img {
    width: 90%;
    max-width: 450px;
    margin: 0 auto 30px;
}

#about .p-1 {
    max-width: 450px;
    margin: 0 auto;
}

#about .inner {
    max-width: 450px;
    margin: 50px auto;
}

#about .inner li {
    border: var(--primaryColor) 1px solid;
    margin-bottom: 30px;
    padding: 15px;
    text-align: center;
}

#about .inner li:last-child {
    margin-bottom: 0;
}

#about .inner h5 {
    background-color: #fff;
    font-size: 15px;
    width: 30%;
    margin: -45px auto 5px;
}

#about .inner h5 span {
    font-size: 25px;
}

#about .item-2 .p-1 {
    margin-bottom: 30px;
}

#about .item-2 ul li {
    background-color: #FDF9F2;
    border-radius: 20px;
    padding: 30px 20px;
    height: 275px;
}

#about .slider {
    max-width: 450px;
    margin: 0 auto;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0px;
}

#about .item-2 .icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 15px;
}

#about .item-2 ul p {
    text-align: center;
}

#faq {
    padding: 50px 0;
}

#faq h2 {
    margin-bottom: 30px;
}

#about .ul-1 {
    display: none;
}


/* アコーディオン */
#faq .c-accordion__item {
    border-radius: 7px;
    border: var(--primaryColor) 2px solid;
    width: 90%;
    max-width: 450px;
    margin: 0 auto 15px;
}

#faq .c-accordion__title {
    position: relative;
    cursor: pointer;
    padding: 10px 50px 10px 10px;
    margin: 0 auto;
    font-size: 15px;
    text-align: left;
    display: flex;
    color: var(--primaryColor);
}

#faq .c-accordion__title::before {
    content: "＋";
    position: absolute;
    top: 9%;
    right: 15px;
    font-size: 20px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}


#faq .c-accordion__title span {
    font-family: "inter";
    color: #fff;
    background-color: var(--primaryColor);
    font-size: 18px;
    width: 26px;
    height: 26px;
    border-radius: 100px;
    text-align: center;
    font-weight: 700;
    margin-right: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;

}

/* オープンした時 */
#faq .c-accordion__title.is-open {
    border-radius: 28px 28px 0 0;
}

#faq .c-accordion__title.is-open::before {
    transform: rotate(45deg);
}


#faq .c-accordion__body {
    display: none;
    padding: 10px;
    padding-top: 0;
    padding-bottom: 15px;
    margin: 0 auto;
}

#faq .c-accordion__body p {
    font-size: 14px;
}

#faq .c-accordion__body.is-open {
    display: block;
}

#form {
    padding-top: 50px;
    padding-bottom: 30px;
    background-image: linear-gradient(180deg, rgba(0, 210, 255, 0.1), rgba(0, 178, 255, 0.1));
}

#form .p-1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
}

#form h2 {
    margin-bottom: 30px;
}

#form ul li h3 {
    border: var(--primaryColor) 2px solid;
    background-color: var(--primaryColor);
    font-size: 20px;
    display: flex;
    align-items: center;
    color: #E3E3E3;
    margin-bottom: 30px;
}

#form ul li h3 span {
    background-color: #fff;
    color: var(--primaryColor);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    margin-right: 11px;
}

#form .itemimg-1 {
    width: 90%;
    max-width: 450px;
    margin: 0 auto 10px;
}

#form .itemimg-2 {
    width: 90%;
    margin: 0 auto 15px;
    max-width: 450px;
}

#form .form-item {
    width: 90%;
    max-width: 600px;
    margin: 0 auto 10px;
}

#form .form-item .label {
    font-size: 15px;
}

.input {
    background-color: #fff;
    width: 100%;
    height: 35px;
    padding: 3px 5px;
    border: #D9D9D9 1px solid;
}

.input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset;
}

.select-wrapper {
    position: relative;
}

.select-wrapper::after {
    content: "";
    position: absolute;
    display: inline-block;
    border-style: solid;
    border-width: 0.4em 0 0.4em 0.5em;
    border-color: transparent transparent transparent var(--textColor);
    transform: translateY(0.1em) scale(0.8);
    transform: rotate(90deg);
    right: 10px;
    top: 10px;
}

#form .number {
    margin-bottom: 30px;
}

#form textarea {
    background-color: #fff;
    width: 100%;
    margin-bottom: 30px;
    padding: 5px;
    border: #D9D9D9 1px solid;
}

.contact-form-button button {
    background-color: var(--secondaryColor);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 15px;
    text-align: center;
    display: block;
    border-radius: 12px;
    position: relative;
    margin: 0 auto;
    display: block;
    width: 90%;
    max-width: 450px;
    border-radius: 100px;
    font-family: 'noto sans jp';
}

.contact-form-button:hover {
    opacity: 0.7;
}

#company ul li h3 {
    background-color: #F8F8F8;
    padding-left: 5%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}

#company ul li p {
    padding-left: 5%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}

#company ul li:last-child {
    background-color: #F8F8F8;
    padding-top: 30px;
    padding-bottom: 30px;
}

#company ul li:last-child h2 {
    margin-bottom: 15px;
    text-align: left;
    padding-left: 5%;
    font-size: 18px;
}

/* フッター */
.copy-right {
    text-align: center;
    font-size: 12px;
    padding: 17px;
}

@media screen and (min-width: 700px) {
    .cta a {
        margin: -25% auto 0;
        width: 90%;
        max-width: 600px;
        display: block;
        cursor: pointer;
        animation: floating-y 1s ease-in-out infinite alternate-reverse;
    }

    #top .cta a {
        margin-top: -10%;
    }

    #kakei .inner-2 ul .tag {
        width: 110px;
    }
}

@media screen and (min-width: 1024px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

    p {
        font-size: 18px;
    }

    .tac {
        font-size: 14px;
        padding-bottom: 50px;
    }

    header {
        font-size: 44.5px;
        height: 100px;
    }

    header span {
        font-size: 50px;
    }

    .mainvisual .cta a {
        margin-right: 8%;
        width: 550px;
        margin-top: -20%;
    }

    .outlet {
        transform: rotate(-25deg);
        margin: -189px 20px 0 auto;
    }

    #top {
        padding-top: 50px;
        margin-top: 43px;
        padding-bottom: 100px;
    }

    #top h2 {
        font-size: 50px;
    }

    #top .pc {
        display: block;
    }

    #top .inner {
        max-width: 1000px;
    }

    .section-img01 {
        max-width: 380px;
    }

    .section-img03 {
        max-width: 275px;
        top: 260px;
        left: -60px;
    }

    .section-img02 {
        max-width: 275px;
        top: 130px;
    }

    .cta a {
        max-width: 450px;
    }

    #top .cta a {
        margin-top: 0;
    }

    #top .sp {
        display: none;
    }

    #onayami {
        padding-top: 125px;
    }

    #onayami {
        background-image: url(../images/bgimg01-pc.png);
    }

    #onayami h2 {
        font-size: 40px;
        margin-bottom: 100px;
    }

    #onayami h2 span {
        font-size: 60px;
    }

    #onayami ul {
        max-width: 1000px;
    }

    #onayami ul li {
        font-size: 32px;
        margin-bottom: 50px;
    }

    #onayami-2 {
        padding-top: 75px;
    }

    #onayami-2 h2 {
        font-size: 36px;
        padding: 10px 45px;
        margin-bottom: 50px;
    }

    #onayami-2 .itemname {
        max-width: 800px;
        margin-bottom: 45px;
    }

    #kakei .section-title h2 {
        font-size: 50px;
    }

    #kakei .inner {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row-reverse;
        background-image: url(../images/bgimg02-pc.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #kakei .sp {
        display: none;
    }

    #kakei .inner .text {
        width: 45%;
        font-size: 22px;
        margin-left: -120px;
    }

    #kakei .inner span {
        font-size: 25px;
    }

    #kakei .woman2 {
        width: 40%;
    }

    #kakei .inner-2 {
        padding-top: 150px;
        padding-bottom: 20%;
    }

    #kakei .inner-2 ul {
        max-width: 1000px;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
    }

    #kakei .inner-2 ul li {
        width: 70%;
    }

    #kakei .inner-2 ul .tag {
        width: 156px;
    }

    #kakei .inner-2 ul .tag {
        top: -90px;
    }

    #kakei .inner-2 ul .tag1 {
        right: -75px;
    }

    #kakei .inner-3 {
        padding-bottom: 100px;
    }

    #kakei .inner-3 h2 {
        font-size: 40px;
        margin-bottom: 50px;
        padding-top: 50px;
    }

    #kakei .inner-3 .flex {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90%;
        max-width: 900px;
        margin: 0 auto;
    }

    #kakei .inner-3 .section-img {
        width: 48%;
        max-width: none;
    }

    #kakei .inner-3 .flex p {
        width: 48%;
        text-align-last: left;
        font-size: 20px;
    }

    #kakei .inner-3 p span {
        font-size: 24px;
    }

    #kakei .inner-3 .cta a {
        margin-top: 0;
    }

    .zisseki-section-title h2 {
        font-size: 32px;
    }

    .zisseki-section-title {
        max-width: 710px;
    }

    #zisseki {
        margin-top: -70px;
        padding-top: 120px;
        padding-bottom: 100px;
    }

    #zisseki h3 {
        font-size: 44px;
        margin-bottom: 70px;
    }

    #zisseki h3:before {
        width: 80px;
        height: 130px;
        left: -40px;
    }

    #zisseki .inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
        max-width: 800px;
    }

    #zisseki .inner p {
        width: 48%;
    }

    #zisseki .inner .section-img {
        width: 48%;
    }

    #zisseki picture {
        max-width: 900px;
    }

    #zisseki .bottom-p {
        font-size: 20px;
    }

    #zisseki .bottom-p {
        bottom: 20%;
    }

    #zisseki .cta a {
        width: 500px;
        margin-left: -14%;
        margin-top: -35%;
    }

    #voice {
        padding-top: 100px;
    }


    #voice .section-title h2 {
        font-size: 30px;
        line-height: 1.4;
    }

    #voice .section-title h2 span {
        font-size: 50px;
    }

    #voice .item h3 {
        font-size: 26px;
    }

    #voice .p-1 {
        font-size: 18px;
    }

    #voice ul {
        margin-top: 100px;
    }

    #voice ul li {
        width: 43%;
        max-width: 600px;
        padding: 30px;
        margin: 0 auto -50px 5%;
    }

    #voice ul li:nth-child(2) {
        margin: 0 5% -50px auto;
    }

    #voice ul li:last-child {
        margin-bottom: 120px;
    }

    #voice ul li:after {
        font-size: 160px;
        bottom: -64%;
        right: -4%;
    }

    #voice ul li:before {
        font-size: 160px;
        top: -37%;
        left: -4%;
    }

    #voice ul li:nth-child(2):before {
        font-size: 160px;
        top: -31%;
        left: -4%;
    }

    #voice ul li:nth-child(2):after {
        font-size: 160px;
        bottom: -54%;
        right: -4%;
    }

    #howto {
        padding-top: 100px;
    }

    #howto h2 {
        max-width: 700px;
        margin-bottom: 50px;
    }

    #howto .p-1 {
        width: 100px;
        height: 100px;
        font-size: 20px;
        padding-top: 10px;
        margin-right: 20px;
    }

    #howto .p-1 span {
        font-size: 40px;
    }

    #howto .p-4 {
        font-size: 30px;
    }

    #howto .flex {
        display: flex;
        align-items: center;
        width: 80%;
        margin: 75px auto;
    }

    #howto .flex p {
        text-align: left;
        font-size: 20px;
        margin: 0;
    }

    #howto .flex .p-2 {
        margin-bottom: 30px;
    }

    #howto .flex .section-img {
        width: 40%;
    }

    #howto .flex .text {
        width: 60%;
    }

    #about {
        padding: 100px 0;
    }

    #about h2 {
        font-size: 50px;
        margin-bottom: 100px;
    }

    #about h3 {
        font-size: 50px;
    }

    #about h3 span {
        font-size: 36px;
    }

    #about .item {
        margin: -50px auto 0;
        padding-top: 80px;
    }

    #about h4 {
        font-size: 36px;
        max-width: 500px;
        margin-bottom: 50px;
    }

    #about h4 span {
        font-size: 50px;
    }

    #about .flex {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 75px;
    }

    #about .section-img {
        margin: 0;
        max-width: 350px;
        margin-right: 50px;
    }

    #about .p-1 {
        margin: 0;
    }

    #about .inner {
        display: flex;
        justify-content: space-between;
        max-width: 1000px;
    }

    #about .inner h5 {
        font-size: 30px;
        width: 60%;
        margin: -70px auto 5px;
    }

    #about .inner h5 span {
        font-size: 50px;
    }

    #about .inner li {
        width: 32%;
        height: 225px;
    }

    #about .inner li p {
        font-size: 24px;
        padding-top: 35px;
    }

    #about .inner li:last-child p {
        padding-top: 20px;
    }

    #about .item-2 .flex {
        flex-direction: row-reverse;
    }

    #about .item-2 .p-1 {
        margin: 0;
    }

    #about .item-2 .section-img {
        margin-right: 0;
        margin-left: 50px;
    }

    #about .item-2 .ul-1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 1000px;
        margin: 0 auto;
    }

    #about .item-2 ul li {
        width: 30%;
        margin-right: 25px;
        margin-bottom: 30px;

    }

    #about .item-2 ul li:nth-child(3),
    #about .item-2 ul li:nth-child(5) {
        margin-right: 0;
    }

    #about .slider {
        display: none;
    }

    #faq {
        padding: 100px 0 50px;
    }

    #faq h2 {
        font-size: 50px;
        margin-bottom: 75px;
    }

    #faq .c-accordion__item {
        max-width: 1000px;
    }

    #faq .c-accordion__title {
        padding: 30px 50px;
        font-size: 24px;
        align-items: center;
    }

    #faq .c-accordion__title span {
        font-size: 36px;
        width: 52px;
        height: 52px;
        margin-right: 30px;
    }

    #faq .c-accordion__title::before {
        font-size: 40px;
        right: 50px;
        top: 16%;
    }

    #faq .c-accordion__item {
        margin-bottom: 50px;
    }

    #faq .c-accordion__body {
        padding: 50px;
        padding-top: 20px;
    }

    #faq .c-accordion__body p {
        font-size: 22px;
    }

    #form {
        padding: 100px 0;
    }

    #form h2 {
        font-size: 50px;
        margin-bottom: 75px;
    }

    #form .p-1 {
        font-size: 20px;
        margin-bottom: 100px;
    }

    #form ul li h3 {
        width: 80%;
        max-width: 1000px;
        margin: 0 auto 75px;
        font-size: 40px;
    }

    #form ul li h3 span {
        width: 98px;
        height: 98px;
        font-size: 60px;
        margin-right: 30px;
    }

    #form .li-1 .flex {
        display: flex;
        justify-content: space-between;
        width: 80%;
        max-width: 1000px;
        margin: 0 auto 60px;
    }

    #form .itemimg-1,
    #form .itemimg-2 {
        margin: 0;
    }

    #form .form-item {
        display: flex;
        justify-content: space-between;
        max-width: 950px;
        width: 78%;
        margin: 0 auto 50px;
    }

    #form .form-item .label {
        width: 35%;
        font-size: 18px;
    }

    #form .select-wrapper,
    #form .li-2 .input,
    #form textarea {
        width: 60%;
        font-size: 18px;
    }

    #form .number {
        margin-bottom: 70px;
    }

    .contact-form-button {
        font-size: 28px;
    }


    #company ul li h3,
    #company ul li p {
        font-size: 20px;
        padding-left: 11%;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    #company ul li:last-child h2 {
        font-size: 24px;
        padding-left: 11%;
    }
}

/* thanksページ */

.thanks .itemimg {
    width: 35%;
    margin: 50px auto 30px;
}

.thanks .top-p {
    text-align: center;
    margin-bottom: 50px;
}

.thanks .top-p span {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.thanks a {
    color: #fff;
    font-family: 'noto sans jp';
    border-radius: 100px;
    display: block;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    background-color: var(--primaryColor);
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 50px;
}

.thanks a {
    opacity: 0.7;
}

@media screen and (min-width: 1024px) {
    .thanks .top-p {
        font-size: 20px;
    }

    .thanks .top-p span {
        font-weight: 700;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .thanks a {
        width: 30%;
        font-size: 18px;
        margin-bottom: 100px;
    }
}