@charset "UTF-8";
/* ------------------------------------------------------
変数
------------------------------------------------------ */
.material-symbols-outlined {
  font-size: unset;
}

/* =======================================================

共通

======================================================= */
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5% !important;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #695F57;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
@media (max-width: 430px) {
  body {
    font-size: 1.3rem;
  }
}

p {
  line-height: 1.8em;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  line-height: 1em;
}

a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media (max-width: 768px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 430px) {
  .sp {
    display: block;
  }
}

@media (max-width: 430px) {
  .sp-none {
    display: none;
  }
}

/* common ============================================== */
.container {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 430px) {
  .container {
    padding: 0 20px;
  }
}

/* =======================================================

siteWrap

======================================================= */
#site_wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(../img/fv_bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  overflow-x: hidden;
}
#site_wrap #fv_pc {
  position: fixed;
  width: calc(100% - 800px);
  height: auto;
  display: block;
  padding: 0 2% 2%;
  left: 30px;
  bottom: 30px;
  text-align: center;
  background-color: rgba(255, 238, 168, 0.7);
}
@media (max-width: 1200px) {
  #site_wrap #fv_pc {
    width: 45%;
    left: 2.5%;
    bottom: 2.5%;
  }
}
@media (max-width: 768px) {
  #site_wrap #fv_pc {
    display: none;
  }
}
#site_wrap #fv_pc h2 {
  background-image: url(../img/fv_catch_bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  padding: 20px 0;
  width: 100%;
  margin: -50px auto 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  position: relative;
  z-index: 1;
  min-height: 95px;
}
@media (max-width: 1640px) {
  #site_wrap #fv_pc h2 {
    min-height: initial;
    font-size: 1.6vw;
  }
}
@media (max-width: 1200px) {
  #site_wrap #fv_pc h2 {
    width: 85%;
    font-size: 1.5vw;
  }
}
#site_wrap #fv_pc p.fv_read {
  font-size: 28px;
}
@media (max-width: 1640px) {
  #site_wrap #fv_pc p.fv_read {
    font-size: 1.5vw;
  }
}
@media (max-width: 1200px) {
  #site_wrap #fv_pc p.fv_read {
    font-size: 1.5vw;
  }
}
#site_wrap #fv_pc .fv_pc_merit {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 90%;
  margin: auto;
}
@media (max-width: 1200px) {
  #site_wrap #fv_pc .fv_pc_merit {
    width: 100%;
  }
}
#site_wrap #fv_pc .fv_pc_merit > div {
  margin: 15px auto 0;
  width: 28%;
  background-image: url(../img/fv_merit_bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  aspect-ratio: 1/1;
  font-weight: bold;
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1640px) {
  #site_wrap #fv_pc .fv_pc_merit > div {
    font-size: 1.65vw;
  }
}
@media (max-width: 1200px) {
  #site_wrap #fv_pc .fv_pc_merit > div {
    font-size: 1.6vw;
  }
}
#site_wrap #fv_pc .fv_pc_merit > div p {
  line-height: 1.2em;
}
#site_wrap #fv_pc .fv_pc_merit > div p > span {
  font-size: 160%;
}

#main {
  display: block;
  width: 600px;
  min-height: 100vh;
  max-width: 100%;
  background: #FFF8E4;
  /* box-shadow: 0px 0px 4px 0px rgba( #000 , 0.3); */
  position: absolute;
  right: 100px;
  top: 0;
  bottom: 0;
}
#main img {
  max-width: 100%;
}
@media (max-width: 1200px) {
  #main {
    max-width: 45%;
    right: 5%;
  }
}
@media (max-width: 768px) {
  #main {
    width: 100%;
    max-width: 100%;
    display: block;
    right: 0;
  }
}

/* =======================================================

header

======================================================= */
#header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#header > div:first-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  width: 100%;
  padding: 15px 30px;
  background: #fff;
}
@media (max-width: 768px) {
  #header > div:first-of-type {
    padding: 9px 30px;
  }
}
#header > div:first-of-type h1 {
  text-align: center;
  font-size: 14px;
}
#header > div:first-of-type h1 > span {
  font-weight: bold;
}
@media (max-width: 1200px) {
  #header > div:first-of-type h1 {
    font-size: 1.2vw;
  }
}
@media (max-width: 768px) {
  #header > div:first-of-type h1 {
    font-size: 2.2vw;
    line-height: 1.4em;
  }
}
#header > div:last-of-type {
  background: linear-gradient(92deg, #FFC300 0%, #FF9500 50%, #FF7B15 100%);
  display: flex;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 1200px) {
  #header > div:last-of-type {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  #header > div:last-of-type {
    padding: 9px;
    font-size: 3.5vw;
  }
}

@media (max-width: 768px) {
  .header__logo img {
    width: 155px;
  }
}

/* =======================================================

fv_sp

======================================================= */
#fv_sp {
  display: none;
}
@media (max-width: 768px) {
  #fv_sp {
    background-image: url(../img/fv_bg01_sp.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 100% auto;
    background-position: top center;
    padding: 23vw 0 0 !important;
  }
}
#fv_sp h2.catch {
  background-image: url(../img/fv_catch_bg_sp.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  padding: 8px 0 20px !important;
  /* width: 80% !important; */
  height: 14vw;
  margin: 0 auto 10px;
  line-height: 1.4em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 1;
  font-size: 3.3vw;
}
#fv_sp .fv_spbox {
  display: block;
  width: 90%;
  margin: -45px auto 0;
  background-color: rgba(255, 238, 168, 0.5);
  padding: 40px 20px 10px;
  box-sizing: border-box;
  text-align: center;
}
#fv_sp .fv_spbox p.fv_read {
  font-size: 2.8vw;
  line-height: 1.4em;
}
#fv_sp .fv_pc_merit {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  #fv_sp .fv_pc_merit {
    gap: 2vw;
  }
}
#fv_sp .fv_pc_merit > div {
  margin: 15px auto 0;
  width: 28%;
  background-image: url(../img/fv_merit_bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  aspect-ratio: 1/1;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #fv_sp .fv_pc_merit > div {
    font-size: 3.5vw;
    margin: 5px auto 0;
  }
}
#fv_sp .fv_pc_merit > div p {
  line-height: 1.2em;
}
#fv_sp .fv_pc_merit > div p > span {
  font-size: 150%;
}

#fv_text01_sp {
  display: flex;
  flex-direction: column;
  margin: 10px auto 5px !important;
  background: #FFF8E4;
  width: 92%;
}
#fv_text01_sp > div:first-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  gap: 20px;
  font-size: 28px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  #fv_text01_sp > div:first-of-type {
    font-size: 1.6vw;
  }
}
@media (max-width: 768px) {
  #fv_text01_sp > div:first-of-type {
    font-size: 3.2vw;
    margin-bottom: 0;
  }
}
#fv_text01_sp > div:last-of-type {
  display: block;
  margin: 0 auto;
}
#fv_text01_sp > div:last-of-type p {
  color: #FF7B15;
  font-weight: bold;
  text-align: center;
  font-size: 25px;
}
#fv_text01_sp > div:last-of-type p > span {
  font-size: 140%;
}
@media (max-width: 1200px) {
  #fv_text01_sp > div:last-of-type p {
    font-size: 1.6vw;
  }
}
@media (max-width: 768px) {
  #fv_text01_sp > div:last-of-type p {
    font-size: 3.2vw;
  }
}

/* =======================================================

form

======================================================= */
#form_wrap {
  background: #FFF8E4;
  display: block;
  padding: 0 0 60px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
#form_wrap .step01_pd {
  padding: 0 0 20px;
}
#form_wrap .form_box {
  width: 100%;
  display: block;
  padding: 30px 4% 0;
  box-sizing: border-box;
  flex-shrink: 0;
  position: relative;
  transition: transform 0.15s ease;
}
@media (max-width: 768px) {
  #form_wrap .form_box {
    padding: 2vw 0 0;
  }
}
#form_wrap .form_box h2 {
  width: 100%;
}
#form_wrap .hide {
  display: none;
}
#form_wrap #form_step01.form_box {
  padding: 0;
}
#form_wrap #form_step01.form_box h2 {
  padding: 0 4%;
  box-sizing: border-box;
}
#form_wrap #form_step01.form_box dl {
  padding: 0 4%;
  box-sizing: border-box;
}

.stepmove_x {
  display: flex;
  position: relative;
  overflow-x: hidden;
  align-items: flex-start;
}

#form_step01 {
  transform: translateX(0);
}

#form_step02.before_box {
  visibility: hidden;
  transform: translateX(100%);
}

#form_step03.before_box {
  visibility: hidden;
  transform: translateX(200%);
}

#form_step04.before_box {
  visibility: hidden;
  transform: translateX(300%);
}

#form_step05.before_box {
  visibility: hidden;
  transform: translateX(400%);
}

#form_step06.before_box {
  visibility: hidden;
  transform: translateX(500%);
}

#form_step02 {
  visibility: visible;
  transform: translateX(-100%);
}

#form_step03 {
  visibility: visible;
  transform: translateX(-200%);
}

#form_step04 {
  visibility: visible;
  transform: translateX(-300%);
}

#form_step05 {
  visibility: visible;
  transform: translateX(-400%);
}

#form_step06 {
  visibility: visible;
  transform: translateX(-500%);
}

#form_step01.after_box {
  transform: translateX(-100%);
}

#form_step02.after_box {
  transform: translateX(-200%);
}

#form_step03.after_box {
  transform: translateX(-300%);
}

#form_step04.after_box {
  transform: translateX(-400%);
}

#form_step05.after_box {
  transform: translateX(-500%);
}

#form_step06.after_box {
  transform: translateX(-600%);
}

.finger_image_s2 {
  display: none;
}
@media (max-width: 768px) {
  .finger_image_s2 {
    display: inline-block;
    position: absolute;
    width: 60px;
    height: auto;
    right: 5%;
    top: 26%;
    z-index: 2;
    pointer-events: none;
  }
}

.finger_image_s4 {
  display: none;
}
@media (max-width: 768px) {
  .finger_image_s4 {
    display: inline-block;
    position: absolute;
    width: 60px;
    height: auto;
    right: 5%;
    top: 20%;
    z-index: 2;
    pointer-events: none;
  }
}

.finger_image_s5 {
  display: none;
}
@media (max-width: 768px) {
  .finger_image_s5 {
    display: inline-block;
    position: absolute;
    width: 60px;
    height: auto;
    right: 5%;
    top: 9%;
    z-index: 2;
    pointer-events: none;
  }
}

.poyopoyo {
  animation: poyopoyo 1s ease-out infinite;
  opacity: 1;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.8);
  }
}
@keyframes moving01 {
  0% {
    top: 26%;
  }
  100% {
    top: 81%;
  }
}
@keyframes moving01_back {
  0% {
    top: 81%;
  }
  100% {
    top: 26%;
  }
}
@keyframes moving02 {
  0% {
    top: 20%;
  }
  100% {
    top: 76%;
  }
}
@keyframes moving02_back {
  0% {
    top: 76%;
  }
  100% {
    top: 20%;
  }
}
@keyframes moving03 {
  0% {
    top: 9%;
  }
  100% {
    top: 79%;
  }
}
@keyframes moving03_back {
  0% {
    top: 79%;
  }
  100% {
    top: 9%;
  }
}
#form_step02.form_box,
#form_step03.form_box,
#form_step04.form_box,
#form_step05.form_box,
#form_step06.form_box {
  padding: 30px 4% 0;
}
@media (max-width: 768px) {
  #form_step02.form_box,
  #form_step03.form_box,
  #form_step04.form_box,
  #form_step05.form_box,
  #form_step06.form_box {
    padding: 15px 4% 0;
  }
}

form#mail_form {
  width: 700px;
  max-width: 100%;
  margin: 0 auto 50px;
  line-height: 1.8;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #FFF8E4;
}
@media (max-width: 768px) {
  form#mail_form {
    margin: 0 auto;
  }
}

form#mail_form * {
  box-sizing: border-box;
}

form#mail_form dl {
  width: 96%;
  margin: 0 auto;
  border-bottom: none;
  border-bottom: 0;
}

form#mail_form dl dt {
  width: 100%;
  float: none;
  padding: 35px 0 40px;
  display: block;
  text-align: center;
  font-size: 28px;
}
@media (max-width: 768px) {
  form#mail_form dl dt {
    font-size: 4.5vw;
    padding: 3vw 0 2.4vw;
  }
}

.dtsize {
  font-size: 28px;
}
@media (max-width: 768px) {
  .dtsize {
    font-size: 4.5vw;
  }
}

.hosoku {
  font-size: 20px;
  text-align: center;
  font-weight: normal;
  color: #818181;
}
@media (max-width: 768px) {
  .hosoku {
    font-size: 3.5vw;
  }
}

form#mail_form dl dt.pbnone {
  padding: 35px 0 10px;
}
@media (max-width: 768px) {
  form#mail_form dl dt.pbnone {
    padding: 2vw 0 0.5vw;
  }
}

form#mail_form input::-moz-placeholder {
  font-size: 24px;
}

form#mail_form input::placeholder {
  font-size: 24px;
}
@media (max-width: 768px) {
  form#mail_form input::-moz-placeholder {
    font-size: 4vw;
  }
  form#mail_form input::placeholder {
    font-size: 4vw;
  }
}
@media (max-width: 430px) {
  form#mail_form input::-moz-placeholder {
    font-size: 5vw;
  }
  form#mail_form input::placeholder {
    font-size: 5vw;
  }
}

form#mail_form input[type=text],
form#mail_form input[type=email],
form#mail_form input[type=tel] {
  padding: 4%;
  background-color: #fff;
  width: 100%;
  font-size: 24px;
  border-radius: 10px;
  height: 80px;
  box-shadow: inset 0px 5px 6px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  form#mail_form input[type=text],
  form#mail_form input[type=email],
  form#mail_form input[type=tel] {
    font-size: 4vw;
  }
}
@media (max-width: 430px) {
  form#mail_form input[type=text],
  form#mail_form input[type=email],
  form#mail_form input[type=tel] {
    font-size: 5vw;
  }
}

form#mail_form div.eac-input-wrap {
  display: block !important;
}

form#mail_form input[name=phone] {
  width: 100%;
  border-radius: 10px;
}

form#mail_form select {
  padding: 4% !important;
  min-height: 80px;
}

form#mail_form select[name=prefectures],
form#mail_form select[name=address] {
  width: 100%;
  border-radius: 10px;
  font-size: 24px;
  position: relative;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-image: url("../img/icon_arrow_bottom.svg");
  background-repeat: no-repeat;
  background-size: 18px auto; /* 画像のサイズ（幅 高さ）*/
  background-position: right 12px center; /* 画像の位置 */
  box-shadow: inset 0px 5px 6px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  form#mail_form select[name=prefectures],
  form#mail_form select[name=address] {
    font-size: 4vw;
    padding-left: 20px !important;
  }
}
@media (max-width: 430px) {
  form#mail_form select[name=prefectures],
  form#mail_form select[name=address] {
    font-size: 5vw;
  }
}

form#mail_form select[name=age] {
  width: 75%;
  border-radius: 10px;
  font-size: 24px;
  position: relative;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-image: url("../img/icon_arrow_bottom.svg");
  background-repeat: no-repeat;
  background-size: 18px auto; /* 画像のサイズ（幅 高さ）*/
  background-position: right 12px center; /* 画像の位置 */
  box-shadow: inset 0px 5px 6px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1200px) {
  form#mail_form select[name=age] {
    font-size: 1.8vw;
  }
}
@media (max-width: 768px) {
  form#mail_form select[name=age] {
    font-size: 3.5vw;
    width: 70%;
  }
}
@media (max-width: 430px) {
  form#mail_form select[name=age] {
    font-size: 5vw;
    width: 72.5%;
  }
}

option.arrow_down {
  position: relative;
}

form#mail_form input[name=mail_address],
form#mail_form input[name=mail_address_confirm] {
  width: 100%;
  border-radius: 10px;
}

form#mail_form input[name=postal] {
  padding-left: 50px;
  position: relative;
  color: #565656;
}

p.postal_mark {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media (max-width: 768px) {
  p.postal_mark {
    top: 22.5%;
  }
}
@media (max-width: 430px) {
  p.postal_mark {
    top: 20%;
  }
}

form#mail_form dl dd {
  width: 100%;
  float: none;
  padding: 0;
  position: relative;
}

form#mail_form dl dd.pbon {
  padding: 0 0 10px;
}

form#mail_form dl dd .notice_text {
  position: absolute;
  top: -15px;
  right: 10px;
  text-align: right;
  background: #FFEEA8;
  color: #565656;
  font-size: 14px;
  font-weight: bold;
  z-index: 1;
  border-radius: 20px;
  padding: 3px 10px;
}
@media (max-width: 768px) {
  form#mail_form dl dd .notice_text {
    font-size: 2.4vw;
    padding: 3px 2vw;
    top: -3vw;
  }
}

form#mail_form dl dd.form_dd_row {
  display: flex;
  gap: 3%;
  align-items: center;
  justify-content: space-between;
}
form#mail_form dl dd.form_dd_row > span.error_blank {
  display: none;
}

.step_count {
  position: relative;
  z-index: 1;
  background-image: url(../img/step_count.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  display: block;
  width: 40%;
  color: #FF8E00;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto -85px !important;
  padding: 10px 0 30px !important;
}
.step_count span {
  font-weight: bold;
}
@media (max-width: 768px) {
  .step_count {
    font-size: 3.8vw;
    margin: 0 auto -35px !important;
  }
}

form#mail_form button.form_nextbtn {
  background: #D6D6D6;
  color: #565656;
  position: relative;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  min-height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  border: none;
  margin: 50px auto 0;
  cursor: default;
}
@media (max-width: 768px) {
  form#mail_form button.form_nextbtn {
    margin: 0 auto;
    font-size: 5vw;
    min-height: 80px;
  }
}
form#mail_form button.form_nextbtn img {
  filter: invert(35%) sepia(2%) saturate(22%) hue-rotate(315deg) brightness(90%) contrast(90%);
}
@media (max-width: 768px) {
  form#mail_form button.form_nextbtn img {
    width: 5vw;
  }
}

form#mail_form button.form_backbtn {
  text-decoration: underline;
  display: inline-block;
  margin-top: 40px;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 768px) {
  form#mail_form button.form_backbtn {
    font-size: 3.5vw;
  }
}
form#mail_form button.form_backbtn:hover {
  text-decoration: none;
}

form#mail_form dl dd ul li label {
  padding: initial;
  border-radius: 0;
  background: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 98px;
  border: 3px solid #FF8E00;
  background-color: #fff;
  color: #FF7B15;
  text-align: center;
  font-weight: bold;
  font-size: 27px;
  border-radius: 10px;
  padding: 15px;
  gap: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}
form#mail_form dl dd ul li label:hover {
  background-color: #fff;
  color: #FF7B15;
}
form#mail_form dl dd ul li label:hover > img {
  filter: invert(53%) sepia(84%) saturate(7074%) hue-rotate(15deg) brightness(101%) contrast(101%);
}
@media (max-width: 768px) {
  form#mail_form dl dd ul li label:hover > img {
    width: 5vw;
    height: auto;
  }
}
@media (max-width: 1200px) {
  form#mail_form dl dd ul li label {
    font-size: 2.2vw;
  }
}
@media (max-width: 768px) {
  form#mail_form dl dd ul li label {
    font-size: 4.5vw;
    min-height: 80px;
    margin-bottom: 10px;
  }
  form#mail_form dl dd ul li label:hover {
    border: 3px solid #FF8E00;
    background-color: #fff;
    color: #FF7B15;
  }
  form#mail_form dl dd ul li label:hover > img {
    filter: invert(53%) sepia(84%) saturate(7074%) hue-rotate(15deg) brightness(101%) contrast(101%);
  }
}
form#mail_form dl dd ul li label > img {
  filter: invert(53%) sepia(84%) saturate(7074%) hue-rotate(15deg) brightness(101%) contrast(101%);
}
@media (max-width: 768px) {
  form#mail_form dl dd ul li label > img {
    width: 5vw;
    height: auto;
  }
}

form#mail_form dl dd ul li input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 0;
  height: 0;
}

form#mail_form dl dd ul li input[type=radio]:checked + label {
  background-color: #FF8E00;
  border: 3px solid #FF8E00;
  color: #fff;
}
form#mail_form dl dd ul li input[type=radio]:checked + label > img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(191deg) brightness(106%) contrast(101%);
}
form#mail_form dl dd ul li input[type=radio]:checked + label:hover {
  background-color: #FF8E00;
  border: 3px solid #FF8E00;
  color: #fff;
}

form#mail_form dl dd ul li input[type=checkbox]:checked + label {
  background-color: #FF8E00;
  border: 3px solid #FF8E00;
  color: #fff;
}
form#mail_form dl dd ul li input[type=checkbox]:checked + label > img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(191deg) brightness(106%) contrast(101%);
}
form#mail_form dl dd ul li input[type=checkbox]:checked + label:hover {
  background-color: #FF8E00;
  border: 3px solid #FF8E00;
  color: #fff;
}

@media (max-width: 768px) {
  form#mail_form dl dd ul#form_when li label {
    font-size: 4.5vw;
    min-height: 60px;
    margin-bottom: 5px;
  }
}

@media (max-width: 768px) {
  form#mail_form dl dd ul#form_employment li label {
    font-size: 4.5vw;
    min-height: 80px;
    margin-bottom: 10px;
  }
  form#mail_form dl dd ul#form_employment li label:hover {
    background-color: #FF8E00;
    border: 3px solid #FF8E00;
    color: #fff;
  }
  form#mail_form dl dd ul#form_employment li label:hover > img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(191deg) brightness(106%) contrast(101%);
  }
}

form#mail_form dl dd ul#form_position {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: space-around;
  align-items: stretch;
}
form#mail_form dl dd ul#form_position li {
  display: block;
  width: 48%;
  line-height: 1.4em;
}
form#mail_form dl dd ul#form_position li label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 0;
  min-height: 98px;
  font-size: 22px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  form#mail_form dl dd ul#form_position li label {
    font-size: 4vw;
    line-height: 1.1em;
    min-height: 80px;
    padding: 2%;
  }
}
form#mail_form dl dd ul#form_position li label span.sm {
  font-size: 80%;
}
form#mail_form dl dd ul#form_position li label img {
  width: auto;
  display: inline;
}
@media (max-width: 768px) {
  form#mail_form dl dd ul#form_position li label img {
    width: 5vw;
  }
}
form#mail_form dl dd ul#form_position li:last-of-type {
  width: 100%;
  margin-bottom: 0;
}

form#mail_form p#form_submit {
  width: 96%;
  margin: 0 auto;
  padding: 30px 0;
}

@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
button#form_submit_button {
  background-color: #F18890;
  border: 5px solid #F18890;
  color: #fff;
  display: flex;
  width: 100%;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  gap: 10px;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  button#form_submit_button {
    font-size: 5vw;
    line-height: 1.4em;
    padding: 4vw 2vw;
  }
}
button#form_submit_button span.sm {
  font-size: 80%;
  font-weight: normal;
}
button#form_submit_button img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(191deg) brightness(106%) contrast(101%);
}
@media (max-width: 768px) {
  button#form_submit_button img {
    width: 8vw;
  }
}

.validation_text {
  color: #ff0000;
}

div.privacy_modal {
  text-align: center;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: underline;
  width: auto;
  margin: 30px auto 30px !important;
  font-size: 18px;
}
div.privacy_modal img {
  filter: invert(29%) sepia(0%) saturate(104%) hue-rotate(135deg) brightness(94%) contrast(89%);
}
div.privacy_modal:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  div.privacy_modal {
    margin: 30px auto 40px !important;
    font-size: 4vw;
  }
}

.secret_key {
  font-size: 16px;
  color: #818181;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  gap: 10px;
}
@media (max-width: 768px) {
  .secret_key {
    font-size: 3.5vw;
  }
}
.secret_key img {
  filter: invert(53%) sepia(0%) saturate(589%) hue-rotate(208deg) brightness(96%) contrast(73%);
}
@media (max-width: 768px) {
  .secret_key img {
    width: 3.5vw;
  }
}

ul.ui-menu {
  background: #fff !important;
  border: 1px solid #ccc !important;
  font-size: 24px !important;
  max-width: 500px !important;
  padding: 5px !important;
}
@media (max-width: 768px) {
  ul.ui-menu {
    font-size: 4vw !important;
    max-width: 88% !important;
  }
}
ul.ui-menu li {
  margin-bottom: 8px !important;
}
ul.ui-menu li:last-of-type {
  margin-bottom: 0 !important;
}

/* =======================================================

footer

======================================================= */
#footer {
  background: #695F57;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #footer {
    padding: 30px 0 20px;
  }
}
#footer .footer_link {
  margin-bottom: 15px;
  display: flex;
  gap: 20px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #footer .footer_link {
    font-size: 4vw;
  }
}
#footer .footer_link div {
  text-align: center;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
#footer .footer_link div:hover {
  text-decoration: none;
}
#footer .copyright {
  font-size: 18px;
}
@media (max-width: 768px) {
  #footer .copyright {
    font-size: 2.8vw;
  }
}

.footer__address {
  text-align: center;
  color: #fff;
}

/* =======================================================

モーダルウィンドウ

======================================================= */
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container01,
.modal-container02,
.modal-container03 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 10;
}
@media (max-width: 768px) {
  .modal-container01,
  .modal-container02,
  .modal-container03 {
    width: 100vw;
    height: 100%;
  }
}

/*モーダル本体の擬似要素の指定*/
.modal-container01:before,
.modal-container02:before,
.modal-container03:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container01.active,
.modal-container02.active,
.modal-container03.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body01,
.modal-body02,
.modal-body03 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  width: 1080px;
}

/*モーダルを閉じるボタンの指定*/
.modal-close01,
.modal-close02,
.modal-close03 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #565656;
  cursor: pointer;
}
@media (max-width: 768px) {
  .modal-close01,
  .modal-close02,
  .modal-close03 {
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
    font-size: 35px;
  }
}

/*モーダル内のコンテンツの指定*/
.modal-content01,
.modal-content02,
.modal-content03 {
  background: #fff;
  text-align: left;
  padding: 5%;
}

.modal_box {
  height: 90vh;
  max-width: 100%;
  overflow-y: scroll;
  display: block;
  color: #695F57;
}
.modal_box h2 {
  display: block;
  margin: 0 auto 25px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .modal_box h2 {
    font-size: 4vw;
    margin-bottom: 20px;
  }
}
.modal_box h2 span {
  font-size: 65%;
  color: #FF7B15;
}
.modal_box h2:not(:first-of-type) {
  margin: 50px auto 20px;
}
.modal_box h3 {
  font-weight: bold;
  font-size: 120%;
  margin: 20px 0 10px;
}
.modal_box dl {
  font-size: 15px;
}
.modal_box dl dd {
  margin-bottom: 20px;
}
.modal_box dl dd p {
  margin-bottom: 15px;
}
.modal_box ul {
  margin: 10px 0;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 20px;
}
.modal_box ul > li {
  list-style-type: disc;
}
.modal_box ul > li > ul {
  padding-inline-start: 20px;
  margin: 0 0 10px;
}
.modal_box ul > li > ul > li {
  list-style-type: circle;
}
.modal_box ul.decimal > li {
  list-style-type: decimal;
}
.modal_box ul.decimal > li > ul {
  padding-inline-start: 20px;
  margin: 0 0 10px;
}
.modal_box ul.decimal > li > ul > li {
  list-style-type: circle;
}

/* =======================================================

サンクスページ

======================================================= */
#thankspage {
  display: block;
  width: 100%;
  padding: 0 8% 60px;
  box-sizing: border-box;
  background-color: #FFF8E4;
}
#thankspage h2 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin: 30px auto;
}
@media (max-width: 768px) {
  #thankspage h2 {
    font-size: 5vw;
    margin: 2.5vw 0;
  }
}
#thankspage h2 span {
  font-size: 70%;
  text-align: center;
  color: #FF8E00;
}
#thankspage hr {
  border-top: 1px solid #707070;
  margin: 30px auto;
}

.thanks__txt {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .thanks__txt {
    font-size: 16px;
  }
}
.thanks__txt .texttel {
  margin-bottom: 6px;
  display: inline-block;
  position: relative;
}
@media (max-width: 768px) {
  .thanks__txt .texttel {
    margin-bottom: 2px;
  }
}

.thanks_tel_catch {
  text-align: center;
  color: #E60012;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  .thanks_tel_catch {
    font-size: 5vw;
  }
}

.thanks_tel_area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color: #FF7B15;
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .thanks_tel_area {
    font-size: 9vw;
  }
  .thanks_tel_area img {
    width: 10vw;
  }
}

.thanks__link {
  text-align: center;
  display: block;
  text-decoration: underline;
  font-weight: bold;
  color: #565656;
  margin-top: 40px;
}
.thanks__link:hover {
  text-decoration: none;
}

/* jQuery UI autocomplete アクセシビリティメッセージを非表示 */
.ui-helper-hidden-accessible {
  display: none !important;
}/*# sourceMappingURL=style.css.map */