@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans Japanese", Meiryo, sans-serif;
}
body .display-pc {
  display: block;
}
body .display-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  body .display-pc {
    display: none;
  }
  body .display-sp {
    display: block;
  }
}

.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: 600px) {
  .page-wrapper .display-pc {
    display: none;
  }
  .page-wrapper .display-sp {
    display: block;
  }
}

.welfare .welfare-slider {
  position: relative;
}
.welfare .welfare-slider-container {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  overflow: hidden;
}
.welfare .welfare-slider-slide {
  transition-timing-function: linear;
}
.welfare .welfare-slider-slide-item img {
  width: 20.833vw;
  object-fit: cover;
}
.welfare .welfare-sp-slider-container {
  height: 128.2vw;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 8vw;
  width: 100%;
}
.welfare .welfare-sp-slider-container .swiper-button-prev {
  height: 11.282vw;
  transform: translateY(48vw);
  width: 30.256vw;
}
.welfare .welfare-sp-slider-container .swiper-button-prev::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  width: 100%;
  background-image: url("../img/slide/arrow-prev-welfare.svg");
  transform: translateX(7.5vw);
}
.welfare .welfare-sp-slider-container .swiper-button-next {
  height: 11.282vw;
  transform: translateY(48vw);
  width: 30.256vw;
}
.welfare .welfare-sp-slider-container .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  width: 100%;
  background-image: url("../img/slide/arrow-next-welfare.svg");
  transform: translateX(-7.5vw);
}
.welfare .welfare-sp-slider-slide {
  transition-timing-function: linear;
}
.welfare .welfare-sp-slider-slide-item img {
  width: 76.923vw;
  margin: auto;
  object-fit: cover;
}

.header-top {
  position: fixed;
  width: 100%;
  z-index: 100;
}
.header-top-logo {
  position: absolute;
  top: 1vw;
  left: 1vw;
  width: 6.597vw;
}
@media screen and (max-width: 600px) {
  .header-top-logo {
    width: 15vw;
  }
}
.header-top-logo img {
  width: 100%;
}
.header-top-entry-button {
  position: absolute;
  top: 0;
  right: 8.333vw;
  width: 23.055vw;
}
@media screen and (max-width: 600px) {
  .header-top-entry-button {
    display: none;
  }
}
.header-top-entry-button img {
  width: 100%;
}
.header-top .header-nav .nav-icon {
  background-color: #8f986b;
  height: 5.65vw;
  width: 5.65vw;
  cursor: pointer;
  position: absolute;
  z-index: 1001;
  border: solid 1px #000000;
  right: 0;
  top: 0;
}
@media screen and (max-width: 600px) {
  .header-top .header-nav .nav-icon {
    width: min(20.512vw, 80px);
    height: min(20.512vw, 80px);
  }
}
.header-top .header-nav .nav-icon span {
  background-color: white;
  height: 2px;
  position: absolute;
  transition: all 0.3s;
  width: 75%;
  left: 12.5%;
}
.header-top .header-nav .nav-icon span:nth-of-type(1) {
  top: 40%;
}
.header-top .header-nav .nav-icon span:nth-of-type(2) {
  top: 50%;
}
.header-top .header-nav .nav-icon span:nth-of-type(3) {
  top: 60%;
  width: 37.5%;
}
.header-top .header-nav .nav-icon.open {
  background-color: white;
}
.header-top .header-nav .nav-icon.open span {
  background-color: black;
}
.header-top .header-nav .nav-icon.open span:nth-of-type(1) {
  /*openのとき、上の線を右斜めにする*/
  top: 50%;
  transform: translateY(0) rotate(-45deg);
}
.header-top .header-nav .nav-icon.open span:nth-of-type(2) {
  /*下の線を左斜めにする*/
  top: 50%;
  transform: translateY(0) rotate(45deg);
}
.header-top .header-nav .nav-icon.open span:nth-of-type(3) {
  /*一番下の線を消す*/
  opacity: 0;
}
.header-top .header-nav-menu {
  position: absolute;
  width: 44.444vw;
  z-index: 1000;
  right: -50vw;
  display: none;
  visibility: hidden;
  max-height: 100vh;
  overflow-y: auto;
}
@media screen and (max-width: 600px) {
  .header-top .header-nav-menu {
    width: 100%;
    right: -100%;
  }
}
.header-top .header-nav-menu img {
  width: 100%;
  right: 0;
}
.header-top .header-nav-menu.open {
  display: block;
  visibility: visible;
  right: 0;
}
.header-top .header-nav-menu .display-sp .header-sp-nav-logo {
  position: absolute;
  top: 1vw;
  left: 5vw;
  width: 26vw;
}
.header-top .header-nav-menu .display-sp .header-sp-nav-logo img {
  width: 100%;
}
.header-top .header-nav .nav-black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
}
.header-top .header-nav .nav-black-bg.open {
  opacity: 0.3;
  visibility: visible;
}

.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: #94bb1e;
  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: 600px) {
  .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.manufacturing .interview .display-pc .interview-detail {
  position: relative;
}
body.manufacturing .interview .display-pc .interview-detail-content {
  position: absolute;
  top: 7.2vw;
  left: 0;
  width: 100%;
  object-fit: cover;
}
body.manufacturing .interview .display-sp .interview-sp-list {
  position: relative;
}
body.manufacturing .interview .display-sp .interview-sp-list .interview-sp-slider-container {
  left: 0;
  position: absolute;
  top: 10vw;
  width: 100%;
}
body.manufacturing .interview .display-sp .interview-sp-list .interview-sp-slider-container .interview-sp-slider-data-slide img {
  margin: 0 auto;
  width: 74vw;
}
body.manufacturing .interview .display-sp .interview-sp-list .interview-sp-slider-container .interview-sp-slider .swiper-button-prev {
  height: 16.923vw;
  transform: translateY(-20vw);
  width: 4.102vw;
}
body.manufacturing .interview .display-sp .interview-sp-list .interview-sp-slider-container .interview-sp-slider .swiper-button-prev::after {
  background-repeat: no-repeat;
  background-size: contain;
  color: #94bb1e;
  content: "";
  height: 100%;
  width: 100%;
  background-image: url("../img/parts/arrow-pref-interview.svg");
  transform: translateX(2vw);
}
body.manufacturing .interview .display-sp .interview-sp-list .interview-sp-slider-container .interview-sp-slider .swiper-button-next {
  height: 16.923vw;
  transform: translateY(-20vw);
  width: 4.102vw;
}
body.manufacturing .interview .display-sp .interview-sp-list .interview-sp-slider-container .interview-sp-slider .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  color: #94bb1e;
  content: "";
  height: 100%;
  width: 100%;
  background-image: url("../img/parts/arrow-next-interview.svg");
  transform: translateX(-2vw);
}
body.manufacturing .interview .display-sp .interview-sp-list .interview-sp-slider-container .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
body.manufacturing .interview .display-sp .interview-sp-list .interview-sp-slider-container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4vw;
}
body.manufacturing .interview .display-sp .interview-sp-list .interview-sp-slider-container .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -13vw;
}
body.manufacturing .interview .display-sp .interview-sp-list .interview-sp-slider-container .swiper-pagination-bullet {
  background-color: #94bb1e;
  height: 3.076vw;
  width: 3.076vw;
}
body.manufacturing .interview .display-sp .interview-sp-detail {
  position: relative;
}
body.manufacturing .interview .display-sp .interview-sp-detail-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  display: none;
}
body.manufacturing .interview .display-sp .interview-sp-detail-content.active {
  display: block;
}
body.manufacturing .interview .display-sp .interview-sp-detail-content img {
  margin: 0 auto;
  width: 75vw;
}
body.manufacturing .workplace .display-sp .workplace-sp-detail {
  position: relative;
}
body.manufacturing .workplace .display-sp .workplace-sp-detail-content {
  position: absolute;
  top: 5vw;
  left: 0;
  width: 100%;
  object-fit: cover;
  display: none;
}
body.manufacturing .workplace .display-sp .workplace-sp-detail-content.active {
  display: block;
}
body.manufacturing .workplace .display-sp .workplace-sp-detail-content img {
  margin: 0 auto;
  width: 75vw;
}
body.manufacturing .workplace .display-sp .workplace-sp-detail-button {
  position: absolute;
  bottom: 18vw;
  left: 0;
  width: 100%;
  display: flex;
  gap: 0 6vw;
  justify-content: center;
}
body.manufacturing .workplace .display-sp .workplace-sp-detail-button-item {
  background-color: #d9d9d9;
  border-radius: 50%;
  color: #000000;
  font-size: 5.12vw;
  font-weight: bold;
  height: 17.948vw;
  line-height: 17.948vw;
  text-align: center;
  width: 17.948vw;
}
body.manufacturing .workplace .display-sp .workplace-sp-detail-button-item.active {
  background-color: #94bb1e;
  color: white;
}

body.salesperson .workplace-detail-01 {
  position: relative;
}
body.salesperson .workplace-detail-01-slide {
  position: absolute;
  right: 15.347vw;
  top: 0;
  width: 28.472vw;
}
body.salesperson .workplace-detail-01-slide .swiper-slide {
  width: 100%;
}
body.salesperson .workplace-detail-01-slide .swiper-slide img {
  height: auto;
  width: 80.73%;
  margin: 0 auto;
}
body.salesperson .workplace-detail-01-slide .swiper-button-prev {
  height: 4.583vw;
  width: 1.111vw;
}
body.salesperson .workplace-detail-01-slide .swiper-button-prev::after {
  background-repeat: no-repeat;
  background-size: contain;
  color: #94bb1e;
  content: "";
  height: 100%;
  width: 100%;
  background-image: url("../img/parts/arrow-pref.svg");
}
body.salesperson .workplace-detail-01-slide .swiper-button-next {
  height: 4.583vw;
  width: 1.111vw;
}
body.salesperson .workplace-detail-01-slide .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  color: #94bb1e;
  content: "";
  height: 100%;
  width: 100%;
  background-image: url("../img/parts/arrow-next.svg");
}
body.salesperson .workplace-detail-01-slide .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -3.2vw;
}
body.salesperson .workplace-detail-01-slide .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
body.salesperson .workplace-detail-01-slide .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.97vw;
}
body.salesperson .workplace-detail-01-slide .swiper-pagination-bullet {
  background-color: #94bb1e;
  height: 0.833vw;
  width: 0.833vw;
}
body.salesperson .workplace-sp-detail {
  position: relative;
}
body.salesperson .workplace-sp-detail-content {
  position: absolute;
  top: 5vw;
  left: 0;
  width: 100%;
  object-fit: cover;
  display: none;
}
body.salesperson .workplace-sp-detail-content.active {
  display: block;
}
body.salesperson .workplace-sp-detail-content img {
  margin: 0 auto;
  width: 75vw;
}
body.salesperson .workplace-sp-detail-button {
  bottom: 12vw;
  left: 0;
  position: absolute;
  width: 100%;
  display: flex;
  gap: 0 4vw;
  justify-content: center;
}
body.salesperson .workplace-sp-detail-button-item {
  background-color: #d9d9d9;
  border-radius: 50%;
  color: #000000;
  font-size: 5.12vw;
  font-weight: bold;
  height: 17.948vw;
  line-height: 17.948vw;
  text-align: center;
  width: 17.948vw;
}
body.salesperson .workplace-sp-detail-button-item.active {
  background-color: #94bb1e;
  color: white;
}
body.salesperson .welfare-sp-slider-container {
  top: 0;
}

body.engineer {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
body.engineer .page-wrapper .engineer-tab-panel {
  display: none;
  position: relative;
}
body.engineer .page-wrapper .engineer-tab-panel.active {
  display: block;
}
body.engineer .position {
  position: relative;
}
body.engineer .position__tab-button {
  position: absolute;
  top: 34vw;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  body.engineer .position__tab-button {
    top: 48vw;
  }
}
body.engineer .position-slider {
  position: relative;
}
body.engineer .position-slider-container {
  bottom: 6vw;
  left: 0;
  position: absolute;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
body.engineer .position-slider-wrapper {
  position: relative;
  bottom: 12vw;
}
body.engineer .position-slider-wrapper .swiper-button-prev {
  height: 3.194vw;
  width: 7.986vw;
  position: absolute;
  bottom: 20vw;
  left: 65vw;
}
body.engineer .position-slider-wrapper .swiper-button-prev::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  width: 100%;
  background-image: url("../img/engineer/parts/arrow-prev-position-engineer.svg");
}
body.engineer .position-slider-wrapper .swiper-button-next {
  height: 3.194vw;
  width: 7.986vw;
  position: absolute;
  bottom: 20vw;
  right: 10vw;
}
body.engineer .position-slider-wrapper .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  width: 100%;
  background-image: url("../img/engineer/parts/arrow-next-position-engineer.svg");
}
body.engineer .position-slider-wrapper .swiper-button-next::before {
  content: "";
  background-color: #8f986b;
  width: 1px;
  height: 4.236vw;
  right: 11.8vw;
  position: absolute;
}
body.engineer .position-slider-slide {
  transition-timing-function: linear;
}
body.engineer .position-slider-slide-item img {
  width: 20.833vw;
  object-fit: cover;
}
body.engineer .position-sp-slider-container {
  height: 128.2vw;
  left: 0;
  overflow: hidden;
  position: absolute;
  bottom: 23vw;
  width: 100%;
}
body.engineer .position-sp-slider-container .swiper-button-prev {
  height: 11.282vw;
  transform: translateY(58vw);
  width: 30.256vw;
}
body.engineer .position-sp-slider-container .swiper-button-prev::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  width: 100%;
  background-image: url("../img/engineer/parts/arrow-prev-welfare-engineer.svg");
  transform: translateX(7.5vw);
}
body.engineer .position-sp-slider-container .swiper-button-next {
  height: 11.282vw;
  transform: translateY(58vw);
  width: 30.256vw;
}
body.engineer .position-sp-slider-container .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  width: 100%;
  background-image: url("../img/engineer/parts/arrow-next-welfare-engineer.svg");
  transform: translateX(-7.5vw);
}
body.engineer .position-sp-slider-slide {
  transition-timing-function: linear;
}
body.engineer .position-sp-slider-slide-item img {
  width: 76.923vw;
  margin: auto;
  object-fit: cover;
}
body.engineer .workplace-detail-01 {
  position: relative;
}
body.engineer .workplace-detail-01-slide {
  position: absolute;
  right: 15.347vw;
  top: 0;
  width: 28.472vw;
}
body.engineer .workplace-detail-01-slide .swiper-slide {
  width: 100%;
}
body.engineer .workplace-detail-01-slide .swiper-slide img {
  height: auto;
  width: 80.73%;
  margin: 0 auto;
}
body.engineer .workplace-detail-01-slide .swiper-button-prev {
  height: 4.583vw;
  width: 1.111vw;
}
body.engineer .workplace-detail-01-slide .swiper-button-prev::after {
  background-repeat: no-repeat;
  background-size: contain;
  color: #94bb1e;
  content: "";
  height: 100%;
  width: 100%;
  background-image: url("../img/parts/arrow-pref.svg");
}
body.engineer .workplace-detail-01-slide .swiper-button-next {
  height: 4.583vw;
  width: 1.111vw;
}
body.engineer .workplace-detail-01-slide .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  color: #94bb1e;
  content: "";
  height: 100%;
  width: 100%;
  background-image: url("../img/parts/arrow-next.svg");
}
body.engineer .workplace-detail-01-slide .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -3.2vw;
}
body.engineer .workplace-detail-01-slide .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
body.engineer .workplace-detail-01-slide .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.97vw;
}
body.engineer .workplace-detail-01-slide .swiper-pagination-bullet {
  background-color: #94bb1e;
  height: 0.833vw;
  width: 0.833vw;
}
body.engineer .workplace-sp-detail {
  position: relative;
}
body.engineer .workplace-sp-detail-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  display: none;
}
body.engineer .workplace-sp-detail-content.active {
  display: block;
}
body.engineer .workplace-sp-detail-content img {
  margin: 0 auto;
  width: 75vw;
}
body.engineer .workplace-sp-detail-button {
  bottom: 30vw;
  left: 0;
  position: absolute;
  width: 100%;
  display: flex;
  gap: 0 4vw;
  justify-content: center;
}
body.engineer .workplace-sp-detail-button-item {
  background-color: #d9d9d9;
  border-radius: 50%;
  color: #000000;
  font-size: 5.12vw;
  font-weight: bold;
  height: 17.948vw;
  line-height: 17.948vw;
  text-align: center;
  width: 17.948vw;
}
body.engineer .workplace-sp-detail-button-item.active {
  background-color: #94bb1e;
  color: white;
}
body.engineer .welfare-slider-container {
  top: 54vw;
}
body.engineer .welfare-sp-slider-container {
  top: 58vw;
}
body.engineer .welfare-sp-slider-container .swiper-button-prev::after {
  background-image: url("../img/engineer/parts/arrow-prev-welfare-engineer.svg");
}
body.engineer .welfare-sp-slider-container .swiper-button-next::after {
  background-image: url("../img/engineer/parts/arrow-next-welfare-engineer.svg");
}
body.engineer .recruit {
  position: relative;
}
body.engineer .recruit__tab-button {
  position: absolute;
  top: 40vw;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  body.engineer .recruit__tab-button {
    top: 93vw;
  }
}
body.engineer .recruit__entry-button {
  position: absolute;
  left: 50%;
  bottom: 8.333vw;
  transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
  body.engineer .recruit__entry-button {
    bottom: 35vw;
  }
}
body.engineer .recruit__entry-button a {
  display: block;
  background-color: #8f986b;
  color: white;
  width: 23.055vw;
  height: 5.694vw;
  font-size: 2.222vw;
  font-weight: bold;
  line-height: 6vw;
  text-align: center;
}
body.engineer .recruit__entry-button a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  body.engineer .recruit__entry-button a {
    width: 54.615vw;
    height: 16.666vw;
    font-size: 6.153vw;
    line-height: 16.666vw;
  }
}
body.engineer .engineer__tab-button-area {
  display: flex;
  gap: 0 3.541vw;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  body.engineer .engineer__tab-button-area {
    flex-wrap: wrap;
    gap: 3.076vw 3vw;
  }
}
body.engineer .engineer__tab-button-area .engineer-tab-button {
  background-color: rgba(143, 152, 107, 0.6);
  color: #1e1e1e;
  border-radius: 1.666vw;
  height: 4.166vw;
  font-size: 1.111vw;
  font-weight: 600;
  text-align: center;
  display: grid;
  place-items: center;
  padding: 0 2vw;
}
@media screen and (max-width: 600px) {
  body.engineer .engineer__tab-button-area .engineer-tab-button {
    width: 42.051vw;
    height: 15.384vw;
    font-size: 4.102vw;
    border-radius: 6.153vw;
  }
}
body.engineer .engineer__tab-button-area .engineer-tab-button.active {
  background-color: rgba(58, 58, 58, 0.8);
  color: white;
  font-weight: bold;
}
body.engineer .engineer__tab-button-area .engineer-tab-button br.sp-only {
  display: none;
}
@media screen and (max-width: 600px) {
  body.engineer .engineer__tab-button-area .engineer-tab-button br.sp-only {
    display: inline;
  }
}

body.entry {
  background-image: url("../img/entry/entry-bg.png");
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
body.entry .entry-form {
  color: #3A3A3A;
  font-size: 1.38vw;
}
@media screen and (max-width: 600px) {
  body.entry .entry-form {
    font-size: 5.12vw;
  }
}
body.entry .entry-form__form {
  margin-top: 8.33vw;
  margin-bottom: 11.39vw;
}
@media screen and (max-width: 600px) {
  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: #fdfdfd;
  border: 2px solid #94bb1e;
  border-radius: 4px;
  height: 3.06vw;
  padding: 0.55vw;
  width: 100%;
}
@media screen and (max-width: 600px) {
  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: #94bb1e;
}
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] {
  background-color: white;
  border: 2px solid #94bb1e;
  border-radius: 50%;
  height: 1.25vw;
  position: relative;
  vertical-align: -0.125vw;
  width: 1.25vw;
  margin-right: 1.11vw;
}
@media screen and (max-width: 600px) {
  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: #94bb1e;
}
body.entry .entry-form__form input[type=radio]:checked:before {
  background: #94bb1e;
  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: 600px) {
  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: 600px) {
  body.entry .entry-form__form .select-wrapper {
    width: 30vw;
  }
}
body.entry .entry-form__form .select-wrapper select {
  background-color: #fdfdfd;
  border: 2px solid #94bb1e;
  border-radius: 4px;
  height: 3.06vw;
  padding: 0.55vw 1.11vw;
  width: 100%;
}
@media screen and (max-width: 600px) {
  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: #94bb1e;
}
body.entry .entry-form__form .select-wrapper::after {
  border-right: 0.21vw solid #94bb1e;
  border-bottom: 0.21vw solid #94bb1e;
  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: 600px) {
  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 textarea {
  background-color: white;
  border: 2px solid #94bb1e;
  border-radius: 4px;
  height: 15.416vw;
  line-height: 1.5;
  padding: 0.55vw;
  width: 100%;
}
body.entry .entry-form__form textarea::placeholder {
  color: #cccccc;
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form textarea {
    height: 56.923vw;
    padding: 2.25vw;
  }
}
body.entry .entry-form__form input[type=checkbox] {
  background-color: white;
  border: 1px solid #333333;
  height: 1em;
  position: relative;
  vertical-align: -0.15em;
  width: 1em;
}
body.entry .entry-form__form input[type=checkbox]:checked:before {
  border-bottom: 0.2em solid #333333;
  border-right: 0.2em solid #333333;
  content: "";
  height: 1em;
  left: 0.25em;
  position: absolute;
  top: -0.25em;
  transform: rotate(50deg);
  width: 0.5em;
}
body.entry .entry-form__form-list {
  display: flex;
  flex-direction: column;
  gap: 4.17vw 0;
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-list {
    gap: 12.307vw 0;
  }
}
body.entry .entry-form__form-title {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-title {
    gap: 0 4.1vw;
    margin-right: auto;
  }
}
body.entry .entry-form__form-title-name {
  color: #8f986b;
  font-weight: bold;
  width: 12.5vw;
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-title-name {
    width: auto;
  }
}
body.entry .entry-form__form-title-ro {
  width: 8.33vw;
}
@media screen and (max-width: 600px) {
  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: rgba(58, 58, 58, 0.8);
}
@media screen and (max-width: 600px) {
  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: 600px) {
  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: 600px) {
  body.entry .entry-form__form-field {
    width: 100%;
  }
}
body.entry .entry-form__form-occupation {
  display: flex;
  align-items: center;
  margin-left: 19.444vw;
  margin-right: 19.444vw;
  align-items: start;
  margin-right: 10vw;
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-occupation {
    flex-direction: column;
    gap: 4vw 0;
    margin-left: 6.153vw;
    margin-right: 6.153vw;
  }
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-occupation {
    margin-right: 6.153vw;
  }
}
body.entry .entry-form__form-occupation .entry-form__form-field {
  display: flex;
  flex-direction: column;
  gap: 7.15vw 0;
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-occupation .entry-form__form-field {
    flex-wrap: wrap;
    gap: 8.205vw 0;
  }
}
body.entry .entry-form__form-occupation .entry-form__form-field-genre-title {
  border-bottom: 1px solid #94bb1e;
  padding-bottom: 1.597vw;
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-occupation .entry-form__form-field-genre-title {
    padding-bottom: 3.076vw;
  }
}
body.entry .entry-form__form-occupation .entry-form__form-field-list {
  padding-top: 2vw;
  width: 47vw;
  display: flex;
  flex-wrap: wrap;
  gap: 3.055vw 0;
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-occupation .entry-form__form-field-list {
    padding-top: 3.076vw;
    width: 100%;
  }
}
body.entry .entry-form__form-occupation .entry-form__form-field-list-item {
  width: 50%;
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-occupation .entry-form__form-field-list-item {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-occupation .entry-form__form-field-list-item input {
    margin-right: 1.25vw;
  }
}
body.entry .entry-form__form-name {
  display: flex;
  align-items: center;
  margin-left: 19.444vw;
  margin-right: 19.444vw;
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-name {
    flex-direction: column;
    gap: 4vw 0;
    margin-left: 6.153vw;
    margin-right: 6.153vw;
  }
}
body.entry .entry-form__form-furigana {
  display: flex;
  align-items: center;
  margin-left: 19.444vw;
  margin-right: 19.444vw;
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-furigana {
    flex-direction: column;
    gap: 4vw 0;
    margin-left: 6.153vw;
    margin-right: 6.153vw;
  }
}
body.entry .entry-form__form-birth {
  display: flex;
  align-items: center;
  margin-left: 19.444vw;
  margin-right: 19.444vw;
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-birth {
    flex-direction: column;
    gap: 4vw 0;
    margin-left: 6.153vw;
    margin-right: 6.153vw;
  }
}
body.entry .entry-form__form-birth .entry-form__form-field {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  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: 600px) {
  body.entry .entry-form__form-birth .entry-form__form-field-item {
    gap: 0 2.56vw;
  }
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-birth .entry-form__form-field-item--year {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  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;
  margin-left: 19.444vw;
  margin-right: 19.444vw;
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-gender {
    flex-direction: column;
    gap: 4vw 0;
    margin-left: 6.153vw;
    margin-right: 6.153vw;
  }
}
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: 600px) {
  body.entry .entry-form__form-gender .entry-form__form-field-item {
    width: 50%;
  }
}
body.entry .entry-form__form-address {
  display: flex;
  align-items: center;
  margin-left: 19.444vw;
  margin-right: 19.444vw;
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-address {
    flex-direction: column;
    gap: 4vw 0;
    margin-left: 6.153vw;
    margin-right: 6.153vw;
  }
}
body.entry .entry-form__form-tel {
  display: flex;
  align-items: center;
  margin-left: 19.444vw;
  margin-right: 19.444vw;
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-tel {
    flex-direction: column;
    gap: 4vw 0;
    margin-left: 6.153vw;
    margin-right: 6.153vw;
  }
}
body.entry .entry-form__form-email {
  display: flex;
  align-items: center;
  margin-left: 19.444vw;
  margin-right: 19.444vw;
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-email {
    flex-direction: column;
    gap: 4vw 0;
    margin-left: 6.153vw;
    margin-right: 6.153vw;
  }
}
body.entry .entry-form__form-reason {
  display: flex;
  align-items: center;
  margin-left: 19.444vw;
  margin-right: 19.444vw;
  align-items: start;
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-reason {
    flex-direction: column;
    gap: 4vw 0;
    margin-left: 6.153vw;
    margin-right: 6.153vw;
  }
}
body.entry .entry-form__form-history {
  display: flex;
  align-items: center;
  margin-left: 19.444vw;
  margin-right: 19.444vw;
  align-items: start;
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-history {
    flex-direction: column;
    gap: 4vw 0;
    margin-left: 6.153vw;
    margin-right: 6.153vw;
  }
}
body.entry .entry-form__form-others {
  display: flex;
  align-items: center;
  margin-left: 19.444vw;
  margin-right: 19.444vw;
  align-items: start;
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-others {
    flex-direction: column;
    gap: 4vw 0;
    margin-left: 6.153vw;
    margin-right: 6.153vw;
  }
}
body.entry .entry-form__form-privacy-check {
  display: flex;
  align-items: center;
  margin-left: 19.444vw;
  margin-right: 19.444vw;
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 3vw 0;
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-privacy-check {
    flex-direction: column;
    gap: 4vw 0;
    margin-left: 6.153vw;
    margin-right: 6.153vw;
  }
}
body.entry .entry-form__form-privacy-check-text {
  display: flex;
  align-items: center;
  margin-left: 19.444vw;
  margin-right: 19.444vw;
  margin: 0;
  align-items: start;
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-privacy-check-text {
    flex-direction: column;
    gap: 4vw 0;
    margin-left: 6.153vw;
    margin-right: 6.153vw;
  }
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-privacy-check-text {
    margin: 0;
    width: 100%;
  }
}
body.entry .entry-form__form-privacy-check-text .entry-form__form-title-name {
  width: 20.7vw;
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-privacy-check-text .entry-form__form-title-name {
    width: 100%;
  }
}
body.entry .entry-form__form-privacy-check-text .entry-form__form-field {
  width: 39.25vw;
  height: 25.833vw;
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-privacy-check-text .entry-form__form-field {
    width: 100%;
    height: 95.384vw;
  }
}
body.entry .entry-form__form-privacy-check-text .entry-form__form-field iframe {
  border: 2px solid #94bb1e;
  border-radius: 4px;
  background-color: white;
  padding: 0.75vw;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-privacy-check-text .entry-form__form-field iframe {
    padding: 1.5vw;
  }
}
body.entry .entry-form__form-privacy-check-agreement {
  display: flex;
  align-items: center;
  gap: 2vw;
  margin-left: 11.875vw;
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-privacy-check-agreement {
    margin-left: 6.153vw;
    flex-direction: column;
    gap: 6.153vw;
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-privacy-check-agreement-check {
    margin: auto;
  }
}
body.entry .entry-form__form-privacy-check-agreement-check label {
  margin-left: 2vw;
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-privacy-check-agreement-check label {
    margin-left: 0.5vw;
  }
}
body.entry .entry-form__form-submit {
  margin-top: 6.6vw;
  text-align: center;
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-submit {
    margin-top: 20.51vw;
  }
}
body.entry .entry-form__form-submit-button {
  background-color: #8F986B;
  color: white;
  display: inline-block;
  font-size: 1.388vw;
  font-weight: bold;
  height: 5.694vw;
  position: relative;
  transition: 0.3s;
  width: 23.055vw;
}
body.entry .entry-form__form-submit-button:focus {
  outline-color: #8F986B;
}
body.entry .entry-form__form-submit-button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-submit-button {
    font-size: 5vw;
    height: 15.384vw;
    width: 69.743vw;
  }
}
body.entry .entry-form__form-submit-button::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1.944vw;
  width: 0;
  height: 0;
  margin-top: -0.5vw;
  border: 0.5vw solid transparent; /*top right bottom を透明化 */
  border-left: 0.75vw solid #fff;
}
@media screen and (max-width: 600px) {
  body.entry .entry-form__form-submit-button::before {
    right: 1.944vw;
    margin-top: -1.75vw;
    border-width: 1.75vw;
    border-left-width: 3vw;
  }
}

body.entry-step2 {
  background-image: url("../img/entry/entry-bg.png");
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.111vw;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  body.entry-step2 {
    font-size: 4.102vw;
  }
}
body.entry-step2 .entry-confirm {
  margin-bottom: 10vw;
}
@media screen and (max-width: 600px) {
  body.entry-step2 .entry-confirm {
    margin-bottom: 30vw;
  }
}
body.entry-step2 .entry-confirm .info-text {
  margin-top: 5.277vw;
  text-align: center;
}
@media screen and (max-width: 600px) {
  body.entry-step2 .entry-confirm .info-text {
    margin-top: 10vw;
  }
}
body.entry-step2 .entry-confirm .info-text p {
  display: block;
}
body.entry-step2 .entry-confirm__list {
  margin: 5vw auto 0;
  width: 60vw;
  display: flex;
  flex-direction: column;
  gap: 4.652vw;
}
@media screen and (max-width: 600px) {
  body.entry-step2 .entry-confirm__list {
    gap: 8vw 0;
    margin: 10vw auto 0;
    width: 87.69vw;
  }
}
body.entry-step2 .entry-confirm__list-title {
  color: #8f986b;
  width: 18.263vw;
  font-size: 1.25em;
}
@media screen and (max-width: 600px) {
  body.entry-step2 .entry-confirm__list-title {
    width: 100%;
  }
}
body.entry-step2 .entry-confirm__list-answer {
  width: 41.666vw;
}
@media screen and (max-width: 600px) {
  body.entry-step2 .entry-confirm__list-answer {
    width: 100%;
  }
}
body.entry-step2 .entry-confirm__list-occupation {
  display: flex;
  align-items: center;
  gap: 0 3vw;
  align-items: start;
}
@media screen and (max-width: 600px) {
  body.entry-step2 .entry-confirm__list-occupation {
    flex-direction: column;
    gap: 1vw 0;
  }
}
body.entry-step2 .entry-confirm__list-name {
  display: flex;
  align-items: center;
  gap: 0 3vw;
}
@media screen and (max-width: 600px) {
  body.entry-step2 .entry-confirm__list-name {
    flex-direction: column;
    gap: 1vw 0;
  }
}
body.entry-step2 .entry-confirm__list-furigana {
  display: flex;
  align-items: center;
  gap: 0 3vw;
}
@media screen and (max-width: 600px) {
  body.entry-step2 .entry-confirm__list-furigana {
    flex-direction: column;
    gap: 1vw 0;
  }
}
body.entry-step2 .entry-confirm__list-birth {
  display: flex;
  align-items: center;
  gap: 0 3vw;
}
@media screen and (max-width: 600px) {
  body.entry-step2 .entry-confirm__list-birth {
    flex-direction: column;
    gap: 1vw 0;
  }
}
body.entry-step2 .entry-confirm__list-gender {
  display: flex;
  align-items: center;
  gap: 0 3vw;
}
@media screen and (max-width: 600px) {
  body.entry-step2 .entry-confirm__list-gender {
    flex-direction: column;
    gap: 1vw 0;
  }
}
body.entry-step2 .entry-confirm__list-address {
  display: flex;
  align-items: center;
  gap: 0 3vw;
}
@media screen and (max-width: 600px) {
  body.entry-step2 .entry-confirm__list-address {
    flex-direction: column;
    gap: 1vw 0;
  }
}
body.entry-step2 .entry-confirm__list-tel {
  display: flex;
  align-items: center;
  gap: 0 3vw;
}
@media screen and (max-width: 600px) {
  body.entry-step2 .entry-confirm__list-tel {
    flex-direction: column;
    gap: 1vw 0;
  }
}
body.entry-step2 .entry-confirm__list-email {
  display: flex;
  align-items: center;
  gap: 0 3vw;
}
@media screen and (max-width: 600px) {
  body.entry-step2 .entry-confirm__list-email {
    flex-direction: column;
    gap: 1vw 0;
  }
}
body.entry-step2 .entry-confirm__list-reason {
  display: flex;
  align-items: center;
  gap: 0 3vw;
  align-items: start;
}
@media screen and (max-width: 600px) {
  body.entry-step2 .entry-confirm__list-reason {
    flex-direction: column;
    gap: 1vw 0;
  }
}
body.entry-step2 .entry-confirm__list-history {
  display: flex;
  align-items: center;
  gap: 0 3vw;
  align-items: start;
}
@media screen and (max-width: 600px) {
  body.entry-step2 .entry-confirm__list-history {
    flex-direction: column;
    gap: 1vw 0;
  }
}
body.entry-step2 .entry-confirm__list-others {
  display: flex;
  align-items: center;
  gap: 0 3vw;
  align-items: start;
}
@media screen and (max-width: 600px) {
  body.entry-step2 .entry-confirm__list-others {
    flex-direction: column;
    gap: 1vw 0;
  }
}
body.entry-step2 .entry-confirm__list-privacy-check {
  display: flex;
  align-items: center;
  gap: 0 3vw;
}
@media screen and (max-width: 600px) {
  body.entry-step2 .entry-confirm__list-privacy-check {
    flex-direction: column;
    gap: 1vw 0;
  }
}
body.entry-step2 .entry-confirm__submit {
  margin-top: 6.6vw;
  text-align: center;
}
@media screen and (max-width: 600px) {
  body.entry-step2 .entry-confirm__submit {
    margin-top: 20.51vw;
  }
}
body.entry-step2 .entry-confirm__submit-button {
  background-color: #8F986B;
  color: white;
  display: inline-block;
  font-size: 1.388vw;
  font-weight: bold;
  height: 5.694vw;
  position: relative;
  transition: 0.3s;
  width: 23.055vw;
}
body.entry-step2 .entry-confirm__submit-button:focus {
  outline-color: #8F986B;
}
body.entry-step2 .entry-confirm__submit-button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  body.entry-step2 .entry-confirm__submit-button {
    font-size: 5vw;
    height: 15.384vw;
    width: 69.743vw;
  }
}
body.entry-step2 .entry-confirm__submit-button::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1.944vw;
  width: 0;
  height: 0;
  margin-top: -0.5vw;
  border: 0.5vw solid transparent; /*top right bottom を透明化 */
  border-left: 0.75vw solid #fff;
}
@media screen and (max-width: 600px) {
  body.entry-step2 .entry-confirm__submit-button::before {
    right: 1.944vw;
    margin-top: -1.75vw;
    border-width: 1.75vw;
    border-left-width: 3vw;
  }
}

body.entry-step3 {
  background-image: url("../img/entry/entry-bg.png");
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.111vw;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  body.entry-step3 {
    font-size: 4.102vw;
  }
}
body.entry-step3 .entry-completion {
  margin: 5.277vw auto 17.083vw;
  text-align: center;
}
@media screen and (max-width: 600px) {
  body.entry-step3 .entry-completion {
    margin: 16.666vw auto 36.923vw;
    width: 87.692vw;
  }
}
body.entry-step3 .entry-completion__info-title {
  margin-top: 0;
}
body.entry-step3 .entry-completion__info-text {
  margin-top: 5.763vw;
}
@media screen and (max-width: 600px) {
  body.entry-step3 .entry-completion__info-text {
    margin-top: 9.23vw;
  }
}
body.entry-step3 .entry-completion__go-to-top {
  margin-top: 12.152vw;
  text-align: center;
}
@media screen and (max-width: 600px) {
  body.entry-step3 .entry-completion__go-to-top {
    margin-top: 30.769vw;
  }
}
body.entry-step3 .entry-completion__go-to-top a {
  background-color: #8F986B;
  color: white;
  display: inline-block;
  font-size: 1.388vw;
  font-weight: bold;
  height: 5.694vw;
  line-height: 5.694vw;
  margin: 0 auto;
  position: relative;
  transition: 0.3s;
  width: 23.055vw;
}
body.entry-step3 .entry-completion__go-to-top a:focus {
  outline-color: #8F986B;
}
body.entry-step3 .entry-completion__go-to-top a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  body.entry-step3 .entry-completion__go-to-top a {
    font-size: 5vw;
    height: 15.384vw;
    line-height: 15.384vw;
    width: 69.743vw;
  }
}
body.entry-step3 .entry-completion__go-to-top a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 1.944vw;
  width: 0;
  height: 0;
  margin-top: -0.5vw;
  border: 0.5vw solid transparent; /*top right bottom を透明化 */
  border-right: 0.75vw solid #fff;
}
@media screen and (max-width: 600px) {
  body.entry-step3 .entry-completion__go-to-top a::before {
    right: 1.944vw;
    margin-top: -1.75vw;
    border-width: 1.75vw;
    border-left-width: 3vw;
  }
}

body.privacy {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #3a3a3a;
  font-size: 15px;
  line-height: 1.5em;
}
body.privacy h1 {
  font-weight: bold;
  font-size: 1.2em;
  margin: 1em 0;
}
body.privacy h2 {
  font-weight: bold;
  font-size: 1.1em;
  margin: 1.25em 0 0.25em;
}
body.privacy p {
  margin: 0;
}
body.privacy .line-blank {
  margin-top: 1.5em;
}
body.privacy .date {
  margin: 1.5em 0;
}
body.privacy .person {
  margin: 1.5em 0;
}
body.privacy .privacy__list {
  list-style-type: disc;
}
body.privacy .privacy__list li {
  margin-left: 1.5em;
}
body.privacy .privacy__list li::marker {
  width: 8px;
  height: 8px;
}

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