@charset "UTF-8";

:root {
  --entry-color-text: #47332a;
  --entry-color-type01: #00A098;
  --entry-color-type02: #222;
  --entry-color-required: #ff8da0;
  --entry-color-border: #ddd;
  --entry-color-focus: #ff8da0;
  --entry-color-th: #888888;
  --entry-color-result: #00A098;
  --entry-color-button: #ff8112;
}

/* --------------------------------

  求人情報　プログラム

-------------------------------- */

.recruit-heading a {
  display: inline-block;
  vertical-align: top;
  color: currentColor;
}

.recruit-heading a:hover {
  text-decoration: none;
}

.recruit-result-job {
  display: flex;
  align-items: center;
  padding-bottom: 2.4rem;
}

@media screen and (max-width: 767.98px) {
  .recruit-result-job {
    flex-direction: column;
    align-items: flex-start;
  }
}

.recruit-result-job .title {
  display: block;
  width: 256px;
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 1099.98px) {
  .recruit-result-job .title {
    width: 230px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .recruit-result-job .title {
    font-size: 1.6rem;
    font-weight: 500;
    width: 100%;
    border-bottom: 1px solid var(--entry-color-border);
    padding: 0 0 0.6em 0.5em;
    margin-bottom: 0.7em;
  }
}
.recruit-result-job .result-text {
  padding-left: 1em;
}

@media screen and (max-width: 767.98px) {
  .recruit-result-job .result-text {
    padding-left: 0.5em;
  }
}
.recruit-result-job .result-text input {
  display: none;
}

.recruit-result-job .result-text span {
  display: block;
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 1099.98px) {
  .recruit-result-job .result-text span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .recruit-result-job .result-text span {
    font-size: 1.4rem;
  }
}

.recruit-detail-form {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

@media screen and (max-width: 1099.98px) {
  .recruit-detail-form {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

@media screen and (max-width: 767.98px) {
  .recruit-detail-form {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.recruit-detail-container {
  margin-top: 4rem;
}

@media screen and (max-width: 1099.98px) {
  .recruit-detail-container {
    margin-top: 3rem;
  }
}

.recruit-detail-table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

@media screen and (min-width: 768px), print {
  .recruit-detail-table tr:first-child th,
  .recruit-detail-table tr:first-child td {
    border-top: 1px solid #fff;
  }
}

.recruit-detail-table th {
  font-size: 1.6rem;
  color: #ffffff;
  background-color: var(--entry-color-th);
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .recruit-detail-table th {
    width: 20rem;
  }
}

.recruit-detail-table td {
  background-color: #F3F3F3;
  word-break: break-all;
  word-wrap: break-word;
}

.recruit-detail-table th,
.recruit-detail-table td {
  vertical-align: top;
  padding: 2rem 2.6rem;
}

@media screen and (min-width: 768px), print {
  .recruit-detail-table th,
  .recruit-detail-table td {
    border-bottom: 1px solid #ffffff;
  }
}

@media screen and (max-width: 1099.98px) {
  .recruit-detail-table th,
  .recruit-detail-table td {
    padding: 2rem;
  }
}

@media screen and (max-width: 767.98px) {
  .recruit-detail-table th,
  .recruit-detail-table td {
    display: block;
    padding: 1.5rem;
  }
}

.recruit-content {
  position: relative;
}

.recruit-content + .recruit-content {
  margin-top: 6rem;
}

.recruit-content-container {
 max-width: 45rem;
 margin-inline: auto;
}

@media screen and (min-width: 768px), print {
  .recruit-content-container {
    display: flex;
    align-items: flex-start;
    max-width: none;
    padding-inline: 4rem;
  }
  .recruit-content + .recruit-content {
   margin-top: 10rem;
 }
}

.recruit-content-img {
  display: block;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 768px), print {
  .recruit-content-img {
    width: 20rem;
  }
}

@media screen and (min-width: 768px), print {
  .recruit-content-img {
    width: 30rem;
  }
}

.recruit-content-img::before {
  content: "";
  display: block;
  padding-top: 66.66667%;
}

.recruit-content-img a {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

@media (hover: hover) {
  .recruit-content-img a:hover img {
    opacity: 0.8;
  }
}

.recruit-content-img{
  border: 1px solid #97D2CF;
  border-radius: 2rem;
}

.recruit-content-img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  object-fit: cover;
}

.recruit-content-main {
  margin-top: 2.25rem;
}

@media screen and (min-width: 768px), print {
  .recruit-content-main {
    flex: 1;
    margin-top: 0;
    margin-left: 2rem;
  }
}

@media screen and (min-width: 1100px), print {
  .recruit-content-main {
    margin-left: 3rem;
  }
}

.recruit-content-label {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px), print {
  .recruit-content-label {
    justify-content: flex-start;
  }
}

.recruit-content-label li + li {
  margin-left: 1rem;
}

.recruit-content-label span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: .5rem 1rem;
  line-height: 1.75;
  color: #fff;
}

@media screen and (min-width: 768px), print {
  .recruit-content-label span {
    padding: 1rem 1.5rem;
  }
}

.recruit-content-label .label_type_01 {
  background-color: var(--entry-color-type01);
}

.recruit-content-label .label_type_02 {
  background-color: var(--entry-color-type02);
}

.recruit-content-text {
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
}

@media screen and (min-width: 1100px), print {
  .recruit-content-text {
    line-height: 2;
  }
}

.recruit-content-more {
  margin-top: 2rem;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .recruit-content-more {
    margin-top: 2.5rem;
    text-align: left;
  }
}

.recruit-select-content {
  display: flex;
  align-items: center;
  margin-bottom: 6rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #999;
}

@media screen and (max-width: 767.98px) {
  .recruit-select-content {
    flex-direction: column;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    text-align: center;
  }
}

.recruit-select-result {
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--entry-color-result);
}

@media screen and (min-width: 768px), print {
  .recruit-select-result {
    margin-left: 1.6rem;
  }
}

.recruit-select-box {
  position: relative;
  width: 100%;
  max-width: 220px;
  margin-bottom: 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .recruit-select-box {
    max-width: 200px;
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1100px), print {
  .recruit-select-box {
    max-width: 280px;
  }
}

.recruit-select-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 6rem;
  padding: 0.5rem 3.3rem 0.5rem 2rem;
  line-height: 1.2;
  font-size: 1.6rem;
  font-family: inherit;
  color: var(--entry-color-text);
  text-align: left;
  border-radius: 1rem;
  border: 1px solid #999;
  background: transparent;
}

.recruit-select-box select:focus,
.recruit-select-box select:active {
  outline: none;
}

.recruit-select-box select::-ms-expand {
  display: none;
}

.recruit-select-box .select-icon {
  display: block;
  position: absolute;
  top: -.2rem;
  right: 2rem;
  bottom: 0;
  width: .9rem;
  height: .9rem;
  margin: auto;
  border-top: 2px solid var(--entry-color-text);
  border-left: 2px solid var(--entry-color-text);
  transform: rotate(-135deg);
  pointer-events: none;
  z-index: 1;
}

/* --------------------------------

  フォーム部品

-------------------------------- */

/* レイアウト用 */
.form-check {
 margin-bottom: 0;
 padding-left: 0;
}
.form-check-other {
 display: flex;
 align-items: center;
 margin-top: 2em;
}
@media screen and (max-width: 1099.98px) {
 .form-check-other {
   margin-top: 1em;
 }
}
@media screen and (max-width: 359.98px) {
 .form-check-other {
   flex-direction: column;
   align-items: flex-start;
 }
}
@media screen and (min-width: 360px), print {
 .form-check-other .form-control {
   flex: 1;
 }
}
.form-check-inline {
 padding-left: 0;
}
.form-check-label {
 display: inline-flex;
 vertical-align: top;
 position: relative;
 font-weight: 400;
 cursor: pointer;
 font-size: 1.6rem;
 font-feature-settings: "palt";
}
@media screen and (max-width: 767.98px) {
 .form-check-label {
   font-size: 1.4rem;
 }
}
@media screen and (max-width: 479.98px) {
 .form-check-label {
   font-size: 1.4rem;
 }
}
.form-check-icon {
 display: block;
 margin-right: 1.5em;
}
@media screen and (max-width: 1099.98px) {
 .form-check-icon {
   margin-right: 1.5em;
 }
}
.form-check-icon::before {
 content: "";
 display: block;
 width: 18px;
 height: 18px;
 position: absolute;
 top: 50%;
 left: 0;
 transform: translateY(-50%);
 background-color: #fff;
 border: 1px solid #707070;
 border-radius: 0.5rem;
 transition: border-color 0.2s, background-color 0.2s;
}
.form-check-radio::before {
 border-radius: 100%;
}
.form-check-radio::after {
 content: "";
 display: block;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 left: 4px;
 width: 10px;
 height: 10px;
 border-radius: 100%;
 background-color: transparent;
 transition: background-color 0.2s;
}
.form-check-checkbox::after {
 content: "";
 display: block;
 position: absolute;
 top: 3px;
 left: 5px;
 width: 20px;
 height: 13px;
 border-right: 5px solid #fff;
 border-top: 5px solid #fff;
 transform: rotate(125deg);
}
@media screen and (max-width: 1099.98px) {
 .form-check-checkbox::after {
   width: 20px;
   height: 13px;
   border-right: 5px solid #fff;
   border-top: 5px solid #fff;
 }
}
.form-check-input {
 position: absolute;
 opacity: 0;
 pointer-events: none;
}
.form-check-input[type=radio]:checked + .form-check-icon::after {
 background-color: #009B93;
}
.form-check-input[type=checkbox]:checked + .form-check-checkbox::after {
 border-color: #009B93;
}
.form-check-input[type=checkbox].validate-error + .form-check-icon::before, .form-check-input[type=radio].validate-error + .form-check-icon::before {
 border-color: #BFDFFF;
}

.form-table {
 display: table;
 border-collapse: separate;
 border-spacing: 0;
 width: 100%;
}
.form-table tbody {
 width: 100%;
}
@media screen and (max-width: 767.98px) {
 .form-table tr {
   display: block;
 }
 .form-table tr:not(:last-child) {
   margin-bottom: 1em;
 }
}
@media screen and (min-width: 768px), print {
 .form-table tr:first-child th {
   border-top: 1px solid #DDDDDD;
 }
}
@media screen and (min-width: 768px), print {
 .form-table tr:first-child td {
   border-top: 1px solid #DDDDDD;
 }
}
.form-table th {
 position: relative;
 vertical-align: top;
 width: 256px;
 font-size: 1.6rem;
 font-weight: 500;
 padding: 1.8em 1em 1.8em 1em;
 color: #000;
 background-color: #ffffff;
 border-bottom: 1px solid #DDDDDD;
 text-align: left;
}
@media screen and (max-width: 1099.98px) {
 .form-table th {
   width: 230px;
 }
}
@media screen and (max-width: 767.98px) {
 .form-table th {
   display: flex;
   align-items: center;
   width: auto;
   padding: 0.6em 0 0.6em 0.5em;
   font-size: 1.6rem;
 }
}
.form-table td {
 vertical-align: middle;
 padding: 0.95em 1em 0.95em 1em;
 background-color: #ffffff;
}
@media screen and (min-width: 768px), print {
 .form-table td {
   border-bottom: 1px solid #DDDDDD;
 }
}
@media screen and (max-width: 767.98px) {
 .form-table td {
   display: block;
   padding: 0.6em 0.5em;
 }
}

/* レイアウト用：タイトル */
.form-label {
 max-width: 100%;
 min-width: 6em;
}

/* レイアウト用：チェックボックス・ラジオボタン */
.form-check {
 margin: 0 1.5em 1em 0;
}
@media screen and (max-width: 1099.98px) {
 .form-check {
   margin: 0 1.5em 1em 0;
 }
}
@media screen and (max-width: 767.98px) {
 .form-check {
   margin: 0 0 0.5em 0;
 }
}
.form-check-wrap {
 display: flex;
 flex-wrap: wrap;
 margin: 0 -1.5em -1em 0;
 padding-top: .3em;
}
@media screen and (max-width: 1099.98px) {
 .form-check-wrap {
   margin: 0 -1.5em -1em 0;
 }
}
@media screen and (max-width: 767.98px) {
 .form-check-wrap {
   flex-direction: column;
   margin: 0 0 -0.5em 0;
   padding-top: 0;
 }
}
.form-check-wrap.__accent {
 padding-top: 0;
}

/* レイアウト用：画像添付 */
.form-area-picture .form-caution {
 margin-top: 0.5em;
 margin-bottom: 0.5em;
}
.form-area-picture .form-caution strong {
 display: block;
 position: relative;
 padding-left: 30px;
}
.form-area-picture .form-caution strong::before {
 content: "";
 display: block;
 position: absolute;
 top: -2px;
 bottom: 0;
 left: 2px;
 width: 20px;
 height: 20px;
 margin: auto;
 background: url(../img/base/exclamation.svg) center no-repeat;
 background-size: cover;
}
.form-area-picture .form-note-list {
 font-size: 0.85em;
 font-feature-settings: "palt" 1;
}
.form-area-picture .form-note-list span {
 color: #FED4E5;
 font-weight: bold;
}

.form-group {
 display: flex;
 align-items: center;
}
@media screen and (max-width: 767.98px) {
 .form-group {
   flex-direction: column;
   align-items: flex-start;
 }
}
.form-group-item {
 display: flex;
 align-items: center;
}
.form-group-item:not(:last-child) {
 margin-right: 1.2rem;
}
@media screen and (max-width: 767.98px) {
 .form-group-item:not(:last-child) {
   margin-right: 0;
   margin-bottom: 1.2rem;
 }
}

/* フォーム部品：タイトル */
.form-title {
 display: inline-block;
 vertical-align: middle;
 padding: 0.93em 0;
 font-weight: 400;
 line-height: 1.2;
 font-size: 1.6rem;
 color: #fff;
 font-feature-settings: "palt";
}
@media screen and (max-width: 767.98px) {
 .form-title {
   padding: 0;
 }
}

/* フォーム部品：入力必須マーク */
.form-icon {
 display: flex;
 float: left;
 width: 60px;
 height: 25px;
 justify-content: center;
 align-items: center;
 margin: -0.1rem 1rem 0 0;
 font-size: 1.6rem;
 color: #fff;
}
@media screen and (max-width: 767.98px) {
 .form-icon {
   font-size: 1.4rem;
   margin: 0 0 0 1rem;
   width: 50px;
   height: 23px;
 }
}
.form-icon-required {
 background-color: #E30000;
}
.form-icon-required::before {
 content: "必須";
}
.form-icon-free {
 background-color: #AAAAAA;
 color: #fff;
}
.form-icon-free::before {
 content: "任意";
}

/* フォーム部品：入力欄 */
.form-control {
 width: 100%;
 height: 40px;
 padding: 0 0.7em;
 color: #333333;
 font-family: inherit;
 font-size: 1.6rem;
 line-height: 1.5;
 font-weight: 400;
 border-radius: 0.5rem;
 border: 1px solid #E8E8E8;
 background-color: #E8E8E8;
}
@media screen and (max-width: 1099.98px) {
 .form-control {
   font-size: 1.6rem;
   height: 40px;
 }
}
@media screen and (max-width: 767.98px) {
 .form-control {
   height: 40px;
 }
}
.form-control:focus, .form-control:active {
 outline: none;
 border-color: #009B93;
 background-color: #fff;
 box-shadow: none;
}
.form-control-sm {
 max-width: 193px;
}
.form-control.__other {
 max-width: 403px;
 margin-left: 1em;
}
@media screen and (max-width: 359.98px) {
 .form-control.__other {
   margin-left: 0;
   margin-top: 0.7em;
 }
}
.form-control.form-short {
 max-width: 144px;
}
.form-control.form-middle {
 max-width: 240px;
}
.form-control.form-sm-middle {
 max-width: 420px;
}
.form-control.form-low {
 height: 1.6em;
}
@media screen and (max-width: 767.98px) {
 .form-control.form-low {
   height: 2em;
 }
}
.form-control.form-inline {
 display: inline-flex;
}
.form-control.form-inline-right {
 margin-left: 0.5em;
}
.form-control.form-inline-left {
 margin-right: 0.5em;
}
.form-control.form-inline-both {
 margin-right: 0.5em;
 margin-left: 0.5em;
}
.form-control.form-textarea {
 resize: vertical;
 vertical-align: top;
 height: 10.5em;
 min-height: 10em;
 max-height: 20em;
 padding: 0.5em 0.5em 0;
}
.form-control.form-textarea-low {
 height: 2.5em;
}
.form-control.form-textarea-high {
 height: 14.5em;
}

/* フォーム部品：セレクト */
.select-wrap {
 position: relative;
 color: #333333;
 background-color: #F3F3F3;
 width: 104px;
 flex: 1;
 overflow: hidden;
}
.select-wrap select {
 display: block;
 position: relative;
 z-index: 1;
 width: 100%;
 height: 40px;
 padding: 0.5rem 2.5rem 0.5rem 1.3rem;
 border-radius: 0.5rem;
 font-size: 1.6rem;
 line-height: 1.2;
 font-family: inherit;
 color: #000;
 border: 1px solid #707070;
 cursor: pointer;
 background: transparent;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
.select-wrap select:focus, .select-wrap select:active {
 outline: none;
}
.select-wrap select::-ms-expand {
 display: none;
}
.select-wrap .select-icon {
 display: block;
 position: absolute;
 top: -2px;
 right: 12px;
 bottom: 0;
 width: 8px;
 height: 8px;
 margin: auto;
 border-top: 1px solid #000000;
 border-left: 1px solid #000000;
 transform: rotate(-135deg);
 pointer-events: none;
 z-index: 1;
}

.select-txt {
 margin-left: 0.8rem;
}

/* フォーム部品：ラジオボタン、チェックボックス共通 */
.form-box {
 position: absolute;
 opacity: 0;
}
.form-box + label {
 position: relative;
 display: inline-block;
 vertical-align: middle;
 margin-right: 1em;
 padding-left: 26px;
 cursor: pointer;
}
.form-box + label::before {
 content: "";
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 width: 18px;
 height: 18px;
 margin: auto;
 border: 1px solid #ccc;
 background: #fff;
}
.form-box + label::after {
 content: "";
 display: block;
 position: absolute;
 margin: auto;
}
.form-box:checked + label {
 color: #744688;
}
.form-box:checked + label::before {
 border-color: #744688;
}

/* フォーム部品：ラジオボタン */
.form-box-radio + label::before {
 border-radius: 100%;
}
.form-box-radio + label::after {
 top: 0;
 bottom: 0;
 left: 4px;
 width: 10px;
 height: 10px;
 background: #fff;
 border-radius: 100%;
 opacity: 1;
}
.form-box-radio:checked + label::after {
 background-color: #744688;
 opacity: 1;
}

/* フォーム部品：チェックボックス */
.form-box-check + label::before {
 border-radius: 0;
}
.form-box-check + label::after {
 top: -10px;
 bottom: 0;
 left: 3px;
 width: 20px;
 height: 10px;
 border-left: 3px solid #744688;
 border-bottom: 3px solid #744688;
 opacity: 0;
 transform: rotate(-45deg);
}
.form-box-check:checked + label::after {
 opacity: 1;
}

/* フォーム部品：エラーメッセージ */
input.validate-error,
select.validate-error,
textarea.validate-error {
 border-color: #B20000;
}

span.validate-error {
 display: block !important;
 font-size: 0.85em;
 color: #B20000;
}
span.validate-error:first-of-type {
 margin-top: 0.5em;
}
.error-message-check span.validate-error:first-of-type {
 margin-top: 0;
 margin-bottom: -0.5em;
}
.error-message-check span.validate-error:not(:first-of-type) {
 display: none !important;
}

/* フォーム部品：送信ボタン */
.form-buttons {
 margin-top: 2em;
 text-align: center;
}
@media screen and (max-width: 767.98px) {
 .form-buttons {
   margin-top: 2em;
 }
}

.form-button {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 position: relative;
 display: inline-block;
 border-radius: 10em;
 color: #fff;
 line-height: 1.2;
 font-weight: 700;
 font-size: 2rem;
 padding: 1.5rem 5rem;
 text-align: center;
 overflow: hidden;
 background: rgb(49, 201, 177);
 background: linear-gradient(90deg, rgb(49, 201, 177) 0%, rgb(27, 154, 150) 100%);
}
.form-button::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgb(23, 152, 147);
 background: linear-gradient(90deg, rgb(23, 152, 147) 0%, rgb(49, 201, 177) 100%);
 transition-property: opacity;
 transition-duration: 0.5s;
 transition-timing-function: ease;
 z-index: 1;
}
@media (hover: hover) {
 .form-button:where(:-moz-any-link, :enabled, summary):hover::before {
   opacity: 0;
 }
 .form-button:where(:any-link, :enabled, summary):hover::before {
   opacity: 0;
 }
}
.form-button span {
 position: relative;
 z-index: 2;
}
.form-button-back:hover {
 border-color: #744688;
 background: #744688;
}
.form-button-inline {
 vertical-align: middle;
 margin-top: 0;
 margin-bottom: 0;
 padding: 0.7em 1em;
 font-size: 1.8rem;
}
.form-button-inline::after {
 display: none;
}
.form-button-search {
 border-color: #744688;
 background: #744688;
}
.form-button-search:hover {
 border-color: #744688;
 background: #744688;
}
.form-button-upload {
 margin: 0;
 padding: 0.8em 1em;
 font-size: 1.1em;
 color: #fff;
 background: #e21664;
}
.form-button-upload:hover {
 color: #fff;
 text-decoration: none;
 background: #e94709;
}
.form-button-upload::after {
 display: none;
}

.c-link-button[disabled] {
 pointer-events: none;
}

.contact-conf-buttons .c-link-button {
 margin: 0.2em;
}

.privacy-check-agree {
 text-align: center;
 margin-top: 2em;
}
.privacy-check-agree input {
 display: none;
}
.privacy-check-agree input:checked + label::after {
 opacity: 1;
}
.privacy-check-agree input:checked + label::before {
 background-color: #009B93;
}
.privacy-check-agree a {
 color: #009B93;
}
.privacy-check-agree label {
 position: relative;
 font-size: 1.4rem;
 line-height: 1.2;
 color: #000;
 font-weight: 500;
 padding-left: 2.2em;
 display: inline-block;
}
@media screen and (min-width: 480px), print {
 .privacy-check-agree label {
   font-size: 1.6rem;
   padding-left: 2em;
 }
}
.privacy-check-agree label::before {
 content: "";
 position: absolute;
 left: 0;
 top: -3px;
 display: block;
 width: 22px;
 height: 22px;
 border: 1px solid #B9B9B9;
 border-radius: 0.5rem;
}
@media screen and (min-width: 480px), print {
 .privacy-check-agree label::before {
   top: -2px;
 }
}
@media screen and (max-width: 1099.98px) {
 .privacy-check-agree label::before {
   top: 50%;
   transform: translateY(-50%);
 }
}
.privacy-check-agree label::after {
 content: "";
 position: absolute;
 left: 7px;
 top: 0px;
 display: block;
 width: 8px;
 height: 12px;
 transform: rotate(-140deg);
 border-top: 3px solid #ffffff;
 border-left: 3px solid #ffffff;
 opacity: 0;
}
@media screen and (min-width: 480px), print {
 .privacy-check-agree label::after {
   top: 1px;
 }
}
@media screen and (max-width: 1099.98px) {
 .privacy-check-agree label::after {
   top: 11px;
 }
}
@media screen and (max-width: 479.98px) {
 .privacy-check-agree label::after {
   top: 9px;
 }
}
.privacy-check-agree span {
 text-decoration: underline;
}

/* --------------------------------

  reCAPTCHA

-------------------------------- */

.form-recaptcha {
  margin-bottom: 2em;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .form-recaptcha {
    margin-bottom: 3em;
  }
}

/* --------------------------------

  プライバシーポリシー

-------------------------------- */

.privacy-policy {
 height: 32rem;
 padding: 1.5rem;
 font-size: 1.4rem;
 border: 1px solid #ccc;
 background-color: #fff;
 overflow-x: hidden;
 overflow-y: auto;
 margin-top: 5rem;
}
.policy .privacy-policy {
 height: auto;
}

.privacy-policy h3 {
 margin-bottom: 2rem;
 padding-bottom: 1rem;
 font-size: 2rem;
 text-align: center;
 font-weight: 400;
 border-bottom: 1px solid #ccc;
}

.privacy-policy h4 {
 margin: 3rem 0 1rem;
 font-weight: 500;
 font-size: 1.8rem;
}

.privacy-policy ol {
counter-reset: my-counter;
 list-style-type: none;
 margin-top: 1rem;
}

.privacy-policy li {
 position: relative;
 padding-left: 1.8em;
}

.privacy-policy li::before {
content: counter(my-counter) ".";
counter-increment: my-counter;
 display: block;
 position: absolute;
 left: .3em;
}

.privacy-policy ol.point-maru li {
 padding-left: 2em;
}

.privacy-policy ol.point-maru li::after {
 content: "";
 display: block;
 clear: both;
}

.privacy-policy ol.point-maru li:not(:last-child) {
 margin-bottom: .5rem;
}

.privacy-policy ol.point-maru li:before {
content: counter(my-counter);
 position: static;
 display: inline-block;
height: 1.5em;
width: 1.5em;
 margin-right: .5em;
margin-left: -2em;
line-height: 1.5em;
 font-size: 1.4rem;
color: #fff;
text-align: center;
border-radius: 50%;
background-color: #666;
}

.privacy-policy p:last-child {
 margin-top: 2rem;
}

@media screen and (min-width: 1100px), print{
 .privacy-policy {
   margin-top: 10rem;
 }
}

@media screen and (min-width: 768px), print {

 .privacy-policy {
   padding: 3rem;
   font-size: 1.6rem;
 }

 .privacy-policy h3 {
   margin-bottom: 3.5rem;
   padding-bottom: 2rem;
   font-size: 2.6rem;
 }

 .cookie-policy h4 {
   font-size: 2rem;
 }

}

.privacy-check-agree-text{
 text-align: left;
}
