@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New&display=swap');
.wrapper {
    padding-top: 90px;
    background: url("/_common/img/service/service-bg.webp");
    overflow: hidden;
}
.contact {
    padding: 100px 5% 100px;
}
.contact__inner {
    max-width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .wrapper {
        padding-top: 60px;
    }
    .contact {
        padding: 30px 0 0;
    }
}
.contact h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    overflow: hidden;
}
.contact h2 .en {
    display: block;
	color: #205E93;
	font-size: 90px;
    font-weight: bold;
	letter-spacing: .16em;
    text-align: center;
}
.contact h2 .ja {
    display: block;
	font-size: 20px;
    font-weight: bold;
	letter-spacing: .065em;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .contact__title {
        padding: 0 2rem;
    }
    .contact h2 {
        gap: 20px;
    }
    .contact h2 .en {
        font-size: 36px;
        letter-spacing: .16em;
    }
    .contact h2 .ja {
        margin-top: 10px;
        font-size: 18px;
        letter-spacing: .065em;
    }
}
/* -------------------------------- */
.tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
}
.tel h3 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.tel a {
    display: flex;
    align-items: center;
    gap: 0 4px;
    margin-top: 20px;
    color: #1B8DCB;
    font-size: 56px;
	font-weight: bold;
    font-family: "Poppins", sans-serif;
    letter-spacing: .02em;
    text-align: center;
}
.tel a img {
    width: 50px;
    min-width: 50px;
}
.tel .tabs__date {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 530px;
    height: 40px;
    margin: 10px auto 0;
    background-color: #E8F2F4;
    font-size: 24px;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    text-align: center;
    letter-spacing: .0055em;
}
@media screen and (max-width: 767px) {
    .tel {
        margin-top: 60px;
    }
    .tel h3 {
        font-size: 20px;
    }
    .tel a {
        gap: 0 4px;
        margin-top: 10px;
        font-size: 30px;
        letter-spacing: .02em;
    }
    .tel a img {
        width: 20px;
        min-width: 20px;
    }
    .tel .tabs__date {
        height: 40px;
        max-width: 260px;
        margin: 10px auto 0;
        font-size: 16px;
        letter-spacing: .0055em;
    }
}
/* -------------------------------- */
.contact__area {
    margin-top: 82px;
    padding: 58px 5% 100px;
    background-color: #fff;
    border: 1px solid #D6D6D6;
}
.contact__area h3 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: .08em;
    line-height: 54px;
    text-align: center;
}
.contact__date {
    width: 100%;
    max-width: 169px;
    margin: 6px auto 0;
    background-color: #1B8DCB;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .08em;
    line-height: 36px;
    text-align: center;
    border-radius: 99rem;
}
.contact__caution {
    max-width: 900px;
    margin: 50px auto 0;
    padding: 30px;
    background-color: #FAFAFA;
    line-height: 22px;
    letter-spacing: .008em;
}
.contact__caution-title {
    letter-spacing: .08em;
    line-height: 24px;
    text-align: center;
}
.contact__caution-text {
    margin-top: 18px;
    letter-spacing: .08em;
    line-height: 2;
}
.contact form {
    margin-top: 40px;
}
.radio {
    display: flex;
    justify-content: center;
    gap: 50px;
}
.radio input {
    display: none;
}
.radio input:checked + label::before {
    background-color: #1B8DCB;
}
.radio label {
    position: relative;
    padding-left: 26px;
    font-weight: bold;
    cursor: pointer;
}
.radio label::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.radio label::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #d6d6d6;
    border-radius: 50%;
}
.contact ul {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    max-width: 900px;
    margin: 40px auto 0;
}
.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: 500;
    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: #E61919;
    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;
    font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
    border: 1px solid #E6E6E6;
}
.contact__field textarea {
    display: block;
    width: 100%;
    height: 215px;
    padding: 10px;
    background-color: #fff;
    font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
    border: 1px solid #E6E6E6;
}
input::placeholder, textarea::placeholder {
    color: #6A6A6A;
    font-size: 16px;
}
input:focus::placeholder, textarea:focus::placeholder {
    color: #aaa;
}
.contact form .recaptcha {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0;
}
.contact form button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 432px;
    height: 90px;
    margin: 40px auto 0;
    background-color: #19B2C3;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .065em;
    text-align: center;
    border-radius: 99rem;
    transition: .3s!important;
}
.contact form button .icon {
	position: absolute;
	top: 50%;
	right: 13px;
	transform: translate(0,-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 65px;
	background-color: #fff;
	border-radius: 32.5px;
}
.contact form button .icon img {
	width: 8px;
}
.contact form button:hover {
	opacity: .7!important;
    transition: .3s!important;
}
.memo {
    max-width: 844px;
    margin: 40px auto 0;
    font-size: 14px;
    letter-spacing: .08em;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .contact__area {
        margin-top: 60px;
        padding: 60px 2rem 100px;
        border: 0;
        border-top: 1px solid #d6d6d6;
    }
    .contact h3 {
        font-size: 20px;
        letter-spacing: .04em;
        line-height: 1.5;
    }
    .contact__date {
        max-width: 120px;
        line-height: 30px;
    }
    .contact__caution {
        margin: 30px auto 0;
        padding: 20px;
    }
    .contact__caution-title {
        font-size: 15px;
        letter-spacing: .04em;
        line-height: 1.5;
    }
    .contact__caution-text {
        margin-top: 10px;
        font-size: 15px;
        letter-spacing: .04em;
    }
    .radio {
        flex-direction: column;
        gap: 20px;
    }
    .contact form {
        margin-top: 40px;
    }
    .contact ul {
        gap: 20px 0;
    }
    .contact ul li {
        flex-direction: column;
    }
    .contact ul li label {
        width: 100%;
    }
    .contact ul li label .contact__text {
        letter-spacing: .04em;
        line-height: 1.5;
    }
    .contact__field {
        width: 100%;
        margin-top: 6px;
    }
    input::placeholder, textarea::placeholder {
        color: #aaa;
    }
    .contact form .recaptcha {
        margin: 20px auto 0;
    }
    .contact form button {
        max-width: 432px;
        height: 60px;
        margin: 20px auto 0;
        font-size: 18px;
        letter-spacing: .065em;
    }
    .contact form button .icon {
        right: 13px;
        width: 40px;
        height: 40px;
    }
    .contact form button .icon img {
        width: 8px;
    }
}