@charset "UTF-8";
/*ページ基本設定*/
/*凡例*/
/*
@media screen and (max-width:768px) {～} スマホ用スタイル
*/
/*基本設定*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}

body {
  font-family: "A P-OTF A1ゴシック Std R", "A1 Gothic R", sans-serif;
  font-size: 87.5%;
  overflow-x: hidden;
  color: #212529;
}
body img {
  width: 100%;
  height: auto;
}
body a {
  text-decoration: none;
}
body input {
  display: none;
}
body .ib {
  display: inline-block;
}
body ._pc {
  display: block;
}
body ._sp {
  display: none;
}
body .flex_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body .text_c {
  text-align: center;
}
body .link_btn {
  position: relative;
}
body .link_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body #js-pagetop2 {
  position: fixed;
  width: clamp(40px, 6vw, 45px);
  height: clamp(40px, 6vw, 45px);
  border-radius: 15px;
  color: #fff;
  bottom: 3.5rem;
  right: 1rem;
  cursor: pointer;
  z-index: 15;
}
body #js-pagetop2 p {
  font-size: 14px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
body #js-pagetop2 p span {
  width: 25px;
  height: 15px;
  position: relative;
}
body #js-pagetop2 p span::before, body #js-pagetop2 p span::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}
body #js-pagetop2 p span::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
body #js-pagetop2 p span::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
body header {
  width: 100%;
  background: #fff;
  padding: 10px 0;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}
body header .header_in {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          padding: 10px;
}
body header .header_in .logo {
  width: 25%;
  max-width: 250px;
  margin: 0 20px;
}
body .main_area {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  padding: 50px 0;
}
body .main_area .full-bg {
  background-color: #fff8fa;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 50px 0 10px;
}
body .main_area .sub_ttl {
  font-size: clamp(16px, 3.8vw, 18px);
}
body .main_area .ttl {
  font-size: clamp(22px, 4vw, 25px);
  margin-bottom: 20px;
}
body .main_area .text {
  font-size: 16px;
}
body .main_area .menu_wrap {
  margin-top: 50px;
}
body .main_area .menu_wrap .bnr {
  width: 95%;
  max-width: 700px;
  margin: 20px auto;
}
body .main_area .menu_wrap .menu_area {
  margin: 60px 0 60px;
}
body .main_area .menu_wrap .menu_area .m_p1 {
  font-size: 20px;
  width: 100%;
  margin-bottom: 20px;
}
body .main_area .menu_wrap .menu_area div {
  width: 19.6%;
  background: rgba(0, 0, 0, 0.5);
  border: solid 1px #656565;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
  border-radius: 5px;
  position: relative;
}
body .main_area .menu_wrap .menu_area div::before {
  content: "";
  width: 95%;
  height: 85%;
  border: solid 1px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 5px;
}
body .main_area .menu_wrap .menu_area div p {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
body .main_area .table_wrap .t_p1 {
  background: #333;
  color: #fff;
  padding: 10px 40px;
  display: inline-block;
  font-size: 18px;
}
body .main_area .table_wrap table {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  border-top: solid 1px #6e6e6e;
  border-bottom: solid 1px #6e6e6e;
  margin: 15px auto 50px;
  font-size: clamp(14px, 3.5vw, 16px);
}
body .main_area .table_wrap table th, body .main_area .table_wrap table td {
  padding: 28px 50px;
  border-bottom: solid 1px #6e6e6e;
  vertical-align: middle;
}
body .main_area .table_wrap table th {
  width: 30%;
  vertical-align: middle;
  color: #d21577;
  border-right: dotted 1px #6e6e6e;
}
body .main_area .table_wrap table td {
  text-align: left;
}
body .main_area .clinic_wrap {
  margin-top: 50px;
}
body .main_area .clinic_wrap .c_p1 {
  font-size: 30px;
  padding-bottom: 30px;
  line-height: 1.5em;
}
body .main_area .clinic_wrap .c_p1 span {
  font-size: clamp(55px, 15vw, 70px);
  margin: 0 10px;
  color: #d21577;
}
body .main_area .clinic_wrap .l_clinic {
  text-align: center;
  padding-bottom: 20px;
}
body .main_area .clinic_wrap .l_clinic .clinic {
  width: 48%;
  margin: 15px 0;
}
body .main_area .clinic_wrap .l_clinic .clinic .c_p2 {
  width: 100%;
  background: #404040;
  color: #fff;
  border-radius: 15px;
  padding: 12px 0;
  margin-bottom: 8px;
}
body .main_area .clinic_wrap .l_clinic .clinic .list {
  width: 31.6666666667%;
  border-radius: 15px;
  border: solid 1px #404040;
  margin: 5px 0;
  height: 35px;
  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;
}
body .main_area .clinic_wrap .l_clinic .clinic .list.dummy {
  border: none;
}
body footer {
  color: #fff;
  background-color: #333;
  text-align: center;
  padding: 1rem 0;
  width: 100%;
  font-size: 0.8rem;
  position: relative;
  z-index: -1;
  display: block;
}
@media screen and (max-width: 768px) {
  body ._pc {
    display: none;
  }
  body ._sp {
    display: block;
  }

  body header .header_in .logo {
  max-width: 250px;
  margin: 0 20px;
}

  body .main_area {
    padding: 50px 0;
  }
  body .main_area .full-bg {
    padding: 30px 0 10px;
  }
  body .main_area .full-bg .bg_in {
    width: 95%;
    margin: 0 auto;
  }
  body .main_area .text {
    font-size: 18px;
    letter-spacing: 2px;
  }
  body .main_area .menu_wrap {
    margin-top: 50px;
  }
  body .main_area .menu_wrap .bnr {
    width: 95%;
    max-width: 700px;
    margin: 20px auto;
  }
  body .main_area .menu_wrap .menu_area {
    margin: 60px 0 60px;
  }
  body .main_area .menu_wrap .menu_area .m_p1 {
    font-size: 20px;
    width: 100%;
    margin-bottom: 20px;
  }
  body .main_area .menu_wrap .menu_area div {
    width: 98%;
    margin: 5px 0;
    height: 75px;
  }
  body .main_area .table_wrap table {
    margin: 15px auto 50px;
  }
  body .main_area .table_wrap table th, body .main_area .table_wrap table td {
    padding: 20px 5px;
  }
  body .main_area .table_wrap table th {
    width: 30%;
  }
  body .main_area .table_wrap table td {
    text-align: left;
  }
  body .main_area .clinic_wrap .l_clinic .clinic {
    width: 96%;
    margin: 10px 0;
  }
  body .main_area .clinic_wrap .l_clinic .clinic .list.dummy {
    display: none;
  }
}

/* メイン画像設定*/
.mainimg-container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 180px auto 0px;
}

.mainimg-container img {
  width: 100%;
  height: auto;
  display: block;
}

.mainimgtitle-text {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  text-align: center;
  color: #333;
  pointer-events: none;
}

.mainimgtitle-text h2 {
position: relative;
font-size: 2.5rem;
font-weight: bold;
z-index: 4;
display: inline-block;
letter-spacing: 2px;
/* text-shadow: 0px 0px 10px rgba(0, 0, 0, 1); */
}

.mainimgtitle-text h2::before {
  content: "Company Profile";
    position: absolute;
    transform: rotate(-5deg) translate(-50%, -50%);
    top: -120%;
    left: 50%;
    color: #d21577;
    font-size: 80px;
    font-weight: 100;
    font-family: "Damion", cursive;
    font-style: italic;
    z-index: 2;
    white-space: nowrap;
    opacity: 0.2;
    text-shadow: none; /* 枠線を無効化 */
}


/* カラー変更版 */
.mainimgtitle-text_cr {
  text-align: center;
  color: #333;
  pointer-events: none;
  padding-top: 60px;
}

.mainimgtitle-text_cr h2 {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  z-index: 1;
  display: inline-block;
  letter-spacing: 2px;
}

.mainimgtitle-text_cr h2::before {
  content: "Business field";
  position: absolute;
  transform: rotate(-5deg) translate(-50%, -50%);
  top: -100%;
  left: 50%;
  color: #333;
  font-size: 48px;
  font-weight: 100;
  font-family: "Damion", cursive;
  font-style: italic;
  z-index: -1;
  white-space: nowrap;
  opacity: 0.1;
  text-shadow: none;
  /* 枠線を無効化 */
}

.mainimgtitle-text_cr2 {
  text-align: center;
  color: #333;
  pointer-events: none;
  padding: 100px 0 40px 0;
}

.mainimgtitle-text_cr2 h2 {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  z-index: 1;
  display: inline-block;
  letter-spacing: 2px;
}

.mainimgtitle-text_cr2 h2::before {
  content: "Company";
  position: absolute;
  transform: rotate(-5deg) translate(-50%, -50%);
  top: -100%;
  left: 50%;
  color: #333;
  font-size: 48px;
  font-weight: 100;
  font-family: "Damion", cursive;
  font-style: italic;
  z-index: -1;
  white-space: nowrap;
  opacity: 0.1;
  text-shadow: none;
  /* 枠線を無効化 */
}

.mainimgtitle-text_cr3 {
  text-align: center;
  color: #333;
  pointer-events: none;
  padding: 80px 0 40px 0;
}

.mainimgtitle-text_cr3 h2 {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  z-index: 1;
  display: inline-block;
  letter-spacing: 2px;
}

.mainimgtitle-text_cr3 h2::before {
  content: "Clinic";
  position: absolute;
  transform: rotate(-5deg) translate(-50%, -50%);
  top: -100%;
  left: 50%;
  color: #333;
  font-size: 48px;
  font-weight: 100;
  font-family: "Damion", cursive;
  font-style: italic;
  z-index: -1;
  white-space: nowrap;
  opacity: 0.1;
  text-shadow: none;
  /* 枠線を無効化 */
}


/* ▼▼▼▼▼ ここから追加コード ▼▼▼▼▼ */
.mainimg-message {
    margin-top: 30px;
    font-size: 1.2rem;
    line-height: 2;
    color: #333;
    font-weight: bold;
    /* text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);*/ /* こちらにも悪魔的枠線！ */
    letter-spacing: 2px;
    width: 980px;
    
}
/* ▲▲▲▲▲ ここまで追加コード ▲▲▲▲▲ */
@media (max-width: 480px) {
  .mainimg-container {
      position: relative;
      width: 100%;
      max-width: 1280px;
      margin: 120px auto 0;
      padding: 80px 0 60px 0;
    }

  .mainimg-message {
      margin-top: 30px;
      font-size: 1.5rem;
      line-height: 2;
      color: #333;
      font-weight: bold;
      /* text-shadow: 0px 0px 10px rgba(0, 0, 0, 1); */
      /* こちらにも悪魔的枠線！ */
      letter-spacing: 2px;
      width: 340px;
    }
    
  .mainimgtitle-text h2 {
    font-size: 1.5rem;
    }
  
  .mainimgtitle-text h2::before {
      font-size: 1.5rem;
      top: -60%;
    }
    
    .mainimgtitle-text_cr h2 {
    font-size: 1.2rem;
    }
  
  .mainimgtitle-text_cr h2::before {
      font-size: 1.5rem;
      top: -60%;
    }

    .mainimgtitle-text_cr2 h2 {
    font-size: 1.2rem;
    }
  
  .mainimgtitle-text_cr2 h2::before {
      font-size: 1.5rem;
      top: -60%;
    }

  .mainimgtitle-text_cr3 h2 {
    font-size: 1.2rem;
    }
  
  .mainimgtitle-text_cr3 h2::before {
      font-size: 1.5rem;
      top: -60%;
    }

  .mainimg-container img{
  position: relative;
  width: 100%;
  height: 280px;
  margin: 40px auto 0;
  }

  .mainimgtitle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 340px;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #333;
  pointer-events: none;
}
}
  /* ▼▼▼▼▼ ここから追加コード ▼▼▼▼▼ */
  .mainimg-message {
      font-size: 1.15rem;
      line-height: 1.6;
      margin: 40px auto 20px ;
  }
 @media (max-width: 480px) {
  .mainimg-message {
      font-size: 0.9rem;
      line-height: 1.6;
      margin: 40px auto;
    }
    }
  /* ▲▲▲▲▲ ここまで追加コード ▲▲▲▲▲ */