@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;
  }
}

.foot_contact_message {
  display: none;
}

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_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) {
  .btn_list {
    gap: 24px 22px;
  }
}

.link_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .link_btn {
    font-size: 17px;
    width: min(260px, 100%);
    /* 1000以下  */
  }
}
@media all and (min-width: 751px) and (max-width: 1000px) {
  .link_btn {
    font-size: 14px;
  }
}
.link_btn a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px;
  position: relative;
  display: block;
  background-color: #fff;
  color: #2bb06b;
  border: 2px solid #62cc93;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .link_btn a {
    padding: 16px 5px;
  }
}
.link_btn a::after {
  position: absolute;
  content: "";
  background: url(../images/symptoms/ico_arrow.svg) no-repeat;
  background-size: cover;
  width: 6px;
  height: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .link_btn a:hover {
    background: #2bb06b;
    color: #fff;
  }
  .link_btn a:hover::after {
    right: 2px;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}

/* MV
---------------------------------------------------------- */
#mv {
  background-image: url(../images/care_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;
  }
}

/* lead
---------------------------------------------------------- */
.page_lead {
  padding: 40px 0;
  text-align: left;
  font-weight: 400;
  margin-top: 40px;
  background-color: #f6ffee;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .page_lead {
    margin-top: 132px;
  }
}
.page_lead .first {
  padding-bottom: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .page_lead .first {
    padding-bottom: 7px;
    font-size: 24px;
  }
}
.page_lead .second {
  margin-inline: auto;
  text-align: center;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .page_lead .second {
    width: min(710px, 100%);
  }
}
.page_lead .second p {
  display: inline-block;
  text-align: left;
}
.page_lead p {
  font-size: 16px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .page_lead p {
    font-size: 18px;
  }
}

/* reservation
---------------------------------------------------------- */
.sec_reservation {
  padding-top: 40px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_reservation {
    padding-top: 80px;
  }
}
.sec_reservation .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_reservation .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
.sec_reservation .content .texts {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_reservation .content .texts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.sec_reservation .content .texts .heading {
  text-align: left;
  font-weight: bold;
  margin-bottom: 5px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_reservation .content .texts .heading {
    font-size: 16px;
  }
}
.sec_reservation .content .texts .tx {
  text-align: left;
}
.sec_reservation .content .image {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_reservation .content .image {
    width: 350px;
  }
}
.sec_reservation .content .contact_wrap {
  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: 20px;
  margin-top: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_reservation .content .contact_wrap {
    gap: 30px 53px;
    margin-top: 35px;
  }
}
.sec_reservation .content .contact_wrap .tel_block .tel {
  color: #2bb06b;
  font-size: 31px;
  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_reservation .content .contact_wrap .tel_block .tel {
    font-size: 31px;
  }
}
.sec_reservation .content .contact_wrap .tel_block span {
  display: inline-block;
  font-size: 16px;
  color: #2b2b2b;
}
.sec_reservation .content .contact_wrap .web_block .web_btn a {
  width: 246px;
  height: 50px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_reservation .content .contact_wrap .web_block .web_btn a {
    height: 48px;
    font-size: 14px;
  }
}

/* flow
---------------------------------------------------------- */
.sec_flow {
  padding-top: 40px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow {
    padding-top: 80px;
  }
}
.sec_flow .lead {
  margin-bottom: 40px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow .lead {
    margin-bottom: 80px;
  }
}
.sec_flow .lead p {
  text-align: left;
}
.sec_flow .tx_center {
  text-align: left;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow .tx_center {
    margin-inline: auto;
    width: min(783px, 100%);
  }
}
.sec_flow .flow_item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow .flow_item .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5%;
  }
  .sec_flow .flow_item .content .image {
    width: 32%;
  }
  .sec_flow .flow_item .content .texts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.sec_flow .flow_item:not(:last-child) {
  margin-bottom: 40px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow .flow_item:not(:last-child) {
    margin-bottom: 46px;
  }
}
.sec_flow .flow_item:nth-child(odd) .content {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow .flow_item:nth-child(odd) .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.sec_flow .flow_item .heading {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8em;
  text-align: left;
  color: #007e3d;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow .flow_item .heading {
    font-size: 26px;
    margin-bottom: 15px;
    /* 1000以下  */
  }
}
@media all and (min-width: 751px) and (max-width: 1000px) {
  .sec_flow .flow_item .heading {
    font-size: 20px;
  }
}
.sec_flow .flow_item .heading span {
  font-size: 1.2em;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow .flow_item .heading span {
    font-size: 1.34em;
  }
}
.sec_flow .flow_item .heading.center {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow .flow_item .heading.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec_flow .flow_item p {
  text-align: left;
  line-height: 1.56;
}
.sec_flow .care_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow .care_type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sec_flow .care_type .box {
  border: 1px solid #707070;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow .care_type .box {
    width: 50%;
  }
}
.sec_flow .care_type .box:first-child {
  /* 750以下  */
  /* 751以上 */
}
@media all and (max-width: 750px) {
  .sec_flow .care_type .box:first-child {
    border-bottom: none;
  }
}
@media all and (min-width: 751px) {
  .sec_flow .care_type .box:first-child {
    border-right: none;
  }
}
.sec_flow .care_type .sub_heading {
  background-color: #f6ffee;
  font-size: 16px;
  padding: 0.9em;
  border-bottom: 1px solid #707070;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow .care_type .sub_heading {
    font-size: 20px;
  }
}
.sec_flow .care_type .cont {
  text-align: left;
  padding: 16px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow .care_type .cont {
    padding: 30px;
  }
}
.sec_flow .care_type .cont ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.sec_flow .care_type .cont ul li:not(:last-child) {
  margin-bottom: 4px;
}
.sec_flow .btn_list {
  margin-top: 36px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow .btn_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* program
---------------------------------------------------------- */
.sec_program {
  padding: 40px 0;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_program {
    padding: 80px 0;
  }
}
.sec_program .link_btn {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_program .link_btn {
    width: calc((100% - 48px) / 3);
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .sec_program .link_btn {
    width: calc((100% - 24px) / 2);
  }
}
.sec_program .link_btn a {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_program .link_btn a {
    display: -ms-grid;
    display: grid;
    place-items: center;
  }
}

/* consultation
---------------------------------------------------------- */
.sec_consult {
  background-color: #f6ffee;
  padding: 30px 0;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_consult {
    padding: 40px 0;
  }
}
.sec_consult .content {
  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_consult .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
.sec_consult .content .texts {
  text-align: left;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_consult .content .texts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.sec_consult .content .link_btn {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_consult .content .link_btn {
    width: 350px;
  }
}