@charset "utf-8";

/*==============================
/***  メインコンテンツ  ***/
/*=============================*/
/*======================
	メイン
=======================*/


/*=======================
	コンセプト
========================*/
.conc01_01>ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}


.conc01_01>ul>li:nth-child(1) {
  width: 90%;
  margin: 0 5%;
}

.conc01_01>ul>li:nth-child(2) {
  width: 90%;
  max-width: 640px;
  margin: 2em 5%;
}

.conc02_01>ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.conc02_01>ul>li {
  width: 47%;
  margin: 0;
}


/*=======================
	男性の方へ・女性の方へ
========================*/

.syst01_01>ul>li {
  padding: 1.5em 0;
}

.syst01_02 {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}

.syst01_02title {
  width: 100%;
  margin: 0 0 1em 0;
}

.syst01_02text {
  width: 100%;
  box-sizing: border-box;
}

.syst01_02text>div>dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.syst01_02text>div>dl>dt {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .syst01_02text>div>dl>dt {
    width: 39%;
  }
}

.syst01_02text>div>dl>dd {
  width: 70%;
  padding: 0 1em;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 767px) {
  .syst01_02text>div>dl>dd {
    width: unset;
    flex: 1;
    padding: 0 0 0 1em;
  }
}

.syst01_02text>div>dl>dd::before {
  content: "：";
  padding: 0 1em 0 0;
}

.syst02_01>ul>li {
  margin: 0 0 2em 0;
  padding: 1em 1.5em;
  box-sizing: border-box;
  border-bottom: #cccccc 1px solid;
}

@media screen and (max-width: 767px) {
  .syst02_01>ul>li {
    width: 100%;
    margin: 0 0 2em 0;
  }
}

.syst02_01>ul>li>dl>dd {
  width: 100%;
  box-sizing: border-box;
}

/*=======================
	女性会員のご紹介
========================*/
.ladys01_01>ul>li:nth-child(odd) {
  width: 62.5%;
  margin: 0 0 2em;
}

.ladys01_01>ul>li:nth-child(even) {
  width: 62.5%;
  margin: 0 0 2em 37.5%;
}



/*====================
	カンパニー
=====================*/

.comp_content {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.comp_title,
.comp_text {
  font-size: 100%;
  letter-spacing: 0.012em;
  line-height: calc(27 / 16);
  padding-bottom: 20px;
}

.comp_title {
  padding-top: 20px;
}

.comp_text {
  border-bottom: 1px solid #ccc;
}

.comp_ri_te {
  text-align: right;
}


.form-container {
  width: 100%;
  margin: 0;
}

.form-container .notice.comp_le_te {
  text-align: left;
}

.comp_le_te {
  text-align: left;
}


/*====================
	運営会社
=====================*/

.camp01_01 {
  width: 100%;
  margin: 0 auto;
}

.camp01_01>ul>li {
  padding: 1.5em 0;
}

.camp01_01>ul>li:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}


.camp01_01>ul>li>dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.camp01_01>ul>li>dl>dt {
  width: 100%;
  padding: 0 1em;
  color: #928572;
  font-weight: bold;
  box-sizing: border-box;
}

.camp01_01>ul>li>dl>dd {
  width: 100%;
  padding: 0 1em;
  color: #928572;
  box-sizing: border-box;
}

.telLink0.colo_928572 {
  color: #928572;
}

/*====================
	よくある質問
====================*/

.qa01_02>ul>li {
  border-radius: 15px;
  margin: 0.8em 0 1.5em;
  box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.15);
}

.qa01_02>ul>li>a {
  border-radius: 15px;
  display: block;
  width: 100%;
  padding: 1.5em 5%;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  background: #ffffff;
}

.qa01_02>ul>li>ul>li {
  border-radius: 0 0 15px 15px;
  background: #eae5e1;
}

.qa01_02>ul>li>ul>li>dl {
  width: 100%;
  box-sizing: border-box;
  padding: 1em 5%;
}

.child {
  display: none;
}

.qa01_02>ul>li>a {
  position: relative;
}

/* .qa01_02>ul>li>a::after {
  content: "";
  background: url("../img/sub/faq_plus.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
} */

.qa01_02>ul>li>a.active {
  border-radius: 15px 15px 0 0;
}

/* .qa01_02>ul>li>a.active::after {
  content: "";
  background: url("../img/sub/faq_mainasu.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
} */

/*============================
	プライバシーポリシー
===========================*/
.priv01_01title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 1.5em;
}

.priv01_01text {
  width: 90%;
  margin: 1em auto 3em;
}

/*====================
	お問い合わせ
====================*/

/*========================
	メールフォームテンプレ
========================*/

.mail01_01 dl {
  padding: 1em 0;
}

.mail01_01 dt {
  width: 97%;
  padding: 0 0 0 3%;
  margin: 0;
  float: none;
  color: #928572;
  font-weight: 400;
}

.mail01_01 dd {
  width: 98%;
  float: none;
  color: #928572;
}

@media screen and (max-width: 534px) {
  .mail01_01 dd {
    width: 100%;
  }
}

input.text_min,
input.text,
input.text_middle,
select.text,
select.text_min,
textarea.text,
input.text_large,
select.text_large,
textarea.ladys-contact__job-place {
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "Crimson Text", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", 'Noto Serif JP', serif, 'EB Garamond';

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: #e6e6e6 2px solid;
  border-radius: 50px;
  color: #808080;

  padding: 1.2em 1.5em;
  font-size: 14px;
  margin: 0.5em 0;
  width: 100%;
}

textarea.text {
  border-radius: 20px;
}

input.text_min,
select.text_min {
  width: 47%;
}

@media screen and (max-width: 534px) {

  input.text_min,
  select.text_min {
    width: 100%;
  }
}

input.text_middle {
  width: 62%;
}

input.text_large,
select.text_large {
  width: 60%;
}

.mail01_02 {
  width: 100%;
  margin: 0 auto;
}

.mail01_02 input {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.mail01_01 input[type="checkbox"] {
  margin: 0.5em;
  transform: scale(1.5);
}

.mail01_01 input[type="radio"] {
  margin: 0.5em;
  transform: scale(1.5);
}

::placeholder {
  color: #ccc;
}

.mail01_01title>ul {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.mail01_01title>ul>li {
  padding: 0 0.5em;
}

.hissu {
  display: inline-block;
  background: #970b31;
  padding: 0.3em 1.5em;
  line-height: 1.5;
  margin: 0 1em;
  color: #ffffff;
  font-size: 65%;
}

.mail01_02 input[type="submit"] {
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "Crimson Text", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", 'Noto Serif JP', serif, 'EB Garamond';
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  letter-spacing: 3px;
  display: block;
  border-radius: 50px;
  padding: 1.5em;
  background: linear-gradient(-12deg, #a59381 0%, #b7ab9e 100%);
  border: none;
  font-weight: bold;
  position: relative;
  color: #ffffff;
  font-size: 110%;
  box-shadow: 14px 14px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.mail01_02 input[type="submit"]:hover {
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
}

.mail01_01 .radio_item dt,
.mail01_01 .checkbox_item dt {
  padding-top: 0;
}

.mail01_01 .radio_item.large_item label {
  padding-right: 30px;
}

.mail01_01 .flex {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}

.mail01_01 .flex.pl0 {
  padding-left: 0;
  margin-left: 0;
}

.mail01_01 .flex p {
  width: 60px;
}

.mail01_01 .flex input {
  margin: 0 20px 0 7px;
}

.mail01_01 .flex.pl0 input {
  width: 45%;
  margin-left: 0;
}

.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  max-width: 73%;
  column-gap: 20px;
  row-gap: 10px;
}

@media screen and (max-width: 767px) {
  .checkbox-group {
    max-width: 100%;
  }
}

.checkbox_item .checkbox-label {
  width: 97px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .checkbox_item .checkbox-label {
    padding-right: 0;
  }
}


.form-container2 {
  width: 100%;
  margin: 0;
}


.form-container .terms {
  border: 1px solid #ccc;
  padding: 30px 50px;
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  overflow-y: scroll;
  color: #808080;
}

.form-container .terms .scroll_item {
  height: 200px;
}

.form-container .checkbox {
  text-align: center;
  margin-bottom: 20px;
  font-size: 15px;
}

.form-container .checkbox input {
  margin-right: 10px;
}

.form-container .mail01_02,
.form-container2 .mail01_02 {
  padding-top: 30px;
  margin: 0 auto;
}

.form-container .note,
.form-container2 .note {
  font-size: 14px;
  color: #808080;
  margin-top: 10px;
  text-align: center;
  line-height: calc(30 / 14);
}

.form-container .title {
  font-family: "Noto Sans JP", -apple-system, Roboto, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  line-height: calc(33 / 16);
  letter-spacing: 0.05em;
}

.form-container .text {
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "Crimson Text", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
  font-size: 1rem;
  font-size: 14px;
  line-height: calc(30 / 14);
  letter-spacing: 0.05em;
}

/*=================================================================================*/
/** 768px以上　タブレット縦　サイズ画面  **/
@media (min-width: 768px) {

  /*======================
	メイン
=======================*/

  /*=======================
	コンセプト
========================*/
  .conc01_01>ul>li:nth-child(1) {
    width: 48%;
    margin: 0 2% 0 0;
    order: 2;
  }

  .conc01_01>ul>li:nth-child(2) {
    width: 50%;
    max-width: 545px;
    margin: 2em 0;
    order: 1;
  }

  /*=======================
	男性の方へ・女性の方へ
========================*/

  .syst01_02 {
    width: 100%;
    flex-wrap: nowrap;
  }

  .syst01_02text>div>dl>dt {
    width: 20%;
  }

  .syst01_02text>div>dl>dd {
    width: 80%;
    padding: 0 1em;
  }

  .syst01_02title {
    width: 24%;
  }

  .syst01_02text {
    flex: 1;
  }

  .syst02_01>ul>li {
    padding: 2em 0;
    box-sizing: border-box;
  }

  .syst02_01>ul>li>dl>dd {
    flex: 1;
  }


  /*=================
	運営会社
==================*/
  .camp01_01 {
    width: 59%;
    margin: 0 auto;
    font-size: 14px;
  }

  .camp01_01>ul>li>dl>dt {
    width: 20%;
    padding: 0 1em;
  }

  .camp01_01>ul>li>dl>dd {
    width: 80%;
    padding: 0 1em;
  }

  /*======================
	よくある質問
========================*/

  .qa01_02 {
    width: 90%;
    margin: 0 auto;
  }

  /* .qa01_02>ul>li>a::after {
    content: "";
    background: url("../img/sub/faq_plus.svg") no-repeat;
    background-size: contain;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translate(-50%, -50%);
  } */

  /* .qa01_02>ul>li>a.active::after {
    content: "";
    background: url("../img/sub/faq_mainasu.svg") no-repeat;
    background-size: contain;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translate(-50%, -50%);
  } */

  .qa01_02>ul>li>ul>li>dl {
    display: flex;
    flex-wrap: wrap;
  }

  .qa01_02>ul>li>ul>li>dl>dt {
    width: 5%;
  }

  .qa01_02>ul>li>ul>li>dl>dd {
    width: 95%;
  }

  /*====================
	お問い合わせ
====================*/
  .mail01_00 {
    width: 76%;
    margin: 0 auto;
  }

  /*=========================
	メールフォームテンプレ
==========================*/
  /*メールフォーム*/

  .mail01_01 dl {
    padding: 1em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
    width: 100%;
  }

  .mail01_01 dt {
    padding: 0 0 0 0;
    width: 20%;
  }

  .mail01_01 dd {
    flex: 1;
  }

  input.text,
  select.text,
  textarea.text {
    width: 100%;
  }

  .mail01_02 {
    width: 69%;
    margin: 4% 0 0 24%;
  }

  input.text_large,
  select.text_large {
    width: 70%;
  }

  input.text_middle,
  select.text_middle {
    width: 45%;
  }

  input.text_min,
  select.text_min {
    width: 36%;
  }

  .mail01_02 input {
    width: auto;
    padding: 1em;
    box-sizing: border-box;
    max-width: 395px;
    margin-inline: auto;
  }


  .form-container2 {
    width: 80%;
    margin: 0 0 0 20%;
  }


}

/*=================================================================================*/
/** 1140px以上 padding: ;PCサイズ画面 **/
@media (min-width: 1024px) {
  /**** メインコンテンツ　****/
}

/*=================================================================================*/
/** 1140px以上 padding: ;PCサイズ画面 **/
@media (min-width: 1200px) {
  /**** メインコンテンツ　****/
}



/*=============================================
arata追加 
 =============================================*/
.sub_bg {
  background-color: #f0efec;
}

.contact__text {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(29/14);
  letter-spacing: 0.05em;
}

.contact__text--left {
  flex: 1;
}

.contact__text--left p {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .contact__mail-address {
    margin-top: 27px;
  }
}

@media screen and (min-width: 768px) {
  dl.contact__detail {
    display: flex;
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .contact__detail p {
    margin-top: 27px;
  }
}

@media screen and (min-width: 768px) {
  .contact__btn-text-area {
    display: flex;
  }
}

.contact-btn-text-area__space {
  width: 20%;
}

.clearfix.radio_item.large_item.contact__sex {
  align-items: unset;
}

.custom-radio.contact-sex__custom-radio {
  margin-right: 0;
}

/*女性の方へ_________
_________________________*/
/*MV*/
.ladysystem-mv__img {
  margin-top: 54px;
}

@media screen and (max-width: 767px) {
  .ladysystem-mv__img {
    margin-top: 10px;
  }

}

@media screen and (max-width: 767px) {
  .ladysystem-mv__text {
    font-size: 14px;
  }
}

.ladysystem__about-job {
  margin-top: 70px;
}

.ladys__section-title {
  font-size: 25px;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .ladys__section-title {
    font-size: 18px;
    text-align: center;
  }
}

/*女性会員資格*/
.ladys-condition {
  margin-bottom: 40px;
}

.ladys-condition__list {
  display: flex;
  flex-direction: column;
  gap: 45px;
  padding-top: 20px;
  padding-inline: 86px;
}

@media screen and (max-width: 680px) {
  .ladys-condition__list {
    padding-inline: 25px;
  }

}

.ladys-condition__item {
  display: flex;
  align-items: flex-start;
  gap: 36px;
}

@media screen and (max-width: 767px) {
  .ladys-condition__item {
    flex-direction: column;
  }
}


.ladys-condition__head {
  position: relative;
  width: 326px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .ladys-condition__head {
    width: 100%;
  }
}

.ladys-condition__title {
  display: flex;
  align-items: center;
  color: #77654d;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .ladys-condition__title {
    font-size: 16px;
  }
}

.ladys-condition__head::before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #928572;
  border-radius: 50%;
  margin-right: 10px;
}

.ladys-condition__head::after {
  content: "";
  flex: 1;
  width: 100%;
  border-top: 2px dotted #928572;
}

@media screen and (max-width: 767px) {
  .ladys-condition__head::after {
    position: absolute;
    bottom: -7px;
  }
}

.ladys-condition__title--w150 {
  width: 150px;
}

.ladys-condition__title--w160 {
  width: 160px;
}

.ladys-condition__title--w260 {
  width: 260px;
}

.ladys-condition__desc {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: calc(29/14);
  letter-spacing: 0.05em;
  color: #928572;
}

/*ご紹介の流れ*/
.ladys__flow {
  padding-bottom: 100px;
}

.syst02_01>ul>.ladys-flow--list {
  width: 90%;
  margin: 0 auto;
  padding: 2em 0;
  box-sizing: border-box;
}

.ladys-flow--flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 20px;
}

.ladys-flow--flex dt {
  width: 27%;
  margin-top: 3px;
}

@media screen and (max-width: 767px) {
  .ladys-flow--flex dt {
    width: 100%;
    margin-top: 0;
  }
}

.ladys-flow__head {
  display: flex;
  align-items: flex-end;
  gap: 45px;
}

@media screen and (max-width: 767px) {
  .ladys-flow__head {
    align-items: baseline;
    margin-bottom: 15px;
  }
}

.ladys-flow__No {
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .ladys-flow__No {
    font-size: 23px;
  }
}

.ladys-flow__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #77654d;
}

@media screen and (max-width: 767px) {
  .ladys-flow__title {
    font-size: 16px;
  }
}

.ladys-flow__text {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(29/14);
  letter-spacing: 0.05em;
  color: #928572;
}

.ladys-flow__bottom-area {
  margin-top: 100px;
}

.ladys-flow-bottom-area--mr {
  margin-top: 25px;
}

/*フォーム*/
.ladys-contact__text {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(29/14);
  letter-spacing: 0.05em;
  color: #928572;
}

.checkbox-label {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(29/14);
  letter-spacing: 0.05em;
  color: #928572;
}

.text_min.text_min--mr {
  margin-right: 25px;
}

@media screen and (max-width: 534px) {
  .text_min.text_min--mr {
    margin-right: 0;
  }
}

.custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 1.3em;
  font-size: 1rem;
  user-select: none;
  position: relative;
}

.custom-checkbox input[type="checkbox"] {
  display: none;
  /* 本来のチェックボックスを非表示 */
}

.custom-checkbox .checkmark {
  width: 25px;
  height: 25px;
  border: 2px solid #e6e6e6;
  /* ← border-color */
  border-radius: 6px;
  /* ← border-radius */
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.custom-checkbox input[type="checkbox"]:checked+.checkmark {
  border-color: #e6e6e6;
}

.custom-checkbox input[type="checkbox"]:checked+.checkmark::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #928572;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media screen and (max-width: 534px) {
  .ladys-contact__body-size input {
    width: 50%;
  }
}

.custom-radio {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  user-select: none;
  margin-right: 50px;
}

@media screen and (max-width: 925px) {
  .custom-radio {
    width: 102px;
    margin-right: 20px;
  }
}

.custom-radio.mans__radio {
  width: unset;
}

@media screen and (max-width: 460px) {
  .custom-radio.mans__radio {
    width: 132px;

  }
}

.custom-radio input[type="radio"] {
  display: none;
}

.custom-radio .checkmark {
  width: 25px;
  height: 25px;
  border: 2px solid #e6e6e6;
  border-radius: 50%;
  /* ← ラジオなので丸 */
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
}

.custom-radio input[type="radio"]:checked+.checkmark::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 6.5px;
  width: 8px;
  height: 8px;
  background-color: #928572;
  border-radius: 50%;
}

input.text_middle.ladys-contact__job-place {
  font-size: 14px;
  letter-spacing: -0.05em;
}

dl.clearfix.ladys-contact--flex-fs,
dl.mans-contact--flex-fs {
  align-items: flex-start;
}

dl.clearfix.ladys-contact--flex-fs p {
  margin-top: 23px;
}

@media screen and (max-width: 767px) {
  .txt_ind--sp {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }

}


.ladys-contact__job-place::placeholder {
  font-size: 11px;
}

.ladys-contact__job-place::-webkit-input-placeholder {
  font-size: 11px;
}

.ladys-contact__job-place:-ms-input-placeholder {
  font-size: 11px;
}


/*男性の方へ_________
_________________________*/
.mansystemーconditions__list {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .mansystemーconditions__list {
    font-size: 16px;
    padding-left: 2em;
    text-indent: -1em;
  }
}

.mansystem__text {
  font-size: 14px;
  color: #928572;
  letter-spacing: 0.05em;
}

.mansystem__section-title {
  font-size: 25px;
  letter-spacing: 0.15em;
  color: #77654d;
}

@media screen and (max-width: 767px) {
  .mansystem__section-title {
    font-size: 18px;
  }
}

.mansystem__flow {
  margin-top: 20px;
}

.mansystem-flow__list {
  max-width: 1200px;
  padding-inline: 85px;
}

@media screen and (max-width: 767px) {
  .mansystem-flow__list {
    max-width: 1200px;
    padding-inline: 15px;
  }
}

.mansystem-flow__head {
  display: flex;
  align-items: baseline;
}

.mansystem-flow__No {
  margin-right: 31px;
  font-size: 16px;
  letter-spacing: 0.26em;
}

.mansystem-flow__title {
  font-size: 20px;
  letter-spacing: 0.18em;
  color: #928572;
}

@media screen and (max-width: 767px) {
  .mansystem-flow__title {
    font-size: 16px;
  }
}

.mansystem-flow__text {
  margin: 15px 0 0 80px;
}

@media screen and (max-width: 767px) {
  .mansystem-flow__text {
    margin: 15px 0 0 0;
  }
}

.mansystem-flow__note {
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .mansystem-flow__note {
    margin-left: 0;
    padding-left: 5px;
  }
}

.mansystem-fee__sub-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #928572;
}

.mansystem-fee__list {
  margin-left: 90px;
}

@media screen and (max-width: 767px) {
  .mansystem-fee__list {
    margin-left: 0;
  }
}

.mansystem-fee__note {
  margin-left: 212px;
}

@media screen and (max-width: 1054px) {
  .mansystem-fee__note {
    margin-left: 0;
  }
}

.radio_item.mansystem__course--al-it {
  align-items: unset;
}

dl.clearfix.mans-contact--flex-fs p {
  margin-top: 23px;
}

.mansystem__promise {
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #77654d;
  margin-top: 20px;
  text-align: center;
}



.form-container .terms::-webkit-scrollbar {
  width: 25px;
}

.form-container .terms::-webkit-scrollbar-track {
  background: #ffffff;
}

.form-container .terms::-webkit-scrollbar-thumb {
  background: #b3b3b3;
  border-radius: 20px;
  border: 4px solid #ffffff;
}


/* コンセプト
ーーーーーーーーーーーーーーーー */
.concept__inner {
  max-width: 1200px;
  padding-inline: 30px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .concept__inner {
    padding-inline: 15px;
    margin-inline: auto;
  }
}

.concept-section__title {
  font-size: 31px;
  font-weight: 500;
  color: #77654d;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .concept-section__title {
    font-size: 20px;
  }
}

.concept__sub-title {
  font-size: 22px;
  font-weight: 600;
  line-height: calc(45/22);
  letter-spacing: 0.2em;
  color: #77654d;
}

@media screen and (max-width: 767px) {
  .concept__sub-title {
    font-size: 18px;
    line-height: 1.5;
  }
}

.concept__text {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(29/14);
  letter-spacing: 0.05em;
  color: #928572;
}

@media screen and (max-width: 767px) {
  .concept__text {
    line-height: 1.8;
  }
}

/* プラージュとは */
.concept__about {
  padding-top: 150px;
}

.concept-about__title {
  margin-bottom: 50px;
}

.concept-about__sub-title {
  margin-top: 60px;
}

.concept-about__text {
  margin-top: 20px;
}

/* 選ばれる理由 */
.concept__reason {
  padding-top: 80px;
}

.concept-reason__body {
  margin-top: 60px;
  padding-bottom: 60px;
}

.concept-reason__No {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: 'EB Garamond', 'Crimson Text', 'Noto Serif JP', '游明朝体', 'YuMincho', 'ヒラギノ明朝 ProN W3', serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.26em;
  color: #c6b7a5;
}

@media screen and (max-width: 1060px) {
  .concept-reason__No {
    position: relative;
    margin-bottom: 20px;
  }
}

.concept-reason__No::after {
  content: "";
  width: 365px;
  height: 1px;
  background-color: #c6b7a5;
  margin-left: 5px;
}

@media screen and (max-width: 1060px) {
  .concept-reason__No::after {
    position: absolute;
    bottom: -10px;
    width: 100%;
    margin-left: 0;
  }
}

.concept-reason__item:not(:first-child) {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .concept-reason__item:not(:first-child) {
    margin-top: 30px;
  }
}

.concept-reason__item:nth-child(even) {
  margin-left: auto;
}

.concept-reason__item {
  max-width: 1000px;
}

.concept-reason__text {
  margin-top: 20px;
}

@media screen and (max-width: 1060px) {
  .concept-reason__text {
    margin-top: 15px;
  }
}

/* このような方におすすめです */
.concept__recommend {
  padding-top: 80px;
}

.concept-recommend__title {
  margin-bottom: 50px;
}

.concept-recommend__body {
  max-width: 1007px;
  margin-top: 60px;
  padding-bottom: 60px;
  padding-inline: 20px;
}

@media screen and (max-width: 767px) {
  .concept-recommend__body {
    padding-inline: 0;
  }
}

.concept-recommend__item {
  max-width: 760px;
  border: 1px solid #c6b7a5;
  padding: 35px;
}

@media screen and (max-width: 767px) {
  .concept-recommend__item {
    padding: 10px;
  }
}

.concept-recommend__item:not(:first-child) {
  margin-top: 49px;
}

@media screen and (max-width: 767px) {
  .concept-recommend__item:not(:first-child) {
    margin-top: 25px;
  }
}

.concept-recommend__item:nth-child(even) {
  margin-left: auto;
}

.concept-recommend__sub-title {
  font-size: 20px;
  font-weight: 600;
  line-height: calc(45/20);
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .concept-recommend__sub-title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #c6b7a5;
  }
}

/* FAQ
-------------------------------- */
.faq {
  padding-top: 100px;
}

.plus {
  display: inline;
}

.minus {
  display: none;
}

.toggle.active .plus {
  display: none;
}

.toggle.active .minus {
  display: inline;
}

.toggle.faq__title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.faq__item {
  display: flex;
  align-items: center;
}


/* 運営会社
ーーーーーーーーー */
.br-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

.companyーname {
  margin: 20px 80px 50px 0;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .companyーname {
    margin: 0 0 25px 0;
    font-size: 16px;
  }
}

.companyーgreeting {
  font-size: 14px;
}

/*プライバシーポリシー*/
.privacy-policy {
  padding-top: 80px;
}

.priv01_01 dl {
  display: flex;
  font-size: 14px;
  gap: 38px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .priv01_01 dl {
    flex-direction: column;
    gap: 15px;
  }
}

.priv01_01 dt {
  max-width: 231px;
  width: 100%;
}

.priv01_01 dd {
  flex: 1;
}


/* 登録女性のご紹介 */
.member-introduction__btn-area {
  display: flex;
  justify-content: center;
  gap: 46px;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .member-introduction__btn-area {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

.member-introduction__btn-area li {
  max-width: 415px;
  width: 100%;
}

.member-introduction__btn a {
  width: 100%;
  margin: 0;
}

.member-introduction__body {
  margin-top: 30px;
  margin-bottom: 30px;
}

.member-introduction__inner {
  padding-inline: 60px;
}

@media screen and (max-width: 767px) {
  .member-introduction__inner {
    padding-inline: 10px;
  }
}

.member-introduction__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.member-introduction__item {
  display: flex;
  gap: 25px;
  background-color: #ffffff;
  padding: 30px 60px;
}

@media screen and (max-width: 767px) {
  .member-introduction__item {
    flex-direction: column;
    align-items: center;
    padding: 15px 15px;
  }
}

.member-introduction__img {
  max-width: 244px;
}

.member-introduction__img img {
  object-fit: cover;
  aspect-ratio: 244/291;
  width: 100%;
}

.member-introduction__desc {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: calc(30/14);
  letter-spacing: 0.05em;
  color: #928572;
}

@media screen and (max-width: 767px) {
  .member-introduction__desc {
    line-height: 1.8;
  }
}

.member-introduction__heading:nth-last-of-type(1) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .member-introduction__heading:nth-last-of-type(1) {
    margin-top: 15px;
  }
}