@charset "utf-8";

*,
*::after,
*::before {
  box-sizing: border-box;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
div {
  padding: 0;
  margin: 0;
  border: 0;
  zoom: 1;
}

body {
  background: #fff;
  color: #333;
  width: 100%;
  height: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

h1,
h2,
h3 { font-weight: bold; }

a,
a:active { color: #0e82ed; }
a:visited { color: #0e82ed; }
a:hover { text-decoration: underline; }
a { text-decoration: underline; }

table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
  zoom: normal;
}

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

input,
button,
textarea,
select {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

input,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: baseline;
}

figure {
  padding: 0;
  margin: 0;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
}

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

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

/* clearfix */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.clearfix::before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.cf::before,
.cf::after {
  content: "";
  display: table;
}
.cf::after { clear: both; }

/* PC表示時 コンテンツ幅調整 */
@media screen and (min-width: 415px) {
  body {
    max-width: 414px;
    margin: 0 auto !important;
    box-shadow: 0 0 10px rgba(95, 94, 94, 0.3);
  }

  #contents_lp {
    max-width: calc(450px - 2px);
  }
}

@media screen and (min-width: 415px) {
  @supports (-webkit-hyphens: none) and (not (-ms-ime-align: auto)) {
    /* Safariのみ適用されるCSS */
    body {
      border-right: 1px solid #f8f8f8;
      border-left: 1px solid #f8f8f8;
    }
  }
}

/* support class
--------------------------------------------------------- */
.mT5 { margin-top: 5px; }
.mT10 { margin-top: 10px; }
.mT15 { margin-top: 15px; }
.mT20 { margin-top: 20px; }
.mT30 { margin-top: 30px; }
.mT40 { margin-top: 40px; }
.mB5 { margin-bottom: 5px; }
.mB10 { margin-bottom: 10px; }
.mB15 { margin-bottom: 15px; }
.mB20 { margin-bottom: 20px; }
.mB25 { margin-bottom: 25px; }
.mB30 { margin-bottom: 30px; }
.mB40 { margin-bottom: 40px; }
.mB50 { margin-bottom: 50px; }
.pT5 { padding-top: 5px; }
.pT10 { padding-top: 10px; }
.pT15 { padding-top: 15px; }
.pT20 { padding-top: 20px; }
.pT30 { padding-top: 30px; }
.pB5 { padding-bottom: 5px; }
.pB10 { padding-bottom: 10px; }
.pB15 { padding-bottom: 15px; }
.pB20 { padding-bottom: 20px; }
.pB30 { padding-bottom: 30px; }
.m5 { margin: 5px; }
.m10 { margin: 10px; }
.m15 { margin: 15px; }
.m20 { margin: 20px; }
.m30 { margin: 30px; }
.p5 { padding: 5px; }
.p10 { padding: 10px; }
.p15 { padding: 15px; }
.p20 { padding: 20px; }
.p30 { padding: 30px; }
.pLR15 { padding: 0 15px; }

.sr { font-size: 12px; }
.weight { font-weight: bold; }
.relative { position: relative; }

.c { text-align: center !important; }
.r { text-align: right !important; }
.l { text-align: left !important; }

.note-tiny {
  color: #666;
  font-size: 10px;
}

@media screen and (max-width: 320px) {
  .sr {
    font-size: 11px;
  }
}

/* color
--------------------------------------------------------- */
.red {
  color: #ee3255 !important;
  font-weight: 700 !important;
}

.blue {
  color: #2980b9 !important;
  font-weight: 700 !important;
}
.green { color: #0cbaa0 !important; }
.black { color: #333 !important; }
.black-weak { color: #666 !important; }

/* color（アラート、注目）
--------------------------------------------------------- */
.point-color {
  color: #ee3255;
  font-weight: bold;
}

.point-color .underline {
  text-decoration: underline;
}

/* 三点リーダー
--------------------------------------------------------- */
.overflow-1line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: -0.03em;
}

.overflow-2line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.overflow-3line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.overflow-4line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

/* Header
--------------------------------------------------------- */
#exHeader {
  display: block;
  clear: both;
  padding: 0;
  height: 57px;
  border-top: none;
  border-bottom: 1px solid #ddd;
  background: #fff !important;
}

#exHeader #exHeaderInner {
  width: 100%;
  height: 57px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 0 0 10px;
}

#exHeader #logoSub {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  line-height: 2;
  text-shadow: 0 1px 1px #fff;
}

#exHeader .headerIcon-lp {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  height: 100%;
}

#exHeader .headerIcon-lp a {
  margin: 10px 0 0 16px;
}

/* Footer
--------------------------------------------------------- */
#exFooter {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
  background: #29c7af;
}

#exFooter .copyright {
  border: none;
  padding: 0 0 10px;
  text-align: center;
  text-shadow: none;
}

#exFooter .copyrightTxt {
  color: #fff;
  font-size: 10px;
  padding: 10px 0 0;
}

#companyinfo {
  padding: 15px 0 0;
  font-size: 11px;
  color: #fff;
}

.footer-recruit a {
  display: block;
  background: #f3f7ff;
  color: #333;
  font-size: 14px;
  padding: 10px;
  text-align: center;
}

/* テキストリンクのarrowアイコン
--------------------------------------------------------- */
.link-icon-arr-right {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.c .link-icon-arr-right {
  justify-content: center;
}

.link-icon-arr-right img,
.link-icon-arr-right-r img {
  margin: 0 5px;
  height: 13px;
  width: 8px;
}

.link-icon-arr-right-r {
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: flex-end;
}

.link-icon-flex {
  display: inline-flex;
  align-items: center;
}

.link-icon-flex img {
  margin: 0 3px;
  width: 13px;
  height: auto;
}

/* button
--------------------------------------------------------- */
.btn-def {
  display: block;
  width: 90%;
  border-radius: 50px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-weight: bold;
  padding: 16px 10px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
}

.btn-black-border {
  background: #fff;
  border: 1px solid #333;
  color: #333 !important;
}

.btn-secondary {
  background: #0ca795;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding: 16px 0;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  width: 90%;
  position: relative;
}

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

.btn-secondary-outline {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  border: 1px #0cbaa0 solid;
  border-radius: 5px;
  color: #07b097 !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 15px 0;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  width: 84%;
  position: relative;
}

.btn-secondary-outline:hover {
  text-decoration: none;
  cursor: pointer;
}

.btn-inactive {
  background: #ccc;
  border-radius: 4px;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 15px 0;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  width: 84%;
  position: relative;
}

/* ページトップ
--------------------------------------------------------- */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  font-size: 77%;
  z-index: 200;
}

#page-top a {
  background: #fff;
  border: 1px #333 solid;
  opacity: 0.7;
  text-decoration: none;
  width: 40px;
  padding: 12px 4px 11px;
  text-align: center;
  display: block;
  border-radius: 50px;
  box-shadow: 2px 2px 4px #ccc;
}

/* モーダル背景初期設定
--------------------------------------------------------- */
#modal_overlay {
  z-index: 5;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal_content {
  display: none;
  z-index: 6;
  position: fixed;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal-common {
    width: 50% !important;
  }
}

/* 会員登録フォーム
--------------------------------------------------------- */
.lp-form-wrap {
  padding: 20px;
}

.lp-form-bg {
  background: #f5f6fa;
}

.lp-form-area {
  margin-top: 20px;
}

a.btn-line {
  background: #06c755;
  border-radius: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: bold;
  margin: 10px auto;
  text-decoration: none;
  width: 86%;
  line-height: 50px;
  padding-left: 10px;
}

.section-inner-ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px #e5eafc solid;
  font-size: 20px;
  padding: 10px 0 10px;
  letter-spacing: -0.04em;
  margin-top: 36px;
}

.section-inner-ttl::after {
  position: absolute;
  display: block;
  content: " ";
  border-top: 2px #0cbaa0 solid;
  top: -2px;
  width: 30%;
}

.area-sns a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.area-sns a img {
  position: absolute;
  left: 10px;
  width: 34px;
  height: 34px;
}

.lp-form-area .link-login {
  margin-top: 8px;
  text-align: center;
}

.lp-form-area .link-login a {
  color: #333;
}

form > ul {
  background: #fff;
  border-radius: 12px;
  margin: 0 0 20px;
  padding: 20px;
  box-shadow: 10px 10px 20px rgba(57, 48, 109, 0.13);
}

.attention-regist {
  border-radius: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
}

.attention-regist > li {
  font-size: 14px;
  line-height: 170%;
}

form ul.attention-regist > li + li {
  margin-top: 10px;
}

form ul:last-child {
  margin: 0;
}

.ttl-card {
  position: relative;
  font-size: 18px;
  margin: 0 0 16px;
  padding: 0 0 0 15px;
  line-height: 170%;
}

.ttl-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  width: 6px;
  height: 100%;
  background: #0cbaa0;
}

.ttl-card-accordion {
  margin: 0;
}

.ttl-card-black {
  position: relative;
  font-size: 18px;
  margin: 0 0 16px;
  padding: 0 0 0 15px;
  line-height: 170%;
}

.ttl-card-black::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  width: 6px;
  height: 100%;
  background: #333;
}

.ttl-card span {
  background: #ea4b69;
  border-radius: 20px;
  color: #fff;
  font-size: 11px;
  margin: -2px 0 0 10px;
  padding: 0 10px;
  display: inline-table;
  vertical-align: middle;
  line-height: 170%;
}

.lp-form-area ul li .form {
  margin: 0 0 20px;
}

.lp-form-area ul li .form input.form {
  margin: 5px 0;
}

/* フォーム */
.lp-form-area .form {
  position: relative;
  font-family: Arial, sans-serif;
  color: #000;
  border-radius: 8px;
  margin-bottom: 15px;
}

.lp-form-area .form input[type="text"],
.lp-form-area .form input[type="tel"],
.lp-form-area .form input[type="email"],
.lp-form-area .form input[type="password"],
.lp-form-area .form select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  box-sizing: border-box;
  min-height: 44px;
}

.lp-form-area form input::placeholder {
  color: #999;
  font-size: 14px;
}

/* 新規会員登録フォーム：性別 */
input.input-gender {
  display: none;
}

input.input-gender + label {
  display: inline-block;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  color: #999;
  width: calc((100% / 3) - 20px);
  padding: 6px 0 5px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
  min-height: 30px;
  line-height: 30px;
}

/* 性別選択時 */
input.input-gender:checked + label {
  border-color: #07b097;
  color: #07b097;
}

.lp-form-area .birth-date {
  display: flex;
  align-items: center;
  gap: 5px;
}

.lp-form-area .birth-date select {
  flex: 1;
  max-width: 80px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #000;
  background: url("../../images/arrow.png") no-repeat right 6px center;
  background-size: 10px auto;
  padding-right: 20px;
}

.lp-form-area .birth-date span {
  color: #666;
  font-size: 14px;
}

.birth-box {
  display: flex;
  align-items: center;
  gap: 5px;
}

.birth-box .birth-box-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.birth-box .birth-box-item-year {
  width: 100px;
}

.birth-box .birth-box-item-day {
  width: 80px;
}

.birth-box .birth-box-item-month {
  width: 80px;
}

.lp-form-area .agreement-area {
  margin: 20px 0;
}

.lp-form-area .agreement-area label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px;
}

.lp-form-area .formBtn {
  width: 100%;
  background: #0ca795;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 16px 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

.form-btn-wrap {
  padding: 0 20px;
  margin: 0 0 20px;
}

.lp-form-area .formBtn:hover:not(:disabled) {
  background: #0a9084;
}

.lp-form-area .formBtn.disable-color {
  background: #ccc;
  cursor: not-allowed;
}

.lp-form-area .errorArea {
  color: #ee3255;
  font-size: 12px;
  margin-top: 5px;
  font-weight: bold;
}

.lp-form-area .black-weak {
  color: #666;
  font-size: 12px;
}

.accordion summary::-webkit-details-marker {
  display: none; /* デフォルトの三角を非表示 */
}

summary {
  list-style: none; /* Firefox対応 */
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none; /* Chrome・Safari */
}

.accordion summary::after {
  content: "";
  background: url("../../images/icon/icon-link-arr-right-black.svg") no-repeat;
  transition: transform 0.2s;
  width: 7px;
  height: 11px;
  justify-content: center;
}

.accordion[open] summary::after {
  transform: rotate(90deg);
}

/* 新規会員登録フォーム：利用規約同意チェックボックス */
.register_disable input.disable-color {
  background: #ccc;
  pointer-events: none;
}

.agreement-area label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 20px;
}

.agreement-area input {
  transform: scale(1.5);
  appearance: auto;
}

.agreement-area-text {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 0 10px;
}

@media screen and (max-width: 320px) {
  .agreement-area input {
    transform: none;
  }

  .agreement-area-text {
    font-size: 13px;
    letter-spacing: -1px;
    margin: 0 0 0 5px;
  }
}
