@charset "UTF-8";
.page-wrapper {
  width: 100%;
}
.page-wrapper img {
  display: block;
  width: 100%;
}
.page-wrapper .display-pc {
  display: block;
}
.page-wrapper .display-sp {
  display: none;
}
@media screen and (max-width: 390px) {
  .page-wrapper .display-pc {
    display: none;
  }
  .page-wrapper .display-sp {
    display: block;
  }
}

.site__slider-01 {
  background-image: url("../img/bg/bg.png");
  background-repeat: repeat-y;
  background-size: 100%;
  padding: 3.13vw 0 8.33vw;
}
@media screen and (max-width: 390px) {
  .site__slider-01 {
    background-image: url("../img/bg/sp-bg.png");
    padding: 6.15vw 0 43.5vw;
  }
}
.site__slider-01-wrapper {
  position: relative;
  margin: 0 auto;
  width: 45.28vw;
  height: 30.35vw;
}
@media screen and (max-width: 390px) {
  .site__slider-01-wrapper {
    height: 51.025vw;
    width: 75.9vw;
  }
}

.site__slider-02 {
  background-image: url("../img/bg/bg.png");
  background-repeat: repeat-y;
  background-size: 100%;
  padding: 3.13vw 0 8.33vw;
}
@media screen and (max-width: 390px) {
  .site__slider-02 {
    background-image: url("../img/bg/sp-bg.png");
    padding: 6.15vw 0 43.5vw;
  }
}
.site__slider-02-wrapper {
  position: relative;
  margin: 0 auto;
  width: 45.28vw;
  height: 30.35vw;
}
@media screen and (max-width: 390px) {
  .site__slider-02-wrapper {
    height: 51.025vw;
    width: 75.9vw;
  }
}

.site__slider-03 {
  background-image: url("../img/bg/bg.png");
  background-repeat: repeat-y;
  background-size: 100%;
  padding: 3.13vw 0 8.33vw;
  padding-bottom: 11.11vw;
}
@media screen and (max-width: 390px) {
  .site__slider-03 {
    background-image: url("../img/bg/sp-bg.png");
    padding: 6.15vw 0 43.5vw;
  }
}
@media screen and (max-width: 390px) {
  .site__slider-03 {
    padding-bottom: 43.5vw;
  }
}
.site__slider-03-wrapper {
  position: relative;
  margin: 0 auto;
  width: 45.28vw;
  height: 30.35vw;
}
@media screen and (max-width: 390px) {
  .site__slider-03-wrapper {
    height: 51.025vw;
    width: 75.9vw;
  }
}

.swiper01 {
  /*スライダーの幅と高さを調整*/
  border: solid 0.49vw #E34D4B;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 390px) {
  .swiper01 {
    border-width: 0.8vw;
  }
}
.swiper01 .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.swiper01 .swiper-slide {
  /*スライド要素の幅と高さを調整*/
  width: 100%;
  height: 100%;
}
.swiper01 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper02 {
  /*スライダーの幅と高さを調整*/
  border: solid 0.49vw #E34D4B;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 390px) {
  .swiper02 {
    border-width: 0.8vw;
  }
}
.swiper02 .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.swiper02 .swiper-slide {
  /*スライド要素の幅と高さを調整*/
  width: 100%;
  height: 100%;
}
.swiper02 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper03 {
  /*スライダーの幅と高さを調整*/
  border: solid 0.49vw #E34D4B;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 390px) {
  .swiper03 {
    border-width: 0.8vw;
  }
}
.swiper03 .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.swiper03 .swiper-slide {
  /*スライド要素の幅と高さを調整*/
  width: 100%;
  height: 100%;
}
.swiper03 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper01-button-prev {
  background-color: #E34D4B;
  border-radius: 50%;
  height: 5.49vw;
  position: absolute;
  width: 5.49vw;
  left: -11.11vw;
}
@media screen and (max-width: 390px) {
  .swiper01-button-prev {
    height: 16.92vw;
    width: 16.92vw;
  }
}
@media screen and (max-width: 390px) {
  .swiper01-button-prev {
    left: 0;
    transform: translateY(44vw);
  }
}
.swiper01-button-prev::after {
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 2.7vw;
  margin: auto;
  position: absolute;
  width: 2.43vw;
  background-image: url("../img/slide/arrow-prev.svg");
}
@media screen and (max-width: 390px) {
  .swiper01-button-prev::after {
    height: 7.71vw;
    width: 6.92vw;
  }
}
.swiper01-button-next {
  background-color: #E34D4B;
  border-radius: 50%;
  height: 5.49vw;
  position: absolute;
  width: 5.49vw;
  right: -11.11vw;
}
@media screen and (max-width: 390px) {
  .swiper01-button-next {
    height: 16.92vw;
    width: 16.92vw;
  }
}
@media screen and (max-width: 390px) {
  .swiper01-button-next {
    right: 0;
    transform: translateY(44vw);
  }
}
.swiper01-button-next::after {
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 2.7vw;
  margin: auto;
  position: absolute;
  width: 2.43vw;
  background-image: url("../img/slide/arrow-next.svg");
}
@media screen and (max-width: 390px) {
  .swiper01-button-next::after {
    height: 7.71vw;
    width: 6.92vw;
  }
}

.swiper02-button-prev {
  background-color: #E34D4B;
  border-radius: 50%;
  height: 5.49vw;
  position: absolute;
  width: 5.49vw;
  left: -11.11vw;
}
@media screen and (max-width: 390px) {
  .swiper02-button-prev {
    height: 16.92vw;
    width: 16.92vw;
  }
}
@media screen and (max-width: 390px) {
  .swiper02-button-prev {
    left: 0;
    transform: translateY(44vw);
  }
}
.swiper02-button-prev::after {
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 2.7vw;
  margin: auto;
  position: absolute;
  width: 2.43vw;
  background-image: url("../img/slide/arrow-prev.svg");
}
@media screen and (max-width: 390px) {
  .swiper02-button-prev::after {
    height: 7.71vw;
    width: 6.92vw;
  }
}
.swiper02-button-next {
  background-color: #E34D4B;
  border-radius: 50%;
  height: 5.49vw;
  position: absolute;
  width: 5.49vw;
  right: -11.11vw;
}
@media screen and (max-width: 390px) {
  .swiper02-button-next {
    height: 16.92vw;
    width: 16.92vw;
  }
}
@media screen and (max-width: 390px) {
  .swiper02-button-next {
    right: 0;
    transform: translateY(44vw);
  }
}
.swiper02-button-next::after {
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 2.7vw;
  margin: auto;
  position: absolute;
  width: 2.43vw;
  background-image: url("../img/slide/arrow-next.svg");
}
@media screen and (max-width: 390px) {
  .swiper02-button-next::after {
    height: 7.71vw;
    width: 6.92vw;
  }
}

.swiper03-button-prev {
  background-color: #E34D4B;
  border-radius: 50%;
  height: 5.49vw;
  position: absolute;
  width: 5.49vw;
  left: -11.11vw;
}
@media screen and (max-width: 390px) {
  .swiper03-button-prev {
    height: 16.92vw;
    width: 16.92vw;
  }
}
@media screen and (max-width: 390px) {
  .swiper03-button-prev {
    left: 0;
    transform: translateY(44vw);
  }
}
.swiper03-button-prev::after {
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 2.7vw;
  margin: auto;
  position: absolute;
  width: 2.43vw;
  background-image: url("../img/slide/arrow-prev.svg");
}
@media screen and (max-width: 390px) {
  .swiper03-button-prev::after {
    height: 7.71vw;
    width: 6.92vw;
  }
}
.swiper03-button-next {
  background-color: #E34D4B;
  border-radius: 50%;
  height: 5.49vw;
  position: absolute;
  width: 5.49vw;
  right: -11.11vw;
}
@media screen and (max-width: 390px) {
  .swiper03-button-next {
    height: 16.92vw;
    width: 16.92vw;
  }
}
@media screen and (max-width: 390px) {
  .swiper03-button-next {
    right: 0;
    transform: translateY(44vw);
  }
}
.swiper03-button-next::after {
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 2.7vw;
  margin: auto;
  position: absolute;
  width: 2.43vw;
  background-image: url("../img/slide/arrow-next.svg");
}
@media screen and (max-width: 390px) {
  .swiper03-button-next::after {
    height: 7.71vw;
    width: 6.92vw;
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  position: absolute;
  bottom: -2.92vw;
}
@media screen and (max-width: 390px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-horizontal.swiper-pagination-bullets {
    bottom: -8.5vw;
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2.78vw;
}
@media screen and (max-width: 390px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2.11vw;
  }
}

.swiper-pagination-bullet {
  background-color: #E34D4B;
  height: 1.11vw;
  width: 1.11vw;
}
@media screen and (max-width: 390px) {
  .swiper-pagination-bullet {
    height: 2.077vw;
    width: 2.077vw;
  }
}

.description__go-to-form {
  background-image: url("../img/bg/bg-button.png");
  background-repeat: repeat;
  background-size: 100%;
  height: 15.9vw;
  position: relative;
}
.description__go-to-form-button {
  background-color: #E34D4B;
  color: white;
  font-size: 1.67vw;
  font-weight: bold;
  height: 4.79vw;
  left: 34.38vw;
  line-height: 4.79vw;
  position: absolute;
  text-align: center;
  top: 2.78vw;
  transform: translateX(-50%);
  width: 15.28vw;
}
@media screen and (max-width: 390px) {
  .description__go-to-form {
    background-image: url("../img/bg/sp-bg.png");
    height: 62.56vw;
  }
  .description__go-to-form-button {
    font-size: 6.15vw;
    height: 17.69vw;
    top: 14.615vw;
    left: 50%;
    line-height: 17.69vw;
    width: 56.41vw;
  }
}

body.entry .entry-form {
  color: #1a1a1a;
  font-size: 1.38vw;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form {
    font-size: 5.12vw;
  }
}
body.entry .entry-form__message {
  align-items: center;
  color: #E34D4B;
  display: flex;
  height: 9.86vw;
  justify-content: center;
  margin: 0 15%;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__message {
    height: 32.31vw;
    margin: 0 5%;
  }
}
body.entry .entry-form__form {
  margin-bottom: 11.39vw;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form {
    margin-bottom: 30.25vw;
  }
}
body.entry .entry-form__form input[type=text],
body.entry .entry-form__form input[type=email],
body.entry .entry-form__form input[type=tel] {
  background-color: #fffbf3;
  border: 1px solid #E34D4B;
  height: 3.06vw;
  padding: 0.55vw;
  width: 100%;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form input[type=text],
  body.entry .entry-form__form input[type=email],
  body.entry .entry-form__form input[type=tel] {
    height: 11.28vw;
    padding: 2.25vw;
  }
}
body.entry .entry-form__form input[type=text]:focus,
body.entry .entry-form__form input[type=email]:focus,
body.entry .entry-form__form input[type=tel]:focus {
  outline-color: #E34D4B;
}
body.entry .entry-form__form input[type=text][class=optional],
body.entry .entry-form__form input[type=email][class=optional],
body.entry .entry-form__form input[type=tel][class=optional] {
  background-color: #f7f7f7;
  border: 1px solid #444444;
}
body.entry .entry-form__form input[type=text][class=optional]:focus,
body.entry .entry-form__form input[type=email][class=optional]:focus,
body.entry .entry-form__form input[type=tel][class=optional]:focus {
  outline-color: #444444;
}
body.entry .entry-form__form input[type=text]::placeholder,
body.entry .entry-form__form input[type=email]::placeholder,
body.entry .entry-form__form input[type=tel]::placeholder {
  color: #cccccc;
}
body.entry .entry-form__form input[type=radio] {
  border: 1px solid #E34D4B;
  border-radius: 50%;
  height: 1.25vw;
  position: relative;
  vertical-align: -0.125vw;
  width: 1.25vw;
  margin-right: 1.11vw;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form input[type=radio] {
    height: 4.61vw;
    vertical-align: -0.5vw;
    width: 4.61vw;
    margin-right: 4.1vw;
  }
}
body.entry .entry-form__form input[type=radio]:focus {
  outline-color: #E34D4B;
}
body.entry .entry-form__form input[type=radio]:checked:before {
  background: #E34D4B;
  border-radius: 50%;
  content: "";
  height: 0.8vw;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.8vw;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form input[type=radio]:checked:before {
    height: 3vw;
    width: 3vw;
  }
}
body.entry .entry-form__form .select-wrapper {
  position: relative;
  width: 8.125vw;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form .select-wrapper {
    width: 30vw;
  }
}
body.entry .entry-form__form .select-wrapper select {
  background-color: #fffbf3;
  border: 1px solid #E34D4B;
  height: 3.06vw;
  padding: 0.55vw 1.11vw;
  width: 100%;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form .select-wrapper select {
    height: 11.3vw;
    padding: 2.05vw 4.1vw;
  }
}
body.entry .entry-form__form .select-wrapper select:focus {
  outline-color: #E34D4B;
}
body.entry .entry-form__form .select-wrapper::after {
  border-right: 0.21vw solid #E34D4B;
  border-bottom: 0.21vw solid #E34D4B;
  content: "";
  height: 1.11vw;
  pointer-events: none;
  position: absolute;
  right: 0.97vw;
  top: 0.8vw;
  transform: rotate(45deg);
  width: 1.11vw;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form .select-wrapper::after {
    border-right-width: 0.9vw;
    border-bottom-width: 0.9vw;
    height: 4.1vw;
    right: 3.58vw;
    top: 2.95vw;
    width: 4.1vw;
  }
}
body.entry .entry-form__form-list {
  display: flex;
  flex-direction: column;
  gap: 4.17vw 0;
  margin-left: 16.18vw;
  margin-right: 22.63vw;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form-list {
    gap: 9.23vw 0;
    margin: 0 6.15vw;
  }
}
body.entry .entry-form__form-title {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form-title {
    gap: 0 4.1vw;
    margin-right: auto;
  }
}
body.entry .entry-form__form-title-name {
  color: #E34D4B;
  font-weight: bold;
  width: 12.5vw;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form-title-name {
    width: auto;
  }
}
body.entry .entry-form__form-title-ro {
  width: 8.33vw;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form-title-ro {
    width: auto;
  }
}
body.entry .entry-form__form-title-ro-required {
  border-radius: 1.1vw;
  display: inline-block;
  font-weight: bold;
  height: 3.03vw;
  line-height: 3.03vw;
  text-align: center;
  width: 5.56vw;
  color: white;
  background-color: #E34D4B;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form-title-ro-required {
    border-radius: 3.5vw;
    font-size: 0.9em;
    height: 8.5vw;
    line-height: 8.5vw;
    width: 18vw;
  }
}
body.entry .entry-form__form-title-ro-optional {
  border-radius: 1.1vw;
  display: inline-block;
  font-weight: bold;
  height: 3.03vw;
  line-height: 3.03vw;
  text-align: center;
  width: 5.56vw;
  color: #646464;
  background-color: #E8E8E7;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form-title-ro-optional {
    border-radius: 3.5vw;
    font-size: 0.9em;
    height: 8.5vw;
    line-height: 8.5vw;
    width: 18vw;
  }
}
body.entry .entry-form__form-field {
  flex-grow: 1;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form-field {
    width: 100%;
  }
}
body.entry .entry-form__form-career {
  display: flex;
  align-items: center;
  align-items: start;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form-career {
    flex-direction: column;
    gap: 2.56vw 0;
  }
}
body.entry .entry-form__form-career .entry-form__form-field {
  display: flex;
  padding-top: 0.8vw;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form-career .entry-form__form-field {
    flex-wrap: wrap;
    padding-top: 0;
  }
}
body.entry .entry-form__form-career .entry-form__form-field-item {
  width: 100%;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form-career .entry-form__form-field-item {
    width: 50%;
  }
}
body.entry .entry-form__form-occupation {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form-occupation {
    flex-direction: column;
    gap: 2.56vw 0;
  }
}
body.entry .entry-form__form-occupation .entry-form__form-field {
  display: flex;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form-occupation .entry-form__form-field {
    flex-wrap: wrap;
    gap: 4.1vw 0;
  }
}
body.entry .entry-form__form-occupation .entry-form__form-field-item {
  width: 100%;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form-occupation .entry-form__form-field-item {
    width: 50%;
  }
}
body.entry .entry-form__form-name {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form-name {
    flex-direction: column;
    gap: 2.56vw 0;
  }
}
body.entry .entry-form__form-furigana {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form-furigana {
    flex-direction: column;
    gap: 2.56vw 0;
  }
}
body.entry .entry-form__form-birth {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form-birth {
    flex-direction: column;
    gap: 2.56vw 0;
  }
}
body.entry .entry-form__form-birth .entry-form__form-field {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form-birth .entry-form__form-field {
    flex-wrap: wrap;
    gap: 4.1vw 0;
  }
}
body.entry .entry-form__form-birth .entry-form__form-field-item {
  align-items: center;
  display: flex;
  gap: 0 0.69vw;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form-birth .entry-form__form-field-item {
    gap: 0 2.56vw;
  }
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form-birth .entry-form__form-field-item--year {
    width: 100%;
  }
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form-birth .entry-form__form-field-item--month, body.entry .entry-form__form-birth .entry-form__form-field-item--day {
    width: 50%;
  }
}
body.entry .entry-form__form-gender {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form-gender {
    flex-direction: column;
    gap: 2.56vw 0;
  }
}
body.entry .entry-form__form-gender .entry-form__form-field {
  display: flex;
}
body.entry .entry-form__form-gender .entry-form__form-field-item {
  width: 25%;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form-gender .entry-form__form-field-item {
    width: 50%;
  }
}
body.entry .entry-form__form-address1 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form-address1 {
    flex-direction: column;
    gap: 2.56vw 0;
  }
}
body.entry .entry-form__form-address2 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form-address2 {
    flex-direction: column;
    gap: 2.56vw 0;
  }
}
body.entry .entry-form__form-address3 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form-address3 {
    flex-direction: column;
    gap: 2.56vw 0;
  }
}
body.entry .entry-form__form-tel {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form-tel {
    flex-direction: column;
    gap: 2.56vw 0;
  }
}
body.entry .entry-form__form-email {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form-email {
    flex-direction: column;
    gap: 2.56vw 0;
  }
}
body.entry .entry-form__form-submit {
  margin-top: 6.6vw;
  text-align: center;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form-submit {
    margin-top: 20.51vw;
  }
}
body.entry .entry-form__form-submit-button {
  background-color: #E34D4B;
  color: white;
  display: inline-block;
  font-size: 2.77vw;
  font-weight: bold;
  height: 5.625vw;
  position: relative;
  transition: 0.3s;
  width: 31.25vw;
}
body.entry .entry-form__form-submit-button:focus {
  outline-color: #E34D4B;
}
body.entry .entry-form__form-submit-button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form-submit-button {
    font-size: 8.2vw;
    height: 20.77vw;
    width: 75.38vw;
  }
}
body.entry .entry-form__form-submit-button::before, body.entry .entry-form__form-submit-button::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.104vw);
  right: 0;
  width: 1.42vw;
  height: 0.21vw;
  border-radius: 9999px;
  background-color: white;
  transform-origin: calc(100% - 0.104vw) 50%;
  right: 3.5vw;
}
@media screen and (max-width: 390px) {
  body.entry .entry-form__form-submit-button::before, body.entry .entry-form__form-submit-button::after {
    width: 5.26vw;
    height: 0.77vw;
    right: 5.75vw;
    top: calc(50% - 0.384vw);
    transform-origin: calc(100% - 0.384vw) 50%;
  }
}
body.entry .entry-form__form-submit-button::before {
  transform: rotate(66.35deg);
}
body.entry .entry-form__form-submit-button::after {
  transform: rotate(-66.35deg);
}

/*# sourceMappingURL=style.css.map */
