@charset "utf-8";

/* ===============================
article header
================================*/
.article {
    background-image: url(../images/background_yellowcircle_top.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top 150px right -100px;
}

.mainVisual__contents {
    height: auto;
    display: flex;
    justify-content: flex-start;
}

.mainVisual {
    height: 380px;
    width: 72vw;
    border-radius: 0 40px 40px 0;
    object-fit: cover;
}

.mainVisual img {
    object-position: 70% 50%;
}

.catchCopy {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 2rem;
    letter-spacing: 3px;
    font-weight: 700;
    flex: 1;
    display: grid;
    place-content: center;
}

.catchCopy--pc {
    display: none;
}

.catchCopy1 {
    margin-top: 15px;
    height: 470px;
}

.catchCopy2 {
    display: flex;
    justify-content: flex-end;
    height: 470px;
}

/* pc article header */
@media screen and (min-width: 769px) {
    .article {
        background-size: min(70%, 1000px) auto;
        background-position: top 180px right -100px;
    }

    .mainVisual {
        height: 580px;
        border-radius: 0 60px 60px 0;
    }

    .catchCopy--sp {
        display: none;
    }

    .catchCopy--pc {
        font-size: 3rem;
        letter-spacing: 5px;
        display: grid;
    }
    
    .catchCopy1 {
        margin-top: 30px;
        height: 580px;
    }

    .catchCopy1-2 {
        height: 580px;
        display: flex;
        justify-content: center;
    }

    .catchCopy2 {
        height: 580px;
    }
}

/* pc 769px */
/* ===============================
eventList
================================*/
.section--eventList {
    margin: 20px var(--contentPadding);
}

.eventList {
    background-image: url(../images/backgroundOrange.webp);
    background-size: cover;
    padding: 32px var(--contentPadding) 60px;
    border-radius: 20px;    
}

.section__topic--eventList {
    color: var(--primary-white);
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
}

.eventList__contents {
    margin-top: 25px;
    background-color: var(--primary-white);
    padding: 40px var(--contentPadding);
    border-radius: 20px;
}

.eventList__item {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #BDB5A3;
}

.eventList__item:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.eventList__item:first-of-type {
    margin-top: 0;
}

.eventList__dateTitle {
    flex: 1;
}

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

.eventList__empty {
    text-align: center;
}

/* pc */
@media screen and (min-width: 769px) {
    .section--eventList {
        margin: 120px var(--contentPaddingPC);
    }

    .eventList {
        padding: 50px 8.6%;
        border-radius: 40px; 
    }

    .section__topic--eventList {
        font-size: 2.8rem;
    }

    .eventList__contents {
        margin-top: 40px;
        padding: 50px 100px;
        border-radius: 40px;
    }

    .eventList__item {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .eventList__button img {
        width: 40px;
        height: 40px;
    }
}

/* pc */

/* ===============================
about
================================*/
.section--about {
    margin-top: 200px;
    background-color: var(--primary-paleYellow);
    position: relative;
}

.section--about::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    aspect-ratio: auto;
    background-image: url(../images/wave_yellowBefore.svg);
    background-repeat: no-repeat;
    background-size: cover;
    top: -95px;
    z-index: -1;
}

.section--about::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 7vw;
    aspect-ratio: auto;
    background-image: url(../images/wave_yellowAfter.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    z-index: -1;
}

.aboutGifumarble__txt {
    margin: 40px var(--contentPadding) 0;
}

.aboutGifumarble__img img {
    margin-top: 40px;
    width: 85%;
    max-width: 500px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.aboutGifumarble__img--1 img {
    border-radius: 0 20px 20px 0;
}

.aboutGifumarble__explain2 {
    display: flex;
    flex-direction: column;
}

.aboutGifumarble__img--2 {
    order: 2;
    text-align: right;
}

.aboutGifumarble__txt--2 {
    order: 1;
}

.aboutGifumarble__img--2 img {
    border-radius: 20px 0 0 20px;
    margin-bottom: 65px;
    object-position: 50% 35%;
}

.js-video-thumb--about {
    position: relative;
    margin-top: 70px;
}

.js-video-thumb--about::after {
    content: '動画をチェック！';
    position: absolute;
    background-image: url(../images/movie_fukidashi.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 200px;
    height: 115px;
    top: -100px;
    right: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
}

.btn__link--aboutGifumarble {
    margin-top: 50px;
}

/* pc */
@media screen and (min-width: 769px) {
    .section--about {
        margin-top: 200px;
        padding: 0;
    }

    .aboutGifumarble__explain {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse; 
        margin-bottom: 100px;
    }

    .aboutGifumarble__explain2 {
        display: block;
    }

    .aboutGifumarble__img img {
        max-width: none;
    }

    .aboutGifumarble__txt {
        font-size: 1.7rem;
        line-height: 2;
        text-align: center;
    }

    .aboutGifumarble__txt--1 {
        margin: 0 15px 0 0;
    }

    .aboutGifumarble__txt--2 {
        margin: 100px 0 0 25px;
    }

    .aboutGifumarble__img--1 {
        text-align: right;
    }

    .aboutGifumarble__img--1 img {
        margin-top: 170px;
        width: 45vw;
        aspect-ratio: 1.4 / 1;
        border-radius: 40px 0 0 40px;
    }

    .aboutGifumarble__img--2 {
        text-align: left;
    }

    .aboutGifumarble__img--2 img {
        margin-top: 40px;
        width: 44vw;
        aspect-ratio: 1 / 1.2;
        border-radius: 0 40px 40px 0;
    }

    .js-video-thumb--about::after {
        width: 350px;
        height: 205px;
        top: -180px;
        right: -150px;
        padding-left: 30px;
        font-size: 1.8rem;
    }

    .btn__link--aboutGifumarble {
        margin-top: 100px;
    }
}
/* pc */

/* ===============================
eventAchievements
================================*/
.eventAchievements {
    margin-top: 70px;
    padding: 0 var(--contentPadding);
    text-align: center;
}

.eventAchievements__item {
    margin: 20px auto 0;
    max-width: 400px;
    height: 390px;
    background-color: var(--primary-white);
    border-radius: 40px;
    padding: 25px 0;
}

.eventAchievements__topic {
    display: flex;
    line-height: 1.3;
    width: 250px;
    height: 70px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    border-bottom: 1px solid var(--primary-brown);
}

.eventAchievements__number {
    margin-top: 10px;
    font-size: 2.6rem;
    color: var(--primary-orange);
    font-weight: 700;
}

.eventAchievements__img img{
    display: block;
    margin: 10px auto 0;
    width: 170px;
    aspect-ratio: 1.65 / 1;
    object-fit: cover;
    border-radius: 10px;
}

.eventAchievements__graph {
    margin-top: 20px;
}

.eventAchievements__time {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1;
}

.eventAchievements__txt1 {
    margin-top: 30px;
}

.eventAchievements__txt2 {
    margin-top: 20px;
}

/* pc */
@media screen and (min-width: 769px){
    .eventAchievements {
        margin-top: 150px;
        padding: 0 var(--contentPaddingPC);
    }

    .eventAchievements__contents {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .eventAchievements__item {
        margin: 0;
        min-width: 320px;
        width: auto;
        flex: 1;
        height: 450px;
        padding: 40px 50px;
    }

    .eventAchievements__topic {
        line-height: 1.5;
        width: 200px;
        height: 80px;
        font-size: 2rem;
    }

    .eventAchievements__number {
        margin-top: 15px;
        font-size: 3rem;
        line-height: 1;
    }

    .eventAchievements__img img{
        display: block;
        margin: 15px auto 0;
        width: 200px;
    }

    .eventAchievements__graph img {
        display: block;
        margin: 0 auto;
        width: 180px;
        height: 180px;
    }

    .eventAchievements__time {
        margin-top: 15px;
        font-size: 1.4rem;
    }

    .eventAchievements__txt1 {
        margin-top: 25px;
        font-size: 1.5rem;
    }

    .eventAchievements__txt2 {
        margin-top: 15px;
        font-size: 1.5rem;
    }
}

/* pc */

/* ===============================
parentsVoice
================================*/
.topic__parentsVoice {
    margin-top: 70px;
}

.parentsVoice__img img {
    border-radius: 20px;
    width: 140px;
    height: 140px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.parentsVoice__txt {
    margin-top: 25px;
    font-size: 1.3rem;
}

.emphasis__voice {
    font-size: 1.3rem;
}

/* slick */
#wrapper {
    overflow: hidden;
}

.content_area{
    margin-top: 40px;
    padding: 0 30px;
}

.slick-list{
    overflow: visible;
}

.slick-track {
    display: flex;
}

.slick-slide {
    height: initial;
}

.slick-item {
    background-color: var(--primary-white);
    width: 295px;
    border-radius: 30px;
    padding: 2%;
    margin: 10px;
}

.slick-item p {
    margin: 5px;
    padding: 1.5%;
}

.slick-prev, .slick-next{
    z-index:100;
    width: 42px;
    height: 42px;
}

.slick-prev {
    left: -15px;
}

.slick-next {
    right: -15px;
}

.slick-prev:before, .slick-next:before{
    display: block;
    content: "";
    background-size: contain;
    width: 42px;
    height: 42px;
    opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .5;
}


.slick-prev:before {
    background-image: url(../images/slide_button_topbefore.svg);
}

.slick-next:before {
    background-image: url(../images/slide_button_topafter.svg);    
}

.parentsVoice__movieCaption {
    margin: 30px 0 20px;
    font-size: 1.2rem;
    padding: 0 10%;
    text-align: center;
}


/* pc */
@media screen and (min-width: 769px){
    .topic__parentsVoice {
        margin-top: 120px;
    }

    .content_area{
        margin-top: 70px;
        padding: 0 var(--contentPaddingPC);
    }

    .slick-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: auto;
        height: auto;
        border-radius: 40px;
        padding: 20px 5%;
        margin: 40px auto 0;
        max-width: 1280px;
    }

    .slick-item--reverse {
        flex-direction: row-reverse;
    }

    .parentsVoice__img img {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 170px;
        height: 170px;
    }

    .parentsVoice__txt {
        margin-top: 0;
        font-size: 1.5rem;
        flex: 1;
    }

    .emphasis__voice {
        font-size: 1.5rem;
    }

    .parentsVoice__movieCaption {
        margin-top: 50px;
        font-size: 1.6rem;
    }

    .slick-item p {
        margin: 5px;
        padding: 1.5%;
    }
}
/* pc */

/* ===============================
childrenVoice
================================*/
.topic__childrenVoice {
    margin-top: 70px;
}

.childrenVoice__contents {
    margin: 40px var(--contentPadding) 0;
}

.childrenVoice__item {
    margin-top: 30px;
    background-color: var(--primary-white);
    border-radius: 30px;
    padding: 30px 20px;
}

.childrenVoice__txt {
    font-size: 1.3rem;
}

/* pc */
@media screen and (min-width: 769px){
    .childrenVoice {
        padding: 0 var(--contentPaddingPC);
    }

    .topic__childrenVoice {
        margin-top: 120px;
    }

    .childrenVoice__contents {
        margin: 0 auto;
        max-width: 900px;
    }

    .childrenVoice__item {
        margin: 100px auto 0 0;
        width: 80%;
        border-radius: 60px;
        padding: 40px 50px;
    }

    .childrenVoice__item--reverse {
        margin: 50px 0 0 auto;
    }

    .childrenVoice__txt {
        font-size: 1.5rem;
    }
}
/* pc */

/* ===============================
qa
================================*/
.qa {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 100px;
}

.accordion {
    margin-top:40px;
}

.accordion-content {
    display: none;
}

.accordion__item {
    background-color: var(--primary-white); 
    margin: 10px var(--contentPadding) 0;   
    border-radius: 10px;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 45px 12px 20px;
    font-size: 1.3rem;
    transition: background .3s ease;
    cursor: pointer;
    position: relative;
}

.accordion-header::before,
.accordion-header::after{
    position:absolute;
    content:'';
    top:1px;
    right:20px;
    bottom:0;
    width:12px;
    height:2px;
    margin:auto;
    background: var(--primary-brown);
}
.accordion-header::after{
    transform:rotate(-90deg);
    transition:transform 0.3s;
}

.accordion-header.active{
    border-radius: 10px 10px 0 0 ;
}

.accordion-header.active::after{
    transform:rotate(0deg);
}

.accordion-contentA {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--primary-white);
    font-size: 1.3rem;
    padding: 0 20px 12px;
    border-radius: 0 0 10px 10px;
}

.accordion-header span,
.accordion-content span{
    padding-left: 25px;
    position: relative;
}

.accordion-content span{
    display: block;
    width: 100%;
    padding-top: 12px;
    border-top: 1px solid #BDB5A3;
}

.accordion-header span::before{
    position: absolute;
    content:"Q .";
    top: -3px;
    left: 0;
    color: var(--primary-orange);
    font-weight: 700;
    font-size: 1.6rem;
}

.accordion-content span::before{
    position: absolute;
    content:"A .";
    top: 9px;
    left: 0;
    color: var(--primary-yellowOrange);
    font-weight: 700;
    font-size: 1.6rem;
}

/* pc */
@media screen and (min-width: 769px) {
    .qa {
        margin-top: 70px;
        padding-top: 50px;
    }

    .accordion {
        margin: 70px auto 0;
        max-width: 1280px;
    }

    .accordion__item {
        margin: 15px 15% 0;   
        border-radius: 20px;
    }

    .accordion-header {
        padding: 24px 80px 24px 45px;
        font-size: 1.6rem;
    }

    .accordion-header::before,
    .accordion-header::after{
        top:1px;
        right:45px;
        bottom:0;
        width:20px;
        height:2px;
    }

    .accordion-header.active{
        border-radius: 20px 20px 0 0 ;
    }

    .accordion-contentA {
        font-size: 1.6rem;
        padding: 0 45px 24px;
        border-radius: 0 0 20px 20px;
    }

    .accordion-header span,
    .accordion-content span{
        padding-left: 40px;
    }

    .accordion-content span{
        display: block;
        width: 100%;
        padding-top: 24px;
    }

    .accordion-header span::before{
        top: -11px;
        left: 0;
        font-size: 2.6rem;
    }

    .accordion-content span::before{
        top: 13px;
        left: 0;
        font-size: 2.6rem;
    }
}
/* pc */

/* ===============================
aboutUs
================================*/
.section--aboutUs {
    margin-top: 100px;
    position: relative;
    background-image: url(../images/background_yellowcircle_sp.svg);
    background-size: 98%;
    background-repeat: no-repeat;
    background-position: top 0 right -100px;
}

.aboutUs__topic {
    margin: 0 auto;
    max-width: 440px;
    padding: 0 var(--contentPadding);
}

.aboutUs__topictxt {
    font-size: 1.7rem;
    font-weight: 700;
}

.aboutUs__image {
    position: relative;
}

.aboutUs__img1 img{
    margin-top: 40px;
    width: 63vw;
    aspect-ratio: 1.25 / 1;
    border-radius: 0 20px 20px 0;
    object-fit: cover;
}

.aboutUs__img2 img{
    position: absolute;
    bottom: -15vw;
    right: 15vw;
    width: 37vw;
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    object-fit: cover;
}

.aboutUs__topictxt2 {
    text-align: right;
}

.btn__link--aboutUs {
    margin-top: 22vw;
}

/* pc */
@media screen and (min-width: 769px) {
    .section--aboutUs {
        background-size: 42%;
        background-image: url(../images/background_yellowcircle_pc.svg);
        background-position: top 5vw right 25vw;
        padding-bottom: 5vw;
    }

    .aboutUs__contents {
        margin-top: 17vw;
        display: grid;
        grid-template-columns: 42% 1fr;
        align-items: center;
    }

    .aboutUs__topic {
        margin: 0;
        max-width: 800px;
        padding: 0 10% 5vw 14%;
        grid-column: 2;
        grid-row: 1;
    }

    .aboutUs__topictxt {
        font-size: 2.8rem;
    }

    .aboutUs__image {
        position: relative;
        grid-column: 1;
    }

    .aboutUs__img1 img{
        margin-top: 0;
        width: 42vw;
        aspect-ratio: 1.1 / 1;
        border-radius: 0 40px 40px 0;
    }

    .aboutUs__img2 img{
        bottom: -15vw;
        right: -15vw;
        width: 28vw;
        border-radius: 40px;
    }

    .aboutUs__topictxt2 {
        text-align: right;
    }

    .btn__link--aboutUs {
        margin: 0 10% 0 40%;
        grid-column: 2;
        grid-row: 2;
    }
}
/* pc */

/* ===============================
achievement
================================*/
.topic__achievement {
    margin-top: 70px;
}

.achievement__txt {
    margin-top: 40px;
    text-align: center;
    line-height: 1;
}

.achievement__txt2 {
    margin-top: 10px;
}

.achievement__img {
    margin-top: 30px;
    padding: 0 var(--contentPadding);
    display: flex;
    justify-content: space-between;
}

.achievement__img1 img{
    border-radius: 20px;
    width: 43vw;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.achievement__img2 {
    display: none;
}

.achievement__img3 img{
    border-radius: 20px;
    width: 43vw;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

/* pc */
@media screen and (min-width: 769px) {
    .topic__achievement {
        margin-top: 170px;
    }

    .achievement__txt {
        margin-top: 60px;
    }

    .achievement__txt2 {
        margin-top: 20px;
    }

    .achievement__img {
        margin-top: 60px;
        padding: 0 var(--contentPaddingPC);
        gap: 5vw;
    }

    .achievement__img1 img{
        border-radius: 40px;
        width: 24vw;
    }

    .achievement__img2 {
        display: block;
    }

    .achievement__img2 img{
        border-radius: 40px;
        width: 24vw;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }

    .achievement__img3 img{
        border-radius: 40px;
        width: 24vw;
    }
}
/* pc */

/* ===============================
support
================================*/
.section--support{
    margin: 70px var(--contentPadding) 0;
    background-image: url(../images/backgroundOrange.webp);
    background-size: cover;
    padding: 50px var(--contentPadding);
    border-radius: 20px;
}

.topic__support {
    color: var(--primary-white);
    border-bottom: 2px solid #FFFFFF60;
}

.support__txt {
    margin-top: 40px;
    color: var(--primary-white);
}

.btn__link--support {
    margin-top: 40px;
    font-weight: 500;
    background-color: var(--primary-paleYellow);
    color: var(--primary-brown);
}

.btn__link--support::after {
    background-image: url(../images/arrow_brown.svg);
}

/* pc */
@media screen and (min-width: 769px) {
    .section--support{
        margin: 120px var(--contentPaddingPC) 0;
        padding: 80px var(--contentPaddingPC);
        border-radius: 40px;
    }

    .support__txt {
        margin-top: 50px;
        text-align: center;
    }

    .btn__link--support {
        margin-top: 50px;
    }
}
/* pc */

/* ===============================
sns
================================*/
.section--sns {
    margin-top: 70px;
    text-align: center;
}

.sns__txt__sp {
    margin-top: 30px;
}

.sns__txt__pc {
    display: none;
}

.sns__link {
    margin: 30px 15% 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #BDB5A3;
}

.sns__button {
    margin: 10px auto 0;
}

.line__txt__sp {
    margin-top: 40px;
}

.line__txt__pc {
    display: none;
}

.line__button--top {
    margin: 40px auto 0;    
}

/* pc */
@media screen and (min-width: 769px) {
    .section--sns {
        margin-top: 120px;
    }
    .sns__txt__pc {
        display: block;
        font-size: 1.7rem;
        margin-top: 60px;
    }

    .sns__txt__sp {
        display: none;
    }

    .sns__link {
        margin: 56px 15% 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 24px;
        padding-bottom: 70px;
    }

    .sns__button {
        margin: 24px auto 0;
    }

    .line__txt__sp {
        display: none;
    }

    .line__txt__pc {
        display: block;
        margin-top: 70px;
        font-size: 1.7rem;
    }

    .line__button--top {
        margin: 70px auto 0;
    }

}
/* pc */

/* ===============================
inquery
================================*/
.section--inquery {
    margin-top: 25vw;
    padding: 20px 0 100px;
    background-color: var(--primary-paleYellow);
    position: relative;
}

.section--inquery::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10.5vw;
    aspect-ratio: auto;
    background-image: url(../images/inquery_background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    top: -10.5vw;
    z-index: 1;
}

.inquery__contents {
    padding: 0 var(--contentPadding);
}

.inquery__explain {
    margin-top: 30px;
}

.contact__item {
    margin: 15px auto 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #BDB5A3;
    max-width: 400px;
}

.contact__item:first-of-type {
    margin-top: 30px;
}

.contact__item--last {
    padding-bottom: 0;
    border-bottom: none;
}

.contact__required {
    font-size: 1rem;
    color: #EA1700;
}

.contact__input {
    margin-top: 10px;
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #A3A3A3;
    width: 100%;
    height: 35px;
    padding: 10px;
}

.contact__input--detail {
    height: 150px;
}

.contact__privacyAcceptance {
    margin-top: 15px;
}

.wpcf7 input[type="checkbox"] {
    background-color: #FFF;
    border: 1px solid #A3A3A3;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
    pointer-events: auto;
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
}

.wpcf7-list-item label {
    position: relative;
    z-index: 10;
}

.contact__privacyText {
    margin-top: 15px;
    background-color: #FFF;
    height: 130px;
    overflow-y: auto;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #A3A3A3;
    font-size: 1.1rem;
}

.contact__privacyText::-webkit-scrollbar {
    width: 8px;
}

.contact__privacyText::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 10px;
}

.contact__privacyText::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

.contact__privacyText::-webkit-scrollbar-thumb:hover {
    background: #666;
}

.submit-area {
    position: relative;
    text-align: center;
}

.btn__link--submit {
    margin-top: 30px;
    padding: 17px 55px;
}

.submit-area .wpcf7-spinner {
    position: absolute;
    left: calc(50% + 90px); /* ボタン幅に合わせて調整 */
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0;
}

/* スライダー全体 */
.slider-wrapper {
    display: flex; /* スライドのグループを横並び */
    overflow: hidden; /* はみ出たスライドを隠す */
}
/* スライドのグループ */
.slider {
    margin-top: 50px;
    animation: scroll-left 40s infinite linear;
    display: flex;
    gap: 10px;
    margin-right: 10px;
}
/* スライド */
.slide {
    width: calc(100vw / 2.5); 
}
/* スライドの画像 */
.slider img {
    display: block;
    object-fit: cover;
    border-radius: 20px;
}

/* CSSアニメーション */
@keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

/* tablet */
@media screen and (min-width: 630px) {
    .inquery__explain {
        text-align: center;
    }

    .pcBr--inquery {
        display: block;
    }
    .wpcf7-response-output {
        text-align: center;
    }
}

/* pc */
@media screen and (min-width: 769px) {
    .section--inquery {
        margin-top: 20vw;
        padding: 0 0 100px;
    }

    .inquery__explain {
        margin-top: 60px;
        text-align: center;
    }

    .contact__item {
        margin: 30px auto 0;
        width: 100%;
        max-width: 650px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-bottom: 30px;
    }

    .contact__item:first-of-type {
        margin-top: 60px;
    }

    .contact__topic {
        margin-top: 10px;
        width: 220px;
    }

    .contact__required {
        font-size: 1.2rem;
    }

    .contact__input {
        border-radius: 10px;
        height: 40px;
        flex: 1;
    }

    .contact__item .wpcf7-form-control-wrap {
        flex: 1;
    }

    .contact__input--detail {
        height: 150px;
    }

    .contact__privacyContents {
        flex: 1;
    }

    .contact__privacyAcceptance {
        margin-top: 10px;
    }

    .wpcf7 input[type="checkbox"] {
        width: 25px;
        height: 25px;
    }

    .contact__privacyText {
        margin-top: 25px;
        border-radius: 10px;
        font-size: 1.2rem;
    }

    .contact__privacyText::-webkit-scrollbar {
        width: 10px;
    }

    .btn__link--submit {
        margin-top: 30px;
        padding: 25px 80px;
    }

    .submit-area .wpcf7-spinner {
        left: calc(50% + 130px); /* ボタン幅に合わせて調整 */
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
    }

    .wpcf7 form .wpcf7-response-output  {
        margin: 30px auto !important;
        max-width: 650px;
    }

/* スライドのグループ */
    .slider {
        gap: 25px;
        margin-right: 25px;
    }
    /* スライド */
    .slide {
        width: calc(100vw / 3.5); 
    }
    /* スライドの画像 */
    .slider img {
        border-radius: 40px;
    }
}
/* pc */