@charset "utf-8";
/*
 * ============================================================
 * style_page.css - 固定ページ共通スタイル
 * ============================================================
 * 読み込み: 全固定ページ（is_page()）
 * 依存: style.css（先に読み込まれる）
 * ============================================================
 */

/*********************************************
 共通（固定ページ）
*********************************************/

#contact.container,
#terms.container,
#about.container {
  background-color: #f0f4f4;
}

#page_main {
  margin: 15% auto 0;
  padding: 0;
  width: 100%;
}

.page_midashi {
  font-weight: 700;
  font-size: 7.969vw;
  line-height: 6.25vw;
  letter-spacing: 0.02em;
  text-align: center;
  color: #249a86;
}

a:hover {
  opacity: 0.75;
}

@media (min-width: 1200px) {
  #page_main {
    margin: 90px auto 0;
    padding: 0;
    width: 1200px;
  }
  .page_midashi {
    font-weight: 700;
    font-size: 51px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: center;
    color: #249a86;
  }
}

/*********************************************
ウェルビオの介護とは
*********************************************/
#page-about main {
  margin-top: -2rem;
  padding-bottom: 0;
}
#about.container {
  margin-bottom: 18vw;
}
.about_pc {
  display: none;
}
.about_sp {
  display: block;
  margin: 12% 0 6.5%;
}
.about_txt01 {
  font-weight: 500;
  font-size: 4.063vw;
  line-height: 1.48148148em;
  letter-spacing: 0;
  text-align: left;
  margin-top: 4.688vw;
}
.about_txt01.last {
  margin-bottom: 14.063vw;
}

@media (min-width: 1200px) {
  #about.container {
    margin-bottom: 7rem;
  }
  .about_pc {
    display: block;
    margin: 85px 0;
  }
  .about_sp {
    display: none;
  }
  .about_txt01 {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.48148148em;
    letter-spacing: 0;
    text-align: left;
    margin-top: 30px;
  }
  .about_txt01.last {
    margin-bottom: 90px;
  }
}
@media (max-width: 640px) {
  #page-about main {
    margin-top: -4vw;
  }
}
/*********************************************
 お問い合わせ
*********************************************/
.container.contact {
  margin-bottom: 16vw;
}
.contact_txt01 {
  font-weight: 500;
  font-size: 4.063vw;
  line-height: 1.7em;
  letter-spacing: 0;
  text-align: center;
  margin-top: 9.375vw;
}

.contact_txt01 a {
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 0.156vw;
  text-underline-offset: 0.469vw;
  margin: 0 0.781vw;
}

.contact_txt02 {
  border-radius: 1.25vw;
  background-color: #fff;
  margin: 6% 2% 0;
  border: 1px solid #d9d9d9;
  font-weight: 500;
  font-style: normal;
  font-size: 3.125vw;
  line-height: 1.5em;
  letter-spacing: 0;
  padding: 7% 6%;
}

.contact_txt02 li {
  margin-bottom: 1.094vw;
}

.contact_txt02 li:last-child {
  margin-bottom: 0;
}

.contact_txt02 a {
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 0.156vw;
  text-underline-offset: 0.469vw;
  margin: 0 0.781vw;
}

.mailto_btn_wrap {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 9% auto 0;
}

.mailto_btn_txt {
  font-weight: 700;
  font-size: 4.375vw;
  color: #249a86;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}

.mailto_btn {
  width: 100%;
}

.contact_illust {
  position: relative;
  top: -2.344vw;
  width: 45%;
  margin-left: 50%;
}

@media (min-width: 1200px) {
  .container.contact {
    margin-bottom: 0;
    padding-bottom: 5rem;
  }
  .contact_txt01 {
    font-weight: 500;
    font-size: 26px;
    line-height: 46px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 64px;
  }

  .contact_txt01 a {
    display: inline-block;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    margin: 0 5px;
  }

  .contact_txt02 {
    border-radius: 8px;
    background-color: #fff;
    margin: 20px 0 0;
    border: 1px solid #d9d9d9;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 2em;
    letter-spacing: 0;
    padding: 28px 50px;
  }

  .contact_txt02 li {
    margin-bottom: 0;
  }

  .contact_txt02 a {
    display: inline-block;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    margin: 0 5px;
  }

  .mailto_btn_wrap {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 51px auto;
  }

  .mailto_btn_txt {
    font-weight: 700;
    font-size: 28px;
    color: #249a86;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: center;
  }

  .mailto_btn {
    width: 600px;
  }

  .contact_illust {
    position: absolute;
    top: 14px;
    right: -30px;
    width: 262px;
  }
}
@media (max-width: 480px) {
  #page-contact #page_main {
    padding-top: 0 !important;
 }
}
/*********************************************
 利用規約
*********************************************/
.container.terms {
  margin-bottom: 16vw;
}
.terms_txt01 {
  font-weight: 500;
  font-size: 3.438vw;
  line-height: 1.363em;
  letter-spacing: 0;
  text-align: left;
  margin: 11% 2% 0;
  text-align: justify;
  text-align-last: left;
}

.terms_txt02 {
  border-radius: 1.25vw;
  background-color: #fff;
  margin: 7.5% 2% 13%;
  border: 1px solid #d9d9d9;
  font-weight: 500;
  font-style: normal;
  font-size: 3.125vw;
  line-height: 2em;
  letter-spacing: 0;
  padding: 5.5%;
}
.terms_komidashi {
  font-weight: 500;
  font-size: 4.063vw;
  border-bottom: 1px #b4b0ae solid;
  padding-bottom: 2.7%;
  margin-bottom: 3%;
}
.terms_txt {
  font-weight: 500;
  line-height: 1.363em;
  font-size: 3.438vw;
  margin-bottom: 10%;
  letter-spacing: 0.02em;
}
.terms_txt.terms_txt03 {
  margin-bottom: 2%!important;
}
ul.terms_list {
  position: relative;
  display: block;
  margin-bottom: 4.688vw;
  font-weight: 500;
  line-height: 1.363em;
}
ul.terms_list.terms_list02 {
  margin-bottom: 2%!important;
}
ul.terms_list li {
  font-size: 3.438vw !important;
  line-height: 1.33em;
}

@media (min-width: 1200px) {
  .container.terms {
    margin-bottom: 0;
  }
  .terms_txt01 {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.363em;
    letter-spacing: 0;
    text-align: left;
    margin: 64px 0 0 0;
  }

  .terms_txt02 {
    border-radius: 8px;
    background-color: #fff;
    margin: 40px 0 150px;
    border: 1px solid #d9d9d9;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 2em;
    letter-spacing: 0;
    padding: 30px 50px;
  }
  .terms_komidashi {
    font-weight: 500;
    font-size: 26px;
    border-bottom: 1px #b4b0ae solid;
    padding-bottom: 10px;
    margin-bottom: 13px;
  }
  .terms_txt {
    font-weight: 500;
    line-height: 1.363em;
    font-size: 22px;
    margin-bottom: 32px;
  }
  .terms_txt.terms_txt03 {
    margin-bottom: 10px !important;
  }
  ul.terms_list {
    position: relative;
    display: block;
    margin-bottom: 30px;
    font-size: 22px;
  }
  ul.terms_list li {
    font-size: 22px !important;
    line-height: 1.33em;
  }
}

/*********************************************
 固定ページ共通背景
*********************************************/
body.page-template-page-about,
body.page-template-page-contact,
body.page-template-page-terms {
  background-color: #F9F8F6;
}

/*********************************************
 Aboutページ（page-about.php から移植）
*********************************************/
.sp_view {
  display: none;
}
.pc_view {
  display: block;
}
.about-contents-wrap {
  background-color: #FCFBF2 !important;
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
  padding: 0 4% 120px;
}
.about_title_en { width: 100%; text-align: center; }
.about_title_en img { width: 21.66%; margin: 12% 0 0; }
.about_photo01 { width: 100%; text-align: center; }
.about_photo01 img { width: 53%; margin: 1.6% 0 0; }
.about-contents-wrap .about_midashi {
  width: 100%;
  text-align: center;
  color: #00826E;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 5.5% 0 4% 0;
}
.about-contents-wrap .about_txt01 {
  width: 100%;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 3.5%;
}
.search_column_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 6%;
  width: calc(92% - 4%);
}
.search_column_wrap .left_search {
  flex-basis: 50%;
  background-color: #FCE37E;
  padding: 4.6% 3.2% 4%;
  width: 50%;
  min-width: 50%;
}
.search_column_wrap .right_column {
  flex-basis: 50%;
  background-color: #fff;
  padding: 4.6% 3.2% 4%;
  width: 50%;
  min-width: 50%;
}
.about_search_title { width: 100%; text-align: center; }
.about_search_title img { width: 35%; }
.about_column_title { width: 100%; text-align: center; }
.about_column_title img { width: 39%; }
.about_photo02 { width: 100%; text-align: center; margin-top: 3%; }
.about_photo02 img { width: 75.5%; }
.about_photo03 { width: 100%; text-align: center; margin-top: 3%; }
.about_photo03 img { width: 75.5%; }
.left_search_txt {
  text-align: center;
  font-size: 20px;
  color: #434343;
  line-height: 1.575;
  margin-top: 3%;
}
.left_search_txt .list {
  text-align: left;
  background-color: #fff;
  border-radius: 15px;
  padding: 4% 5%;
  margin: 3.2% 0;
}
.right_column_txt {
  text-align: center;
  font-size: 20px;
  color: #434343;
  line-height: 1.575;
  margin-top: 3%;
}
.right_column_txt .list {
  text-align: left;
  background-color: #00826E;
  border-radius: 15px;
  padding: 4% 5%;
  margin: 3.2% 0;
  color: #fff;
}
ul.search_list { padding: 6% 4%; }
.search_list a {
  font-size: 18px;
  font-weight: 500;
  color: #249A86 !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.8;
}
ul.howto_list { padding: 6% 4%; text-align: left; }
.howto_list a {
  font-size: 18px;
  font-weight: 500;
  color: #249A86 !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.8;
}
.about_bnr { width: 50%; margin: 8% auto 0; }

@media (max-width: 480px) {
  .about-contents-wrap { padding: 128px 0 0 !important; margin: 0; }
}
@media print, screen and (max-width: 1200px) {
  .sp_view { display: block !important; }
  .pc_view { display: none !important; }
  .about-contents-wrap { max-width: none; width: 100% !important; margin: 0 auto; padding: 0 0 18.75vw; }
  .about_title_en img { width: 35%; margin: 4% 0 0; }
  .about_photo01 img { width: 100%; margin: 1.4% 0 0; padding: 0; }
  .about-contents-wrap .about_midashi { font-size: 5.938vw; margin: 4.5% 0 4%; }
  .about-contents-wrap .about_txt01 { font-size: 4.063vw; }
  .search_column_wrap { display: block; margin-top: 13%; width: 100%; }
  .search_column_wrap .left_search { width: 80%; padding: 10% 10% 4%; }
  .search_column_wrap .right_column { width: 80%; padding: 10% 10% 4%; }
  .about_photo02 img { width: 78%; }
  .about_photo03 img { width: 78%; }
  .left_search_txt { font-size: 3.7vw; }
  .left_search_txt .list { border-radius: 2.344vw; }
  .right_column_txt { font-size: 3.7vw; }
  .right_column_txt .list { border-radius: 2.344vw; }
  .search_list a { font-size: 3.7vw; text-decoration-thickness: 0.156vw; text-underline-offset: 0.625vw; }
  .howto_list a { font-size: 3.7vw; text-decoration-thickness: 0.156vw; text-underline-offset: 0.625vw; }
  .about_bnr { width: 90%; margin: 8% 5% 0; }
}

/*********************************************
 お問い合わせページ（page-contact.php から移植）
*********************************************/
.sp_only { display: none; }
#contact { padding: 0; margin: 0; }
#page_main {
  max-width: 1200px;
  width: 100%;
  background-color: #fff;
  padding: 0 0 110px;
  margin: 0 auto;
}
#page_main .page_midashi {
  background-color: #01826E;
  width: 100%;
  height: 73px;
  line-height: 73px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 3.9%;
}
#page_main .contact_txt {
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #248879;
  font-weight: 500;
  margin-bottom: 3%;
}
#page_main .contact_txt2 {
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #248879;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  margin-bottom: 3.2%;
}
#page_main .contact_txt3 {
  width: 80%;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 auto;
  padding: 3% 7% 2.6%;
  color: #434343;
  background-color: #FCFBF2;
}
#page_main .contact_txt3 li { line-height: 1.4; margin: 0 0 0.7em; }
#page_main .contact_txt3 li a {
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
#contactMail {
  width: min(700px, calc(100% - 60px));
  margin: 0 auto;
}

@media (max-width: 480px) {
  #contact { padding: 128px 0 0 0 !important; margin: 0; }
}
@media print, screen and (max-width: 1200px) {
  .sp_only { display: block; }
  #page_main { max-width: 187.5vw; padding: 0 0 17.188vw; }
  #page_main .page_midashi { height: 11.406vw; line-height: 11.406vw; font-size: 4.688vw; margin-bottom: 7.5%; }
  #page_main .contact_txt { font-size: 3.438vw; line-height: 1.4; }
  #page_main .contact_txt2 { font-size: 4.219vw; text-decoration-thickness: 0.313vw; text-underline-offset: 0.781vw; }
  #page_main .contact_txt3 { width: 75%; font-size: 3.125vw; padding: 5% 7% 3.6%; border-radius: 6.25vw; }
  #page_main .contact_txt3 li a { text-decoration-thickness: 0.156vw; text-underline-offset: 0.781vw; }
}

/*********************************************
 利用規約ページ（page-terms.php から移植）
*********************************************/
.terms_txt01 {
  font-size: 22px;
  font-weight: 500;
  padding: 0.5% 5% 1%;
  margin: 0;
  line-height: 1.4;
}
.terms_content_wrap {
  border: 1px solid #D9D9D9;
  background-color: #FCFAF2;
  margin: 5% 2.5%;
  padding: 2.5% 2% 3.5%;
}
.terms_content_wrap .terms_komidashi {
  position: relative;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 33px;
  border-bottom: 1px solid #B4B0AE;
}
.terms_content_wrap .terms_komidashi::after {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #249A86;
}
.terms_content_wrap .terms_content_txt {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 26px;
}
.terms_content_wrap .terms_content_txt ul.list { padding-bottom: 26px; }
.terms_content_wrap .terms_content_txt ul.list li {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0;
  margin: 0;
}

@media (max-width: 480px) {
  #page_main { padding: 128px 0 17.188vw !important; margin: 0; }
}
@media print, screen and (max-width: 1200px) {
  .terms_txt01 { font-size: 3.438vw; padding: 3% 6% 5%; letter-spacing: 0.08em; }
  .terms_content_wrap { margin: 5% 5% 2%; padding: 5% 5% 3.5%; }
  .terms_content_wrap .terms_komidashi { font-size: 4.063vw; padding-left: 5.156vw; }
  .terms_content_wrap .terms_komidashi::after { top: 0.781vw; width: 3.906vw; height: 3.906vw; }
  .terms_content_wrap .terms_content_txt { font-size: 3.438vw; margin-bottom: 4.063vw; line-height: 1.4; }
  .terms_content_wrap .terms_content_txt ul.list { padding-bottom: 4.063vw; }
  #page-terms .terms_content_wrap ul.list li,
  #page-terms .terms_content_wrap ul.list li * {
    font-size: 3.438vw !important;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.4;
    padding: 0;
    margin: 0;
  }
}
