@charset "UTF-8";
/***********************共通設定************************/
main {
  background: #fff;
}

/* ==========================================================================//
//
//　共通
//
// ========================================================================== */
.program_detail {
  margin: 0 0 40px;
  /* 751以上 */
  /* オレンジ色のドット下線 */
  /* タイプ別プログラム
  ---------------------------------------------------------- */
}
@media all and (min-width: 751px) {
  .program_detail {
    margin: 0 0 80px;
  }
}
.program_detail section:not(:first-child) {
  margin-top: 30px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .program_detail section:not(:first-child) {
    margin-top: 50px;
  }
}
.program_detail h1 {
  margin: 20px 0 30px;
  padding-bottom: 10px;
  color: #007E3D;
  font-size: 18px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .program_detail h1 {
    margin: 40px 0 45px;
    font-size: 24px;
  }
}
.program_detail h2 {
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
  text-align: left;
  font-size: 18px;
  color: #2BB06B;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .program_detail h2 {
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 24px;
  }
}
.program_detail h2::before {
  position: absolute;
  content: "";
  background: #2BB06B;
  border-radius: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .program_detail h2::before {
    width: 10px;
    height: 40px;
  }
}
.program_detail .dashed_line {
  padding-bottom: 10px;
  margin-bottom: 35px;
  position: relative;
  text-align: center;
  font-size: 18px;
  color: #2BB06B;
  line-height: 1.4;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .program_detail .dashed_line {
    margin-bottom: 70px;
    font-size: 24px;
  }
}
.program_detail .dashed_line::before {
  position: absolute;
  content: "";
  background: radial-gradient(circle farthest-side, #FFA103, #FFA103 60%, transparent 60%, transparent);
  background-size: 5px;
  width: 76px;
  height: 5px;
  bottom: 0;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.program_detail h3 {
  text-align: left;
  font-size: 18px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .program_detail h3 {
    font-size: 24px;
  }
}
.program_detail .green_dot {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .program_detail .green_dot {
    margin-bottom: 30px;
  }
}
.program_detail .green_dot::before {
  position: absolute;
  content: "";
  background: #2BB06B;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
}
.program_detail p {
  text-align: left;
  line-height: 1.8;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .program_detail p {
    line-height: 2.1;
  }
}
.program_detail .intro {
  margin-bottom: 25px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .program_detail .intro {
    margin-bottom: 50px;
  }
}
.program_detail .detail_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  text-align: left;
}
.program_detail .detail_list li:not(:first-child) {
  margin-top: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .program_detail .detail_list li:not(:first-child) {
    margin-top: 25px;
  }
}
.program_detail .detail_list li .number {
  margin-right: 25px;
  padding-left: 10px;
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-family: Palatino Linotype;
  font-style: italic;
  font-weight: bold;
  color: #2BB06B;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .program_detail .detail_list li .number {
    padding-left: 15px;
    font-size: 24px;
  }
}
.program_detail .detail_list li .number::before {
  position: absolute;
  content: "";
  border: 1px solid #2BB06B;
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .program_detail .detail_list li .number::before {
    width: 40px;
    height: 40px;
  }
}
.program_detail .center {
  text-align: center;
}
.program_detail .sec_type {
  padding: 35px 0 40px;
  background: #F6FFEE;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .program_detail .sec_type {
    padding: 70px 0 80px;
  }
}
.program_detail .sec_type h2 {
  margin-bottom: 30px;
  color: #007E3D;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .program_detail .sec_type h2 {
    margin-bottom: 60px;
    font-size: 24px;
  }
}
.program_detail .sec_type h2::before {
  display: none;
}
.program_detail .sec_type .method_list {
  margin-inline: auto;
  /* 751以上 */
  /* プログラム内容 */
}
@media all and (min-width: 751px) {
  .program_detail .sec_type .method_list {
    width: min(990px, 100%);
  }
}
.program_detail .sec_type .method_list > li:not(:first-child) {
  margin-top: 50px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .program_detail .sec_type .method_list > li:not(:first-child) {
    margin-top: 60px;
  }
}
.program_detail .sec_type .method_list > li p {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  color: #007E3D;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .program_detail .sec_type .method_list > li p {
    font-size: 18px;
  }
}
.program_detail .sec_type .method_list .type_list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .program_detail .sec_type .method_list .type_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
    row-gap: 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .program_detail .sec_type .method_list .type_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.program_detail .sec_type .method_list .type_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .program_detail .sec_type .method_list .type_list li {
    width: 49%;
  }
}
@media all and (max-width: 1023px) {
  .program_detail .sec_type .method_list .type_list li {
    width: 100%;
  }
}
.program_detail .sec_type .method_list .type_list li a {
  padding: 10px;
  display: block;
  border: 1px solid #2BB06B;
  background: #fff;
  border-radius: 30px;
  color: #2BB06B;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .program_detail .sec_type .method_list .type_list li a {
    padding: 17px 16px;
  }
}
@media (hover: hover) {
  .program_detail .sec_type .method_list .type_list li a:hover {
    background: #2BB06B;
    color: #fff;
  }
}

.depression h1,
.alcohol h1,
.depression_daycare h1,
.depression_rework h1 {
  margin: 20px 0 30px;
  position: relative;
  color: #007E3D;
  font-size: 18px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression h1,
  .alcohol h1,
  .depression_daycare h1,
  .depression_rework h1 {
    margin: 40px 0 30px;
    padding-bottom: 10px;
    font-size: 24px;
  }
}
.depression h1::before,
.alcohol h1::before,
.depression_daycare h1::before,
.depression_rework h1::before {
  position: absolute;
  content: "";
  background: radial-gradient(circle farthest-side, #FFA103, #FFA103 60%, transparent 60%, transparent);
  background-size: 5px;
  width: 76px;
  height: 5px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* ==========================================================================//
//
//　タブ
//
// ========================================================================== */
.category_tab {
  margin-bottom: 20px;
  background: #F6FFEE;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .category_tab {
    margin-bottom: 40px;
  }
}
.category_tab .category_list {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 15px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .category_tab .category_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 52px;
       -moz-column-gap: 52px;
            column-gap: 52px;
  }
}
.category_tab .category_list li {
  cursor: pointer;
  text-align: left;
  position: relative;
  color: #303030;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .category_tab .category_list li {
    width: 48%;
  }
}
.category_tab .category_list li.is_active {
  font-weight: bold;
  color: #007E3D;
}
.category_tab .category_list li.is_active a {
  color: #007E3D;
}
.category_tab .category_list li a {
  color: #303030;
  /* 750以下  */
  /* 751以上 */
}
@media all and (max-width: 750px) {
  .category_tab .category_list li a {
    font-size: 16px;
  }
}
@media all and (min-width: 751px) {
  .category_tab .category_list li a {
    font-size: 18px;
  }
}
.category_tab .category_list li a::after {
  position: absolute;
  content: "";
  background: #007E3D;
  width: 0;
  height: 1px;
  bottom: 3px;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .category_tab .category_list li a:hover {
    color: #007E3D;
  }
  .category_tab .category_list li a:hover::after {
    width: 100%;
  }
}

/* ==========================================================================//
//
//　リワーク・うつ
//
// ========================================================================== */
.depression .detail_list li {
  display: block;
}

/* ==========================================================================//
//
//　リワーク・うつ,アルコールデイケア
//
// ========================================================================== */
.depression section,
.alcohol section {
  padding: 0 0 40px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression section,
  .alcohol section {
    padding: 0 0 80px;
  }
}
.depression .sec_guidance .detail_list,
.depression .sec_alcohol .detail_list,
.alcohol .sec_guidance .detail_list,
.alcohol .sec_alcohol .detail_list {
  margin-bottom: 45px;
}
.depression .sec_guidance .detail_list li:not(:first-child),
.depression .sec_alcohol .detail_list li:not(:first-child),
.alcohol .sec_guidance .detail_list li:not(:first-child),
.alcohol .sec_alcohol .detail_list li:not(:first-child) {
  margin-top: 50px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression .sec_guidance .detail_list li:not(:first-child),
  .depression .sec_alcohol .detail_list li:not(:first-child),
  .alcohol .sec_guidance .detail_list li:not(:first-child),
  .alcohol .sec_alcohol .detail_list li:not(:first-child) {
    margin-top: 100px;
  }
}
.depression .sec_guidance .detail_list li p,
.depression .sec_alcohol .detail_list li p,
.alcohol .sec_guidance .detail_list li p,
.alcohol .sec_alcohol .detail_list li p {
  padding-left: 15px;
  text-align: left;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression .sec_guidance .detail_list li p,
  .depression .sec_alcohol .detail_list li p,
  .alcohol .sec_guidance .detail_list li p,
  .alcohol .sec_alcohol .detail_list li p {
    padding-left: 20px;
  }
}
.depression .sec_guidance h3,
.depression .sec_alcohol h3,
.alcohol .sec_guidance h3,
.alcohol .sec_alcohol h3 {
  margin-bottom: 20px;
  color: #2BB06B;
  font-size: 18px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression .sec_guidance h3,
  .depression .sec_alcohol h3,
  .alcohol .sec_guidance h3,
  .alcohol .sec_alcohol h3 {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.depression .sec_guidance p,
.depression .sec_alcohol p,
.alcohol .sec_guidance p,
.alcohol .sec_alcohol p {
  text-align: left;
  line-height: 2;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression .sec_guidance p,
  .depression .sec_alcohol p,
  .alcohol .sec_guidance p,
  .alcohol .sec_alcohol p {
    line-height: 2.1;
  }
}
.depression .sec_guidance .image,
.depression .sec_alcohol .image,
.alcohol .sec_guidance .image,
.alcohol .sec_alcohol .image {
  margin-top: 20px;
  margin-inline: auto;
  width: min(176px, 100%);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression .sec_guidance .image,
  .depression .sec_alcohol .image,
  .alcohol .sec_guidance .image,
  .alcohol .sec_alcohol .image {
    margin-top: 40px;
    width: min(876px, 100%);
  }
}
@media screen and (min-width: 500px) and (max-width: 750px) {
  .depression .sec_guidance .image,
  .depression .sec_alcohol .image,
  .alcohol .sec_guidance .image,
  .alcohol .sec_alcohol .image {
    width: min(300px, 100%);
  }
}

/* ==========================================================================//
//
//　アルコールデイセラピー
//
// ========================================================================== */
.alcohol {
  /* アルコールデイセラピーについて
  ---------------------------------------------------------- */
}
.alcohol .first .detail_list li {
  display: block;
}
.alcohol .first h3 {
  text-align: center;
}
.alcohol .btn_motion2 {
  margin: 40px auto 0;
  font-weight: bold;
  font-size: 24px;
}
.alcohol .sp_btn {
  margin: 40px auto 0;
}

/* ==========================================================================//
//
//　アルコールデイケア,うつと不安のデイセラピー
//
// ========================================================================== */
.alcohol,
.depression_therapy {
  /* デイセラピーの部屋,ご利用の流れ
  ---------------------------------------------------------- */
  /* デイセラピーの部屋
  ---------------------------------------------------------- */
  /* ご利用の流れ
  ---------------------------------------------------------- */
}
.alcohol .therapy_list > li,
.depression_therapy .therapy_list > li {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .alcohol .therapy_list > li,
  .depression_therapy .therapy_list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 82px;
       -moz-column-gap: 82px;
            column-gap: 82px;
  }
  .alcohol .therapy_list > li:nth-child(even),
  .depression_therapy .therapy_list > li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .alcohol .therapy_list > li,
  .depression_therapy .therapy_list > li {
    -webkit-column-gap: 42px;
       -moz-column-gap: 42px;
            column-gap: 42px;
  }
}
.alcohol .therapy_list > li:not(:first-child),
.depression_therapy .therapy_list > li:not(:first-child) {
  margin-top: 54px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .alcohol .therapy_list > li:not(:first-child),
  .depression_therapy .therapy_list > li:not(:first-child) {
    margin-top: 74px;
  }
}
.alcohol .therapy_list > li .image,
.depression_therapy .therapy_list > li .image {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .alcohol .therapy_list > li .image,
  .depression_therapy .therapy_list > li .image {
    width: 34%;
  }
}
.alcohol .therapy_list > li .texts,
.depression_therapy .therapy_list > li .texts {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .alcohol .therapy_list > li .texts,
  .depression_therapy .therapy_list > li .texts {
    width: 57%;
  }
}
.alcohol .therapy_list > li h2,
.depression_therapy .therapy_list > li h2 {
  margin: 20px 0 15px;
  padding-left: 0;
  font-size: 15px;
  color: #007E3D;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .alcohol .therapy_list > li h2,
  .depression_therapy .therapy_list > li h2 {
    margin: 0 0 10px;
    font-size: 16px;
  }
}
.alcohol .therapy_list > li h2::before,
.depression_therapy .therapy_list > li h2::before {
  display: none;
}
.alcohol .use_list li,
.depression_therapy .use_list li {
  margin-top: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .alcohol .use_list li,
  .depression_therapy .use_list li {
    margin-top: 40px;
  }
}
.alcohol .use_list li h3,
.depression_therapy .use_list li h3 {
  font-size: 15px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .alcohol .use_list li h3,
  .depression_therapy .use_list li h3 {
    font-size: 16px;
  }
}
.alcohol .sec_room h2,
.alcohol .sec_therapy_flow h2,
.depression_therapy .sec_room h2,
.depression_therapy .sec_therapy_flow h2 {
  padding-left: 0;
  text-align: center;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .alcohol .sec_room h2,
  .alcohol .sec_therapy_flow h2,
  .depression_therapy .sec_room h2,
  .depression_therapy .sec_therapy_flow h2 {
    margin-bottom: 44px;
  }
}
.alcohol .sec_room h2::before,
.alcohol .sec_therapy_flow h2::before,
.depression_therapy .sec_room h2::before,
.depression_therapy .sec_therapy_flow h2::before {
  display: none;
}
.alcohol .sec_room .image,
.depression_therapy .sec_room .image {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .alcohol .sec_room .image,
  .depression_therapy .sec_room .image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    width: min(1236px, 100%);
  }
}
@media screen and (min-width: 751px) and (max-width: 1300px) {
  .alcohol .sec_room .image,
  .depression_therapy .sec_room .image {
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
    max-width: 700px;
    width: 100%;
  }
}
.alcohol .sec_room .image img,
.depression_therapy .sec_room .image img {
  margin: 0 auto;
  width: min(285px, 100%);
  /* 750以下  */
}
@media screen and (min-width: 1160px) and (max-width: 1300px) {
  .alcohol .sec_room .image img,
  .depression_therapy .sec_room .image img {
    width: min(260px, 100%);
  }
}
@media screen and (min-width: 1001px) and (max-width: 1160px) {
  .alcohol .sec_room .image img,
  .depression_therapy .sec_room .image img {
    width: min(220px, 100%);
  }
}
@media screen and (min-width: 830px) and (max-width: 1000px) {
  .alcohol .sec_room .image img,
  .depression_therapy .sec_room .image img {
    width: min(180px, 100%);
  }
}
@media screen and (min-width: 751px) and (max-width: 829px) {
  .alcohol .sec_room .image img,
  .depression_therapy .sec_room .image img {
    width: min(150px, 100%);
  }
}
@media all and (max-width: 750px) {
  .alcohol .sec_room .image img:not(:first-of-type),
  .depression_therapy .sec_room .image img:not(:first-of-type) {
    padding-top: 10px;
  }
}
.alcohol .sec_therapy_flow .flow_image_01,
.depression_therapy .sec_therapy_flow .flow_image_01 {
  margin: 24px auto;
  width: min(167px, 100%);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .alcohol .sec_therapy_flow .flow_image_01,
  .depression_therapy .sec_therapy_flow .flow_image_01 {
    margin: 44px auto;
    width: min(876px, 100%);
  }
}
.alcohol .sec_therapy_flow .flow_image_02,
.depression_therapy .sec_therapy_flow .flow_image_02 {
  margin: 20px auto 0;
  padding-bottom: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .alcohol .sec_therapy_flow .flow_image_02,
  .depression_therapy .sec_therapy_flow .flow_image_02 {
    margin: 20px auto 0;
    width: min(1243px, 100%);
  }
}
.alcohol .sec_therapy_flow .flow_image_02 img,
.depression_therapy .sec_therapy_flow .flow_image_02 img {
  width: min(195px, 100%);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .alcohol .sec_therapy_flow .flow_image_02 img,
  .depression_therapy .sec_therapy_flow .flow_image_02 img {
    width: min(1243px, 100%);
  }
}
@media screen and (min-width: 1060px) and (max-width: 1330px) {
  .alcohol .sec_therapy_flow .flow_image_02 img,
  .depression_therapy .sec_therapy_flow .flow_image_02 img {
    width: min(1000px, 100%);
  }
}
@media screen and (min-width: 751px) and (max-width: 1059px) {
  .alcohol .sec_therapy_flow .flow_image_02 img,
  .depression_therapy .sec_therapy_flow .flow_image_02 img {
    width: min(800px, 100%);
  }
}
.alcohol .sec_therapy_flow h3,
.depression_therapy .sec_therapy_flow h3 {
  margin-bottom: 5px;
  font-size: 15px;
  color: #007E3D;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .alcohol .sec_therapy_flow h3,
  .depression_therapy .sec_therapy_flow h3 {
    font-size: 16px;
  }
}

/* ==========================================================================//
//
//　アルコール デイケアプログラム
//
// ========================================================================== */
.daycare_program {
  /* 女性のアルコール依存症の治療について
  ---------------------------------------------------------- */
}
.daycare_program .sec_program .program_contents:not(:first-of-type) {
  margin-top: 25px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .daycare_program .sec_program .program_contents:not(:first-of-type) {
    margin-top: 50px;
  }
}
.daycare_program .sec_program .ttl_area {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  background-color: #F6FFEE;
}
.daycare_program .sec_program .ttl_area .green_dot {
  padding: 15px 0 15px 30px;
}
.daycare_program .sec_program .program_list li:not(:first-child) {
  margin-top: 25px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .daycare_program .sec_program .program_list li:not(:first-child) {
    margin-top: 50px;
  }
}
.daycare_program .sec_program .program_list li .program_areas h4 {
  color: #2BB06B;
}
.daycare_program .sec_program .program_list li .orange_btn {
  margin: 30px auto 0;
  background: #FFA103;
  border: 1px solid #FFA103;
  color: #fff;
  width: 240px;
  padding: 10px;
  border-radius: 100px;
  display: block;
  cursor: pointer;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .daycare_program .sec_program .program_list li .orange_btn:hover {
    background: #fff;
    color: #FFA103;
  }
}
.daycare_program .sec_program .program_areas {
  margin: 0;
  text-align: left;
}
.daycare_program .sec_program .program_areas h2, .daycare_program .sec_program .program_areas h4 {
  padding-bottom: 10px;
  font-weight: normal;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .daycare_program .sec_program .program_areas h2, .daycare_program .sec_program .program_areas h4 {
    padding-bottom: 16px;
  }
}
.daycare_program .sec_therapy .bg_pink {
  padding: 20px;
  background: #FFECEC;
  border-radius: 10px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .daycare_program .sec_therapy .bg_pink {
    padding: 40px;
  }
}
.daycare_program .sec_therapy .bg_pink h3 {
  text-align: center;
  margin-bottom: 10px;
  color: #FF4D4D;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .daycare_program .sec_therapy .bg_pink h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.daycare_program .sec_therapy .bg_pink .bg_white {
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .daycare_program .sec_therapy .bg_pink .bg_white {
    padding: 45px 50px;
  }
}
.daycare_program .sec_therapy .bg_pink .bg_white p:not(:first-child) {
  padding-top: 30px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .daycare_program .sec_therapy .bg_pink .bg_white p:not(:first-child) {
    padding-top: 50px;
  }
}

/* 詳細ページ
---------------------------------------------------------- */
.daycare_program_single .program_areas .category {
  text-align: left;
}
.daycare_program_single .program_areas h2 {
  margin: 10px 0 20px;
  padding-left: 0;
  font-size: 16px;
  color: #303030;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .daycare_program_single .program_areas h2 {
    margin: 17px 0 40px;
    font-size: 20px;
  }
}
.daycare_program_single .program_areas h2::before {
  display: none;
}
.daycare_program_single .block_content h4, .daycare_program_single .block_content h5, .daycare_program_single .block_content h6 {
  text-align: left;
}
.daycare_program_single .block_content h3 {
  padding: 20px 0;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .daycare_program_single .block_content h3 {
    padding: 30px 0;
  }
}
.daycare_program_single .block_content h4 {
  padding: 20px 0;
  font-size: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .daycare_program_single .block_content h4 {
    padding: 30px 0;
    font-size: 24px;
  }
}
.daycare_program_single .block_content h5 {
  padding: 20px 0;
  font-size: 18px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .daycare_program_single .block_content h5 {
    padding: 30px 0;
    font-size: 20px;
  }
}
.daycare_program_single .block_content h6 {
  padding: 20px 0;
  font-size: 16px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .daycare_program_single .block_content h6 {
    padding: 30px 0;
    font-size: 18px;
  }
}
.daycare_program_single .block_content p {
  text-align: left;
  line-height: 1.56;
}
.daycare_program_single .block_content p a {
  padding-top: 15px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #2BB06B;
}
.daycare_program_single .block_content p a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #2BB06B;
  bottom: 1px;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .daycare_program_single .block_content p a:hover::after {
    width: 100%;
  }
}
.daycare_program_single .block_content .wp-block-image {
  margin: 32px auto 55px;
  width: min(407px, 100%);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .daycare_program_single .block_content .wp-block-image {
    margin: 52px auto 65px;
  }
}
.daycare_program_single .back_link a {
  font-size: 16px;
  color: #007E3D;
  border: 1px solid #007E3D;
  cursor: pointer;
  width: 300px;
  height: 50px;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .daycare_program_single .back_link a {
    margin: 120px auto 0;
    font-size: 24px;
    height: 70px;
  }
}
.daycare_program_single .back_link a:hover {
  color: #fff;
  background: #007E3D;
}

/* ==========================================================================//
//
//　アルコールハームリダクションプログラム
//
// ========================================================================== */
.harm h3 {
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
  color: #2BB06B;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .harm h3 {
    margin-bottom: 20px;
    padding-left: 20px;
  }
}
.harm h3::before {
  position: absolute;
  content: "";
  background: #2BB06B;
  border-radius: 10px;
  width: 5px;
  height: 20px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .harm h3::before {
    width: 10px;
    height: 40px;
  }
}
.harm .detail_list li {
  display: block;
}
.harm .detail_list li:not(:first-child) {
  margin-top: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .harm .detail_list li:not(:first-child) {
    margin-top: 30px;
  }
}
.harm .detail_list li h4 {
  margin-bottom: 10px;
  padding-left: 30px;
  text-align: left;
  position: relative;
  font-size: 16px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .harm .detail_list li h4 {
    font-size: 20px;
  }
}
.harm .detail_list li h4::before {
  position: absolute;
  content: "";
  background: #F6FFEE;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.harm .detail_list li p {
  padding-left: 30px;
}

/* ==========================================================================//
//
//　アルコールセミナー
//
// ========================================================================== */
.seminar {
  /* セミナーに初めて参加される方へ
  ---------------------------------------------------------- */
  /* 内容
  ---------------------------------------------------------- */
}
.seminar h3 {
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .seminar h3 {
    margin-bottom: 40px;
    padding-left: 20px;
  }
}
.seminar h3::before {
  position: absolute;
  content: "";
  background: #2BB06B;
  border-radius: 10px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .seminar h3::before {
    width: 10px;
    height: 40px;
  }
}
.seminar .sec_seminar .intro span {
  display: inline-block;
  position: relative;
  color: #2BB06B;
  font-weight: bold;
}
.seminar .sec_seminar .intro span::after {
  position: absolute;
  content: "";
  background: #2BB06B;
  width: 100%;
  height: 1px;
  bottom: 6px;
  left: 0;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .seminar .sec_seminar .intro span::after {
    bottom: 10px;
  }
}
.seminar .sec_seminar .green {
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #2BB06B;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .seminar .sec_seminar .green {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
.seminar .sec_seminar .seminar_list li:not(:first-child) {
  margin-top: 20px;
}
.seminar .sec_detail {
  /* SP用ボタン */
}
.seminar .sec_detail .program_list {
  margin-bottom: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .seminar .sec_detail .program_list {
    margin-bottom: 40px;
  }
}
.seminar .sec_detail .program_list li {
  padding-bottom: 10px;
  text-align: left;
  position: relative;
}
.seminar .sec_detail .program_list li:not(:first-child) {
  margin-top: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .seminar .sec_detail .program_list li:not(:first-child) {
    margin-top: 20px;
  }
}
.seminar .sec_detail .program_list li::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(to right, #4B8E78 4px, transparent 1px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.seminar .sec_detail .btn_motion2 {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .seminar .sec_detail .btn_motion2 {
    margin-top: 80px;
    width: 700px;
  }
}
.seminar .sec_detail .btn_motion2 a span {
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .seminar .sec_detail .btn_motion2 a span {
    font-size: 24px;
  }
}
.seminar .sec_detail .sp_btn {
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .seminar .sec_detail .sp_btn {
    margin-top: 40px;
  }
}

/* ==========================================================================//
//
//　うつと不安のデイケア、うつと不安のリワークコース　共通
//
// ========================================================================== */
.depression_daycare section:not(:first-child),
.depression_rework section:not(:first-child) {
  margin-top: 35px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression_daycare section:not(:first-child),
  .depression_rework section:not(:first-child) {
    margin-top: 70px;
  }
}
.depression_daycare section:last-child,
.depression_rework section:last-child {
  margin: 35px 0 40px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression_daycare section:last-child,
  .depression_rework section:last-child {
    margin: 70px 0 80px;
  }
}

/* ==========================================================================//
//
//　うつと不安のデイケア
//
// ========================================================================== */
.depression_daycare {
  /* 目的によって、３つのコースを設けています
  ---------------------------------------------------------- */
  /* プログラムご案内　2023年4月より、各プログラムの概要
  ---------------------------------------------------------- */
}
.depression_daycare h2 {
  color: #303030;
}
.depression_daycare .first {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression_daycare .first {
    padding-bottom: 20px;
  }
}
.depression_daycare .first .intro {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression_daycare .first .intro {
    margin-bottom: 98px;
  }
}
.depression_daycare .first .wrap {
  margin-inline: auto;
  width: min(911px, 100%);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression_daycare .first .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.depression_daycare .first .wrap .image {
  /* 751以上 */
  /* 750以下  */
}
@media all and (min-width: 751px) {
  .depression_daycare .first .wrap .image {
    width: min(372px, 100%);
  }
}
@media all and (max-width: 750px) {
  .depression_daycare .first .wrap .image:last-child {
    padding-top: 15px;
  }
}
.depression_daycare .sec_course .bg_green {
  margin-top: 20px;
  padding: 15px;
  display: inline-block;
  text-align: left;
  background: #F6FFEE;
  border-radius: 10px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression_daycare .sec_course .bg_green {
    margin-top: 40px;
    padding: 30px 34px;
    text-align: center;
  }
}
.depression_daycare .sec_course .bg_green span {
  color: #007E3D;
}
.depression_daycare .sec_program_guidance .image,
.depression_daycare .sec_program_detail .image {
  margin-inline: auto;
  width: min(690px, 100%);
}
.depression_daycare .sec_program_guidance .btn_motion2,
.depression_daycare .sec_program_detail .btn_motion2 {
  font-weight: bold;
  width: 700px;
  height: 74px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression_daycare .sec_program_guidance .btn_motion2,
  .depression_daycare .sec_program_detail .btn_motion2 {
    margin-top: 90px;
    font-size: 24px;
  }
}
.depression_daycare .sec_program_guidance .btn_motion2 span,
.depression_daycare .sec_program_detail .btn_motion2 span {
  width: 100%;
}
.depression_daycare .sec_program_guidance .sp_btn,
.depression_daycare .sec_program_detail .sp_btn {
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .depression_daycare .sec_program_guidance .sp_btn,
  .depression_daycare .sec_program_detail .sp_btn {
    margin-top: 45px;
  }
}
.depression_daycare .sec_program_guidance .program_detail_table table,
.depression_daycare .sec_program_detail .program_detail_table table {
  text-align: left;
  border-collapse: collapse;
}
.depression_daycare .sec_program_guidance .program_detail_table table td,
.depression_daycare .sec_program_detail .program_detail_table table td {
  border: 1px solid #303030;
  padding: 5px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression_daycare .sec_program_guidance .program_detail_table table td,
  .depression_daycare .sec_program_detail .program_detail_table table td {
    padding: 10px;
  }
}
.depression_daycare .sec_program_guidance .program_detail_table table td:first-child,
.depression_daycare .sec_program_detail .program_detail_table table td:first-child {
  white-space: nowrap;
}

/* ==========================================================================//
//
//　うつと不安のデイケアプログラム案内,うつと不安のデイケアプログラムの共通
//
// ========================================================================== */
.depression_guidance section:not(:first-child),
.depression_program section:not(:first-child) {
  margin-top: 40px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression_guidance section:not(:first-child),
  .depression_program section:not(:first-child) {
    margin-top: 70px;
  }
}
.depression_guidance h2,
.depression_program h2 {
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression_guidance h2,
  .depression_program h2 {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
.depression_guidance h2::before,
.depression_program h2::before {
  display: none;
}
.depression_guidance a,
.depression_program a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* ==========================================================================//
//
//　うつと不安のデイケアプログラム案内
//
// ========================================================================== */
.depression_guidance h1 {
  margin: 30px 0 5px;
  display: inline-block;
  position: relative;
  font-size: 18px;
  position: relative;
  text-align: center;
  color: #007E3D;
  padding: 0 60px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression_guidance h1 {
    margin: 40px 0 15px;
    font-size: 24px;
    padding: 0 120px;
  }
}
.depression_guidance h1::before, .depression_guidance h1::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  margin: 0 auto;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 15px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression_guidance h1::before, .depression_guidance h1::after {
    width: 100px;
  }
}
.depression_guidance h1::before {
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #62CC93), color-stop(100%, #62CC93), to(transparent));
  background-image: linear-gradient(to right, transparent, #62CC93 50%, #62CC93 100%, transparent);
}
.depression_guidance h1::after {
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #62CC93), color-stop(100%, #62CC93), to(transparent));
  background-image: linear-gradient(to left, transparent, #62CC93 50%, #62CC93 100%, transparent);
}
.depression_guidance h2 {
  color: #303030;
}
.depression_guidance p {
  line-height: 1.56;
}
.depression_guidance .orange_btn {
  margin: 30px auto 0;
  background: #FFA103;
  border: 1px solid #FFA103;
  color: #fff;
  width: 240px;
  padding: 10px;
  border-radius: 100px;
  display: block;
  cursor: pointer;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression_guidance .orange_btn {
    margin: 50px auto 0;
  }
}
@media (hover: hover) {
  .depression_guidance .orange_btn:hover {
    background: #fff;
    color: #FFA103;
  }
}

/* ==========================================================================//
//
//　うつと不安のデイケアプログラム(うつと不安のデイケアプログラム案内の詳細)
//
// ========================================================================== */
.depression_program section:not(:first-of-type) {
  margin-top: 28px;
}
.depression_program h2 {
  color: #2BB06B;
}
.depression_program .back_btn {
  margin-top: 33px;
  padding: 13px;
  display: inline-block;
  border: 1px solid #007E3D;
  font-size: 18px;
  color: #007E3D;
  width: min(300px, 100%);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression_program .back_btn {
    margin-top: 66px;
    padding: 17px;
    font-size: 24px;
  }
}
@media (hover: hover) {
  .depression_program .back_btn:hover {
    background: #007E3D;
    color: #fff;
  }
}

/* ==========================================================================//
//
//　うつと不安のリワークコース
//
// ========================================================================== */
.depression_rework {
  /* プログラムの内容
  ---------------------------------------------------------- */
  /* 利用の流れ
  ---------------------------------------------------------- */
}
.depression_rework .sec_detail .wrap {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression_rework .sec_detail .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
.depression_rework .sec_detail .wrap .attempt_list {
  padding-left: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression_rework .sec_detail .wrap .attempt_list {
    width: 67%;
  }
}
.depression_rework .sec_detail .wrap .attempt_list li {
  text-align: left;
}
.depression_rework .sec_detail .wrap .attempt_list li:not(:first-child) {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression_rework .sec_detail .wrap .attempt_list li:not(:first-child) {
    margin-top: 40px;
  }
}
.depression_rework .sec_detail .wrap .image_contents {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression_rework .sec_detail .wrap .image_contents {
    margin-top: -80px;
    width: min(330px, 100%);
  }
}
.depression_rework .sec_detail .wrap .image_contents .image {
  margin-top: 25px;
}
.depression_rework .sec_detail .wrap .image_contents .image:nth-child(2) {
  margin-top: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression_rework .sec_detail .wrap .image_contents .image:nth-child(2) {
    margin-top: 50px;
  }
}
.depression_rework .sec_flow p {
  padding-left: 20px;
  font-size: 16px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression_rework .sec_flow p {
    font-size: 18px;
  }
}
.depression_rework .sec_flow .image {
  margin: 14px auto 16px;
  width: min(140px, 100%);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression_rework .sec_flow .image {
    margin: 24px auto 26px;
    width: min(915px, 100%);
  }
}

/* ==========================================================================//
//
//　うつと不安のリワークコース
//
// ========================================================================== */
.depression_therapy {
  /* 目的によって、３つのコースを設けています
  ---------------------------------------------------------- */
  /* コース別プログラム
  ---------------------------------------------------------- */
}
.depression_therapy .therapy_course h2 {
  color: #303030;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression_therapy .therapy_course h2 {
    margin-bottom: 25px;
  }
}
.depression_therapy .sec_type.back_green {
  padding: 50px 0 70px;
  background: #F6FFEE;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression_therapy .sec_type.back_green {
    padding: 70px 0 110px;
  }
}
.depression_therapy .sec_type h2 {
  padding-left: 0;
  text-align: center;
}
.depression_therapy .sec_type h2::before {
  display: none;
}
.depression_therapy .sec_type h3 {
  font-size: 16px;
  font-weight: bold;
  color: #007E3D;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression_therapy .sec_type h3 {
    font-size: 18px;
  }
}
.depression_therapy .sec_type .method_list > li {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression_therapy .sec_type .method_list > li {
    padding: 0 45px;
  }
}
.depression_therapy .sec_type .method_list .type_list {
  margin-top: 20px;
}
.depression_therapy .sec_type .method_list .type_list li a {
  padding: 14px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression_therapy .sec_type .method_list .type_list li a {
    padding: 18px;
  }
}
.depression_therapy .btn_motion2 {
  margin: 65px auto 0;
  width: 700px;
}
.depression_therapy .btn_motion2 a {
  font-size: 18px;
  font-weight: bold;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .depression_therapy .btn_motion2 a {
    font-size: 24px;
  }
}
.depression_therapy .btn_motion2 a span {
  width: 100%;
}
.depression_therapy .sp_btn {
  margin: 35px auto 0;
}

/* ==========================================================================//
//
//　ギャンブル依存症家族サポートプログラム
//
// ========================================================================== */
.gambling_support {
  /* 概要
  ---------------------------------------------------------- */
  /* ボタン */
}
.gambling_support section:not(:first-of-type) {
  margin-top: 40px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .gambling_support section:not(:first-of-type) {
    margin-top: 80px;
  }
}
.gambling_support section .bg_green {
  padding: 25px;
  background: #F6FFEE;
  border-radius: 10px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .gambling_support section .bg_green {
    padding: 50px;
  }
}
.gambling_support section .bg_green h2 {
  margin-bottom: 15px;
  color: #2BB06B;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .gambling_support section .bg_green h2 {
    margin-bottom: 20px;
  }
}
.gambling_support section .bg_green p {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .gambling_support section .bg_green p {
    text-align: center;
  }
}
.gambling_support section .bg_green p:not(:first-of-type) {
  padding-top: 25px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .gambling_support section .bg_green p:not(:first-of-type) {
    padding-top: 50px;
  }
}
.gambling_support section .bg_green p .tel {
  position: relative;
  color: #303030;
}
.gambling_support section .bg_green p .tel::after {
  position: absolute;
  content: "";
  background: #303030;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .gambling_support section .bg_green p .tel:hover::after {
    width: 100%;
  }
}
.gambling_support section h2 {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #303030;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .gambling_support section h2 {
    font-size: 16px;
  }
}
.gambling_support section h2::before {
  display: none;
}
.gambling_support .sec_overview .intro {
  text-align: center;
}
.gambling_support .sec_overview .intro p {
  display: inline-block;
}
.gambling_support .sec_overview .detail_list {
  margin-inline: auto;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .gambling_support .sec_overview .detail_list {
    width: min(709px, 100%);
  }
}
.gambling_support .sec_overview .detail_list li {
  margin: 0;
}
.gambling_support .sec_overview .detail_list li .number {
  width: 20%;
  color: #303030;
  font-size: 14px;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-style: normal;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .gambling_support .sec_overview .detail_list li .number {
    width: 13%;
    font-size: 16px;
  }
}
.gambling_support .sec_overview .detail_list li .number::before {
  display: none;
}
.gambling_support .sec_overview .detail_list li .detail {
  width: 78%;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .gambling_support .sec_overview .detail_list li .detail {
    width: 82%;
  }
}
.gambling_support .btn_motion2 {
  font-size: 18px;
  font-weight: bold;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .gambling_support .btn_motion2 {
    margin-top: 70px;
    width: 700px;
    font-size: 24px;
  }
}
.gambling_support .btn_motion2 span {
  width: 100%;
}
.gambling_support .sp_btn {
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .gambling_support .sp_btn {
    margin-top: 40px;
  }
}

/* ==========================================================================//
//
//　ゲーム・ネット依存
//
// ========================================================================== */
.net_dependence {
  /* なぜゲーム・ネットに依存してしまうのか？
  ---------------------------------------------------------- */
  /* ゲーム・ネットの治療プログラム
  ---------------------------------------------------------- */
}
.net_dependence h2 {
  margin: 0 0 30px;
  color: #303030;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .net_dependence h2 {
    margin: 0 0 60px;
  }
}
.net_dependence p {
  line-height: 2.1;
}
.net_dependence .why_list li:not(:first-child) {
  margin-top: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .net_dependence .why_list li:not(:first-child) {
    margin-top: 40px;
  }
}
.net_dependence .why_list li h2 {
  margin-bottom: 10px;
  padding: 0 0 0 30px;
  position: relative;
  text-align: left;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .net_dependence .why_list li h2 {
    margin-bottom: 20px;
  }
}
.net_dependence .why_list li h2::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #2BB06B;
  border-radius: 50px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.net_dependence .why_list li p {
  padding-left: 30px;
}
.net_dependence .sec_net_program h2 {
  color: #2BB06B;
}
.net_dependence .sec_net_program h2::before {
  display: none;
}
.net_dependence .sec_net_program .bg_green {
  padding: 40px 0;
  background: #F6FFEE;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .net_dependence .sec_net_program .bg_green {
    padding: 80px 0;
  }
}
.net_dependence .sec_net_program .bg_green h3 {
  line-height: 1.4;
}
.net_dependence .sec_net_program .bg_green .attempt h3 {
  margin-bottom: 10px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .net_dependence .sec_net_program .bg_green .attempt h3 {
    margin-bottom: 20px;
  }
}
.net_dependence .sec_net_program .bg_green .attend {
  margin-inline: auto;
  margin-top: 25px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .net_dependence .sec_net_program .bg_green .attend {
    margin-top: 50px;
    width: min(800px, 100%);
  }
}
.net_dependence .sec_net_program .bg_green .attend .bg_white {
  padding: 40px 25px;
  background: #fff;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .net_dependence .sec_net_program .bg_green .attend .bg_white {
    padding: 70px 50px;
  }
}
.net_dependence .sec_net_program .bg_green .attend h3 {
  margin-bottom: 20px;
  text-align: center;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .net_dependence .sec_net_program .bg_green .attend h3 {
    margin-bottom: 40px;
  }
}
.net_dependence .sec_net_program .bg_green .attend p:not(:first-of-type) {
  padding-top: 25px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .net_dependence .sec_net_program .bg_green .attend p:not(:first-of-type) {
    padding-top: 45px;
  }
}

/* ==========================================================================//
//
//　デイセラピー・ナイトセラピー
//
// ========================================================================== */
.night_therapy .detail_list li {
  margin: 0;
}
.night_therapy .detail_list li .number {
  width: 20%;
  color: #303030;
  font-size: 14px;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-style: normal;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .night_therapy .detail_list li .number {
    width: 13%;
    font-size: 16px;
  }
}
.night_therapy .detail_list li .number::before {
  display: none;
}
.night_therapy .detail_list li .detail {
  width: 78%;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .night_therapy .detail_list li .detail {
    width: 82%;
  }
}