@charset "utf-8";
.main {
    z-index: 1;
    background: #fff;
}
.header::before {
    content: "";
    display: inline-block;
    width: 11vw;
    height: auto;
    background: url(../images/cloud-l-1.webp) no-repeat;
    position: absolute;
    bottom: 0;
    left: -3vw;
    z-index: 1;
    background-size: contain;
    aspect-ratio: 274 / 193;
}
.p-section.--contact-top::before {
    content: "";
    display: inline-block;
    width: 14vw;
    height: auto;
    background: url(../images/cloud-r-2.webp) no-repeat;
    position: absolute;
    top: 50%;
    right: -3vw;
    z-index: 1;
    background-size: contain;
    aspect-ratio: 282 / 203;
}
.container-box {
    border-left: 2px solid var(--color-softgrey);
    border-right: 2px solid var(--color-softgrey);
    border-bottom: 2px solid var(--color-softgrey);
    padding: 80px 0;
    position:relative;
}
.container-box::before {
    content: "";
    display: inline-block;
    width: 11vw;
    height: auto;
    background: url(../images/cloud-l-2.webp) no-repeat;
    position: absolute;
    top: 50%;
    left: -3vw;
    transform: translateY(-50%);
    z-index: 0;
    background-size: contain;
    aspect-ratio: 274 / 193;
}
.container {
    max-width: 600px;
    margin: 0px auto;
}

.form {
    display: flex;
    flex-direction: column;
}

.form__group {
    margin-bottom: 15px;
}
.form__group input[type="text"], .form__group input[type="tel"], .form__group input[type="email"] {
	padding: 8px;
}
label {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
}

input, select, textarea {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

textarea {
    resize: vertical;
    min-height: 100px;
}

.required {
    color: red;
    font-size: 0.9rem;
}

.form__checkbox-group label {
    margin-bottom: 10px;
    display: flex;
    gap: 0 10px;
}
.form__submit {
    display: block;
    width: 100%;
    background: transparent;
    text-align: center;
    color: #000;
    font-size: 18px;
    padding: 20px 0;
    cursor: pointer;
    border: none;
    font-weight: bold;
    transition: opacity 0.3s;
}
.form__submit:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

.form__submit.active {
    cursor: pointer;
    opacity: 1;
}
.form__group.--submit {
	color: #000;
	background: #7bd4f2;
	border: 2px solid #000;
	border-radius: 0;
	cursor: pointer;
	transition: background-color 0.3s ease;
	font-weight: bold;
	position: relative;
	display: block;
	margin-bottom: 0;
	width: 80%;
	margin-inline: auto;
	margin-top: 50px;
}
.form__group.--submit::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #faf398;
    border: 2px solid;
    position: absolute;
    left: 10px;
    z-index: -1;
    top: 10px;
}
.form__group.--submit::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyA+IDxwYXRoIGQ9J00yMy4wNjc3IDExLjk5MjlMMTguODE4IDcuNzU3MzlMMTcuNDA2MSA5LjE3Mzk4TDE5LjI0MTUgMTEuMDAzMkwwLjkzMjQ2OSAxMS4wMDEyTDAuOTMyMjUxIDEzLjAwMTJMMTkuMjM2OSAxMy4wMDMyTDE3LjQxNTUgMTQuODMwOEwxOC44MzIxIDE2LjI0MjZMMjMuMDY3NyAxMS45OTI5WicgZmlsbD0nY3VycmVudENvbG9yJyAvPiA8L3N2Zz4=");
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
button:hover {
    opacity:.7;
}
.contact-txt {
    line-height: initial;
    padding: 0 45px;
}
.--dekasegi_kikaku {
    position: relative;
    background: url("../images/bag.webp") no-repeat left 10%, url("../images/tv.webp") no-repeat right 70%;
}
.week-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: -moz-linear-gradient(0deg, rgb(242, 153, 223) 0%, rgb(121, 213, 242) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(242, 153, 223) 0%, rgb(121, 213, 242) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(242, 153, 223) 0%, rgb(121, 213, 242) 100%);
    border-radius: 4em;
    padding: 25px 20px 25px 40px;
    color: #fff;
    font-family: Arial, sans-serif;
    margin-inline: auto;
    position: relative;
    margin-bottom: 20px;
    max-width: 480px;
}
.week-btn span {
  margin-right: auto;
}

.week-btn em {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-style: normal;
    z-index: 0;
    text-align: center;
    width: 100%;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px;
}
.week-p {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
    line-height: initial;
    color: #000;
}
.week-p.--seco {
    margin-bottom: 20px;
}
.week-p.--last {
    margin-bottom: 0;
}
.caution {
	font-size: 14px;
	color: #e5004f;
	font-weight: bold;
	margin-bottom: 60px;
	display: flex;
	align-items: center;
	gap: 0 5px;
	justify-content: center;
	line-height: 1.4;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="number"], select, textarea {
    background: #f6f6f6;
    width: 100%;
}
#prefecture {
    width: fit-content;
    padding: 13px 80px 13px 10px;
}
.form__select {
    position: relative;
    width: fit-content;
}
.form__select::after {
    content: "▼";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
[type="checkbox"] {
    width: fit-content;
}
.recaptcha_policy {
	margin-top: 50px;
}
@media screen and (max-width: 1024px) {
.--dekasegi_kikaku {
    background-size: 20%;
}
}
@media (max-width: 768px) {
.container {
    padding: 10px;
}

label {
    font-size: 0.9rem;
}

input, select, textarea {
    font-size: 0.9rem;
    padding: 8px;
}

button {
    font-size: 0.9rem;
    padding: 8px 10px;
}
.week-p {
    font-size: 4vw;
}
.week-btn {
    padding: 25px 20px 25px 20px;
}
.week-btn span {
    font-size: 14px;
}
.week-btn em {
    font-size: 24px;
}
.contact-txt {
    padding: 0;
}
.--dekasegi_kikaku {
    background: url("../images/bag.webp") no-repeat 10px 1%, url("../images/tv.webp") no-repeat right 98%;
    background-size: 20%;
}
.header::before {
    width: 30vw;
}
.container-box::before {
    content: none;
}
.p-section.--contact-top::before {
    width: 30vw;
    top: initial;
    bottom: 0;
}
.form__submit {
	font-size: 3.5vw;
}
}

