@charset "UTF-8";
.inner {
  max-width: 1100px;
  margin: 0 auto;
}

#wrapper {
  float: none;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    float: none;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-size: contain;
  }
}
.btn a:hover {
  opacity: 0.7;
}

.gray {
  color: #48585e;
}

body {
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif, Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fs16 {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.007em;
}

.line_break {
  padding-top: 25px;
}

@media screen and (max-width: 767px) {
  .fs16 {
    font-size: 14px;
  }
  .line_break {
    padding-top: 20px;
  }
} /*max-width:767px*/
@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
} /*min-width:768px*/
@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
} /*max-width:767px*/
.po_none {
  pointer-events: none;
}

.header .header__inner .logo__wrap,
header .header__inner .logo__wrap {
  padding: 0;
}

.header .header__inner .logo__wrap a,
header .header__inner .logo__wrap a {
  color: #3c3c3c;
}

@media screen and (max-width: 767px) {
  #fv .sec__inner .sec_main_cnt figure {
    height: 100%;
  }
  #fv .sec__inner .sec_main_cnt figure img {
    height: 100%;
    object-fit: cover;
  }
} /*max-width:767px*/
.header .header__inner .logo__wrap a,
header .header__inner .logo__wrap a {
  font-family: "Zen Maru Gothic", sans-serif;
}

footer .footer__upper h2.site_name a {
  font-family: "Zen Maru Gothic", sans-serif;
}

#fv {
  position: relative;
  z-index: 10;
}

.br20 {
  border-radius: 20px;
}

#front-page section#total_care .sec_ttl__wrap .animals__wrap.__left {
  left: -50px;
}

@media screen and (max-width: 767px) {
  #front-page section#total_care .sec_ttl__wrap .animals__wrap.__left {
    left: 20px;
  }
} /*max-width:767px*/
#front-page section#schedule .sec_ttl__wrap .animals__wrap.__left {
  bottom: -50px;
}

#front-page section#schedule .sec_ttl__wrap .animals__wrap.__right {
  right: 120px;
  bottom: -50px;
}

@media screen and (max-width: 767px) {
  #front-page section#schedule .sec_ttl__wrap .animals__wrap.__right {
    right: 0;
    bottom: -20px;
    width: 150px;
    z-index: 0;
  }
} /*max-width:767px*/
#front-page section#total_care .cares__wrap li a {
  gap: 0 20px;
}

#front-page section.fv .imgs__wrap .fv_animation._bg._BL {
  bottom: -12vh;
}

#front-page section.fv {
  height: 100%;
}

.bg_orange .sec__inner {
  padding: 0 5% 8em;
}

.top_box01 .elem {
  color: #3c3c3c;
}
.top_box01 p {
  line-height: 1.5;
  color: #3c3c3c;
}

#front-page section#website_dsc h2 {
  color: #3c3c3c;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}

#front-page section#website_dsc p {
  line-height: 1.8;
  color: #3c3c3c;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

#front-page section#website_dsc a.btn._secondary {
  font-family: "Zen Maru Gothic", sans-serif;
}

section .sec__inner .sec_ttl__wrap h2.gray_tit {
  color: #3c3c3c;
}

#front-page section#relations .sec_ttl__wrap p {
  color: #3c3c3c;
}

#front-page section#total_care .sec_ttl__wrap p {
  color: #3c3c3c;
}

#front-page section#faq .sec_main_cnt ul.faq__wrap li label.question {
  color: #3c3c3c;
}

#front-page section#faq .sec_main_cnt ul.faq__wrap li label.question:has(input:checked) ~ p.answer {
  color: #3c3c3c;
}

.top_btn_wrap01 {
  display: flex;
  gap: 0 20px;
}

.top_btn_wrap01 a {
  width: 180px;
  line-height: 42px;
  font-size: clamp(12px, 1.5vw, 18px) !important;
}

.top_btn_wrap01 a img {
  width: 20px !important;
  height: auto !important;
}

@media screen and (max-width: 767px) {
  .top_btn_wrap01 {
    flex-direction: column;
    gap: 10px 0;
  }
  .top_btn_wrap01 a {
    width: 20rem !important;
    height: 4rem !important;
    font-size: clamp(16px, 3.6vw, 18px) !important;
  }
} /*max-width:767px*/
#page-about #philosophy .sec__inner .sec_main_cnt ul li p {
  font-size: 16px;
}

#page-about section#philosophy > .animals__wrap {
  bottom: 90px;
}

.gray_wrap {
  background: #f3f3f3;
}

@media screen and (max-width: 767px) {
  .gray_wrap {
    background: #f9f9f9;
  }
} /*max-width:767px*/
.about_box01 {
  background: url(../../img/bg.jpg) top center repeat;
}

@media screen and (min-width: 768px) {
  #page-about section#philosophy.about_common_bg::before {
    width: 100%;
    height: 550px;
    background: url(../../img/about_bg.jpg) top center no-repeat;
    background-size: cover;
    aspect-ratio: 0;
    top: -400px;
    left: 0;
  }
} /*min-width:768px*/
@media screen and (max-width: 767px) {
  #page-about #philosophy .sec__inner {
    padding-top: 0;
  }
} /*max-width:767px*/
#page-about #philosophy .sec__inner {
  padding: 80px 0;
  color: #3c3c3c;
}
#page-about #philosophy .sec__inner .sec_ttl__wrap .sub_ttl {
  color: #3c3c3c;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 30px;
}
#page-about #philosophy .sec__inner .sec_main_cnt ul li {
  margin-bottom: 30px;
}
#page-about #philosophy .sec__inner .sec_main_cnt ul li h3 {
  color: #3c3c3c;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 20px;
}
#page-about #philosophy .sec__inner .sec_main_cnt ul li p {
  color: #3c3c3c;
}

@media screen and (max-width: 767px) {
  #page-about #philosophy .sec__inner {
    padding: 30px 0;
  }
  #page-about #philosophy .sec__inner .sec_ttl__wrap .sub_ttl {
    font-size: clamp(1.6rem, 4.4vw, 2.2rem);
    margin-bottom: 30px;
  }
  #page-about #philosophy .sec__inner .sec_main_cnt ul li {
    margin-bottom: 20px;
  }
  #page-about #philosophy .sec__inner .sec_main_cnt ul li h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
} /*max-width:767px*/
.features_box {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.features_box .wrap {
  max-width: 900px;
  border-radius: 30px;
  background: #f0ebd2;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.06);
  padding: 40px 30px;
  margin-bottom: 40px;
  position: relative;
  display: grid;
  grid-template-columns: 43.37% 51.81%;
  justify-content: space-between;
  align-items: center;
}
.features_box .wrap .num {
  position: absolute;
  height: 50px;
  left: -30px;
  top: -30px;
}
.features_box .wrap .num img {
  height: 100%;
  width: auto;
}
.features_box .wrap figure {
  border-radius: 20px;
  overflow: hidden;
}
.features_box .wrap .content p {
  color: #333;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.features_box .wrap:nth-of-type(even) {
  margin: 0 0 60px auto;
}
.features_box .wrap:nth-of-type(even) .num {
  left: auto;
  right: -30px;
}
.features_box .wrap:last-of-type {
  margin-bottom: 0;
  grid-template-columns: 51.81% 43.37%;
}
.features_box .wrap:last-of-type figure {
  order: 2;
}
.features_box .wrap:last-of-type .content {
  order: 1;
}
.features_box .wrap .tit {
  text-align: left;
  color: #52b5d5;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .features_box .wrap {
    border-radius: 16px;
    padding: 30px 20px;
    margin-bottom: 40px;
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .features_box .wrap .num {
    height: 30px;
    left: 20px;
    top: -15px;
  }
  .features_box .wrap figure {
    border-radius: 10px;
  }
  .features_box .wrap:nth-of-type(even) {
    margin: 0 0 30px auto;
  }
  .features_box .wrap:nth-of-type(even) .num {
    right: 20px;
  }
  .features_box .wrap:last-of-type {
    grid-template-columns: 100%;
  }
  .features_box .wrap:last-of-type figure {
    order: 1;
  }
  .features_box .wrap:last-of-type .content {
    order: 2;
  }
  .features_box .wrap .tit {
    text-align: center;
    font-size: clamp(20px, 6vw, 30px);
  }
} /*max-width:767px*/
section .sec__inner.greeting_inner {
  margin-top: -1px;
}

.greeting_wrap .greeting_box {
  max-width: 959px;
  padding: 0 20px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 37.72% 57.02%;
  justify-content: space-between;
  align-items: flex-start;
}
.greeting_wrap .greeting_box figure {
  border-radius: 20px;
  overflow: hidden;
}
.greeting_wrap .greeting_box .content {
  border-radius: 20px;
  background: url(../img/pages/about/greeting_bg.jpg) top center no-repeat;
  background-size: cover;
  padding: 30px;
  position: relative;
}
.greeting_wrap .greeting_box .content .cat {
  position: absolute;
  width: 105px;
  right: -60px;
  top: -50px;
}
.greeting_wrap .greeting_box .content p {
  color: #615839;
  line-height: 1.5;
}
.greeting_wrap .greeting_box .content .name {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .greeting_wrap .greeting_box {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .greeting_wrap .greeting_box figure {
    border-radius: 10px;
  }
  .greeting_wrap .greeting_box .content {
    border-radius: 10px;
    padding: 30px 20px;
  }
} /*max-width:767px*/
@media screen and (max-width: 767px) {
  #page-about section#philosophy::before {
    top: -20px;
  }
} /*max-width:767px*/
@media screen and (max-width: 767px) {
  .common_bg {
    background: url(../img/common/bg/sp_bg.jpg) top center repeat;
    position: relative;
  }
  .common_bg::before {
    position: absolute;
    content: "";
    width: 100% !important;
    height: 180px !important;
    background: url(../img/common/bg/sp_wave_bg.jpg) top center no-repeat !important;
    background-size: cover !important;
    left: 0 !important;
    top: -80px !important;
    z-index: 0;
    translate: 0 0 !important;
  }
} /*max-width:767px*/
.common_bg {
  background: url(../img/common/bg/sp_bg.jpg) top center repeat;
}

@media screen and (max-width: 767px) {
  .about_common_bg {
    background: url(../img/common/bg/sp_bg.jpg) top center repeat;
    position: relative;
  }
  .about_common_bg::before {
    position: absolute;
    content: "";
    width: 100% !important;
    height: 180px !important;
    background: url(../img/common/bg/sp_wave_bg.jpg) top center no-repeat !important;
    background-size: cover !important;
    left: 0 !important;
    top: -80px !important;
    z-index: 1;
    translate: 0 0 !important;
  }
} /*max-width:767px*/
@media screen and (max-width: 767px) {
  #front-page section#website_dsc {
    padding: 5.9333333333vw 8.2666666667vw 30.5vw;
  }
} /*max-width:767px*/
.archive #main_content__wrap {
  align-items: flex-start;
}
.archive #main_content__wrap #articles_list ul#articles__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 3%;
}
.archive #main_content__wrap #articles_list ul#articles__wrap li {
  height: auto;
  aspect-ratio: 0;
}

#side_menu .cat_tit {
  color: #48585e;
  font-weight: 500;
}
#side_menu .widget-area ul li {
  margin-bottom: 40px;
  line-height: 1.2;
}
#side_menu .widget-area ul li:last-child {
  margin-bottom: 0;
}
#side_menu .widget-area ul li.current-cat a {
  color: #52b5d5;
}
#side_menu .widget-area ul li a {
  color: #48585e;
  font-weight: 500;
  position: relative;
}
#side_menu .widget-area ul li a::after {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  background: url(../../img/cat_btn.png) no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .archive #main_content__wrap #articles_list ul#articles__wrap {
    grid-template-columns: 100%;
    gap: 30px 0;
  }
  .archive #main_content__wrap #articles_list {
    flex-direction: column;
  }
} /*max-width:767px*/
.single_box {
  padding-top: 180px;
  background: url(../../img/bg.jpg) top left repeat;
  position: relative;
  z-index: 1;
}
.single_box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 590px;
  background: url(../../img/single_bg.jpg) center center no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
.single_box #main_content__wrap {
  padding-bottom: 11.4285714286vw;
  width: 94.27%;
  margin-left: auto;
  display: grid;
  grid-template-columns: 61.61% 31.76%;
  justify-content: space-between;
  align-items: flex-start;
}
.single_box #main_content__wrap #main_content {
  padding: 0;
}
.single_box #main_content__wrap #main_content #article_content {
  padding: 100px 8%;
}
.single_box #main_content__wrap #side_menu {
  background: #fff;
  padding: 70px 15% 80px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
  margin-bottom: 1100px;
  flex-direction: column;
}
.single_box #main_content__wrap #side_menu .single_cat_area {
  margin-bottom: 80px;
}
.single_box #main_content__wrap #side_menu .cat_tit {
  color: #48585e;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
  font-size: clamp(20px, 2.2vw, 30px);
}
.single_box #main_content__wrap #side_menu .widget-area ul li {
  margin-bottom: 40px;
  line-height: 1.2;
}
.single_box #main_content__wrap #side_menu .widget-area ul li:last-child {
  margin-bottom: 0;
}
.single_box #main_content__wrap #side_menu .widget-area ul li.current-cat a {
  color: #52b5d5;
}
.single_box #main_content__wrap #side_menu .widget-area ul li a {
  color: #48585e;
  font-weight: 500;
  position: relative;
  display: block;
  font-size: clamp(18px, 1.8vw, 24px);
}
.single_box #main_content__wrap #side_menu .widget-area ul li a::after {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  background: url(../../img/cat_btn.png) no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.single_box #main_content__wrap #side_menu .animals__wrap {
  width: 360px;
  position: absolute;
  right: 5%;
  bottom: -1100px;
}
.single_box #main_content__wrap #side_menu .new_blog .tit {
  font-weight: 500;
  color: #48585e;
  font-size: 19px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.single_box #main_content__wrap #side_menu .new_blog #articles__wrap {
  display: block;
}
.single_box #main_content__wrap #side_menu .new_blog #articles__wrap li:first-child a {
  border-top: 1px solid #777777;
}
.single_box #main_content__wrap #side_menu .new_blog #articles__wrap li a {
  text-decoration: none;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #777777;
}
.single_box #main_content__wrap #side_menu .new_blog #articles__wrap li a .time_area {
  display: flex;
  justify-content: flex-start;
  gap: 0 15px;
  align-items: center;
  margin-bottom: 10px;
}
.single_box #main_content__wrap #side_menu .new_blog #articles__wrap li a .time_area .tag {
  line-height: 1;
  background: #52b5d5;
  text-align: center;
  padding: 2px 5px;
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
}
.single_box #main_content__wrap #side_menu .new_blog #articles__wrap li a .time_area .published_date {
  font-size: 14px;
  color: #777;
  font-weight: bold;
}
.single_box #main_content__wrap #side_menu .new_blog #articles__wrap li a .article_title {
  font-size: 18px;
  color: #48585e;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .single_box #main_content__wrap {
    width: 100%;
    grid-template-columns: 100%;
    gap: 30px 0;
    padding: 0 20px;
    padding-bottom: 11.4285714286vw;
  }
  .single_box #main_content__wrap #main_content #article_content {
    padding: 60px 20px;
  }
  .single_box #main_content__wrap #side_menu {
    padding: 30px 20px;
    margin-bottom: 0;
    border-radius: 20px;
  }
  .single_box #main_content__wrap #side_menu .single_cat_area {
    margin-bottom: 40px;
  }
  .single_box #main_content__wrap #side_menu .cat_tit {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .single_box #main_content__wrap #side_menu .widget-area ul li {
    margin-bottom: 20px;
  }
  .single_box #main_content__wrap #side_menu .widget-area ul li a {
    font-size: 18px;
  }
  .single_box #main_content__wrap #side_menu .widget-area ul li a::after {
    width: 20px;
    height: 20px;
    background: url(../../img/cat_btn.png) no-repeat;
    background-size: contain;
  }
  .single_box #main_content__wrap #side_menu .animals__wrap {
    display: none;
  }
  .single_box #main_content__wrap #side_menu .new_blog .tit {
    font-size: 18px;
  }
  .single_box #main_content__wrap #side_menu .new_blog #articles__wrap li a .time_area {
    gap: 0 10px;
  }
  .single_box #main_content__wrap #side_menu .new_blog #articles__wrap li a .time_area .tag {
    font-size: 10px;
  }
  .single_box #main_content__wrap #side_menu .new_blog #articles__wrap li a .time_area .published_date {
    font-size: 12px;
  }
  .single_box #main_content__wrap #side_menu .new_blog #articles__wrap li a .article_title {
    font-size: 16px;
  }
} /*max-width:767px*/
@media screen and (min-width: 768px) {
  .news_box_wrap .animal_icon01 {
    display: none;
  }
  .news_box_wrap .animal_icon02 {
    display: none;
  }
} /*min-width:768px*/
@media screen and (max-width: 767px) {
  .archive #main_content__wrap.news_box_wrap {
    padding-bottom: 20.4285714286vw;
  }
  .news_box_wrap {
    position: relative;
  }
  .news_box_wrap .animal_icon01 {
    position: absolute;
    width: 130px;
    left: 10px;
    top: 0;
    z-index: 1;
  }
  .news_box_wrap .animal_icon02 {
    position: absolute;
    width: 120px;
    right: 10%;
    bottom: -15px;
    z-index: 1;
  }
} /*max-width:767px*/
.archive #main_content__wrap #articles_list.news_list ul#articles__wrap.news_wrap {
  display: block;
}
.archive #main_content__wrap #articles_list.news_list ul#articles__wrap.news_wrap li {
  margin-inline: 0;
}

.another_article {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10%;
  margin-top: 80px;
  padding: 0 20px;
}
.another_article .nav-below a {
  display: block;
  width: 193px;
  text-decoration: none;
  text-align: center;
  color: #52b5d5;
  line-height: 45px;
  font-weight: bold;
  background: #fff;
  font-size: 16px;
  border: 2px solid #52b5d5;
  border-radius: 30px;
  position: relative;
  padding-right: 20px;
}
.another_article .nav-below a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../img/next_btn.png) no-repeat;
  background-size: contain;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.another_article .next {
  font-size: 0;
}
.another_article .next a {
  font-size: 16px;
  text-decoration: none;
  color: #48585e;
  position: relative;
  font-weight: 500;
}
.another_article .next a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../img/next_btn.png) no-repeat;
  background-size: contain;
  right: -40px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.another_article .prev {
  font-size: 0;
}
.another_article .prev a {
  font-size: 16px;
  text-decoration: none;
  color: #48585e;
  position: relative;
  font-weight: 500;
}
.another_article .prev a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../img/prev_btn.png) no-repeat;
  background-size: contain;
  left: -40px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.another_article .nav-below a {
  display: block;
  width: 193px;
  text-decoration: none;
  text-align: center;
  color: #52b5d5;
  line-height: 45px;
  font-weight: bold;
  background: #fff;
  font-size: 16px;
  border: 2px solid #52b5d5;
  border-radius: 30px;
  position: relative;
  padding-right: 20px;
}

.another_article .nav-below a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../img/next_btn.png) no-repeat;
  background-size: contain;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.another_article .next {
  font-size: 0;
}

.another_article .next a {
  font-size: 16px;
  text-decoration: none;
  color: #48585e;
  position: relative;
  font-weight: 500;
}

.another_article .next a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../img/next_btn.png) no-repeat;
  background-size: contain;
  right: -40px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.another_article .prev {
  font-size: 0;
}

.another_article .prev a {
  font-size: 16px;
  text-decoration: none;
  color: #48585e;
  position: relative;
  font-weight: 500;
}

.another_article .prev a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../img/prev_btn.png) no-repeat;
  background-size: contain;
  left: -40px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .sp_another_article {
    margin-top: 40px;
  }
  .sp_another_article .sp_another_article_wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 30px;
  }
  .sp_another_article .sp_another_article_wrap .next {
    font-size: 0;
  }
  .sp_another_article .sp_another_article_wrap .next a {
    font-size: 16px;
    text-decoration: none;
    color: #48585e;
    position: relative;
    font-weight: 500;
  }
  .sp_another_article .sp_another_article_wrap .next a::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../img/next_btn.png) no-repeat;
    background-size: contain;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .sp_another_article .sp_another_article_wrap .prev {
    font-size: 0;
  }
  .sp_another_article .sp_another_article_wrap .prev a {
    font-size: 16px;
    text-decoration: none;
    color: #48585e;
    position: relative;
    font-weight: 500;
  }
  .sp_another_article .sp_another_article_wrap .prev a::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../img/prev_btn.png) no-repeat;
    background-size: contain;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .sp_another_article .nav-below a {
    display: block;
    width: 193px;
    text-decoration: none;
    text-align: center;
    color: #52b5d5;
    padding-right: 20px;
    line-height: 45px;
    font-weight: bold;
    background: #fff;
    font-size: 16px;
    margin: 0 auto;
    border: 2px solid #52b5d5;
    border-radius: 30px;
    position: relative;
  }
  .sp_another_article .nav-below a::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../img/next_btn.png) no-repeat;
    background-size: contain;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
} /*max-width:767px*/
.news_single_box {
  position: relative;
}
.news_single_box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 2870/328;
  background: url(../img/pages/article/category_news_main_bottom.png) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .news_single_box::after {
    content: none;
  }
} /*max-width:767px*/
.single #page_nav__wrap .page_nav {
  font-size: 16px;
  color: #3c3c3c;
  font-weight: 500;
}

.single #page_nav__wrap .page_nav img {
  width: 27px;
  height: auto;
}

.single #page_nav__wrap .btn._secondary {
  width: 193px;
  line-height: 43px;
  font-size: 16px;
  border-width: 2px;
  padding-top: 0;
  padding-bottom: 0;
}

.single #page_nav__wrap .btn._secondary img {
  width: 20px !important;
  height: auto;
}

.single article#article_content .f_yc {
  padding-top: 0;
}
.single article#article_content img {
  margin-bottom: 30px;
}

.single #main_content {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .animal_icon {
    display: none;
  }
} /*min-width:768px*/
@media screen and (max-width: 767px) {
  .news_single_box {
    position: relative;
  }
  .news_single_box .animal_icon {
    position: absolute;
    width: 150px;
    left: 0;
    bottom: -30px;
  }
} /*max-width:767px*/
@media screen and (max-width: 767px) {
  body.under_page {
    background: none !important;
  }
} /*max-width:767px*/
.subhead01 {
  color: #48585e;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  font-size: clamp(28px, 3vw, 38px);
}

@media screen and (max-width: 767px) {
  .subhead01 {
    margin-bottom: 20px;
    font-size: clamp(20px, 56vw, 28px);
  }
} /*max-width:767px*/
.recruit_box01 {
  padding: 0 20px;
}
.recruit_box01 .recruit_box01_inner {
  padding: 100px 0 300px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.recruit_box01 .recruit_box01_inner .animal_icon02 {
  position: absolute;
  left: -80px;
  bottom: 70px;
  width: 206px;
  z-index: 10;
}
.recruit_box01 .recruit_box01_inner .animal_icon03 {
  width: 410px;
  position: absolute;
  bottom: 100px;
  right: -200px;
  z-index: 10;
}
.recruit_box01 .recruit_box01_inner .txt {
  margin-bottom: 140px;
}
.recruit_box01 .recruit_box01_inner .wrap {
  position: relative;
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 4%;
}
.recruit_box01 .recruit_box01_inner .wrap .animal_icon01 {
  position: absolute;
  width: 66px;
  top: -100px;
  right: 30px;
}
.recruit_box01 .recruit_box01_inner .wrap dl {
  border-radius: 30px;
  background: #fff;
  padding-inline: 40px 33px;
  padding-block: 40px 17px;
}
.recruit_box01 .recruit_box01_inner .wrap dl dt {
  text-align: center;
  color: #52b5d5;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  font-size: clamp(20px, 2.2vw, 30px);
  text-align: start;
}
.recruit_box01 .recruit_box01_inner .wrap dl dt span {
  font-size: 23px;
}
.recruit_box01 .recruit_box01_inner .wrap .dl-top {
  display: flex;
  gap: 40px;
}
.recruit_box01 .recruit_box01_inner .wrap .dl-top dl {
  width: 50%;
}
.recruit_box01 .recruit_box01_inner .wrap .dl-btm {
  border-radius: 30px;
  background: #fff;
  padding: 40px 5% 17px;
  display: flex;
  align-items: end;
  gap: 52px;
}
.recruit_box01 .recruit_box01_inner .wrap .dl-btm dl {
  max-width: 506px;
  padding: 0;
}
.recruit_box01 .recruit_box01_inner .wrap .dl-btm .work-content {
  max-width: 467px;
  min-width: 40%;
  border-radius: 5px;
  background-color: #f8edc5;
  padding: 18px 25px;
  height: fit-content;
  margin-bottom: 15px;
}
.recruit_box01 .recruit_box01_inner .wrap .dl-btm .work-content .fs-16 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.recruit_box01 .recruit_box01_inner .wrap .dl-btm .work-content p:nth-of-type(1) {
  text-align: center;
}
.recruit_box01 .recruit_box01_inner .bottom_txt {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .recruit_box01 .recruit_box01_inner {
    padding: 50px 0 200px;
  }
  .recruit_box01 .recruit_box01_inner .animal_icon02 {
    left: 0;
    bottom: 80px;
    width: 100px;
  }
  .recruit_box01 .recruit_box01_inner .animal_icon03 {
    width: 220px;
    bottom: 80px;
    right: -130px;
  }
  .recruit_box01 .recruit_box01_inner .txt {
    margin-bottom: 80px;
  }
  .recruit_box01 .recruit_box01_inner .wrap {
    margin-bottom: 50px;
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .recruit_box01 .recruit_box01_inner .wrap .animal_icon01 {
    position: absolute;
    width: 50px;
    top: -60px;
    right: 10px;
  }
  .recruit_box01 .recruit_box01_inner .wrap dl {
    border-radius: 10px;
    padding: 30px 20px;
  }
  .recruit_box01 .recruit_box01_inner .wrap dl dt {
    margin-bottom: 15px;
    font-size: clamp(18px, 5.2vw, 26px);
  }
  .recruit_box01 .recruit_box01_inner .wrap dl dt span {
    font-size: 16px;
  }
  .recruit_box01 .recruit_box01_inner .wrap .dl-top {
    flex-direction: column;
    gap: 20px;
  }
  .recruit_box01 .recruit_box01_inner .wrap .dl-top dl {
    width: 100%;
  }
  .recruit_box01 .recruit_box01_inner .wrap .dl-btm {
    flex-direction: column;
    border-radius: 10px;
    gap: 60px;
  }
  .recruit_box01 .recruit_box01_inner .wrap .dl-btm dl {
    max-width: 100%;
  }
  .recruit_box01 .recruit_box01_inner .wrap .dl-btm .work-content {
    max-width: 100%;
    min-width: 100%;
  }
  .recruit_box01 .recruit_box01_inner .bottom_txt {
    text-align: justify;
  }
} /*max-width:767px*/
.recruit_box02 {
  padding: 0 20px 200px;
  position: relative;
  z-index: 1;
}
.recruit_box02::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 500px;
  background: url(../../img/recruit_bg.png) top center no-repeat;
  background-size: cover;
  left: 0;
  top: -180px;
  z-index: -1;
}
.recruit_box02 .recruit_box02_inner {
  max-width: 870px;
  margin: 0 auto;
}
.recruit_box02 .recruit_box02_inner .wrap {
  position: relative;
}
.recruit_box02 .recruit_box02_inner .wrap .animal_icon01 {
  position: absolute;
  width: 212px;
  left: 0;
  top: -140px;
}
.recruit_box02 .recruit_box02_inner .wrap .animal_icon02 {
  position: absolute;
  width: 156px;
  bottom: 33px;
  right: -143px;
}
.recruit_box02 .recruit_box02_inner .wrap .article_wrap {
  width: 100%;
}
.recruit_box02 .recruit_box02_inner .wrap .article_wrap article a {
  text-decoration: none;
  display: block;
  border: 6px solid #52b5d5;
  border-radius: 20px;
  padding: 30px;
}
.recruit_box02 .recruit_box02_inner .wrap .article_wrap article a .cat_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.recruit_box02 .recruit_box02_inner .wrap .article_wrap article a .cat_wrap .cat {
  line-height: 1;
  padding: 2px 8px;
  background: #52b5d5;
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
}
.recruit_box02 .recruit_box02_inner .wrap .article_wrap article a .cat_wrap time {
  font-size: 14px;
  color: #777;
  font-weight: bold;
}
.recruit_box02 .recruit_box02_inner .wrap .article_wrap article a .tit {
  color: #48585e;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  font-size: clamp(20px, 1.8vw, 24px);
}
.recruit_box02 .recruit_box02_inner .wrap .article_wrap article a .txt {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 767px) {
  .recruit_box02 {
    padding: 0 20px 100px;
  }
  .recruit_box02::after {
    height: 190px;
    background: url(../../img/sp_recruit_bg.png) top center no-repeat;
    background-size: cover;
    top: -140px;
  }
  .recruit_box02 .recruit_box02_inner .wrap .animal_icon01 {
    width: 150px;
    top: -90px;
    left: -30px;
  }
  .recruit_box02 .recruit_box02_inner .wrap .animal_icon02 {
    position: absolute;
    width: 100px;
    bottom: -80px;
    right: 0;
  }
  .recruit_box02 .recruit_box02_inner .wrap .article_wrap {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .recruit_box02 .recruit_box02_inner .wrap .article_wrap article a {
    border: 3px solid #52b5d5;
    border-radius: 10px;
    padding: 20px;
  }
  .recruit_box02 .recruit_box02_inner .wrap .article_wrap article a .cat_wrap .cat {
    font-size: 12px;
  }
  .recruit_box02 .recruit_box02_inner .wrap .article_wrap article a .cat_wrap time {
    font-size: 12px;
  }
  .recruit_box02 .recruit_box02_inner .wrap .article_wrap article a .tit {
    font-size: clamp(18px, 4vw, 20px);
  }
} /*max-width:767px*/
.recruit_box01 .recruit_box01_inner p {
  font-size: 16px;
  line-height: 33px;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .recruit_box01 .recruit_box01_inner p {
    font-size: 14px;
    letter-spacing: 0.007em;
    line-height: 1.8;
  }
} /*max-width:767px*/
.single_recruit_box02 {
  padding: 0 20px 200px;
  position: relative;
  z-index: 1;
}
.single_recruit_box02::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 500px;
  background: url(../../img/recruit_bg.png) top center no-repeat;
  background-size: cover;
  left: 0;
  top: -180px;
  z-index: -1;
}
.single_recruit_box02 .single_recruit_box01_inner {
  position: relative;
  max-width: 834px;
  margin: 0 auto;
}
.single_recruit_box02 .single_recruit_box01_inner .animal_icon01 {
  position: absolute;
  width: 212px;
  left: -50px;
  top: -120px;
}
.single_recruit_box02 .single_recruit_box01_inner .animal_icon02 {
  position: absolute;
  width: 156px;
  bottom: -117px;
  right: -156px;
}
.single_recruit_box02 .single_recruit_box01_inner .recruit_table_wrap {
  margin-bottom: 60px;
  border: 6px solid #78cce7;
  border-radius: 20px;
  padding: 60px 8%;
}
.single_recruit_box02 .btn a {
  display: block;
  width: 200px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: bold;
  background: #78cce7;
  font-size: 20px;
  border-radius: 100px;
  position: relative;
}
.single_recruit_box02 .btn a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .single_recruit_box02 {
    padding: 0 20px 100px;
  }
  .single_recruit_box02::after {
    height: 190px;
    background: url(../../img/sp_recruit_bg.png) top center no-repeat;
    background-size: cover;
    top: -140px;
  }
  .single_recruit_box02 .single_recruit_box01_inner .animal_icon01 {
    position: absolute;
    width: 150px;
    left: -30px;
    top: -80px;
  }
  .single_recruit_box02 .single_recruit_box01_inner .animal_icon02 {
    width: 100px;
    bottom: -50px;
    right: -30px;
  }
  .single_recruit_box02 .single_recruit_box01_inner .recruit_table_wrap {
    margin-bottom: 30px;
    border: 3px solid #78cce7;
    border-radius: 20px;
    padding: 30px 20px;
  }
} /*max-width:767px*/
.recruit_table {
  width: 100%;
  border-collapse: collapse;
}
.recruit_table tr {
  border-bottom: 1px solid #d0e3e9;
  display: flex;
  justify-content: space-around;
}
.recruit_table tr:first-of-type {
  padding-top: 0;
}
.recruit_table tr:last-of-type {
  border-bottom: none;
}

.recruit_table th {
  width: 30%;
  padding: 25px 20px 25px 0;
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
  font-weight: bold;
  color: #78cce7;
  max-width: 180px;
}

.recruit_table td {
  width: 70%;
  padding: 25px 20px 25px 0;
  font-size: 16px;
  text-align: left;
  color: #48585e;
  line-height: 1.5;
  vertical-align: middle;
  max-width: 478px;
}

.recruit_table .tr-t th {
  white-space: nowrap;
}

.recruit_table .tr-t-year th {
  white-space: nowrap;
  color: #48585e;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .recruit_table tr {
    padding: 15px 0;
    display: block;
  }
  .recruit_table th {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .recruit_table td {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1.4rem;
  }
}
.subhead {
  color: #48585e;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #48585e;
  text-align: center;
  margin-bottom: 50px;
  font-size: clamp(2.4rem, 2.2vw, 3rem);
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .subhead {
    margin-bottom: 20px;
    font-size: clamp(2rem, 6vw, 3rem);
  }
}
@media screen and (max-width: 767px) {
  .hum_links__menu.f_cc.to_clm {
    padding: 80px 0 200px;
  }
  .header .header__inner nav.hum_links__menu ul,
  header .header__inner nav.hum_links__menu ul:last-of-type {
    margin-top: 20px;
  }
  .sp_nav_wrap {
    overflow-y: scroll;
    width: 80%;
  }
}
.p_none {
  pointer-events: none;
}

.form_box {
  padding: 0 20px 150px;
  position: relative;
}

.form_box .icon01 {
  position: absolute;
  width: 250px;
  left: -50px;
  top: 25%;
  z-index: -1;
}

.form_box .form_inner {
  max-width: 920px;
  margin: 0 auto;
}

.form_box .form_inner .subhead {
  z-index: 2;
}

.form_box .form_inner .form_wrap {
  border: 6px solid #78cce7;
  border-radius: 20px;
  background: #f7f9fa;
  padding: 60px 10%;
  position: relative;
}

.form_box .form_inner .form_wrap .icon02 {
  position: absolute;
  width: 250px;
  right: -20px;
  top: -120px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .form_box {
    padding: 0 20px 60px;
  }
  .form_box .icon01 {
    position: absolute;
    width: 20%;
    left: 0;
    top: -50px;
  }
  .form_box .icon02 {
    width: 35%;
    position: absolute;
    right: -10px;
    top: -20px;
    z-index: 1;
  }
  .form_box .form_inner .form_wrap {
    border: 3px solid #78cce7;
    padding: 30px 20px;
  }
} /*max-width:767px*/
.form_row {
  margin-bottom: 30px;
}

.form_row .form_label {
  font-size: 16px;
  color: #48585e;
  margin-bottom: 10px;
  line-height: 1.2;
}

.form_row .form_label span {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  padding: 4px 10px;
  line-height: 1;
  background: #52b5d5;
  border-radius: 2px;
  margin-right: 10px;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel] {
  border: 1px solid #ddd;
  border-radius: 5px;
}

select {
  color: #787878;
  text-align: left;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 50px;
  font-size: 16px;
  padding-left: 20px;
}

.birth_wrap .wpcf7-form-control-wrap {
  position: relative;
}

.birth_wrap .wpcf7-form-control-wrap::after {
  position: absolute;
  content: "";
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #787878;
  border-right: 1px solid #787878;
  transform: rotate(135deg);
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto 0;
  pointer-events: none;
}

.birth_wrap {
  display: flex;
  gap: 0 15px;
  font-size: 16px;
  color: #48585e;
}

.birth_wrap .wrap {
  display: flex;
  align-items: flex-end;
  width: 95px;
  justify-content: space-between;
}

.birth_wrap .wrap .wpcf7-form-control-wrap {
  width: 73px;
}

.birth_wrap .wrap .wpcf7-form-control-wrap select {
  min-width: auto;
}

.birth_wrap .wrap.year {
  width: 130px;
}

.birth_wrap .wrap.year .wpcf7-form-control-wrap {
  width: 108px;
}

.wpcf7-not-valid-tip {
  font-size: 14px !important;
  margin-top: 10px;
}

.wpcf7 .form_input input[type=checkbox] {
  display: none;
}

.wpcf7 .form_input input[type=checkbox] + span {
  cursor: pointer;
  color: transparent;
  position: relative;
  margin: 0;
  padding-left: 40px;
  font-size: inherit;
  color: #333;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #d7d5d2;
  border-radius: 2px;
  background-color: #fff;
  box-sizing: border-box;
}

.wpcf7 .form_input input[type=checkbox] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.24em;
  left: 0.74em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #52b5d5;
  border-right: 3px solid #52b5d5;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]:checked + span {
  transition: all 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]:checked + span:before {
  opacity: 1;
  border: 1px solid #52b5d5;
  box-shadow: 0 0 2px 2px rgba(82, 181, 213, 0.5);
  background-color: #52b5d5;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: opacity 0.25s ease;
}

.wpcf7-list-item {
  margin-left: 50px !important;
}

.wpcf7-list-item .wpcf7-list-item-label {
  font-size: 16px !important;
  color: #48585e !important;
}

.wpcf7-list-item.first {
  margin-left: 0 !important;
}

.check_box .wpcf7-list-item {
  display: block !important;
  margin: 0 0 30px 0 !important;
}

.check_box .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 16px !important;
}

/* デフォルトのボタン */
input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

input[type=radio]:hover {
  cursor: pointer;
}

/* チェック前のボタン */
.wpcf7-list-item-label {
  padding-left: 28px;
  position: relative;
}

.wpcf7-list-item-label::before {
  background: #fff;
  position: absolute;
  border: 1px solid #374151;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  height: 18px;
  margin-bottom: auto;
  margin-right: 0.5em;
  display: inline-block;
  margin: auto 0;
  transition: background-color 0.5s; /* 色をじんわり変化させる */
  width: 18px;
  box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}

/* チェック後のボタン */
input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #52b5d5; /* チェック後の中心の色 */
  border: 1px solid #515151;
}

.wpcf7 .tc {
  text-align: center;
  position: relative;
  margin-top: 50px;
}

.wpcf7 .tc input[type=submit] {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  padding: 0 10px;
  line-height: 55px;
  box-shadow: none;
  border: 1px #52b5d5 solid;
  background-color: #52b5d5;
  color: #fff;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 auto;
  border-radius: 60px;
}

.wpcf7 .tc .wpcf7-spinner {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.wpcf7 .tc input[type=submit]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #52b5d5;
  transition: all 0.25s;
}

.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #52b5d5 solid;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 14px;
  color: #48585e;
}

@media screen and (max-width: 767px) {
  .form_row {
    margin-bottom: 20px;
  }
  .form_row .form_label {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .form_row .form_label span {
    font-size: 8px;
    color: #fff;
    padding: 2px 5px;
    margin-right: 5px;
  }
  select {
    height: 30px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 0;
  }
  .birth_wrap {
    gap: 0 7px;
  }
  .birth_wrap .wpcf7-form-control-wrap::after {
    right: 8px;
    width: 5px;
    height: 5px;
  }
  .birth_wrap {
    gap: 0 10px;
    font-size: 14px;
  }
  .birth_wrap .wrap {
    width: 70px;
  }
  .birth_wrap .wrap .wpcf7-form-control-wrap {
    width: 50px;
  }
  .birth_wrap .wrap.year {
    width: 90px;
  }
  .birth_wrap .wrap.year .wpcf7-form-control-wrap {
    width: 75px;
  }
  .wpcf7-not-valid-tip {
    font-size: 12px !important;
  }
  .wpcf7 .form_input input[type=checkbox] + span {
    padding-left: 30px;
  }
  .wpcf7 .form_input input[type=checkbox] + span:before {
    width: 20px;
    height: 20px;
  }
  .wpcf7 .form_input input[type=checkbox] + span:after {
    top: 0.2em;
    left: 0.54em;
  }
  .wpcf7-list-item {
    margin-left: 15px !important;
  }
  .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 14px !important;
  }
  .check_box .wpcf7-list-item {
    margin: 0 0 20px 0 !important;
  }
  .check_box .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 14px !important;
  }
  /* チェック前のボタン */
  .wpcf7-list-item-label {
    padding-left: 30px;
  }
  .wpcf7-list-item-label::before {
    height: 22px;
    width: 22px;
  }
  .wpcf7 .tc {
    margin-top: 30px;
  }
  .wpcf7 form .wpcf7-response-output {
    font-size: 12px;
  }
} /*max-width:767px*/
select,
textarea,
input[type=text],
input[type=email],
input[type=number],
input[type=tel] {
  font-size: 16px;
  color: #48585e;
}

.recruit_table_wrap {
  margin-bottom: 60px;
  border: 6px solid #78cce7;
  border-radius: 20px;
  padding: 60px 8%;
}

footer .footer__lower .copy {
  position: absolute;
  left: 0;
  bottom: 0;
}

footer .footer__inner .relative {
  display: flex;
  justify-content: space-between;
}

footer .absolute__wrap {
  position: static;
}

@media screen and (max-width: 767px) {
  footer .footer__lower .copy {
    position: static;
  }
  footer .footer__inner .relative {
    flex-direction: column;
  }
}
#page_service footer {
  background: #63bcd9;
}

footer .footer__upper h2.site_name a {
  font-family: "Zen Maru Gothic", sans-serif;
}

.holistic_pic_list {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3%;
}

.holistic_pic_list li img {
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .holistic_pic_list {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
  .holistic_pic_list li img {
    border-radius: 10px;
  }
} /*max-width:767px*/
.holistic_list {
  padding: 20px;
  background: #fff3e3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3%;
  max-width: 414px;
  margin-top: 20px;
}

.holistic_list li {
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .holistic_list {
    grid-template-columns: repeat(1, 1fr);
    max-width: 100%;
    gap: 5px 0;
  }
} /*max-width:767px*/
.dermatology_box02 .inner .holistic_icon01 {
  position: absolute;
  z-index: 0;
  width: 150px;
  top: -250px;
  left: -100px;
}

.dermatology_box02 .inner .holistic_icon02 {
  position: absolute;
  z-index: 0;
  width: 79px;
  top: -270px;
  right: -100px;
}

.dermatology_box02 .inner .holistic_icon03 {
  position: absolute;
  z-index: 0;
  width: 238px;
  top: -100px;
  left: -150px;
}

.dermatology_box02 .inner .holistic_icon04 {
  position: absolute;
  z-index: 0;
  width: 171px;
  top: -50px;
  right: -50px;
}

.dermatology_box02 .inner .holistic_icon05 {
  position: absolute;
  z-index: 0;
  width: 156px;
  top: 57%;
  left: -180px;
}

.dermatology_box02 .inner .holistic_icon06 {
  position: absolute;
  z-index: 0;
  width: 132px;
  bottom: 16%;
  right: -150px;
}

@media screen and (max-width: 767px) {
  .dermatology_box02 .inner .holistic_icon01 {
    width: 14%;
    top: -60px;
    left: 0;
  }
  .dermatology_box02 .inner .holistic_icon02 {
    width: 10%;
    top: -80px;
    right: 0;
  }
  .dermatology_box02 .inner .holistic_icon04 {
    width: 14%;
    top: -30px;
    right: -20px;
  }
} /*max-width:767px*/
.dermatology_box03 .inner .holistic_icon07 {
  position: absolute;
  z-index: 0;
  width: 55px;
  top: -170px;
  left: -80px;
}

.dermatology_box03 .inner .holistic_icon08 {
  position: absolute;
  z-index: 0;
  width: 84px;
  bottom: -200px;
  left: -80px;
}

@media screen and (max-width: 767px) {
  .dermatology_box03 .inner .holistic_icon08 {
    width: 18%;
    top: -100px;
    bottom: auto;
    left: 0;
  }
  .dermatology_box03 .inner .holistic_icon09 {
    position: absolute;
    z-index: 0;
    width: 30%;
    top: -120px;
    right: 0;
  }
} /*max-width:767px*/
.subject_btn_box {
  padding: 0 20px 200px;
  position: relative;
}

.subject_btn_box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 250px;
  background: url(../../img/subject_bg.png) top center no-repeat;
  background-size: cover;
  left: 0;
  top: -249px;
  z-index: -1;
}

.subject_btn_box .subhead {
  margin-bottom: 100px;
}

.subject_btn_box ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 2.5%;
}

.subject_btn_box ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #52b5d5;
  line-height: 72px;
  background: #fff;
  font-size: clamp(16px, 1.6vw, 20px);
  border: 3px solid #52b5d5;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0 5%;
  position: relative;
  border-radius: 50px;
  padding-left: 12%;
}

.subject_btn_box ul li a:hover {
  opacity: 0.7;
}

.subject_btn_box ul li a::after {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  background: url(../../img/btn_icon.png) no-repeat;
  background-size: contain;
  right: 10%;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.subject_btn_box ul li a img {
  width: 39px;
}

.subject_btn_box ul li a.active {
  background: #52b5d5;
  color: #fff;
  pointer-events: none;
}

.subject_btn_box ul li a.active::after {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  background: url(../../img/active_btn_icon.png) no-repeat;
  background-size: contain;
  right: 10%;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.subject_btn_box ul li:nth-child(2) a img {
  width: 50px;
}

.subject_btn_box ul li:nth-child(3) a img {
  width: 53px;
}

.subject_btn_box ul li:nth-child(4) a img {
  width: 40px;
}

.subject_btn_box ul li:nth-child(5) a img {
  width: 40px;
}

.subject_btn_box ul li:nth-child(6) a img {
  width: 44px;
}

@media screen and (max-width: 767px) {
  .subject_btn_box {
    padding: 0 20px 60px;
  }
  .subject_btn_box::after {
    height: 100px;
    background: url(../../img/sp_subject_bg.png) top center no-repeat;
    background-size: cover;
    top: -99px;
  }
  .subject_btn_box .subhead {
    margin-bottom: 60px;
  }
  .subject_btn_box ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
  .subject_btn_box ul li a {
    line-height: 50px;
    background: #fff;
    gap: 0 20px;
  }
  .subject_btn_box ul li a::after {
    width: 20px;
    height: 20px;
    background: url(../../img/btn_icon.png) no-repeat;
    background-size: contain;
  }
  .subject_btn_box ul li a img {
    width: 20px;
  }
  .subject_btn_box ul li a.active::after {
    width: 20px;
    height: 20px;
    background: url(../../img/active_btn_icon.png) no-repeat;
    background-size: contain;
  }
  .subject_btn_box ul li:nth-child(2) a img {
    width: 30px;
  }
  .subject_btn_box ul li:nth-child(3) a img {
    width: 33px;
  }
  .subject_btn_box ul li:nth-child(4) a img {
    width: 20px;
  }
  .subject_btn_box ul li:nth-child(5) a img {
    width: 20px;
  }
  .subject_btn_box ul li:nth-child(6) a img {
    width: 24px;
  }
} /*max-width:767px*/
.common_bg_area {
  position: relative;
  padding: 120px 20px 120px;
  color: #3c3c3c;
}

.common_bg_area::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../img/under_bg.jpg) top center repeat;
  left: 0;
  top: 0;
  z-index: -2;
}

.common_bg_area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 260px;
  background: url(../../img/under_wave.png) bottom center no-repeat;
  background-size: cover;
  left: 0;
  bottom: -260px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .common_bg_area {
    padding: 80px 20px 0;
  }
  .common_bg_area::before {
    height: 150px;
    background: url(../../img/sp_under_wave.png) bottom center no-repeat;
    background-size: cover;
    bottom: -149px;
  }
} /*max-width:767px*/
.teaser {
  padding-top: clamp(60px, 8.75vw, 126px);
  position: relative;
}

.teaser::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #f3f3f3;
  z-index: -2;
  left: 0;
  top: 0;
}

.teaser::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  background: url(../../img/under_teaser_bg.jpg) top center no-repeat;
  background-size: cover;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.teaser .teasaer_inner {
  max-width: 1280px;
  width: 88.8888888889%;
  border-radius: 6em;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.teaser .teasaer_inner .headline {
  font-size: 2.5rem;
  line-height: 1.4333333333;
  letter-spacing: 0.07em;
  width: -moz-max-content;
  width: max-content;
  padding: 0.3333333333em 0.8666666667em;
  position: absolute;
  top: 50%;
  left: 3em;
  translate: 0 -50%;
  background: #fff;
  border-radius: 0.465em;
}

@media screen and (max-width: 767px) {
  .teaser {
    padding-top: 25.4666666667vw;
  }
  .teaser::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 47%;
    background: url(../../img/sp_under_teaser_bg.jpg) top right no-repeat;
    background-size: cover;
    left: 0;
    bottom: -30px;
    z-index: -1;
  }
  .teaser .teasaer_inner {
    width: 90.4%;
    border-radius: 4vw;
  }
  .teaser .teasaer_inner .headline {
    font-size: 5.3333333333vw;
    line-height: 1.3;
    padding: 0.475em 1.075em;
    left: 0.825em;
  }
} /*max-width:767px*/
.subhead {
  color: #48585e;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #48585e;
  text-align: center;
  margin-bottom: 50px;
  font-size: clamp(2.4rem, 2.2vw, 3rem);
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .subhead {
    margin-bottom: 20px;
    font-size: clamp(2rem, 6vw, 3rem);
  }
} /*max-width:767px*/
.subhead02 {
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 50px;
  font-size: clamp(2.8rem, 2.4vw, 3.6rem);
}

@media screen and (max-width: 767px) {
  .subhead02 {
    margin-bottom: 20px;
    font-size: clamp(2rem, 6vw, 3rem);
  }
} /*max-width:767px*/
.subhead03 {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(24px, 2.2vw, 30px);
  margin-bottom: 30px;
  color: #3c3c3c;
  position: relative;
}

.subhead03::after {
  position: absolute;
  content: "";
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  left: -30px;
  top: -3px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .subhead03 {
    font-size: clamp(20px, 4.8vw, 24px);
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .subhead03::after {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    left: 0;
    top: -5px;
  }
} /*max-width:767px*/
.dermatology_box01 .inner {
  position: relative;
  z-index: 1;
}

.dermatology_box01 .inner section {
  margin-bottom: 30px;
}

.dermatology_box01 .inner section .subhead03 {
  color: #3c3c3c;
  font-size: 20px;
}

.dermatology_box01 .inner p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 500;
  color: #3c3c3c;
}

@media screen and (max-width: 767px) {
  .dermatology_box01 .inner p {
    font-size: 14px;
  }
} /*max-width:767px*/
.dermatology_box02 {
  padding: 300px 20px 330px;
  position: relative;
}

.dermatology_box02::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 105%;
  background: #52b5d5;
  left: 0;
  top: -5%;
  z-index: -3;
}

.dermatology_box02 .inner {
  position: relative;
  z-index: 1;
}

.dermatology_box02 .inner .icon01 {
  position: absolute;
  z-index: 0;
  width: 293px;
  top: -270px;
  left: -100px;
}

.dermatology_box02 .inner .icon02 {
  position: absolute;
  z-index: 0;
  width: 350px;
  top: -350px;
  right: -200px;
}

.dermatology_box02 .inner .icon03 {
  position: absolute;
  z-index: 0;
  width: 260px;
  bottom: -300px;
  left: -180px;
}

.dermatology_box02 .inner .subhead02 {
  margin-bottom: 100px;
}

.dermatology_box02 .inner section {
  padding: 40px 4%;
  border-radius: 30px;
  background: #fff;
  display: grid;
  grid-template-columns: 62.14% 33.01%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.dermatology_box02 .inner section:last-of-type {
  margin-bottom: 0;
}

.dermatology_box02 .inner section .content .tit {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.07em;
  margin-bottom: 20px;
  color: #52b5d5;
  font-size: clamp(24px, 2.4vw, 30px);
}

.dermatology_box02 .inner section .content p {
  line-height: 1.2;
  font-size: 16px;
  letter-spacing: 0.07em;
}

.dermatology_box02 .inner section .content .btn {
  margin-top: 20px;
  padding: 0;
}

.dermatology_box02 .inner section .content .btn a {
  margin-left: auto;
  text-align: right;
  font-size: 16px;
  padding-right: 40px;
  position: relative;
  padding: 15px 40px 15px 0;
}

.dermatology_box02 .inner section .content .btn a::after {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  background: url(../../img/btn_icon.png) no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.dermatology_box02 .inner section figure {
  border-radius: 10px;
  overflow: hidden;
}

.dermatology_box02 .inner section:nth-of-type(even) {
  grid-template-columns: 33.01% 62.14%;
}

.dermatology_box02 .inner section:nth-of-type(even) .content {
  order: 2;
}

.dermatology_box02 .inner section:nth-of-type(even) figure {
  order: 1;
}

@media screen and (max-width: 767px) {
  .dermatology_box02 {
    padding: 100px 20px 200px;
  }
  .dermatology_box02 .inner .icon01 {
    position: absolute;
    z-index: 0;
    width: 30%;
    top: -130px;
    left: -10px;
  }
  .dermatology_box02 .inner .icon02 {
    position: absolute;
    z-index: 0;
    width: 35%;
    top: auto;
    right: auto;
    bottom: -170px;
    left: 0;
  }
  .dermatology_box02 .inner .subhead02 {
    margin-bottom: 60px;
  }
  .dermatology_box02 .inner section {
    padding: 30px 20px;
    border-radius: 15px;
    grid-template-columns: 100%;
    margin-bottom: 20px;
    gap: 20px 0;
  }
  .dermatology_box02 .inner section .content {
    order: 2;
  }
  .dermatology_box02 .inner section .content .tit {
    margin-bottom: 20px;
    font-size: clamp(20px, 4.4vw, 24px);
  }
  .dermatology_box02 .inner section .content p {
    font-size: 14px;
  }
  .dermatology_box02 .inner section .content .btn {
    margin-top: 20px;
  }
  .dermatology_box02 .inner section .content .btn a {
    font-size: 14px;
    padding: 15px 60px 15px 0;
    text-align: left;
  }
  .dermatology_box02 .inner section .content .btn a::after {
    width: 20px;
    height: 20px;
    background: url(../../img/btn_icon.png) no-repeat;
    background-size: contain;
    right: 30px;
  }
  .dermatology_box02 .inner section figure {
    order: 1;
  }
  .dermatology_box02 .inner section:nth-of-type(even) {
    grid-template-columns: 100%;
  }
} /*max-width:767px*/
@media screen and (max-width: 767px) {
  .dermatology_box02.holistic_box02 .inner section .content {
    order: 1;
  }
  .dermatology_box02.holistic_box02 .inner section .content .tit {
    text-align: center;
  }
  .dermatology_box02.holistic_box02 .inner section figure {
    order: 2;
  }
} /*max-width:767px*/
.dermatology_box03 .inner {
  position: relative;
  z-index: 1;
}

.dermatology_box03 .inner .icon01 {
  position: absolute;
  z-index: 0;
  width: 228px;
  bottom: -230px;
  right: -80px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .dermatology_box03 .inner .icon01 {
    width: 35%;
    bottom: -80px;
    right: -10px;
    z-index: -1;
  }
} /*max-width:767px*/
.md-show {
  display: none;
}

@media (max-width: 767px) {
  .md-show {
    display: block;
  }
  .md-hide {
    display: none;
  }
}
.training_box01 {
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .training_box01 {
    padding-bottom: 30px;
  }
}
.training_box01 .inner {
  max-width: 982px;
}
.training_box01 .inner .training_reserve_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .training_box01 .inner .training_reserve_area {
    flex-direction: column;
    gap: 40px;
  }
}
.training_box01 .inner .training_reserve_area .training_reserve_area_item {
  width: 100%;
  max-width: 441px;
}
.training_box01 .inner .training_reserve_area .training_reserve_area_item .trimming_spec_img {
  width: 100%;
  display: flex;
}
.training_box01 .inner .training_reserve_area .training_reserve_area_item .trimming_spec_img img {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .training_box01 .inner .training_reserve_area .training_reserve_area_item {
    max-width: 100%;
  }
}
.training_box01 .inner .training_reserve_area .trimming_spec_img_box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.training_inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 767px) {
  .training_inner {
    gap: 30px;
  }
}

.training_links_wrap {
  width: 100%;
  grid-template-columns: 1fr 1fr;
  display: grid;
  row-gap: 34px;
  column-gap: 28px;
}
@media (max-width: 650px) {
  .training_links_wrap {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.training_links_wrap .link {
  width: 100%;
}
.training_links_wrap .link a {
  background-color: #ffffff;
  border-radius: 17px;
  padding: 20px 10px;
  display: flex;
  align-items: center;
}
.training_links_wrap .link a p {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #f49c2e;
  text-align: center;
  line-height: 28px;
}
.training_links_wrap .link a img {
  width: 27px;
  min-width: 27px;
}
.training_links_wrap .link .link_btm_txt {
  font-size: 16px;
  font-weight: 500;
  color: #3c3c3c;
  letter-spacing: 0.07em;
  line-height: 1;
  font-family: "Zen Maru Gothic";
  margin-top: 11.5px;
}

.training_box01 .reserve_box {
  width: 100%;
  max-width: 404px;
  border-radius: 10px;
}

.training_box01 .reserve_box .reserve_box_t {
  width: 100%;
  background-color: #52b5d5;
  font-size: 16px;
  color: #ffffff;
  line-height: 34px;
  letter-spacing: 0.1em;
  text-align: center;
  padding-block: 3px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.training_box01 .reserve_box .reserve_tel_num {
  width: 100%;
  background-color: #ffffff;
  padding: 14px 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #3c3c3c;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.training_box01 .reserve_box .reserve_tel_num p:nth-of-type(1) {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .training_box01 .reserve_box .reserve_tel_num p:nth-of-type(1) {
    font-size: 18px;
  }
}

.training_box01 .reserve_box .reserve_tel_num p:nth-of-type(2) {
  font-size: 32px;
  font-weight: 700;
  color: #52b5d5;
  line-height: 34px;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .training_box01 .reserve_box .reserve_tel_num p:nth-of-type(2) {
    font-size: 24px;
  }
}

.training_box02 {
  padding-block: 204px 110px;
  padding-inline: 0;
}
@media (max-width: 1100px) {
  .training_box02 {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .training_box02 {
    padding-bottom: 200px;
  }
}

.training_box02::after {
  display: none;
}

.training_box02 .training_content_box {
  width: 100%;
  position: relative;
}

.training_box02 .training_content_box.left {
  padding-left: 170px;
}
@media (max-width: 1300px) {
  .training_box02 .training_content_box.left {
    padding-left: 100px;
  }
}
@media (max-width: 1100px) {
  .training_box02 .training_content_box.left {
    padding-left: 0;
  }
}

.training_box02 .training_content_box.right {
  padding-right: 170px;
  display: flex;
  justify-content: end;
}
@media (max-width: 1300px) {
  .training_box02 .training_content_box.right {
    padding-right: 100px;
  }
}
@media (max-width: 1100px) {
  .training_box02 .training_content_box.right {
    padding-right: 0;
  }
}

.training_y_box {
  width: 100%;
  max-width: 879px;
  background-color: #f0ebd2;
  padding: 43px 37px;
  border-radius: 35px;
  display: flex;
  flex-direction: column;
  gap: 27px;
  position: relative;
  box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.06);
}
@media (max-width: 1100px) {
  .training_y_box {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .training_y_box {
    padding-inline: 20px;
    border-radius: 30px;
  }
}
.training_y_box .training_subhead {
  font-size: 25px;
  letter-spacing: 0.05em;
  color: #52b5d5;
}
.training_y_box .blue-b {
  color: #52b5d5;
  font-weight: bold;
}
.training_y_box .training_sub_box {
  width: 100%;
}
.training_y_box .training_sub_box .training_sub_box_t {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #3c3c3c;
  margin-bottom: 12px;
}
.training_y_box .training_sub_box .training_sub_box_txt {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.05em;
}
.training_y_box .training_sub_box .white_box {
  width: 100%;
  padding-inline: 21px;
  padding-block: 12px 22px;
  background-color: #ffffff;
  border-radius: 10px;
}
.training_y_box .training_sub_box .white_box .white_box_title {
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0.05em;
  margin-bottom: 9px;
}
.training_y_box .training_sub_box .white_box .white_item_group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.training_y_box .training_sub_box .white_box .white_item_group .white_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .training_y_box .training_sub_box .white_box .white_item_group .white_item {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}
.training_y_box .training_sub_box .white_box .white_item_group .white_item .white_item_box {
  width: 100%;
  background-color: rgba(82, 181, 213, 0.2);
  border-radius: 7px;
  padding: 12px 18px;
}
.training_y_box .training_sub_box .white_box .white_item_group .white_item .white_item_left {
  max-width: 262px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .training_y_box .training_sub_box .white_box .white_item_group .white_item .white_item_left {
    max-width: 100%;
  }
}
.training_y_box .training_sub_box .white_box .white_item_group .white_item .white_item_left p {
  text-align: center;
}
.training_y_box .training_sub_box .white_box .white_item_group .white_item .white_item_right {
  max-width: 451px;
}
@media (max-width: 767px) {
  .training_y_box .training_sub_box .white_box .white_item_group .white_item .white_item_right {
    max-width: 100%;
  }
}
.training_y_box .training_sub_box .white_box .white_item_group .white_item img {
  width: 26px;
  margin: auto;
}
@media (max-width: 767px) {
  .training_y_box .training_sub_box .white_box .white_item_group .white_item img {
    rotate: 90deg;
  }
}
.training_y_box .training_sub_box .white_box .white_item_group .white_item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.05em;
}
.training_y_box .white_btm_box_group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 58px;
}
.training_y_box .white_btm_box_group .white_btm_box .white_btm_box_title {
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  left: 0;
  padding-block: 9px;
  width: 100%;
  max-width: 250px;
  background-color: #52b5d5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.training_y_box .white_btm_box_group .white_btm_box .white_btm_box_title p {
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  line-height: normal;
  letter-spacing: 0.05em;
  text-align: center;
}
.training_y_box .white_btm_box {
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  padding-inline: 22px;
  padding-block: 18px 26px;
  position: relative;
}
.training_y_box .white_btm_box .white_btm_box_item {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #3c3c3c;
  line-height: 30px;
  letter-spacing: 0.05em;
}
.training_y_box .white_btm_box .white_btm_box_item p:nth-of-type(1) {
  min-width: 98px;
}
@media (max-width: 767px) {
  .training_y_box .white_btm_box .white_btm_box_item p:nth-of-type(1) {
    min-width: 65px;
  }
}
.training_y_box .white_btm_box .white_btm_box_item p:nth-of-type(2) {
  width: 100%;
  max-width: 584px;
}
.training_y_box .white_btm_box .white_btm_box_item .blue-b {
  font-size: 17px;
}

.training_icon01 {
  position: absolute;
  top: 49px;
  right: 75px;
}
.training_icon01 img {
  width: 236px;
}
@media (max-width: 1100px) {
  .training_icon01 {
    display: none;
  }
}

.training_icon02 {
  position: absolute;
  top: -186px;
  right: 128px;
}
.training_icon02 img {
  width: 255px;
}
@media (max-width: 1300px) {
  .training_icon02 img {
    width: 200px;
  }
}
@media (max-width: 1100px) {
  .training_icon02 img {
    display: none;
  }
}

.training_icon03 {
  position: absolute;
  bottom: -110px;
  right: 100px;
  z-index: 2;
}
.training_icon03 img {
  width: 255px;
}
@media (max-width: 1300px) {
  .training_icon03 img {
    width: 170px;
  }
}
@media (max-width: 1100px) {
  .training_icon03 img {
    display: none;
  }
}

.training_icon04 {
  position: absolute;
  top: 50px;
  left: 96px;
}
.training_icon04 img {
  width: 223px;
}
@media (max-width: 1300px) {
  .training_icon04 img {
    width: 170px;
  }
}
@media (max-width: 1100px) {
  .training_icon04 img {
    display: none;
  }
}

.training_icon05 {
  position: absolute;
  bottom: -51px;
  right: 80px;
}
.training_icon05 img {
  width: 252px;
}
@media (max-width: 1300px) {
  .training_icon05 img {
    width: 200px;
  }
}
@media (max-width: 1100px) {
  .training_icon05 img {
    display: none;
  }
}

.training_icon06 {
  position: absolute;
  top: 35px;
  left: 87px;
}
.training_icon06 img {
  width: 219px;
}
@media (max-width: 1300px) {
  .training_icon06 img {
    width: 160px;
  }
}
@media (max-width: 1100px) {
  .training_icon06 img {
    display: none;
  }
}

.training_icon07 {
  position: absolute;
  bottom: -109px;
  left: 151px;
}
@media (max-width: 767px) {
  .training_icon07 {
    bottom: 34px;
    left: 11px;
  }
}
.training_icon07 img {
  width: 141px;
}

.training_icon08 {
  position: absolute;
  bottom: -55px;
  right: 89px;
}
@media (max-width: 767px) {
  .training_icon08 {
    bottom: 59px;
    right: 14px;
  }
}
.training_icon08 img {
  width: 124px;
}

.training_iconSp_01 {
  position: absolute;
  top: -120px;
  right: -20px;
}
.training_iconSp_01 img {
  width: 150px;
}

.trimming_inner {
  gap: 82px;
}

.trimming_single_text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: #ffffff;
  border-radius: 10px;
  padding-inline: 21px;
  padding-block: 12px 22px;
}
.trimming_single_text .white_box {
  padding: 0 !important;
  border-radius: 0 !important;
}
.trimming_single_text .white_box_single_txt {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: #3c3c3c;
}

.trimming_icon03 {
  bottom: -98px;
  right: 130px;
}
.trimming_icon03 img {
  width: 233px;
}

.trimming_icon05 {
  position: absolute;
  top: -135px;
  left: 14px;
}
.trimming_icon05 img {
  width: 236px;
}

.trimming_icon06 {
  position: absolute;
  bottom: -39px;
  right: 91px;
}
.trimming_icon06 img {
  width: 256px;
}

.first_box01 {
  padding: 150px 20px 200px;
  position: relative;
}

.first_box01::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../img/under_bg.jpg) top left repeat;
  left: 0;
  bottom: 0;
  z-index: -2;
}

.first_box01::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 250px;
  background: url(../../img/first_bg.jpg) bottom center no-repeat;
  background-size: cover;
  left: 0;
  bottom: -100px;
  z-index: -1;
}

.first_box01 .inner {
  position: relative;
}

.first_box01 .inner .icon01 {
  position: absolute;
  width: 236px;
  right: 50px;
  top: -100px;
  z-index: 1;
}

.first_box01 .inner .icon02 {
  position: absolute;
  width: 216px;
  bottom: -150px;
  left: -50px;
  z-index: 1;
}

.first_box01 .inner .txt {
  text-align: center;
  color: #3c3c3c;
  font-weight: 500;
  line-height: 2;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .first_box01 {
    padding: 100px 20px 100px;
  }
  .first_box01::after {
    height: 250px;
    background: url(../../img/sp_first_bg.jpg) bottom center no-repeat;
    background-size: cover;
    bottom: -100px;
    z-index: -1;
  }
  .first_box01 .inner .icon01 {
    width: 30%;
    right: 0;
    top: -60px;
  }
  .first_box01 .inner .icon02 {
    width: 20%;
    left: 0;
    top: -50px;
  }
} /*max-width:767px*/
.first_box02 {
  padding: 100px 20px 150px;
}

.first_box02 .inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3%;
}

.first_box02 .inner .content figure {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.first_box02 .inner .content figure img {
  width: 100%;
  height: auto;
}

.first_box02 .inner .content .btn a {
  display: block;
  width: 220px;
  text-decoration: none;
  text-align: center;
  color: #52b5d5;
  line-height: 48px;
  border: 1px solid #52b5d5;
  font-weight: bold;
  font-size: 16px;
  border-radius: 50px;
  margin: 0 auto;
}

.first_box02 .inner .icon01 {
  position: absolute;
  width: 175px;
  right: 20px;
  top: -131px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .first_box02 {
    padding: 80px 20px;
  }
  .first_box02 .inner {
    grid-template-columns: 100%;
    gap: 30px 0;
  }
  .first_box02 .inner .icon01 {
    width: 30%;
    left: 0;
    top: -120px;
  }
  .first_box02 .inner .icon02 {
    position: absolute;
    width: 25%;
    right: 0;
    top: -65px;
  }
  .first_box02 .inner .content .btn a {
    line-height: 35px;
  }
} /*max-width:767px*/
.first_box03 {
  padding: 180px 20px 280px;
  position: relative;
  z-index: 0;
}

.first_box03 .icon01 {
  position: absolute;
  width: 368px;
  z-index: 1;
  right: 0;
  top: 40px;
}

.first_box03::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #64bdda;
  left: 0;
  bottom: 0;
  z-index: -2;
}

.first_box03::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 239px;
  background: url(../../img/first_bg01.jpg) top center no-repeat;
  background-size: cover;
  left: 0;
  top: -100px;
  z-index: -1;
}

.first_box03 .inner .subhead02 {
  margin-bottom: 100px;
}

.first_box03 .inner .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 3%;
}

.first_box03 .inner .wrap section {
  position: relative;
  border-radius: 30px;
  background: #fff;
  padding: 30px 7% 50px;
}

.first_box03 .inner .wrap section .tit {
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #52b5d5;
  font-size: clamp(2rem, 1.8vw, 2.2rem);
}

.first_box03 .inner .wrap section figure {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
}

.first_box03 .inner .wrap section .txt {
  font-size: 16px;
  line-height: 1.5;
}

.first_box03 .inner .wrap section .icon02 {
  position: absolute;
  width: 35%;
  top: -7%;
  left: 0;
}

.first_box03 .inner .wrap section .icon03 {
  position: absolute;
  width: 50px;
  left: 30px;
  top: -55px;
}

.first_box03 .inner .wrap section .icon04 {
  position: absolute;
  width: 220px;
  top: -80px;
  left: -160px;
}

.first_box03 .inner .wrap section:nth-of-type(2) {
  transform: translateY(40px);
}

.first_box03 .inner .wrap section:nth-of-type(3) {
  transform: translateY(80px);
}

.first_box03 .inner .wrap section:nth-of-type(4) {
  transform: translateY(180px);
}

.first_box03 .inner .wrap section:nth-of-type(5) {
  transform: translateY(140px);
}

.first_box03 .inner .wrap section:nth-of-type(6) {
  transform: translateY(100px);
}

@media screen and (max-width: 767px) {
  .first_box03 {
    padding: 100px 20px 60px;
  }
  .first_box03 .icon01 {
    width: 30%;
    left: 20px;
    top: -30px;
  }
  .first_box03 .icon01-02 {
    position: absolute;
    width: 50%;
    right: -50px;
    top: -60px;
  }
  .first_box03::after {
    background: #52b5d5;
  }
  .first_box03::before {
    height: 300px;
    background: url(../../img/sp_first_bg01.jpg) top center no-repeat;
    background-size: cover;
    top: -150px;
  }
  .first_box03 .inner .subhead02 {
    margin-bottom: 50px;
  }
  .first_box03 .inner .wrap {
    display: grid;
    grid-template-columns: 100%;
    gap: 30px 0;
  }
  .first_box03 .inner .wrap section {
    border-radius: 20px;
    padding: 30px 20px;
  }
  .first_box03 .inner .wrap section:nth-of-type(1) {
    order: 1;
  }
  .first_box03 .inner .wrap section:nth-of-type(2) {
    order: 2;
  }
  .first_box03 .inner .wrap section:nth-of-type(3) {
    order: 3;
  }
  .first_box03 .inner .wrap section:nth-of-type(4) {
    order: 6;
  }
  .first_box03 .inner .wrap section:nth-of-type(5) {
    order: 5;
  }
  .first_box03 .inner .wrap section:nth-of-type(6) {
    order: 4;
  }
  .first_box03 .inner .wrap section .tit {
    font-size: clamp(1.8rem, 8.4vw, 2.2rem);
  }
  .first_box03 .inner .wrap section figure {
    border-radius: 10px;
  }
  .first_box03 .inner .wrap section .txt {
    font-size: 14px;
  }
  .first_box03 .inner .wrap section .icon02 {
    position: absolute;
    width: 30%;
    top: -7%;
    left: auto;
    right: 10px;
  }
  .first_box03 .inner .wrap section .icon03 {
    position: absolute;
    width: 10%;
    left: 0;
    top: -25px;
  }
  .first_box03 .inner .wrap section .icon04 {
    position: absolute;
    width: 15%;
    top: -20px;
    left: auto;
    right: 0;
  }
  .first_box03 .inner .wrap section:nth-of-type(2) {
    transform: translateY(0);
  }
  .first_box03 .inner .wrap section:nth-of-type(3) {
    transform: translateY(0);
  }
  .first_box03 .inner .wrap section:nth-of-type(4) {
    transform: translateY(0);
  }
  .first_box03 .inner .wrap section:nth-of-type(5) {
    transform: translateY(0);
  }
  .first_box03 .inner .wrap section:nth-of-type(6) {
    transform: translateY(0);
  }
} /*max-width:767px*/
.first_box04 {
  padding: 200px 20px 150px;
  position: relative;
  z-index: 1;
}

.first_box04::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../img/under_bg.jpg) top left repeat;
  left: 0;
  top: 0;
  z-index: -3;
}

.first_box04::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 300px;
  background: url(../../img/first_bg02.jpg) top center no-repeat;
  background-size: cover;
  left: 0;
  top: -100px;
  z-index: -2;
}

.first_box04 .first_box04_inner {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}

.first_box04 .first_box04_inner .icon01 {
  position: absolute;
  width: 348px;
  right: -100px;
  top: -290px;
}

.first_box04 .first_box04_inner .icon02 {
  position: absolute;
  width: 248px;
  left: -100px;
  top: -240px;
}

.first_box04 .first_box04_inner .first_box04_tit {
  margin-bottom: 60px;
  padding-left: 100px;
}

.first_box04 .first_box04_inner .first_box04_tit span {
  display: inline-block;
  line-height: 1.2;
  padding: 15px 40px;
  background: #fff;
  border-radius: 10px;
  font-size: clamp(28px, 2.8vw, 36px);
  color: #3c3c3c;
  letter-spacing: 0.25em;
  font-weight: 500;
}

.first_box04 .first_box04_inner .first_box04_tit span:nth-of-type(1) {
  border-bottom-right-radius: 0;
}

.first_box04 .first_box04_inner .first_box04_tit span:nth-of-type(2) {
  margin-left: 50px;
  border-top-left-radius: 0;
}

.first_box04 .first_box04_inner .wrap {
  display: grid;
  grid-template-columns: 25.18% 65%;
  justify-content: space-between;
}

.first_box04 .first_box04_inner .wrap .content section {
  color: #3c3c3c;
  margin-bottom: 80px;
}

.first_box04 .first_box04_inner .wrap .content section:last-of-type {
  margin-bottom: 0;
}

.first_box04 .first_box04_inner .wrap .content section .txt {
  line-height: 1.8;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 500;
}

.first_box04 .first_box04_inner .wrap .content section .animal_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0 2%;
  margin-top: 30px;
}

.first_box04 .first_box04_inner .wrap .content section .animal_list figure {
  margin-bottom: 20px;
}

.first_box04 .first_box04_inner .wrap .content section .animal_list .btn {
  height: auto;
  padding: 0;
}

.first_box04 .first_box04_inner .wrap .content section .animal_list .btn a {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  color: #52b5d5;
  line-height: 48px;
  background: #fff;
  font-size: 16px;
  border: 1px solid #52b5d5;
  position: relative;
  border-radius: 50px;
  padding-right: 20px;
}

.first_box04 .first_box04_inner .wrap .content section .animal_list .btn a::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../img/btn_icon.png) no-repeat;
  background-size: contain;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .first_box04 {
    padding: 100px 20px 100px;
  }
  .first_box04::before {
    height: 300px;
    background: url(../../img/sp_first_bg02.jpg) top center no-repeat;
    background-size: cover;
    top: -60px;
  }
  .first_box04 .first_box04_inner .icon01 {
    width: 30%;
    top: -100px;
    right: auto;
    left: 0;
  }
  .first_box04 .first_box04_inner .icon02 {
    width: 50%;
    right: -50px;
    left: auto;
    top: -150px;
  }
  .first_box04 .first_box04_inner .first_box04_tit {
    margin-bottom: 60px;
    padding-left: 0;
    z-index: 10;
    position: relative;
  }
  .first_box04 .first_box04_inner .first_box04_tit span {
    font-size: clamp(20px, 5.6vw, 28px);
    padding: 10px 20px;
  }
  .first_box04 .first_box04_inner .first_box04_tit span:nth-of-type(2) {
    margin-left: 40px;
  }
  .first_box04 .first_box04_inner .wrap {
    grid-template-columns: 100%;
  }
  .first_box04 .first_box04_inner .wrap .pic {
    display: none;
  }
  .first_box04 .first_box04_inner .wrap .content section {
    color: #48585e;
    margin-bottom: 80px;
  }
  .first_box04 .first_box04_inner .wrap .content section:last-of-type {
    margin-bottom: 0;
  }
  .first_box04 .first_box04_inner .wrap .content section .txt {
    font-size: 14px;
  }
  .first_box04 .first_box04_inner .wrap .content section .animal_list {
    grid-template-columns: 100%;
    gap: 10px 0;
    margin-top: 0;
  }
  .first_box04 .first_box04_inner .wrap .content section .animal_list figure {
    margin-bottom: 10px;
    width: 60%;
    margin: 0 auto;
  }
  .first_box04 .first_box04_inner .wrap .content section .animal_list .btn a {
    line-height: 35px;
    width: 250px;
  }
} /*max-width:767px*/
.hospital_box01 {
  padding: 150px 20px 150px;
  position: relative;
}

.hospital_box01 .pic {
  position: absolute;
  width: 33.26%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.hospital_box01::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../img/under_bg.jpg) top center repeat;
  left: 0;
  top: 0;
  z-index: -2;
}

.hospital_box01::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 300px;
  background: url(../../img/hospital_bg01.jpg) bottom center no-repeat;
  background-size: cover;
  left: 0;
  bottom: -100px;
  z-index: -1;
}

.hospital_box01 .content {
  max-width: 800px;
  z-index: 1;
}

.hospital_box01 .content .tit {
  margin-bottom: 60px;
}

.hospital_box01 .content .tit span {
  display: inline-block;
  line-height: 1.2;
  padding: 10px 20px;
  background: #fff;
  border-radius: 10px;
  font-size: clamp(28px, 2.8vw, 37px);
  color: #3c3c3c;
  letter-spacing: 0.25em;
  font-weight: 500;
}

.hospital_box01 .content .txt_area {
  padding-left: 5%;
  color: #3c3c3c;
}

.hospital_box01 .content .txt_area .aside_tit {
  margin-bottom: 40px;
  font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1.5;
}

.hospital_box01 .content .txt_area p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .hospital_box01 {
    padding: 60px 20px 100px;
    position: relative;
  }
  .hospital_box01 .icon01 {
    position: absolute;
    width: 20%;
    right: 5%;
    top: 0;
  }
  .hospital_box01 .icon02 {
    position: absolute;
    width: 30%;
    left: 5%;
    bottom: -20px;
  }
  .hospital_box01 .icon03 {
    position: absolute;
    width: 25%;
    right: 3%;
    bottom: 0;
  }
  .hospital_box01::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 320px;
    background: url(../../img/sp_under_bg01.jpg) bottom center no-repeat;
    background-size: cover;
    bottom: -100px;
  }
  .hospital_box01 .content .tit {
    margin-bottom: 30px;
  }
  .hospital_box01 .content .tit span {
    padding: 10px 20px;
    font-size: clamp(22px, 5.6vw, 28px);
  }
  .hospital_box01 .content .txt_area {
    padding-left: 0;
  }
  .hospital_box01 .content .txt_area .aside_tit {
    margin-bottom: 20px;
    font-size: clamp(20px, 4.4vw, 22px);
  }
  .hospital_box01 .content .txt_area p {
    font-size: 14px;
  }
} /*max-width:767px*/
.hospital_box01.tanida_hospital_box01 .pic {
  width: 28%;
}

@media screen and (max-width: 767px) {
  .hospital_box01.tanida_hospital_box01 {
    position: relative;
  }
  .hospital_box01.tanida_hospital_box01 .tanida_icon01 {
    position: absolute;
    width: 25%;
    right: 0;
    top: 0;
  }
} /*max-width:767px*/
.hospital_box03.tanida_hospital_box03 {
  position: relative;
}

.hospital_box03.tanida_hospital_box03::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 230px;
  background: url(../../img/tanida_bg01.png) top center no-repeat;
  background-size: cover;
  left: 0;
  top: -80px;
  z-index: -1;
}

.hospital_box03.tanida_hospital_box03 .tanida_icon01 {
  position: absolute;
  width: 193px;
  left: 3%;
  top: -150px;
}

.hospital_box03.tanida_hospital_box03 .tanida_icon02 {
  position: absolute;
  width: 179px;
  right: 2%;
  top: -80px;
}

.hospital_box03.tanida_hospital_box03 .tanida_icon03 {
  position: absolute;
  width: 244px;
  right: 6%;
  bottom: -130px;
}

@media screen and (max-width: 767px) {
  .hospital_box03.tanida_hospital_box03 {
    position: relative;
    padding-top: 50px;
  }
  .hospital_box03.tanida_hospital_box03::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 157px;
    background: url(../../img/sp_tanida_bg01.png) top center no-repeat;
    background-size: cover;
    left: 0;
    top: -50px;
    z-index: -1;
  }
  .hospital_box03.tanida_hospital_box03 .tanida_icon03 {
    position: absolute;
    width: 30%;
    right: -10%;
    bottom: -50px;
  }
  .hospital_box03.tanida_hospital_box03 .tanida_icon04 {
    position: absolute;
    width: 15%;
    left: 29px;
    top: -80px;
  }
  .hospital_box03.tanida_hospital_box03 .tanida_icon05 {
    position: absolute;
    width: 28%;
    right: 2%;
    top: -80px;
  }
} /*max-width:767px*/
.hospital_box02 {
  padding: 150px 20px 200px;
}

.hospital_box02 .inner {
  position: relative;
}

.hospital_box02 .inner .icon01 {
  position: absolute;
  width: 385px;
  bottom: -90px;
  left: -180px;
}

.hospital_box02 .inner .content01 {
  width: 94.09%;
  padding: 50px 4%;
  background: #f0ebd2;
  border-radius: 35px;
  margin-bottom: 30px;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.06);
  position: relative;
}

.hospital_box02 .inner .content01 .icon {
  position: absolute;
  width: 80px;
  top: 50px;
  right: -40px;
}

.hospital_box02 .inner .content01 .tit {
  font-weight: bold;
  color: #52b5d5;
  font-size: clamp(20px, 1.8vw, 25px);
  margin-bottom: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.hospital_box02 .inner .content02 {
  width: 77.36%;
  padding: 50px 4%;
  background: #f0ebd2;
  border-radius: 35px;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.06);
  margin-left: auto;
  position: relative;
}

.hospital_box02 .inner .content02 .tit {
  font-weight: bold;
  color: #52b5d5;
  font-size: clamp(20px, 1.8vw, 25px);
  margin-bottom: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .hospital_box02 {
    padding: 60px 20px 60px;
  }
  .hospital_box02 .inner .content01 {
    width: 100%;
    padding: 30px 20px;
    border-radius: 10px;
  }
  .hospital_box02 .inner .content01 .tit {
    font-size: clamp(18px, 4.4vw, 22px);
    margin-bottom: 20px;
  }
  .hospital_box02 .inner .content02 {
    width: 100%;
    padding: 30px 20px;
    border-radius: 10px;
  }
  .hospital_box02 .inner .content02 .tit {
    font-size: clamp(18px, 4.4vw, 22px);
    margin-bottom: 20px;
  }
} /*max-width:767px*/
.hospital_box03 {
  padding: 100px 20px 70px;
  position: relative;
}

.hospital_box03 .icon01 {
  position: absolute;
  width: 350px;
  top: -130px;
  right: 0;
}

.hospital_box03 .icon02 {
  position: absolute;
  width: 319px;
  bottom: -180px;
  right: 0;
}

.hospital_box03::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #64bdda;
  left: 0;
  top: 0;
  z-index: -2;
}

.hospital_box03::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 264px;
  background: url(../../img/hospital_bg02.jpg) top center no-repeat;
  background-size: cover;
  left: 0;
  top: -200px;
  z-index: -1;
}

.hospital_box03 .hospital_box03_inner {
  max-width: 960px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

.hospital_box03 .hospital_box03_inner .content dl {
  padding: 30px;
  border-radius: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.hospital_box03 .hospital_box03_inner .content dl:last-of-type {
  margin-bottom: 0;
}

.hospital_box03 .hospital_box03_inner .content dl dt {
  color: #f8c88c;
  font-size: 40px;
  margin-right: 40px;
  font-family: "Varela Round", sans-serif;
}

.hospital_box03 .hospital_box03_inner .content dl dd {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .hospital_box03 {
    padding: 120px 20px 60px;
    position: relative;
  }
  .hospital_box03 .icon01 {
    position: absolute;
    width: 40%;
    left: 5%;
    top: -15px;
  }
  .hospital_box03 .icon02 {
    position: absolute;
    width: 30%;
    right: 0;
    top: -20px;
  }
  .hospital_box03::before {
    background: #52b5d5;
  }
  .hospital_box03::after {
    height: 300px;
    background: url(../../img/sp_hospital_bg02.jpg) top center no-repeat;
    background-size: cover;
    top: -100px;
  }
  .hospital_box03 .hospital_box03_inner .content dl {
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 10px;
  }
  .hospital_box03 .hospital_box03_inner .content dl dt {
    font-size: 26px;
    width: 15%;
    margin-right: 0;
  }
  .hospital_box03 .hospital_box03_inner .content dl dd {
    font-size: 16px;
    width: 85%;
  }
} /*max-width:767px*/
.hospital_box04 {
  padding: 250px 20px 100px;
  position: relative;
}

.hospital_box04::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 234px;
  background: url(../../img/hospital_bg03.jpg) bottom center no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -1;
}

.hospital_box04 .txt {
  text-align: center;
  margin-bottom: 50px;
}

.hospital_box04 .animal_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0 2%;
}

.hospital_box04 .animal_list dl dt {
  margin-bottom: 10px;
}

.hospital_box04 .animal_list dl dd {
  width: 100%;
  line-height: 48px;
  border: 1px solid #52b5d5;
  text-align: center;
  border-radius: 50px;
  font-size: 16px;
  color: #52b5d5;
  font-weight: bold;
}

.hospital_box04.tanida_hospital_box04 .animal_list {
  max-width: 400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0 4%;
}

@media screen and (max-width: 767px) {
  .hospital_box04 {
    padding: 130px 20px 60px;
    position: relative;
  }
  .hospital_box04 .icon01 {
    width: 25%;
    position: absolute;
    top: -20px;
    right: 0;
  }
  .hospital_box04::after {
    height: 150px;
    background: url(../../img/sp_hospital_bg03.jpg) bottom center no-repeat;
    background-size: cover;
    top: -40px;
  }
  .hospital_box04 .txt {
    margin-bottom: 20px;
  }
  .hospital_box04 .animal_list {
    gap: 20px 2%;
  }
  .hospital_box04 .animal_list dl dt {
    margin-bottom: 10px;
  }
  .hospital_box04 .animal_list dl dd {
    width: 80%;
    line-height: 35px;
    font-size: 14px;
    margin: 0 auto;
  }
} /*max-width:767px*/
.hospital_box05 {
  padding: 170px 20px 250px;
  position: relative;
}

.hospital_box05 .icon01 {
  position: absolute;
  width: 227px;
  top: 3%;
  right: 5%;
}

.hospital_box05 .icon02 {
  position: absolute;
  width: 266px;
  top: 22%;
  left: 0;
}

.hospital_box05 .icon03 {
  position: absolute;
  width: 450px;
  top: 16%;
  right: 0;
}

.hospital_box05 .icon04 {
  position: absolute;
  width: 180px;
  top: 40%;
  right: 3%;
}

.hospital_box05 .icon05 {
  position: absolute;
  width: 380px;
  bottom: 31%;
  left: 0;
}

.hospital_box05 .icon06 {
  position: absolute;
  width: 450px;
  bottom: 7%;
  right: 0;
}

.hospital_box05::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../img/under_bg.jpg) top left repeat;
  left: 0;
  top: 0;
  z-index: -2;
}

.hospital_box05::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 292px;
  background: url(../../img/hospital_bg04.jpg) top center no-repeat;
  background-size: cover;
  left: 0;
  top: -100px;
  z-index: -1;
}

.hospital_box05 .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3%;
  margin-bottom: 150px;
}

.hospital_box05 .wrap:last-of-type {
  margin-bottom: 0;
}

.hospital_box05 .wrap:nth-of-type(odd) section:nth-of-type(2) {
  transform: translateY(50px);
}

.hospital_box05 .wrap:nth-of-type(odd) section:nth-of-type(3) {
  transform: translateY(100px);
}

.hospital_box05 .wrap:nth-of-type(even) section:nth-of-type(1) {
  transform: translateY(100px);
}

.hospital_box05 .wrap:nth-of-type(even) section:nth-of-type(2) {
  transform: translateY(50px);
}

.hospital_box05 .wrap section {
  position: relative;
  border-radius: 30px;
  background: #fff;
  padding: 30px 7% 50px;
}

.hospital_box05 .wrap section .tit {
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #52b5d5;
  font-size: clamp(2rem, 1.8vw, 2.2rem);
}

.hospital_box05 .wrap section figure {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
}

.hospital_box05 .wrap section .txt {
  font-size: 16px;
  line-height: 1.5;
}

.hospital_box05.seto_hospital_box05 .wrap {
  grid-template-columns: repeat(2, 1fr);
  gap: 0 5%;
}

.hospital_box05.seto_hospital_box05 .wrap dl {
  background: #fff;
  border-radius: 30px;
  padding: 40px 8% 80px;
}

.hospital_box05.seto_hospital_box05 .wrap dl .tit {
  margin-bottom: 25px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #52b5d5;
  font-size: clamp(2rem, 1.8vw, 2.2rem);
}

.hospital_box05.seto_hospital_box05 .wrap dl dd {
  line-height: 1.8;
  font-size: clamp(14px, 1.3vw, 16px);
}

@media screen and (max-width: 767px) {
  .hospital_box05 {
    padding: 100px 20px 100px;
    position: relative;
  }
  .hospital_box05 .icon01 {
    width: 30%;
    position: absolute;
    left: 5%;
    top: 0;
  }
  .hospital_box05 .icon02 {
    width: 35%;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
  }
  .hospital_box05 .icon03 {
    width: 40%;
    position: absolute;
    left: 0;
    top: 7%;
  }
  .hospital_box05 .icon04 {
    width: 45%;
    position: absolute;
    right: 0;
    top: 23%;
  }
  .hospital_box05 .icon05 {
    width: 40%;
    position: absolute;
    left: 0;
    top: 43%;
  }
  .hospital_box05 .icon06 {
    width: 45%;
    position: absolute;
    right: 0;
    bottom: 30%;
  }
  .hospital_box05 .icon07 {
    width: 40%;
    position: absolute;
    left: 0;
    bottom: 15%;
  }
  .hospital_box05 .icon08 {
    width: 30%;
    position: absolute;
    left: 5%;
    bottom: -30px;
  }
  .hospital_box05 .icon09 {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: -100px;
  }
  .hospital_box05::before {
    height: 150px;
    background: url(../../img/sp_hospital_bg04.jpg) top center no-repeat;
    background-size: cover;
    top: -50px;
  }
  .hospital_box05 .wrap {
    grid-template-columns: 100%;
    gap: 20px 0;
    margin-bottom: 20px;
  }
  .hospital_box05 .wrap:nth-of-type(odd) section:nth-of-type(2) {
    transform: translateY(0);
  }
  .hospital_box05 .wrap:nth-of-type(odd) section:nth-of-type(3) {
    transform: translateY(0);
  }
  .hospital_box05 .wrap:nth-of-type(even) section:nth-of-type(1) {
    order: 3;
    transform: translateY(0);
  }
  .hospital_box05 .wrap:nth-of-type(even) section:nth-of-type(2) {
    transform: translateY(0);
    order: 2;
  }
  .hospital_box05 .wrap:nth-of-type(even) section:nth-of-type(3) {
    order: 1;
  }
  .hospital_box05 .wrap section {
    border-radius: 20px;
    padding: 30px 20px;
  }
  .hospital_box05 .wrap section .tit {
    font-size: clamp(1.8rem, 8.4vw, 2.2rem);
  }
  .hospital_box05 .wrap section figure {
    border-radius: 10px;
  }
  .hospital_box05 .wrap section .txt {
    font-size: 14px;
  }
  .hospital_box05.seto_hospital_box05 .wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
  }
  .hospital_box05.seto_hospital_box05 .wrap dl {
    border-radius: 20px;
    padding: 30px 20px;
  }
  .hospital_box05.seto_hospital_box05 .wrap dl .tit {
    font-size: clamp(1.8rem, 8.4vw, 2.2rem);
  }
  .hospital_box05.seto_hospital_box05 .wrap dl dd {
    font-size: 14px;
  }
} /*max-width:767px*/
@media screen and (max-width: 767px) {
  .hospital_box05 {
    padding: 100px 20px 100px;
    position: relative;
  }
  .hospital_box05 .icon01 {
    width: 30%;
    position: absolute;
    left: 5%;
    top: 0;
  }
  .hospital_box05 .icon02 {
    width: 35%;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
  }
  .hospital_box05 .icon03 {
    width: 40%;
    position: absolute;
    left: 0;
    top: 7%;
  }
  .hospital_box05 .icon04 {
    width: 45%;
    position: absolute;
    right: 0;
    top: 23%;
  }
  .hospital_box05 .icon05 {
    width: 40%;
    position: absolute;
    left: 0;
    top: 43%;
  }
  .hospital_box05 .icon06 {
    width: 45%;
    position: absolute;
    right: 0;
    bottom: 30%;
  }
  .hospital_box05 .icon07 {
    width: 40%;
    position: absolute;
    left: 0;
    bottom: 15%;
  }
  .hospital_box05 .icon08 {
    width: 30%;
    position: absolute;
    left: 5%;
    bottom: -30px;
  }
  .hospital_box05 .icon09 {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: -100px;
  }
  .hospital_box05::before {
    height: 150px;
    background: url(../../img/sp_hospital_bg04.jpg) top center no-repeat;
    background-size: cover;
    top: -50px;
  }
  .hospital_box05 .wrap {
    grid-template-columns: 100%;
    gap: 20px 0;
    margin-bottom: 20px;
  }
  .hospital_box05 .wrap:nth-of-type(odd) section:nth-of-type(2) {
    transform: translateY(0);
  }
  .hospital_box05 .wrap:nth-of-type(odd) section:nth-of-type(3) {
    transform: translateY(0);
  }
  .hospital_box05 .wrap:nth-of-type(even) section:nth-of-type(1) {
    order: 3;
    transform: translateY(0);
  }
  .hospital_box05 .wrap:nth-of-type(even) section:nth-of-type(2) {
    transform: translateY(0);
    order: 2;
  }
  .hospital_box05 .wrap:nth-of-type(even) section:nth-of-type(3) {
    order: 1;
  }
  .hospital_box05 .wrap section {
    border-radius: 20px;
    padding: 30px 20px;
  }
  .hospital_box05 .wrap section .tit {
    font-size: clamp(1.8rem, 8.4vw, 2.2rem);
  }
  .hospital_box05 .wrap section figure {
    border-radius: 10px;
  }
  .hospital_box05 .wrap section .txt {
    font-size: 14px;
  }
  .hospital_box05.seto_hospital_box05 .wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
  }
  .hospital_box05.seto_hospital_box05 .wrap dl {
    border-radius: 20px;
    padding: 30px 20px;
  }
  .hospital_box05.seto_hospital_box05 .wrap dl .tit {
    font-size: clamp(1.8rem, 8.4vw, 2.2rem);
  }
  .hospital_box05.seto_hospital_box05 .wrap dl dd {
    font-size: 14px;
  }
} /*max-width:767px*/
.seto_hospital_box005 {
  padding: 150px 20px;
}

.seto_hospital_box005 .seto_hospital_box005_wrap {
  max-width: 1035px;
  margin: 0 auto;
  border-radius: 35px;
  background: #f0ebd2;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.06);
  padding: 40px 5%;
}

.seto_hospital_box005 .seto_hospital_box005_wrap .tit {
  margin-bottom: 25px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #52b5d5;
  font-size: clamp(2rem, 1.8vw, 2.2rem);
}

.seto_hospital_box005 .seto_hospital_box005_wrap .txt {
  line-height: 1.8;
  font-size: clamp(14px, 1.3vw, 16px);
}

.seto_hospital_box005 .seto_hospital_box005_wrap a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .seto_hospital_box005 {
    padding: 80px 20px;
  }
  .seto_hospital_box005 .seto_hospital_box005_wrap {
    border-radius: 20px;
    padding: 30px 20px;
  }
  .seto_hospital_box005 .seto_hospital_box005_wrap .tit {
    font-size: clamp(1.8rem, 8.4vw, 2.2rem);
  }
  .seto_hospital_box005 .seto_hospital_box005_wrap .txt {
    font-size: 14px;
  }
} /*max-width:767px*/
.hospital_box06 {
  position: relative;
  padding: 250px 20px 100px;
}

.hospital_box06.seto_hospital_box06::after {
  content: none;
}

.hospital_box06 .icon01 {
  position: absolute;
  width: 300px;
  left: 0;
  top: 100px;
}

.hospital_box06 .icon02 {
  position: absolute;
  width: 280px;
  right: 30px;
  top: -20px;
}

.hospital_box06::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../img/under_bg.jpg) top left repeat;
  left: 0;
  top: 0;
  z-index: -2;
}

.hospital_box06::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 450px;
  background: url(../../img/hospital_bg05.jpg) center center no-repeat;
  background-size: cover;
  left: 0;
  top: -200px;
  z-index: -1;
}

.hospital_box06 .inner .subhead {
  margin-bottom: 100px;
}

.hospital_box06 .inner .content01 {
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}

.hospital_box06 .inner .content01 .wrap {
  display: grid;
  grid-template-columns: 41.91% 52.73%;
  justify-content: space-between;
  margin-bottom: 50px;
}

.hospital_box06 .inner .content01 .wrap figure {
  border-radius: 20px;
  overflow: hidden;
}

.hospital_box06 .inner .content01 .wrap .content dl {
  display: flex;
  color: #3c3c3c;
  margin-bottom: 15px;
}

.hospital_box06 .inner .content01 .wrap .content dl:last-of-type {
  margin-bottom: 0;
}

.hospital_box06 .inner .content01 .wrap .content dl dt {
  margin-right: 20px;
  line-height: 1.8;
  letter-spacing: 0.07em;
  font-size: 16px;
  font-weight: 500;
}

.hospital_box06 .inner .content01 .wrap .content dl dd {
  line-height: 1.8;
  letter-spacing: 0.07em;
  font-size: 16px;
  font-weight: 500;
}

.hospital_box06 .inner .content01 .table_box {
  margin-bottom: 30px;
}

.hospital_box06 .inner .content01 .txt {
  max-width: 880px;
  margin: 0 auto;
  line-height: 1.8;
  font-size: 18px;
  color: #3c3c3c;
  font-weight: 500;
}

.hospital_box06 .inner .content02 {
  padding: 80px 20px 150px;
  background: #fff;
  border-radius: 30px;
  position: relative;
}

.hospital_box06 .inner .content02 .icon03 {
  position: absolute;
  width: 210px;
  left: -115px;
  top: -100px;
}

.hospital_box06 .inner .content02 .icon04 {
  position: absolute;
  width: 100px;
  right: -30px;
  top: -80px;
}

.hospital_box06 .inner .content02 section {
  max-width: 780px;
  margin: 0 auto;
}

.hospital_box06 .inner .content02 section:first-of-type {
  margin-bottom: 100px;
}

.hospital_box06 .inner .content02 section .subhead {
  margin-bottom: 80px;
}

.hospital_box06 .inner .content02 section .wrap.box01 {
  display: flex;
  justify-content: space-between;
  gap: 0 4%;
}

.hospital_box06 .inner .content02 section .wrap.box01 .content {
  max-width: 320px;
  text-align: center;
}

.hospital_box06 .inner .content02 section .wrap.box01 .content .tit {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  color: #000;
  letter-spacing: 0.07em;
  font-weight: 500;
}

.hospital_box06 .inner .content02 section .wrap.box01 .content figure {
  margin-bottom: 15px;
}

.hospital_box06 .inner .content02 section .wrap.box01 .content figure.br30 {
  border-radius: 30px;
  overflow: hidden;
}

.hospital_box06 .inner .content02 section .wrap.box01 .content .txt {
  font-size: 18px;
  letter-spacing: 0.07em;
  line-height: 1.5;
  font-weight: 500;
}

.hospital_box06 .inner .content02 section .wrap.box02 {
  display: flex;
  justify-content: space-between;
  gap: 0 4%;
}

.hospital_box06 .inner .content02 section .wrap.box02 figure {
  max-width: 320px;
}

.hospital_box06 .inner .content03 {
  padding: 80px 6% 150px;
  background: #fff;
  border-radius: 30px;
  margin-bottom: 100px;
  position: relative;
}

.hospital_box06 .inner .content03 .icon03 {
  position: absolute;
  width: 70px;
  left: -100px;
  top: -60px;
}

.hospital_box06 .inner .content03 .icon04 {
  position: absolute;
  width: 94px;
  right: -90px;
  top: -55px;
}

.hospital_box06 .inner .content03 .icon05 {
  position: absolute;
  width: 125px;
  left: -130px;
  bottom: -110px;
}

.hospital_box06 .inner .content03 .icon06 {
  position: absolute;
  width: 50px;
  right: -90px;
  bottom: -100px;
}

.hospital_box06 .inner .content03 .map {
  max-width: 773px;
  margin: 0 auto 50px;
}

.hospital_box06 .inner .content03 .map .g_map {
  margin-bottom: 40px;
}

.hospital_box06 .inner .content03 .map .info {
  display: grid;
  grid-template-columns: 41.4% 46.57%;
  justify-content: space-between;
  align-items: center;
}

.hospital_box06 .inner .content03 .map .info figure {
  overflow: hidden;
  border-radius: 20px;
  text-align: center;
}

.hospital_box06 .inner .content03 .map .info figure img {
  margin-bottom: 15px;
}

.hospital_box06 .inner .content03 .map .info figure figcaption {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.07em;
}

.hospital_box06 .inner .content03 .map .info .map_icon_area {
  text-align: center;
}

.hospital_box06 .inner .content03 .map .info .map_icon_area .map_icon {
  width: 54px;
  margin: 0 auto 30px;
}

.hospital_box06 .inner .content03 .map .info .map_icon_area .map_btn a {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  line-height: 66px;
  border-radius: 50px;
  border: 3px solid #f49c2e;
  color: #f49c2e;
  font-size: clamp(14px, 1.4vw, 18px);
  position: relative;
  font-weight: bold;
  padding-right: 30px;
}

.hospital_box06 .inner .content03 .map .info .map_icon_area .map_btn a::after {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  background: url(../../img/map_btn.png) no-repeat;
  background-size: contain;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.hospital_box06 .inner .content03 .map .info .map_icon_area .map_btn a:hover {
  opacity: 0.7;
}

.hospital_box06 .inner .content03 .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 1%;
}

.hospital_box06 .inner .content03 .content dl dt {
  font-weight: 500;
  color: #3c3c3c;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.hospital_box06 .inner .content03 .content dl dd {
  color: #3c3c3c;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .hospital_box06 {
    padding: 120px 20px 60px;
    position: relative;
  }
  .hospital_box06 .icon01 {
    position: absolute;
    width: 30%;
    left: 0;
    top: 50px;
  }
  .hospital_box06 .icon09 {
    position: absolute;
    width: 30%;
    top: 10%;
    right: -10px;
  }
  .hospital_box06 .icon02 {
    position: absolute;
    width: 30%;
    top: auto;
    right: 0;
    bottom: -50px;
  }
  .hospital_box06::after {
    height: 250px;
    background: url(../../img/sp_hospital_bg05.jpg) center center no-repeat;
    background-size: cover;
    top: -100px;
  }
  .hospital_box06 .inner .subhead {
    margin-bottom: 30px;
  }
  .hospital_box06 .inner .content01 {
    margin-bottom: 30px;
  }
  .hospital_box06 .inner .content01 .wrap {
    grid-template-columns: 100%;
    margin-bottom: 30px;
    gap: 30px 0;
  }
  .hospital_box06 .inner .content01 .wrap .content dl {
    display: flex;
    color: #3c3c3c;
    margin-bottom: 15px;
    justify-content: space-between;
  }
  .hospital_box06 .inner .content01 .wrap .content dl:last-of-type {
    margin-bottom: 0;
  }
  .hospital_box06 .inner .content01 .wrap .content dl dt {
    margin-right: 0;
    font-size: 14px;
    width: 20%;
  }
  .hospital_box06 .inner .content01 .wrap .content dl dd {
    width: 75%;
    font-size: 14px;
  }
  .hospital_box06 .inner .content01 .table_box {
    margin-bottom: 20px;
    overflow-x: scroll;
  }
  .hospital_box06 .inner .content01 .table_box .time_table_wrap {
    width: 820px;
  }
  .hospital_box06 .inner .content01 .txt {
    font-size: 14px;
  }
  .hospital_box06 .inner .content02 {
    padding: 30px 20px;
    border-radius: 10px;
  }
  .hospital_box06 .inner .content02 section:first-of-type {
    margin-bottom: 30px;
  }
  .hospital_box06 .inner .content02 section .subhead {
    margin-bottom: 30px;
  }
  .hospital_box06 .inner .content02 section .wrap.box01 {
    flex-direction: column;
    gap: 20px 0;
  }
  .hospital_box06 .inner .content02 section .wrap.box01 .content {
    margin: 0 auto;
  }
  .hospital_box06 .inner .content02 section .wrap.box01 .content .tit {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .hospital_box06 .inner .content02 section .wrap.box01 .content .txt {
    font-size: 14px;
  }
  .hospital_box06 .inner .content02 section .wrap.box01 .content figure {
    margin-bottom: 10px;
  }
  .hospital_box06 .inner .content02 section .wrap.box01 .content figure.br30 {
    border-radius: 20px;
  }
  .hospital_box06 .inner .content02 section .wrap.box02 {
    flex-direction: column;
    gap: 20px 0;
  }
  .hospital_box06 .inner .content02 section .wrap.box02 figure {
    margin: 0 auto;
  }
  .hospital_box06 .inner .content03 {
    padding: 30px 20px;
    border-radius: 10px;
    margin-bottom: 50px;
  }
  .hospital_box06 .inner .content03 .icon01 {
    right: 0;
    top: -40px;
    width: 25%;
    left: auto;
  }
  .hospital_box06 .inner .content03 .map {
    margin: 0 auto 30px;
  }
  .hospital_box06 .inner .content03 .map .g_map {
    margin-bottom: 20px;
  }
  .hospital_box06 .inner .content03 .map .g_map iframe {
    height: 300px;
  }
  .hospital_box06 .inner .content03 .map .info {
    grid-template-columns: 100%;
    gap: 30px 0;
  }
  .hospital_box06 .inner .content03 .map .info figure {
    order: 2;
  }
  .hospital_box06 .inner .content03 .map .info figure img {
    margin-bottom: 10px;
  }
  .hospital_box06 .inner .content03 .map .info figure figcaption {
    font-size: 16px;
  }
  .hospital_box06 .inner .content03 .map .info .map_icon_area {
    order: 1;
  }
  .hospital_box06 .inner .content03 .map .info .map_icon_area .map_icon {
    width: 60px;
    margin: 0 auto 20px;
  }
  .hospital_box06 .inner .content03 .map .info .map_icon_area .map_btn a {
    line-height: 38px;
    border-width: 1px;
  }
  .hospital_box06 .inner .content03 .map .info .map_icon_area .map_btn a::after {
    width: 20px;
    height: 20px;
  }
  .hospital_box06 .inner .content03 .content {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .hospital_box06 .inner .content03 .content dl dt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .hospital_box06 .inner .content03 .content dl dd {
    font-size: 14px;
  }
  .hospital_box06 .inner .content03 .content dl:nth-of-type(1) {
    order: 1;
  }
  .hospital_box06 .inner .content03 .content dl:nth-of-type(4) {
    order: 4;
  }
  .hospital_box06 .inner .content03 .content dl:nth-of-type(2) {
    order: 3;
  }
  .hospital_box06 .inner .content03 .content dl:nth-of-type(3) {
    order: 2;
  }
} /*max-width:767px*/
.time_table_wrap {
  border: 1px solid #feac46;
  border-radius: 20px;
  overflow: hidden;
}

.time_table {
  width: 100%;
  border-collapse: collapse;
}

.time_table th,
.time_table td {
  border: 1px solid #feac46;
}

.time_table th {
  width: 12%;
  padding: 18px 10px;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff3e3;
  font-weight: 500;
  color: #3c3c3c;
  border-top: none;
}

.time_table th:first-of-type {
  width: 14%;
  border-left: none;
}

.time_table th:last-of-type {
  width: 14%;
  border-right: none;
}

.time_table td {
  width: 12%;
  padding: 15px 10px;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
  background: #fff;
  color: #3c3c3c;
}

.time_table td:first-of-type {
  width: 14%;
  font-size: 18px;
  border-left: none;
}

.time_table td:last-of-type {
  width: 14%;
  border-right: none;
  font-size: 16px;
}

.time_table td.kyuu {
  font-size: 18px;
}

.time_table tr:last-of-type td {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .time_table th {
    padding: 15px 10px;
    font-size: 14px;
  }
  .time_table td {
    padding: 15px 10px;
    font-size: 14px;
  }
  .time_table td:first-of-type {
    font-size: 14px;
  }
  .time_table td:last-of-type {
    font-size: 14px;
  }
  .time_table td.kyuu {
    font-size: 14px;
  }
} /*max-width:767px*/
.hospital_box01.seto_hospital_box01 .pic {
  width: 28%;
}

@media screen and (max-width: 767px) {
  .hospital_box01.seto_hospital_box01 {
    position: relative;
  }
  .hospital_box01.seto_hospital_box01 .seto_icon01 {
    position: absolute;
    width: 25%;
    right: 0;
    top: 50px;
  }
} /*max-width:767px*/
.hospital_box03.seto_hospital_box03 {
  position: relative;
}

.hospital_box03.seto_hospital_box03::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 230px;
  background: url(../../img/tanida_bg01.png) top center no-repeat;
  background-size: cover;
  left: 0;
  top: -80px;
  z-index: -1;
}

.hospital_box03.seto_hospital_box03 .seto_icon01 {
  position: absolute;
  width: 182px;
  right: 1%;
  top: -40px;
}

.hospital_box03.seto_hospital_box03 .seto_icon02 {
  position: absolute;
  width: 118px;
  left: 5%;
  top: 40px;
}

.hospital_box03.seto_hospital_box03 .seto_icon03 {
  position: absolute;
  width: 59px;
  left: 5%;
  bottom: 0;
}

.hospital_box03.seto_hospital_box03 .seto_icon04 {
  position: absolute;
  width: 148px;
  right: 8%;
  bottom: -40px;
}

.hospital_box03.seto_hospital_box03 a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .hospital_box03.seto_hospital_box03 {
    position: relative;
    padding-top: 50px;
  }
  .hospital_box03.seto_hospital_box03::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 157px;
    background: url(../../img/sp_tanida_bg01.png) top center no-repeat;
    background-size: cover;
    left: 0;
    top: -50px;
    z-index: -1;
  }
  .hospital_box03.seto_hospital_box03 .seto_icon02 {
    position: absolute;
    width: 15%;
    left: 20px;
    top: -30px;
  }
  .hospital_box03.seto_hospital_box03 .seto_icon03 {
    position: absolute;
    width: 10%;
    left: 20px;
    bottom: -50px;
  }
  .hospital_box03.seto_hospital_box03 .seto_icon04 {
    position: absolute;
    width: 15%;
    right: 20px;
    bottom: -40px;
  }
  .hospital_box03.seto_hospital_box03 .seto_icon05 {
    position: absolute;
    width: 15%;
    right: 2%;
    top: -50px;
  }
} /*max-width:767px*/
.hospital_box05.seto_hospital_box05 {
  position: relative;
  padding: 200px 0 30px;
  margin-bottom: 200px;
}

.hospital_box05.seto_hospital_box05 .seto_hospital_box05_wrap {
  position: relative;
  padding: 0 20px;
}

.hospital_box05.seto_hospital_box05 .seto_hospital_box05_wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 250px;
  background: url(../../img/seto_bg01.png) bottom center no-repeat;
  background-size: cover;
  left: 0;
  bottom: -240px;
  z-index: -2;
}

.hospital_box05.seto_hospital_box05 .seto_icon01 {
  position: absolute;
  width: 106px;
  top: -180px;
  left: 10%;
}

.hospital_box05.seto_hospital_box05 .seto_icon02 {
  position: absolute;
  width: 153px;
  top: -100px;
  right: 5%;
}

.hospital_box05.seto_hospital_box05 .seto_icon03 {
  position: absolute;
  width: 350px;
  bottom: -90px;
  right: 0;
  z-index: -1;
}

.hospital_box05.seto_hospital_box05 .seto_icon04 {
  position: absolute;
  width: 216px;
  bottom: -50px;
  left: 1%;
}

@media screen and (max-width: 767px) {
  .hospital_box05.seto_hospital_box05 {
    position: relative;
    padding: 80px 0 30px;
    margin-bottom: 60px;
  }
  .hospital_box05.seto_hospital_box05 .seto_hospital_box05_wrap::after {
    height: 100px;
    bottom: -90px;
  }
  .hospital_box05.seto_hospital_box05 .seto_icon05 {
    position: absolute;
    width: 20%;
    top: -80px;
    left: 20px;
  }
  .hospital_box05.seto_hospital_box05 .seto_icon06 {
    position: absolute;
    width: 30%;
    top: -80px;
    right: 0;
  }
  .hospital_box05.seto_hospital_box05 .seto_icon07 {
    position: absolute;
    width: 22%;
    bottom: -70px;
    left: 20px;
  }
  .hospital_box05.seto_hospital_box05 .seto_icon03 {
    width: 50%;
    bottom: -20px;
  }
} /*max-width:767px*/
.seto_hospital_box005 {
  margin-bottom: 200px;
}

.seto_hospital_box005 .inner {
  position: relative;
}

.seto_hospital_box005 .inner .seto_icon01 {
  position: absolute;
  width: 132px;
  top: -70px;
  right: -100px;
}

.seto_hospital_box005 .inner .seto_icon02 {
  position: absolute;
  width: 188px;
  left: -150px;
  top: -10px;
}

@media screen and (max-width: 767px) {
  .seto_hospital_box005 {
    margin-bottom: 100px;
  }
  .seto_hospital_box005 .inner .seto_icon01 {
    width: 20%;
    top: -40px;
    right: 20px;
  }
} /*max-width:767px*/
.hospital_box06.seto_hospital_box06 {
  position: relative;
  padding-top: 0;
}

.hospital_box06.seto_hospital_box06::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 230px;
  background: url(../../img/seto_bg02.png) top center no-repeat;
  background-size: cover;
  left: 0;
  top: -220px;
  z-index: -2;
}

.hospital_box06.seto_hospital_box06 .seto_icon01 {
  position: absolute;
  width: 181px;
  top: -220px;
  left: 3%;
}

.hospital_box06.seto_hospital_box06 .seto_icon02 {
  position: absolute;
  width: 232px;
  top: -260px;
  right: 3%;
}

.hospital_box06.seto_hospital_box06 .content02 {
  position: relative;
}

.hospital_box06.seto_hospital_box06 .content02 .seto_icon01 {
  position: absolute;
  width: 127px;
  right: -20px;
  left: auto;
  top: -90px;
}

.hospital_box06.seto_hospital_box06 .content03 {
  position: relative;
}

.hospital_box06.seto_hospital_box06 .content03 .seto_icon02 {
  position: absolute;
  width: 120px;
  left: -100px;
  right: auto;
  top: -60px;
}

.hospital_box06.seto_hospital_box06 .content03 .seto_icon01 {
  position: absolute;
  width: 150px;
  right: -100px;
  left: auto;
  top: -100px;
}

.hospital_box06.seto_hospital_box06 .content03 .seto_icon03 {
  position: absolute;
  width: 141px;
  right: auto;
  left: -120px;
  top: auto;
  bottom: 60px;
}

.hospital_box06.seto_hospital_box06 .content03 .seto_icon04 {
  position: absolute;
  width: 115px;
  right: -30px;
  left: auto;
  top: auto;
  bottom: 100px;
}

@media screen and (max-width: 767px) {
  .hospital_box06.seto_hospital_box06 {
    position: relative;
  }
  .hospital_box06.seto_hospital_box06::after {
    height: 90px;
    top: -80px;
  }
  .hospital_box06.seto_hospital_box06 .seto_icon03 {
    position: absolute;
    width: 25%;
    top: -130px;
    right: 20px;
  }
  .hospital_box06.seto_hospital_box06 .seto_icon04 {
    position: absolute;
    width: 30%;
    top: -120px;
    left: 0;
  }
  .hospital_box06.seto_hospital_box06 .seto_icon05 {
    position: absolute;
    width: 25%;
    top: 10%;
    right: 0;
  }
  .hospital_box06.seto_hospital_box06 .content03 {
    position: relative;
  }
  .hospital_box06.seto_hospital_box06 .content03 .seto_icon05 {
    position: absolute;
    width: 20%;
    right: 20px;
    left: auto;
    top: auto;
    bottom: -50px;
  }
} /*max-width:767px*/
.hospital_box05.tanida_hospital_box05 {
  position: relative;
}

.hospital_box05.tanida_hospital_box05 .tanida_icon01 {
  position: absolute;
  width: 106px;
  top: 20px;
  left: 13%;
}

.hospital_box05.tanida_hospital_box05 .tanida_icon02 {
  position: absolute;
  width: 153px;
  top: 150px;
  right: 5%;
}

.hospital_box05.tanida_hospital_box05 .tanida_icon03 {
  position: absolute;
  width: 304px;
  top: 26%;
  left: 0;
}

.hospital_box05.tanida_hospital_box05 .tanida_icon04 {
  position: absolute;
  width: 239px;
  top: 50%;
  right: 2%;
}

.hospital_box05.tanida_hospital_box05 .tanida_icon05 {
  position: absolute;
  width: 466px;
  bottom: 16%;
  left: 0;
  z-index: -1;
}

.hospital_box05.tanida_hospital_box05 .tanida_icon06 {
  position: absolute;
  width: 486px;
  bottom: 10px;
  right: 1%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .hospital_box05.tanida_hospital_box05 {
    position: relative;
  }
  .hospital_box05.tanida_hospital_box05 .tanida_icon07 {
    position: absolute;
    width: 30%;
    top: 0;
    left: 20px;
  }
  .hospital_box05.tanida_hospital_box05 .tanida_icon08 {
    position: absolute;
    width: 30%;
    top: 0;
    right: 0;
  }
  .hospital_box05.tanida_hospital_box05 .tanida_icon09 {
    position: absolute;
    width: 28%;
    bottom: -20px;
    left: 0;
  }
  .hospital_box05.tanida_hospital_box05 .tanida_icon10 {
    position: absolute;
    width: 38%;
    bottom: -80px;
    right: 0;
  }
} /*max-width:767px*/
.hospital_box06.tanida_hospital_box06 {
  position: relative;
}

.hospital_box06.tanida_hospital_box06 .tanida_icon01 {
  position: absolute;
  width: 200px;
  top: 50px;
  right: 3%;
}

.hospital_box06.tanida_hospital_box06 .tanida_icon02 {
  position: absolute;
  width: 340px;
  top: 80px;
  left: 0;
}

.hospital_box06.tanida_hospital_box06 .tanida_icon03 {
  position: absolute;
  width: 145px;
  top: 330px;
  right: 3%;
}

.hospital_box06.tanida_hospital_box06 .content02 {
  position: relative;
}

.hospital_box06.tanida_hospital_box06 .content02 .tanida_icon01 {
  position: absolute;
  width: 155px;
  right: auto;
  left: -120px;
  top: -60px;
}

.hospital_box06.tanida_hospital_box06 .content02 .tanida_icon02 {
  position: absolute;
  width: 127px;
  top: -80px;
  left: auto;
  right: -60px;
}

.hospital_box06.tanida_hospital_box06 .content03 {
  position: relative;
}

.hospital_box06.tanida_hospital_box06 .content03 .tanida_icon02 {
  position: absolute;
  width: 150px;
  right: -100px;
  left: auto;
  top: -100px;
}

.hospital_box06.tanida_hospital_box06 .content03 .tanida_icon01 {
  position: absolute;
  width: 120px;
  left: -100px;
  right: auto;
  top: -50px;
}

.hospital_box06.tanida_hospital_box06 .content03 .tanida_icon03 {
  position: absolute;
  width: 141px;
  right: auto;
  left: -120px;
  top: auto;
  bottom: -100px;
}

.hospital_box06.tanida_hospital_box06 .content03 .tanida_icon04 {
  position: absolute;
  width: 115px;
  right: -30px;
  left: auto;
  top: auto;
  bottom: -60px;
}

@media screen and (max-width: 767px) {
  .hospital_box06.tanida_hospital_box06 {
    position: relative;
  }
  .hospital_box06.tanida_hospital_box06 .tanida_icon04 {
    position: absolute;
    width: 35%;
    top: 50px;
    left: 0;
  }
  .hospital_box06.tanida_hospital_box06 .tanida_icon05 {
    position: absolute;
    width: 30%;
    top: 13%;
    right: 0;
  }
  .hospital_box06.tanida_hospital_box06 .content03 {
    position: relative;
  }
  .hospital_box06.tanida_hospital_box06 .content03 .tanida_icon05 {
    position: absolute;
    width: 18%;
    right: 20px;
    left: auto;
    top: -30px;
  }
  .hospital_box06.tanida_hospital_box06 .content03 .tanida_icon06 {
    position: absolute;
    width: 23%;
    right: 20px;
    left: auto;
    bottom: -30px;
  }
} /*max-width:767px*/
.facility_box01 {
  position: relative;
  padding: 120px 20px 200px;
}

.facility_box01 .icon01 {
  position: absolute;
  width: 200px;
  right: -50px;
  top: 18%;
}

.facility_box01 .icon02 {
  position: absolute;
  width: 200px;
  left: -50px;
  top: 33%;
}

.facility_box01::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../img/under_bg.jpg) top center repeat;
  left: 0;
  top: 0;
  z-index: -2;
}

.facility_box01::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 260px;
  background: url(../../img/introduction_bg03.jpg) bottom center no-repeat;
  background-size: cover;
  left: 0;
  bottom: -100px;
  z-index: -1;
}

.facility_box01 .facility_box01_inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.facility_box01 .facility_box01_inner .icon03 {
  position: absolute;
  width: 150px;
  right: 0;
  top: -80px;
}

.facility_box01 .facility_box01_inner .icon04 {
  position: absolute;
  width: 120px;
  left: 0;
  top: -50px;
}

.facility_box01 .facility_box01_inner .wrap01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 4%;
  margin-bottom: 40px;
}

.facility_box01 .facility_box01_inner .wrap01 .content {
  padding: 30px 8%;
  background: #fff;
  border-radius: 30px;
}

.facility_box01 .facility_box01_inner .wrap01 .content figure {
  max-width: 167px;
  margin: 0 auto 20px;
  overflow: hidden;
  border-radius: 20px;
}

.facility_box01 .facility_box01_inner .wrap01 .content .tit {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  color: #52b5d5;
  text-align: center;
  font-size: clamp(18px, 1.8vw, 22px);
}

.facility_box01 .facility_box01_inner .wrap01 .content .txt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.facility_box01 .facility_box01_inner .wrap02 {
  display: grid;
  grid-template-columns: 30.8% 34.84%;
  gap: 0 4%;
  margin-bottom: 40px;
  position: relative;
}

.facility_box01 .facility_box01_inner .wrap02 .icon05 {
  position: absolute;
  width: 280px;
  right: -50px;
  bottom: -50px;
  z-index: 1;
}

.facility_box01 .facility_box01_inner .wrap02 .content {
  padding: 30px 8% 100px;
  background: #fff;
  border-radius: 30px;
}

.facility_box01 .facility_box01_inner .wrap02 .content figure {
  max-width: 167px;
  margin: 0 auto 20px;
  overflow: hidden;
  border-radius: 20px;
}

.facility_box01 .facility_box01_inner .wrap02 .content .tit {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  color: #52b5d5;
  text-align: center;
  font-size: clamp(18px, 1.8vw, 22px);
}

.facility_box01 .facility_box01_inner .wrap02 .content .txt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.facility_box01 .facility_box01_inner .wrap02 .content .pic_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10px;
}

.facility_box01 .facility_box01_inner .wrap02 .content .pic_wrap figure {
  max-width: 100%;
}

.facility_box01 .facility_box01_inner .wrap03 {
  padding: 50px 8%;
  background: #fff;
  border-radius: 30px;
}

.facility_box01 .facility_box01_inner .wrap03:first-of-type {
  margin-bottom: 40px;
}

.facility_box01 .facility_box01_inner .wrap03 .tit {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  color: #52b5d5;
  text-align: center;
  font-size: clamp(18px, 1.8vw, 22px);
}

.facility_box01 .facility_box01_inner .wrap03 .txt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.facility_box01 .facility_box01_inner .wrap03 .list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 10px;
}

.facility_box01 .facility_box01_inner .wrap03 .list li {
  overflow: hidden;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .facility_box01 {
    padding: 60px 20px 100px;
    position: relative;
  }
  .facility_box01 .icon01 {
    position: absolute;
    width: 30%;
    left: 0;
    top: 0;
  }
  .facility_box01 .icon02 {
    position: absolute;
    width: 20%;
    right: 0;
    top: 0;
    z-index: 1;
    left: auto;
  }
  .facility_box01 .icon03 {
    position: absolute;
    width: 15%;
    left: -20px;
    top: 8%;
  }
  .facility_box01 .icon04 {
    position: absolute;
    width: 10%;
    right: -5px;
    top: 13%;
  }
  .facility_box01 .icon05 {
    position: absolute;
    width: 10%;
    left: -5px;
    top: 20%;
  }
  .facility_box01 .icon06 {
    position: absolute;
    width: 10%;
    right: -5px;
    top: 27%;
  }
  .facility_box01 .icon07 {
    position: absolute;
    width: 15%;
    right: -10px;
    top: 37%;
  }
  .facility_box01 .icon08 {
    position: absolute;
    width: 10%;
    left: -5px;
    top: 40%;
  }
  .facility_box01 .icon09 {
    position: absolute;
    width: 15%;
    left: -10px;
    top: 47%;
  }
  .facility_box01 .icon10 {
    position: absolute;
    width: 10%;
    right: -5px;
    top: 55%;
  }
  .facility_box01 .icon11 {
    position: absolute;
    width: 15%;
    right: -10px;
    bottom: 30%;
  }
  .facility_box01 .icon12 {
    position: absolute;
    width: 10%;
    left: -5px;
    bottom: 21%;
  }
  .facility_box01 .icon13 {
    position: absolute;
    width: 15%;
    left: -10px;
    bottom: 12%;
  }
  .facility_box01::before {
    height: 160px;
    background: url(../../img/sp_under_bg01.jpg) bottom center no-repeat;
    background-size: cover;
    bottom: -80px;
  }
  .facility_box01 .facility_box01_inner .wrap01 {
    grid-template-columns: 100%;
    gap: 10px 0;
    margin-bottom: 10px;
  }
  .facility_box01 .facility_box01_inner .wrap01 .content {
    padding: 30px 20px;
    border-radius: 20px;
  }
  .facility_box01 .facility_box01_inner .wrap01 .content figure {
    margin: 0 auto 20px;
  }
  .facility_box01 .facility_box01_inner .wrap01 .content .tit {
    font-size: clamp(16px, 4vw, 20px);
  }
  .facility_box01 .facility_box01_inner .wrap01 .content .txt {
    font-size: 14px;
  }
  .facility_box01 .facility_box01_inner .wrap02 {
    grid-template-columns: 100%;
    gap: 10px 0;
    margin-bottom: 10px;
  }
  .facility_box01 .facility_box01_inner .wrap02 .content {
    padding: 30px 20px;
    border-radius: 20px;
  }
  .facility_box01 .facility_box01_inner .wrap02 .content .tit {
    font-size: clamp(16px, 4vw, 20px);
  }
  .facility_box01 .facility_box01_inner .wrap02 .content .txt {
    font-size: 14px;
  }
  .facility_box01 .facility_box01_inner .wrap02 .content .pic_wrap figure {
    border-radius: 10px;
  }
  .facility_box01 .facility_box01_inner .wrap03 {
    padding: 30px 20px;
    border-radius: 20px;
  }
  .facility_box01 .facility_box01_inner .wrap03:first-of-type {
    margin-bottom: 10px;
  }
  .facility_box01 .facility_box01_inner .wrap03 .tit {
    font-size: clamp(16px, 4vw, 20px);
  }
  .facility_box01 .facility_box01_inner .wrap03 .txt {
    font-size: 14px;
  }
  .facility_box01 .facility_box01_inner .wrap03 .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
} /*max-width:767px*/
.facility_box02 {
  padding: 100px 20px 50px;
  position: relative;
}

.facility_box02 .subhead {
  margin-bottom: 80px;
}

.facility_box02 .icon01 {
  position: absolute;
  width: 300px;
  right: 50px;
  top: -100px;
}

.facility_box02 .icon03 {
  position: absolute;
  width: 100px;
  left: 50px;
  bottom: -20px;
}

.facility_box02 .table_box {
  margin-bottom: 20px;
  position: relative;
}

.facility_box02 .table_box .icon02 {
  position: absolute;
  width: 400px;
  left: -200px;
  top: -260px;
}

.facility_box02 .txt {
  text-align: right;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .facility_box02 {
    padding: 100px 20px 50px;
    position: relative;
  }
  .facility_box02 .subhead {
    margin-bottom: 50px;
  }
  .facility_box02 .icon01 {
    position: absolute;
    width: 35%;
    left: 5%;
    top: -30px;
  }
  .facility_box02 .icon02 {
    position: absolute;
    width: 25%;
    right: 5%;
    top: -40px;
  }
  .facility_box02 .icon03 {
    position: absolute;
    width: 18%;
    left: 5%;
    bottom: -10px;
    z-index: -1;
  }
  .facility_box02 .icon04 {
    position: absolute;
    width: 23%;
    right: 5%;
    bottom: -10px;
    z-index: -1;
  }
  .facility_box02 .icon05 {
    position: absolute;
    width: 80px;
    left: 8%;
    top: 11%;
    z-index: 1;
  }
  .facility_box02 .table_box {
    margin-bottom: 20px;
    overflow-x: scroll;
  }
  .facility_box02 .table_box .facility_table_wrap {
    width: 820px;
  }
  .facility_box02 .txt {
    text-align: left;
    font-size: 14px;
  }
} /*max-width:767px*/
.facility_table_wrap {
  border: 1px solid #52b5d5;
  border-radius: 20px;
  overflow: hidden;
}

.facility_table {
  width: 100%;
  border-collapse: collapse;
}

.facility_table th,
.facility_table td {
  border: 1px solid #52b5d5;
}

.facility_table th {
  width: 25%;
  padding: 18px;
  font-size: 22px;
  text-align: center;
  vertical-align: middle;
  background-color: #52b5d5;
  font-weight: 500;
  color: #fff;
  border-top: none;
  border-right-color: #fff;
  font-weight: bold;
}

.facility_table th:first-of-type {
  border-left: none;
}

.facility_table th:last-of-type {
  border-right: none;
}

.facility_table tr:nth-of-type(even) td {
  background: #fff;
}

.facility_table td {
  width: 25%;
  padding: 18px;
  font-size: 22px;
  background: #dcf0f7;
  font-weight: bold;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
  color: #3c3c3c;
}

.facility_table td:first-of-type {
  border-left: none;
  text-align: left;
}

.facility_table td:last-of-type {
  border-right: none;
}

.facility_table td.kome span {
  position: relative;
  display: inline-block;
}

.facility_table td.kome span::after {
  content: "(※)";
  font-size: 16px;
  position: absolute;
  right: -40px;
  bottom: 0;
}

.facility_table tr:last-of-type td {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .facility_table th {
    padding: 15px 10px;
    font-size: 14px;
  }
  .facility_table td {
    padding: 15px 10px;
    font-size: 14px;
  }
  .facility_table td:first-of-type {
    font-size: 14px;
  }
  .facility_table td.kome span::after {
    font-size: 12px;
    right: -30px;
  }
} /*max-width:767px*/
.internal_box01 .inner {
  position: relative;
  z-index: 1;
}

.internal_box01 .inner .icon01 {
  position: absolute;
  z-index: -1;
  width: 413px;
  left: -180px;
  bottom: -470px;
}

.internal_box01 .inner .txt {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 500;
  color: #3c3c3c;
}

@media screen and (max-width: 767px) {
  .internal_box01 .inner .icon01 {
    position: absolute;
    z-index: -1;
    width: 413px;
    left: -180px;
    bottom: -470px;
  }
  .internal_box01 .inner .txt {
    font-size: 14px;
  }
} /*max-width:767px*/
.internal_box02 {
  padding: 250px 20px 300px;
  position: relative;
}

.internal_box02::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 105%;
  background: #52b5d5;
  left: 0;
  top: -5%;
  z-index: -3;
}

.internal_box02 .subhead02 {
  margin-bottom: 100px;
}

.internal_box02 dl {
  border-radius: 30px;
  background: #fff;
  padding: 40px;
  margin-bottom: 30px;
}

.internal_box02 dl:last-of-type {
  margin-bottom: 0;
}

.internal_box02 dl dt {
  color: #52b5d5;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  font-size: 30px;
}

.internal_box02 dl dd {
  line-height: 1.5;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .internal_box02 {
    padding: 150px 20px 200px;
  }
  .internal_box02 .subhead02 {
    margin-bottom: 60px;
  }
  .internal_box02 dl {
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .internal_box02 dl dt {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .internal_box02 dl dd {
    font-size: 14px;
  }
} /*max-width:767px*/
.internal_box03 .inner {
  position: relative;
  z-index: 1;
}

.internal_box03 .inner .icon01 {
  position: absolute;
  z-index: -1;
  width: 84px;
  left: -80px;
  top: -150px;
}

.internal_box03 .inner .icon02 {
  position: absolute;
  z-index: -1;
  width: 128px;
  right: 80px;
  top: -180px;
}

@media screen and (max-width: 767px) {
  .internal_box03 .inner .icon01 {
    width: 20%;
    left: -10px;
    top: -120px;
  }
  .internal_box03 .inner .icon02 {
    width: 35%;
    right: 10px;
    top: -140px;
  }
}
.surgery_box01 .inner {
  position: relative;
  z-index: 1;
}

.surgery_box01 .inner .icon01 {
  position: absolute;
  z-index: -1;
  width: 137px;
  left: -50px;
  bottom: -290px;
}

.surgery_box01 .inner .icon02 {
  position: absolute;
  z-index: -1;
  width: 372px;
  right: -150px;
  bottom: -180px;
}

.surgery_box01 .inner section {
  margin-bottom: 30px;
}

.surgery_box01 .inner section .subhead03 {
  color: #3c3c3c;
  font-size: 20px;
}

.surgery_box01 .inner p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 500;
  color: #3c3c3c;
}

@media screen and (max-width: 767px) {
  .surgery_box01 .inner .icon01 {
    position: absolute;
    z-index: -1;
    width: 30%;
    left: -10px;
    bottom: -120px;
  }
  .surgery_box01 .inner .icon02 {
    position: absolute;
    z-index: -1;
    width: 30%;
    right: -10px;
    bottom: -80px;
  }
  .surgery_box01 .inner section {
    margin-bottom: 20px;
  }
  .surgery_box01 .inner p {
    font-size: 14px;
  }
} /*max-width:767px*/
.surgery_box02 {
  padding: 250px 20px 250px;
  position: relative;
}

.surgery_box02::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 282px;
  background: url(../../img/surgery_wave.jpg) center center no-repeat;
  background-size: cover;
  left: 0;
  bottom: -141px;
  z-index: -1;
}

.surgery_box02::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 105%;
  background: #52b5d5;
  left: 0;
  top: -5%;
  z-index: -3;
}

.surgery_box02 .inner {
  position: relative;
  z-index: 1;
}

.surgery_box02 .inner .icon01 {
  position: absolute;
  z-index: 0;
  width: 66px;
  top: 50px;
  right: 50px;
}

.surgery_box02 .inner .subhead02 {
  margin-bottom: 100px;
  z-index: 1;
}

.surgery_box02 .inner dl {
  border-radius: 30px;
  background: #fff;
  padding: 40px;
  margin-bottom: 30px;
}

.surgery_box02 .inner dl:last-of-type {
  margin-bottom: 0;
}

.surgery_box02 .inner dl dt {
  color: #52b5d5;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  font-size: 30px;
}

.surgery_box02 .inner dl dd {
  line-height: 1.5;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .surgery_box02 {
    padding: 150px 20px 100px;
  }
  .surgery_box02::before {
    height: 140px;
    background: url(img/sp_surgery_wave.png) center center no-repeat;
    background-size: cover;
    left: 0;
    bottom: -70px;
  }
  .surgery_box02 .inner .icon01 {
    position: absolute;
    z-index: 0;
    width: 12%;
    top: auto;
    right: auto;
    left: 0;
    bottom: -150px;
  }
  .surgery_box02 .inner .subhead02 {
    margin-bottom: 60px;
  }
  .surgery_box02 .inner dl {
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .surgery_box02 .inner dl dt {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .surgery_box02 .inner dl dd {
    font-size: 14px;
  }
} /*max-width:767px*/
.surgery_box03 {
  padding: 150px 20px 200px;
  position: relative;
}

.surgery_box03::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 400px;
  background: url(../../img/surgery_bg.png) center center no-repeat;
  background-size: cover;
  left: 0;
  bottom: -200px;
}

.surgery_box03 .inner {
  position: relative;
  z-index: 1;
}

.surgery_box03 .inner .icon01 {
  position: absolute;
  z-index: 0;
  width: 296px;
  top: -250px;
  left: -250px;
}

.surgery_box03 .inner .icon02 {
  position: absolute;
  z-index: 1;
  width: 105px;
  top: 0;
  right: 20px;
}

.surgery_box03 .inner .subhead {
  margin-bottom: 100px;
}

.surgery_box03 .inner section {
  display: grid;
  grid-template-columns: 115px auto;
  border-radius: 30px;
  align-items: center;
  overflow: hidden;
  background: #52b5d5;
  border: 3px solid #52b5d5;
  margin-bottom: 50px;
}

.surgery_box03 .inner section:last-of-type {
  margin-bottom: 0;
}

.surgery_box03 .inner section .tit {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.surgery_box03 .inner section .content {
  background: #fff;
  padding: 40px;
}

.surgery_box03 .inner section .content dl {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dotted #d0e3e9;
}

.surgery_box03 .inner section .content dl:first-of-type {
  padding-top: 0;
}

.surgery_box03 .inner section .content dl:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.surgery_box03 .inner section .content dl dt {
  width: 23%;
  padding-right: 20px;
  color: #52b5d5;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}

.surgery_box03 .inner section .content dl dd {
  line-height: 1.5;
  font-size: 16px;
  color: #3c3c3c;
  width: 77%;
}

@media screen and (max-width: 767px) {
  .surgery_box03 {
    padding: 80px 20px 100px;
  }
  .surgery_box03::after {
    height: 200px;
    background: url(../../img/sp_surgery_bg.png) center center no-repeat;
    background-size: cover;
    bottom: -100px;
  }
  .surgery_box03 .inner .icon01 {
    position: absolute;
    z-index: 0;
    width: 296px;
    top: -250px;
    left: -250px;
  }
  .surgery_box03 .inner .icon02 {
    position: absolute;
    z-index: 1;
    width: 105px;
    top: 0;
    right: 20px;
  }
  .surgery_box03 .inner .subhead {
    margin-bottom: 50px;
  }
  .surgery_box03 .inner section {
    grid-template-columns: 100%;
    border-radius: 15px;
    border: 2px solid #52b5d5;
    margin-bottom: 30px;
  }
  .surgery_box03 .inner section .tit {
    padding: 15px;
  }
  .surgery_box03 .inner section .content {
    background: #fff;
    padding: 30px 20px;
  }
  .surgery_box03 .inner section .content dl {
    padding: 10px 0;
    flex-direction: column;
    gap: 8px 0;
    align-items: flex-start;
  }
  .surgery_box03 .inner section .content dl dt {
    width: 100%;
    padding-right: 0;
    font-size: 14px;
  }
  .surgery_box03 .inner section .content dl dd {
    font-size: 14px;
    width: 100%;
  }
} /*max-width:767px*/
.surgery_box04.subject_btn_box {
  padding-top: 150px;
}

.surgery_box04.subject_btn_box::after {
  content: none;
}

.surgery_box04.subject_btn_box .inner {
  position: relative;
  z-index: 1;
}

.surgery_box04.subject_btn_box .inner .icon01 {
  position: absolute;
  z-index: 0;
  width: 84px;
  top: -100px;
  left: -70px;
}

.surgery_box04.subject_btn_box .inner .icon02 {
  position: absolute;
  z-index: 0;
  width: 444px;
  top: -180px;
  right: -200px;
}

@media screen and (max-width: 767px) {
  .surgery_box04.subject_btn_box {
    padding-top: 100px;
  }
  .surgery_box04.subject_btn_box::after {
    content: none;
  }
  .surgery_box04.subject_btn_box .inner .icon01 {
    width: 15%;
    top: -100px;
    left: 20px;
  }
  .surgery_box04.subject_btn_box .inner .icon02 {
    width: 80%;
    top: -120px;
    right: -160px;
  }
} /*max-width:767px*/
.small_box01 .inner {
  position: relative;
  z-index: 1;
}

.small_box01 .inner .icon01 {
  position: absolute;
  z-index: -1;
  width: 78px;
  bottom: -150px;
  right: -60px;
}

.small_box01 .inner p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 500;
  color: #3c3c3c;
}

@media screen and (max-width: 767px) {
  .small_box01 .inner p {
    font-size: 14px;
  }
  .small_box01 .inner .icon01 {
    width: 20%;
    bottom: -80px;
    right: 0;
  }
  .small_box01 .inner .icon02 {
    position: absolute;
    z-index: -1;
    width: 50%;
    bottom: -140px;
    left: -10px;
  }
} /*max-width:767px*/
.small_box02 {
  padding: 300px 20px 330px;
  position: relative;
}

.small_box02::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 105%;
  background: #52b5d5;
  left: 0;
  top: -5%;
  z-index: -3;
}

.small_box02 .small_box02_inner {
  position: relative;
  z-index: 1;
  max-width: 916px;
  margin: 0 auto 120px;
}

.small_box02 .small_box02_inner .icon01 {
  position: absolute;
  width: 297px;
  top: -280px;
  left: -250px;
  z-index: -1;
}

.small_box02 .small_box02_inner .icon02 {
  position: absolute;
  width: 214px;
  top: -50px;
  right: -100px;
  z-index: -1;
}

.small_box02 .small_box02_inner .icon03 {
  position: absolute;
  width: 183px;
  top: 50%;
  left: -230px;
  z-index: -1;
}

.small_box02 .small_box02_inner .icon04 {
  position: absolute;
  width: 165px;
  top: 73%;
  right: -250px;
  z-index: -1;
}

.small_box02 .small_box02_inner .subhead02 {
  margin-bottom: 100px;
}

.small_box02 .small_box02_inner .content {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 40px;
}

.small_box02 .small_box02_inner .content:last-of-type {
  margin-bottom: 0;
}

.small_box02 .small_box02_inner .content .content_tit {
  padding: 15px 10px;
  text-align: center;
  background: #e4eef1;
  color: #52b5d5;
  line-height: 1.2;
  font-size: 26px;
  font-weight: bold;
}

.small_box02 .small_box02_inner .content .wrap {
  flex-direction: column;
  padding: 50px 60px;
  flex-wrap: nowrap;
}

.small_box02 .small_box02_inner .content .wrap section {
  margin-bottom: 40px;
}

.small_box02 .small_box02_inner .content .wrap section:last-of-type {
  margin-bottom: 0;
}

.small_box02 .small_box02_inner .content .wrap section h4 {
  color: #52b5d5;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP";
  z-index: 1;
  margin-bottom: 20px;
}

.small_box02 .small_box02_inner .content .wrap section h4::after {
  background: #e4eef1;
}

.small_box02 .small_box02_inner .content .wrap section p {
  line-height: 1.5;
  font-size: 16px;
}

.small_box02 .small_box02_inner .content .wrap section dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.small_box02 .small_box02_inner .content .wrap section dl dt {
  width: 25%;
  color: #48585e;
  font-weight: bold;
  font-size: 16px;
  padding-right: 20px;
  line-height: 1.5;
}

.small_box02 .small_box02_inner .content .wrap section dl dd {
  width: 75%;
  color: #48585e;
  line-height: 1.5;
  font-size: 16px;
}

.small_box02 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3%;
}

.small_box02 ul li {
  overflow: hidden;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .small_box02 {
    padding: 160px 20px 200px;
  }
  .small_box02 .small_box02_inner {
    margin-bottom: 40px;
  }
  .small_box02 .small_box02_inner .icon01 {
    position: absolute;
    z-index: 0;
    width: 30%;
    top: -130px;
    left: -10px;
  }
  .small_box02 .small_box02_inner .subhead02 {
    margin-bottom: 60px;
  }
  .small_box02 .small_box02_inner .content {
    border-radius: 15px;
    margin-bottom: 30px;
  }
  .small_box02 .small_box02_inner .content .content_tit {
    padding: 15px 10px;
    font-size: 22px;
  }
  .small_box02 .small_box02_inner .content .wrap {
    padding: 30px 20px;
  }
  .small_box02 .small_box02_inner .content .wrap section {
    margin-bottom: 30px;
  }
  .small_box02 .small_box02_inner .content .wrap section:last-of-type {
    margin-bottom: 0;
  }
  .small_box02 .small_box02_inner .content .wrap section h4 {
    font-size: 18px;
  }
  .small_box02 .small_box02_inner .content .wrap section p {
    font-size: 14px;
  }
  .small_box02 .small_box02_inner .content .wrap section dl {
    flex-direction: column;
    gap: 10px 0;
  }
  .small_box02 .small_box02_inner .content .wrap section dl dt {
    width: 100%;
    font-size: 14px;
    padding-right: 0;
  }
  .small_box02 .small_box02_inner .content .wrap section dl dd {
    width: 100%;
    font-size: 14px;
  }
  .small_box02 ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
  }
  .small_box02 ul li {
    border-radius: 10px;
  }
} /*max-width:767px*/
.small_box03 .inner {
  position: relative;
  z-index: 1;
}

.small_box03 .inner .icon01 {
  position: absolute;
  width: 221px;
  top: -200px;
  left: -100px;
  z-index: -1;
}

.small_box03 .inner .icon02 {
  position: absolute;
  width: 84px;
  bottom: -200px;
  left: -100px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .small_box03 .inner .icon01 {
    width: 50%;
    top: -130px;
    left: -40px;
  }
  .small_box03 .inner .icon02 {
    width: 25%;
    bottom: -60px;
    left: -10px;
  }
  .small_box03 .inner .icon03 {
    position: absolute;
    width: 48%;
    top: -140px;
    right: -20px;
  }
} /*max-width:767px*/
.oncology_box01 .inner {
  position: relative;
  z-index: 1;
}

.oncology_box01 .inner .icon01 {
  position: absolute;
  z-index: -1;
  width: 297px;
  bottom: -150px;
  right: -180px;
}

.oncology_box01 .inner .icon02 {
  position: absolute;
  z-index: -1;
  width: 100px;
  bottom: -280px;
  left: -80px;
}

.oncology_box01 .inner p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 500;
  color: #3c3c3c;
}

@media screen and (max-width: 767px) {
  .oncology_box01 .inner p {
    font-size: 14px;
  }
} /*max-width:767px*/
.oncology_box02 {
  padding: 300px 20px 330px;
  position: relative;
}

.oncology_box02::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 105%;
  background: #52b5d5;
  left: 0;
  top: -5%;
  z-index: -3;
}

.oncology_box02 .inner {
  position: relative;
  z-index: 1;
}

.oncology_box02 .inner .icon01 {
  position: absolute;
  width: 227px;
  top: -20px;
  right: 0;
  z-index: -1;
}

.oncology_box02 .inner .subhead02 {
  margin-bottom: 100px;
}

.oncology_box02 .inner section {
  padding: 40px 4%;
  border-radius: 30px;
  background: #fff;
  display: grid;
  grid-template-columns: 62.14% 33.01%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.oncology_box02 .inner section:last-of-type {
  margin-bottom: 0;
}

.oncology_box02 .inner section .content .tit {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.07em;
  margin-bottom: 20px;
  color: #52b5d5;
  font-size: clamp(24px, 2.4vw, 30px);
}

.oncology_box02 .inner section .content p {
  line-height: 1.2;
  font-size: 16px;
  letter-spacing: 0.07em;
}

.oncology_box02 .inner section .content .btn {
  margin-top: 20px;
  padding: 0;
}

.oncology_box02 .inner section .content .btn a {
  margin-left: auto;
  text-align: right;
  font-size: 16px;
  padding-right: 40px;
  position: relative;
  padding: 15px 40px 15px 0;
}

.oncology_box02 .inner section .content .btn a::after {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  background: url(../../img/btn_icon.png) no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.oncology_box02 .inner section figure {
  border-radius: 10px;
  overflow: hidden;
}

.oncology_box02 .inner section:nth-of-type(even) {
  grid-template-columns: 33.01% 62.14%;
}

.oncology_box02 .inner section:nth-of-type(even) .content {
  order: 2;
}

.oncology_box02 .inner section:nth-of-type(even) figure {
  order: 1;
}

@media screen and (max-width: 767px) {
  .oncology_box02 {
    padding: 160px 20px 200px;
  }
  .oncology_box02 .inner .icon01 {
    position: absolute;
    z-index: 0;
    width: 30%;
    top: -130px;
    left: -10px;
  }
  .oncology_box02 .inner .subhead02 {
    margin-bottom: 60px;
  }
  .oncology_box02 .inner section {
    padding: 30px 20px;
    border-radius: 15px;
    grid-template-columns: 100%;
    margin-bottom: 20px;
    gap: 20px 0;
  }
  .oncology_box02 .inner section .content {
    order: 2;
  }
  .oncology_box02 .inner section .content .tit {
    margin-bottom: 20px;
    font-size: clamp(20px, 4.4vw, 24px);
  }
  .oncology_box02 .inner section .content p {
    font-size: 14px;
  }
  .oncology_box02 .inner section .content .btn {
    margin-top: 20px;
  }
  .oncology_box02 .inner section .content .btn a {
    font-size: 14px;
    padding: 15px 60px 15px 0;
    text-align: left;
  }
  .oncology_box02 .inner section .content .btn a::after {
    width: 20px;
    height: 20px;
    background: url(../../img/btn_icon.png) no-repeat;
    background-size: contain;
    right: 30px;
  }
  .oncology_box02 .inner section figure {
    order: 1;
  }
  .oncology_box02 .inner section:nth-of-type(even) {
    grid-template-columns: 100%;
  }
} /*max-width:767px*/
.oncology_box03 .inner {
  position: relative;
  z-index: 1;
}

.oncology_box03 .inner .icon01 {
  position: absolute;
  width: 279px;
  z-index: -1;
  top: -250px;
  right: -100px;
}

.oncology_box03 .inner .icon02 {
  position: absolute;
  width: 299px;
  z-index: -1;
  top: -200px;
  left: -100px;
}

@media screen and (max-width: 767px) {
  .oncology_box03 .inner .icon01 {
    width: 50%;
    top: -150px;
    right: -20px;
  }
  .oncology_box03 .inner .icon02 {
    width: 40%;
    top: -120px;
    left: 0;
  }
} /*max-width:767px*/
select,
textarea,
input[type=text],
input[type=email],
input[type=number],
input[type=tel] {
  font-size: 16px;
  color: #48585e;
}

@media screen and (max-width: 767px) {
  select,
  textarea,
  input[type=text],
  input[type=email],
  input[type=number],
  input[type=tel] {
    font-size: 14px;
  }
} /*max-width:767px*/
body#page-form {
  background: none !important;
}

.teaser.form_teasr {
  margin-bottom: 100px;
  background: #fff;
}

.teaser.form_teasr::after {
  content: none;
  background: none;
}

.contact_box01 {
  padding: 0 20px 150px;
}

.contact_box01 p {
  font-size: 16px;
}

.contact_box01 .birth_wrap .wrap {
  width: 60px;
}

.contact_box01 .birth_wrap .wrap.year {
  width: 80px;
}

.confirm_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  position: relative;
  margin-top: 50px;
}

.confirm_btn input {
  width: 100px;
  padding: 20px 0;
  font-size: 1.8rem;
}

.confirm_btn input:hover {
  cursor: pointer;
  opacity: 0.8;
}

.confirm_btn .tc02:last-of-type input {
  background: #52b5d5;
  color: #fff;
  width: 200px;
}

.wpcf7-spinner {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .confirm_btn {
    gap: 0 10px;
    margin-top: 30px;
  }
  .confirm_btn input {
    width: 80px;
    padding: 15px 0;
    font-size: 1.6rem;
  }
  .confirm_btn .tc02:last-of-type input {
    width: 180px;
  }
} /*max-width:767px*/
.thanks_box .tit {
  margin-bottom: 50px;
  font-size: clamp(2.6rem, 2vw, 3.6rem);
}

@media screen and (max-width: 767px) {
  .thanks_box .tit {
    margin-bottom: 30px;
    line-height: 1.2;
    font-size: clamp(2rem, 4vw, 2.6rem);
  }
} /*max-width:767px*/
.mb150 {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 767px) {
  .mb150 {
    margin-bottom: 40px !important;
  }
} /*max-width:767px*/
.mb0 {
  margin-bottom: 0 !important;
}

.fs_small {
  font-size: clamp(14px, 1.5vw, 18px) !important;
}

.page_contact {
  padding: 250px 20px 150px;
  /* 全体 */
  /* セクションタイトル */
  /* グリッド */
  /*max-width:900px*/
  /*max-width:767px*/
  /*max-width:900px*/
  /*max-width:767px*/
  /*max-width:767px*/
  /*max-width:767px*/
  /*max-width:900px*/
  /*max-width:767px*/
  /* フォーム要素 */
  /*max-width:767px*/
  /* 小さい入力 */
  /* ラジオ横並び */
  /* textarea */
  /* 共通ボタンサイズ */
  /* 送信ボタン（塗り） */
  /* アップロードボタン（枠線） */
  /* 実際の file input を全面クリック可能に */
  /* hover */
}

.page_contact .wpcf7 .form_wrap {
  background: #f3efd7;
  border-radius: 8px;
  padding: 60px 8%;
  max-width: 900px;
  margin: 0 auto;
  font-size: 15px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.page_contact .wpcf7 .form_wrap br {
  display: none;
}

.page_contact .form-section-title {
  text-align: center;
  font-size: 25px;
  margin: 0 0 40px;
  color: #3c3c3c;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.page_contact .day_content .form-data p {
  display: grid;
  grid-template-columns: 60px auto;
  gap: 0 5px;
  align-items: center;
}

.page_contact .day_content .form-data p span {
  font-size: 14px;
}

.page_contact .day_content .form-data p:first-of-type {
  margin-bottom: 10px;
}

.page_contact .hope_content .hope_content_wrap {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 30% 65%;
  justify-content: space-between;
  align-items: flex-end;
}

.page_contact .hope_content .hope_content_wrap p span {
  margin-left: 0 !important;
}

.page_contact .hope_content .hope_content_wrap .wpcf7-list-item {
  margin-bottom: 13px;
}

.page_contact .hope_content .hope_content_wrap .wpcf7-list-item:last-of-type {
  margin-bottom: 0;
}

.page_contact .hope_content .hope_content_wrap .name_area {
  transform: translateY(3px);
}

@media screen and (max-width: 900px) {
  .page_contact .hope_content .hope_content_wrap {
    grid-template-columns: 100%;
    margin-top: 10px;
  }
  .page_contact .hope_content .hope_content_wrap p span {
    font-size: 1.4rem;
    margin-left: 10px !important;
  }
  .page_contact .hope_content .hope_content_wrap p span:first-of-type {
    margin-left: 0 !important;
  }
  .page_contact .hope_content .hope_content_wrap .wpcf7-list-item {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .page_contact .hope_content .hope_content_wrap .wpcf7-list-item {
    margin-bottom: 15px;
  }
}
.page_contact .form-grid_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4%;
}

.page_contact .form-grid_wrap .form-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 5%;
}

.page_contact .form-grid_wrap .form-content:last-of-type {
  grid-template-columns: 65% 30%;
  justify-content: space-between;
}

.page_contact .form-grid_wrap .form-content .age .age_txt p {
  display: grid;
  grid-template-columns: auto 30px;
  gap: 0 10px;
  align-items: center;
}

.page_contact .form-grid_wrap .form-content .age .age_txt p span {
  display: inline-block;
}

.page_contact .form-grid_wrap .form_info label {
  margin-bottom: 20px;
}

.page_contact .form-grid_wrap .form_info p span {
  margin-left: 10px !important;
}

.page_contact .form-grid_wrap .form_info p span:first-of-type {
  margin-left: 0 !important;
}

@media screen and (max-width: 900px) {
  .page_contact .form-grid_wrap .form_info p span {
    font-size: 1.4rem;
    margin-left: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .page_contact .form-grid_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .page_contact .form-grid_wrap .form-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .page_contact .form-grid_wrap .form-content:last-of-type {
    grid-template-columns: 100%;
    gap: 0;
  }
  .page_contact .form-grid_wrap .form_info label {
    margin-bottom: 0;
  }
  .page_contact .form-grid_wrap .form_info p span {
    margin-left: 10px !important;
  }
}
.page_contact .wpcf7-form-control::-moz-placeholder {
  font-size: 14px;
}

.page_contact .wpcf7-form-control::placeholder {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .page_contact .wpcf7-form-control::-moz-placeholder {
    font-size: 12px;
  }
  .page_contact .wpcf7-form-control::placeholder {
    font-size: 12px;
  }
}
.page_contact .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4%;
  margin-bottom: 20px;
}

.page_contact .form-grid01 {
  display: grid;
  grid-template-columns: 50% 23% 23%;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.page_contact .form-grid01 .form-item {
  margin-bottom: 0;
}

.page_contact .form-grid01 .form-grid01_info label {
  margin-bottom: 20px;
}

.page_contact .form-grid01 .form-grid01_info p span {
  margin-left: 10px !important;
}

.page_contact .form-grid01 .form-grid01_info p span:first-of-type {
  margin-left: 0 !important;
}

.page_contact .form-grid01 .weight .weight_txt p {
  display: grid;
  grid-template-columns: auto 30px;
  gap: 0 10px;
  align-items: center;
}

.page_contact .form-grid01 .weight .weight_txt p span {
  display: inline-block;
}

.page_contact .form-item {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .page_contact .form-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
@media screen and (max-width: 900px) {
  .page_contact .form-grid01 .form-grid01_info p span {
    font-size: 1.4rem;
    margin-left: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .page_contact .form-grid01 {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .page_contact .form-grid01 .form-grid01_info label {
    margin-bottom: 0;
  }
}
.page_contact .form-item label {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #374151;
  margin-bottom: 8px;
}

.page_contact .form-item label .aside {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .page_contact .form-item label {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .page_contact .form-item label .aside {
    margin-left: 10px;
    font-size: 11px;
  }
}
.page_contact .req {
  color: #ef4444;
  margin-left: 2px;
}

.page_contact .form-item input,
.page_contact .form-item textarea {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
}

.page_contact .form-item.small {
  max-width: 200px;
}

.page_contact .form-inline {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}

.page_contact .form-inline label {
  margin-right: 5px;
}

.page_contact textarea {
  min-height: 120px;
  resize: vertical;
}

.page_contact .form-submit-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 24px;
  margin-top: 80px;
}

.page_contact .form-submit-wrap br {
  display: none;
}

.page_contact .form-submit input,
.page_contact .file-upload-btn {
  min-width: 260px;
  height: 70px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 999px; /* カプセル型 */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.page_contact .form-submit input {
  background: #57b7d6; /* 水色 */
  color: #fff;
  border: none;
  text-shadow: 0 11px 16px rgba(0, 0, 0, 0.1);
}

.page_contact .file-upload-btn {
  position: relative;
  background: transparent;
  color: #57b7d6;
  border: 1px solid #57b7d6;
}

.page_contact .file-upload-btn input[type=file] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.page_contact .form-submit input:hover,
.page_contact .file-upload-btn:hover {
  opacity: 0.8;
}

/* SP時は縦並び */
@media (max-width: 767px) {
  .form-submit-wrap {
    margin-top: 50px;
    flex-direction: column;
    gap: 0;
  }
  .page_contact .form-submit-wrap {
    align-items: center;
  }
  .form-submit input,
  .file-upload-btn {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}
.thanks_box {
  padding: 300px 20px 200px;
}

.thanks_box .thanks_box_inner {
  border-radius: 24px;
  max-width: 896px;
  margin: 0 auto;
  background: #f0ebd2;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  padding: 60px 5% 100px;
  text-align: center;
}

.thanks_box .thanks_box_inner .thanks_icon {
  width: 80px;
  margin: 0 auto 20px;
}

.thanks_box .thanks_box_inner .thanks_icon img {
  filter: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.thanks_box .thanks_box_inner .tit {
  line-height: 1.1;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  font-weight: bold;
  color: #1f2937;
}

.thanks_box .thanks_box_inner .tit .en {
  font-size: clamp(30px, 3vw, 42px);
  font-family: "Noto Sans JP", sans-serif;
}

.thanks_box .thanks_box_inner .tit .ja {
  font-size: clamp(20px, 2vw, 25px);
}

.thanks_box .thanks_box_inner .txt {
  font-size: clamp(14px, 1.5vw, 18px);
  color: #4b5563;
  margin-bottom: 40px;
  line-height: 1.8;
}

.thanks_box .thanks_box_inner .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3%;
  margin-bottom: 40px;
}

.thanks_box .thanks_box_inner .wrap .content a {
  display: block;
  text-decoration: none;
  background: #fff;
  border-radius: 12px;
  padding: 30px 0;
  transition: all 0.3s;
}

.thanks_box .thanks_box_inner .wrap .content a:hover {
  opacity: 0.7;
}

.thanks_box .thanks_box_inner .wrap .content a figure {
  width: 48px;
  margin: 0 auto 10px;
}

.thanks_box .thanks_box_inner .wrap .content a dl dt {
  line-height: 1.2;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 10px;
  font-size: clamp(12px, 1.2vw, 14px);
}

.thanks_box .thanks_box_inner .wrap .content a dl dd {
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.2;
  font-weight: bold;
  color: #0d9488;
}

.thanks_box .thanks_box_inner .home_btn {
  width: 236px;
  margin: 0 auto;
}

.thanks_box .thanks_box_inner .home_btn a {
  transition: all 0.3s;
}

.thanks_box .thanks_box_inner .home_btn a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .thanks_box {
    padding: 100px 20px 80px;
  }
  .thanks_box .thanks_box_inner {
    border-radius: 20px;
    padding: 60px 20px;
  }
  .thanks_box .thanks_box_inner .thanks_icon {
    width: 60px;
    margin: 0 auto 10px;
  }
  .thanks_box .thanks_box_inner .tit {
    margin-bottom: 20px;
  }
  .thanks_box .thanks_box_inner .tit .en {
    font-size: clamp(30px, 7vw, 36px);
  }
  .thanks_box .thanks_box_inner .tit .ja {
    font-size: clamp(16px, 4vw, 20px);
  }
  .thanks_box .thanks_box_inner .txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .thanks_box .thanks_box_inner .wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
    margin-bottom: 20px;
  }
  .thanks_box .thanks_box_inner .wrap .content a {
    border-radius: 10px;
    padding: 20px;
  }
  .thanks_box .thanks_box_inner .wrap .content a dl dt {
    font-size: clamp(12px, 2vw, 14px);
  }
  .thanks_box .thanks_box_inner .wrap .content a dl dd {
    font-size: clamp(14px, 3vw, 18px);
  }
} /*max-width:767px*/
body#page-contact {
  background: none;
}

.conatct_page_box {
  position: relative;
}

.conatct_page_box::after {
  position: absolute;
  content: "";
  background: url(../../img/contact_teaser_bg.png) bottom center no-repeat;
  background-size: cover;
  height: 192px;
  width: 100%;
  z-index: -1;
  top: -2px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .conatct_page_box::after {
    height: 100px;
  }
} /*max-width:767px*/
@media screen and (max-width: 767px) {
  body#page-contact .teaser::after {
    background: url(../../img/under_teaser_bg.jpg) top center no-repeat;
    background-size: cover;
  }
} /*max-width:767px*/
.conatct_page_box {
  position: relative;
}

.conatct_page_box .seto_icon01 {
  position: absolute;
  width: 211px;
  top: 80px;
  right: 5%;
}

.conatct_page_box .txt {
  text-align: center;
  margin-bottom: 30px;
  color: #4b5563;
  font-size: clamp(14px, 1.5vw, 18px);
}

@media screen and (max-width: 767px) {
  .page_contact.conatct_page_box {
    padding-top: 150px;
  }
  .conatct_page_box .seto_icon01 {
    width: 30%;
    top: 0;
  }
} /*max-width:767px*/
#page_service footer {
  background: #63bcd9;
}

.introduction_box01 {
  position: relative;
  padding: 120px 20px 200px;
}

.introduction_box01::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../img/under_bg.jpg) top center repeat;
  left: 0;
  top: 0;
  z-index: -2;
}

.introduction_box01::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 260px;
  background: url(../../img/introduction_bg03.jpg) bottom center no-repeat;
  background-size: cover;
  left: 0;
  bottom: -100px;
  z-index: -1;
}

.introduction_box01 .inner {
  position: relative;
}

.introduction_box01 .inner .icon01 {
  position: absolute;
  width: 162px;
  left: 0;
  top: -30px;
}

.introduction_box01 .inner .icon02 {
  position: absolute;
  width: 129px;
  right: -20px;
  bottom: -20px;
}

.introduction_box01 .inner .txt {
  text-align: center;
}

.introduction_box01 .inner .txt p {
  line-height: 2;
  color: #48585e;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 767px) {
  .introduction_box01 {
    padding: 60px 20px 100px;
    position: relative;
  }
  .introduction_box01::before {
    height: 260px;
    background: url(../../img/sp_under_bg01.jpg) bottom center no-repeat;
    background-size: cover;
    bottom: -100px;
  }
  .introduction_box01 .icon01 {
    position: absolute;
    width: 18%;
    left: 20px;
    top: 10px;
  }
  .introduction_box01 .icon02 {
    position: absolute;
    width: 18%;
    right: 20px;
    top: 20px;
  }
  .introduction_box01 .icon03 {
    position: absolute;
    width: 40%;
    left: 0;
    bottom: -50px;
  }
  .introduction_box01 .icon04 {
    position: absolute;
    width: 25%;
    right: 0;
    bottom: -30px;
  }
} /*max-width:767px*/
.introduction_box02 {
  padding: 100px 20px 250px;
  position: relative;
}

.introduction_box02::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 264px;
  background: url(../../img/introduction_bg01.jpg) top center no-repeat;
  background-size: cover;
  left: 0;
  bottom: -30px;
  z-index: -1;
}

.introduction_box02 .inner {
  position: relative;
}

.introduction_box02 .inner .icon01 {
  position: absolute;
  width: 150px;
  right: 2%;
  bottom: -240px;
}

.introduction_box02 .fs16 {
  text-align: center;
  margin-bottom: 30px;
}

.introduction_box02 .animal_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0 2%;
}

.introduction_box02 .animal_list dl dt {
  margin-bottom: 10px;
}

.introduction_box02 .animal_list dl dd {
  width: 100%;
  line-height: 48px;
  border: 1px solid #52b5d5;
  text-align: center;
  border-radius: 50px;
  font-size: 16px;
  color: #52b5d5;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .introduction_box02 {
    padding: 60px 20px 150px;
  }
  .introduction_box02::after {
    height: 200px;
    background: url(../../img/sp_introduction_bg01.jpg) top center no-repeat;
    background-size: cover;
    bottom: -30px;
  }
  .introduction_box02 .fs16 {
    margin-bottom: 20px;
  }
  .introduction_box02 .animal_list {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px 2%;
  }
  .introduction_box02 .animal_list dl dt {
    margin-bottom: 10px;
  }
  .introduction_box02 .animal_list dl dd {
    width: 80%;
    line-height: 35px;
    font-size: 14px;
    margin: 0 auto;
  }
} /*max-width:767px*/
.introduction_box03 {
  padding: 0 20px 200px;
  position: relative;
}

.introduction_box03 .icon01 {
  position: absolute;
  width: 220px;
  left: 0;
  top: 0;
}

.introduction_box03::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #64bdda;
  right: 0;
  top: 0;
  z-index: -2;
}

.introduction_box03::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 176px;
  background: url(../../img/introduction_bg02.jpg) center center no-repeat;
  background-size: cover;
  left: 0;
  bottom: -50px;
  z-index: 0;
}

.introduction_box03 .txt {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.07em;
  color: #fff;
  margin-bottom: 60px;
}

.introduction_box03 .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 7%;
  position: relative;
}

.introduction_box03 .wrap .icon02 {
  position: absolute;
  width: 80px;
  right: 20px;
  top: -80px;
}

.introduction_box03 .wrap .icon03 {
  position: absolute;
  width: 265px;
  left: -100px;
  bottom: -200px;
}

.introduction_box03 .wrap .icon04 {
  position: absolute;
  width: 350px;
  right: -150px;
  bottom: -250px;
}

.introduction_box03 .wrap .content {
  background: #fff;
  border-radius: 30px;
  padding: 40px 8%;
}

.introduction_box03 .wrap .content .tit {
  color: #52b5d5;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.07em;
  margin-bottom: 20px;
  text-align: center;
  font-size: clamp(24px, 2.2vw, 30px);
}

.introduction_box03 .wrap .content .content_txt {
  line-height: 1.8;
  font-size: 16px;
  letter-spacing: 0.07em;
  margin-bottom: 40px;
}

.introduction_box03 .wrap .content .btn {
  padding: 0;
}

.introduction_box03 .wrap .content .btn a {
  display: block;
  width: 179px;
  text-decoration: none;
  text-align: center;
  color: #52b5d5;
  line-height: 46px;
  background: #fff;
  font-size: 16px;
  border: 1px solid #52b5d5;
  position: relative;
  margin-left: auto;
  border-radius: 50px;
  padding-right: 20px;
}

.introduction_box03 .wrap .content .btn a::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../img/btn_icon.png) no-repeat;
  background-size: contain;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .introduction_box03 {
    padding: 20px 20px 100px;
  }
  .introduction_box03 .icon01 {
    position: absolute;
    width: 30%;
    left: 20px;
    top: -90px;
    bottom: auto;
  }
  .introduction_box03 .icon02 {
    position: absolute;
    width: 30%;
    right: 0;
    top: -120px;
  }
  .introduction_box03 .icon03 {
    position: absolute;
    width: 20%;
    left: 20px;
    bottom: 10px;
  }
  .introduction_box03 .icon04 {
    position: absolute;
    width: 25%;
    right: 20px;
    bottom: -2px;
  }
  .introduction_box03::after {
    background: #52b5d5;
  }
  .introduction_box03::before {
    height: 150px;
    background: url(../../img/sp_introduction_bg02.jpg) center center no-repeat;
    background-size: cover;
    bottom: -50px;
  }
  .introduction_box03 .txt {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .introduction_box03 .wrap {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .introduction_box03 .wrap .content {
    border-radius: 20px;
    padding: 30px 20px;
  }
  .introduction_box03 .wrap .content .tit {
    font-size: clamp(20px, 4.8vw, 24px);
  }
  .introduction_box03 .wrap .content .content_txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .introduction_box03 .wrap .content .btn a {
    width: 170px;
    line-height: 35px;
    margin: 0 auto;
  }
} /*max-width:767px*/
.file_wrap p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 5%;
}

@media screen and (max-width: 767px) {
  .file_wrap p {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px 0;
  }
} /*max-width:767px*/
.upload-btn {
  line-height: 30px;
  width: 152px;
  font-size: 14px !important;
  font-weight: bold;
  text-align: center;
  border-radius: 999px; /* カプセル型 */
  cursor: pointer;
  transition: opacity 0.3s ease;
}

/* アップロードボタン（枠線） */
.upload-btn {
  position: relative;
  background: #fff;
  color: #57b7d6 !important;
  border: 1px solid #57b7d6;
}

/* 実際の file input を全面クリック可能に */
.upload-btn input[type=file] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

/* hover */
.upload-btn:hover {
  opacity: 0.8;
}

.textarea-count {
  font-size: 12px;
  color: #6b7280;
  margin-top: 3px;
} 
.is-md-show {
  display: none;
}

@media (max-width: 767px) {
  .is-md-show {
    display: block;
  }
  .is-md-hide {
    display: none;
  }
}
.reserv_box01 {
  padding-bottom: 0;
}

.reserv_box01 .inner {
  position: relative;
  z-index: 1;
}

.reserv_box01 .inner .icon01 {
  width: 116px;
  position: absolute;
  right: -30px;
  z-index: -1;
  top: -50px;
}

.reserv_box01 .inner .icon02 {
  width: 310px;
  position: absolute;
  right: -113px;
  z-index: -1;
  bottom: -320px;
}

.reserv_box01 .inner .icon03 {
  width: 67px;
  position: absolute;
  left: 120px;
  z-index: -1;
  bottom: -165px;
}

.reserv_box01 .inner .icon04 {
  width: 100%;
  max-width: 659px;
  position: absolute;
  left: 0px;
  z-index: -1;
  bottom: -170px;
}

.reserv_box01 .inner .txt {
  font-size: 18px;
  margin: auto;
  margin-bottom: 60px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 500;
  max-width: 882px;
  width: 100%;
}

.reserv_box01 .inner .subhead03 {
  color: #3c3c3c;
}

.inner .reserv_context {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.inner .reserv_context li {
  font-size: 18px;
  line-height: 1.8;
  padding-left: 1em;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.reserv_box02 .subhead03::after {
  background-color: #ffeff3;
}

@media screen and (max-width: 767px) {
  .reserv_box01 .inner .txt {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .inner .reserv_context li {
    font-size: 14px;
  }
} /*max-width:767px*/
.reserv_box02 {
  padding: 200px 20px;
  padding-top: 260px;
}

.reserv_box02 .inner {
  position: relative;
  z-index: 1;
}

.reserv_box02 .inner .icon01 {
  width: 128px;
  position: absolute;
  left: -111px;
  z-index: -1;
  top: -220px;
}

.reserv_box02 .inner .icon02 {
  width: 74px;
  position: absolute;
  left: -100px;
  z-index: -1;
  bottom: -200px;
}

.reserv_box02 .inner .icon03 {
  width: 100px;
  position: absolute;
  right: -10px;
  z-index: -1;
  bottom: -170px;
}

.reserv_box02 .inner .subhead {
  margin-bottom: 100px;
}

.inner .btn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3%;
  margin-bottom: 40px;
  border-radius: 0;
  padding: 0;
}

.inner .btn li a {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 78px;
  background: #52b5d5;
  font-size: 20px;
  position: relative;
  border-radius: 50px;
  padding-right: 20px;
}

.inner .btn li a::after {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  background: url(../../img/active_btn_icon.png) no-repeat;
  background-size: contain;
  right: 10%;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.reserv_box02 .inner .content {
  display: flex;
  justify-content: space-between;
}

.reserv_box02 .inner .content .txt_area {
  max-width: 623px;
  padding-left: 30px;
}

.reserv_box02 .inner .content .txt_area .subhead03 {
  color: #3c3c3c;
}

.reserv_box02 .inner .content .txt_area .subhead03::after {
  background: #ffeff3;
}

.reserv_box02 .inner .content .txt_area .txt {
  line-height: 1.5;
  margin-bottom: 20px;
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 500;
}

.reserv_box02 .inner .content .txt_area ul li {
  line-height: 1.2;
  margin-bottom: 10px;
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 500;
}

.reserv_box02 .inner .content .btn_box li {
  margin-bottom: 20px;
}

.reserv_box02 .inner .content .btn_box li:last-child {
  margin-bottom: 0;
}

.reserv_box02 .inner .content .bottom_btn {
  width: 348px;
}

.reserv_box02 .inner .content .bottom_btn a {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  color: #52b5d5;
  line-height: 78px;
  background: #fff;
  font-size: 20px;
  border: 3px solid #52b5d5;
  font-weight: 500;
  position: relative;
  border-radius: 50px;
  padding-right: 20px;
  transition: all 0.2s;
}

.reserv_box02 .inner .content .bottom_btn a::after {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  background: url(../../img/btn_icon.png) no-repeat;
  background-size: contain;
  right: 10%;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.reserv_box02 .inner .content .bottom_btn a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .reserv_box02 {
    padding: 150px 20px;
  }
  .reserv_box02 .inner .subhead {
    margin-bottom: 50px;
  }
  .inner .btn {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px 0;
    margin-bottom: 50px;
  }
  .inner .btn li a {
    line-height: 55px;
    font-size: 16px;
    padding-right: 20px;
  }
  .inner .btn li a::after {
    width: 20px;
    height: 20px;
    background: url(../../img/active_btn_icon.png) no-repeat;
    background-size: contain;
  }
  .reserv_box02 .inner .content {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px 0;
  }
  .reserv_box02 .inner .content .txt_area {
    padding-left: 0;
  }
  .reserv_box02 .inner .content .txt_area .txt {
    font-size: 14px;
  }
  .reserv_box02 .inner .content .txt_area ul li {
    font-size: 14px;
  }
  .reserv_box02 .inner .content .btn_box {
    width: 100%;
  }
  .reserv_box02 .inner .content .btn_box li {
    margin-bottom: 10px;
  }
  .reserv_box02 .inner .content .btn_box li:last-child {
    margin-bottom: 0;
  }
  .reserv_box02 .inner .content .bottom_btn {
    width: 100%;
  }
  .reserv_box02 .inner .content .bottom_btn a {
    line-height: 55px;
    font-size: 16px;
  }
  .reserv_box02 .inner .content .bottom_btn a::after {
    width: 20px;
    height: 20px;
    background: url(../../img/btn_icon.png) no-repeat;
    background-size: contain;
  }
} /*max-width:767px*/

/*# sourceMappingURL=tuika.css.map */
