@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2? family= M+PLUS+Rounded+1c:wght@500 & display=swap");
/*--------------------body---------------------------------------------------*/
body {
  font-size: 16px;
  line-height: 1.6;
  font-family: "M PLUS Rounded 1c", sans-serif;
  background-color: #FFFFFF;
  color: #393939;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inner {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

.section-title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2.24px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 20px;
    letter-spacing: 1.6px;
    line-height: 28px;
  }
}
.section-title h2 {
  display: inline-block;
  position: relative;
  line-height: 40px;
  padding-left: 95px;
  padding-right: 95px;
}
@media (max-width: 767px) {
  .section-title h2 {
    line-height: 28px;
    padding-left: 62px;
    padding-right: 62px;
  }
}
.section-title h2::before, .section-title h2::after {
  position: absolute;
  content: "";
  width: 67px;
  height: 20px;
  background-image: url(../img/title-deco.png), url(../img/title-deco.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .section-title h2::before, .section-title h2::after {
    width: 49px;
    height: 13px;
  }
}
.section-title h2::before {
  left: 0;
}
.section-title h2::after {
  right: 0;
}

.btn {
  text-align: center;
}
.btn a {
  display: inline-block;
  font-size: 14px;
  color: #1391E6;
  border: 1px solid #1391E6;
  border-radius: 24px;
  background-color: #fff;
}

/*------------header---------------------------*/
.header {
  height: 80px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  position: relative;
}
@media (max-width: 767px) {
  .header {
    height: 60px;
    line-height: 60px;
  }
}

.header_content {
  height: 80px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header_content {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .header_content {
    height: 60px;
    justify-content: flex-start;
  }
}

.header_title img {
  display: block;
}

.header_nav {
  margin-top: 9px;
  margin-left: 165px;
  color: #393939;
  text-align: center;
  display: flex;
  font-size: 11px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header_nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .header_nav {
    display: none;
  }
}
.header_nav li:not(:first-child) {
  margin-left: 24px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header_nav li:not(:first-child) {
    margin-left: 8px;
  }
}
.header_nav li a {
  display: flex;
  flex-direction: column;
  padding-bottom: 8px;
  position: relative;
}
.header_nav li a:hover {
  color: #1391E6;
}
.header_nav li a::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 20px;
  background-color: #1391E6;
  border-radius: 30px;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.header_nav li a:hover::after {
  opacity: 1;
}

.is-icon {
  color: #1391E6;
  position: relative;
}
.is-icon::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 20px;
  background-color: #1391E6;
  border-radius: 30px;
}

.header_info {
  margin-left: 30px;
  padding-top: 3px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header_info {
    display: none;
  }
}
@media (max-width: 767px) {
  .header_info {
    display: none;
  }
}

.header_address {
  padding-left: 36px;
  font-size: 12px;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header_address {
    font-size: 11px;
  }
}

.header_tell {
  font-size: 29px;
  color: #1391E6;
  letter-spacing: 1.4px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header_tell {
    font-size: 18px;
  }
}

.drawer_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  transition: transform 0.4s ease 0s;
  display: none;
  z-index: 300;
}
.drawer_icon.is-active {
  transform: translate(-120px);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .drawer_icon {
    display: block;
  }
}
@media (max-width: 767px) {
  .drawer_icon {
    display: block;
  }
}
.drawer_icon.is-active .drawer_icon-bar1 {
  transform: rotate(-45deg);
  top: 8px;
}
.drawer_icon.is-active .drawer_icon-bar2 {
  display: none;
}
.drawer_icon.is-active .drawer_icon-bar3 {
  transform: rotate(45deg);
  top: 8px;
}

.drawer_icon-bars {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
}

.drawer_icon-bar1,
.drawer_icon-bar2,
.drawer_icon-bar3 {
  position: absolute;
  width: 27px;
  height: 3px;
  background-color: #1391E6;
  top: 0;
  left: 0;
}

.drawer_icon-bar1 {
  top: 8px;
}

.drawer_icon-bar2 {
  top: 15px;
}

.drawer_icon-bar3 {
  top: 22px;
}

.drawer_content {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 299;
  transform: translateX(105%);
  transition: transform 0.3s ease 0s;
}
.drawer_content.is-active {
  transform: translateX(0px);
}
.drawer_content.is-active .drawer_icon-bar1 {
  transform: rotate(-45deg);
  top: 9px;
}
.drawer_content.is-active .drawer_icon-bar2 {
  display: none;
}
.drawer_content.is-active .drawer_icon-bar3 {
  transform: rotate(45deg);
  top: 9px;
}

.drawer_content-items {
  padding-top: 160px;
  padding-bottom: 160px;
}

.drawer_content-item:not(:first-child) {
  margin-top: 32px;
}
.drawer_content-item a {
  text-align: center;
  display: block;
  color: #393939;
  font-size: 18px;
}

.drawer_background {
  background-color: #3E3E3E;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 298;
  opacity: 0.7;
  display: none;
}
.drawer_background.is-active {
  display: block;
}

.top {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .top {
    margin-top: 20px;
  }
}

.top_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  position: relative;
}

.swiper {
  max-width: 1200px;
}

.top_list {
  margin: 0 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top_list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .top_list {
    margin: 0;
  }
}

.swiper-slide {
  width: 1160px;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .swiper-slide {
    width: 335px;
    max-width: 100%;
  }
}
.swiper-slide img {
  border-radius: 20px;
  opacity: 0.9;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_img-pc, .top_img-sp {
  position: relative;
}

.top_img-text {
  position: absolute;
  content: "";
  bottom: 60px;
  left: 62px;
}
@media (max-width: 767px) {
  .top_img-text {
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .top_img-text {
    max-width: 78%;
    bottom: 37px;
    left: 19px;
  }
}

@media (max-width: 767px) {
  .top_img-pc {
    display: none;
  }
}

.top_img-sp {
  display: none;
}
@media (max-width: 767px) {
  .top_img-sp {
    display: block;
  }
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 48px;
  width: 48px;
}
@media (max-width: 767px) {
  .swiper-button-prev,
.swiper-button-next {
    height: 32px;
    width: 32px;
  }
}

.swiper-button-prev:after,
.swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  height: 48px;
  width: 48px;
}
@media (max-width: 767px) {
  .swiper-button-prev:after,
.swiper-button-next:after {
    height: 32px;
    width: 32px;
  }
}

/* 前への矢印カスタマイズ */
.swiper-button-prev:after {
  background-image: url(../img/arrow-left.png);
}

/* 次への矢印カスタマイズ */
.swiper-button-next:after {
  background-image: url(../img/arrow-right.png);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 0px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -23px;
  }
}
@media (max-width: 767px) {
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -15px;
  }
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 0px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -23px;
  }
}
@media (max-width: 767px) {
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -16px;
  }
}

/* ページネーションの余白 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-top: 11px;
  left: 0px;
  bottom: 0px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 11px;
  left: -8px;
  width: 8px;
}
@media (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    left: -16px;
  }
}

/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #665e5e;
}

.swiper-pagination-bullet-active {
  background: #1391E6;
  position: relative;
}
.swiper-pagination-bullet-active::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 8px;
  height: 8px;
  border: 1px solid #C2C2C2;
  border-radius: 50%;
  opacity: 1;
}

.swiper-pagination {
  display: flex;
  flex-direction: column;
}

.top_content-bottom {
  margin-top: 3px;
  width: 100%;
  max-width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .top_content-bottom {
    margin-top: 0px;
    flex-direction: column-reverse;
  }
}

.top_news {
  margin-top: -1px;
  margin-left: 62px;
  width: 540px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .top_news {
    margin-top: 6px;
    margin-left: 1px;
    width: 100%;
    max-width: 100%;
  }
}

.top_news-top {
  display: flex;
  padding: 9px 0px 2px 15px;
  position: relative;
}

.top_news-title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .top_news-title {
    letter-spacing: 1.6px;
  }
}

.top_news-info {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 767px) {
  .top_news-info {
    font-size: 11px;
  }
}
.top_news-info a {
  display: block;
  font-size: 11px;
  color: #888888;
  border-bottom: 1px solid #888888;
}
@media (max-width: 767px) {
  .top_news-info a {
    margin-top: 7px;
  }
}

.is-blue {
  margin-left: 14px;
  color: #1391E6;
  letter-spacing: 1.2px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .is-blue {
    letter-spacing: 1.1px;
    font-size: 11px;
  }
}

.top_news-meta a {
  position: relative;
  display: flex;
  padding-left: 12px;
  border-top: 1px solid #393939;
  border-bottom: 1px solid #393939;
  height: 37px;
  line-height: 37px;
}
@media (max-width: 767px) {
  .top_news-meta a {
    height: 46px;
    line-height: 46px;
    padding-left: 5px;
  }
}
.top_news-meta a::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/icon-arrow-black.png) no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  width: 14px;
  height: 14px;
  transition: all 0.3s ease 0s;
}
.top_news-meta a:hover::after {
  background: url(../img/icon-arrow-blue-btn.png) no-repeat center center/contain;
  right: 0;
}
.top_news-meta a:hover {
  color: #1391E6;
}

.top_time {
  font-size: 12px;
}

.top_news-item {
  margin-left: 24px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .top_news-item {
    margin-left: 26px;
  }
}

.top_medical-time {
  margin-left: 60px;
  width: 477px;
  max-width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  position: relative;
  top: -47px;
  z-index: 10;
}
@media (max-width: 767px) {
  .top_medical-time {
    margin: 0 auto;
    height: 117px;
    top: -24px;
  }
}
@media (max-width: 767px) {
  .top_medical-time img {
    width: 100%;
    max-width: 100%;
  }
}

.btn_reserve {
  position: fixed;
  display: inline-block;
  z-index: 500;
  top: 176px;
  right: 0%;
  width: 92px;
  height: 120px;
  border-radius: 20px 0 0 20px;
  background-color: #1391E6;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.btn_reserve img {
  display: block;
  margin: 10px auto;
}
.btn_reserve:hover {
  background-color: #0060A0;
}
@media (max-width: 767px) {
  .btn_reserve {
    display: none;
  }
}

.concept {
  margin-top: -17px;
  background-color: transparent;
}

.concept_inner {
  width: 1280px;
  max-width: 100%;
}

.concept_content {
  padding-top: 202px;
  padding-bottom: 134px;
  display: flex;
  max-width: 100%;
  height: auto;
  position: relative;
}
@media (max-width: 767px) {
  .concept_content {
    margin-top: 78px;
    padding-top: 110px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column-reverse;
  }
}
.concept_content:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-image: url(../img/concept-bg.png);
  background-position: 416px 30px;
  background-repeat: no-repeat;
  background-size: 101%;
  z-index: -1;
}
@media (max-width: 767px) {
  .concept_content:after {
    background-image: url(../img/concept-bg.png);
    background-position: -14px 0px;
    background-repeat: no-repeat;
    background-size: 170%;
  }
}

.concept_img {
  width: 50%;
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .concept_img {
    width: 50%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .concept_img {
    margin-top: 40px;
    width: 100%;
    position: relative;
    left: -6%;
  }
}

.concept_right {
  width: 50%;
  max-width: 100%;
  padding: 38px 95px 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .concept_right {
    padding: 20px 60px 0;
  }
}
@media (max-width: 767px) {
  .concept_right {
    width: 100%;
    padding: 0px;
  }
}

.concept_right-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  color: #1391E6;
}
@media (max-width: 767px) {
  .concept_right-title {
    font-size: 11px;
  }
}

.concept_right-subtitle {
  margin-top: 28px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2.24px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .concept_right-subtitle {
    margin-top: 24px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .concept_right-subtitle {
    margin-top: 16px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1.6px;
  }
}

.concept_right-text {
  margin-top: 32px;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .concept_right-text {
    margin-top: 28px;
  }
}

.concept_btn {
  margin-top: 37px;
  display: inline-block;
}
@media (max-width: 767px) {
  .concept_btn {
    margin-top: 35px;
    display: block;
  }
}
.concept_btn a {
  padding: 8px 46px;
  font-size: 14px;
  color: #1391E6;
  border: 1px solid #1391E6;
  border-radius: 24px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .concept_btn a {
    display: inline-block;
    padding: 8px 40px;
  }
}
.concept_btn a::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/icon-arrow-blue-btn.png) no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 12px;
  height: 12px;
  transition: all 0.3s ease 0s;
}
.concept_btn a:hover::after {
  background: url(../img/arrow-right-white.png) no-repeat center center/contain;
  right: 6px;
}
.concept_btn a:hover {
  background-color: #1391E6;
  color: #fff;
}
.concept_btn img {
  margin-left: 10px;
  width: 12px;
  height: 12px;
}

.recommend {
  margin: 88px 120px 0;
}
@media (max-width: 767px) {
  .recommend {
    margin: 93px 0 0;
  }
}

.recommend_list {
  margin: 55px auto 134px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .recommend_list {
    display: block;
    margin: 40px auto 95px;
  }
}

.recommend_item {
  width: calc(33% - 11px);
}
.recommend_item:not(:first-child) {
  margin-left: 11px;
}
@media (max-width: 767px) {
  .recommend_item:not(:first-child) {
    margin-left: 0px;
    margin-top: 56px;
  }
}
@media (max-width: 767px) {
  .recommend_item {
    width: 100%;
  }
}

.recommend_img-top {
  display: block;
  text-align: center;
}

.recommend_img-bottom {
  text-align: center;
}
.recommend_img-bottom img {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .recommend_img-bottom img {
    margin-top: 2px;
  }
}

.recommend_text {
  margin-top: 15px;
  padding-left: 23px;
  padding-right: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .recommend_text {
    margin-top: 16px;
    margin-left: 27px;
    padding-left: 0px;
    padding-right: 27px;
  }
}
.recommend_text p {
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .recommend_text p {
    display: inline-block;
    text-align: left;
  }
}

.is-red {
  color: #EE5A6D;
}

.blog_btn img {
  margin-left: 20px;
  vertical-align: middle;
}

.guide {
  padding-top: 200px;
  padding-bottom: 179px;
  position: relative;
}
@media (max-width: 767px) {
  .guide {
    padding-top: 83px;
    padding-bottom: 0px;
  }
}
.guide::before, .guide::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  width: 100%;
  max-width: 100%;
}
.guide::before {
  background-image: url(../img/bg-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  top: 0;
  height: 202px;
}
@media (max-width: 767px) {
  .guide::before {
    background-position: center bottom;
    background-size: contain;
    height: 85px;
  }
}
.guide::after {
  background-image: url(../img/bg-bottom.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  height: 179px;
}
@media (max-width: 767px) {
  .guide::after {
    background-position: center bottom;
    height: 28px;
  }
}

.guide_inner {
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: #DFF1FD;
  padding-bottom: 82px;
  position: relative;
}
@media (max-width: 767px) {
  .guide_inner {
    padding-bottom: 63px;
  }
}
.guide_inner::before, .guide_inner::after {
  position: absolute;
}
.guide_inner::before {
  content: url(../img/deco-kirakira-w-1.png);
  transform: scale(0.6);
  bottom: -59px;
  left: -2px;
}
@media (max-width: 767px) {
  .guide_inner::before {
    content: url(../img/bottom-deco-1.png);
    transform: scale(1);
    bottom: 6px;
    left: 3%;
  }
}
.guide_inner::after {
  position: absolute;
  content: url(../img/deco-kirakira-w-1.png);
  transform: scale(1, 1);
  bottom: -27px;
  right: 20px;
  z-index: 2;
}
@media (max-width: 767px) {
  .guide_inner::after {
    transform: scale(0.4);
    bottom: -49px;
    right: -8%;
  }
}

.guide-title {
  padding-top: 4px;
}
@media (max-width: 767px) {
  .guide-title {
    padding-top: 34px;
  }
}

.guide_wrapper {
  margin: 54px auto 0;
  max-width: 1000px;
}
@media (max-width: 767px) {
  .guide_wrapper {
    margin: 40px auto 0;
  }
}

.guide_content {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .guide_content {
    display: block;
  }
}

.guide_left, .guide_right {
  overflow: hidden;
  width: 460px;
  max-width: 100%;
  height: 290px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 20px;
  transition: all 0.3s ease 0s;
  position: relative;
}
@media (max-width: 767px) {
  .guide_left, .guide_right {
    height: 210px;
  }
}
.guide_left .guide_text, .guide_right .guide_text {
  position: absolute;
  content: "";
  display: block;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: inherit;
  pointer-events: none;
}
@media (max-width: 767px) {
  .guide_left .guide_text, .guide_right .guide_text {
    top: 59px;
  }
}
.guide_left::after, .guide_right::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 2px;
  border-radius: 30px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .guide_left::after, .guide_right::after {
    width: 32px;
    top: 52%;
  }
}
.guide_left h3, .guide_right h3 {
  padding-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2.24px;
}
@media (max-width: 767px) {
  .guide_left h3, .guide_right h3 {
    font-size: 20px;
  }
}
.guide_left p, .guide_right p {
  padding-top: 20px;
  letter-spacing: 1.28px;
}
@media (max-width: 767px) {
  .guide_left p, .guide_right p {
    font-size: 12px;
  }
}
.guide_left img, .guide_right img {
  transition: all 0.3s ease 0s;
}
.guide_left img:hover, .guide_right img:hover {
  opacity: 0.8;
  transform: scale(1.1, 1.1);
}

@media (max-width: 767px) {
  .guide_left {
    margin-left: auto;
    margin-right: auto;
  }
}

.guide_right {
  margin-left: 80px;
}
@media (max-width: 767px) {
  .guide_right {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.guide_content-bottom {
  margin: 63px auto 0;
  padding: 40px 40px 36px;
  font-size: 12px;
  background-color: #FFFFFF;
  letter-spacing: 2px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .guide_content-bottom {
    margin-top: 20px;
    padding: 20px 20px 14px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}

/*---------------blog-----------------*/
.blog {
  margin-top: 79px;
}
@media (max-width: 767px) {
  .blog {
    margin-top: 127px;
  }
}

.blog_list {
  margin: 77px auto 0;
  width: 1000px;
  max-width: 100%;
  height: auto;
  display: grid;
  gap: 51px;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .blog_list {
    display: block;
    margin: 48px auto 0;
    width: 335px;
  }
}

.blog_item {
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  position: relative;
}
@media (max-width: 767px) {
  .blog_item {
    height: 101px;
    box-shadow: 0 0 0;
  }
  .blog_item:not(:first-child) {
    margin-top: 20px;
  }
}
.blog_item .blog_new {
  position: absolute;
  content: "";
  display: inline-block;
  text-align: center;
  top: -19px;
  left: -9px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #FFFFFF;
  border-radius: 50%;
  background-color: #EE5A6D;
  z-index: 1;
}
@media (max-width: 767px) {
  .blog_item .blog_new {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 10px;
    top: -9px;
  }
}
@media (max-width: 767px) {
  .blog_item a {
    display: flex;
  }
}
.blog_item a:hover {
  color: #1391E6;
}

.blog_img {
  width: 300px;
  height: 188px;
  border-radius: 20px 20px 0 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .blog_img {
    width: 133px;
    height: 101px;
    border-radius: 0;
  }
}
.blog_img::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/blog.png) no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
  transition: all 0.3s ease-out;
}
.blog_img:hover::after {
  transform: scale(1.1);
}

.blog_item-text {
  padding: 23px 23px 7px;
  position: relative;
}
@media (max-width: 767px) {
  .blog_item-text {
    padding: 0px 10px 0px 10px;
  }
}
.blog_item-text .blog_other {
  position: absolute;
  content: "";
  display: inline-block;
  text-align: center;
  font-size: 11px;
  top: -14px;
  left: 24px;
  color: #FFFFFF;
  border-radius: 14px;
  background-color: #1391E6;
  padding: 6px 12px;
}
@media (max-width: 767px) {
  .blog_item-text .blog_other {
    position: static;
    top: 0px;
    left: 24px;
    padding: 2px 8px;
    font-size: 10px;
  }
}
.blog_item-text h3 {
  line-height: 24px;
}
.blog_item-text p {
  line-height: 22px;
}
@media (max-width: 767px) {
  .blog_item-text p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
  }
}
.blog_item-text time {
  font-size: 11px;
  color: #888888;
}

@media (max-width: 767px) {
  .blog_text-pc {
    display: none;
  }
}

.blog_text-sp {
  display: none;
}
@media (max-width: 767px) {
  .blog_text-sp {
    display: block;
  }
}

.blog_btn {
  margin-top: 69px;
  text-align: center;
}
@media (max-width: 767px) {
  .blog_btn {
    margin-top: 40px;
  }
}
.blog_btn a {
  padding: 8px 46px;
  font-size: 14px;
  color: #1391E6;
  border: 1px solid #1391E6;
  border-radius: 24px;
  background-color: #fff;
  transition: all 0.5s 0s ease;
  position: relative;
}
@media (max-width: 767px) {
  .blog_btn a {
    padding: 7px 40px;
  }
}
.blog_btn a::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/icon-arrow-blue-btn.png) no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 12px;
  height: 12px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .blog_btn a::after {
    right: 10px;
  }
}
.blog_btn a:hover::after {
  background: url(../img/arrow-right-white.png) no-repeat center center/contain;
  right: 12px;
}
.blog_btn a:hover {
  background-color: #1391E6;
  color: #fff;
}

/*-------------footer------------------*/
.footer {
  margin-top: 192px;
  padding-top: 57px;
  background-color: #DFF1FD;
  position: relative;
}
@media (max-width: 767px) {
  .footer {
    margin-top: 130px;
    padding-top: 13px;
  }
}
.footer:after {
  position: absolute;
  content: "";
  top: -30px;
  left: 0%;
  width: 100%;
  height: 32px;
  background-image: url(../img/レイヤー\ 1.png);
  background-position: center center;
  background-repeat: repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .footer:after {
    background-position: 25px bottom;
    background-size: 325%;
  }
}

.footer_inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.footer_content {
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  padding: 40px 45px;
}
@media (max-width: 767px) {
  .footer_content {
    display: block;
    padding: 32px 20px 20px;
  }
}

.footer_left {
  width: 53%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .footer_left {
    width: 100%;
  }
}

.footer_title {
  text-align: center;
}

.footer_head {
  text-align: center;
  transform: scale(1.5);
  padding-top: 6px;
  padding-left: 11px;
}
@media (max-width: 767px) {
  .footer_head {
    transform: scale(1.1);
    padding-top: 2px;
    padding-left: 0px;
    margin-left: -8px;
  }
}

.footer_address {
  font-size: 14px;
  padding-top: 4px;
  padding-left: 12px;
}
@media (max-width: 767px) {
  .footer_address {
    padding-left: 0px;
    padding-top: 6px;
  }
}

.footer_tell {
  margin-top: 23px;
  text-align: center;
  color: #1391E6;
}
@media (max-width: 767px) {
  .footer_tell {
    margin-top: 20px;
  }
}
.footer_tell p:first-child {
  padding-left: 8px;
  letter-spacing: -1.9px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .footer_tell p:first-child {
    letter-spacing: -2px;
    padding-left: 0px;
    margin-left: -5px;
  }
}
.footer_tell p:nth-child(2) {
  font-size: 12px;
  padding-left: 23px;
}
@media (max-width: 767px) {
  .footer_tell p:nth-child(2) {
    padding-left: 0px;
  }
}

.footer_btns {
  margin-top: 16px;
  margin-left: 13px;
  display: flex;
  justify-content: center;
  line-height: 56px;
  text-align: center;
}
@media (max-width: 767px) {
  .footer_btns {
    margin-top: 20px;
    margin-left: 0px;
    line-height: 38px;
    font-size: 14px;
  }
}

.footer_btn-left a {
  display: inline-block;
  background-color: #1391E6;
  border-radius: 30px;
  width: 220px;
  height: 56px;
  color: #fff;
}
@media (max-width: 767px) {
  .footer_btn-left a {
    width: 150px;
    height: 38px;
  }
}
.footer_btn-left a:hover {
  background-color: #0060A0;
}
.footer_btn-left img {
  display: inline-block;
  width: 16px;
  height: 14px;
}

.footer_btn-right {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .footer_btn-right {
    margin-left: 15px;
  }
}
.footer_btn-right a {
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #1391E6;
  width: 220px;
  height: 56px;
  color: #1391E6;
}
@media (max-width: 767px) {
  .footer_btn-right a {
    width: 150px;
    height: 38px;
  }
}
.footer_btn-right a:hover {
  color: #fff;
  background-color: #1391E6;
}
.footer_btn-right a:hover img {
  fill: white;
}
.footer_btn-right img {
  display: inline-block;
  width: 20px;
  height: 16px;
  vertical-align: middle;
  opacity: 1;
}

.footer_medical-time {
  margin: 21px auto 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 12px;
  width: 100%;
  max-width: 100%;
  height: 163px;
}
@media (max-width: 767px) {
  .footer_medical-time {
    height: 114px;
    width: 100%;
  }
}

.footer_right {
  margin-left: 59px;
  position: relative;
  width: 100%;
  padding-top: 40%;
}
@media (max-width: 767px) {
  .footer_right {
    margin-left: 0px;
    margin-top: 20px;
    height: 315px;
  }
}
.footer_right iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer_bottom {
  margin: 44px auto 58px;
}
@media (max-width: 767px) {
  .footer_bottom {
    margin: 60px 9px;
  }
}

.footer_bottom-menu {
  margin-left: 173px;
  display: flex;
}
@media (max-width: 767px) {
  .footer_bottom-menu {
    margin-left: 0px;
    display: block;
  }
}
.footer_bottom-menu li {
  margin-top: 17px;
}
@media (max-width: 767px) {
  .footer_bottom-menu li {
    margin-top: 15px;
  }
}

.footer_heading {
  font-weight: bold;
}

.footer_concept {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .footer_concept {
    margin-left: 0px;
    margin-top: 37px;
  }
}

.footer_staff {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .footer_staff {
    margin-left: 0px;
    margin-top: 40px;
  }
}

.footer_guide {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .footer_guide {
    margin-left: 0px;
    margin-top: 40px;
  }
}

.footer_guide-h {
  display: flex;
}

.footer_guide-b {
  padding-left: 21px;
}
@media (max-width: 767px) {
  .footer_guide-b {
    padding-left: 20px;
  }
}

.footer_contact {
  margin-left: 39px;
}
@media (max-width: 767px) {
  .footer_contact {
    margin-left: 0px;
    margin-top: 40px;
  }
}

.footer_copy {
  margin-top: 29px;
  width: 100%;
  height: 55px;
  line-height: 55px;
  background-color: #1391E6;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 767px) {
  .footer_copy {
    height: 120px;
  }
}

.totop {
  position: fixed;
  right: 19px;
  bottom: 51px;
  height: 46px;
  width: 55px;
  display: none;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .totop {
    right: 10px;
    bottom: 16px;
    height: 50px;
    width: 50px;
  }
}
.totop a {
  display: block;
  transition: all 0.3s ease 0s;
  opacity: 0.6;
}
.totop a:hover {
  opacity: 1;
}
.totop a img {
  width: 70px;
}
@media (max-width: 767px) {
  .totop a img {
    width: 49px;
  }
}

/*--top----------------------------------------------------------*/
.top_item-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.top_item-text h3 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 3.2px;
  padding-bottom: 17px;
}
@media (max-width: 767px) {
  .top_item-text h3 {
    font-size: 24px;
    padding-bottom: 5px;
  }
}
.top_item-text p {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 4px;
}
@media (max-width: 767px) {
  .top_item-text p {
    font-size: 12px;
    padding-bottom: 0px;
  }
}

.top_bcn {
  margin-top: 6px;
  margin-left: 51px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .top_bcn {
    margin-top: 10px;
    margin-left: 0px;
  }
}

/*--concept-------------------------------------*/
.policy {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .policy {
    margin-top: 60px;
  }
}

.policy_content-a {
  margin-top: 33px;
}
@media (max-width: 767px) {
  .policy_content-a {
    margin-top: 38px;
  }
}

.policy_right-a {
  padding: 40px 138px 0 95px;
}
@media (max-width: 767px) {
  .policy_right-a {
    padding: 0px 0px 0px 0px;
  }
}

.policy_right-text p:nth-child(2) {
  margin-top: 25px;
}

.policy_content-b {
  padding-top: 127px;
  padding-bottom: 81px;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .policy_content-b {
    padding-top: 11px;
    flex-direction: column-reverse;
  }
}
.policy_content-b::after {
  display: none;
}

.policy_right-b {
  padding: 40px 90px 0 140px;
}
@media (max-width: 767px) {
  .policy_right-b {
    padding: 0px 0px 0px 0px;
  }
}

@media (max-width: 767px) {
  .policy_img-b {
    margin-top: 35px;
    left: 6%;
  }
}

/*---blog--------------------------------------*/
.gallery {
  margin-top: 72px;
}
@media (max-width: 767px) {
  .gallery {
    margin-top: 12px;
  }
}

.gallery_list {
  margin-top: 60px;
  gap: 24px;
}
@media (max-width: 767px) {
  .gallery_list {
    margin-top: 38px;
    display: grid;
    gap: 11px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.gallery_item {
  width: 317px;
  height: 317px;
}
@media (max-width: 767px) {
  .gallery_item {
    width: 162px;
    height: 162px;
  }
}
@media (max-width: 767px) {
  .gallery_item:not(:first-child) {
    margin-top: 0px;
  }
}

/*--guideBtn-------------------------------*/
.guideBtn {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .guideBtn {
    margin-top: 64px;
  }
}

.guideBtn_content {
  margin-left: 100px;
  margin-bottom: 158px;
}
@media (max-width: 767px) {
  .guideBtn_content {
    margin-left: 0px;
    margin-top: -1px;
    margin-bottom: 101px;
  }
}

.guideBtn_content-title {
  display: flex;
}

.guideBtn_content-main {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2.24px;
}
@media (max-width: 767px) {
  .guideBtn_content-main {
    font-size: 20px;
    letter-spacing: 1.6px;
  }
}

.guideBtn_content-sub-a, .guideBtn_content-sub-b {
  margin-left: 24px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1.12px;
  border-radius: 24px;
  height: 35px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .guideBtn_content-sub-a, .guideBtn_content-sub-b {
    margin-left: 21px;
  }
}

.guideBtn_content-sub-a {
  width: 84px;
  background-color: #1391E6;
}
@media (max-width: 767px) {
  .guideBtn_content-sub-a {
    margin-top: -6px;
  }
}

.guideBtn_content-sub-b {
  width: 54px;
  background-color: #EE5A6D;
}
@media (max-width: 767px) {
  .guideBtn_content-sub-b {
    margin-top: -2px;
  }
}

.guideBtn_content-departments {
  margin-top: 23px;
  display: flex;
}
@media (max-width: 767px) {
  .guideBtn_content-departments {
    display: block;
    margin-top: 32px;
  }
}

.guideBtn_content-item:not(:first-child) {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .guideBtn_content-item:not(:first-child) {
    margin-left: 0px;
    margin-top: 16px;
  }
}
.guideBtn_content-item a {
  display: inline-block;
  padding: 17px 30px;
  border: 1px solid #1391E6;
  border-radius: 12px;
  background-color: #fff;
  color: #1391E6;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.92px;
}
@media (max-width: 767px) {
  .guideBtn_content-item a {
    display: block;
    padding: 13px 30px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.6px;
    text-align: center;
  }
}

.guideBtn_content-b {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .guideBtn_content-b {
    margin-top: 79px;
  }
}

/*-----guideCard-----------------*/
.guideCard-title {
  padding-top: 2px;
}
@media (max-width: 767px) {
  .guideCard-title {
    padding-top: 34px;
  }
}
@media (max-width: 767px) {
  .guideCard-title h2 {
    font-size: 20px;
  }
}

.guideCard_wrapper {
  margin: 58px auto 0;
}
@media (max-width: 767px) {
  .guideCard_wrapper {
    margin: 40px auto 0;
  }
}

.guideCard_item {
  padding: 56px 60px 60px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .guideCard_item {
    padding: 23px 20px 12px;
  }
}
.guideCard_item:not(:first-child) {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .guideCard_item:not(:first-child) {
    margin-top: 40px;
  }
}

.guideCard_top {
  display: flex;
  border-bottom: 1px solid #C2C2C2;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .guideCard_top {
    display: block;
    padding-bottom: 16px;
  }
}

.guideCard_main {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2.28px;
}
@media (max-width: 767px) {
  .guideCard_main {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.6px;
  }
}

.guideCard_sub {
  margin-top: 10px;
  margin-left: 36px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.12px;
  color: #1391E6;
}
@media (max-width: 767px) {
  .guideCard_sub {
    margin-top: 15px;
    margin-left: 0px;
  }
}

.guideCard_tag {
  position: absolute;
  content: "";
  top: 0;
  right: 62px;
  width: 100px;
  height: 80px;
}
@media (max-width: 767px) {
  .guideCard_tag {
    right: 20px;
    width: 80px;
    height: 60px;
  }
}

.guideCard_content {
  margin-top: 32px;
  display: flex;
}
@media (max-width: 767px) {
  .guideCard_content {
    margin-top: 19px;
    display: block;
  }
}

.guideCard_content-text {
  width: 50%;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .guideCard_content-text {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
}
.guideCard_content-text p:not(:first-child) {
  margin-top: 24px;
}

.guideCard_content-img {
  margin-left: 40px;
  width: 50%;
}
@media (max-width: 767px) {
  .guideCard_content-img {
    margin-left: 0px;
    width: 100%;
    margin-top: 16px;
  }
}
.guideCard_content-img img {
  width: 420px;
  max-width: 100%;
  height: 315px;
}
@media (max-width: 767px) {
  .guideCard_content-img img {
    width: 295px;
    height: 221px;
  }
}

.guideCard-b {
  margin-top: 76px;
}
@media (max-width: 767px) {
  .guideCard-b {
    margin-top: 131px;
  }
}

/*---footer---------------*/
.guide_footer {
  margin-top: 109px;
}
@media (max-width: 767px) {
  .guide_footer {
    margin-top: 163px;
  }
}

/*-- profile -------------------------------*/
.profile {
  margin-top: 78px;
}
@media (max-width: 767px) {
  .profile {
    margin-top: 59px;
  }
}

.profile_inner {
  width: 1000px;
  max-width: 100%;
}

.profile_content {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 79px;
}
@media (max-width: 767px) {
  .profile_content {
    margin-top: 37px;
    display: block;
  }
}

.profile_top {
  grid-column: 1/2;
  grid-row: 1/2;
}

.profile_top h3 {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 2.24px;
  line-height: 44px;
}
@media (max-width: 767px) {
  .profile_top h3 {
    font-size: 20px;
    letter-spacing: 1.6px;
    line-height: 32px;
  }
}
.profile_top p {
  font-size: 14px;
  line-height: 24px;
}
.profile_top p:nth-child(2) {
  margin-top: 33px;
}
@media (max-width: 767px) {
  .profile_top p:nth-child(2) {
    margin-top: 27px;
  }
}
.profile_top p:nth-child(3) {
  margin-top: 24px;
}

.profile_name {
  margin-top: 15px;
  text-align: right;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .profile_name {
    margin-top: 34px;
  }
}

.profile_img {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media (max-width: 767px) {
  .profile_img {
    margin-top: 35px;
  }
}

.profile_bottom {
  grid-column: 1/2;
  grid-row: 2/3;
  margin-top: -26px;
}
@media (max-width: 767px) {
  .profile_bottom {
    margin-top: 31px;
  }
}

.profile_career {
  line-height: 33px;
  border-bottom: 1px solid #393939;
}
@media (max-width: 767px) {
  .profile_career {
    line-height: 31px;
  }
}

.profile_career-item {
  display: flex;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .profile_career-item {
    margin-top: 16px;
  }
}
.profile_career-item li {
  margin-top: 1px;
}
@media (max-width: 767px) {
  .profile_career-item li {
    margin-top: 1px;
  }
}

.profile_career-year, .profile_career-text {
  font-size: 14px;
  line-height: 24px;
}

.profile_career-text {
  margin-left: 16px;
}

.profile_license {
  margin-top: 27px;
}
@media (max-width: 767px) {
  .profile_license {
    margin-top: 35px;
  }
}

.profile_license-title {
  line-height: 31px;
  border-bottom: 1px solid #393939;
}

.profile_license-list {
  font-size: 14px;
}
.profile_license-list li {
  margin-top: 13px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .profile_license-list li {
    margin-top: 13px;
  }
}

/*--slider------------------------------*/
.slider2 {
  margin-top: 155px;
}
@media (max-width: 767px) {
  .slider2 {
    margin-top: 100px;
  }
}

.staff_slide {
  width: 305px;
  height: 229px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .staff_slide {
    width: 200px;
    height: 150px;
  }
}

/*--staff-------------------------------*/
.staff {
  margin-top: 170px;
}
@media (max-width: 767px) {
  .staff {
    margin-top: 100px;
  }
}

.staff_inner {
  width: 1000px;
  max-width: 100%;
}

.staff_content {
  margin-top: 58px;
}
@media (max-width: 767px) {
  .staff_content {
    margin-top: 40px;
  }
}

.staff_content-license {
  padding-bottom: 4px;
  border-bottom: 1px solid #393939;
  letter-spacing: 1.28px;
}

.staff_content-list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}
@media (max-width: 767px) {
  .staff_content-list {
    margin-top: 37px;
    display: block;
  }
}

.staff_content-item:nth-child(n+4) {
  margin-top: -23px;
}
@media (max-width: 767px) {
  .staff_content-item:nth-child(n+4) {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .staff_content-item:nth-child(n+2) {
    margin-top: 53px;
  }
}

.staff_content-name {
  margin-top: 7px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1.44px;
}
.staff_content-name span {
  font-size: 12px;
  letter-spacing: 0.96px;
  margin-right: 10px;
}

.staff_wrapper {
  margin-top: 15px;
  font-size: 14px;
}
.staff_wrapper dl {
  display: flex;
}
.staff_wrapper dl dt, .staff_wrapper dl dd {
  display: inline-block;
  border-top: 1px solid #fff;
  padding: 16px 20px;
  width: 140px;
  max-width: 100%;
}
.staff_wrapper dl dt {
  background-color: #DFF1FD;
}

.staff_content-bottom {
  margin-top: 58px;
}
@media (max-width: 767px) {
  .staff_content-bottom {
    margin-top: 39px;
  }
}