@charset "UTF-8";
body {
    background: #1a2040;
	font-family: "Amiri", "Shippori Mincho", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", system-ui, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 500;
}
.mv-sub {
	background: url("/_common/img/contact/mv.webp") 50% 100% / cover no-repeat;
}
@media screen and (max-width: 767px) {
    .mv-sub {
        background: url("/_common/img/contact/mv.webp") 50% 0% / cover no-repeat;
    }
}
/* -------------------------------- */
.contact {
    padding: 100px 5% 100px;
}
.contact__inner {
    max-width: 880px;
    margin: 0 auto;
}
.contact__line {
	width: 1px;
	height: 100px;
    margin: 0 auto;
	background: linear-gradient(-180deg, #a34e9f,#3555a6);
}
.contact__title .contact__title-en {
    margin-top: 90px;
    display: block;
	color: #aa915b;
	font-size: 70px;
    font-weight: 400;
    line-height: 80px;
	letter-spacing: .1em;
	text-align: center;
}
.contact__title .contact__title-ja {
    display: block;
    font-size: 26px;
	letter-spacing: .05em;
	line-height: 40px;
	text-align: center;
}
@media screen and (max-width: 767px) {
    .contact {
        padding: 50px 5%;
    }
    .contact__line {
        height: 60px;
    }
    .contact__title .contact__title-en {
        margin-top: 20px;
        font-size: 40px;
        line-height: 1.5;
        letter-spacing: .1em;
    }
    .contact__title .contact__title-ja {
        font-size: 20px;
        line-height: 1.5;
    }
}
/* -------------------------------- */
.tel {
    margin-top: 60px;
}
.contact h3 {
    font-size: 26px;
	letter-spacing: .05em;
	line-height: 40px;
}
.tel a {
    display: block;
    margin-top: 30px;
    padding: 30px;
    color: #fff;
	text-align: center;
    border: 1px solid #fff;
}
.tel a:hover {
    opacity: .5;
    transition: .3s;
}
.tel__number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 46px;
	line-height: 52px;
}
.tel__number i {
    font-size: 26px;
}
.tel__date {
	letter-spacing: .05em;
	line-height: 34px;
}
@media screen and (max-width: 767px) {
    .tel {
        margin-top: 40px;
    }
    .contact h3 {
        font-size: 20px;
        line-height: 1.5;
    }
    .tel a {
        margin-top: 20px;
        padding: 16px;
    }
    .tel__number {
        font-size: 28px;
        line-height: 1.5;
    }
    .tel__number i {
        font-size: 16px;
    }
    .tel__date {
        margin-top: 6px;
        letter-spacing: .05em;
        line-height: 1.5;
    }
}
/* -------------------------------- */
.contact__area {
    margin-top: 82px;
}
.contact__description {
    margin-top: 30px;
    letter-spacing: .05em;
    line-height: 34px;
}
.contact form {
    margin-top: 40px;
}
.contact ul {
    display: flex;
    flex-direction: column;
    max-width: 900px;
    margin: 0 auto;
    border-top: 1px solid rgba(255,255,255,0.5);
}
.contact ul li {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.contact ul li label {
    display: flex;
    align-items: center;
    gap: 0 18px;
    width: 314px;
    margin-top: 10px;
}
.contact ul li label .contact__text {
    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;
    letter-spacing: .07em;
    line-height: 20px;
    border-radius: 99rem;
} */
.contact ul li label .required {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 63px;
    height: 24px;
    background-color: #454875;
    color: #fff;
    font-size: 11px;
    letter-spacing: .05em;
}
.contact__field {
    flex: 1;
}
.contact__field input {
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px;
    background-color: #252944;
}
.contact__field textarea {
    display: block;
    width: 100%;
    height: 215px;
    padding: 10px;
    background-color: #252944;
}
input::placeholder, textarea::placeholder {
    color: #aaa;
    font-size: 16px;
}
input:focus::placeholder, textarea:focus::placeholder {
    color: #666;
}
.contact form .recaptcha {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0;
}
.contact form button {
    position: relative;
    display: block;
    width: 100%;
    max-width: 320px;
    height: 70px;
    margin: 40px auto 0;
    background-color: #aa915b;
    color: #fff;
    letter-spacing: .05em;
    line-height: 70px;
    text-align: center;
    transition: .3s;
}
.contact form button:hover {
	opacity: .5;
    transition: .3s;
}
.contact form button i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0,-50%);
    width: 6px;
}
.contact__coution {
    margin-top: 50px;
    padding: 25px;
    line-height: 34px;
    letter-spacing: .05em;
    border: 1px solid rgba(255,255,255,0.5);
}
.contact__coution span {
    color: #aa915b;
}
@media screen and (max-width: 767px) {
    .contact__area {
        margin-top: 40px;
    }
    .contact__description {
        margin-top: 20px;
        line-height: 1.5;
    }
    .contact form {
        margin-top: 30px;
    }
    .contact ul {
    }
    .contact ul li {
        flex-direction: column;
        gap: 12px 0;
        padding: 20px 0;
    }
    .contact ul li label {
        gap: 0 12px;
        width: 100%;
        margin-top: 0;
    }
    .contact ul li label .contact__text {
        line-height: 1.5;
    }
    .contact__field {
        width: 100%;
    }
    .contact__field input {
        font-size: 16px;
    }
    .contact__field textarea {
        font-size: 16px;
    }
    .contact form .recaptcha {
        margin: 30px auto 0;
    }
    .contact form button {
        max-width: 400px;
        height: 70px;
        margin: 30px auto 0;
        line-height: 70px;
    }
    .contact__coution {
        margin-top: 30px;
        padding: 16px;
        line-height: 1.5;
    }
}