@charset "UTF-8";
.wrapper {
	padding-top: 80px;
}
@media screen and (max-width: 767px) {
	.wrapper {
		padding-top: 74px;
	}
}
.mv {
    padding: 30px 5% 0;
}
.mv__inner {
    max-width: 1100px;
    margin: 0 auto;
}
.mv h1 {
    font-size: 24px;
    font-weight: bold;
}
.mv p {
    margin-top: 30px;
    font-weight: bold;
    line-height: 30px;
}
@media screen and (max-width: 767px) {
    .mv {
        padding: 30px 1rem 9;
    }
    .mv h1 {
        font-size: 20px;
    }
    .mv p {
        margin-top: 30px;
        line-height: 30px;
    }
}
/* -------------------------------- */
.information {
    padding: 35px 5% 50px;
}
.information__inner {
    max-width: 1100px;
    margin: 0 auto;
}
.information h2 {
    padding: 8px 10px;
    background-color: #FEF9FA;
    font-size: 22px;
    font-weight: bold;
    border-left: 4px solid #F36385;
}
.information h2.mt {
    margin-top: 30px;
}
.information ul {
    margin-top: 16px;
}
.information ul li {
    display: flex;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid #EAEAEA;
}
.information ul li h3 {
    width: 125px;
    min-width: 125px;
    font-weight: bold;
}
.information__items {
    display: block;
    margin-top: 6px;
    padding: 8px;
    background-color: #F4F4F4;
}
.information__visual {
    max-width: 351px;
    margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
    .information {
        padding: 35px 1rem 50px;
    }
    .information h2 {
        padding: 8px 10px;
        font-size: 20px;
    }
    .information h2.mt {
        margin-top: 30px;
    }
    .information ul {
        margin-top: 16px;
    }
    .information ul li {
        padding: 16px 0;
        font-size: 13px;
    }
    .information ul li h3 {
        width: 85px;
        min-width: 85px;
    }
    .information__items {
        margin-top: 6px;
        padding: 8px;
    }
    .information__visual {
        max-width: 351px;
        margin: 50px auto 0;
    }
}
/* -------------------------------- */
.contact {
    padding: 50px 5%;
    background-color: #FEEEF3;
}
.contact__inner {
    max-width: 1100px;
    margin: 0 auto;
}
.contact h2 {
    text-align: center;
}
.contact h2 .en {
	display: block;
	color: #F36385;
	font-weight: bold;
}
.contact h2 .ja {
	display: block;
	margin-top: 2px;
	font-size: 24px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
    .contact {
        padding: 50px 1rem;
    }
    .contact h2 .en {
        font-size: 14px;
    }
    .contact h2 .ja {
        margin-top: 2px;
        font-size: 20px;
    }
}
/* -------------------------------- */
.tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    /* max-width: 660px; */
    margin: 30px auto 0;
    padding: 50px 15px;
    border-radius: 10px;
}
.tel h3 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.tel a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 4px;
    margin-top: 20px;
    width: 100%;
    max-width: 378px;
    height: 60px;
    background-color: #F36385;
    color: #fff;
    font-size: 31px;
	font-weight: bold;
    letter-spacing: .015em;
    text-align: center;
    border-radius: 30px;
}
.tel a:hover {
    opacity: .7;
    transition: .3s;
}
.tel a .tel__icon {
    width: 29px;
    min-width: 29px;
}
.tel a .tel__right-icon {
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translate(0,-50%);
	width: 6px;
}
.tel__date {
    margin-top: 15px;
    text-align: center;
    letter-spacing: .005em;
}
@media screen and (max-width: 767px) {
    .tel {
        margin: 30px auto 0;
        padding: 30px 15px;
    }
    .tel h3 {
        font-size: 18px;
    }
    .tel a {
        gap: 0 4px;
        margin-top: 20px;
        width: 100%;
        max-width: 378px;
        height: 60px;
        font-size: 26px;
    }
    .tel a .tel__icon {
        width: 26px;
        min-width: 26px;
    }
    .tel__date {
        margin-top: 15px;
        letter-spacing: .005em;
    }
}
/* -------------------------------- */
.contact__area {
    margin-top: 30px;
    padding: 50px 15px;
    background-color: #fff;
    border-radius: 10px;
}
.contact__area-inner {
    max-width: 850px;
    margin: 0 auto;
}
.contact__area h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.contact__date {
    width: 100px;
    height: 22px;
    margin: 13px auto 0;
    background-color: #FEEDF3;
    font-size: 13px;
    letter-spacing: .08em;
    text-align: center;
    border-radius: 99rem;
}
.contact__caution {
    margin-top: 25px;
    padding: 22px 0;
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: .08em;
    line-height: 20px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}
.contact__caution-title {
    font-weight: bold;
    text-align: center;
}
.contact__caution-text {
    margin-top: 22px;
}
.contact form {
    margin-top: 40px;
}
.contact ul {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    max-width: 900px;
    margin: 0 auto;
}
.contact ul li {
    display: flex;
    align-items: center;
}
.contact ul li label {
    display: flex;
    align-items: center;
    gap: 0 6px;
    width: 314px;
}
.contact ul li label .contact__text {
    font-weight: bold;
    letter-spacing: .07em;
    line-height: 28px;
}
.contact ul li label .optional {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    background-color: #DBDBDB;
    color: #6A6A6A;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .07em;
    line-height: 20px;
    border-radius: 99rem;
}
.contact ul li label .required {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    background-color: #F36385;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .07em;
    line-height: 20px;
    border-radius: 99rem;
}
.contact__field {
    flex: 1;
}
.contact__field input {
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #E6E6E6;
}
.contact__field textarea {
    display: block;
    width: 100%;
    height: 215px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #E6E6E6;
}
input::placeholder, textarea::placeholder {
    color: #6A6A6A;
    font-size: 15px;
    font-weight: 300;
}
.contact form .recaptcha__caution {
    margin-top: 34px;
    font-weight: 300;
    text-align: center;
}
.contact form .recaptcha {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 34px auto 0;
}
.contact form button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 344px;
    height: 53px;
    margin: 34px auto 0;
    background-color: #F36385;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .08em;
    line-height: 1.5;
    text-align: center;
    border-radius: 27px;
    transition: .3s!important;
}
.contact form button:hover {
	opacity: .7!important;
    transition: .3s!important;
}
.contact form button img {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0,-50%);
    width: 6px;
}
@media screen and (max-width: 767px) {
    .contact__area {
        margin-top: 30px;
        padding: 30px 18px;
    }
    .contact__area h3 {
        font-size: 18px;
    }
    .contact__date {
        margin: 13px auto 0;
        font-size: 13px;
    }
    .contact__caution {
        margin-top: 25px;
        padding: 22px 0;
        margin-top: 20px;
        font-size: 14px;
        line-height: 20px;
    }
    .contact__caution-title {
    }
    .contact__caution-text {
        margin-top: 22px;
    }
    .contact form {
        margin-top: 40px;
    }
    .contact ul {
        gap: 20px 0;
    }
    .contact ul li {
        flex-direction: column;
        gap: 10px;
    }
    .contact ul li label {
        gap: 0 6px;
        width: 100%;
    }
    .contact ul li label .contact__text {
        font-size: 13px;
        letter-spacing: .07em;
        line-height: 28px;
    }
    .contact ul li label .optional {
        width: 38px;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: .07em;
        line-height: 20px;
    }
    .contact ul li label .required {
        width: 38px;
        font-size: 12px;
        letter-spacing: .07em;
        line-height: 20px;
    }
    .contact__field {
        flex: initial;
        width: 100%;
    }
    .contact__field input {
        width: 100%;
        height: 45px;
        padding: 10px;
    }
    .contact__field textarea {
        width: 100%;
        height: 215px;
        padding: 10px;
    }
    input::placeholder, textarea::placeholder {
        font-size: 12px;
        font-weight: 300;
    }
    .contact form .recaptcha__caution {
        margin-top: 34px;
        font-weight: 300;
    }
    .contact form .recaptcha {
        margin: 34px auto 0;
    }
    .contact form button {
        width: 100%;
        max-width: 344px;
        height: 53px;
        margin: 34px auto 0;
        font-size: 18px;
        letter-spacing: .08em;
        line-height: 1.5;
        border-radius: 27px;
        transition: .3s!important;
    }
    .contact form button:hover {
        opacity: .7!important;
        transition: .3s!important;
    }
}