@charset "UTF-8";
/***********************共通設定************************/
/* ==========================================================================//
//
//アルコールリワーク
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
.brsp {
  display: block;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .brsp {
    display: none;
  }
}

.brpc {
  display: none;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .brpc {
    display: block;
  }
}

body .ttl {
  text-align: center;
  font-weight: bold;
  color: #007e3d;
  font-size: 20px;
  margin-bottom: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  body .ttl {
    font-size: 28px;
    margin-bottom: 44px;
    /* 1000以下  */
  }
}
@media all and (min-width: 751px) and (max-width: 1000px) {
  body .ttl {
    font-size: 24px;
  }
}

.btn_round {
  margin-inline: auto;
  width: min(480px, 100%);
}
.btn_round a {
  position: relative;
  display: block;
  border-radius: 30px;
  border: 1px solid #2BB06B;
  background-color: #fff;
  color: #2BB06B;
  padding: 12px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .btn_round a {
    font-size: 16px;
    padding: 18px 10px;
  }
}
.btn_round a::before {
  position: absolute;
  content: ">";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1em;
}
@media (hover: hover) {
  .btn_round a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn_round a:hover {
    color: #fff;
    background-color: #2BB06B;
  }
}

/* MV
---------------------------------------------------------- */
#mv {
  background-image: url(../images/rework_alcohol/mv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 240px;
  padding: 40px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #mv {
    height: 417px;
    padding: 65px 20px 20px;
  }
}
#mv .page_ttl {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #007e3d), to(#4fd491));
  background: linear-gradient(90deg, #007e3d 0, #4fd491 100%);
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px 30px;
  margin: 0;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #mv .page_ttl {
    font-size: 36px;
    padding: 16px 80px;
  }
}
#mv .sub {
  font-weight: bold;
  color: #007e3d;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 26px;
  text-shadow: 0 0 30px #fff;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #mv .sub {
    font-size: 36px;
    margin-top: 50px;
  }
}

/* navi
---------------------------------------------------------- */
.page_navi {
  background-color: #f6ffee;
  padding: 20px 0;
  margin-top: 20px;
  margin-bottom: 40px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .page_navi {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
.page_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .page_navi ul {
    gap: 130px;
  }
}
.page_navi ul li {
  color: #007e3d;
  font-weight: bold;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .page_navi ul li {
    font-size: 18px;
  }
}
.page_navi ul li a {
  color: #303030;
  font-weight: 400;
}
@media (hover: hover) {
  .page_navi ul li a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page_navi ul li a:hover {
    opacity: 0.6;
  }
}

.bg_wrap {
  background-image: url(../images/rework_alcohol/bg_leaf.webp);
  background-size: auto 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .bg_wrap {
    background-size: 100% auto;
  }
}

/* feature
---------------------------------------------------------- */
.sec_feature .ttl {
  line-height: 1.5;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_feature .ttl {
    font-size: 30px;
  }
}
.sec_feature .support_list {
  margin-top: 30px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_feature .support_list {
    margin-top: 60px;
  }
}
.sec_feature .support_item {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_feature .support_item {
    font-size: 24px;
  }
}
.sec_feature .support_item:not(:last-child) {
  margin-bottom: 1em;
}
.sec_feature .support_item span {
  font-weight: bold;
  color: #e38f00;
}

/* 罪悪感を抱えながら飲んでいませんでしたか？
---------------------------------------------------------- */
.sec_guilt {
  padding-top: 40px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_guilt {
    padding-top: 80px;
  }
}
.sec_guilt .ttl {
  line-height: 1.5;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_guilt .ttl {
    font-size: 30px;
  }
}
.sec_guilt .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_guilt .list {
    width: min(680px, 100%);
    margin-inline: auto;
    gap: 10px 80px;
  }
}
.sec_guilt .item {
  width: 150px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_guilt .item {
    width: 160px;
  }
}

/* アルコール問題でお困りのあなたの職場復帰をサポートします
---------------------------------------------------------- */
.sec_support {
  padding-top: 40px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_support {
    padding-top: 80px;
  }
}
.sec_support .ttl {
  line-height: 1.5;
}
.sec_support p {
  text-align: left;
}

/* 予約から診療の流れ
---------------------------------------------------------- */
.sec_reserve {
  padding: 40px 0;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_reserve {
    padding: 80px 0;
  }
}
.sec_reserve .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_reserve .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 24px;
  }
}
.sec_reserve .texts {
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_reserve .texts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 30px 40px;
  }
}
.sec_reserve .heading {
  margin-bottom: 1em;
}
.sec_reserve .image {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_reserve .image {
    width: 36%;
  }
}
.sec_reserve .reserve_wrap {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;
  padding: 30px 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_reserve .reserve_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
    padding: 40px 0;
  }
}
.sec_reserve .reserve_wrap li {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_reserve .reserve_wrap li {
    font-size: 24px;
  }
}
.sec_reserve .reserve_wrap li:not(:last-child) {
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .sec_reserve .reserve_wrap li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.sec_reserve .reserve_wrap li .tel {
  color: #2bb06b;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-family: Palatino Linotype;
  font-style: italic;
  font-weight: bold;
  margin: 10px 0 10px;
  display: block;
  /* 1001以上  */
}
@media all and (min-width: 1001px) {
  .sec_reserve .reserve_wrap li .tel {
    font-size: 50px;
  }
}
.sec_reserve .reserve_wrap li span {
  display: inline-block;
  font-size: 16px;
  color: #2b2b2b;
}
.sec_reserve .message {
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  margin-top: 30px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_reserve .message {
    padding: 40px;
    margin-top: 40px;
  }
}

/* 診療の流れ
---------------------------------------------------------- */
.sec_step {
  padding-top: 40px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_step {
    padding-top: 80px;
  }
}
.sec_step .lead {
  text-align: left;
  margin-bottom: 30px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_step .lead {
    margin-bottom: 60px;
  }
}
.sec_step .lead .bold {
  font-weight: bold;
  margin-bottom: 1em;
}
.sec_step .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1em;
  font-weight: bold;
  color: #007e3d;
  font-size: 20px;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_step .heading {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 28px;
    margin-bottom: 30px;
    /* 1000以下  */
  }
}
@media all and (min-width: 751px) and (max-width: 1000px) {
  .sec_step .heading {
    font-size: 24px;
  }
}
.sec_step .heading span {
  font-size: 1.3em;
}
.sec_step .step_item {
  text-align: left;
}
.sec_step .step_item:not(:last-child) {
  margin-bottom: 40px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_step .step_item:not(:last-child) {
    margin-bottom: 80px;
  }
}
.sec_step .step_item .image {
  margin-top: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_step .step_item .image {
    width: min(488px, 60%);
    margin-inline: auto;
    margin-top: 30px;
  }
}

/* 利用までの流れ
---------------------------------------------------------- */
.sec_use_flow {
  padding-top: 40px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_use_flow {
    padding-top: 80px;
  }
}
.sec_use_flow .tx {
  text-align: left;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_use_flow .tx {
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.sec_use_flow .flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_use_flow .flow_list {
    gap: 40px 60px;
    margin-top: 40px;
  }
}
.sec_use_flow .flow_item {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_use_flow .flow_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc((100% - 240px) / 5);
    min-height: 114px;
    /* 1000以下  */
  }
}
@media all and (min-width: 751px) and (max-width: 1000px) {
  .sec_use_flow .flow_item {
    width: 180px;
  }
}
.sec_use_flow .flow_item .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 2px solid #2BB06B;
  color: #2BB06B;
  font-weight: bold;
  font-size: 15px;
  padding: 14px 6px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_use_flow .flow_item .box {
    font-size: 17px;
    padding: 19px 6px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  .sec_use_flow .flow_item .box {
    font-size: 14px;
  }
}
.sec_use_flow .flow_item:not(:first-child) .box::before {
  position: absolute;
  content: "";
  clip-path: polygon(0 33%, 55% 33%, 55% 0, 100% 50%, 55% 100%, 55% 67%, 0 67%);
  background-color: #2BB06B;
  aspect-ratio: 2/3;
  width: 20px;
  /* 750以下  */
  /* 751以上 */
}
@media all and (max-width: 750px) {
  .sec_use_flow .flow_item:not(:first-child) .box::before {
    top: -6px;
    left: 50%;
    -webkit-transform: translate(-50%, -100%) rotate(90deg);
            transform: translate(-50%, -100%) rotate(90deg);
  }
}
@media all and (min-width: 751px) {
  .sec_use_flow .flow_item:not(:first-child) .box::before {
    aspect-ratio: 45/39;
    top: 50%;
    left: -12px;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    width: 36px;
  }
}
.sec_use_flow .other {
  margin-top: 30px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_use_flow .other {
    margin-top: 60px;
  }
}
.sec_use_flow .other .heading {
  font-weight: bold;
  text-align: left;
}
.sec_use_flow .other .bold {
  font-weight: bold;
  text-align: left;
  margin-bottom: 5px;
}

/* 休職から職場復帰までの流れ
---------------------------------------------------------- */
.sec_job_flow {
  padding: 40px 0;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_job_flow {
    padding: 80px 0;
  }
}
.sec_job_flow .flow_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  background-color: #f6ffee;
  padding: 24px 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_job_flow .flow_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    padding: 50px;
  }
  .sec_job_flow .flow_item .image {
    width: 32%;
  }
  .sec_job_flow .flow_item .texts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.sec_job_flow .flow_item:not(:last-child) {
  position: relative;
  margin-bottom: 40px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_job_flow .flow_item:not(:last-child) {
    margin-bottom: 80px;
  }
}
.sec_job_flow .flow_item:not(:last-child)::before {
  position: absolute;
  content: "";
  bottom: -12px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #2BB06B;
  aspect-ratio: 4/1;
  width: 80px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_job_flow .flow_item:not(:last-child)::before {
    bottom: -25px;
    width: 150px;
  }
}
.sec_job_flow .flow_item .texts {
  text-align: left;
}
.sec_job_flow .flow_item .heading {
  font-weight: bold;
  margin-bottom: 1em;
  color: #007E3D;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_job_flow .flow_item .heading {
    font-size: 20px;
  }
}
.sec_job_flow .note {
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_job_flow .note {
    font-size: 20px;
    margin-top: 30px;
  }
}

/* 多様な治療プログラム
---------------------------------------------------------- */
/* program
---------------------------------------------------------- */
.sec_program {
  background-color: #f6ffee;
  padding: 40px 0;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_program {
    padding: 60px 0;
  }
}
.sec_program .program_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_program .program_list {
    gap: 18px;
    margin-bottom: 50px;
  }
}
.sec_program .program_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  border: 2px solid #2BB06B;
  font-weight: bold;
  color: #2BB06B;
  font-size: 15px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_program .program_item {
    width: calc((100% - 54px) / 4);
    font-size: 17px;
  }
}
.sec_program .program_item a {
  padding: 14px;
  display: block;
  color: #2BB06B;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_program .program_item a {
    padding: 16px 8px;
  }
}
@media (hover: hover) {
  .sec_program .program_item a:hover {
    background-color: #2BB06B;
    color: #fff;
  }
}
.sec_program .btn_motion {
  font-weight: bold;
}

/* アルコールリワークの様子
---------------------------------------------------------- */
.sec_scene {
  padding: 40px 0;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_scene {
    padding: 80px 0;
  }
}
.sec_scene .img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_scene .img_list {
    gap: 30px;
  }
}
.sec_scene .img_list .image {
  width: 100%;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_scene .img_list .image {
    width: calc((100% - 60px) / 3);
  }
}

/* アクセス
---------------------------------------------------------- */
.sec_access {
  padding-top: 40px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_access {
    padding-top: 80px;
  }
}
.sec_access .ttl {
  color: #303030;
}
.sec_access .access_wrap {
  margin-bottom: 70px;
  text-align: left;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_access .access_wrap {
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.sec_access .access_wrap .map {
  width: 100%;
  height: 240px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_access .access_wrap .map {
    width: min(540px, 100%);
    height: 265px;
  }
}
.sec_access .access_wrap .right_texts .text_list li {
  /* 750以下  */
}
.sec_access .access_wrap .right_texts .text_list li:not(:first-child) {
  margin-top: 18px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_access .access_wrap .right_texts .text_list li:not(:first-child) {
    margin-top: 10px;
  }
}
@media all and (max-width: 750px) {
  .sec_access .access_wrap .right_texts .text_list li:first-child {
    margin-top: 26px;
  }
}
.sec_access .access_wrap .right_texts .text_list li h3 {
  padding-bottom: 8px;
  font-size: 16px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_access .access_wrap .right_texts .text_list li h3 {
    padding-bottom: 10px;
    font-size: 20px;
  }
}
.sec_access .access_wrap .right_texts .text_list li p {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_access .access_wrap .right_texts .text_list li p {
    font-size: 20px;
  }
}
.sec_access .access_wrap .right_texts .btn_motion {
  font-weight: bold;
  margin-top: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_access .access_wrap .right_texts .btn_motion {
    margin-top: 40px;
  }
}