@charset "UTF-8";
:root {
  --pri: #01064D;
  --pri-light: #7493A3;
  --white: #FFF;
  --black: #1F1F1F;
  --gray: #AFAFAF;
  --gray-light: #E9ECEE;
  --red: #E80004;
}

/*-------------------------------------
リセットCSS
--------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, a, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

a:hover {
  transition: all 0.3s ease-in;
}

ins {
  color: var(--black);
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  font-style: normal;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input[type=submit],
input[type=button],
input[type=radio] select {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=radio]::-webkit-search-decoration select::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus,
input[type=radio]::focus select::focus {
  outline-offset: -2px;
}

html {
  font-size: 62.5%;
}
@media (min-width: 1680px) {
  html {
    font-size: 64.5%;
  }
}
@media (min-width: 1900px) {
  html {
    font-size: 66.5%;
  }
}

body {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  box-sizing: border-box;
  color: var(--black);
  font-weight: 400;
  width: 100%;
  font-family: "Noto Sans JP", Roboto, "Helvetica Neue", HelveticaNeue, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
}

body.is--fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

html,
body {
  height: auto;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
}

img,
video,
object,
picture {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
  vertical-align: bottom;
}

a, button {
  transition: 0.3s ease;
  color: var(--black);
  text-decoration: none;
}

input,
button,
select,
textarea {
  background: transparent;
  border: none;
  border-radius: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul, ol, li,
dl, dt, dd,
table, tr, th, td,
small,
time,
a,
span,
div {
  line-height: 1;
  box-sizing: border-box;
}

pre {
  color: var(--black);
  background: var(--gray);
}

.layout__normal {
  width: min(84%, 460px);
  margin-inline: auto;
}
@media (min-width: 667px) {
  .layout__normal {
    width: min(84%, 120rem);
  }
}
@media (min-width: 1024px) {
  .layout__normal.pcsmall {
    width: min(84%, 96rem);
  }
}

.breadcrumb__wrap {
  width: 100%;
  height: 36px;
  margin-top: 52px;
}
@media (min-width: 1024px) {
  .breadcrumb__wrap {
    height: 42px;
    margin-top: 100px;
  }
}
.breadcrumb__wrap .inner-layout {
  padding: 0 0 0 3.5%;
  height: 100%;
}

.breadcrumb__nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.breadcrumb__list {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  font-size: 11px;
}
@media (min-width: 1024px) {
  .breadcrumb__list {
    font-size: 12px;
  }
}
.breadcrumb__list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.breadcrumb__list li:after {
  content: "／";
  display: block;
  margin: 0 1.2em;
  color: #DDDDDD;
}
.breadcrumb__list li:last-of-type:after {
  content: none;
}
.common__wrap {
  overflow: hidden;
}

.gnav__modal {
  width: 100%;
  height: 52px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0);
  transition: 0.3s ease;
}
@media (min-width: 1024px) {
  .gnav__modal {
    height: 100px;
  }
}
.gnav__modal .inner-layout {
  padding: 0 3.5%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .gnav__modal .inner-layout {
    margin-inline: auto;
    padding: 0 32px;
    height: 100%;
  }
}

.gnav__logo {
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
  top: 1px;
}
.gnav__logo a {
  width: 146px;
}
@media (min-width: 1024px) {
  .gnav__logo a {
    width: clamp(260px*0.8, 260/1440*100vw, 260px);
  }
}
.gnav__logo img {
  width: 100%;
}
.gnav__logo .sub {
  white-space: nowrap;
  font-size: 10px;
  color: var(--white);
  margin-left: 5px;
}
@media (min-width: 1024px) {
  .gnav__logo .sub {
    font-size: clamp(12px*0.8, 12/1440*100vw, 12px);
    margin-left: clamp(20px*0.8, 20/1440*100vw, 20px);
  }
}

.gnav__hamburger {
  width: 52px;
  height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  gap: 6px 0;
  transition: 0.3s ease;
}
@media (min-width: 1024px) {
  .gnav__hamburger {
    display: none;
  }
}
.gnav__hamburger:before {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background: var(--white);
  transition: 0.3s ease;
  border-radius: 3px;
}
.gnav__hamburger:after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background: var(--white);
  transition: 0.3s ease;
  border-radius: 3px;
}
.gnav__hamburger .border {
  width: 50%;
  height: 2px;
  background: var(--white);
  transition: 0.3s ease;
  border-radius: 3px;
}

.gnav__nav.right {
  position: fixed;
  z-index: 3;
  top: 0;
  right: -256px;
  width: 256px;
  height: 100dvh;
  background: var(--black);
  transition: 0.3s ease;
  overflow-y: scroll;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .gnav__nav.right {
    display: block;
    position: relative;
    transform: none;
    height: auto;
    background: none;
    overflow: inherit;
    width: min-content;
    left: auto;
    right: auto;
    padding-bottom: 0;
    height: 80px;
    margin-left: auto;
  }
}
.gnav__nav.right ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 52px;
  background: red;
}
@media (min-width: 1024px) {
  .gnav__nav.right ul {
    flex-direction: row;
  }
}
.gnav__nav.right ul li {
  margin-bottom: 1.85em;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .gnav__nav.right ul li {
    margin-bottom: 0;
  }
}
.gnav__nav.right ul li:last-of-type {
  margin-bottom: 0;
}
.gnav__nav.right ul li a {
  white-space: nowrap;
  transition: 0.3s ease;
}
.gnav__nav.fade {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: max-content;
  height: max-content;
  background: var(--white);
  transition: 0.3s ease;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (min-width: 1024px) {
  .gnav__nav.fade {
    display: flex;
    position: relative;
    transform: none;
    height: auto;
    background: none;
    overflow: inherit;
    width: min-content;
    left: auto;
    right: auto;
    padding-bottom: 0;
    height: 80px;
    margin-left: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.gnav__nav.fade ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  text-align: center;
  position: fixed;
  inset: 0;
  /* 上下左右を0にする */
  margin: auto;
  width: fit-content;
  height: fit-content;
}
@media (min-width: 1024px) {
  .gnav__nav.fade ul {
    flex-direction: row;
    position: static;
    gap: 0 1.5em;
    font-size: clamp(16px*0.7, 16/1440*100vw, 16px);
  }
}
.gnav__nav.fade ul li {
  margin-bottom: 1.85em;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .gnav__nav.fade ul li {
    margin-bottom: 0;
  }
}
.gnav__nav.fade ul li:last-of-type {
  margin-bottom: 0;
}
.gnav__nav.fade ul li a {
  white-space: nowrap;
  transition: 0.3s ease;
  letter-spacing: 0.1em;
  position: relative;
  transform: translateY(0);
  display: block;
}
@media (min-width: 1024px) {
  .gnav__nav.fade ul li a {
    color: var(--white);
  }
}
.gnav__nav.fade ul li a:hover {
  transform: translateY(-2px);
}
.gnav__nav.fade ul li a .text {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.gnav__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 2;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (min-width: 1024px) {
  .gnav__bg {
    display: none;
  }
}
.gnav__bg.is--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.gnav__modal.is--open .gnav__hamburger:before {
  width: 40%;
  transform: rotate(45deg) translateX(4px) translateY(4px);
  background: var(--black);
}
.gnav__modal.is--open .gnav__hamburger:after {
  width: 40%;
  transform: rotate(-45deg) translateX(7px) translateY(-7px);
  background: var(--black);
}
.gnav__modal.is--open .gnav__hamburger .border {
  opacity: 0;
}
.gnav__modal.is--open .gnav__nav.right {
  right: 0;
}
.gnav__modal.is--open .gnav__nav.fade {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.gnav__modal.is--scroll {
  background: var(--pri);
  border-bottom: solid 1px rgba(255, 255, 255, 0);
}

.header__verblack .gnav__modal {
  background: var(--white);
}
.header__verblack .gnav__modal.is--scroll {
  background: var(--white);
}
.header__verblack .gnav__logo .sub {
  color: var(--black);
}
.header__verblack .gnav__nav.fade ul li a {
  color: var(--black);
}
.header__verblack .gnav__hamburger:before {
  background: var(--black);
}
.header__verblack .gnav__hamburger:after {
  background: var(--black);
}
.header__verblack .gnav__hamburger .border {
  background: var(--black);
}

.main__common {
  min-height: 100vh;
  min-height: 100dvh;
}
.main__common.margin-top {
  margin-top: 52px;
}
@media (min-width: 1024px) {
  .main__common.margin-top {
    margin-top: 80px;
  }
}

.footer__global {
  padding: clamp(80px*0.6, 80/750*100vw, 8rem*0.6) 0;
  border-top: solid 1px var(--pri);
}
@media (min-width: 1024px) {
  .footer__global {
    padding: clamp(80px*0.8, 80/1440*100vw, 8rem) 0;
  }
}
.footer__global .inner-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .footer__global .inner-layout {
    flex-direction: row;
  }
}
.footer__global .footerlogo {
  display: block;
  width: 200px;
}
@media (min-width: 1024px) {
  .footer__global .footerlogo {
    width: clamp(300px*0.8, 300/1440*100vw, 3rem);
    margin-right: clamp(60px*0.8, 60/1440*100vw, 6rem);
  }
}
.footer__global .footernav {
  list-style: none;
  font-size: clamp(14px*0.8, 14/750*100vw, 1.4rem*0.8);
  display: flex;
  list-style: none;
  gap: 0 2em;
  margin: 2.4em 0;
}
@media (min-width: 1024px) {
  .footer__global .footernav {
    font-size: clamp(14px*0.8, 14/1440*100vw, 1.4rem);
  }
}
.footer__global .copy {
  font-size: clamp(12px*0.8, 12/750*100vw, 1.2rem*0.8);
}
@media (min-width: 1024px) {
  .footer__global .copy {
    font-size: clamp(12px*0.8, 12/1440*100vw, 1.2rem);
    margin-left: auto;
  }
}

.page-entry .entry-form {
  background-image: url(../img/bg.jpg);
  background-size: calc(1440/1440*100vw) calc(3000/1440*100vw);
  background-repeat: no-repeat;
  background-position: top left;
  padding: clamp(120px*0.6, 120/750*100vw, 12rem*0.6) 0;
}
@media (min-width: 1024px) {
  .page-entry .entry-form {
    padding: clamp(100px*0.8, 100/1440*100vw, 10rem) 0 clamp(140px*0.8, 140/1440*100vw, 14rem);
  }
}
.page-entry .entry-form-header .inner-layout {
  width: 93%;
  margin-inline: auto;
}
.page-entry .ttllayout {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  font-size: clamp(38px*0.6, 38/750*100vw, 3.8rem*0.6);
  margin-bottom: 1.75em;
}
@media (min-width: 1024px) {
  .page-entry .ttllayout {
    font-size: clamp(38px*0.8, 38/1440*100vw, 3.8rem);
  }
}
.page-entry .ttllayout .en {
  font-size: clamp(18px*0.7, 18/750*100vw, 1.8rem*0.7);
  color: var(--pri);
  font-weight: 400;
  margin-bottom: 1em;
}
@media (min-width: 1024px) {
  .page-entry .ttllayout .en {
    font-size: clamp(18px*0.8, 18/1440*100vw, 1.8rem);
  }
}
.page-entry .formflow {
  font-size: 12px;
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 0 5%;
  width: 100%;
}
@media (min-width: 667px) {
  .page-entry .formflow {
    font-size: 14px;
    gap: 0;
  }
}
.page-entry .formflow li {
  border: solid 1px var(--pri);
  background: var(--white);
  color: var(--pri);
  width: min(30%, 10rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 100%;
}
@media (min-width: 667px) {
  .page-entry .formflow li {
    width: min(140 / 750 * 100vw, 14rem);
    position: relative;
  }
}
.page-entry .formflow li .step {
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 0.65em;
}
@media (min-width: 667px) {
  .page-entry .formflow li .step {
    font-size: 12px;
  }
}
.page-entry .formflow li .ttl {
  font-weight: 500;
}
.page-entry .formflow li.is--active {
  background: var(--pri);
  color: var(--white);
}
.page-entry .formflow li:last-of-type:before {
  content: none;
}
@media (min-width: 667px) {
  .page-entry .formflow li.step1 {
    margin-right: calc(min(78/750*100vw, 7.8rem) + min(12/750*100vw*2, 1.2rem*2));
  }
}
@media (min-width: 667px) {
  .page-entry .formflow li.step1:before {
    content: "";
    display: block;
    width: min(78 / 750 * 100vw, 7.8rem);
    height: min(6 / 750 * 100vw, 0.6rem);
    background-image: url(../img/icon-formflow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: calc(100% + min(12/750*100vw, 1.2rem));
    transform: translateY(-50%);
  }
}
@media (min-width: 667px) {
  .page-entry .formflow li.step3 {
    margin-left: calc(min(78/750*100vw, 7.8rem) + min(12/750*100vw*2, 1.2rem*2));
  }
}
@media (min-width: 667px) {
  .page-entry .formflow li.step3:before {
    content: "";
    display: block;
    width: min(78 / 750 * 100vw, 7.8rem);
    height: min(6 / 750 * 100vw, 0.6rem);
    background-image: url(../img/icon-formflow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: calc(100% + min(12/750*100vw, 1.2rem));
    transform: translateY(-50%);
  }
}
.page-entry .form-content {
  padding: clamp(120px*0.6, 120/750*100vw, 12rem*0.6) 0 0 0;
}
@media (min-width: 1024px) {
  .page-entry .form-content {
    padding: clamp(60px*0.8, 60/1440*100vw, 6rem) 0 0 0;
  }
}
.page-entry .form-content .inner-layout {
  width: 100%;
  margin-inline: auto;
}
.page-entry .form-content form {
  display: block;
  width: 100%;
}
.page-entry .form-table {
  width: 100%;
}
@media (min-width: 667px) {
  .page-entry .form-table {
    width: min(96%, 104rem);
    margin-inline: auto;
  }
}
.page-entry .form-table table {
  width: 100%;
  display: block;
  font-size: clamp(16px*0.85, 16/750*100vw, 1.6rem*0.85);
}
@media (min-width: 667px) {
  .page-entry .form-table table {
    display: table;
    font-size: clamp(16px*0.85, 16/1440*100vw, 1.6rem);
  }
}
.page-entry .form-table tbody {
  width: 100%;
  display: block;
}
@media (min-width: 667px) {
  .page-entry .form-table tbody {
    display: table-row-group;
  }
}
.page-entry .form-table tr {
  background: var(--white);
  display: block;
  border-bottom: solid 1px #EEE;
}
@media (min-width: 667px) {
  .page-entry .form-table tr {
    display: table-row;
  }
}
.page-entry .form-table th {
  width: 100%;
  padding: 1.75em 1.25em 0.75em;
  display: block;
}
@media (min-width: 667px) {
  .page-entry .form-table th {
    display: table-cell;
    width: 34%;
    vertical-align: top;
    padding: clamp(25px*0.8, 25/1440*100vw, 2.5rem) 0 clamp(25px*0.8, 25/1440*100vw, 2.5rem) clamp(40px*0.8, 40/1440*100vw, 4rem);
  }
}
.page-entry .form-table th .th-layout {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  line-height: 1.4;
}
.page-entry .form-table th.required .th-layout:after {
  content: "必須";
  display: block;
  background: var(--red);
  border-radius: 100px;
  padding: 0.65em 1.2em;
  color: var(--white);
  font-size: 12px;
  font-weight: 400;
  width: fit-content;
  white-space: nowrap;
  margin-left: auto;
}
.page-entry .form-table th.option .th-layout:after {
  content: "任意";
  display: block;
  background: #AAAAAA;
  border-radius: 100px;
  padding: 0.65em 1.2em;
  color: var(--white);
  font-size: 12px;
  font-weight: 400;
  width: fit-content;
  white-space: nowrap;
  margin-left: auto;
}
.page-entry .form-table td {
  display: block;
  line-height: 1.4;
  padding: 0.75em 1.25em 1.75em;
}
@media (min-width: 667px) {
  .page-entry .form-table td {
    display: table-cell;
    width: auto;
    vertical-align: top;
    padding: clamp(20px*0.8, 20/1440*100vw, 2rem) clamp(40px*0.8, 40/1440*100vw, 4rem) clamp(20px*0.8, 20/1440*100vw, 2rem) clamp(30px*0.8, 30/1440*100vw, 3rem);
  }
}
.page-entry .form-table p {
  line-height: 1.4;
}
.page-entry .form-table a {
  color: var(--red);
  text-decoration: underline;
}
.page-entry .form-table .input-text {
  background: #F6F6F6;
  border: 1px solid #EEEEEE;
  padding: 1em;
  width: 100%;
  border-radius: 3px;
}
.page-entry .form-table .input-text.size-auto {
  width: auto;
}
@media (min-width: 667px) {
  .page-entry .form-table .input-text.size-auto--tb {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .page-entry .form-table .input-text.size-auto--pc {
    width: auto;
  }
}
.page-entry .form-table .input-text.icon-calendar {
  background-image: url(../img/icon-calendar.svg);
  background-size: 1em 1em;
  background-repeat: no-repeat;
  background-position: right 1em center;
}
.page-entry .form-table .input-text.icon-calendar.is--selected {
  background-image: none;
}
.page-entry .form-table .form-list {
  list-style: none;
}
@media (min-width: 667px) {
  .page-entry .form-table .form-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 667px) {
  .page-entry .form-table .form-list .form-list-item {
    width: 47%;
  }
}
@media (min-width: 1024px) {
  .page-entry .form-table .form-list .form-list-item {
    width: calc((100%/3) - (4.8%*2/3));
  }
}
.page-entry .form-table .form-list .form-list-item:last-of-type .form-select-group {
  margin-bottom: 0;
}
@media (min-width: 667px) {
  .page-entry .form-table .form-list .form-list-item:nth-last-of-type(-n + 2) .form-select-group {
    margin-bottom: 0;
  }
}
.page-entry .form-table .form-list .form-select-group {
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .page-entry .form-table .form-list .form-select-group {
    margin-bottom: 40px;
  }
}
.page-entry .form-table .form-list .form-select-group label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  width: fit-content;
}
.page-entry .form-table .form-list .form-select-group label:last-of-type {
  margin-bottom: 0;
}
.page-entry .form-table .form-list .form-select-group .small {
  font-size: 0.8em;
  white-space: nowrap;
  margin-right: 8px;
}
.page-entry .form-table .checkbox-list {
  display: flex;
  flex-direction: column;
  gap: 1em;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-entry .form-table .custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.page-entry .form-table .checkbox-hidden {
  display: none;
  /* デフォルトのチェックボックスを非表示 */
}
.page-entry .form-table .checkbox-costom {
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  margin-right: 8px;
  border-radius: 3px;
  background: #F6F6F6;
  border: 1px solid #EEEEEE;
  position: relative;
  transition: all 0.3s ease;
}
.page-entry .form-table .checkbox-hidden:checked + .checkbox-costom {
  background: var(--pri);
  border: 2px solid var(--pri);
}
.page-entry .form-table .checkbox-hidden:checked + .checkbox-costom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2em;
  height: 1.2em;
  transform: translate(-50%, -50%);
  background: url("../img/icon-check.svg") no-repeat center/contain;
}
.page-entry .form-table .radio-list {
  display: flex;
  flex-direction: column;
  gap: 1em;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-entry .form-table .custom-radio-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
}
.page-entry .form-table .custom-radio-box input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.page-entry .form-table .custom-radio {
  width: 1.35em;
  height: 1.35em;
  border-radius: 50%;
  background: #F6F6F6;
  border: 1px solid #EEEEEE;
  margin-right: 0.5em;
  position: relative;
  transition: all 0.3s ease;
}
.page-entry .form-table .custom-radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--pri);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease;
}
.page-entry .form-table input[type=radio]:checked + .custom-radio {
  background: var(--pri);
}
.page-entry .form-table input[type=radio]:checked + .custom-radio::after {
  transform: translate(-50%, -50%) scale(1);
}
.page-entry .form-table .custom-file {
  display: inline-block;
  background: var(--black);
  color: var(--white);
  padding: 0.75em 2em;
  cursor: pointer;
  font-size: clamp(16px*0.85, 16/750*100vw, 1.6rem*0.85);
  transition: opacity 0.3s ease;
}
.page-entry .form-table .custom-file input[type=file] {
  display: none;
}
.page-entry .form-table .custom-file:hover {
  opacity: 0.8;
}
.page-entry .form-table .file-thumb img {
  max-width: 160px;
  height: auto;
  display: block;
}
.page-entry .form-table .is--hidden {
  display: none;
}
.page-entry .form-table .col1 {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .page-entry .form-table .col1--pc {
    display: flex;
    align-items: center;
  }
}
.page-entry .form-table .row-sp {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 667px) {
  .page-entry .form-table .row-sp {
    flex-direction: row;
    align-items: center;
  }
}
.page-entry .form-table .row-sp .row-sp-content {
  width: 100%;
}
@media (min-width: 667px) {
  .page-entry .form-table .row-sp .row-sp-content {
    width: fit-content;
  }
}
.page-entry .form-table .row-sp .row-sp-content.flex-row {
  display: flex;
  align-items: center;
}
.page-entry .form-table .fs--large {
  font-size: 1.5em;
}
.page-entry .form-table .fs--small {
  font-size: 0.85em;
}
.page-entry .form-table .mt--large {
  margin-top: 1.5em;
}
.page-entry .form-table .mt--normal {
  margin-top: 1em;
}
.page-entry .form-table .mt--small {
  margin-top: 0.75em;
}
@media (min-width: 667px) {
  .page-entry .form-table .mt--none--tb {
    margin-top: 0;
  }
}
.page-entry .form-table .mr--large {
  margin-right: 1.5em;
}
.page-entry .form-table .mr--normal {
  margin-right: 1em;
}
.page-entry .form-table .mr--small {
  margin-right: 0.75em;
}
@media (min-width: 1024px) {
  .page-entry .form-table .mr--normal--pc {
    margin-right: 1em;
  }
}
.page-entry .form-table .mb--large {
  margin-bottom: 1.5em;
}
.page-entry .form-table .mb--normal {
  margin-bottom: 1em;
}
.page-entry .form-table .mb--small {
  margin-bottom: 0.75em;
}
.page-entry .form-table .mb--exsmall {
  margin-bottom: 0.5em;
}
@media (min-width: 1024px) {
  .page-entry .form-table .mb--none--pc {
    margin-bottom: 0em;
  }
}
.page-entry .form-table .ml--large {
  margin-left: 1.5em;
}
.page-entry .form-table .ml--normal {
  margin-left: 1em;
}
.page-entry .form-table .ml--small {
  margin-left: 0.75em;
}
@media (min-width: 667px) {
  .page-entry .form-table .ml--normal--tb {
    margin-left: 1em;
  }
}
.page-entry .form-table .text--al {
  text-align: left;
}
.page-entry .form-table .fw--normal {
  font-weight: 400;
}
.page-entry .form-table .nowrap {
  white-space: nowrap;
}
@media (min-width: 667px) {
  .page-entry .form-table .col2--list--tb {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 667px) {
  .page-entry .form-table .col2--list--tb li {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .page-entry .form-table .col3--list--pc {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .page-entry .form-table .col3--list--pc li {
    width: 30%;
  }
}
@media (min-width: 667px) {
  .page-entry .form-table .colauto--list--tb {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 2em;
  }
}
.page-entry .form-table .indent-text {
  text-indent: -1em;
  padding-left: 1em;
}
.page-entry .form-table .indent-text2 {
  text-indent: -1.6em;
  padding-left: 1.6em;
}
@media (min-width: 1024px) {
  .page-entry .form-table .td-label-uni {
    flex-shrink: 0;
    width: 5em;
  }
}
.page-entry .form-table .error-text {
  display: none;
}
.page-entry .form-table .error-text.is--error {
  display: block;
  margin: 1em 0;
  color: var(--red);
}
.page-entry .form-table .input-text.is--error {
  border: solid 1px var(--red);
}
.page-entry .form-table .checkbox-list.is--error {
  border: solid 1px var(--red);
  padding: 1em;
}
.page-entry .form-table .custom-checkbox.is--error {
  border: solid 1px var(--red);
  padding: 1em;
}
.page-entry .form-table .custom-radio-box.is--error {
  border: solid 1px var(--red);
  padding: 1em;
}
.page-entry .form-table .form-list.is--error {
  border: solid 1px var(--red);
  padding: 1em;
}
.page-entry .form-table .radio-list.is--error {
  border: solid 1px var(--red);
  padding: 1em;
}
.page-entry .form-table .custom-file-box.is--error {
  border: solid 1px var(--red);
  padding: 1em;
}
.page-entry .form-table .confirm-text + .confirm-text {
  margin-top: 0.5em;
}
.page-entry .form-btn {
  text-align: center;
  margin-top: 6em;
  display: flex;
  gap: 0 1.5em;
  margin-inline: auto;
  width: fit-content;
}
.page-entry .btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--pri);
  color: var(--pri);
  background: var(--white);
  font-weight: 700;
  font-size: clamp(16px*0.9, 16/750*100vw, 1.6rem*0.9);
  padding: 1em 2em;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
@media (min-width: 1024px) {
  .page-entry .btn-submit {
    font-size: clamp(16px*0.9, 16/1440*100vw, 1.6rem);
  }
}
.page-entry .btn-submit .icon-submit {
  width: calc(1.375em + 2px);
  height: calc(1.375em + 2px);
  margin-left: 1em;
  background: var(--pri);
  border: solid 1px var(--white);
  border-radius: 100%;
}
.page-entry .btn-submit:hover {
  background: var(--pri);
  color: var(--white);
}
.page-entry .btn-submit.back {
  border: 2px solid #5F5F5F;
  color: #5F5F5F;
}
.page-entry .btn-submit.back .icon-submit {
  background: #5F5F5F;
}
.page-entry .btn-submit.back:hover {
  background: #5F5F5F;
  color: var(--white);
}
.page-entry.page-confirm .form-table {
  max-width: 750px;
}
.page-entry.page-confirm .form-table th.required .th-layout:after {
  content: none;
}
.page-entry.page-confirm .form-table th.option .th-layout:after {
  content: none;
}
.page-entry.page-confirm .form-table table {
  display: block;
}
.page-entry.page-confirm .form-table tbody {
  display: block;
}
.page-entry.page-confirm .form-table tr {
  display: block;
}
.page-entry.page-confirm .form-table th {
  width: 100%;
  display: block;
  padding: 1em 1em 0.5em 1em;
}
@media (min-width: 667px) {
  .page-entry.page-confirm .form-table th {
    padding: 1.75em 2.25em 0.5em 2.25em;
  }
}
.page-entry.page-confirm .form-table td {
  display: block;
  padding: 0 1em 1em 1em;
}
@media (min-width: 667px) {
  .page-entry.page-confirm .form-table td {
    padding: 0 2.25em 1.75em 2.25em;
  }
}
.page-entry.page-complete .form-content .inner-layout {
  width: min(92%, 750px);
  margin-inline: auto;
}
.page-entry.page-complete .complete-ttl {
  font-size: clamp(20px*0.85, 20/750*100vw, 2rem*0.85);
}
@media (min-width: 667px) {
  .page-entry.page-complete .complete-ttl {
    font-size: clamp(20px*0.85, 20/1440*100vw, 2rem);
  }
}
.page-entry.page-complete .complete-text {
  font-size: clamp(16px*0.85, 16/750*100vw, 1.6rem*0.85);
  line-height: 1.8;
  margin-top: 1.5em;
}
@media (min-width: 667px) {
  .page-entry.page-complete .complete-text {
    font-size: clamp(16px*0.85, 16/1440*100vw, 1.6rem);
  }
}

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