@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.content {
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.5;
  color: #221815;
  max-width: 1300px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .isSP {
    display: none;
  }
}

.hd {
  padding-top: min(9.2307692308vw, 120px);
  text-align: center;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: min(100vw, 1300px);
}
.hd__ttlWrap {
  font-weight: bold;
}
.hd__ttlIc {
  width: min(6.2307692308vw, 81px);
  height: auto;
}
.hd__ttlTxt {
  margin: 0 auto;
  font-size: min(5.3846153846vw, 70px);
  color: #fff;
  display: flex;
  align-items: center;
  gap: min(2.3076923077vw, 30px);
  width: -moz-fit-content;
  width: fit-content;
  translate: max(-4.2307692308vw, -55px) 0;
}
.hd__ttl {
  margin-top: min(5.3846153846vw, 70px);
  color: #009fb9;
  font-size: min(9.2307692308vw, 120px);
  letter-spacing: -0.04em;
  line-height: 1.2;
  text-shadow: min(0.9230769231vw, 12px) min(0.9230769231vw, 12px) min(0.7692307692vw, 10px) #ffffff, max(-0.9230769231vw, -12px) min(0.9230769231vw, 12px) min(0.7692307692vw, 10px) #ffffff, min(0.9230769231vw, 12px) max(-0.9230769231vw, -12px) min(0.7692307692vw, 10px) #ffffff, max(-0.9230769231vw, -12px) max(-0.9230769231vw, -12px) min(0.7692307692vw, 10px) #ffffff, min(0.9230769231vw, 12px) 0px min(0.7692307692vw, 10px) #ffffff, 0px min(0.9230769231vw, 12px) min(0.7692307692vw, 10px) #ffffff, max(-0.9230769231vw, -12px) 0px min(0.7692307692vw, 10px) #ffffff, 0px max(-0.9230769231vw, -12px) min(0.7692307692vw, 10px) #ffffff;
}
.hd__lead {
  margin-top: min(35.3846153846vw, 460px);
  padding: 0 max((100% - 1300px) / 2, 20px);
  color: #3c0707;
}
.hd__leadTxtLarge {
  font-size: min(5vw, 65px);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.hd__leadTxt {
  margin-top: min(3.0769230769vw, 40px);
  font-size: clamp(14px, 2.6923076923vw, 35px);
  font-weight: 500;
  letter-spacing: -0.02em;
}

.main {
  margin-top: 30px;
  background-color: #61c1be;
  padding: 90px max((100% - 1100px) / 2, 20px) 120px;
}
@media (max-width: 767px) {
  .main {
    margin-top: 20px;
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.inner {
  background-color: #fff;
  position: relative;
  padding: 130px 50px 150px;
  position: relative;
}
@media (max-width: 767px) {
  .inner {
    padding: 70px 20px 50px;
  }
}
.inner::before {
  content: "";
  display: block;
  background-image: url(../images/deco.png);
  width: 392px;
  height: 112px;
  position: absolute;
  top: -44px;
  left: 50%;
  translate: -50% 0;
}
@media (max-width: 767px) {
  .inner::before {
    background-size: 100%;
    width: 200px;
    height: auto;
    top: -23px;
    aspect-ratio: 392/112;
  }
}
.inner__ttl {
  text-align: center;
  font-size: clamp(18px, 3.4615384615vw, 45px);
  color: #3c0707;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  border-bottom: 9px solid #3c0707;
  padding-bottom: 20px;
}

.confirm_ttl {
  text-align: center;
  font-size: clamp(9px, 1.7307692308vw, 22.5px);
  color: #3c0707;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  padding-top: 20px;
}


.inner__ttl.typeMt {
  margin-top: min(13.3333333333vw, 110px);
}

.box {
  margin-top: min(8vw, 60px);
  padding-bottom: min(5.3333333333vw, 50px);
  border-bottom: 1px solid #221815;
}
.box.typeNoBorder {
  border: none;
  padding-bottom: 0;
}
.box__ttl {
  font-size: min(4.2666666667vw, 25px);
  font-weight: bold;
  letter-spacing: 0.2em;
}
.box__required {
  display: inline-block;
  margin-left: 15px;
  color: #fff;
  background-color: #f00;
  font-weight: 400;
  letter-spacing: 0;
  padding: 0 10px 1px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .box__required {
    margin-left: 10px;
    border-radius: 5px;
  }
}
.box__item {
  margin-top: min(5.3333333333vw, 40px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 30px;
}

.box__item__checkbox {
  margin-top: min(5.3333333333vw, 40px);
  display: grid;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 30px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 900px) {
  .box__item__checkbox
   {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .box__item__checkbox {
    grid-template-columns: 1fr;
  }
}

.box__item__radio {
  margin-top: min(5.3333333333vw, 40px);
  display: grid;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 30px;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 900px) {
  .box__item__radio
   {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .box__item__radio {
    grid-template-columns: 1fr;
  }
}

.box__item.typeBirthday {
  gap: 10px;
  font-size: min(4vw, 25px);
}
@media (max-width: 767px) {
  .box__item.typeBirthday {
    gap: 10px 5px;
  }
}
.box__item.typeTel {
  display: block;
}
.box__label__checkbox {
  cursor: pointer;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items:stretch;
  gap: 5px;
  rotate: 0.03deg;
  font-size: min(4vw, 17px);
}

.box__label {
  cursor: pointer;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items:baseline;
  gap: 5px;
  rotate: 0.03deg;
  font-size: min(4vw, 17px);
}
.box__label.typeConfirm {
  font-size: min(4.8vw, 30px);
}
.box__radio {
  translate: 0 2px;
}
@media (max-width: 767px) {
  .box__check {
    translate: 0 2px;
  }
}
.box__check.typeConfirm {
  width: min(4vw, 25px);
  height: min(4vw, 25px);
}
.selectWrap {
  font-size: min(4vw, 25px);
  position: relative;
}

.selectWrap::after {
  pointer-events: none;
  content: "▼";
  position: absolute;
  right: 10px;
  top: 50%;
  translate: 0 -50%;
}

.box__selectWrap.typeBirthday::after {
  display: none;
}
.box__select {
  cursor: pointer;
  border: 1px solid #221815;
  padding: 3px 40px 3px 5px;
  border-radius: 8px;
  -webkit-appearance: none;
          appearance: none;
  min-width: 250px;
}
@media (max-width: 767px) {
  .box__select {
    border-radius: 5px;
  }
}
.box__select.typeBirthday {
  min-width: 0;
  width: 130px;
  padding: 3px 5px;
}
@media (max-width: 767px) {
  .box__select.typeBirthday {
    width: 45px;
  }
}
.box__input {
  background-color: #e6e6e6;
  font-size: min(4.2666666667vw, 25px);
  padding: 5px 10px;
  width: 100%;
  max-width: 642px;
}

.box__input.typeBirthday {
  background-color: #fff;
  border: 1px solid #221815;
  border-radius: 8px;
  width: 180px;
}
@media (max-width: 767px) {
  .box__input.typeBirthday {
    border-radius: 5px;
    width: 120px;
  }
}
.box__input.typeNum {
  margin-top: min(8vw, 60px);
  max-width: 315px;
}
.box__btn {
  display: block;
  font-size: min(4.8vw, 30px);
  color: #fff;
  background-color: #39b54a;
  border: 1px solid #39b54a;
  width: 244px;
  text-align: center;
  border-radius: 10px;
  padding: 5px;
  margin-top: min(8vw, 80px);
}
@media (max-width: 767px) {
  .box__btn {
    width: 200px;
  }
}
.box__btn:hover {
  background-color: #fff;
  color: #39b54a;
}
.box__txt {
  margin-top: min(4vw, 30px);
}
.box__attentionEm {
  color: #fff;
  background-color: #b60005;
  font-size: min(4vw, 25px);
  font-weight: 500;
  padding: 2px 20px;
}
.box__attentionTxt {
  margin: min(4vw, 30px) 0 min(10.6666666667vw, 80px);
  color: #b60005;
  letter-spacing: -0.02em;
  font-size: min(4vw, 25px);
}
.box__terms {
  margin-top: min(2.6666666667vw, 40px);
  padding: 15px;
  border: 1px solid #221815;
  font-size: min(4vw, 18px);
  max-height: 11em;
  overflow-y: scroll;
}
.box__termsTxt {
  rotate: 0.03deg;
}
.box__termsTxt:not(:first-child) {
  margin-top: 1em;
}

.submitBtn {
  display: block;
  margin: min(10.6666666667vw, 150px) auto 0;
  font-size: min(5.8666666667vw, 45px);
  color: #fff;
  background-color: #0071bc;
  border: 2px solid #0071bc;
  padding: 10px 30px;
  border-radius: 12px;
  letter-spacing: -0.02em;
}
.submitBtn:hover {
  color: #0071bc;
  background-color: #fff;
}

.ft {
  padding: min(8vw, 70px) 20px min(8vw, 60px);
  background-color: #898989;
  color: #fff;
  font-size: min(4vw, 25px);
  text-align: center;
}
.ft__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 120px;
}
@media (max-width: 767px) {
  .ft__list {
    gap: 10px;
  }
}
.ft__copy {
  margin-top: min(5.3333333333vw, 60px);
}/*# sourceMappingURL=style.css.map */

/*# edited by gondo  */
/* .box__item input {
  background-color: #e6e6e6;
  font-size: min(4.2666666667vw, 25px);
  padding: 5px 10px;
  width: 100%;
  max-width: 642px;
} */

/* 認証コード送信成功のメッセージ */
#sms_sent_message {
  display: none; /* 初期状態は非表示 */
  color: green;  /* メッセージの色 */
  font-size: 1.2em; /* 文字サイズを少し大きく */
  font-weight: bold; /* 文字を太くする */
  margin-top: 10px; /* 上部に少し余白を追加 */
}
/* 確認・戻る・送信ボタン */
.formBtns__btn,
.submitarea.submitBtn {
  display: inline-block;  /* ボタン内の要素をインラインブロックに */
  text-align: center;     /* ボタン内のテキストを中央揃え */
  padding: 10px 20px;     /* ボタンの内側の余白 */
  vertical-align: middle; /* テキストをボタンの中央に配置 */
  width: 100%;            /* 必要に応じてボタンの幅を調整 */
}

.inBtns {
  display: flex;          /* フレックスボックスを有効にする */
  justify-content: space-between; /* ボタンの間にスペースを均等に配置 */
  align-items: center;    /* ボタンを垂直方向に中央揃え */
  gap: 10px;              /* ボタン同士の間隔を設定 */
}



