.p-form__contact-form {
	margin-inline: auto;
}
.form__item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: left;
  margin: 3.5rem 0 2.3rem;
}
.form__item > .form__label {
  flex: 1;
	display: flex;
	align-items: center;
	gap: .8rem;
}
.form__item > .form__label__top {
	align-items: flex-start;
	margin-top: 1.8rem;
}
.form__label__note {
  background:#EF4B4B;
  color: #fff;
  padding: .4rem .5rem .5rem;
  display: inline-block;
  line-height: 1;
  font-size: 1.2rem;
  vertical-align: text-bottom;
	border-radius: 2px;
}
.form__content {
	width: 68.7rem;
}
.form__label__name {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0;
}
.form__agree {
	text-align: center;
	margin-top: 4rem;
	letter-spacing: 0;
}
.form__agree p + p {
	margin-top: 1.8rem;
}
.form__agree__text {
  font-size: 1.6rem;
}
.form__checkbox__input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  opacity: 0;
}
.form__checkbox {
  display: inline-block;
  align-items: center;
  position: relative;
  cursor: pointer;
  vertical-align: bottom;
}
.form__checkbox__mark {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  border: .1rem solid #A4ADBF;
  border-radius: 2.5rem;
  display: inline-block;
  margin-right: .8rem;
	vertical-align: bottom;
}
.form__checkbox__input:checked + .form__checkbox__mark {
  background-image: url('../img/checkbox.svg');
	background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
	background-size: .9rem .9rem;
}
.thanks h3 {
	margin-top: 7.4rem;
  font-size: 2.6rem;
}
.form__radio__input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  opacity: 0;
}
.form__radio-list {
  display: flex;
  gap: 3rem;
}
.form__radio__mark {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  border: .1rem solid #A4ADBF;
  border-radius: 2.5rem;
  display: inline-block;
  margin-right: .8rem;
  vertical-align: bottom;
}
.form__radio__input:checked + .form__radio__mark {
  background-image: url('../img/checkbox.svg');
	background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
	background-size: .9rem .9rem;
}
.form__radio__label {
  font-size: 1.6rem;
}
.form__privacy {
  width: 68.7rem;
  height: 22.8rem;
  padding: 3rem 3.5rem 3rem 3.6rem;
  border: .1rem solid #E4E5EA;
  overflow-y: scroll;
  margin-left: auto;
  margin-top: 6rem;
}
.form__privacy__title {
  font-size: 2rem;
  font-weight: bold;
}
.form__privacy__box {
  margin-top: 4rem;
}
.form__privacy__head {
  font-size: 1.4rem;
  font-weight: bold;
}
.form__privacy__detail {
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .form__item {
    display: block;
    font-size: calc(16 /375 * 100vw);
    margin: calc(25 /375 * 100vw) 0 calc(20 /375 * 100vw);
  }
  .form__item > .form__label {
    width: auto;
    margin-right: 0;
    gap: calc(8 /375 * 100vw);
  }
  .form__radio-list {
    margin-top: calc(10 /375 * 100vw);
    gap: calc(30 /375 * 100vw);
  }
  .form__content {
    width: 100%;
  }
  .form__label__name {
    font-size: calc(16 /375 * 100vw);
  }
  .form__label__note {
    padding: calc(4 /375 * 100vw) calc(5 /375 * 100vw) calc(5 /375 * 100vw);
    font-size: calc(10 /375 * 100vw);
  }
	.form__agree {
		margin-top: calc(40 /375 * 100vw);
	}
	.form__agree p {
		line-height: 1.625;
	}
	.form__agree p + p {
		margin-top: 2.4rem;
	}
  .form__agree__text {
    font-size: calc(16 /375 * 100vw);
  }
  .form__radio__mark {
    width: calc(20 /375 * 100vw);
    height: calc(20 /375 * 100vw);
    border-radius: calc(25 /375 * 100vw);
    margin-right: calc(8 /375 * 100vw);
  }
  .form__radio__input:checked + .form__radio__mark {
    background-size: calc(9 /375 * 100vw) calc(9 /375 * 100vw);
  }
  .form__radio__label {
    font-size: calc(16 /375 * 100vw)
  }
  .form__checkbox__mark {
    width: calc(20 /375 * 100vw);
    height: calc(20 /375 * 100vw);
    border-radius: calc(25 /375 * 100vw);
    margin-right: calc(8 /375 * 100vw);
  }
  .form__checkbox__input:checked + .form__checkbox__mark {
    background-size: calc(9 /375 * 100vw) calc(9 /375 * 100vw);
  }
	.thanks h3 {
		margin-top: calc(19 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
	}
  .form__privacy {
    width: 100%;
    height: calc(240 /375 * 100vw);
    padding: calc(15 /375 * 100vw);
    margin-top: calc(40 /375 * 100vw);
  }
  .form__privacy__title {
    font-size: calc(20 /375 * 100vw);
  }
  .form__privacy__box {
    margin-top: calc(20 /375 * 100vw);
  }
  .form__privacy__head {
    font-size: calc(14 /375 * 100vw);
  }
  .form__privacy__detail {
    font-size: calc(14 /375 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .form__name__item:nth-child(n + 2) {
    margin-left: 2rem;
  }
}

.c-form__item__error {
    width: 100%;
}

/*btn
-----------------------------------------*/
.c-btn__more {
    margin-top: 4rem;
    text-align: center;
}
.c-btn__more button {
    padding: 3rem 4.4rem;
    display: inline-block;
    background: #080812;
    color: #fff;
    border-radius: 4rem;
    font-family: "Barlow", sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
    width: 26.3rem;
    text-align: left;
    height: 7.9rem;
}
.c-btn__more button::before {
    content: "";
    position: absolute;
    width: 4.1rem;
    height: 4.1rem;
    background: #005BAC;
    border-radius: 50%;
    display: inline-block;
    top: 0;
    bottom: 0;
    right: 2.5rem;
    margin: auto;
}
.c-btn__more button::after {
    content: "";
    position: absolute;
    background: url("../../../img/common/btn-arrow.svg") no-repeat;
    background-size: 100% 100%;
    width: 1.1rem;
    height: 1rem;
    right: 4rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.c-btn__more button:hover {
    opacity: 1;
    animation: ripple 1.5s infinite;
}

@keyframes ripple {
    0% {box-shadow: 0 0 0 0 rgb(8,8,18);}
    70% {box-shadow: 0 0 0 10px rgb(8 8 18 / 0%);}
    100% {box-shadow: 0 0 0 0 rgb(8 8 18 / 0%);}
}


@media only screen and (max-width: 768px) {
    .c-btn__more {
        margin-top: calc(40 / 375 * 100vw);
    }
    .c-btn__more button {
        padding: calc(25 /375 * 100vw) calc(35 /375 * 100vw);
        border-radius: calc(40 /375 * 100vw);
        font-size: calc(12 /375 * 100vw);
        width: calc(203 /375 * 100vw);
        height: calc(66 /375 * 100vw);
    }
    .thanks .c-btn__more button {
       width: calc(220 /375 * 100vw) !important;
    }
    .c-btn__more button::before {
        width: calc(31 /375 * 100vw);
        height: calc(31 /375 * 100vw);
        right: calc(17 /375 * 100vw);
    }
    .c-btn__more button::after {
        width: calc(8 /375 * 100vw);
        height: calc(6 /375 * 100vw);
        right: calc(29 /375 * 100vw);
    }
}

/*フッター_______________________________________*/
.l-footer {
  position: relative;
  background-color: #0259af;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .l-footer {
    padding: 2.196193265vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 4vw 5.3333333333vw 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__inner {
    width: 80.5270863836vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__nav {
    margin-bottom: 4.39238653vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    margin-bottom: 10.6666666667vw;
  }
}
.l-footer__nav__list {
  display: grid;
}
@media screen and (min-width: 769px) {
  .l-footer__nav__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4641288433vw 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__nav__list__item {
    border-left: 1px solid #5392d0;
  }
  .l-footer__nav__list__item:nth-of-type(3n) {
    border-right: 1px solid #5392d0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav__list__item {
    border-bottom: 0.2666666667vw solid #5392d0;
  }
}
.l-footer__nav__list__item a {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .l-footer__nav__list__item a {
    justify-content: center;
    gap: 0.7320644217vw;
    height: 2.5622254758vw;
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav__list__item a {
    gap: 1.8666666667vw;
    height: 12.2666666667vw;
    font-size: 2.9333333333vw;
  }
}
.l-footer__nav__list__item a[target=_blank]::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  background: url(../../../assets/img/common/icn_blank.png) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .l-footer__nav__list__item a[target=_blank]::after {
    width: 0.980966325vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav__list__item a[target=_blank]::after {
    width: 2.88vw;
  }
}
.l-footer__copyright {
  font-weight: 300;
  text-align: center;
  color: #b5dbff;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 769px) {
  .l-footer__copyright {
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    font-size: 2.6666666667vw;
  }
}
.sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.sp {
		display: block;
	}
}
