@charset "UTF-8";

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  max-width: 100%;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* default setting */
body {
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  color: #000;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.647;
}

a {
  color: #148df0;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ol,
ul,
dl {
  list-style: none;
}

em,
i {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

img {
  vertical-align: top;
}

/* iOS Form */
input[type="submit"],
input[type="button"],
button {
  -webkit-appearance: button;
  -webkit-box-sizing: content-box;
  -moz-appearance: button;
  appearance: button;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}

input[type="input"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="search"] {
  -webkit-appearance: input;
  -webkit-box-sizing: content-box;
  -moz-appearance: input;
  appearance: input;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: normal;
  padding: 3px 8px;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}

input[type="input"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-decoration,
input[type="number"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-decoration {
  display: none;
}

input[type="input"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus {
  background-color: #fff;
  border: 1px solid #0d0d0d;
}

@media print,
screen and (min-width: 768px) {

  input[type="input"],
  input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="search"] {
    font-size: 18px;
    padding: 5px 10px;
  }
}

input[type="input"].error,
input[type="text"].error,
input[type="email"].error,
input[type="number"].error,
input[type="search"].error {
  background-color: #fee;
  border-color: #b40019;
}

textarea {
  background-color: #fff;
  border: 1px solid #222;
  font-size: 16px;
  height: 10em;
  padding: 3px 8px;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}

@media print,
screen and (min-width: 768px) {
  textarea {
    font-size: 18px;
    padding: 5px 10px;
  }
}

textarea.error {
  border-color: #b40019;
}

/* placeholder */
input::-webkit-input-placeholder {
  color: #ccc;
}

input::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder {
  color: #ccc;
}

input::placeholder {
  color: #ccc;
}

/* placeholder fot IE */
input:-ms-input-placeholder {
  color: #ccc;
}

/* placeholder for Edge */
input::-ms-input-placeholder {
  color: #ccc;
}

/* SP style */
@media print,
screen and (max-width: 767px) {
  main {
    padding-top: 90px;
  }

  img {
    height: auto;
    width: 100%;
  }

  .pc {
    display: none;
  }
}

@media screen and (max-width:560px) {
  main {
    padding-top: 0px;
  }

}

/* PC style */
@media print,
screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

/* thankspage */
.cv_inner{
  width: 800px;
  max-width: 90%;
  margin-inline: auto;
  padding-top: 20vh;
  p{
    text-align: center;
  }
  p+p{
    margin-top: 20px;
  }
  h2{
    text-align: center;
    margin-bottom: 30px;
  }
}
.thanks_btn {
  text-align: center;

  a {
    display: inline-block;
    background-color: #3966d9;
    color: #fff;
    text-decoration: none;
    padding: 10px 40px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}


      /* 全体コンテナ：横幅94%、最大400px、中央寄せ */
      .container {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        box-sizing: border-box;
      }
      /* すべての画像：タッチコールアウト、ドラッグ、テキスト選択禁止 */
      img {
        -webkit-touch-callout: none;
        -webkit-user-drag: none;
        user-select: none;
      }
      /* パネル画像（余白なし） */
      .panel-image {
        display: block;
        width: 100%;
        max-width: 400px;
        margin: 0;
        padding: 0;
      }
      /* panel2～7のラッパー */
      .panel-wrapper {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
      }
      .panel-wrapper img {
        display: block;
        width: 100%;
        max-width: 400px;
        margin: 0;
        padding: 0;
      }

      .panel-wrapper .ctr-button a img{
        text-align: center;
      }
      
      .top-nav {
        display: flex;
        flex-wrap: wrap;
        max-width: 400px;
        margin: 0 auto;
        padding: 0;
      }
      
      .top-nav a {
        width: 49%;
      }
      
      .top-nav a img {
        width: 100%;
      }
      
      /* joinbtn：パネル画像上に重ね、下端から1～3%上げて配置 */
      .joinbtn, .joinbtn2, .joinbtn3 {
        position: absolute;
          right: 0;
        left: 0;
        margin: 0 auto!important;
        width: 61%;
        z-index: 10;
        cursor: pointer;
      }
      .joinbtn { bottom: 49%;width: 70%!important;  }
      .joinbtn2 { bottom: 7%; width: 70%!important; }
      .joinbtn3 { bottom: 1%; width: 70%!important; }
      
      /* ---------- フォームセクション ---------- */
      .form-section {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        padding: 5% 2% 30px 2%;
        background-image:url(../images/form-bg.png);
        color: #1d1d1d;
        font-size: 1em;
        box-sizing: border-box;
        position: relative;
        z-index: 3;
      }
      
      .form-section * {
        font-family: "Hiragino Kaku Gothic Pro", "MS PGothic", "MS Gothic", sans-serif;
        font-weight: bold !important;
      }
      
      .form-header {
        margin-bottom: 15px;
      }
      
      .form-header img {
        display: block;
      }
      
      .form-header img.form-label {
        width: 100%;
        margin: 0 auto 4% auto;
      }
      
      .form-header img.form-caption {
        width: 100%;
        color: #FFF;
      }

      .form-wrapper {
        border:2px solid #469fdc;
        padding: 10px 25px 25px 25px;
        border-radius: 12px;
      }
      
      .form-group label {
        display: inline-flex;
        align-items: center;
        font-weight: bold !important;
        font-size: 1em;
        line-height: 1em;
        margin-bottom: 3px;
      }
      
      .form-group {
        margin-top: 20px;
        margin-bottom: 10px;
      }
      
      .form-group label {
        display: block;
        margin-bottom: 3px;
      }
      
      .required {
        display: inline-block;
        background-color: #193273;
        color: #fff;
        border-radius: 2px;
        padding: 0 4px;
        font-size: 0.7em;
        font-weight: bold;
        margin-left: 5px;
        vertical-align: middle;
        line-height: 1.7em;
      }
      
      .form-group input[type="text"],
      .form-group input[type="email"],
      .form-group input[type="tel"] {
        width: 100%;
        padding: 4px;
        font-size: 1em;
        box-sizing: border-box;
        height: 30px;
      }
      
      .form-group button img {
        width: 100%;
        display: block;
      }
      
      .birth-date {
        display: flex;
        align-items: center;
        gap: 5px;
      }
      
      .birth-date span {
        white-space: nowrap;
      }
      
      .birth-date input.birth-input {
        padding: 4px;
        font-size: 1em;
        box-sizing: border-box;
        height: 30px;
        min-width: 0;
        flex-shrink: 1;
      }
      
      .birth-date input.birth-year {
        width: 80px;
      }
      
      .birth-date input.birth-month,
      .birth-date input.birth-day {
        width: 52.5px;
      }
      
      .checkbox-group {
        display: flex;
        flex-wrap: nowrap;
        gap: 4px;
        align-items: center;
      }
      
      .checkbox-group label {
        display: flex;
        align-items: center;
        font-size: 0.8em;
      }
      
      .checkbox-group input[type="checkbox"] {
        margin-right: 5px;
      }
      
      .form-group textarea {
        width: 100%;
        padding: 4px;
        font-size: 1em;
        box-sizing: border-box;
        height: 90px;
        resize: vertical;
      }
      
      .form-group button {
        padding: 10px 20px;
        background-color: #00afeb;
        font-size: 1em;
        color: #fff;
        border: none;
        cursor: pointer;
      }
      
      @media screen and (max-width: 480px) {
        #parts1 { margin-top: 5px; }
      }
      
      #sectionbody13 {
        width: 100%;
        background-color: #ffb944;
        padding: 20px 0;
        box-sizing: border-box;
      }
      
      #sectionbody13 img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto 20px auto;
      }
      
      #sectionbody14 {
        width: 100%;
        background-color: #ffb944;
        padding-bottom: 20px;
        padding-top: 5px;
        box-sizing: border-box;
        margin-top: -30px;
      }
      
      #companyTableContainer {
        margin: 34px 20px 0 20px;
      }

      .center {
        text-align: center;
      }

/* 入力テキストを黒に固定（スマホ対応） */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="date"],
select,
textarea {
  color: #111 !important;
  background-color: #fff !important;
  caret-color: #111;
  text-shadow: none !important;
  -webkit-text-fill-color: #111 !important; /* iOS Safari対策 */
}

/* プレースホルダー */
input::placeholder,
textarea::placeholder {
  color: #9aa0a6 !important;
  opacity: 1;
}

/* iOS Safari のオートフィル・入力中も黒文字にする */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: #111 !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
}

/* フォーカス時も黒文字を維持 */
input:focus,
textarea:focus {
  -webkit-text-fill-color: #111 !important;
}