@charset "UTF-8";
/* ======================
Article header
====================== */

.page__header {
    background-image: url(../images/about_header.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding:  32% 26%;
    display: grid;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

.page__title {
    color: #FFF;
    font-family: "Helvetica Neue";
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 1.3);
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 3px;
}
.page__title::after{
    content: "";
    display: block;
    margin: 10px auto;
    width: 18px;
    height: 18px;
    background-image: url(../images/star_icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.page__title--ja {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 2.4px;
}

/* article header pc */

@media screen and (min-width : 769px) {
    .page__header {
        padding: 18% 26%;
    }
    .page__title{
        font-size: 3rem;
    }
    .page__title--ja {
        font-size: 1.7rem;
    }
    /* pc 769px */
}


/* ======================
contact
====================== */
.section__contact {
    margin: 0 5.3%;
}
.contact__info {
    margin: 0 10%;
}
.contact__info h2 {
    margin-top: 100px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.6; 
    letter-spacing: 2.4px;
}
.contact__phone--txt {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 2.4px;
}
.contact__appointment {
    color: #028BB7;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 5;
    letter-spacing: 2.4px;
}
.contact__number {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 30px;
}
.contact__number::before {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../images/tel_icon.svg);
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.contact__hours {
    color: rgba(51, 51, 51, 0.50);
    text-align: center;
    font-size: 1.2;
    font-weight: 400;
    letter-spacing: 1.8px;
    margin-top: 10px;
}
.contact__phone {
    border-top: solid 1px black ;
    border-bottom: solid 1px black ;
    padding: 20px 0;
    margin-top: 45px;
}


 /* contact pc */
@media screen and (min-width : 769px) {

}
    /* pc 769px */

/* ======================
form
====================== */

.form__category {
font-size: 1.2rem;
font-weight: 500;
line-height: 1.9;
letter-spacing: 1.56px;
}

.form__category::after {
    display: block;
    content: '必須';
    width: 36px;
    height: 20px;
    background-color: #028BB7;
    text-align: center;
    color: #FFF;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 1.3px;
    margin-top: 10px;
    border-radius: 5px 5px 0px 0px;
}
.form__parts {
margin-top: 20px;
}
.form__parts:first-of-type {
    margin-top: 70px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
.group__txtArea {
  display: block;
  background-color: #EFEFEF;
  width: 100%;
  padding: 8px 16px;
  font-size: 1.2rem;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.group__txtArea {
  min-height: 150px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
.group__txtArea:focus {
  outline: solid 1px #028BB7;
}
::placeholder {
    color: rgb(193, 193, 193);
}

.form__parts.form__parts--policy,
.form__parts--submit {
    margin-top: 24px;
}
.form__parts--policy {
    font-size: 1.2rem;
}

.poricy__link:hover {
    opacity: 0.5;
}

input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border:  1px solid #333333;
    background-color: #FFF;
    margin-right: 4px;
}

input[type="checkbox"]:checked{
position: relative;
}

input[type="checkbox"]:checked::after {
    display: inline-block;
    content: '';
    width: 10px;
    height: 5px;
    border-left: 2px solid #028BB7;
    border-bottom: 2px solid #028BB7;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg); 
}
.form__parts--policy span {
    text-decoration: underline;
}

.btn--form {
    border: 2px solid #028BB7;
    background-color: #FFF;
    width: 100%;
    color: #028BB7;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 2.94px;
    text-align: center;
}
.btn--form span {
    font-size: 1rem;
}
.btn::after {
    background-image: url(../images/arrow_long_blue.svg);
}

 /* contact pc */
 @media screen and (min-width : 769px) {

    .section__contact {
        margin: 0 20%;
    }

    .contact__info h2 {
        font-size: 2.2rem;
        font-weight: 400;
        line-height: 5;
        letter-spacing: 5.6px;
    }
    .contact__phone {
        padding: 40px 0;
    }

    .contact__phone--txt {
        font-size: 2rem;
        font-style: normal;
        font-weight: 400;
        line-height: 5;
        letter-spacing: 4.8px;
    }

    .contact__appointment {
       font-size: 2.4rem; 
    }

    .contact__number {
        font-size: 4rem;
    }

    .contact__hours {
        font-size: 2rem;
        margin-top: 15px;
    }
    .contact__number::before {
        content: "";
        width: 25px;
        height: 25px;
        background-image: url(../images/tel_icon.svg);
        display: inline-block;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        margin-right: 15px;
    }
    .form__category {
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.9;
        letter-spacing: 1.82px;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    .group__txtArea {
      padding: 15px 16px
    }

    .btn--form {
        margin-top: 60px;
    }
    .footer__container {
        margin-top: 200px;
    }
 }
     /* pc 769px */
 