@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------------
2階層ページ
------------------------------------------------------------*/

.main { width: 100%; margin: 0px auto 30px auto; }
.main { flex: 1; } /* コンテンツの高さ可変 フッタが下固定のため */

h1 { width: 100%; background: #EDEDED; padding: 38px 0 15px 0;}
h1 p  { width: 80%; font-size: 22px; font-display: block; margin: 0 auto;  }

h2 {
  display: inline-block;
  position: relative;
  z-index: 0;
  margin: calc(3.5em / 2) 0 35px calc(3.5em / 2);
  color: #333333;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}

h2::before {
  position: absolute;
  bottom: calc(-3.5em / 4);
  left: calc(-3.5em / 2);
  z-index: -1;
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  background: #ffc1bd;
  content: '';
}

@media screen and (max-width: 1024px) {
h1 { width: 100%; background: #EDEDED; padding: 38px 0 15px 0;}
h1 p  { width: 90%; font-size: 22px; font-display: block; margin: 0 auto;  }
}

@media screen and (max-width: 768px) {
h1 { width: 100%; background: #EDEDED; padding: 38px 0 15px 0;}
h1 p  { width: 90%; font-size: 18px; font-display: block; margin: 0 auto;  }

  h2 {
    display: block;
    position: relative;
    margin-left: 0;
    padding-left: 18px;
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 10px;
  }

  h2::before {
    width: 46px;
    height: 46px;
    left: 0;
    top: -12px;
    bottom: auto;
    transform: none;
  }

}

/*------------------------------------------------------------
加圧トレーニングとは about
------------------------------------------------------------*/

.about_back { background: url("../kaatsu/images/about_back_01.jpg") no-repeat top right ; z-index: 0; }

/* 全て白背景透過 */
.allinnner { background: rgba(255,255,255,0.4); }

/* タブレット以下のみ白背景透過 */
@media screen and (max-width: 1024px) {
.spinnner { width: 100%; margin: 0 auto; padding: 20px 0; background: rgba(255,255,255,0.4); }
}

.ol_01 > li::marker {
  color: #FB8C84;
  font-weight: bold; font-size: 24px; 
}

.ol_01 li { margin: 0 0 20px 0; font-size: 1.1em; }

.ul_01 {
  list-style: disc;
  padding-left: 1.5em;
}

.ul_01 li::marker {
  color: #333;
  font-size: 1em;
}

.ul_01 li { font-size: 0.9em; margin: 5px 0; }


@media screen and (max-width: 768px) {

.about_back { background: url("../kaatsu/images/about_back_01_sp.jpg") no-repeat top right ; z-index: 0; 
background-size: contain; }

}


/*------------------------------------------------------------
加圧トレーニングの目的 purpose
------------------------------------------------------------*/

.purpose_back { background: url("../kaatsu/images/purpose_back_01.jpg") no-repeat top right ; z-index:0; }

.purpose_copy { font-size: 25px; color: #FF5400; letter-spacing: 1px; text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.20); }

.purpose_copy2 { 
   display: inline-block;
   position: relative;
   background: #aad032; 
   border-radius: 50px 50px; ;
   padding: 16px 20px; color: #fff; font-size: 1.4em; font-weight: 500; letter-spacing: 0.02em; line-height: 160%; }


/*下部お問合せタイトり*/
.copy_01 { 
   display: inline-block;
   position: relative;
   background: #aad032; 
   border-radius: 50px 50px; ;
   padding: 10px 40px; color: #fff; font-size: 1.2em; font-weight: 600; letter-spacing: 0.02em; line-height: 160%; }

@media screen and (max-width: 768px) {

.purpose_back { background: url("../kaatsu/images/purpose_back_01_sp.jpg") no-repeat top right ; z-index:0; background-size: contain; } 
.purpose_copy { font-size: 20px; font-weight: 700;  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.20); line-height: 180%; 
                }
.purpose_copy2 { width: 100%; font-size: 1.1em; text-align: center;  }

.copy_01 { width: 100%; font-size: 0.9em; text-align: center; padding: 10px 10px;  ; }
}


.title_toi { 
  display: inline-block;
  position: relative;
  background: #aad032; 
  border-radius: 50px;
  padding: 6px 18px 8px 18px;
  color: #fff;
  font-size: 1.4em;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {


}


.txtphoto_01 {
  font-size: 16px;
  line-height: 1.9;
}

.txtphoto_01::after {
  content: "";
  display: block;
  clear: both;
}

.txtphoto_01 .txtphoto_img {
  float: right;
  width: min(30%, 420px);
  height: auto;
  margin: 0 0 20px 30px;
  border-radius: 16px;
  display: block;
}

.txtphoto_01 p {
  margin-bottom: 1.2em;
}

/* スマホ */
@media (max-width: 767.98px) {
  .txtphoto_01 .txtphoto_img {
    width: min(45%, 300px);
    border-radius: 10px;
  }
}


/* ジムのアイコンが背景の枠 */

.card_gym {
  background-color: #FFECEC;
  background-image: url("../images/back_gym.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  padding: 30px;
}

/* 成功事例 */

.result_box {
  max-width: 980px;
  margin: 0 auto;
  border: 2px solid #20aee5;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.result_header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 24px;
  color: #20aee5; 
}

.result_header h3 {
  margin: 0;
  font-size: clamp(18px, 3vw, 20px);
  font-weight: 600; letter-spacing: normal;
}

.result_icon {
  width: 20px;
  height: 20px;
  border: 6px solid #20aee5;
  border-radius: 50%;
  flex-shrink: 0;
}

.course_title {
  background: #12aee2;
  color: #fff;
  padding: 10px 15px;
  font-size: clamp(16px, 2.4vw, 20px);
  font-weight: 700;
}

.course_title span {
  margin-left: 1em;
  font-size: 0.85em;
}

.result_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.result_card {
  padding: 24px;
}

.result_card + .result_card {
  border-left: 1px solid #9adff3;
}

.result_name {
  color: #20aee5;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  margin-bottom: 22px;
}

.result_name span,
.result_name em {
  margin-left: 0.8em;
  font-style: normal;
}

.result_card { padding: 20px ; }

.result_card dl {
  margin: 0;
}

.result_card dl div {
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.result_card dt {
  border: 2px solid #20aee5;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  padding: 4px 8px;
  color: #333;
}

.result_card dd {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(18px, 2vw, 24px);
}

.result_card dd b {
  color: #f03c9d;
  font-size: 1.4em;
  line-height: 1;
}

.result_card dd strong {
  margin-left: auto;
  background: #f03c9d;
  color: #ffff00;
  font-size: 0.9em;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 999px;
  white-space: nowrap;
}

/* スマホ */
@media (max-width: 767.98px) {
  /*.result_box {
    border-radius: 12px;
  }

  .result_cards {
    grid-template-columns: 1fr;
  }

  .result_card + .result_card {
    border-left: none;
    border-top: 1px solid #9adff3;
  }

  .course_title span {
    display: block;
    margin-left: 0;
    margin-top: 4px;
  }*/

  .result_box {
  width: 100%;
  border-top: 4px solid #20aee5;
  border-bottom: 4px solid #20aee5;
  border-left: none; border-right: none;
  border-radius: 0;
  overflow: hidden;
  }
  
  .result_cards {
    grid-template-columns: 1fr;
  }

  .result_card + .result_card {
    border-left: none;
    border-top: 1px solid #9adff3;
  }

.result_header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0px;
  color: #20aee5;
}

.result_header h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 600; letter-spacing: normal;
}

.result_icon { display: none; }

.result_card dl div {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.result_card dt {
  border: 2px solid #20aee5;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
  padding: 4px 8px;
  color: #333;
}

  .result_card dd {
    gap: 8px;
    flex-wrap: wrap;
    font-size: 0.9em;
  }
  
  .result_card dd span { font-size: 1em; }
  
  .result_card dd strong {
    margin-left: 0;
  }
}

/*------------------------------------------------------------
各トレーニングコース紹介 course
------------------------------------------------------------*/

.course_back { background: url("../kaatsu/images/course_back_01.jpg") no-repeat top right ; z-index: 0; 
background-size: contain; }

@media screen and (max-width: 768px) {

.course_back { background: url("../kaatsu/images/course_back_01_sp.jpg") no-repeat top right ; z-index:0; background-size: contain; } 
}

.waku_01 { border: 6px solid #eee; border-radius: 14px;}

.title_dot {
  display: flex;
  align-items: center;
  gap: 0.4em;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 1em; padding-bottom: 10px;
  line-height: 1.4;
  border-bottom: 1px solid #E1E1E1;
}

.title_dot::before {
  content: "";
  width: 1em;
  height: 1em;
  background: #D43A3F;
  border-radius: 50%;
  flex-shrink: 0;
}


.title_dot_02 {
  display: grid;
  grid-template-columns: 1em 1fr;
  column-gap: 0.4em;
  align-items: start;

  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4;
}

.title_dot_02::before {
  content: "";
  width: 1em;
  height: 1em;
  background: #D43A3F;
  border-radius: 50%;
  margin-top: 0.25em;
}

.title_dot_02_text {
  display: block;font-size: 1em;
}

.title_dot_03 {
  display: flex;
  align-items: center;
  gap: 0.4em;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.4;
}

.title_dot_03::before {
  content: "";
  width: 1em;
  height: 1em;
  background: #D43A3F;
  border-radius: 50%;
  flex-shrink: 0;
}


.title_sq_01 {
  background: #20aee5; display: inline-block; padding: 8px 16px;
  color: #fff; font-size: 1em; font-weight: 600; line-height: 1.4;
}

.title_sq_02 {
  background: #EE6687; display: inline-block; padding: 8px 16px;
  color: #fff; font-size: 1em; font-weight: 600; line-height: 1.4;
}

/*------------------------------------------------------------
ストレッチ
------------------------------------------------------------*/
.stretch_back { background: url("../kaatsu/images/stretch_back_01.jpg") no-repeat top right ; z-index: 0; 
background-size: contain; }

@media screen and (max-width: 768px) {

.stretch_back { background: url("../kaatsu/images/stretch_back_01_sp.jpg") no-repeat top right ; z-index:0; background-size: contain; } 
}


/*------------------------------------------------------------
料金
------------------------------------------------------------*/

.campaign_box {
  position: relative;
  max-width: 100%;
  margin: 40px auto;
  padding: 36px 32px 32px;
  background: #FFF5F3;
  border: 2px solid #F95D33;
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.campaign_label {
  display: inline-block;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 22px;
  background: #F95D33;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08em;
  border-radius: 999px;
  white-space: nowrap;
  max-width: calc(100% - 30px);
}

.campaign_title {
  margin: 0 0 16px;
  color: #d85f2f;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.campaign_course {
  border: 3px solid #20aee5;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
}

.campaign_course .card-header {
  background: #20aee5;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 6px 15px 10px 15px;
  border-bottom: none;
  border-radius: 0;
}



@media (max-width: 575.98px) {
  .campaign_box {
    width: 100%;
    margin: 30px 0px;
    padding: 30px 18px 24px;
    border-radius: 14px;
  }
  .campaign_title { font-size: 22px; }
}

/*------------------------------------------------------------
指導方針
------------------------------------------------------------*/

.policy_back { background: url("../kaatsu/images/policy_back_01.jpg") no-repeat top right ; z-index: 0; 
background-size: contain; }

@media screen and (max-width: 768px) {

.policy_back { background: url("../kaatsu/images/policy_back_01_sp.jpg") no-repeat top right ; z-index: 0; 
background-size: contain; }

}



.flow_item {
  display: flex;
  align-items: flex-start;
  gap: 35px;
  margin-bottom: 40px;
}

.flow_num {
  width: 85px;
  min-width: 70px;
  height: 70px;
  background: #c92f1b;
  border-radius: 8px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.flow_body {
  flex: 1;
  max-width: 820px;
  padding: 0;
}

.flow_body h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.flow_body p {
  margin: 0;
  line-height: 1.6;
  font-size: 0.95em;
  color: #000;
}
@media (max-width: 575.98px) {
  .flow_item {
    gap: 16px;
    margin-bottom: 35px;
  }

  .flow_num {
    width: 36px;
    min-width: 36px;
    height: 36px;
    font-size: 20px;
  }

  .flow_body { max-width: none; }

  .flow_body h3 { font-size: 18px; margin-bottom: 8px; }

  .flow_body p {
    font-size: 0.9em;
    line-height: 1.7;
  }
}

/*------------------------------------------------------------
会員様の声
------------------------------------------------------------*/

.voice_item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin: 30px 0;
}

.voice_icon {
  width: 100px;
  min-width: 100px;
  text-align: center;
}

.voice_icon img {
  width: 100%;
  height: auto;
  display: block;
}

.voice_balloon {
  position: relative;
  flex: 1;
  padding: 30px 40px;
  background: #fffbdc;
  border-radius: 8px;
}

/* 左の吹き出し三角 */
.voice_balloon::before {
  content: "";
  position: absolute;
  top: 46px;
  left: -22px;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 22px solid #fffbdc;
}

.voice_profile {
  margin: 0 0 18px;
  font-weight: 500;
}

.voice_balloon p {
  margin: 0;
  line-height: 1.9;
  font-size: 0.9em;
}

.voice_balloon p span { color: #AD4200; font-size: 1em; line-height: 0.9em; }


@media (max-width: 575.98px) {

  .voice_item { gap: 20px; margin: 35px 0; }

  .voice_icon {
    width: 50px;
    min-width: auto;
    margin: 0 auto 18px;
  }

.voice_balloon {
  padding: 20px 20px;
  background: #fffbdc;
}

.voice_profile {
  padding: 0 0 10px 0;
}

.voice_balloon p { margin: 0; line-height: 1.5; font-size: 0.9em; }

/* 左の吹き出し三角 */
.voice_balloon::before {
  top: 20px;
  left: -20px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 22px solid #fffbdc;
}
}

.voice_balloon p strong { font-size: 1em; }

/* 10代20代リンク */

.voice_anchor_nav .pagination {
  margin: 0;
}

.voice_anchor_nav .page-link {
  min-width: 86px;
  padding: 8px 12px;
  border: 1px solid #e6563d;
  border-radius: 6px !important;
  background: #fff;
  color: #e6563d;
  text-align: center;
  line-height: 1.4;
  box-shadow: none;
}

.voice_anchor_nav .page-link:hover {
  background: #fff1ee;
  color: #c9442e;
  border-color: #c9442e;
}

.voice_anchor_nav .page-item.active .page-link {
  background: #e6563d;
  border-color: #e6563d;
  color: #fff;
}

/* ページ内リンクの到達位置を下げる */
.apoint { scroll-margin-top: 110px; }

@media (max-width: 575.98px) {
  .voice_anchor_nav .pagination {
    gap: 6px !important;
  }

  .voice_anchor_nav .page-item {
    width: calc(33.333% - 4px);
  }

  .voice_anchor_nav .page-link {
    width: 100%;
    min-width: auto;
    padding: 8px 4px;
    font-size: 0.75em;
    white-space: nowrap;
  }
}



/*------------------------------------------------------------
訪問
------------------------------------------------------------*/

.visit_zu_img {
  width: 38%;
  max-width: 420px;
}

@media (max-width: 575.98px) {
  .visit_zu_img {
    float: none !important;
    width: 100%;
    max-width: none;
    margin-left: 0 !important;
  }
}

/*------------------------------------------------------------
コラム
------------------------------------------------------------*/

.column_back { background: url("../kaatsu/images/column_back_01.png") no-repeat top right ;
background-size: contain; }

@media screen and (max-width: 768px) {

.column_back { background: url("../kaatsu/images/column_back_01_sp.png") no-repeat top right ; z-index: 0; 
background-size: contain; }

}


/*　ボタン**********************/

.column_btn_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.column_btn {
  display: block;
  width: 100%;
  text-align: left;
  padding: 24px 30px;
  background: rgba(255, 241, 250, 0.7);
  border: 1px solid #f5cce6;
  border-radius: 12px;
  color: #111;
  text-decoration: none;
  box-shadow: 0 14px 24px rgba(0,0,0,0.08);
  transition: all .25s ease;
  cursor: pointer;
  appearance: none;
  position: relative;
  padding-right: 70px;
}

.column_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #b85f66;
  border-right: 2px solid #b85f66;
  transform: translateY(-50%) rotate(45deg);
  transition: right .25s ease;
}

.column_btn:hover::after {
  right: 26px;
}

.column_btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 30px rgba(0,0,0,0.12);
}

.column_vol {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  letter-spacing: .05em;
  margin-bottom: 10px;
  padding: 4px 16px;
  background: #b85f66;
  border-radius: 999px;
  line-height: 1.4;
}

.column_title {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}


/* スマホは1列 */
@media (max-width: 575.98px) {
  .column_btn_wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .column_btn {
    padding: 20px 20px;
    border-radius: 10px;
  }

  .column_vol {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .column_title {
    font-size: 16px;
  }
  
  .column_btn {
    padding-right: 58px;
  }

  .column_btn::after {
    right: 15px;
  }

  .column_btn:hover::after {
    right: 22px;
  }
}

/*　モーダルの中*************************/

/* モーダルを固定ヘッダーより前面に出す */
.modal-backdrop {
  z-index: 199998 !important;
}

.modal {
  z-index: 199999 !important;
}

/* モーダル全体 */
.column_modal .modal-content {
  border: none;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,0.18);
}

/* 上部 */
.column_modal_header {
  background: #fff1fa;
  border-bottom: 1px solid #f5cce6;
  padding: 20px 30px 10px 30px;
}

/* vol */
.column_modal_vol {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  letter-spacing: .05em;
  margin-bottom: 10px;
  padding: 4px 16px;
  background: #b85f66;
  border-radius: 999px;
  line-height: 1.4;
}

/* タイトル */
.column_modal_title {
  font-size: 20px;
  font-weight: 500;
  color: #111;
  line-height: 1.5;
}

/* 本文 */
.column_modal_body {
  padding: 20px 50px;
  font-size: 17px;
  line-height: 2;
  color: #222;
}

/* 段落 */
.column_modal_body p {
  margin-bottom: 1.6em;
}

.column_modal_body p:last-child {
  margin-bottom: 0;
}

/* 閉じるボタン */
.column_modal .btn-close {
  width: 1.2em;
  height: 1.2em;
  opacity: .7;
}

.column_modal .btn-close:hover {
  opacity: 1;
}

/* スマホ */
@media (max-width: 575.98px) {
  .column_modal .modal-dialog {
    margin: 16px;
  }

  .column_modal_header {
    padding: 22px 22px;
  }

  .column_modal_vol {
    font-size: 16px;
  }

  .column_modal_title {
    font-size: 18px;
  }

  .column_modal_body {
    padding: 24px 22px;
    font-size: 16px;
    line-height: 1.9;
  }
}


/*　モーダル　次へ前へ　*****/
.modal_slide {
  display: none;
}

.modal_slide.active {
  display: block;
  animation: modalFade 0.25s ease;
}

.column_modal_footer {
  border-top: 1px solid #f5cce6;
  padding: 16px 24px;
}

.btn_modal_prev,
.btn_modal_next {
  border: none;
  background: #fb8c84;
  color: #fff;
  padding: 10px 24px 12px 24px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1;
}

.btn_modal_prev:hover,
.btn_modal_next:hover {
  background: #f66f66;
}

.btn_modal_prev:disabled,
.btn_modal_next:disabled {
  opacity: 0.35;
  cursor: default;
}

.modal_count {
  font-size: 14px;
  color: #777;
}

@keyframes modalFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767.98px) {
  .column_modal_footer {
    padding: 14px 18px;
  }

  .btn_modal_prev,
  .btn_modal_next {
    padding: 9px 18px;
    font-size: 14px;
  }
}






/*------------------------------------------------------------
スタッフ
------------------------------------------------------------*/

.staff_card {
  padding: 32px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  margin: 30px 0 20px 0;

}

.staff_photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.staff_body {
  height: 100%;
}

.staff_name_area {
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 2px solid #f5d7e4;
}

.staff_name {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #333;
}

.staff_name span {
  display: inline-block;
  margin-left: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #777;
}

.staff_position {
  display: inline-block;
  margin: 0;
  padding: 3px 14px;
  background: #c8547c;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 999px;
}

.staff_message {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.9;
}

.staff_license {
  padding: 20px 22px;
  background: #f3fbd9;
  border-radius: 12px;
}

.staff_license_title {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 700;
  color: #333;
}

.staff_license_title::before {
  content: "◎";
  margin-right: 4px;
  color: #d85f7f;
}

.staff_license ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.staff_license li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.7;
}

.staff_license li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.staff_license li:last-child {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .staff_photo {
    max-width: 200px;
    margin: 0 auto 20px;
  }
}


/*------------------------------------------------------------
会社情報
------------------------------------------------------------*/

.company_list {
  max-width: 100%;
  margin: 0 auto;
}

.company_item {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  padding: 18px 0;
  border-bottom: 1px solid #ddd;
}

.company_item::before {
  content: "";
  width: 4px;
  min-width: 4px;
  height: 1.6em;
  background: #c92f1b;
  margin-top: 0.15em;
}

.company_label {
  width: 130px;
  min-width: 130px;
  font-weight: 700;
  color: #333;
}

.company_text {
  flex: 1;
  line-height: 1.8;
}

.company_text a {
  color: #333;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

@media (max-width: 575.98px) {
  .company_item {
    display: block;
    position: relative;
    padding: 16px 0;
  }

  .company_item::before {
    position: absolute;
    left: 0;
    top: 18px;
    height: 1.4em;
  }

  .company_label {
    width: auto;
    min-width: auto;
    padding-left: 14px;
    margin-bottom: 6px;
  }

  .company_text {
    padding-left: 14px;
    font-size: 14px;
  }
}


/*------------------------------------------------------------
FAQ
------------------------------------------------------------*/

/* tab */
.tabstyle {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0 5px;
  max-width: 600px;
  margin: 0 0 30px 0;
}

.tabstyle > a,
.tabstyle > span {
  flex: 1 1;
  min-width: 70px;
  padding: .6em 2em;
  margin-top: 8px;
  border-radius: 5px 5px 0 0;
  background-color: #e6563d;
  color: #fff;
  font-size: .9em; font-weight: bold;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  opacity: .5;
  transition: opacity .2s ease, margin-top .2s ease, padding .2s ease;
}

.tabstyle > a:hover {
  opacity: .8;
  color: #fff;
}

.tabstyle > .active
{
  margin-top: 0;
  padding-top: .8em;
  padding-bottom: .8em;
  opacity: 1;
}

@media (max-width: 575.98px) {

.tabstyle {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0 5px;
  width: 100%;
}

.tabstyle > a,
.tabstyle > span {
  padding: .6em 1em;
  margin-top: 8px;
  font-weight: normal;
  line-height: 130%;
}
}

/* FAQ */
.qastyle dt {
    margin-bottom: 1em;
    color: #333333;
    font-weight: 600;
}

.qastyle dt::before,
.qastyle dd::before {
    margin-right: .4em;
}

.qastyle dt::before {
    content: "Q.";
    color: #e6563d;
}

.qastyle dd {
    margin: 0 0 2.5em;
    padding: 1em 1.5em;
    background-color: #f2f2f2;
    border-radius: 10px;
    color: #333333;
}

.qastyle dd::before {
    content: "A.";
    color: #2b8dcc;
    font-weight: 600;
}



/*------------------------------------------------------------
サイトマップ
------------------------------------------------------------*/


.sitemap_box {
  height: 100%;
}

.sitemap_title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding-left: 18px;
  margin-bottom: 24px;
  line-height: 1.4;
}

.sitemap_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 5px;
  height: 1.4em;
  background: #ED262E;
  border-radius: 999px;
}

.sitemap_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sitemap_list li {
  margin-bottom: 16px;
}

.sitemap_list a {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  color: #163b8f;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.6;
}

.sitemap_list a::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: #b85f66;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
}

.sitemap_list a:hover {

  text-decoration: underline;
}

/* スマホ */
@media (max-width: 767.98px) {



  .sitemap_title {
    font-size: 19px;
    margin-bottom: 18px;
  }

  .sitemap_list li {
    margin-bottom: 12px;
  }

  .sitemap_list a {
    font-size: 15px;
  }
}


/*------------------------------------------------------------
プライバシーポリシー系
------------------------------------------------------------*/

.privacy {  }

.privacy dl {}

.privacy dl dt { font-size: 18px; font-weight: 500; margin-bottom: 10px; }
.privacy dl dd { margin-bottom: 20px; }
.privacy dl dd p { font-size: 14px; margin-bottom: 15px; line-height: 1.5em; }

.ol_priv { margin: 0 0 0 20px; }
.ol_priv li { font-size: 16px; font-weight: 500; margin-bottom: 15px; }
.ol_priv li p { font-size: 14px; font-weight: normal; margin: 10px 0 15px 0; }


/*　table　*************************************/

.tbl_01 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #bbb;
  font-size: 18px;
  color: #333;
  text-align: center;
}

.tbl_01 th,
.tbl_01 td {
  border: 1px solid #bbb;
  padding: 10px 14px;
  line-height: 1.4;
  vertical-align: middle;
}

.tbl_01 th { background: #FEFDE7; font-weight: 600; }
.tbl_01 td { background: #fff; }

.tbl_01_side th {
  width: 140px;
  background: #fde0ed;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

.tbl_01_side td {
  text-align: left;
  vertical-align: middle;
}

.tbl_scroll {
  width: 100%;
  overflow-x: auto;
}

.tbl_scroll .tbl_01 {
  min-width: 560px;
}

@media (max-width: 575.98px) {

  .tbl_01 { font-size: 14px; }
  .tbl_01 th,
  .tbl_01 td {  padding: 8px 6px; font-size: 14px; }
  
  .tbl_01_side th { width: 90px; }

  .red_text {
    display: block;
    margin-left: 0;
    margin-top: 4px;
    font-size: 13px;
  }
}


/* table02 */

.tbl_02_wrap {
  width: 100%;
  overflow-x: auto;
  margin: 30px 0 10px 0;
}

.tbl_02 {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 18px;
  color: #333;
  background: #fff;
}

.tbl_02 th,
.tbl_02 td {
  border: 1px solid #e2b8bd;
  padding: 12px 14px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.6;
}

.tbl_02 thead th {
  background:  #E7671D;
  color: #fff;
  font-weight: 700;
}

.tbl_02 tbody th {
  width: 18%;
  background: #fff3f5;
  color: #7f3f45;
  font-weight: 600;
}

.tbl_02 tbody td {
  background: #fff;
  font-weight: 500;
}

/* 差の列だけ */
.tbl_02 tbody td.tbl_diff {
  background: #FF59AA;
  color: #fff;
  font-weight: 700;
  font-size: 1.15em;
}

/* スマホ調整 */
@media screen and (max-width: 767.98px) {

  .tbl_02_wrap .tbl_02 {
    font-size: 13px !important;
  }

.tbl_02 {
  min-width: auto;
}

.tbl_02 th,
.tbl_02 td {
  border: 1px solid #e2b8bd;
  padding: 12px 25px;
  white-space: nowrap;
}

  .tbl_02_wrap .tbl_02 th,
  .tbl_02_wrap .tbl_02 td {
    font-size: 13px !important;
    padding: 8px 8px !important;
    line-height: 1.45 !important;
  }

  .tbl_02_wrap .tbl_02 tbody td.tbl_diff {
    font-size: 13px !important;
  }

}



/*　ボタン系　*************************************/

.btn_detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  padding: 12px 10px;
  background: #0075c0;
  color: #fff;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-decoration: none;
  border-radius: 8px;
  border: none;
  box-shadow: 8px 10px 16px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition: 0.25s ease;
}

.btn_detail:hover {
  color: #fff;
  background: #1790DE;
  transform: translateY(2px);
  box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.2);
}

.btn_detail:active {
  transform: translateY(4px);
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.18);
}

