@charset "utf-8";
/* =======================
section--contact-form
======================== */
.section-sub  {
    padding: 0 5.33%;
}

.subTitle {
    font-family: "Zen Old Mincho";
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
}

.title {
    font-family: "Times New Roman";
    font-weight: 400;
    font-size: 4.6rem;
    line-height: 1.2;
}

/* pc 769px */
@media screen and (min-width: 769px) {
    .section-sub {
        padding: 0 11.11%;
    }
    
    .title {
        font-family: "Times New Roman";
        font-weight: 400;
        font-size: 6.0rem;
        line-height: 1.2;
    }
}

/* =======================
index
======================== */
.section-index {
    background-color: #202234;
    padding: 16px;
    margin: 0 5.33% 64px;
    border-radius: 5px;
}

.index__item {
    font-family: "Zen Old Mincho";
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    margin-top: 8px;
    color: #fff;
}

.index__title {
    font-family: "Zen Old Mincho";
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-bottom: 16px;
    color: #fff;
}

.index__item a {
    border-bottom: 1px solid  #A6A9C1;
}

.index__item a:hover {
    color: #A6A9C1;
    transition: 0.4s;
}

/* pc 769px */
@media screen and (min-width: 769px) {
    .section-index {
        margin: 0 11.11% 120px;
        padding: 24px;
        border-radius: 5px;
    }

    .index {
        display: flex;
        gap: 24px;
    }

    .index__item {
        margin-top: 0;
    }

}

/* =======================
q&a
======================== */
.qa__list:not(:first-child) {
    margin-top: 120px;
}

.qa__title {
    font-family: "Zen Old Mincho";
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.5; 
    letter-spacing: 1.1px; 
    padding-bottom: 16px;
    border-bottom: 1px solid  #A6A9C1;
}

.qa__item {
    border-bottom: 1px solid  #A6A9C1;
    padding: 56px 0;
}

.qa__parts {
    background-color: #7F8296;
    color: #fff;
    font-size: 1.8rem;
    line-height: 40px;
    letter-spacing: 1;
    text-align: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.qa__q,
.qa__a {
    display: flex;
}

.qa__a {
    margin-top: 32px;
}

.qa__txtQ {
    font-family: "Zen Old Mincho";
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 10px;
    width: 85%;
}

.qa__txtA {
    text-align: justify;
    font-family: "Zen Old Mincho";
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    margin-left: 10px;
    width: 85%;
}

.qa__txt {
    width: 85%;
    margin-left: 10px;
}


.qa__txtitem {
    text-align: justify;
    font-family: "Zen Old Mincho";
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.8px;
}

.qa__txtitemmargin {
    margin-top: 16px;
}

.qa__txtA a {
    border-bottom: 1px solid  #A6A9C1;
}

.qa__txt a:hover {
    color: #A6A9C1;
    transition: 0.4s;
}

.qa__img {
    background-image: url(../images/contact-workshop.webp);
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 12px;
}


/* pc 769px */
@media screen and (min-width: 769px) {
    .qa__item {
        padding: 72px 6.73%;
    }

    .qa__title {
        padding: 0 0 16px 16px;
    }

    .qa__txtQ,
    .qa__txtA,
    .qa__txt {
        margin-left: 16px;
        width: 100%;
    }

    .qa__img {
        height: 555px;
    }
}

/* =======================
contact
======================== */
.section-contact {
    padding: 64px 0 72px ;
    margin: 0 5.33%;
}

.contact__list:first-child {
    margin-top: 40px;
}

.contact__list:not(:first-child) {
    margin-top: 40px;
}

.contact__title {
    font-family: "Zen Old Mincho";
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.9px;
}

.contact__title a {
    border-bottom: 1px solid  #A6A9C1;
}

.contact__title a:hover {
    color: #A6A9C1;
    transition: 0.4s;
}

.contact__txt {
    text-align: justify;
    font-family: "Zen Old Mincho";
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    margin-top: 8px;
}

/* pc 769px */
@media screen and (min-width: 769px) {
    .brSp {
        display: none;
    }

    .contact__list:first-child {
        margin-top: 60px;
    }

    .section-contact {
        padding: 100px 6.73% 120px;
        margin: 0 11.11%;
    }

    .contact__list {
        display: flex;
    }

    .contact__title {
        width: 292px;
    }

    .contact__txt {
        width: 644px;
        margin-top: 0;
    }
}