@charset "UTF-8";
#pagetitle {
  --urlSP: url(../images/contact/pagetitle_bg_sp.webp);
  --urlPCx1: url(../images/contact/pagetitle_bg.webp);
  --urlPCx2: url(../images/contact/pagetitle_bg@2x.webp);
}
#pagetitle::before {
  content: "";
  position: absolute;
  left: 0;
  width: calc(200 / var(--spSize) * 100vw);
  height: calc(200 / var(--spSize) * 100vw);
  bottom: calc(-200 / var(--spSize) * 100vw);
  background: url(../images/contact/dec01_sp.webp) center/contain no-repeat;
  z-index: 2;
}
@media (768px <= width) {
  #pagetitle::before {
    width: calc(50% - 54rem);
    max-width: 42rem;
    height: 42rem;
    bottom: -42rem;
    background: url(../images/contact/dec01b.webp) top right no-repeat;
    z-index: 2;
  }
}
@media (768px <= width) {
  #pagetitle:after {
    content: "";
    height: 51.8rem;
    max-width: 25.9rem;
    width: calc(50% - 60rem);
    position: absolute;
    left: auto;
    right: 0;
    bottom: -25.9rem;
    background: url(../images/contact/dec01a.webp) top left no-repeat;
    z-index: 2;
  }
}

.section__title {
  display: grid;
  gap: calc(25 / var(--spSize) * 100vw) 0;
}
@media (768px <= width) {
  .section__title {
    gap: 2.5rem 0;
    width: 24.5rem;
  }
}
.section__title .en {
  font-size: 1.3rem;
  font-family: var(--ff-oswald);
  color: #0196ff;
  line-height: 1;
}
@media (768px <= width) {
  .section__title .en {
    font-size: 2.2rem;
  }
}
.section__title .ja {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--blue);
  line-height: 1;
}
@media (768px <= width) {
  .section__title .ja {
    font-size: 4.4rem;
  }
}
.section__lead {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.section__text {
  font-size: 1.5rem;
  line-height: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem 0;
}
.section__text p {
  margin-top: 0;
  display: inline-block;
}
* + .section__text {
  margin-top: calc(35 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .section__text {
    font-size: 1.6rem;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  * + .section__text {
    margin-top: 3rem;
  }
}
.section .btn {
  margin-top: calc(90 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .section .btn {
    margin-top: 5rem;
    margin-left: auto;
    margin-right: auto;
    width: 40rem;
  }
}

.contact__inner {
  padding: calc(190 / var(--spSize) * 100vw) calc(30 / var(--spSize) * 100vw) calc(150 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .contact__inner {
    padding: 15.5rem max(50% - 50rem, 5rem) 15rem;
  }
}
.contact__flow {
  padding: calc(70 / var(--spSize) * 100vw) 0;
  display: flex;
  justify-content: space-between;
}
@media (768px <= width) {
  .contact__flow {
    padding: 7.5rem 0;
    width: 52.5rem;
    margin: 0 auto;
  }
}
.contact__flow .maru {
  width: calc(32 / var(--spSize) * 100vw);
  height: calc(32 / var(--spSize) * 100vw);
  border-radius: 100%;
  background-color: var(--color);
  margin: 0 auto;
}
@media (768px <= width) {
  .contact__flow .maru {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.contact__flow .text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 144%;
  color: var(--color);
}
.contact__flow__input, .contact__flow__confirm, .contact__flow__complete {
  --color: #ccc;
  display: grid;
  gap: 1.5rem 0;
}
.contact__flow__input.current, .contact__flow__confirm.current, .contact__flow__complete.current {
  --color: var(--blue);
}
.contact__flow__confirm .maru, .contact__flow__complete .maru {
  position: relative;
}
.contact__flow__confirm .maru::before, .contact__flow__complete .maru::before {
  content: "";
  width: 40vw;
  height: 1px;
  border-top: 1px dotted #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(-100%);
  z-index: -1;
}
@media (768px <= width) {
  .contact__flow__confirm .maru::before, .contact__flow__complete .maru::before {
    width: 23.4rem;
  }
}
.contact__form dl {
  border-bottom: 1px solid #ccc;
}
@media (768px <= width) {
  .contact__form dl {
    display: grid;
    grid-template-columns: 25.5fr 74.5fr;
  }
}
.contact__form dt,
.contact__form dd {
  font-size: 1.6rem;
}
.contact__form dt {
  padding: 1.5rem 1.5rem 0.75rem;
  font-weight: 700;
  border-top: 1px solid #ccc;
}
@media (768px <= width) {
  .contact__form dt {
    padding: 3rem 2rem;
    align-self: start;
    border-top: 1px solid #ccc;
  }
}
.contact__form dd {
  padding: 0.75rem 0 3rem;
}
@media (768px <= width) {
  .contact__form dd {
    border-top: 1px solid #ccc;
    padding: 2rem 2rem 2rem;
  }
}
.contact__form dd.radiobutton {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (768px <= width) {
  .contact__form dd.radiobutton {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.contact__form dd small.note {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #999;
}
.contact__form dd small.note.zip {
  margin-left: 4rem;
}
.contact__form .required {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact__form .required::after {
  content: "必須";
  border-radius: 0.2rem;
  font-size: 1.4rem;
  line-height: 144%;
  font-weight: 700;
  background: var(--blue);
  color: #fff;
  width: calc(100 / var(--spSize) * 100vw);
  height: calc(48 / var(--spSize) * 100vw);
  display: grid;
  place-content: center;
}
@media (768px <= width) {
  .contact__form .required::after {
    width: 5rem;
    height: 2.4rem;
  }
}
.contact__form .pref,
.contact__form input[name=address] {
  margin-top: calc(40 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .contact__form .pref,
  .contact__form input[name=address] {
    margin-top: 2rem;
  }
}
.contact__form .pp {
  text-align: center;
  margin-top: calc(60 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .contact__form .pp {
    margin-top: 3.5rem;
  }
}
.contact__form .pp label {
  display: inline-flex;
}
.contact__form .pp a {
  color: var(--blue);
  text-decoration: underline;
}
.contact__form .buttonarea {
  margin-top: calc(120 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .contact__form .buttonarea {
    margin-top: 6rem;
  }
}
.contact__form .buttonarea button {
  width: 100%;
}
@media (768px <= width) {
  .contact__form .buttonarea button {
    width: 40rem;
    margin-left: auto;
    margin-right: auto;
    height: 8rem;
    font-size: 1.8rem;
  }
}
.contact__form .buttonarea.confirm {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 calc(30 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .contact__form .buttonarea.confirm {
    grid-template-columns: repeat(2, 32rem);
    gap: 0 2rem;
  }
}
@media (768px <= width) {
  .contact__form .buttonarea.confirm button {
    width: 100%;
  }
}
.contact__form [class^=error-] {
  color: #c00;
}
.contact__form [class^=error-] .icon-error {
  margin-right: 0.5rem;
}

body.confirm {
  --clr-placeholder: #fff;
}
body.confirm dt {
  padding: 1.5rem 1.5rem 0.5rem;
}
body.confirm dt.required::after {
  content: none;
}
body.confirm dd {
  padding: 0 1.5rem 1.5rem;
}
@media (768px <= width) {
  body.confirm dd {
    padding: 3rem 2rem;
  }
}
body.confirm .input {
  display: none;
}
body.confirm .select::after {
  content: none;
}
body.confirm select {
  background: none;
  pointer-events: none;
  color: var(--clr-text-light);
}
body.confirm input[type=text],
body.confirm input[type=zip],
body.confirm input[type=email],
body.confirm input[type=tel],
body.confirm textarea {
  background: none;
  height: auto;
  pointer-events: none;
}
body.confirm textarea {
  resize: none;
}
body.confirm .pp {
  display: none;
}

body:not(.confirm) .confirm {
  display: none !important;
}

#pagetitle {
  --urlSP: url(../images/apply/pagetitle_bg_sp.webp);
  --urlPCx1: url(../images/apply/pagetitle_bg.webp);
  --urlPCx2: url(../images/apply/pagetitle_bg@2x.webp);
}
#pagetitle::before {
  width: 100%;
  height: calc(359 / var(--spSize) * 100vw);
  background: url(../images/apply/dec01_sp.webp) center/contain no-repeat;
}
@media (768px <= width) {
  #pagetitle::before {
    width: calc(50% - 54rem);
    max-width: 42rem;
    height: 42rem;
    bottom: -42rem;
    background: url(../images/apply/dec01b.webp) top right no-repeat;
  }
}

.section__text a {
  color: var(--blue);
  text-decoration: underline;
}
@media (hover: hover) and (width >= 1280px) {
  .section__text a {
    transition: all var(--speed) ease-in-out;
  }
  .section__text a:hover {
    text-decoration: none;
  }
}