@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 0vw;
  white-space: nowrap;
}

html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  overflow-y: scroll;
}

body {
  font-family: fot-matisse-pron, sans-serif;
  font-style: normal;
  background: #fff;
  color: #5c5a5a;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Verdana, sans-serif", " 筑紫A丸ゴシック Std" "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  height: auto;
  margin: 0;
  overflow-x: hidden;
  font-feature-settings: "palt" 1;
  font-size: 16px;
}
body a,
body a:visited,
body a:hover,
body a:active {
  color: inherit;
  text-decoration: none;
}
body .container {
  width: 100vw;
}
body h1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #5c5a5a;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  letter-spacing: -1px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
body h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 18px;
}
body h3 {
  font-size: clamp(18px, 1.67vw, 32px);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #000000;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  letter-spacing: -1px;
}
body ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: normal;
  font-feature-settings: "palt" 1;
  color: #5c5a5a;
  white-space: initial;
}

.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_70 {
  margin-top: 70px;
}

footer {
  padding-top: 3vw;
}

.footer_inner {
  position: relative;
  border-top: solid 1px #4b7282;
  padding-bottom: 1vw;
  padding-top: 4vw;
  margin-top: 5vw;
}

@media screen and (max-width: 1300px) {
  .footer_upper {
    width: 3%;
  }
}

.footer_upper {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer_mid {
  display: flex;
  width: 65vw;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .footer_mid {
    width: 75vw;
  }
}
@media screen and (max-width: 1300px) {
  .footer_mid {
    width: fit-content;
    margin: auto;
    margin-top: 200px;
    justify-content: space-around;
  }
}
@media screen and (max-width: 850px) {
  .footer_mid {
    margin-top: 450px;
    width: 80vw;
    flex-direction: column;
    align-items: center;
  }
}
.footer_mid p {
  color: #112e53;
  white-space: normal;
}
.footer_mid a {
  color: #112e53 !important;
}

.footer_logo {
  position: relative;
  left: -115px;
}
@media screen and (max-width: 1600px) {
  .footer_logo {
    left: -119px;
  }
}
@media screen and (max-width: 1300px) {
  .footer_logo {
    left: 0px;
    top: -200px;
  }
}
@media screen and (max-width: 850px) {
  .footer_logo {
    top: -420px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .footer_logo_pc {
    display: none;
  }
}

.footer_logo_ph {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer_logo_ph {
    display: block;
  }
}

@media screen and (max-width: 1300px) {
  .footer_left img {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .footer_left img {
    width: 120px;
  }
}

.footer_lg {
  font-size: 22px;
}

.footer_bottom {
  text-align: center;
}

footer nav ul {
  text-align: center;
}

footer nav {
  position: absolute;
  top: 3vw;
  right: 0;
  width: 80%;
  height: 80px;
  z-index: 1;
  right: -14%;
}
@media screen and (max-width: 1600px) {
  footer nav {
    right: -7%;
  }
}
@media screen and (max-width: 1300px) {
  footer nav {
    right: -5%;
  }
}
@media screen and (max-width: 1300px) {
  footer nav {
    right: 0px;
    top: 130px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  footer nav {
    top: 184px;
  }
}

footer nav ul {
  text-align: center;
  display: flex;
}
@media screen and (max-width: 1300px) {
  footer nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 400px;
    margin: auto;
  }
}
@media screen and (max-width: 850px) {
  footer nav ul {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin: auto;
    width: auto;
  }
}

footer nav li {
  display: inline-block;
  position: relative;
  height: inherit;
  padding-right: 2vw;
}
@media screen and (max-width: 1300px) {
  footer nav li {
    display: inline-block;
  }
}
@media screen and (max-width: 850px) {
  footer nav li {
    padding-right: 0;
    width: 100px;
    margin: auto;
  }
}

footer nav li a {
  display: table;
  padding: 3px 15px 3px 0;
  /* padding: 3px 10px; */
  vertical-align: middle;
  line-height: 80px;
  color: #112e53;
  font-size: 14px;
  /* font-size: 15px; */
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 1300px) {
  footer nav li a {
    line-height: 40px;
  }
}

footer nav li img {
  width: auto;
}

.hiragino {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

@media screen and (max-width: 1300px) {
  .footer_pc {
    display: none;
  }
}

.contact_footer {
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .contact_footer {
    margin-top: 30px;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .footer_bottom img {
    width: 30vw;
  }
}
@media screen and (max-width: 480px) {
  .footer_bottom img {
    width: 40vw;
    margin-top: 25px;
  }
}

.br_none1 {
  display: none;
}
@media screen and (max-width: 768px) {
  .br_none1 {
    display: block;
  }
}

.footer_bottom_c {
  background-color: #0b7eb8;
  width: 100%;
  height: 30px;
  margin-top: 37px;
}
@media screen and (max-width: 480px) {
  .footer_bottom_c {
    margin-top: 15px;
  }
}

header {
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.25);
  width: 100%;
  background-color: #fff;
  height: auto;
}

.inner {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin: auto;
  height: 125px;
  z-index: 10;
}
@media screen and (max-width: 480px) {
  .inner {
    height: 80px;
  }
}

header h1 {
  width: 249px;
  height: 60px;
  padding-left: 44px;
  padding-top: 38px;
}
@media screen and (max-width: 480px) {
  header h1 {
    padding-left: 15px !important;
    padding-top: 27px !important;
    width: 150px !important;
    height: 60px !important;
    display: flex;
    align-items: center;
  }
}
header h1 img {
  width: 249px;
}

header nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 125px;
  z-index: 1;
}

header nav ul {
  text-align: right;
  position: relative;
  left: 15px;
}
@media screen and (max-width: 1200px) {
  header nav ul {
    left: 0;
  }
}
header nav ul .pc {
  padding-top: 12px;
}
@media screen and (max-width: 1300px) {
  header nav ul .pc {
    display: none;
  }
}

header nav li {
  display: inline-block;
  position: relative;
  height: inherit;
  padding-right: 39px;
  margin-top: 40px;
}
@media screen and (max-width: 1600px) {
  header nav li {
    padding-right: 10px;
  }
}

header nav li a {
  display: table;
  padding: 3px 15px 3px 0;
  /* padding: 3px 10px; */
  vertical-align: middle;
  font-size: 17px;
  /* font-size: 15px; */
  font-weight: normal;
  text-align: center;
  letter-spacing: 1px;
  font-family: "Yu Gothic", sans-serif;
  color: #112e53 !important;
}

header nav li img {
  width: auto;
}

.header_up {
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 17px;
}

.header_up_text {
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 17px;
  color: #112e53;
}

.header_bottom {
  position: relative;
  display: block;
  line-height: 5px;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 10px;
  color: #112e53;
  bottom: 14px;
  margin-top: 20px;
}

.nav_parent {
  position: relative;
  bottom: 7px;
  width: 219px;
}
@media screen and (max-width: 1600px) {
  .nav_parent {
    margin-right: 10px;
  }
}

.nav_child {
  position: absolute;
  top: 4px;
}

.nav_child_f {
  position: absolute;
  top: -3px !important;
}
@media screen and (max-width: 1300px) {
  .nav_child_f {
    top: 3px !important;
  }
}

.child01 {
  left: 90px;
}
.child01 img {
  width: 23px;
}

.child02 {
  left: 162px;
}
.child02 img {
  width: 20px;
}

.menu_pc {
  display: block;
}
@media screen and (max-width: 1300px) {
  .menu_pc {
    display: none;
  }
}

body.fixed {
  overflow: hidden;
  position: inherit;
  width: 100%;
}

.hamburger {
  display: none !important;
}
@media screen and (max-width: 1300px) {
  .hamburger {
    display: block !important;
  }
}

/*　ハンバーガーメニューボタン　*/
.hamburger {
  display: block;
  position: absolute;
  z-index: 3;
  right: 20px;
  top: 35px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .hamburger {
    top: 19px;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #bbbbbb;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  background: #0b7eb8;
  text-align: center;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  transition: all 0.6s;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  top: 46%;
  transform: translateY(-50%);
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
  display: block;
  text-align: center;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li:hover {
  background: #ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff !important;
  padding: 1em 0;
  text-decoration: none;
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  nav.globalMenuSp ul li a {
    font-size: 18px;
    line-height: 18px;
    padding: 8px 0;
  }
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
  transform: translateX(0%);
}

.globalMenuSp li img {
  width: 33%;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .globalMenuSp li img {
    width: 50%;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 480px) {
  .globalMenuSp li img {
    width: 65%;
    margin-bottom: 75px;
  }
}

@media screen and (max-width: 480px) {
  .inner img {
    width: 100% !important;
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 1200px) {
  .animation svg {
    width: 300px;
  }
}

a:hover {
  opacity: 0.8 !important;
}

.animation_no {
  display: none;
}

.br_none {
  display: block;
}
@media screen and (max-width: 480px) {
  .br_none {
    display: none;
  }
}

.top_title {
  width: 100%;
  position: relative;
  margin-bottom: 7vw;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .top_title {
    margin-bottom: 20vw;
  }
}
@media screen and (max-width: 480px) {
  .top_title {
    margin-bottom: 45vw;
  }
}
.top_title a {
  display: inline-block;
}

.top_title_img {
  width: 100%;
  z-index: -5;
  position: relative;
}
@media screen and (max-width: 1020px) {
  .top_title_img {
    height: 75vh;
    min-height: 600px;
    object-fit: cover;
    object-position: 86% 50%;
  }
}
@media screen and (max-width: 480px) {
  .top_title_img {
    height: 60vh;
  }
}

.top_title_text {
  position: absolute;
  top: 26.7%;
  left: 11.1%;
  color: #112e53;
  font-family: "M PLUS 1p", sans-serif;
  width: 30.5729166667vw;
}
@media screen and (max-width: 1020px) {
  .top_title_text {
    width: 57.2916666667vw;
    top: 10.7%;
  }
}
@media screen and (max-width: 768px) {
  .top_title_text {
    width: 67.7083333333vw;
    top: 15.7%;
  }
}
@media screen and (max-width: 480px) {
  .top_title_text {
    width: 66%;
    top: 28.7%;
  }
}
.top_title_text h1 {
  font-size: 21.34px;
}

.title_lg {
  font-size: 80px;
}

.title_md {
  font-size: 40px;
}

.top_title_info {
  position: absolute;
  width: 41.7708333333vw;
  bottom: 29.5%;
  right: -1.8229166667vw;
  z-index: 10;
}
@media screen and (max-width: 1020px) {
  .top_title_info {
    width: 62.5vw;
    bottom: 35.5%;
  }
}
@media screen and (max-width: 768px) {
  .top_title_info {
    bottom: 38.5%;
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .top_title_info {
    width: 107%;
    right: -17vw;
  }
}

.top_sub {
  position: absolute;
  bottom: -6.5%;
  left: 50.7%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 1020px) {
  .top_sub {
    display: flex;
    justify-content: center;
    align-items: center;
    position: unset;
    top: 530px;
    position: absolute;
    transform: translate(-50%);
  }
}
@media screen and (max-width: 768px) {
  .top_sub {
    position: absolute;
    flex-direction: column;
    bottom: -6.5%;
    left: 50%;
    height: fit-content;
    top: 94%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 480px) {
  .top_sub {
    top: 99%;
  }
}

.top_sub_img {
  width: 22.4479166667vw;
}
@media screen and (max-width: 1200px) {
  .top_sub_img {
    width: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .top_sub_img {
    width: 50vw;
  }
}
@media screen and (max-width: 480px) {
  .top_sub_img {
    width: 65vw;
  }
}

.promise {
  margin-bottom: 9.2vw;
}
@media screen and (max-width: 768px) {
  .promise {
    width: 60px;
  }
}
@media screen and (max-width: 480px) {
  .promise {
    width: auto;
  }
}

.promise_wrapper {
  padding-top: 11px;
  width: 55vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1300px) {
  .promise_wrapper {
    width: 100vw;
  }
}
@media screen and (max-width: 480px) {
  .promise_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.promise_left {
  object-fit: contain;
  position: relative;
  top: 18px;
  width: 21.3020833333vw;
}
@media screen and (max-width: 1300px) {
  .promise_left {
    width: 33.8541666667vw;
  }
}
@media screen and (max-width: 768px) {
  .promise_left {
    width: 40vw;
  }
}
@media screen and (max-width: 480px) {
  .promise_left {
    width: 72%;
    position: unset;
    margin-bottom: 40px;
  }
}

.promise_right {
  width: 25.9895833333vw;
  object-fit: contain;
  position: relative;
  left: 28px;
}
@media screen and (max-width: 1300px) {
  .promise_right {
    width: 36.4583333333vw;
  }
}
@media screen and (max-width: 768px) {
  .promise_right {
    width: 42vw;
  }
}
@media screen and (max-width: 480px) {
  .promise_right {
    width: 90%;
    position: unset;
  }
}

.top_about {
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .top_about .hidd {
    display: none;
  }
}

.top_about_title_img {
  position: relative;
  right: -10px;
  margin-bottom: 6.4vw;
  width: 13.3333333333vw;
}
@media screen and (max-width: 1300px) {
  .top_about_title_img {
    width: 25vw;
  }
}
@media screen and (max-width: 1020px) {
  .top_about_title_img {
    width: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .top_about_title_img {
    width: 40vw;
    right: 0px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .top_about_title_img {
    width: 45vw;
  }
}

.top_about_wrapper {
  width: 59vw;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .top_about_wrapper {
    width: 73vw;
  }
}
@media screen and (max-width: 768px) {
  .top_about_wrapper {
    width: 80vw;
  }
}
@media screen and (max-width: 480px) {
  .top_about_wrapper {
    width: 90vw;
  }
}

.about_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10.3vw;
}
@media screen and (max-width: 1020px) {
  .about_box {
    display: block;
  }
}

.box_left {
  text-align: left;
  display: block;
  position: relative;
  left: 32px;
}
@media screen and (max-width: 1600px) {
  .box_left {
    position: unset;
  }
}

.box_right {
  width: 26.6145833333vw;
  position: relative;
  top: -10px;
  left: -12px;
  object-fit: contain;
}
@media screen and (max-width: 1600px) {
  .box_right {
    position: unset;
  }
}
@media screen and (max-width: 1020px) {
  .box_right {
    width: 52.0833333333vw;
  }
}
@media screen and (max-width: 480px) {
  .box_right {
    width: 100%;
    margin-bottom: 15vw;
  }
}

.top_about_box01 {
  margin-bottom: 5.8vw;
}

.top_about_box02 {
  margin-bottom: 5.8vw;
}

.top_about_upper01 {
  position: relative;
  left: -86px;
  margin-bottom: 2.3vw;
  width: 151px;
}
@media screen and (max-width: 768px) {
  .top_about_upper01 {
    position: unset;
  }
}
@media screen and (max-width: 480px) {
  .top_about_upper01 {
    width: 150px;
    margin-bottom: 7vw;
  }
}

.top_about_upper02 {
  position: relative;
  left: -87px;
  margin-bottom: 2.3vw;
  width: 151px;
}
@media screen and (max-width: 768px) {
  .top_about_upper02 {
    position: unset;
  }
}
@media screen and (max-width: 480px) {
  .top_about_upper02 {
    width: 150px;
    margin-bottom: 7vw;
  }
}

.top_about_upper03 {
  position: relative;
  left: -86px;
  margin-bottom: 2.3vw;
  width: 151px;
}
@media screen and (max-width: 768px) {
  .top_about_upper03 {
    position: unset;
  }
}
@media screen and (max-width: 480px) {
  .top_about_upper03 {
    width: 150px;
    margin-bottom: 7vw;
  }
}

.top_box_title01 {
  width: 13.265625vw;
  object-fit: contain;
  display: block;
  margin-bottom: 2.39vw;
}
@media screen and (max-width: 1600px) {
  .top_box_title01 {
    width: 250px;
  }
}
@media screen and (max-width: 480px) {
  .top_box_title01 {
    margin-bottom: 7vw;
    width: 70%;
  }
}

.top_box_title02 {
  width: 13.7604166667vw;
  object-fit: contain;
  display: block;
  margin-bottom: 2.39vw;
}
@media screen and (max-width: 1600px) {
  .top_box_title02 {
    width: 250px;
  }
}
@media screen and (max-width: 480px) {
  .top_box_title02 {
    margin-bottom: 7vw;
    width: 70%;
  }
}

.top_box_title03 {
  width: 20.390625vw;
  object-fit: contain;
  display: block;
  margin-bottom: 2.39vw;
}
@media screen and (max-width: 1600px) {
  .top_box_title03 {
    width: 350px;
  }
}
@media screen and (max-width: 480px) {
  .top_box_title03 {
    margin-bottom: 7vw;
    width: 90%;
  }
}

.top_box_text {
  font-size: 15px;
  font-family: "M PLUS 1p", sans-serif;
  line-height: 2.3em;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .top_box_text {
    line-height: 2em;
    width: 400px;
  }
}
@media screen and (max-width: 1020px) {
  .top_box_text {
    line-height: 2em;
    width: auto;
  }
}

.top_greeting {
  background-image: url(./images/top05.webp);
  background-repeat: no-repeat;
  height: 33vw;
  margin-bottom: 200px;
}
@media screen and (max-width: 1600px) {
  .top_greeting {
    height: 55vw;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .top_greeting {
    height: 63vw;
  }
}
@media screen and (max-width: 1020px) {
  .top_greeting {
    height: 60vw;
    margin-bottom: 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .top_greeting {
    height: 80vw;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .top_greeting {
    height: 90vw;
    margin-bottom: 80vw;
  }
}

.top_greeting_img {
  width: 100%;
}

.top_greeting_box {
  background-color: white;
  opacity: 0.8;
  margin: 0 auto;
  text-align: center;
  width: 67vw;
  position: relative;
  top: 249px;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .top_greeting_box {
    width: 70vw;
    top: 240px;
  }
}
@media screen and (max-width: 1020px) {
  .top_greeting_box {
    top: 17vw;
    width: 95vw;
    padding-top: 70px;
  }
}
@media screen and (max-width: 850px) {
  .top_greeting_box {
    top: 9vw;
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top_greeting_box {
    top: 16vw;
    padding-bottom: 50px;
    width: 90vw;
  }
}
@media screen and (max-width: 480px) {
  .top_greeting_box {
    top: 90px;
    width: 95vw;
  }
}

.top_greeting_box_img {
  display: inline-block;
  margin-bottom: 4vw;
  width: 7.7604166667vw;
}
@media screen and (max-width: 1300px) {
  .top_greeting_box_img {
    width: auto;
  }
}
@media screen and (max-width: 1020px) {
  .top_greeting_box_img {
    width: 17vw;
  }
}
@media screen and (max-width: 768px) {
  .top_greeting_box_img {
    width: 20vw;
  }
}
@media screen and (max-width: 480px) {
  .top_greeting_box_img {
    width: 25vw;
  }
}

.top_greeting_box_text {
  display: inline-block;
  width: 42.96875vw;
}
@media screen and (max-width: 1600px) {
  .top_greeting_box_text {
    width: 90%;
  }
}
@media screen and (max-width: 1020px) {
  .top_greeting_box_text {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .top_greeting_box_text {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .top_greeting_box_text {
    width: 90%;
    padding-bottom: 30px;
  }
}

.top_profile_wrapper {
  width: 72%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10.4vw;
}
@media screen and (max-width: 1200px) {
  .top_profile_wrapper {
    width: 88vw;
  }
}
@media screen and (max-width: 1020px) {
  .top_profile_wrapper {
    width: 90vw;
  }
}
.top_profile_wrapper p {
  color: #000;
}

.top_section_title {
  margin-bottom: 3.3vw;
  width: 11.0416666667vw;
}
@media screen and (max-width: 1300px) {
  .top_section_title {
    width: 25vw;
  }
}
@media screen and (max-width: 1020px) {
  .top_section_title {
    width: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .top_section_title {
    width: 40vw;
  }
}
@media screen and (max-width: 480px) {
  .top_section_title {
    width: 45vw;
  }
}

.top_profile_box {
  display: flex;
  justify-content: space-between;
  text-align: left;
  font-size: 15.8px;
}
@media screen and (max-width: 768px) {
  .top_profile_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.profile_box_right {
  padding-top: 47px;
  position: relative;
  left: -42px;
}
@media screen and (max-width: 768px) {
  .profile_box_right {
    position: unset;
  }
}
.profile_box_right .from {
  margin-bottom: 1px;
}

.profile_line {
  display: flex;
  align-items: baseline;
  color: #000;
}

.profile_line_img {
  width: 31vw;
  height: 10px;
  border-bottom: 1px solid #000;
  position: relative;
  top: -6px;
  left: 10px;
}

.profile_line p {
  font-size: clamp(18px, 1.042vw, 20px);
  color: #000;
  margin-bottom: -2px;
}
@media screen and (max-width: 480px) {
  .profile_line p {
    font-size: 15px;
  }
}

.radio_link {
  margin-top: 2vw;
  width: 229px;
}

.profile_box_left {
  width: 27.7604166667vw;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .profile_box_left {
    width: 80%;
  }
}

.profile_position {
  font-size: clamp(18px, 1.042vw, 20px);
  font-family: "M PLUS 1p", sans-serif;
  color: #000;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .profile_position {
    font-size: 16px;
  }
}

.profile_name {
  font-size: clamp(24px, 1.667vw, 32px);
  font-family: "M PLUS 1p", sans-serif;
  color: #000;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 21px;
}
@media screen and (max-width: 480px) {
  .profile_name {
    font-size: 18px;
  }
}

.profile_table {
  font-family: "M PLUS 1p", sans-serif;
  color: #000;
}
.profile_table tr {
  line-height: 27px;
}
.profile_table tr .app {
  display: none;
}
@media screen and (max-width: 480px) {
  .profile_table tr .app {
    display: inline;
  }
}
.profile_table .td_right {
  padding-left: 10px;
}
@media screen and (max-width: 1300px) {
  .profile_table .td_right {
    width: 25vw;
  }
}
@media screen and (max-width: 1020px) {
  .profile_table .td_right {
    width: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .profile_table .td_right {
    width: 40vw;
  }
}
@media screen and (max-width: 480px) {
  .profile_table .td_right {
    width: 45vw;
  }
}

.top_clinic {
  background-color: #f2f4fb;
  text-align: center;
  padding: 3.2vw 0 6.1vw 0;
}
@media screen and (max-width: 768px) {
  .top_clinic_title {
    margin-bottom: 40px;
    margin-top: 40px;
    width: 40%;
  }
}

.top_clinic_box {
  background-color: white;
  width: 1080px;
  margin: 0 auto;
  padding: 2vw 0;
}
@media screen and (max-width: 1200px) {
  .top_clinic_box {
    width: 90vw;
    padding: 5vw;
  }
}
.top_clinic_box_upper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3vw;
  padding: 0 11vw;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 800px;
  margin: 20px auto;
}
@media screen and (max-width: 1020px) {
  .top_clinic_box_upper {
    justify-content: space-evenly;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .top_clinic_box_upper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.top_clinic_box_upper_img {
  width: 295px;
  object-fit: contain;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .top_clinic_box_upper_img {
    margin-bottom: 4vw;
  }
}
.top_clinic_box_upper img:hover {
  transform: scale(1.1);
}

.top_area {
  text-align: center;
  padding: 5vw 0;
}
.top_area_title {
  margin-bottom: 5vw;
}
@media screen and (max-width: 768px) {
  .top_area {
    padding-bottom: 50px;
  }
}

.top_area_box {
  display: flex;
  width: 1080px;
  margin: 0 auto;
  border: 1px solid #000;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .top_area_box {
    width: 90vw;
  }
}
@media screen and (max-width: 1020px) {
  .top_area_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .top_area_box {
    margin: auto;
    width: 90vw;
  }
}
.top_area_box .top_area_map {
  width: 409px;
  object-fit: cover;
}
@media screen and (max-width: 1020px) {
  .top_area_box .top_area_map {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .top_area_box .top_area_map {
    width: 100%;
    margin-top: 0px;
  }
}
.top_area_box_right {
  text-align: left;
  margin-top: 2.5vw;
  width: 100%;
  padding-left: 7.5520833333vw;
}
@media screen and (max-width: 1020px) {
  .top_area_box_right {
    text-align: unset;
    width: auto;
    padding-left: 0;
    margin: 6vw 0;
  }
}
.top_area_box_right_up {
  color: #112e53;
  width: 22.1354166667vw;
  font-size: clamp(18px, 1.094vw, 21px);
  border-bottom: solid 1px #000;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) {
  .top_area_box_right_up {
    width: 30vw;
  }
}
@media screen and (max-width: 1020px) {
  .top_area_box_right_up {
    width: unset;
  }
}
.top_area_box_right_mid {
  color: #0b7eb8;
  font-size: clamp(17px, 1.042vw, 20px);
  line-height: 34px;
  margin-bottom: 43px;
}

.top_news_wrapper {
  width: 56.25vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top_news_wrapper {
    width: 90vw;
  }
}

.top_news_up {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .top_news_up {
    flex-direction: column;
    margin-bottom: 15px;
  }
}
.top_news_up .top_news_title {
  font-size: 15px;
  font-family: "m-plus-1p", sans-serif;
  font-weight: 400;
  color: #112e53;
  padding-left: 12px;
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .top_news_up .top_news_title {
    margin-bottom: 10px;
    padding-left: 0px;
  }
}

.top_news_link {
  width: 116.16px;
  object-fit: contain;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .top_news_link {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
  }
}

.news_box .news-box-wrapper .news-day {
  font-size: 12px;
  font-family: "m-plus-1p", sans-serif;
  font-weight: 400;
  color: #112e53;
  padding-left: 12px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .news_box .news-box-wrapper .news-day {
    padding-left: 0px;
  }
}
.news_box .news-box-wrapper .news-text {
  display: flex;
  font-size: 15px;
  font-family: "m-plus-1p", sans-serif;
  font-weight: 400;
  padding: 27px 0;
  align-items: center;
  border-top: #4b7282 1px solid;
}
@media screen and (max-width: 768px) {
  .news_box .news-box-wrapper .news-text {
    flex-direction: column;
    align-items: flex-start;
  }
}
.news_box .news-box-wrapper .news-blog {
  display: flex;
  font-size: 15px;
  font-family: "m-plus-1p", sans-serif;
  font-weight: 400;
  padding-left: 35px;
  letter-spacing: 1px;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  .news_box .news-box-wrapper .news-blog {
    padding-left: 0px;
  }
}
.news_box .news-box-wrapper .news-blog a {
  white-space: normal;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

/*----------------------------
  scroll_left ｜左から出現
  ----------------------------*/
.scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_left.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

/*----------------------------
  scroll_right ｜右から出現
  ----------------------------*/
.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

a :hover {
  opacity: 0.8;
}

.l-animation {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #0b7eb8;
}

.top_greeting_box_text {
  display: block;
}
@media screen and (max-width: 768px) {
  .top_greeting_box_text {
    display: none;
  }
}

.top_greeting_box_text2 {
  display: none;
}
@media screen and (max-width: 768px) {
  .top_greeting_box_text2 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .top_greeting_box_text2 {
    display: none;
  }
}

.top_greeting_box_text3 {
  display: none;
}
@media screen and (max-width: 480px) {
  .top_greeting_box_text3 {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .l-animation svg {
    width: 200vw !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(0px, 0px, 0px) translateY(-50%) translateX(-50%) !important;
  }
}

.top_clinic_title {
  margin-bottom: 30px;
  width: 125px;
}

.top_clinic_btn {
  width: 238px;
}

.treat_title {
  margin-bottom: 7.2vw;
}
.treat_title img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .treat_title img {
    object-fit: cover;
    height: 150px;
  }
}

.treat_boxs_wrapper {
  width: 1085px;
  margin: 0 auto;
  margin-bottom: 13.8vw;
}
@media screen and (max-width: 1300px) {
  .treat_boxs_wrapper {
    width: 95%;
  }
}
@media screen and (max-width: 1020px) {
  .treat_boxs_wrapper .hid {
    display: none;
  }
}
.treat_boxs_wrapper .treat_box_text04 {
  padding-left: 15px;
  padding-top: 6px;
}

.treat_boxs {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.treat_box {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 20px; /* 各boxの間隔を調整 */
}
@media screen and (max-width: 1300px) {
  .treat_box {
    justify-content: center;
  }
}
@media screen and (max-width: 1020px) {
  .treat_box {
    flex-direction: column-reverse;
    margin-bottom: 3vw;
    align-items: center;
  }
}

.treat_boxs01 {
  margin-bottom: 6vw;
}

.treat_boxs02 {
  margin-bottom: 6vw;
}
.treat_boxs02 .treat_box_left {
  padding-left: 0px;
  padding-top: 27px;
  padding-right: 35px;
}
@media screen and (max-width: 1020px) {
  .treat_boxs02 .treat_box_left {
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
  }
}

.treat_boxs03 {
  margin-bottom: 6vw;
}

.treat_box:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1020px) {
  .treat_box:nth-child(odd) {
    flex-direction: column-reverse;
    margin-bottom: 3vw;
    align-items: center;
  }
}

.treat_box_img {
  width: 57%; /* 画像の幅を調整 */
  height: auto;
}
@media screen and (max-width: 1300px) {
  .treat_box_img {
    width: 29.6875vw;
    object-fit: contain;
  }
}
@media screen and (max-width: 1020px) {
  .treat_box_img {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .treat_box_img {
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
  }
}

.treat_box_text {
  width: 50%; /* テキストの幅を調整 */
  padding-left: 35px;
  text-align: justify; /* もしテキストを両端揃えにする場合はこの行を使用 */
}
@media screen and (max-width: 1300px) {
  .treat_box_text {
    padding-left: 2vw;
  }
}
@media screen and (max-width: 1020px) {
  .treat_box_text {
    padding-left: 0;
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .treat_box_text {
    width: 100%;
  }
}
.treat_box_text .treat_box_title {
  font-size: 26px;
  color: #112e53;
  font-family: "M PLUS 1p", sans-serif;
  margin: 0;
  line-height: 34px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1020px) {
  .treat_box_text .treat_box_title {
    margin-top: 3vw;
  }
}
.treat_box_text .txt {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: black;
}

.wave_line {
  position: relative;
  left: 0;
}
@media screen and (max-width: 768px) {
  .wave_line {
    left: -80px;
    height: 170px;
  }
}

.treat_service_upper {
  width: 183px;
  display: block;
  margin: 0 auto;
  margin-bottom: 4.9vw;
}
@media screen and (max-width: 768px) {
  .treat_service_upper {
    width: 130px;
  }
}
@media screen and (max-width: 1020px) {
  .treat_service_upper .hid {
    display: none;
  }
}

.service_wrapper {
  width: 1053px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .service_wrapper {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .service_wrapper {
    width: 95%;
  }
}
.service_wrapper .service_box02 {
  margin-bottom: 5.2vw;
}
.service_wrapper .treat_service_box_text02 {
  position: relative;
  top: -8px;
}
.service_wrapper .treat_service_box_text02 .txt {
  line-height: 32.4px;
  color: black;
}
.service_wrapper .treat_service_box_text03 .txt {
  line-height: 28.4px;
  margin-bottom: 10px;
  color: black;
}
.service_wrapper .treat_service_box_text03 .box_bottom {
  display: flex;
  justify-content: space-between;
  width: auto;
}
@media screen and (max-width: 768px) {
  .service_wrapper .treat_service_box_text03 .box_bottom {
    flex-direction: column;
    align-items: center;
    width: fit-content;
  }
}
.service_wrapper .treat_service_box_text03 .box_bottom_text {
  line-height: 28.4px;
  color: black;
}
.service_wrapper .treat_service_box_text03 .treat_person {
  position: relative;
  right: -13px;
  top: -7px;
}
@media screen and (max-width: 768px) {
  .service_wrapper .treat_service_box_text03 .treat_person {
    right: 0px;
    top: 0px;
  }
}

.treat_service {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1020px) {
  .treat_service .hid {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .treat_service .hid2 {
    display: none;
  }
}
.treat_service .title {
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  color: #112e53;
  font-weight: bold;
  font-size: 26px;
}
.treat_service .text {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 16px;
}

.treat_service_box {
  display: flex;
  margin-bottom: 5.9vw;
  align-items: flex-start;
}
@media screen and (max-width: 1300px) {
  .treat_service_box {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1200px) {
  .treat_service_box {
    width: 90%;
    margin: auto;
    margin-bottom: 5.9vw;
  }
}
@media screen and (max-width: 1200px) {
  .treat_service_box {
    flex-direction: column;
    align-items: center;
  }
}
.treat_service_box_title {
  display: flex;
  margin: 0;
  align-items: baseline;
  margin-bottom: 24px;
}
@media screen and (max-width: 1400px) {
  .treat_service_box_title {
    flex-direction: column;
    align-items: start;
    margin-bottom: 0px;
  }
}
.treat_service_box_title_right {
  background-color: #3168a6;
  color: white;
  font-size: 18px;
  border-radius: 5px;
  padding: 3px 25px;
  font-family: "M PLUS 1p", sans-serif;
  margin: 0;
  margin-left: 14px;
  white-space: nowrap;
  word-break: break-all;
  margin-bottom: 2px;
}
@media screen and (max-width: 1400px) {
  .treat_service_box_title_right {
    margin-left: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .treat_service_box_title_right {
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
    white-space: normal;
    font-size: 14px;
  }
}

.treat_service_img {
  order: 1;
  object-fit: contain;
  width: 320px;
}
@media screen and (max-width: 1300px) {
  .treat_service_img {
    width: 100%;
    margin-bottom: 5vw;
  }
}

.treat_service_box_text {
  order: 2;
  text-align: left;
  padding-left: 27px;
  max-width: fit-content;
}
@media screen and (max-width: 1300px) {
  .treat_service_box_text {
    width: 100%;
    max-width: unset;
    margin-bottom: 4vw;
    padding-left: 0;
  }
}
.treat_service_box_text .title {
  font-size: 1.5em;
  margin: 0;
  letter-spacing: 0.1em;
  white-space: pre;
  word-break: break-all;
  margin-top: 20px;
}
.treat_service_box_text .txt {
  margin: 0;
  margin-top: 5px;
  line-height: 31px;
  color: black;
}

.treat_person {
  width: 200px;
  object-fit: contain;
}

.treat_rule {
  width: 155px !important;
  margin-top: 40px;
}

.treat_rule1 {
  width: 155px;
  margin-top: 10px;
  display: block;
}

main .clinic_title {
  margin-bottom: 8.0729166667vw;
}
main .clinic_title img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  main .clinic_title img {
    object-fit: cover;
    height: 150px;
  }
}
main .clinic_main2 {
  width: 66.6666666667vw;
  margin: auto;
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  main .clinic_main2 {
    width: 90%;
  }
}
main .clinic_main2 .title {
  margin-bottom: 94px;
}
main .clinic_main2 .title p {
  font-size: clamp(9px, 0.938vw, 18px);
  color: #112e53;
  margin: 0;
  font-family: "m-plus-1p", sans-serif;
  letter-spacing: 3px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1200px) {
  main .clinic_main2 .title p {
    font-size: 12px;
  }
}
main .clinic_main2 .title h1 {
  margin-top: 0;
  font-size: clamp(20px, 2.083vw, 40px);
  padding-bottom: 33px;
  border-bottom: 1px solid #112e53;
  color: #112e53;
  font-family: m-plus-1p, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1200px) {
  main .clinic_main2 .title h1 {
    font-size: 28px;
  }
}
main .clinic_main2 .clinic_feature2 {
  display: flex;
}
@media screen and (max-width: 1200px) {
  main .clinic_main2 .clinic_feature2 {
    flex-direction: column;
  }
}
main .clinic_main2 .clinic_feature2 .clinic_left {
  margin-right: 94px;
  margin-right: 94px;
  text-align: end;
}
main .clinic_main2 .clinic_feature2 .clinic_left img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  main .clinic_main2 .clinic_feature2 .clinic_left {
    margin: inherit;
  }
}
main .clinic_main2 .clinic_feature2 .clinic_left iframe {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  main .clinic_main2 .clinic_feature2 .clinic_left {
    margin: inherit;
  }
}
main .clinic_main2 .clinic_feature2 .clinic_right {
  width: 36.4583333333vw;
}
@media screen and (max-width: 1200px) {
  main .clinic_main2 .clinic_feature2 .clinic_right {
    width: 100%;
    margin: auto;
    margin-top: 40px;
  }
}
main .clinic_main2 .clinic_feature2 .clinic_right h2 {
  font-size: clamp(14px, 1.458vw, 28px);
  color: #112e53;
  font-family: "m-plus-1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  margin-left: -8px;
  margin-top: -7px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1200px) {
  main .clinic_main2 .clinic_feature2 .clinic_right h2 {
    font-size: 20px;
  }
}
main .clinic_main2 .clinic_feature2 .clinic_right p {
  font-size: clamp(10px, 1.042vw, 20px);
  color: #4b7282;
  font-feature-settings: "palt";
  margin-left: 25px;
  letter-spacing: 5px;
  margin-top: 26px;
  font-family: "m-plus-1p", sans-serif;
}
@media screen and (max-width: 1200px) {
  main .clinic_main2 .clinic_feature2 .clinic_right p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1020px) {
  main .clinic_main2 .clinic_feature2 .clinic_right p {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  main .clinic_main2 .clinic_feature2 .clinic_right p {
    font-size: 14px;
  }
}
main .clinic_main2 .clinic_feature2 .clinic_right table {
  border-collapse: collapse;
  width: 92%;
  margin-top: 34px;
}
@media screen and (max-width: 1020px) {
  main .clinic_main2 .clinic_feature2 .clinic_right table {
    width: 80%;
  }
}
main .clinic_main2 .clinic_feature2 .clinic_right table tr:first-child td {
  border-top: 1px solid #94aab4;
}
@media screen and (max-width: 768px) {
  main .clinic_main2 .clinic_feature2 .clinic_right table tr:first-child td {
    font-size: 12px;
  }
}
main .clinic_main2 .clinic_feature2 .clinic_right table tr .c_title {
  font-size: clamp(10px, 1.042vw, 20px);
  color: #4b7282;
}
@media screen and (max-width: 1200px) {
  main .clinic_main2 .clinic_feature2 .clinic_right table tr .c_title {
    font-size: 14px;
  }
}
main .clinic_main2 .clinic_feature2 .clinic_right table tr .c_circle {
  font-size: clamp(10px, 1.042vw, 20px);
  color: #4b7282;
}
@media screen and (max-width: 1020px) {
  main .clinic_main2 .clinic_feature2 .clinic_right table tr .c_circle {
    font-size: 12px;
  }
}
main .clinic_main2 .clinic_feature2 .clinic_right table tr td {
  border: none;
  border-bottom: 1px solid #94aab4;
  padding: 17px 12px;
  text-align: center;
  font-size: clamp(9px, 0.938vw, 18px);
  color: #4b7282;
}
@media screen and (max-width: 1300px) {
  main .clinic_main2 .clinic_feature2 .clinic_right table tr td {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  main .clinic_main2 .clinic_feature2 .clinic_right table tr td {
    padding: 17px 8px;
  }
}
main .clinic_main2 .clinic_feature2 .clinic_right table td:first-child {
  padding: 18px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  main .clinic_main2 .clinic_feature2 .clinic_right table td:first-child {
    font-size: 12px;
    padding: 5px;
  }
}
main .clinic_main2 .clinic_feature2 .clinic_right .holiday {
  font-size: 14px;
  margin-top: 15px;
  margin-left: 50px;
  letter-spacing: 3px;
}
@media screen and (max-width: 1200px) {
  main .clinic_main2 .clinic_feature2 .clinic_right .holiday {
    margin-left: inherit;
  }
}
main .clinic_main2 .clinic_tel {
  margin-top: 50px;
}
main .clinic_main2 .clinic_tel p {
  font-size: 23px !important;
  color: #4b7282;
  font-feature-settings: "palt";
  letter-spacing: 4px !important;
  line-height: 1.6 !important;
}
@media screen and (max-width: 768px) {
  main .clinic_main2 .clinic_tel p {
    font-size: 20px !important;
  }
}
main .clinic_main2 .clinic_tel .clinic_tel_p {
  margin-left: -3px;
}
main .clinic_main2 .clinic_map {
  margin-top: 50px;
  display: flex;
  align-items: flex-end;
  width: 50vw;
}
@media screen and (max-width: 1200px) {
  main .clinic_main2 .clinic_map {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
}
main .clinic_main2 .clinic_map p {
  margin-right: 53px;
  margin-top: -9px !important;
  letter-spacing: -1px !important;
  font-family: "游ゴシック", "Yu Gothic", sans-serif !important;
}
.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #0b7eb8;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

main .recruit_title img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  main .recruit_title img {
    object-fit: cover;
    height: 150px;
  }
}
main .recruit_main {
  width: 66.6666666667vw;
  display: flex;
  margin: auto;
  margin-top: 93px;
}
@media screen and (max-width: 1200px) {
  main .recruit_main {
    flex-direction: column;
    width: 80vw;
  }
}
@media screen and (max-width: 768px) {
  main .recruit_main {
    width: 90vw;
  }
}
main .recruit_main .recruit_left {
  width: 37.5vw;
  margin-top: 79px;
  margin-right: 12.1354166667vw;
  display: grid;
}
@media screen and (max-width: 1600px) {
  main .recruit_main .recruit_left {
    margin-right: 65px;
  }
}
@media screen and (max-width: 1200px) {
  main .recruit_main .recruit_left {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  main .recruit_main .recruit_left {
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  main .recruit_main .recruit_left .recruit_text {
    width: 100%;
    margin-bottom: 15px;
    max-width: 450px;
  }
}
main .recruit_main .recruit_left img {
  margin-bottom: 58px;
}
@media screen and (max-width: 1200px) {
  main .recruit_main .recruit_left img {
    margin: auto;
    margin-bottom: 58px;
  }
}
@media screen and (max-width: 768px) {
  main .recruit_main .recruit_left img {
    width: 50%;
    margin-left: inherit;
    margin-bottom: 58px;
  }
}
main .recruit_main .recruit_left h1 {
  font-size: 20px;
  background-color: #f2f4fb;
  padding: 23px;
  padding-bottom: 44px;
  padding-right: 58px;
  border-radius: 8px;
  color: #112e53;
  width: fit-content;
  font-family: fot-klee-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-left: -23px;
  margin-top: -11px;
  line-height: 1.6;
  letter-spacing: 3px;
}
@media screen and (max-width: 1200px) {
  main .recruit_main .recruit_left h1 {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  main .recruit_main .recruit_left h1 {
    font-size: 16px;
  }
}
main .recruit_main .recruit_right {
  position: relative;
  width: 37.1875vw;
}
@media screen and (max-width: 1200px) {
  main .recruit_main .recruit_right {
    margin: auto;
    margin-top: 50px;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  main .recruit_main .recruit_right {
    margin-left: initial;
  }
}
main .recruit_main .recruit_right img {
  width: 30vw;
  min-width: 350px;
  max-width: 450px;
  margin-top: 79px;
}
@media screen and (max-width: 1200px) {
  main .recruit_main .recruit_right img {
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  main .recruit_main .recruit_right img {
    min-width: auto;
  }
}
main .back_img {
  width: 100%;
  z-index: -1;
  margin-top: -132px;
  margin-left: -54px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main .back_img {
    margin-top: -50px;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  main .back_img {
    margin-top: 0px;
  }
}
main .recruit_select {
  margin: auto;
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
  width: 65vw;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main .recruit_select {
    width: 90%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  main .recruit_select .doctor {
    width: 50%;
  }
}
main .recruit_select .doctor p {
  font-size: 16px;
  color: #0b7eb8;
  border: solid 1px #0b7eb8;
  padding: 11px 0px 15px 0px;
  width: 14.5833333333vw;
  text-align: center;
  border-radius: 10px;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.25);
  font-family: "m-plus-1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 1200px) {
  main .recruit_select .doctor p {
    width: 20vw;
  }
}
@media screen and (max-width: 768px) {
  main .recruit_select .doctor p {
    width: 40vw;
  }
}
@media screen and (max-width: 768px) {
  main .recruit_select .nurse {
    width: 50%;
  }
}
main .recruit_select .nurse p {
  font-size: 16px;
  color: #0b7eb8;
  border: solid 1px #0b7eb8;
  padding: 11px 0px 15px 0px;
  width: 14.5833333333vw;
  text-align: center;
  border-radius: 10px;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.25);
  font-family: "m-plus-1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 1200px) {
  main .recruit_select .nurse p {
    width: 20vw;
  }
}
@media screen and (max-width: 768px) {
  main .recruit_select .nurse p {
    width: 40vw;
  }
}
@media screen and (max-width: 768px) {
  main .recruit_select .medicalclerk {
    width: 50%;
  }
}
main .recruit_select .medicalclerk p {
  font-size: 16px;
  color: #0b7eb8;
  border: solid 1px #0b7eb8;
  padding: 11px 0px 15px 0px;
  width: 14.5833333333vw;
  text-align: center;
  border-radius: 10px;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.25);
  font-family: "m-plus-1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 1200px) {
  main .recruit_select .medicalclerk p {
    width: 20vw;
  }
}
@media screen and (max-width: 768px) {
  main .recruit_select .medicalclerk p {
    width: 40vw;
  }
}
@media screen and (max-width: 768px) {
  main .recruit_select .caremanager {
    width: 50%;
  }
}
main .recruit_select .caremanager p {
  font-size: 16px;
  color: #0b7eb8;
  border: solid 1px #0b7eb8;
  padding: 11px 0px 15px 0px;
  width: 14.5833333333vw;
  text-align: center;
  border-radius: 10px;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.25);
  font-family: "m-plus-1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 1200px) {
  main .recruit_select .caremanager p {
    width: 20vw;
  }
}
@media screen and (max-width: 768px) {
  main .recruit_select .caremanager p {
    width: 40vw;
  }
}
main .recruit_occupation {
  margin: auto;
  margin-top: 107px;
  width: 66.4583333333vw;
}
@media screen and (max-width: 1200px) {
  main .recruit_occupation {
    width: 90%;
  }
}
main .recruit_occupation .recruit_occupation_box.doctor .title {
  border-bottom: 2px solid #112e53;
  margin-bottom: 26px;
  padding-left: 10px;
  padding-bottom: 23px;
  width: auto;
}
main .recruit_occupation .recruit_occupation_box.doctor .title h2 {
  font-size: 30px;
  color: #112e53;
  font-family: m-plus-1p, sans-serif;
  font-weight: 300;
  font-style: normal;
}
main .recruit_occupation .recruit_occupation_box.doctor .title p {
  font-size: 18px;
  color: #112e53;
  margin-top: 0;
  font-family: "dunbar-low", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 3.2px;
}
main .recruit_occupation table {
  border: 1px solid #0b7eb8;
  border-collapse: collapse;
  width: 100%;
}
main .recruit_occupation table td:first-child {
  color: #0b7eb8;
  background-color: #f2f4fb;
  width: 351px;
  padding-left: 37px;
  font-family: "m-plus-1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  main .recruit_occupation table td:first-child {
    padding-left: 15px;
    width: 100px;
  }
}
main .recruit_occupation table td:nth-child(2) {
  padding-left: 50px;
  padding-right: 50px;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "HiraMinProN-W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  color: #000;
  white-space: normal;
}
@media screen and (max-width: 1300px) {
  main .recruit_occupation table td:nth-child(2) {
    white-space: normal;
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  main .recruit_occupation table td:nth-child(2) {
    white-space: normal;
    font-size: 14px;
  }
}
main .recruit_occupation table table,
main .recruit_occupation table th,
main .recruit_occupation table td {
  border: 1px solid #0b7eb8;
}
main .recruit_occupation table tr td {
  height: 63px;
}
main .recruit_occupation table .big_table {
  height: 122px;
}
main .recruit_occupation .form {
  background-color: #54a5cd;
  width: 300px;
  margin: auto;
  margin-top: 56px;
  border-radius: 3px;
  margin-bottom: 120px;
}
main .recruit_occupation .form a {
  display: flex;
  align-items: center;
}
main .recruit_occupation .form .back {
  background-color: #0b7eb8; /* 追加した行 */
  padding: 23px 28px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
main .recruit_occupation .form .dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 12px;
  height: 12px;
  transform: translateX(-25%) rotate(45deg);
  background-color: #0b7eb8; /* 追加した行 */
}
main .recruit_occupation .form .dli-chevron-round-right::before,
main .recruit_occupation .form .dli-chevron-round-right::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
main .recruit_occupation .form .dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
main .recruit_occupation .form .dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
main .recruit_occupation .form p {
  color: #fff;
  background-color: #54a5cd;
  margin: 0;
  padding-left: 44px;
  letter-spacing: 1px;
}

main .recruit_main .recruit_left_01 h1 {
  background-color: unset;
  font-size: 42px;
  font-family: "M PLUS 1p", sans-serif;
  color: #112e53;
  letter-spacing: -2px;
  font-weight: bold;
  white-space: nowrap;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  main .recruit_main .recruit_left_01 h1 {
    font-size: 30px;
    padding-left: 0;
  }
}

main .recruit_main .recruit_left_01 p {
  font-size: 18px;
  font-family: "M PLUS 1p", sans-serif;
  color: #000;
}

.clinic_feature_3_10 {
  margin-top: 30px !important;
}
@media screen and (max-width: 1200px) {
  .clinic_feature_3_10 {
    width: 90% !important;
  }
}

.br_recruit {
  display: none;
}
@media screen and (max-width: 768px) {
  .br_recruit {
    display: block;
  }
}

.clinic_title_text01 {
  width: 100%;
  margin: auto;
  display: block;
}

.clinic_main {
  width: 61.4583333333vw;
  margin: auto;
  padding-top: 15px;
  border-bottom: dotted #4b7282 5px;
  margin-bottom: 1px;
}
@media screen and (max-width: 1200px) {
  .clinic_main {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .clinic_main {
    width: 90%;
  }
}

.clinic_top_wrap {
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .clinic_top_wrap img {
    width: 100%;
  }
}

.clinic_main_1 {
  padding-top: 108px;
}

.clinic_main_2 {
  display: flex;
  margin: auto;
  padding-top: 24px;
  width: 52.0833333333vw;
}
@media screen and (max-width: 1200px) {
  .clinic_main_2 {
    width: 100%;
  }
}

.clinic_main_3 {
  font-size: 24px;
  padding-top: 30px;
  padding-bottom: 32px;
  width: 53.1770833333vw;
  margin: auto;
  color: #112e53;
  font-family: "Yu Gothic", sans-serif;
  padding-left: 18px;
}
@media screen and (max-width: 1200px) {
  .clinic_main_3 {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .clinic_main_3 {
    width: 100%;
    white-space: normal;
    padding-left: 0px;
  }
}

.clinic_main_4 {
  margin-top: 0px;
  margin: auto;
  color: #112e53;
  width: 53.1770833333vw;
  margin-bottom: 42px;
  padding-left: 18px;
}
@media screen and (max-width: 1200px) {
  .clinic_main_4 {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .clinic_main_4 {
    width: 100%;
    padding-left: 0px;
  }
}

.clinic_main_4_1 {
  font-size: 18px;
  letter-spacing: -0.4px;
  font-family: "M PLUS 1p", sans-serif;
  color: #112e53;
  width: fit-content;
  background: linear-gradient(transparent 70%, #d5edf3 50%);
  display: inline;
  padding: 0px 1px !important;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .clinic_main_4_1 {
    line-height: 2;
    font-size: 16px;
  }
}

.clinic_main_4_2 {
  font-size: 18px;
  letter-spacing: -0.8px;
  background: linear-gradient(transparent 70%, #d5edf3 50%);
  display: inline-block;
  margin-top: -8px;
  font-family: "M PLUS 1p", sans-serif;
  color: #112e53;
  width: fit-content;
}

.clinic_feature {
  width: 53.1770833333vw;
  margin: auto;
  margin-top: 48px;
}
@media screen and (max-width: 1200px) {
  .clinic_feature {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .clinic_feature {
    width: 90%;
  }
}

.clinic_feature_1_1 {
  background-color: #0b7eb8;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding-left: 30px;
}

.clinic_feature_1_2 {
  font-size: 26px;
  padding-left: 50px;
  margin-top: -35px;
  color: #112e53;
  font-family: "M PLUS 1p", sans-serif;
  white-space: normal;
}

.clinic_feature_2 {
  font-size: 18px;
  letter-spacing: -0.5px;
  padding-top: 24px;
  padding-bottom: 60px;
  margin: auto;
  line-height: 30px;
  width: 53.1770833333vw;
  color: #112e53;
  font-family: "M PLUS 1p", sans-serif;
}
@media screen and (max-width: 1200px) {
  .clinic_feature_2 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .clinic_feature_2 {
    padding-bottom: 30px;
    font-size: 15px;
  }
}

.clinic_feature_3 {
  width: 53.1770833333vw;
  font-size: clamp(20px, 1.354vw, 26px);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .clinic_feature_3 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .clinic_feature_3 {
    flex-direction: column;
  }
}

.clinic_feature_3_1 {
  color: white;
  letter-spacing: 2px;
  display: inline-block;
  border-radius: 5px;
  width: 25.5208333333vw;
  height: 77px;
  font-size: clamp(18px, 1.354vw, 26px);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 77px;
  background-color: #0b7eb8;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .clinic_feature_3_1 {
    width: 45%;
    font-size: clamp(16px, 1.354vw, 26px);
  }
}
@media screen and (max-width: 768px) {
  .clinic_feature_3_1 {
    width: 100%;
    font-size: 15px;
    height: inherit;
    padding: 20px 0;
    line-height: inherit;
    margin-bottom: 0px;
  }
}

.clinic_feature_4 {
  margin: auto;
  display: block;
  margin-top: 148px;
  width: 46.875vw;
}
@media screen and (max-width: 768px) {
  .clinic_feature_4 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .clinic_feature_4 {
    width: 100%;
  }
}

.clinic_feature_5 {
  font-size: 18px;
  padding-top: 75px;
  padding-left: 46px;
  padding-bottom: 30px;
  width: fit-content;
  font-family: "M PLUS 1p", sans-serif;
  color: #112e53;
  font-weight: 600;
  margin: auto;
  width: 46.0416666667vw;
}
@media screen and (max-width: 768px) {
  .clinic_feature_5 {
    padding-left: 3%;
  }
}
@media screen and (max-width: 1200px) {
  .clinic_feature_5 {
    width: 100%;
  }
}

.clinic_feature_6 {
  width: 46.0416666667vw;
  margin: auto;
  display: block;
  padding-bottom: 125px;
}
@media screen and (max-width: 1200px) {
  .clinic_feature_6 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .clinic_feature_6 {
    width: 100%;
    padding-bottom: 50px;
    display: none;
  }
}

.clinic_feature_6_2 {
  display: none;
}
@media screen and (max-width: 768px) {
  .clinic_feature_6_2 {
    display: block;
    width: 100%;
    padding-bottom: 50px;
  }
}

.clinic_area {
  padding-top: 85px;
  padding-bottom: 74px;
  background-color: paleturquoise;
}

.clinic_area_1 {
  margin: auto;
  display: block;
}

.clinic_area_2 {
  font-size: 18px;
  letter-spacing: 2.5px;
  margin: auto;
  text-align: center;
  margin-top: 30px;
}

.clinic_area_3 {
  width: 1080px;
  height: 332px;
  border: 2px solid cornflowerblue;
  margin: auto;
  background-color: #fbf9f9;
}

.clinic_area_3_2 {
  font-size: 20px;
  margin-top: 20px;
}

.clinic_area_3_3 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -1px;
  margin-top: 35px;
}

.clinic_area_3-4 {
  font-size: 24px;
}

.clinic_area_3 {
  display: flex;
  margin-top: 50px;
  margin-bottom: 60px;
}

.clinic_area_4 {
  margin-left: 142px;
}

.c_area {
  background-color: #f2f4fb;
}

.area_text p {
  font-size: 18px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 600;
  color: #112e53;
  margin-top: 43px;
  margin-bottom: 57px;
}
@media screen and (max-width: 768px) {
  .area_text p {
    font-size: 14px;
    text-align: left;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
  }
}

.top_area_box_right_up2 {
  font-size: clamp(17px, 1.094vw, 20px);
  font-family: "M PLUS 1p", sans-serif;
  color: #0b7eb8;
  margin-bottom: 23px;
  white-space: normal;
}

.top_area_box_right_mid2 {
  font-size: clamp(16px, 1.042vw, 18px);
  line-height: 1.6;
  color: #112e53;
  margin-bottom: 20px;
}

.area_color {
  background: #fff;
}

.top_area_box_right2 {
  margin-top: 35px;
}

.clinic_feature_3_2 {
  letter-spacing: -1px;
}

.clinic_map p {
  margin-bottom: 15px;
}

.top_area_box_right_mid2 span {
  margin-left: 9px;
}

.c_text_furi {
  margin: 0;
  margin-left: 229px;
  font-size: 12px;
  color: #112e53;
  margin-bottom: -5px;
}

.form_button_wrap {
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .form_button_wrap {
    width: 90%;
  }
}
.form_button_wrap img {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media screen and (max-width: 480px) {
  .form_button_wrap img {
    width: 100%;
  }
}

.entry_form {
  width: 45.5729166667vw;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .entry_form {
    width: 80vw;
  }
}
@media screen and (max-width: 768px) {
  .entry_form {
    width: 90vw;
  }
}
.entry_form .entry_top {
  width: fit-content;
  margin: auto;
  margin-top: 95px;
  margin-bottom: 95px;
}
.entry_form .entry_top2 {
  width: auto;
  margin-right: auto;
  padding-bottom: 29px;
  border-bottom: 1px solid #4b7282;
  margin-bottom: 47px;
}
.entry_form .form_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}
@media screen and (max-width: 768px) {
  .entry_form .form_wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}
.entry_form .form_wrap .form_text1 {
  width: 300px;
  height: 36px;
  font-size: 13px;
  color: #112e53;
  font-family: "Yu Gothic", sans-serif;
}
.entry_form .form_wrap .form_text1 p {
  font-size: 13px;
  color: #112e53;
  margin: 0;
}
.entry_form .form_wrap .form_text1 span {
  font-size: 11px;
  border: #4b7282 1px solid;
  color: #4b7282;
  padding: 3px 5px;
}
.entry_form .form_wrap .form_text2 {
  width: 100%;
  font-size: 13px;
  vertical-align: middle;
  font-family: "Yu Gothic", sans-serif;
}
.entry_form .form_wrap .gender input[type=radio] {
  width: 12px;
  height: 12px;
  border-radius: 100px;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 0;
}
.entry_form .form_wrap .gender input[type=radio]::before,
.entry_form .form_wrap .gender input[type=radio]::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.entry_form .form_wrap .gender input[type=radio]::before {
  background-color: #fff;
  border: 1px solid #112e53;
  height: 12px;
  width: 12px;
  left: 0px;
}
.entry_form .form_wrap .gender input[type=radio]::after {
  background-color: #112e53;
  opacity: 0;
  height: 8px;
  width: 8px;
  left: 3px;
}
.entry_form .form_wrap .gender input[type=radio]:checked::after {
  opacity: 1;
}
.entry_form .form_wrap .age input {
  width: 70px !important;
}
.entry_form .form_wrap .gender input {
  width: fit-content !important;
}
.entry_form .form_wrap .address_num input {
  width: 231px !important;
}
.entry_form .form_wrap .form_big input {
  width: 100% !important;
}
.entry_form .form_wrap .form_big textarea {
  width: 100% !important;
  border: 1px solid #99a6aa !important;
  background-color: #f2f4fb;
}
.entry_form .form_wrap .form_text2 input {
  width: 285px; /* ボックスの幅を調整します。 */
  height: 36px; /* ボックスの高さを調整します。 */
  font-size: 13px; /* 文字の大きさを調整します。 */
  border: 1px solid #99a6aa;
  background-color: #f2f4fb;
  border-radius: 3px !important;
}
@media screen and (max-width: 768px) {
  .entry_form .form_wrap .form_text2 input {
    width: 100%;
  }
}
.entry_form .p_p {
  /* チェックボックスデザイン */
}
.entry_form .p_p input[type=checkbox] {
  width: 20px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.entry_form .p_p input[type=checkbox] {
  cursor: pointer;
  padding-left: 30px; /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
}
.entry_form .p_p input[type=checkbox]::before,
.entry_form .p_p input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}
.entry_form .p_p input[type=checkbox]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #666464;
  width: 11px; /*チェックボックスの横幅*/
  height: 11px; /*チェックボックスの縦幅*/
  transform: translateY(-50%);
  top: 16px;
  left: 5px;
}
.entry_form .p_p input[type=checkbox]::after {
  border-bottom: 3px solid #666464; /*チェックの太さ*/
  border-left: 3px solid #666464; /*チェックの太さ*/
  opacity: 0; /*チェック前は非表示*/
  height: 5px;
  width: 11px;
  transform: rotate(-45deg);
  top: 10px;
  left: 7px;
}
.entry_form .p_p input[type=checkbox]:checked::after {
  opacity: 1; /*チェック後表示*/
}
.entry_form .form_area {
  display: flex;
  align-items: flex-start;
}
.entry_form select[name=work] {
  width: 80%;
  height: 36px;
  font-size: 13px;
  border-color: #99a6aa;
}
.entry_form .sent {
  display: flex;
  align-items: center;
}
.entry_form .sent input {
  width: 300px !important;
  height: 70px !important;
  color: #fff !important;
  background-color: #54a5cd !important;
  margin: 0 !important;
  padding-left: 44px !important;
  letter-spacing: 1px !important;
  border: none !important;
}
.entry_form .form_text2 .submit-button {
  display: inline-flex;
  height: 70px;
  align-items: center;
  background-color: #0b7eb8; /* 追加した行 */
  padding: 23px 28px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: absolute;
}
.entry_form .form_text2 .dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 12px;
  height: 12px;
  transform: translateX(-25%) rotate(45deg);
  background-color: #0b7eb8;
  margin-right: 10px; /* Adjust according to your needs */
}
.entry_form .form_text2 .dli-chevron-round-right::before,
.entry_form .form_text2 .dli-chevron-round-right::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.entry_form .form_text2 .dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.entry_form .form_text2 .dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

.a_pp {
  border-bottom: 1px solid;
  padding-bottom: 4px;
}

main .container .news_contents .news_content {
  width: 75vw;
  margin: auto;
  display: block;
  margin-top: 3vw;
  background-color: #ffffff;
  padding: 5vw;
  margin-bottom: 5vw;
  border-radius: 10px;
  padding-top: 0vw;
}
@media screen and (max-width: 768px) {
  main .container .news_contents .news_content {
    width: 90vw;
    padding: 0;
  }
}
main .container .news_contents .news_content a {
  white-space: normal;
}
main .container .news_contents .news_content .blog_title {
  margin-top: 0;
  font-size: clamp(20px, 2.083vw, 40px);
  padding-bottom: 33px;
  border-bottom: 1px solid #112e53;
  color: #112e53;
  font-family: m-plus-1p, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  main .container .news_contents .news_content .blog_title {
    font-size: 28px;
    white-space: normal;
  }
}
@media screen and (max-width: 768px) {
  main .container .news_contents .news_content .blog_title {
    font-size: 20px;
    white-space: normal;
    margin-top: 30px;
  }
}
main .container .news_contents .news_content h1 {
  font-size: 30px;
  color: #112e53;
  font-family: "m-plus-1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  white-space: normal;
}
main .container .news_contents .news_content h2 {
  font-size: 30px;
  color: #112e53;
  font-family: "m-plus-1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  main .container .news_contents .news_content h2 {
    font-size: 20px !important;
  }
}
main .container .news_contents .news_content h3 {
  font-size: 30px;
  color: #112e53;
  font-family: "m-plus-1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  white-space: normal;
}
main .container .news_contents .news_content h4 {
  font-size: 30px;
  color: #112e53;
  font-family: "m-plus-1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  white-space: normal;
}
main .container .news_contents .news_content p {
  font-size: 16px;
  color: #000000;
  font-family: "m-plus-1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  main .container .news_contents .news_content p {
    line-height: 1.7;
  }
}
main .container .news_contents .blog-note {
  background-color: #ffffff;
  margin-top: 0vw;
  width: auto;
  height: auto;
  padding-bottom: 3.3vw;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  main .container .news_contents .blog-note {
    padding-bottom: 10vw;
    margin-top: 13vw;
  }
}
main .container .news_contents .blog-note .news-title {
  width: auto;
  margin: auto;
  padding-top: 2.4479166667vw;
  padding-bottom: 1.7708333333vw;
}
@media screen and (max-width: 1020px) {
  main .container .news_contents .blog-note .news-title {
    width: auto;
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 768px) {
  main .container .news_contents .blog-note .news-title {
    width: auto;
  }
}
main .container .news_contents .blog-note .news-title h1 {
  font-weight: bold;
  color: #000000;
  letter-spacing: 2px;
  font-size: clamp(20px, 1.563vw, 30px);
  width: fit-content;
  background: linear-gradient(transparent 70%, #e7ff01 70%);
}
main .container .news_contents .blog-note .news-title ul .top-3-contents {
  display: flex;
  justify-content: flex-start;
  margin: auto;
  margin-top: 60px;
  width: auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 1020px) {
  main .container .news_contents .blog-note .news-title ul .top-3-contents {
    margin-bottom: 30px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  main .container .news_contents .blog-note .news-title ul .top-3-contents {
    flex-wrap: wrap;
    margin-bottom: 0px;
    width: auto;
  }
}
main .container .news_contents .blog-note .news-title ul .top-3-contents .top-3-contents-1 {
  width: 20.8333333333vw;
  margin-right: 0.4166666667vw;
  margin-left: 0.4166666667vw;
  margin-bottom: 10px;
}
@media screen and (max-width: 1020px) {
  main .container .news_contents .blog-note .news-title ul .top-3-contents .top-3-contents-1 {
    width: 30vw;
    margin-right: 1.25vw;
    margin-left: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  main .container .news_contents .blog-note .news-title ul .top-3-contents .top-3-contents-1 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
main .container .news_contents .blog-note .news-title ul .top-3-contents .top-3-contents-1 a .top-3-contents-img img {
  width: 100%;
  object-fit: cover;
  height: 11.71875vw;
  background-color: #ffffff;
}
@media screen and (max-width: 1020px) {
  main .container .news_contents .blog-note .news-title ul .top-3-contents .top-3-contents-1 a .top-3-contents-img img {
    object-fit: contain;
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  main .container .news_contents .blog-note .news-title ul .top-3-contents .top-3-contents-1 a .top-3-contents-img img {
    height: 200px;
    max-height: 200px;
    object-position: center;
    object-fit: contain;
  }
}
main .container .news_contents .blog-note .news-title ul .top-3-contents .top-3-contents-1 a .top-3-contents-img :hover {
  filter: brightness(106%);
  transform: scale(1.05);
  transition-duration: 0.5s;
}
main .container .news_contents .blog-note .news-title ul .top-3-contents .top-3-contents-1 a .top-3-contents-text p {
  color: #000000;
  font-size: clamp(12px, 0.94vw, 14px);
  white-space: normal;
}
main .container .news_contents .blog-note .news-title ul .top-3-contents .top-3-contents-1 a .top-3-contents-text .top-3-contents-title-day {
  color: #808080;
  font-size: clamp(12px, 0.94vw, 14px);
  white-space: normal;
  font-weight: bold;
  letter-spacing: 1px;
}
main .container .news_contents .blog-note .news-title ul .top-3-contents .top-3-contents-1 a .top-3-contents-text .top-3-contents-title {
  line-height: normal;
  margin-top: 7px;
  font-weight: bold;
  letter-spacing: 4px;
  font-size: clamp(9px, 0.938vw, 18px);
}
@media screen and (max-width: 768px) {
  main .container .news_contents .blog-note .news-title ul .top-3-contents .top-3-contents-1 a .top-3-contents-text .top-3-contents-title {
    font-size: 18px;
  }
}
main .container .news_contents .blog-note .news-title ul .top-3-contents .top-3-contents-1 a .top-3-contents-text .top-3-contents-title a {
  color: #000000;
  font-size: clamp(12px, 0.94vw, 14px);
  white-space: normal;
}
main .container .news_contents .blog-note .news-title ul .top-3-contents .top-3-contents-1 a .top-3-contents-arrow :hover {
  filter: brightness(106%);
  transform: scale(1.2);
  transition-duration: 0.5s;
}
main .container .news_contents .blog-note .news-title ul .top-3-contents .top-3-contents-1 a .top-3-contents-arrow img {
  width: 1.67vw;
  margin-top: 1.25vw;
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 1020px) {
  main .container .news_contents .blog-note .news-title ul .top-3-contents .top-3-contents-1 a .top-3-contents-arrow img {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  main .container .news_contents .blog-note .news-title ul .top-3-contents .top-3-contents-1 a .top-3-contents-arrow img {
    display: none;
  }
}

.blog_all {
  margin-bottom: 30px;
}
.blog_all .news-blog {
  font-size: 20px;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  color: #112e53;
}
@media screen and (max-width: 768px) {
  .blog_all .news-blog {
    font-size: 16px;
    white-space: normal;
  }
}

.pp_main {
  width: 66%;
  margin: auto;
  margin-top: 150px;
  margin-bottom: 45px;
}
@media screen and (max-width: 1200px) {
  .pp_main {
    width: 80vw;
  }
}
@media screen and (max-width: 480px) {
  .pp_main {
    width: 90vw;
  }
}
.pp_main .pp_img {
  width: 33%;
  margin: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .pp_main .pp_img {
    width: 50vw;
  }
}
.pp_main .pp_img img {
  width: 100%;
  margin: auto;
}
.pp_main .pp_text h2 {
  color: #112e53;
  font-family: "Yu Gothic", sans-serif;
  padding-top: 20px;
  font-weight: bold;
}
.pp_main .pp_text p {
  color: #000;
  margin-top: 5px;
  line-height: 1.5;
}
.pp_main .pp_text span {
  width: 90%;
}
.pp_main .pp_text .pp_s {
  width: 98%;
  white-space: normal;
  margin-left: auto;
}

.form_main .form_title {
  text-align: center;
  padding-left: 0%;
}
.form_main p {
  color: #000;
}
.form_main .form_d {
  margin: auto;
  width: 375px;
  font-size: 20px;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .form_main .form_d {
    width: 100%;
    font-size: 17px;
  }
}
.form_main p {
  width: fit-content;
  margin: auto;
}
.form_main a:hover {
  color: #fff;
}
.form_main .Form_img {
  text-align: center;
  margin-bottom: 50px;
}
.form_main .Form_img img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .form_main .Form_img img {
    width: 100%;
  }
}

.form_tel {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .form_tel {
    width: fit-content;
    margin: inherit !important;
    margin-bottom: 40px !important;
    text-align: left;
  }
}

.form_wrap {
  border-bottom: none;
  margin-bottom: 0px;
}

.br_no2 {
  display: none;
}
@media screen and (max-width: 480px) {
  .br_no2 {
    display: block;
  }
}

.button001 a {
  border-radius: 3px;
  position: relative;
  margin: 0 auto;
}

.button001 a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 47%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.button001 a:hover:after {
  border-color: #fff;
}

.br_none {
  display: block;
}
@media screen and (max-width: 480px) {
  .br_none {
    display: none;
  }
}

.top_title {
  width: 100%;
  position: relative;
  margin-bottom: 7vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top_title {
    margin-bottom: 20vw;
  }
}
@media screen and (max-width: 480px) {
  .top_title {
    margin-bottom: 45vw;
  }
}
.top_title a {
  display: inline-block;
}

.top_title_img {
  width: 100%;
  z-index: -5;
  position: relative;
}
@media screen and (max-width: 1020px) {
  .top_title_img {
    height: 75vh;
    object-fit: cover;
    object-position: 86% 50%;
  }
}
@media screen and (max-width: 480px) {
  .top_title_img {
    height: 60vh;
  }
}

.top_title_text {
  position: absolute;
  top: 26.7%;
  left: 11.1%;
  color: #112e53;
  font-family: "M PLUS 1p", sans-serif;
  width: 30.5729166667vw;
  max-width: 450px !important;
}
@media screen and (max-width: 1020px) {
  .top_title_text {
    width: 57.2916666667vw;
    top: 22.7% !important;
    max-width: 370px;
  }
}
@media screen and (max-width: 768px) {
  .top_title_text {
    width: 67.7083333333vw;
    top: 29.7% !important;
    max-width: 370px;
  }
}
@media screen and (max-width: 480px) {
  .top_title_text {
    width: 66%;
    top: 28.7% !important;
  }
}
.top_title_text h1 {
  font-size: 21.34px;
}

.title_lg {
  font-size: 80px;
}

.title_md {
  font-size: 40px;
}

.top_title_info {
  position: fixed;
  width: 30%;
  bottom: 0%;
  right: -1.8229166667vw;
  z-index: 999;
}
@media screen and (max-width: 1020px) {
  .top_title_info {
    width: 45%;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .top_title_info {
    bottom: 0;
    width: 45%;
    min-width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .top_title_info {
    width: 107%;
    right: -17vw;
    max-width: 457px;
  }
}

.top_sub {
  position: absolute;
  bottom: -6.5%;
  left: 50.7%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 1020px) {
  .top_sub {
    display: flex;
    justify-content: center;
    align-items: center;
    position: unset;
    top: 530px;
    position: absolute;
    transform: translate(-50%);
  }
}
@media screen and (max-width: 768px) {
  .top_sub {
    position: absolute;
    flex-direction: column;
    bottom: -6.5%;
    left: 50%;
    height: fit-content;
    top: 94%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 480px) {
  .top_sub {
    top: 99%;
  }
}

.top_sub_img {
  width: 22.4479166667vw;
}
@media screen and (max-width: 1200px) {
  .top_sub_img {
    width: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .top_sub_img {
    width: 50vw;
  }
}
@media screen and (max-width: 480px) {
  .top_sub_img {
    width: 65vw;
  }
}

.promise {
  margin-bottom: 9.2vw;
}
@media screen and (max-width: 768px) {
  .promise {
    width: 60px;
  }
}
@media screen and (max-width: 480px) {
  .promise {
    width: auto;
  }
}

.promise_wrapper {
  padding-top: 11px;
  width: 55vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .promise_wrapper {
    width: 100vw;
  }
}
@media screen and (max-width: 480px) {
  .promise_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
  }
}

.promise_left {
  object-fit: contain;
  position: relative;
  top: 18px;
  width: 21.3020833333vw;
}
@media screen and (max-width: 1300px) {
  .promise_left {
    width: 33.8541666667vw;
  }
}
@media screen and (max-width: 768px) {
  .promise_left {
    width: 40vw;
  }
}
@media screen and (max-width: 480px) {
  .promise_left {
    width: 72%;
    position: unset;
    margin-bottom: 40px;
  }
}

.promise_right {
  width: 25.9895833333vw;
  object-fit: contain;
  position: relative;
  left: 28px;
}
@media screen and (max-width: 1300px) {
  .promise_right {
    width: 36.4583333333vw;
  }
}
@media screen and (max-width: 768px) {
  .promise_right {
    width: 42vw;
  }
}
@media screen and (max-width: 480px) {
  .promise_right {
    width: 90%;
    position: unset;
  }
}

.top_about {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .top_about .hidd {
    display: none;
  }
}

.top_about_title_img {
  position: relative;
  right: -10px;
  margin-bottom: 6.4vw;
  width: 13.3333333333vw;
}
@media screen and (max-width: 1300px) {
  .top_about_title_img {
    width: 25vw;
  }
}
@media screen and (max-width: 1020px) {
  .top_about_title_img {
    width: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .top_about_title_img {
    width: 40vw;
    right: 0px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .top_about_title_img {
    width: 45vw;
  }
}

.top_about_wrapper {
  width: 59vw;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .top_about_wrapper {
    width: 73vw;
  }
}
@media screen and (max-width: 768px) {
  .top_about_wrapper {
    width: 80vw;
  }
}
@media screen and (max-width: 480px) {
  .top_about_wrapper {
    width: 90vw;
  }
}

.about_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10.3vw;
}
@media screen and (max-width: 1020px) {
  .about_box {
    display: block;
  }
}

.box_left {
  text-align: left;
  display: block;
  position: relative;
  left: 32px;
}
@media screen and (max-width: 1600px) {
  .box_left {
    position: unset;
  }
}

.box_right {
  width: 26.6145833333vw;
  position: relative;
  top: -10px;
  left: -12px;
  object-fit: contain;
}
@media screen and (max-width: 1600px) {
  .box_right {
    position: unset;
  }
}
@media screen and (max-width: 1020px) {
  .box_right {
    width: 52.0833333333vw;
  }
}
@media screen and (max-width: 480px) {
  .box_right {
    width: 100%;
    margin-bottom: 15vw;
  }
}

.top_about_box01 {
  margin-bottom: 5.8vw;
}

.top_about_box02 {
  margin-bottom: 5.8vw;
}

.top_about_upper01 {
  position: relative;
  left: -86px;
  margin-bottom: 2.3vw;
  width: 151px;
}
@media screen and (max-width: 768px) {
  .top_about_upper01 {
    position: unset;
  }
}
@media screen and (max-width: 480px) {
  .top_about_upper01 {
    width: 150px;
    margin-bottom: 7vw;
  }
}

.top_about_upper02 {
  position: relative;
  left: -87px;
  margin-bottom: 2.3vw;
  width: 151px;
}
@media screen and (max-width: 768px) {
  .top_about_upper02 {
    position: unset;
  }
}
@media screen and (max-width: 480px) {
  .top_about_upper02 {
    width: 150px;
    margin-bottom: 7vw;
  }
}

.top_about_upper03 {
  position: relative;
  left: -86px;
  margin-bottom: 2.3vw;
  width: 151px;
}
@media screen and (max-width: 768px) {
  .top_about_upper03 {
    position: unset;
  }
}
@media screen and (max-width: 480px) {
  .top_about_upper03 {
    width: 150px;
    margin-bottom: 7vw;
  }
}

.top_box_title01 {
  width: 13.265625vw;
  object-fit: contain;
  display: block;
  margin-bottom: 2.39vw;
}
@media screen and (max-width: 1600px) {
  .top_box_title01 {
    width: 250px;
  }
}
@media screen and (max-width: 480px) {
  .top_box_title01 {
    margin-bottom: 7vw;
    width: 70%;
  }
}

.top_box_title02 {
  width: 13.7604166667vw;
  object-fit: contain;
  display: block;
  margin-bottom: 2.39vw;
}
@media screen and (max-width: 1600px) {
  .top_box_title02 {
    width: 250px;
  }
}
@media screen and (max-width: 480px) {
  .top_box_title02 {
    margin-bottom: 7vw;
    width: 70%;
  }
}

.top_box_title03 {
  width: 20.390625vw;
  object-fit: contain;
  display: block;
  margin-bottom: 2.39vw;
}
@media screen and (max-width: 1600px) {
  .top_box_title03 {
    width: 350px;
  }
}
@media screen and (max-width: 480px) {
  .top_box_title03 {
    margin-bottom: 7vw;
    width: 90%;
  }
}

.top_box_text {
  font-size: 15px;
  font-family: "M PLUS 1p", sans-serif;
  line-height: 2.3em;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .top_box_text {
    line-height: 2em;
    width: 400px;
  }
}
@media screen and (max-width: 1020px) {
  .top_box_text {
    line-height: 2em;
    width: auto;
  }
}

.top_greeting {
  background-image: url(./images/top05.webp);
  background-repeat: no-repeat;
  height: 33vw;
  margin-bottom: 200px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .top_greeting {
    height: 55vw;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .top_greeting {
    height: 63vw;
  }
}
@media screen and (max-width: 1020px) {
  .top_greeting {
    height: 60vw;
    margin-bottom: 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .top_greeting {
    height: 80vw;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .top_greeting {
    height: 90vw;
    margin-bottom: 80vw;
  }
}

.top_greeting_img {
  width: 100%;
}

.top_greeting_box {
  background-color: white;
  opacity: 0.8;
  margin: 0 auto;
  text-align: center;
  width: 67vw;
  position: relative;
  top: 249px;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .top_greeting_box {
    width: 70vw;
    top: 240px;
  }
}
@media screen and (max-width: 1020px) {
  .top_greeting_box {
    top: 17vw;
    width: 95vw;
    padding-top: 70px;
  }
}
@media screen and (max-width: 850px) {
  .top_greeting_box {
    top: 9vw;
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top_greeting_box {
    top: 16vw;
    padding-bottom: 50px;
    width: 90vw;
  }
}
@media screen and (max-width: 480px) {
  .top_greeting_box {
    top: 90px;
    width: 95vw;
  }
}

.top_greeting_box_img {
  display: inline-block;
  margin-bottom: 4vw;
  width: 7.7604166667vw;
}
@media screen and (max-width: 1300px) {
  .top_greeting_box_img {
    width: auto;
  }
}
@media screen and (max-width: 1020px) {
  .top_greeting_box_img {
    width: 17vw;
  }
}
@media screen and (max-width: 768px) {
  .top_greeting_box_img {
    width: 20vw;
  }
}
@media screen and (max-width: 480px) {
  .top_greeting_box_img {
    width: 25vw;
  }
}

.top_greeting_box_text {
  display: inline-block;
  width: 42.96875vw;
}
@media screen and (max-width: 1600px) {
  .top_greeting_box_text {
    width: 90%;
  }
}
@media screen and (max-width: 1020px) {
  .top_greeting_box_text {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .top_greeting_box_text {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .top_greeting_box_text {
    width: 90%;
    padding-bottom: 30px;
  }
}

.top_profile_wrapper {
  width: 72%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10.4vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .top_profile_wrapper {
    width: 88vw;
  }
}
@media screen and (max-width: 1020px) {
  .top_profile_wrapper {
    width: 90vw;
  }
}
.top_profile_wrapper p {
  color: #000;
}

.top_section_title {
  margin-bottom: 3.3vw;
  width: 11.0416666667vw;
}
@media screen and (max-width: 1300px) {
  .top_section_title {
    width: 25vw;
  }
}
@media screen and (max-width: 1020px) {
  .top_section_title {
    width: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .top_section_title {
    width: 40vw;
  }
}
@media screen and (max-width: 480px) {
  .top_section_title {
    width: 45vw;
  }
}

.top_profile_box {
  display: flex;
  justify-content: space-between;
  text-align: left;
  font-size: 15.8px;
}
@media screen and (max-width: 768px) {
  .top_profile_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.profile_box_right {
  padding-top: 47px;
  position: relative;
  left: -42px;
}
@media screen and (max-width: 768px) {
  .profile_box_right {
    position: unset;
  }
}
.profile_box_right .from {
  margin-bottom: 1px;
}

.profile_line {
  display: flex;
  align-items: baseline;
  color: #000;
}

.profile_line_img {
  width: 31vw;
  height: 10px;
  border-bottom: 1px solid #000;
  position: relative;
  top: -6px;
  left: 10px;
}

.profile_line p {
  font-size: clamp(18px, 1.042vw, 20px);
  color: #000;
  margin-bottom: -2px;
}
@media screen and (max-width: 480px) {
  .profile_line p {
    font-size: 15px;
  }
}

.radio_link {
  margin-top: 2vw;
  width: 229px;
}

.profile_box_left {
  width: 27.7604166667vw;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .profile_box_left {
    width: 80%;
  }
}

.profile_position {
  font-size: clamp(18px, 1.042vw, 20px);
  font-family: "M PLUS 1p", sans-serif;
  color: #000;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .profile_position {
    font-size: 16px;
  }
}

.profile_name {
  font-size: clamp(24px, 1.667vw, 32px);
  font-family: "M PLUS 1p", sans-serif;
  color: #000;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 21px;
}
@media screen and (max-width: 480px) {
  .profile_name {
    font-size: 18px;
  }
}

.profile_table {
  font-family: "M PLUS 1p", sans-serif;
  color: #000;
}
.profile_table tr {
  line-height: 27px;
}
.profile_table tr .app {
  display: none;
}
@media screen and (max-width: 480px) {
  .profile_table tr .app {
    display: inline;
  }
}
.profile_table .td_right {
  padding-left: 10px;
}
@media screen and (max-width: 1300px) {
  .profile_table .td_right {
    width: 25vw;
  }
}
@media screen and (max-width: 1020px) {
  .profile_table .td_right {
    width: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .profile_table .td_right {
    width: 40vw;
  }
}
@media screen and (max-width: 480px) {
  .profile_table .td_right {
    width: 45vw;
  }
}

.top_clinic {
  background-color: #f2f4fb;
  text-align: center;
  padding: 3.2vw 0 6.1vw 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top_clinic_title {
    margin-bottom: 40px;
    margin-top: 40px;
    width: 40%;
  }
}

.top_clinic_box {
  background-color: white;
  width: 1080px;
  margin: 0 auto;
  padding: 2vw 0;
}
@media screen and (max-width: 1200px) {
  .top_clinic_box {
    width: 95vw;
    padding: 5vw 0;
  }
}
@media screen and (max-width: 1020px) {
  .top_clinic_box {
    width: 90vw;
    padding: 5vw;
  }
}
.top_clinic_box_upper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3vw;
  padding: 0 5%;
}
@media screen and (max-width: 1200px) {
  .top_clinic_box_upper {
    justify-content: space-evenly;
    padding: 0;
    gap: 20px;
  }
}
@media screen and (max-width: 1020px) {
  .top_clinic_box_upper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.top_clinic_box_upper_img {
  width: 295px;
  object-fit: contain;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .top_clinic_box_upper_img {
    margin-bottom: 4vw;
  }
}
.top_clinic_box_upper img:hover {
  transform: scale(1.1);
}

.top_area {
  text-align: center;
  padding: 5vw 0;
}
.top_area_title {
  margin-bottom: 5vw;
}
@media screen and (max-width: 768px) {
  .top_area {
    padding-bottom: 50px;
  }
}

.top_area_box {
  display: flex;
  width: 1080px;
  margin: 0 auto;
  border: 1px solid #000;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .top_area_box {
    width: 90vw;
  }
}
@media screen and (max-width: 1020px) {
  .top_area_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .top_area_box {
    margin: auto;
    width: 90vw;
  }
}
.top_area_box .top_area_map {
  width: 409px;
}
@media screen and (max-width: 1020px) {
  .top_area_box .top_area_map {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .top_area_box .top_area_map {
    width: 100%;
    margin-top: 0px;
  }
}
.top_area_box_right {
  text-align: left;
  margin-top: 2.5vw;
  width: 100%;
  padding-left: 7.5520833333vw;
}
@media screen and (max-width: 1020px) {
  .top_area_box_right {
    text-align: unset;
    width: auto;
    padding-left: 0;
    margin: 6vw 0;
  }
}
.top_area_box_right_up {
  color: #112e53;
  width: 22.1354166667vw;
  font-size: clamp(18px, 1.094vw, 21px);
  border-bottom: solid 1px #000;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) {
  .top_area_box_right_up {
    width: 30vw;
  }
}
@media screen and (max-width: 1020px) {
  .top_area_box_right_up {
    width: unset;
  }
}
.top_area_box_right_mid {
  color: #0b7eb8;
  font-size: clamp(17px, 1.042vw, 20px);
  line-height: 34px;
  margin-bottom: 43px;
}

.top_news_wrapper {
  width: 56.25vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top_news_wrapper {
    width: 90vw;
  }
}

.top_news_up {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .top_news_up {
    flex-direction: column;
    margin-bottom: 15px;
  }
}
.top_news_up .top_news_title {
  font-size: 15px;
  font-family: "m-plus-1p", sans-serif;
  font-weight: 400;
  color: #112e53;
  padding-left: 12px;
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .top_news_up .top_news_title {
    margin-bottom: 10px;
    padding-left: 0px;
  }
}

.top_news_link {
  width: 116.16px;
  object-fit: contain;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .top_news_link {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
  }
}

.news_box .news-box-wrapper .news-day {
  font-size: 12px;
  font-family: "m-plus-1p", sans-serif;
  font-weight: 400;
  color: #112e53;
  padding-left: 12px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .news_box .news-box-wrapper .news-day {
    padding-left: 0px;
  }
}
.news_box .news-box-wrapper .news-text {
  display: flex;
  font-size: 15px;
  font-family: "m-plus-1p", sans-serif;
  font-weight: 400;
  padding: 27px 0;
  align-items: center;
  border-top: #4b7282 1px solid;
}
@media screen and (max-width: 768px) {
  .news_box .news-box-wrapper .news-text {
    flex-direction: column;
    align-items: flex-start;
  }
}
.news_box .news-box-wrapper .news-blog {
  display: flex;
  font-size: 15px;
  font-family: "m-plus-1p", sans-serif;
  font-weight: 400;
  padding-left: 35px;
  letter-spacing: 1px;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  .news_box .news-box-wrapper .news-blog {
    padding-left: 0px;
  }
}
.news_box .news-box-wrapper .news-blog a {
  white-space: normal;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

/*----------------------------
  scroll_left ｜左から出現
  ----------------------------*/
.scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_left.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

/*----------------------------
  scroll_right ｜右から出現
  ----------------------------*/
.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

a :hover {
  opacity: 0.8;
}

.l-animation {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #0b7eb8;
}

.top_greeting_box_text {
  display: block;
}
@media screen and (max-width: 768px) {
  .top_greeting_box_text {
    display: none;
  }
}

.top_greeting_box_text2 {
  display: none;
}
@media screen and (max-width: 768px) {
  .top_greeting_box_text2 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .top_greeting_box_text2 {
    display: none;
  }
}

.top_greeting_box_text3 {
  display: none;
}
@media screen and (max-width: 480px) {
  .top_greeting_box_text3 {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .l-animation svg {
    width: 200vw !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(0px, 0px, 0px) translateY(-50%) translateX(-50%) !important;
  }
}

.top_clinic_title {
  margin-bottom: 30px;
  width: 125px;
}

.top_clinic_btn {
  width: 238px;
}

.clinic_top0 {
  display: flex;
  margin: auto;
  width: 82%;
  min-width: fit-content;
}
@media screen and (max-width: 1300px) {
  .clinic_top0 {
    width: 90%;
    margin: auto;
    min-width: inherit;
  }
}
@media screen and (max-width: 768px) {
  .clinic_top0 {
    width: 100%;
    flex-direction: column;
  }
}
.clinic_top0 .clinic_top1 img {
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .clinic_top0 .clinic_top1 img {
    height: 600px;
    object-fit: contain;
    width: 46vw;
  }
}
@media screen and (max-width: 768px) {
  .clinic_top0 .clinic_top1 img {
    width: 100%;
    height: auto;
    object-fit: inherit;
  }
}
.clinic_top0 .clinic_top2 {
  margin-left: 65px;
  margin-top: 5.4166666667vw;
  width: auto;
}
@media screen and (max-width: 1300px) {
  .clinic_top0 .clinic_top2 {
    margin-right: 3vw;
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .clinic_top0 .clinic_top2 {
    margin-right: 5vw;
    margin-left: 5vw;
  }
}
.clinic_top0 .clinic_top2 h2 {
  font-size: 40px;
  margin-left: 21px;
  font-family: "M PLUS 1p", sans-serif;
  color: #112e53;
}
@media screen and (max-width: 1300px) {
  .clinic_top0 .clinic_top2 h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .clinic_top0 .clinic_top2 h2 {
    margin-left: 0px;
  }
}
.clinic_top0 .clinic_top2 h2 span {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .clinic_top0 .clinic_top2 h2 span {
    font-size: 20px;
  }
}
.clinic_top0 .clinic_top2 p {
  margin-left: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  font-family: "M PLUS 1p", sans-serif;
  color: #000;
}
@media screen and (max-width: 768px) {
  .clinic_top0 .clinic_top2 p {
    margin-left: 0px;
  }
}
.clinic_top0 .clinic_top2 .clinic_top03 {
  margin-left: 25px;
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .clinic_top0 .clinic_top2 .clinic_top03 {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.clinic_top0 .clinic_top2 .clinic_top03 img {
  margin-right: 4px;
}
.clinic_top0 .clinic_top2 .clinic_top04 img {
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .clinic_top0 .clinic_top2 .clinic_top04 img {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .clinic_top0 .clinic_top2 .clinic_top04 img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .clinic_top0 .clinic_top2 .clinic_top04 img {
    width: 100%;
  }
}
.top_profile_box01 {
  display: flex;
  width: 935px;
  margin: auto;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1020px) {
  .top_profile_box01 {
    flex-direction: column;
    width: auto;
  }
}
.top_profile_box01 img {
  width: 414px;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .top_profile_box01 img {
    width: 80%;
    max-width: 350px;
  }
}

.profile_box_right1 {
  width: 21.875vw;
  min-width: 400px;
  margin-left: 0px !important;
}
@media screen and (max-width: 768px) {
  .profile_box_right1 {
    width: 90%;
    margin: auto;
    min-width: inherit;
  }
}
.profile_box_right1 p {
  color: #000;
  font-family: "M PLUS 1p", sans-serif;
  line-height: 1.4;
  letter-spacing: -0.7px;
}
.profile_box_right1 .profile_position {
  font-size: 21px;
  text-align: center;
}
.profile_box_right1 .profile_name1 {
  font-size: 11px;
  letter-spacing: 4px;
  margin-bottom: 1px;
  text-align: center;
}
.profile_box_right1 .profile_name {
  font-size: 34px;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .profile_box_right1 .profile_name {
    font-size: 30px;
    letter-spacing: -1px;
  }
}
.profile_box_right1 .profile_line p {
  font-size: 14px;
  font-weight: bold;
  width: 60px;
}
.profile_box_right1 .profile_table {
  font-size: 14px;
}
.profile_box_right1 .profile_table tr {
  line-height: 20px;
}
.profile_00 {
  width: fit-content;
  margin: auto;
  margin-bottom: 78px;
  margin-top: 150px;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .profile_00 {
    margin-top: 80px !important;
  }
}
.profile_00 p {
  color: #000;
  letter-spacing: 3px;
  margin: 30px auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .profile_00 p {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .profile_00 p {
    width: 90%;
  }
}

.c_f_00 .c_f_main {
  width: 70vw;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
  min-width: 1200px;
}
@media screen and (max-width: 1300px) {
  .c_f_00 .c_f_main {
    width: 100vw;
    justify-content: space-evenly;
    min-width: inherit;
  }
}
@media screen and (max-width: 1020px) {
  .c_f_00 .c_f_main {
    flex-direction: column;
    width: 90%;
    margin: auto;
  }
}
.c_f_00 .c_f_main .c_f_con {
  width: 22.6041666667vw;
  position: relative;
  height: 483px;
  min-width: 340px;
}
@media screen and (max-width: 1300px) {
  .c_f_00 .c_f_main .c_f_con {
    min-width: 300px;
  }
}
@media screen and (max-width: 1020px) {
  .c_f_00 .c_f_main .c_f_con {
    width: 100%;
    margin: auto;
    min-width: inherit;
    margin-bottom: 25px;
  }
}
.c_f_00 .c_f_main .c_f_con img {
  width: 100%;
  position: absolute;
  height: 483px;
  object-fit: contain;
}
.c_f_00 .c_f_main .c_f_con h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  color: #102f52;
  padding-top: 304px;
}
@media screen and (max-width: 1020px) {
  .c_f_00 .c_f_main .c_f_con h2 {
    font-size: 18px;
  }
}
.c_f_00 .c_f_main .c_f_con p {
  font-size: 15px;
  font-family: "M PLUS 1p", sans-serif;
  color: #000;
  width: 80%;
  margin: auto;
  margin-top: 29px;
  line-height: 1.9;
  max-width: 270px;
  letter-spacing: -1px;
}
@media screen and (max-width: 1300px) {
  .c_f_00 .c_f_main .c_f_con p {
    width: 90%;
    font-size: 13px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1020px) {
  .c_f_00 .c_f_main .c_f_con p {
    font-size: 14px;
    margin-top: 16px;
  }
}
.c_f_main2 {
  background-color: #f2f4fb;
  text-align: center;
  width: 57.2916666667vw;
  margin: 90px auto 50px;
  min-width: 1000px;
}
@media screen and (max-width: 1020px) {
  .c_f_main2 {
    min-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .c_f_main2 {
    margin: 50px auto 50px;
  }
}
.c_f_main2 h4 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  padding-top: 50px;
}
.c_f_main2 p {
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  color: #000;
  text-align: left;
  width: 54%;
  margin: auto;
  padding-top: 10px;
  line-height: 1.7;
  letter-spacing: 3px;
  padding-bottom: 52px;
}
@media screen and (max-width: 1020px) {
  .c_f_main2 p {
    width: 90%;
    font-size: 16px;
  }
}
.c_f_main2 p span {
  line-height: 2.3;
  white-space: normal;
}

.c_top_main_00 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .c_top_main_00 {
    margin-top: 68px;
  }
}

.clinic_left {
  margin-right: 94px;
}
.clinic_left iframe {
  width: 30vw !important;
  height: 407px !important;
}
@media screen and (max-width: 1200px) {
  .clinic_left iframe {
    margin: inherit;
    width: 100% !important;
    height: 300px !important;
  }
}

.profile_00_p {
  margin-top: 50px !important;
  letter-spacing: -1px;
}

.c_map_01 {
  margin-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .c_map_01 {
    margin-top: 0px !important;
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 768px) {
  .footer_left_hachi img {
    width: 240px !important;
  }
}

@media screen and (max-width: 1300px) {
  .footer_center_hachi nav {
    top: 105px;
  }
}
@media screen and (max-width: 768px) {
  .footer_center_hachi nav {
    top: 128px;
  }
}

.clinic_main_hachi {
  margin-top: 50px !important;
  margin: auto;
  color: #000;
  font-family: "M PLUS 1p", sans-serif;
  width: 53.1770833333vw;
  margin-bottom: 42px;
  padding-left: 0px;
}
@media screen and (max-width: 1200px) {
  .clinic_main_hachi {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .clinic_main_hachi {
    width: 100%;
    padding-left: 0px;
  }
}

.c_area_houmon {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .clinic_right_hachi table {
    width: 100% !important;
  }
}

@media screen and (max-width: 480px) {
  .inner_hachi img {
    width: 200px;
  }
}

@media screen and (max-width: 480px) {
  .clinic_map_hachi p {
    width: 100% !important;
  }
}

.font_small {
  font-size: 16px;
}

.clinic_main_4_hachi {
  padding-left: 0px !important;
}
@media screen and (max-width: 1200px) {
  .clinic_main_4_hachi {
    width: 100% !important;
  }
}

.clinic_feature_3_1_2 {
  letter-spacing: -1px !important;
}

.clinic_feature_1_2_2 {
  font-size: 23px;
}

.profile_line1 p {
  font-size: 15px;
  margin-left: 4px;
}

.profile_line_img_c {
  top: -5px;
  width: 19vw;
}
@media screen and (max-width: 768px) {
  .profile_line_img_c {
    width: 44vw;
    min-width: 233px;
    margin-right: 12px;
  }
}

@media screen and (max-width: 1020px) {
  .top_news_wrapper_c {
    width: 90vw;
  }
}

.profile_table_c {
  margin-top: 10px;
}

@media screen and (max-width: 1020px) {
  .profile_box_right1_c {
    margin-left: 0px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .profile_box_right1_c {
    margin-left: 5vw;
    margin-right: 5vw;
  }
}

.c_name01 {
  letter-spacing: 3px;
}

.c_name02 {
  letter-spacing: 2px !important;
}

.clinic_right_hachi_p {
  margin-top: 0 !important;
}

.header_img1 h1 {
  width: 298px;
}

@media screen and (max-width: 480px) {
  .inner_hachi h1 {
    padding-top: 14px !important;
  }
}
.inner_hachi h1 img {
  width: 285px !important;
}
@media screen and (max-width: 480px) {
  .inner_hachi h1 img {
    width: 168px !important;
  }
}

@media screen and (max-width: 480px) {
  .inner_family h1 {
    padding-top: 14px !important;
  }
}
.inner_family h1 img {
  width: 330px !important;
}
@media screen and (max-width: 480px) {
  .inner_family h1 img {
    width: 198px !important;
  }
}

.ipad_ph img {
  width: 115px !important;
}

@media screen and (max-width: 480px) {
  .top_news {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .profile_table_hachiman .td_right {
    width: 100%;
    white-space: normal;
  }
}

.td_left_1 {
  white-space: nowrap;
  max-width: 66px;
}

.td_left_0 {
  white-space: pre-line;
  max-width: 66px;
}

.profile_name_hachiman {
  letter-spacing: -2px !important;
}

.top_profile_box01_hachiman {
  gap: 45px !important;
}
@media screen and (max-width: 768px) {
  .top_profile_box01_hachiman {
    gap: 0px !important;
  }
}

.profile_position_hachiman {
  text-align: left !important;
}

.br_none {
  display: block;
}
@media screen and (max-width: 480px) {
  .br_none {
    display: none;
  }
}

.top_infomation {
  display: flex;
  width: 56%;
  margin: auto;
  justify-content: space-between;
  min-width: 1080px;
}
@media screen and (max-width: 1200px) {
  .top_infomation {
    display: flex;
    flex-direction: column;
    min-width: auto;
    width: 80%;
    margin: auto;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .top_infomation {
    display: flex;
    flex-direction: column;
    min-width: auto;
    width: 90%;
    margin: auto;
    align-items: center;
  }
}
.top_infomation .top_information01 {
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  .top_infomation .top_information01 {
    margin-top: 0;
  }
}
.top_infomation .top_information01 h2 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
}
.top_infomation .top_information01 p {
  font-size: 18px;
  color: black;
  margin-top: 42px;
  line-height: 2;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .top_infomation .top_information01 p {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top_infomation .top_information01 img {
    width: 90%;
    max-width: 338px;
  }
}
.top_infomation .top_information02 img {
  width: 100%;
}

.family_title {
  font-size: 30px !important;
}
@media screen and (max-width: 1200px) {
  .family_title {
    font-size: 20px !important;
  }
}

.family_top h2 {
  font-size: 40px !important;
}
@media screen and (max-width: 1200px) {
  .family_top h2 {
    font-size: 30px !important;
  }
}

.family_top2 {
  text-align: center;
  margin-top: 150px;
  margin-bottom: 82px;
}
@media screen and (max-width: 768px) {
  .family_top2 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .family_top2 img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .family_top2 img {
    width: 100%;
    object-fit: cover;
    height: 20px;
  }
}
.family_top2 p {
  font-size: 20px;
  color: black;
}
@media screen and (max-width: 768px) {
  .family_top2 p {
    font-size: 14px;
  }
}

.family_top3 {
  text-align: center;
  width: 1200px;
  margin: auto;
  padding: 30px 60px 60px 30px;
  background-color: #dfe1e8;
  border-radius: 40px;
  margin-bottom: 240px;
}
@media screen and (max-width: 1200px) {
  .family_top3 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .family_top3 {
    padding: 40px 5%;
    margin-bottom: 100px;
  }
}
.family_top3 h3 {
  font-size: 28px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: normal;
  white-space: normal;
  margin-bottom: 47px;
}
@media screen and (max-width: 768px) {
  .family_top3 h3 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 25px;
  }
}
.family_top3 img {
  width: 90%;
}
@media screen and (max-width: 1020px) {
  .family_top3 img {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
}

.family_top4 {
  width: 100%;
}
.family_top4 img {
  width: 100%;
  object-fit: cover;
  height: 580px;
}
@media screen and (max-width: 1020px) {
  .family_top4 img {
    height: auto !important;
  }
}

.profile_top0 {
  width: 42%;
  display: flex;
  justify-content: space-between;
  margin: auto;
  margin-top: 94px;
  min-width: 830px;
}
@media screen and (max-width: 768px) {
  .profile_top0 {
    width: 90%;
    height: auto;
    flex-direction: column;
    min-width: inherit;
    margin-top: 10px;
  }
}
.profile_top0 .profile_top1 {
  border-radius: 24px;
  border: #000 solid 1px;
  padding: 32px 40px;
  width: 376px;
  height: max-content;
}
@media screen and (max-width: 768px) {
  .profile_top0 .profile_top1 {
    width: auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .profile_top0 .profile_top1 {
    padding: 23px 2.5%;
  }
}
.profile_top0 .profile_top1 h3 {
  font-size: 24px;
  color: #112e53;
  text-align: center;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  margin-top: 0px;
}
.profile_top0 .profile_top1 p {
  color: #000;
  font-size: 13px;
  line-height: 1.9;
  min-width: 300px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .profile_top0 .profile_top1 p {
    margin: 0 10px;
    letter-spacing: -0.5px;
    min-width: auto;
  }
}
.profile_top0 .profile_top1 span {
  margin-right: 26px;
  width: 40px;
  display: inline-block;
}
.profile_top0 .profile_top1 .pro_span {
  margin-right: 25px !important;
  display: inline-block;
  width: 40px;
}
.profile_top0 .profile_top2 {
  border-radius: 24px;
  border: #112e53 solid 1px;
  padding: 32px 40px;
  width: 376px;
  height: max-content;
}
@media screen and (max-width: 768px) {
  .profile_top0 .profile_top2 {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .profile_top0 .profile_top2 {
    padding: 23px 2.5%;
  }
}
.profile_top0 .profile_top2 h3 {
  font-size: 24px;
  color: #112e53;
  text-align: center;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  margin-top: 0px;
}
.profile_top0 .profile_top2 p {
  color: #000;
  font-size: 13px;
  line-height: 1.9;
  margin-bottom: 0;
}

.wrapper {
  max-width: auto;
  width: 80%;
  margin: auto;
  max-width: 270px;
}

@media screen and (max-width: 1000px) {
  .wrapper {
    margin-right: 5%;
    margin-left: 5%;
  }
}
.test__container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.test__title {
  color: #fff;
  background-color: #000;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.test__box {
  position: relative;
  max-width: auto;
  width: 90%;
  margin: auto;
  max-width: 270px;
  margin-top: 15px;
}
.test__box a {
  color: #000 !important;
  font-size: 13px;
}
.test__box a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 105px;
  height: 1px;
  background: #000000;
  bottom: -1px; /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.5s; /*変形の時間*/
}
.test__box a:hover::after {
  transform: scale(1); /*ホバー後、x軸方向に1（相対値）伸長*/
}

.test__box2 a {
  color: #000 !important;
  font-size: 13px;
}
.test__box2 a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 163px;
  height: 1px;
  background: #000000;
  bottom: -1px; /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.5s; /*変形の時間*/
}
.test__box2 a:hover::after {
  transform: scale(1); /*ホバー後、x軸方向に1（相対値）伸長*/
}

.test__box3 a {
  color: #000 !important;
  font-size: 13px;
}
.test__box3 a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 105px;
  height: 1px;
  background: #000000;
  bottom: -1px; /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.5s; /*変形の時間*/
}
.test__box3 a:hover::after {
  transform: scale(1); /*ホバー後、x軸方向に1（相対値）伸長*/
}

.md_none {
  display: none;
}
@media screen and (max-width: 1020px) {
  .md_none {
    display: block;
  }
}

@media screen and (max-width: 1020px) {
  .pc_img {
    display: none;
  }
}

.family_con h2 {
  padding-top: 290px !important;
}
.family_con p {
  line-height: 1.5 !important;
}
@media screen and (max-width: 768px) {
  .family_con img {
    object-fit: contain !important;
  }
}

.test03 {
  margin-top: 38px;
}

.nav_parent02 {
  width: 170px !important;
  bottom: 0px !important;
}

.fa_header li {
  margin-top: 30px !important;
}

.footer_center_family nav {
  width: 72% !important;
}
@media screen and (max-width: 768px) {
  .footer_center_family nav {
    top: 132px !important;
  }
}

@media screen and (max-width: 768px) {
  .nav_child_family {
    left: 50% !important;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .fa_top_profile_box01 img {
    min-width: none !important;
  }
}
@media screen and (max-width: 480px) {
  .fa_top_profile_box01 img {
    width: 100% !important;
  }
}

.profile_name1_fa {
  letter-spacing: 5px !important;
}
.profile_name1_fa span {
  letter-spacing: 5px;
  margin-right: 12px;
}

.profile_box_right_fa {
  min-width: 450px;
}
@media screen and (max-width: 768px) {
  .profile_box_right_fa {
    min-width: inherit;
    margin-left: auto !important;
  }
}

.clinic_top1_fa img {
  width: 54vw !important;
}
@media screen and (max-width: 1300px) {
  .clinic_top1_fa img {
    width: 100% !important;
    height: 600px;
    object-fit: contain;
    width: 46vw;
  }
}
@media screen and (max-width: 768px) {
  .clinic_top1_fa img {
    width: 100%;
    height: auto;
    object-fit: inherit;
  }
}

.small_span {
  font-size: 11px;
}

.container_kondou .header {
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #112e53;
  padding-bottom: 10px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .container_kondou .header {
    width: 100%;
    margin: auto;
  }
}
.container_kondou .header h1 {
  text-align: left;
  font-size: 22px;
  color: #000;
}

.container_kondou .title-image {
  text-align: center;
  margin: 20px 0;
}

.container_kondou .title-image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .container_kondou .title-image img {
    object-fit: cover;
    object-position: left center;
    height: 100px;
  }
}

.container_kondou .timeline {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.container_kondou .timeline .timeline-item {
  display: flex;
  align-items: center;
}

.container_kondou .timeline .timeline-item .year {
  font-weight: bold;
  color: #007bff;
  margin-right: 10px;
  min-width: 80px;
}

.container_kondou .timeline .timeline-item .content {
  flex: 1;
}

.container_kondou .footer-image {
  text-align: right;
  margin-top: 20px;
}

.container_kondou .footer-image img {
  max-width: 400px;
  height: auto;
  width: 95vw;
}

.timeline-container {
  position: relative;
  margin: 20px auto;
  padding: 0 0px;
  max-width: 800px;
  margin: 20px 0 auto;
}
@media screen and (max-width: 768px) {
  .timeline-container {
    width: 100%;
  }
}
.timeline-container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 125px;
  width: 2px;
  background-color: #0b7ea3;
  top: 8px;
  bottom: 38px;
}
@media screen and (max-width: 480px) {
  .timeline-container::before {
    bottom: 39px;
  }
}
.timeline-container .timeline-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.timeline-container .timeline-item .year {
  width: 100px;
  text-align: left;
  margin-right: 20px;
  color: #000;
}
.timeline-container .timeline-item .circle {
  width: 12px;
  height: 12px;
  background-color: #0b7ea3;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.timeline-container .timeline-item .content {
  margin-left: 20px;
  flex: 1;
  color: #000;
  white-space: normal;
}

.collaboration-section {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .collaboration-section {
    width: 95vw;
    padding: 0px;
    margin-top: 115px;
  }
}

.collaboration-section h2 {
  font-size: 22px;
  margin-bottom: 20px;
  border-bottom: 1px solid #112e53;
  padding-bottom: 5px;
  color: #000;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  .collaboration-section h2 {
    font-size: 18px;
  }
}

.collaboration-section .content {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .collaboration-section .content {
    flex-direction: column;
  }
}

.collaboration-section .content .image {
  flex: 1;
}

.collaboration-section .content .image img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.collaboration-section .content .text {
  flex: 1.5;
}

.collaboration-section .content .text h3 {
  font-size: 28px;
  color: #112e53;
  margin-bottom: 10px;
  border-bottom: 1px solid #112e53;
  width: fit-content;
  font-weight: 400;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .collaboration-section .content .text h3 {
    margin-top: 0px;
  }
}

.collaboration-section .content .text p {
  margin-bottom: 10px;
  text-align: justify;
  color: #000;
  font-size: 18px;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .collaboration-section .content .text p {
    margin-right: 0px;
    font-size: 16px;
  }
}

.kondou_top p {
  max-width: 495px;
}
@media screen and (max-width: 1600px) {
  .kondou_top p {
    max-width: 400px;
  }
}

.kondou_clinic_feature_1_2 {
  padding-left: 0px;
  text-align: center;
  margin-top: 0;
}
.kondou_clinic_feature_1_2 img {
  width: 100%;
  max-width: 405px;
}

.kondou_clinic_feature_2 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kondou_clinic_feature_2 {
    text-align: left;
  }
}

.top_information01 h2,
.top_information01 span {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 30px;
  color: #112e53;
  border-bottom: 1px solid #112e53; /* アンダーラインの色と太さ */
  padding-bottom: 5px; /* テキストとアンダーラインの間隔 */
  width: fit-content;
}
.top_information01 span {
  padding-bottom: 1px;
}
@media screen and (max-width: 768px) {
  .top_information01 span {
    padding-bottom: 1px; /* テキストとアンダーラインの間隔 */
  }
}

.kondou_top_information01 {
  max-width: 548px;
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .kondou_top_information01 h2,
  .kondou_top_information01 span {
    font-size: 28px;
    border-bottom: 1px solid #112e53 !important;
    padding-bottom: 0px !important;
  }
}

.kondou_top_infomation {
  align-items: center;
  gap: 64px;
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .kondou_top_infomation {
    gap: 14px;
  }
}

.kondou_clinic_feature {
  margin-top: 151px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .kondou_clinic_feature {
    margin-top: 60px;
    margin-bottom: 20px;
  }
}

.container_kondou {
  max-width: 1200px;
  margin: auto;
  width: 95%;
}

.timeline-container_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1020px) {
  .timeline-container_wrap {
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
}

.clinic_top0 .kondou_top1 {
  max-width: 1004px;
}
@media screen and (max-width: 1020px) {
  .clinic_top0 .kondou_top1 img {
    width: 100%;
    height: auto;
    object-fit: inherit;
  }
}

.kondou_top04 img {
  max-width: 514px;
}

.kondou_top_profile_box01 {
  justify-content: center;
}

.kondou_top_profile_box01 img {
  max-width: 250px;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .clinic_feature_3_1_kondou {
    font-size: 18px;
    padding: 10px 0;
  }
}

.profile_box_right1_kondou {
  min-width: 410px !important;
}
@media screen and (max-width: 768px) {
  .profile_box_right1_kondou {
    min-width: auto !important;
  }
}

.profile_box_right1_kondou p {
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .profile_line_img_kondou {
    width: 100%;
    margin-right: 5%;
  }
}

.profile_line_kondou p {
  font-size: 16px !important;
}

@media screen and (max-width: 768px) {
  .profile_table_kondou tr {
    line-height: 26px !important;
    font-size: 16px;
  }
}

.footer_logo_kondou {
  width: 245px;
}

@media screen and (max-width: 1200px) {
  .footer_mid_kondou {
    text-align: center;
  }
}

.k_name01 {
  letter-spacing: 4px;
}

.kondou_inner h1 img {
  width: 285px !important;
}
@media screen and (max-width: 768px) {
  .kondou_inner h1 img {
    width: 185px !important;
  }
}

@media screen and (max-width: 768px) {
  .footer_left_kondou img {
    width: 210px !important;
  }
}

.kondou_top0 {
  justify-content: center;
}
@media screen and (max-width: 1020px) {
  .kondou_top0 {
    flex-direction: column;
  }
}

.kondou_top_profile_box01 {
  gap: 55px;
}

.profile_box_right1_kondou {
  text-align: left;
}

.profile_box_right1_kondou .profile_position,
.profile_box_right1_kondou .profile_name1,
.profile_box_right1_kondou .profile_name {
  text-align: left;
}

.br_none {
  display: block;
}
@media screen and (max-width: 480px) {
  .br_none {
    display: none;
  }
}

.affiliated-hospitals {
  text-align: center;
}
.affiliated-hospitals .title {
  font-size: 24px;
  margin-bottom: 10px;
}
.affiliated-hospitals .title span {
  font-size: 16px;
  display: block;
  margin-top: 5px;
}
.affiliated-hospitals .description {
  font-size: 20px;
  font-family: "M PLUS 1p", sans-serif;
  color: #000;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .affiliated-hospitals .description {
    font-size: 16px;
    text-align: left;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.affiliated-hospitals .button-group {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .affiliated-hospitals .button-group {
    width: 100%;
    gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .affiliated-hospitals .button-group {
    line-height: 25px;
    flex-direction: column;
    align-items: center;
  }
}
.affiliated-hospitals .button-group .btn {
  color: #112e53;
  letter-spacing: 2px;
  display: inline-block;
  width: 25.5208333333vw;
  height: 77px;
  font-size: 20px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 77px;
  background-color: #e4e6ed;
  border: none;
  max-width: 220px;
  letter-spacing: 0px;
}
@media screen and (max-width: 768px) {
  .affiliated-hospitals .button-group .btn {
    height: 50px;
    line-height: 25px;
    font-size: 14px;
    max-width: 220px;
  }
}
@media screen and (max-width: 480px) {
  .affiliated-hospitals .button-group .btn {
    width: 220px;
  }
}
.affiliated-hospitals .content-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 70px;
  margin-bottom: 135px;
}
@media screen and (max-width: 1020px) {
  .affiliated-hospitals .content-section {
    width: 100%;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .affiliated-hospitals .content-section {
    gap: 0px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .affiliated-hospitals .content-section img {
    width: 100%;
  }
}
.affiliated-hospitals .content-section .hospital-image {
  width: 40%;
  margin-right: 20px;
}
.affiliated-hospitals .content-section .content-text {
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .affiliated-hospitals .content-section .content-text {
    width: 90%;
    margin: auto;
  }
}
.affiliated-hospitals .content-section .content-text h3 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 38px;
  margin-bottom: 10px;
  color: #112e53;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .affiliated-hospitals .content-section .content-text h3 {
    font-size: 32px;
  }
}
.affiliated-hospitals .content-section .content-text p {
  font-size: 20px;
  font-family: "M PLUS 1p", sans-serif;
  color: #000;
  max-width: 440px;
}
@media screen and (max-width: 768px) {
  .affiliated-hospitals .content-section .content-text p {
    font-size: 16px;
    max-width: auto;
  }
}

.h_shirakawa {
  left: -40px;
}

.shirakawa_f nav {
  right: -33%;
}
@media screen and (max-width: 768px) {
  .shirakawa_f li {
    width: auto;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .shirakawa_f li a {
    padding: 3px 0px 3px 0;
  }
}

.contact_footer_shirakawa {
  margin-top: 0;
}

.nav_child_shirakawa {
  top: 16px !important;
}

@media screen and (max-width: 768px) {
  .footer_logo_shirakawa {
    top: -236px;
  }
}

@media screen and (max-width: 768px) {
  .footer_mid_shirakawa {
    margin-top: 308px;
  }
}

.back_img01 {
  margin-top: -157px !important;
}

.clinic_top001 {
  align-items: center;
}

.shirakawa_top {
  margin-top: 0 !important;
}

.shirakawa_header h1 {
  padding-top: 46px;
}

.nav_parent003 {
  bottom: 7px !important;
}

.shirakawa_title {
  font-size: 40px !important;
}
@media screen and (max-width: 1200px) {
  .shirakawa_title {
    font-size: 30px !important;
  }
}

.main .clinic_main2 .clinic_shirakawa p {
  letter-spacing: 0px !important;
}

@media screen and (max-width: 768px) {
  .profile_00_shieakawa {
    margin-bottom: 30px !important;
  }
}

.news-box-wrapper {
  border-bottom: #4b7282 1px solid;
}

.top_clinic_box_upper_shirakawa {
  padding: 0 20%;
}/*# sourceMappingURL=style.css.map */