@charset "utf-8";

/* CSS Document */
/*
Theme Name:AMATERASU
Description:Easy,SimpleDesign
Version:simple 1.1
Base Color:red
Author:AMATERASU
Author URI:http://www.seo-amaterasu.com/
*/

/* #main_visual_in {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: stretch;
}

#main_visual_in div.main_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

#main_visual_in div.main_text img {
  max-width: 881px;
  margin: 0;
  width: 50%;
}

#main_visual_in div.main_text span {
  display: block;
  margin: 0 auto 1vw;
  max-width: 1480px;
  width: 90%;
} */

/**********************************************************/
/********ヘッダー******************************************/
/**********************************************************/
#header {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 00px 0;
  background-color: unset;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999;
}

#header_in {
  width: auto;
  height: auto;
  margin: 0 auto;
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  background: #fff;
  align-items: center;
  position: relative;
  padding-left: 260px;
}

#header_in {
  margin: 0 auto;
  transition:
    width 0.3s ease,
    margin 0.3s ease;
  -webkit-transition:
    width 0.3s ease,
    margin 0.3s ease;
  width: 100%;
  max-width: 100%;
}

/*　上に上がる動き　*/

/* #header.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100px);
  }
} */

/*　下に下がる動き　*/

/* #header.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
} */

#global_navi {
  max-width: fit-content;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#global_navi_in {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}

#header_in .inner_left {
  max-width: 200px;
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 2%;
}

#header_in .inner_left img {
  max-width: 200px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

#header_in .inner_right {
  width: 210px;
  height: auto;
  margin: 0;
  padding: 0;
}

#header_in .inner_right ul {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}

#header_in .inner_right ul li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  color: #80d6cf;
  font-weight: 600;
  line-height: 1;
}

#header_in .inner_right ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #80d6cf;
  text-decoration: none;
}

#header_in .inner_right ul li a:hover {
  opacity: 0.5;
}

#header_in .inner_right ul li:first-child p {
  font-size: 16px;
  text-align: right;
  color: #000000;
}

#header_in .inner_right ul li:last-child p {
  font-size: 13px;
  text-align: right;
  color: #000000;
}

#header_in .inner_right ul li img {
  vertical-align: bottom;
}

@media screen and (max-width: 991px) {
  #header_in {
    transition:
      width 0.3s ease,
      margin 0.3s ease;
    -webkit-transition:
      width 0.3s ease,
      margin 0.3s ease;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #header_in .inner_left {
    left: 5px;
  }

  #header_in .inner_right ul li img {
    margin: 6px auto 5px;
    width: 34px;
    height: 30px;
  }

  #header_in .inner_right ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    height: auto;
    margin: 0;
    margin-right: 10px;
    padding: 0;
    color: #80d6cf;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
  }
}

/* グローバルナビ エリア */
#nav ul {
  width: auto;
  height: auto;
  list-style: none;
  text-align: center;
  table-layout: fixed;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
}

#nav ul li {
  border-left: none;
  padding: 0 20px;
}

#nav ul li.header_menu_contact {
  background-color: #60d1e0;
  color: #fff;
  padding: 0 10px;
  margin: 0 0 0 10px;
}

#nav ul li.header_menu_contact a {
  color: #fff;
}

#nav ul li a {
  height: auto;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  padding: 30px 0px;
  display: block;
  color: #666666;
}

#nav li a:hover {
  /* color:#ffffff; */
  opacity: 0.7;
}

.navBtn {
  position: relative;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 30px;
  height: 30px;
  background: unset;
  z-index: 999;
  cursor: pointer;
}

.navBtn.active .navBtn__border {
  height: 0;
}

.navBtn.active .navBtn__border::before {
  top: 0;
  transform: rotate(45deg);
}

.navBtn.active .navBtn__border::after {
  top: 0;
  transform: rotate(-45deg);
}

@media screen and (min-width: 415px) {
  .navBtn {
    /* width: 60px; */
    /* height: 46px; */
  }
}

@media screen and (min-width: 769px) {
  .navBtn .navBtn__border,
  .navBtn .navBtn__border::before,
  .navBtn .navBtn__border::after {
    width: 2.9rem;
    height: 0.2rem;
  }
}

@media screen and (min-width: 415px) {
  .navBtn .navBtn__border,
  .navBtn .navBtn__border::before,
  .navBtn .navBtn__border::after {
    width: 24px;
  }
}

.navBtn .navBtn__border,
.navBtn .navBtn__border::before,
.navBtn .navBtn__border::after {
  position: relative;
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  transition: all 0.6s cubic-bezier(0.32, 0.625, 0.58, 1);
}

.navBtn .navBtn__border::before {
  position: absolute;
  top: 8px;
}

.navBtn .navBtn__border::after {
  position: absolute;
  top: -8px;
}

@media screen and (min-width: 992px) {
  #header .sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #header .pc {
    display: none;
  }

  #header .sp {
    display: block;
  }

  #global_navi {
    position: absolute;
    top: 74px;
    left: 0;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
  }

  #global_navi.active {
    top: 54px;
    opacity: 1;
    pointer-events: all;
  }

  #nav ul {
    flex-wrap: wrap;
  }

  #nav ul li {
    width: 50%;
    padding: 0;
    background-color: #fff;
  }

  #nav ul li:last-child:nth-child(odd) {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
  }

  #nav ul li:nth-child(7) a {
    border: none;
    border-top: 1px solid #fff;
  }

  #nav ul li:nth-child(8) a {
    border: none;
    border-top: 1px solid #fff;
  }

  #nav ul li a {
    position: relative;
    color: #333;
    background: #fff;
    text-align: left;
    padding: 15px 10%;
    margin: 0 5%;
    border-bottom: 1px dotted #333;
    background-size: auto;
    background-image: url("./images/f_ico01.png");
    background-position: center left;
    background-repeat: no-repeat;
  }

  #nav ul li:last-child:nth-child(odd) a {
    padding: 15px 7.5%;
    margin: 0 3%;
  }

  #nav ul li a::before {
    content: "";
    position: relative;
    top: 50%;
    left: -10px;
    display: none;
    width: 7px;
    height: 7px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(-50%) rotate(45deg);
  }

  #nav ul li.header_menu_contact a {
    border-top: 1px dotted #333;
    border-bottom: none;
  }

  #nav ul li.header_menu_contact a {
    color: #333;
  }
}

#top_page img {
  max-width: 100%;
  vertical-align: bottom;
}

#top_page .wrap {
  max-width: 1200px;
  margin: 0 auto;
}

#top_page .top_title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
}

#top_page .top_title h2 {
  background-color: unset;
  color: #3b362b;
  font-size: 27px;
  line-height: 1em;
  margin-bottom: 0;
  padding: 10px 10px 0 10px;
  margin: 0;
  border: none;
}

#top_page .top_title p {
  background-color: unset;
  color: #1fb2cc;
  line-height: 1em;
  font-size: 14px;
  margin: 12px auto 0;
  font-weight: 500;
}

#top_page .top_content {
  padding: 80px 0;
}

#top_page .top_content .wrap {
  max-width: 1200px;
  margin: 0 auto;
}

#top_page .top_content .btn {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 250px;
  width: 100%;
}

#top_page .top_content .btn a {
  letter-spacing: 1.5px;
  width: 100%;
  height: 60px;
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  border-radius: 8px;
  align-items: center;
  position: relative;
  background-color: #60d1e0;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}

#top_page .top_content .btn a span {
  font-weight: 500;
  font-size: 1em;
  color: #fff;
}

#top_page .top_content .btn a::before {
  border-left: 3px solid;
  border-top: 3px solid;
  border-color: #ffffff;
  content: "";
  height: 9px;
  position: absolute;
  right: 15px;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 9px;
}

#top_page .top_content .btn a:hover {
  opacity: 0.7;
}

/*****768以下*****/
@media screen and (max-width: 768px) {
  .home h2,
  .home h3 {
    padding: 0;
    border: unset;
    font-weight: 600;
    background-color: unset;
  }

  #top_contact_area_inner .contact_title img,
  #top_page .top_content .top_title img {
    image-rendering: auto;
  }

  #top_page .top_title h2 {
    width: 100%;
    padding-left: 0;
    text-align: center;
    font-size: 5.7vw;
    letter-spacing: 1px;
    line-height: 1.3em;
  }

  #top_page .top_title p {
    font-size: 3.35vw;
    margin-bottom: 0.5em;
  }

  #top_page .top_content {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  #top_page .top_content .btn {
    margin: 8% auto 0;
  }

  #top_page .top_content .btn a {
    font-size: 16px;
  }
}

/**********************************************************/
/*****メインイメージ下のSPメニュー(768以下)*************************/
/**********************************************************/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  #top_page .t_sp_menu ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 4%;
  }

  #top_page .t_sp_menu ul li {
    width: 47%;
    margin-bottom: 3%;
  }

  #top_page .t_sp_menu ul li a {
    background: #60d1e0;
    font-size: 4vw;
    display: block;
    padding: 8% 4%;
    display: flex;
    text-decoration: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

  #top_page .t_sp_menu ul li:nth-child(5) {
    width: 96%;
  }

  #top_page .t_sp_menu ul li:nth-child(5) a {
    padding: 4% 2%;
    background-color: #005ccc;
  }

  #top_page .t_sp_menu ul li a span.sp_memu_text {
    color: white;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 3.2vw;
  }

  #top_page .t_sp_menu ul li a span.sp_memu_icon {
    width: 1.5em;
    margin-right: 0.5em;
  }

  #top_page .t_sp_menu ul li a::before {
    border-left: 2px solid;
    border-top: 2px solid;
    border-color: #ffffff;
    content: "";
    height: 5px;
    position: absolute;
    right: 3%;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 5px;
  }
}

/**********************************************************/
/********コンセプト*******************************************/
/**********************************************************/
.concept-area {
  background-image: url("./images/concept_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
}

.concept-introduction {
  max-width: 1350px;
  margin: 40px auto 0;
}

.concept-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.concept-text {
  text-align: center;
  width: 40%;
  height: auto;
}

.concept-text h3 {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 55px;
  font-size: 37px;
  color: #60d1e0;
  text-align: center;
}

.concept-text h3 span.black-title {
  display: block;
  width: fit-content;
  margin: 0 auto;
  color: #333;
  font-size: 26px;
  margin-bottom: 10px;
  text-align: center;
}

.concept-text p {
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
  word-break: auto-phrase;
}

.concept-text .btn-next {
  font-size: 16px;
  margin-top: 55px;
}

.btn-next a {
  position: relative;
  display: block;
  color: #333;
  background: #fff;
  border: #60d1e0 1px solid;
  padding: 15px 0;
  width: 280px;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  margin: auto;
  border-radius: 8px;
}

.btn-next a::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 33px;
  margin: auto;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 8px solid;
  z-index: 2;
  color: #60d1e0;
}

.btn-next a:hover::after {
  right: 1em;
}

/*****768以下*****/
@media screen and (max-width: 768px) {
  .concept-flex {
    justify-content: center;
  }

  .concept-flex::before,
  .concept-flex::after {
    content: none;
  }

  .concept-introduction {
    margin: 40px auto 0;
  }

  .concept-text .btn-next {
    margin-bottom: 0;
  }

  .concept-text {
    width: 100%;
    margin: 0 15px;
    padding: 0;
  }

  .concept-text h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .concept-text h3 span.black-title {
    color: #333;
    font-size: 24px;
    margin-bottom: 16px;
  }

  .concept-text p {
    text-align: left;
    word-break: break-all;
    line-height: 1.6;
  }
}

/**********************************************************/
/********選ばれる理由****************************************/
/**********************************************************/
.top_reasons {
  padding: 20px 0 100px;
  background-image: url("./images/reason-bg.jpg");
  background-repeat: no-repeat;
  background-size: unset;
  background-position-x: 100%;
  background-position-y: 70%;
  background-color: #fff;
}

h3.reasons_title span {
  display: block;
  color: #60d1e0;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 15px;
}

h3.reasons_title span.orange {
  color: #ffb065;
}

h3.reasons_title strong {
  font-size: 26px;
  font-weight: 500;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}

#top_page .wrap_content .content img {
  max-width: unset;
  width: auto;
}

.top_reasons .top_reasons_h2 {
  margin-bottom: 0;
  padding-bottom: 45px;
}

.top_reasons .top_reasons_h2 span {
  position: relative;
}

.top_reasons .top_reasons_h2 span.en:after {
  display: block;
  content: "";
  width: 360px;
  right: calc(100% + 10px);
  background: #ffb065;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
}

.wrap_content {
  /* padding-top: 45px; */
  /* width: fit-content; */
  /* margin: auto; */
}

.top_reasons .wrap_content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  /* padding-top: 45px; */
  padding-left: 11vw;
  /* padding-right: 10vw; */
}

.top_reasons .wrap_content .content .left {
  padding: 40px 90px 55px;
  min-width: 630px;
  max-width: 630px;
  background: #fff;
  border-radius: 60px 30px;
  -webkit-box-shadow: 0 0 15px #dcdcdc;
  box-shadow: 0 0 15px #dcdcdc;
  position: relative;
  z-index: 2;
  margin-right: 0;
}

.reasons_title {
  margin-bottom: 20px;
}

.top_reasons .wrap_content .content .left p {
  text-align: justify;
}

.top_reasons .wrap_content .content .left p + p {
  margin-top: 20px;
}

.top_reasons .wrap_content .content .left .btn1 {
  text-align: right;
}

.top_reasons .wrap_content .content .right {
  position: relative;
}

.top_reasons .wrap_content .content .right::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(./images/tt3_img1.png);
}

.top_reasons .wrap_content .content:nth-child(even) {
  padding: 90px 0;
  padding-right: 10vw;
  /* padding-left: 10vw; */
}

.top_reasons .wrap_content .content:nth-child(even) .left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: -5vw;
  border-radius: 30px 60px;
}

.top_reasons .wrap_content .content:nth-child(even) .right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.reason_1,
.reason_2,
.reason_3 {
  position: relative;
  display: block;
  width: 100%;
}

.content::before {
  content: "";
  position: relative;
  display: block;
  max-width: 100%;
  right: 100px;
  width: calc(100% - 610px);
  height: 32vw;
  border-radius: 30px;
}

.reason_1::before {
  background: url("./images/tt3_img1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  order: 2;
}

.reason_2::before {
  background-image: url("./images/tt3_img2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  order: 2;
  right: 0;
}

.reason_3::before {
  background-image: url("./images/tt3_img3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  order: 2;
}
@media only screen and (max-width: 1440px) {
  .content::before {
    height: 37vw;
  }
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 1250px) {
  .top_reasons {
    padding: 60px 0;
    background-image: url("./images/top-reason-bg-sp.jpg");
    background-position-y: 100%;
  }

  .top_reasons .top_reasons_h2 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    margin-left: 60px;
  }

  .top_reasons .wrap_content .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 2%;
  }
  .top_reasons .wrap_content .content:nth-child(even) {
    padding: 0;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-right: 2%;
    padding-left: 2%;
  }
  .top_reasons .wrap_content .content .left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 90%;
    width: 100%;
    margin: -50px auto 0;
    padding: 30px 35px 35px;
    border-radius: 20px;
    min-width: unset;
  }

  .top_reasons .wrap_content .content .right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto;
    width: 98%;
  }

  h2.top_reasons_h2 span {
    color: #27b7da;
    font-size: 16px;
  }

  .top_reasons .top_reasons_h2 span:after {
    /* left: -355px; */
    width: 340px;
  }

  #top_page .wrap_content .content img {
    max-width: 100%;
    width: auto;
  }

  .top_reasons .wrap_content .content:nth-child(even) .left {
    margin: 0 auto;
    margin-top: -50px;
    border-radius: 20px;
  }

  .content::before {
    content: "";
    position: relative;
    display: block;
    max-width: 100%;
    right: 0;
    width: 100%;
    height: 48vw;
  }

  .reason_1::before {
    background: url("./images/tt3_img1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    order: 2;
  }

  .reason_2::before {
    background-image: url("./images/tt3_img2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    order: 2;
    right: 0;
  }

  .reason_3::before {
    background-image: url("./images/tt3_img3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    order: 2;
  }
}

@media screen and (max-width: 768px) {
  .top_reasons .wrap_content .content:nth-child(even) {
    padding: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 2%;
    padding-left: 2%;
  }

  .top_reasons .wrap_content .content .left {
    padding: 20px 25px 25px;
  }
}

/******************************************************************************/
/********おすすめメニュー*************************************************************/
/******************************************************************************/
.specialz_bnr_wrap {
  padding-top: 65px;
  margin: auto;
  max-width: 1200px;
}

.bnr_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 50px;
}

.specialz_menu_area {
  padding: 100px 0;
}

@media screen and (max-width: 769px) {
  .specialz_bnr_wrap {
    padding-top: 30px;
  }

  .bnr_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 0;
  }

  .biyou_bnr {
    padding: 0 2%;
    padding-bottom: 15px;
  }

  .jikotiryou_bnr {
    padding: 0 2%;
    padding-top: 15px;
  }

  .specialz_menu_area {
    padding: 50px 3%;
  }
}

/******************************************************************************/
/********症例メニュー*************************************************************/
/******************************************************************************/
#top_content_cases {
  background-image: url("./images/case_bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: overlay;
}

#top_content_cases #top_cases_tit {
  max-width: 1200px;
  margin: 0 auto 70px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  width: 96%;
}

#top_content_cases .c-title-top {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
}

#top_content_cases .c-title-top span.en {
  background-color: unset;
  color: #60d1e0;
  font-size: 15px;
  line-height: 1em;
  margin: 0 auto;
  padding: 0;
}

#top_content_cases .c-title-top span.jp {
  background-color: unset;
  color: #404040;
  font-size: 32px;
  margin: 10px 0 0px 0;
  padding-left: 0;
  font-weight: 500;
}

#top_content_cases .wrap {
  width: 96%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

#top_content_cases .wrap li {
  width: 265px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  background: #fff;
  align-items: center;
  margin: 0 30px 30px 0;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
}

#top_content_cases .wrap li:hover {
  opacity: 0.7;
}

#top_content_cases .wrap li:nth-child(4n) {
  margin-right: 0;
}

#top_content_cases .wrap li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

#top_content_cases .wrap li > span:nth-of-type(1) {
  display: block;
  padding-bottom: 2px;
  font-weight: 900;
  color: #60d1e0;
  font-size: 45px;
  border-bottom: 1px solid;
}

#top_content_cases .wrap li figure {
  width: 40%;
  text-align: center;
  padding: 5px 0;
}

#top_content_cases .wrap li figure img {
  margin: 0 auto;
}

#top_content_cases .wrap li:hover img {
  /* filter: opacity(0.4) drop-shadow(0 0 0 #fff); */
}

#top_content_cases .wrap li h3 {
  bottom: 5px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#top_content_cases .wrap li h3::before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  box-sizing: border-box;
  border: 6px solid transparent;
  border-left: 11px solid;
  z-index: 2;
  color: #60d1e0;
}

#top_content_cases .wrap li h3 span {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  letter-spacing: 1px;
  font-weight: 600;
  color: #707070;
}

#top_content_cases .wrap li h3.lh2em span {
  line-height: 1.35em;
  font-size: 19px;
}

#top_content_cases .wrap li h3 span small {
  color: #707070;
}

#top_content_cases .cases_btn {
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 96%;
  max-width: 1200px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

#top_content_cases .cases_btn a {
  width: 336px;
  height: 62px;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1em;
  border-radius: 10px;
  padding-bottom: 2px;
  color: #333;
  position: relative;
  background-color: #fff;
  border: 1px solid #60d1e0;
}

#top_content_cases .cases_btn a:hover {
  opacity: 0.7;
}

#top_content_cases .cases_btn a::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 33px;
  margin: auto;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 8px solid;
  z-index: 2;
  color: #60d1e0;
}

/* ボタンの大きさと位置をここで指定 */
#top_content_cases .wrap li {
  position: relative;
  overflow: hidden;
  transition: 1.5s;
}

#top_content_cases .wrap li a {
  display: block;
}

/* 共通スタイル */
.line {
  position: absolute;
  background: #60d1e0; /* 線の色 */
  opacity: 1; /* 初期状態は表示 */
  transition:
    top 0.5s ease,
    left 0.5s ease,
    right 0.5s ease,
    bottom 0.5s ease,
    opacity 0.5s ease; /* トランジションを設定 */
}

@media screen and (min-width: 769px) {
  /* 上の線 */
  .line.top {
    top: 0;
    left: 215px; /* 左方向に150px移動して右側に50px表示 */
    width: 200px; /* 線の長さ */
    height: 2px;
  }

  /* 下の線 */
  .line.bottom {
    bottom: 0;
    left: -150px; /* 右方向に150px移動して左側に50px表示 */
    width: 200px;
    height: 2px;
  }

  /* 右の線 スタート部分 */
  .line.right-s {
    top: -150px; /* 上方向に150px移動して下側に50px表示 */
    right: 0;
    width: 2px;
    height: 200px;
  }

  /* 右の線 エンド部分 */
  .line.right-e {
    top: 265px; /* 反対側に完全に隠れる位置 */
    right: 0;
    width: 2px;
    height: 200px;
  }

  /* 左の線 スタート部分 */
  .line.left-s {
    top: 215px; /* 下方向に150px移動して上側に50px表示 */
    left: 0;
    width: 2px;
    height: 200px;
  }

  /* 左の線 エンド部分 */
  .line.left-e {
    top: -200px; /* 反対側に完全に隠れる位置 */
    left: 0;
    width: 2px;
    height: 200px;
  }
}

/* ホバー時のアニメーション */
#top_content_cases .wrap li:hover .bottom {
  animation: moveOutLeft 1.5s linear forwards; /* フォワードに設定 */
}

#top_content_cases .wrap li:hover .right-e {
  animation: moveOutDown 1.5s linear 0.75s forwards; /* フォワードに設定、遅延あり */
}

#top_content_cases .wrap li:hover .top {
  animation: moveOutRight 1.5s linear forwards; /* フォワードに設定 */
}

#top_content_cases .wrap li:hover .left-e {
  animation: moveOutUp 1.5s linear 0.75s forwards; /* フォワードに設定、遅延あり */
}

/* スパンのアニメーション */
#top_content_cases .wrap li:hover .right-s {
  animation: moveOutUp 0.5s forwards;
}

#top_content_cases .wrap li:hover .left-s {
  animation: moveOutDown 0.5s forwards;
}

#top_content_cases .wrap li:hover .right-e {
  animation: moveInDown 1.5s forwards;
  animation-delay: 0.5s; /* -sスパンのアニメーション終了後に開始 */
}

#top_content_cases .wrap li:hover .left-e {
  animation: moveInUp 1.5s forwards;
  animation-delay: 0.5s; /* -sスパンのアニメーション終了後に開始 */
}

/* アニメーションの定義 */
/* Sスパンのアニメーション */
@keyframes moveOutUp {
  from {
    top: -150px;
  }
  to {
    top: -200px; /* 画面外へ移動 */
  }
}

@keyframes moveOutDown {
  from {
    top: 215px;
  }
  to {
    top: 265px; /* 画面外へ移動 */
  }
}

/* Eスパンのアニメーション */
@keyframes moveInDown {
  from {
    top: 245px; /* 画面外からスタート */
  }
  to {
    top: -200px; /* 初期位置に戻る */
  }
}

@keyframes moveInUp {
  from {
    top: -200px; /* 画面外からスタート */
  }
  to {
    top: 265px; /* 初期位置に戻る */
  }
}

@keyframes moveOutLeft {
  from {
    left: -150px;
  }
  to {
    left: 265px; /* 左方向に移動 */
  }
}

@keyframes moveOutRight {
  from {
    left: 215px;
  }
  to {
    left: -200px; /* 右方向に移動 */
  }
} /*****768以下*****/
@media screen and (max-width: 768px) {
  /* 上の線 */
  .line.top {
    top: 0;
    right: calc(-100% + 50px); /* 左方向に150px移動して右側に50px表示 */
    max-width: 100%;
    width: 200px; /* 線の長さ */
    height: 2px;
  }

  /* 下の線 */
  .line.bottom {
    bottom: 0;
    left: calc(-100% + 50px); /* 右方向に150px移動して左側に50px表示 */
    max-width: 100%;
    width: 200px;
    height: 2px;
  }

  /* 右の線 スタート部分 */
  .line.right-s {
    top: calc(-100% + 50px); /* 上方向に150px移動して下側に50px表示 */
    right: 0;
    width: 2px;
    max-height: 100%;
    height: 200px;
  }

  /* 右の線 エンド部分 */
  .line.right-e {
    top: 100%; /* 反対側に完全に隠れる位置 */
    right: 0;
    width: 2px;
    max-height: 100%;
    height: 200px;
  }

  /* 左の線 スタート部分 */
  .line.left-s {
    bottom: calc(-100% + 50px); /* 下方向に150px移動して上側に50px表示 */
    left: 0;
    width: 2px;
    max-height: 100%;
    height: 200px;
  }

  /* 左の線 エンド部分 */
  .line.left-e {
    top: -100%; /* 反対側に完全に隠れる位置 */
    left: 0;
    width: 2px;
    max-height: 100%;
    height: 200px;
  }

  /* アニメーションの定義 */
  /* Sスパンのアニメーション */
  @keyframes moveOutUp {
    from {
      top: calc(-100% + 50px);
    }
    to {
      top: -100%; /* 画面外へ移動 */
    }
  }

  @keyframes moveOutDown {
    from {
      top: calc(100% - 50px);
    }
    to {
      top: 100%; /* 画面外へ移動 */
    }
  }

  /* Eスパンのアニメーション */
  @keyframes moveInDown {
    from {
      top: 100%; /* 画面外からスタート */
    }
    to {
      top: -100%; /* 初期位置に戻る */
    }
  }

  @keyframes moveInUp {
    from {
      top: -100%; /* 画面外からスタート */
    }
    to {
      top: 100%; /* 初期位置に戻る */
    }
  }

  @keyframes moveOutLeft {
    from {
      left: calc(-100% + 50px);
    }
    to {
      left: 100%; /* 左方向に移動 */
    }
  }

  @keyframes moveOutRight {
    from {
      left: calc(100% - 50px);
    }
    to {
      left: -100%; /* 右方向に移動 */
    }
  }
}

/******************************************************************************/
/********口コミ*************************************************************/
/******************************************************************************/
.home-review__inner {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  padding: 60px 0 100px;
}

.review_list {
  padding: 50px 0;
}

.home-review__inner {
  padding: 0 10px 90px;
}

.review_list {
  padding: 30px 0;
}

/*****768以下*****/
@media screen and (max-width: 768px) {
  #top_content_cases {
    width: 100%;
    margin: 0 auto;
  }

  #top_content_cases #top_cases_tit {
    flex-direction: column;
    padding: 0 2%;
    margin: 0% 0 5%;
    width: 100%;
    align-items: flex-start;
  }

  #top_content_cases #top_cases_tit .top_h2 {
    padding: 0;
    margin: 0% auto;
    border-right: unset;
    width: 60%;
  }

  #top_content_cases #top_cases_tit .top_h2 h2 {
    font-size: 20px;
    padding-left: 0;
    letter-spacing: 1px;
  }

  #top_content_cases #top_cases_tit .top_h2 p {
    font-size: 30px;
    margin: 10px auto 14px;
    padding-left: 0;
    width: 100%;
    text-align: center;
  }

  #top_content_cases #top_cases_tit > p {
    font-size: 16px;
    padding: 5% 0 0;
    letter-spacing: 0.75px;
    font-weight: 400;
  }

  #top_content_cases .wrap {
    width: 96%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 0 3%;
    align-items: center;
  }

  #top_content_cases .wrap li {
    width: 48%;
    margin: 0 0% 4% 0;
  }

  #top_content_cases .wrap li:nth-child(2n) {
    margin: 0 0% 4% 0;
  }

  #top_content_cases .wrap li > span:nth-of-type(1) {
    font-size: 7.5vw;
  }

  #top_content_cases .wrap li figure {
    width: 100%;
    text-align: center;
    padding: 1.5% 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  #top_content_cases .wrap li figure img {
    max-width: 30%;
  }

  #top_content_cases .wrap li h3 {
    bottom: 5vw;
    height: 5vw;
    margin-bottom: 0;
    padding-right: 3%;
  }

  #top_content_cases .wrap li h3 span {
    font-size: 3.75vw;
    height: 5vw;
    letter-spacing: 0.3vw;
    display: flex;
    line-height: 5vw;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  #top_content_cases .wrap li h3::before {
    border-width: 5px;
    right: 6.5%;
  }

  #top_content_cases .wrap li h3 span small {
    letter-spacing: -0.25vw;
  }

  #top_content_cases .wrap li h3.lh2em span {
    font-size: 4.25vw;
    height: 2.3em;
    letter-spacing: 0.3vw;
    line-height: 1.3em;
  }

  #top_content_cases .cases_btn,
  #top_content_cases .cases_btn a {
    width: 250px;
    height: 60px;
    margin-top: 4%;
  }
  #top_content_cases .cases_btn a::after {
    content: "";
    right: 25px;
  }
}

/*******************************************************************************/
/********サイトメニュー**************************************************************/
/******************************************************************************/

.c-head01 {
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}

.c-head01__sub {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 8px;
  color: rgb(var(--darkgray));
}

.c-head01__main {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.home-company {
  background-color: #ebfefe;
}

.home-company::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 963px;
  top: 0;
  left: 0;
  background: url("../img/home/bg_company01_sp.png") no-repeat bottom
    center/cover;
  z-index: -1;
}

.home-company__inner {
  padding-top: 70px;
  padding-bottom: 70px;
}

.home-company-list__item:nth-child(2) .home-company-list__link {
  background: #fbddbf;
}

.home-company-list__item:nth-child(2) .home-company-list__link::after {
  display: inline-block;
  width: 17px;
  height: 10px;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("./images/mini_arrow.svg");
  content: "";
  transition: all 0.3s ease;
}

.home-company-list__item:nth-child(2) .home-company-list__txt::before {
  background-image: url("./images/sitemenu-icon02.png");
  background-repeat: no-repeat;
  background-size: unset;
  background-size: 80%;
  background-position: center;
  background-color: #fff;
  border-radius: 100px;
}

.home-company-list__item:nth-child(3) .home-company-list__link {
  background: #cde6b9;
}

.home-company-list__item:nth-child(3) .home-company-list__link::after {
  display: inline-block;
  width: 17px;
  height: 10px;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("./images/mini_arrow.svg");
  content: "";
  transition: all 0.3s ease;
}

.home-company-list__item:nth-child(3) .home-company-list__txt::before {
  background-image: url("./images/sitemenu-icon03.png");
  background-repeat: no-repeat;
  background-size: unset;
  background-size: 80%;
  background-position: center;
  background-color: #fff;
  border-radius: 100px;
}

.home-company-list__item:nth-child(4) .home-company-list__link {
  background: #b4e9f2;
}

.home-company-list__item:nth-child(4) .home-company-list__link::after {
  display: inline-block;
  width: 17px;
  height: 10px;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("./images/mini_arrow.svg");
  content: "";
  transition: all 0.3s ease;
}

.home-company-list__item:nth-child(4) .home-company-list__txt::before {
  background-image: url("./images/sitemenu-icon04.png");
  background-repeat: no-repeat;
  background-size: unset;
  background-size: 80%;
  background-position: center;
  background-color: #fff;
  border-radius: 100px;
}

.home-company-list__item:nth-child(5) .home-company-list__link {
  background: #e3c8e3;
}

.home-company-list__item:nth-child(5) .home-company-list__link::after {
  display: inline-block;
  width: 17px;
  height: 10px;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("./images/mini_arrow.svg");
  content: "";
  transition: all 0.3s ease;
}

.home-company-list__item:nth-child(5) .home-company-list__txt::before {
  background-image: url("./images/sitemenu-icon05.png");
  background-repeat: no-repeat;
  background-size: unset;
  background-size: 80%;
  background-position: center;
  background-color: #fff;
  border-radius: 100px;
}

.home-company-list__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 80px;
  background: #f9c8c8;
  border-radius: 10px;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}

.home-company-list__link::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: inline-block;
  width: 17px;
  height: 10px;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("./images/mini_arrow.svg");
  content: "";
  transition: all 0.3s ease;
}

.home-company-list__txt {
  padding-left: 60px;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}

.home-company-list__txt::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-image: url("./images/sitemenu-icon01.png");
  background-repeat: no-repeat;
  background-size: unset;
  background-size: 80%;
  background-position: center;
  background-color: #fff;
  border-radius: 100px;
}

a.home-company-list__link {
  text-decoration: none;
}

@media all and (max-width: 769px) {
  .c-head01 {
    margin-bottom: 0;
  }

  h2.c-head01__main span {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #60d1e0;
    letter-spacing: 1px;
    font-weight: 700;
  }

  .home-company__inner {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  header.home-company__head.c-head01 h2.c-head01__main {
    text-align: center;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 30px;
  }

  ul.home-company-list {
    padding: 0 3%;
  }

  .home-company-list__item + .home-company-list__item {
    margin-top: 20px;
  }

  .home-company-list__link {
    height: auto;
    padding: 30px 40px;
  }
}

@media all and (min-width: 769px) {
  .c-head01 {
    padding-bottom: 32px;
    margin-bottom: 40px;
  }

  .c-head01::before {
    width: 100px;
  }

  .c-head01::after {
    width: 30px;
  }

  .c-head01__sub {
    font-size: 2.3rem;
    margin-bottom: 15px;
  }

  .c-head01__main {
    font-size: 30px;
    position: absolute;
    top: -1rem;
  }

  h2.c-head01__main span {
    color: #60d1e0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
  }

  .home-company::before {
    width: 100%;
    height: 930px;
    top: 0;
    left: 0;
    background: url("../img/home/bg_company01_pc.png") no-repeat bottom
      center/cover;
    z-index: -1;
  }

  .home-company__inner {
    padding: 0 2%;
    padding-top: 100px;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    max-width: 1520px;
    margin: 0 auto;
  }

  .home-company__head {
    width: 280px;
  }

  .home-company-list {
    width: calc(100% - 280px);
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
  }

  .home-company-list__item {
    width: calc(33.33% - 8px);
    margin: 4px;
  }

  .home-company-list__item:nth-child(4),
  .home-company-list__item:nth-child(5) {
    width: calc(50% - 8px);
  }

  .home-company-list__item:nth-child(2) .home-company-list__link:hover::after,
  .home-company-list__item:nth-child(3) .home-company-list__link:hover::after,
  .home-company-list__item:nth-child(4) .home-company-list__link:hover::after,
  .home-company-list__item:nth-child(5) .home-company-list__link:hover::after {
    display: inline-block;
    width: 17px;
    height: 10px;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("./images/mini_arrow.svg");
    content: "";
    transition: all 0.3s ease;
  }

  .home-company-list__item:nth-child(2) .home-company-list__link:hover {
    background: #ffc080;
  }

  .home-company-list__item:nth-child(3) .home-company-list__link:hover {
    background: #b3df90;
  }

  .home-company-list__item:nth-child(4) .home-company-list__link:hover {
    background: #76d9ea;
  }

  .home-company-list__item:nth-child(5) .home-company-list__link:hover {
    background: #dca8dc;
  }

  .home-company-list__link {
    height: 120px;
    padding: 0 50px 0 30px;
    transition: all 0.3s ease;
  }

  .home-company-list__link::after {
    right: 30px;
  }

  .home-company-list__link:hover {
    color: #fff;
    background: #ffa1a1;
  }

  .home-company-list__link:hover::after {
    display: inline-block;
    width: 17px;
    height: 10px;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("./images/mini_arrow1.svg");
    content: "";
    transition: all 0.3s ease;
  }

  .home-company-list__txt {
    padding-left: 80px;
    font-size: 20px;
    line-height: 1.6;
  }

  .home-company-list__txt::before {
    width: 60px;
    height: 60px;
  }
}

.home-company-list__item:nth-of-type(1) .home-company-list__link:after {
  background-image: url("./images/mini_arrow1.svg");
}
.home-company-list__item:nth-of-type(2) .home-company-list__link:after {
  background-image: url("./images/mini_arrow2.svg");
}
.home-company-list__item:nth-of-type(3) .home-company-list__link:after {
  background-image: url("./images/mini_arrow3.svg");
}
.home-company-list__item:nth-of-type(4) .home-company-list__link:after {
  background-image: url("./images/mini_arrow4.svg");
}
.home-company-list__item:nth-of-type(5) .home-company-list__link:after {
  background-image: url("./images/mini_arrow5.svg");
}

.home-company-list__item:nth-of-type(1):hover .home-company-list__link:after {
  background-image: url("./images/mini_arrow1_hover.svg");
}
.home-company-list__item:nth-of-type(2):hover .home-company-list__link:after {
  background-image: url("./images/mini_arrow2_hover.svg");
}
.home-company-list__item:nth-of-type(3):hover .home-company-list__link:after {
  background-image: url("./images/mini_arrow3_hover.svg");
}
.home-company-list__item:nth-of-type(4):hover .home-company-list__link:after {
  background-image: url("./images/mini_arrow4_hover.svg");
}
.home-company-list__item:nth-of-type(5):hover .home-company-list__link:after {
  background-image: url("./images/mini_arrow5_hover.svg");
}

@media (min-width: 1700px) {
  .home-company-list__link {
    padding: 0 50px 0 40px;
  }

  .home-company-list__link::after {
    right: 40px;
  }
}

/*******************************************************************************/
/********料金メニュー**************************************************************/
/******************************************************************************/
/* #top_content_04 {}

#top_content_04 .t_cnt04_box .price_wrap {
  overflow: hidden;
  height: 0;
  width: 100%;
  transition: all 0.3s ease;
}

#top_content_04 .t_cnt04_box input:checked+.price_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  height: auto;
  max-width: 1100px;
  margin: 0 auto;
  flex-direction: column;
}

#top_content_04 .t_cnt04_box label {
  width: 100%;
  display: block;
  background-color: #80d1ca;
  padding: 18px 24px;
  margin-bottom: 15px;
  max-width: 1100px;
  margin: 0 auto 20px;
}

#top_content_04 .t_cnt04_box label span {
  display: block;
  text-align: left;
  font-size: 21px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: left;
  position: relative;
  align-items: center;
}

#top_content_04 .t_cnt04_box label span::before {
  border-right: 3px solid;
  border-bottom: 3px solid;
  border-color: #FFF;
  content: "";
  height: 9px;
  width: 9px;
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: unset;
  transition: all 0.3s ease;
}

#top_content_04 .t_cnt04_box input:checked~label span::before {
  transition: all 0.3s ease;
  border-bottom: unset;
  border-top: 3px solid;
}

#top_content_04 .t_cnt04_box .price_wrap {
  width: 100%;
}

#top_content_04 .t_cnt04_box .price_wrap table.price_table {
  border-collapse: collapse;
  width: 100%;
  border-top: solid 2px #80d1ca;
  border-left: solid 2px #80d1ca;
}

#top_content_04 .t_cnt04_box .price_wrap table.price_table th,
#top_content_04 .t_cnt04_box .price_wrap table.price_table td {
  width: 500px;
  border-bottom: solid 2px #80d1ca;
  border-right: solid 2px #80d1ca;
  text-align: center;
  padding: 12px 5px;
}

#top_content_04 .t_cnt04_box .price_wrap table.price_table th {
  background-color: #FFFBF3;
}

#top_content_04 .t_cnt04_box .price_wrap p.remarks {
  color: #cf2e2e;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  display: block;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 4px;
}

#top_content_04 .t_cnt04_box .price_wrap div.remarks_wrap {
  display: block;
  background: #fffbf3;
  padding: 35px;
  margin-bottom: 40px;
  margin-top: 25px;
}

#top_content_04 .t_cnt04_box .price_wrap div.remarks_wrap p {
  margin-bottom: 1em;
}

@media screen and (max-width:768px) {
  #top_content_04 .wrap {
    padding: 0 2%;
  }

  #top_content_04 .t_cnt04_box label span {
    font-size: 4.8vw;
  }

  #top_content_04 .t_cnt04_box label span::before {
    right: 3%;
  }

  #top_content_04 .t_cnt04_box .price_wrap table.price_table th:nth-child(1),
  #top_content_04 .t_cnt04_box .price_wrap table.price_table td:nth-child(1) {
    width: 34%;
  }

  #top_content_04 .t_cnt04_box .price_wrap table.price_table th,
  #top_content_04 .t_cnt04_box .price_wrap table.price_table td {
    width: 22%;
    font-size: 3.7vw;
    padding: 2.5% 1%;
  }
} */

/******************************************************************************/
/********お知らせエリア************************************************************/
/******************************************************************************/
#top_content_blog {
  background-color: #fffbf3;
}

#top_content_blog ul.wrap {
  max-width: 1000px;
  margin: 0 auto;
}

#top_content_blog ul.wrap li.top_news_post {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 10px 20px;
  border-bottom: 1px #969696 dotted;
}

#top_content_blog ul.wrap li.top_news_post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: unset;
}

#top_content_blog ul.wrap li.top_news_post p.news_cat {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

#top_content_blog ul.wrap li.top_news_post p.news_cat span.cat {
  display: inline-block;
  background: #80d1ca;
  padding: 7px 18px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  min-width: 7em;
  font-size: 16px;
  margin-right: 0.5em;
}

#top_content_blog ul.wrap li.top_news_post h3.news_title {
  margin: 10px 0 5px;
}

#top_content_blog ul.wrap li.top_news_post h3.news_title a {
  font-size: 20px;
  color: #232323;
  letter-spacing: 1px;
}

#top_content_blog ul.wrap li.top_news_post p.news_cat span.date {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
}

#top_content_blog .btn {
  margin: 40px auto 0;
  display: block;
  text-align: center;
  max-width: 250px;
}

.news-content {
  margin-top: 20px;
}

.news-controls {
  display: flex;
  justify-content: space-between;
}

.news-area-tec {
  display: none;
}

.news-a {
  display: block;
  /* 初期表示 */
}

.news-button {
  width: 49%;
  padding: 10px;
  border: 1px solid #60d1e0;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
  /* margin: 5px; */
  text-align: center;
  color: #60d1e0;
  font-size: 17px;
}

.news-button.btn_active {
  background-color: #60d1e0;
  color: #fff;
  border-color: #60d1e0;
  position: relative;
}

.news-button.btn_active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 12px 0;
  border-color: #60d1e0 transparent transparent transparent;
}

.card-body {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-list {
  width: 48%;
  padding: 0;
  border-bottom: 1px solid #333;
}

.news-list p.news-list-text {
  margin: 17px 0 25px;
}

.news-list .news-list-anchor {
  text-decoration: none;
  color: #333;
}

.news-list:nth-child(3),
.news-list:nth-child(4) {
  margin: 25px 0 0;
}

.news-btn {
  max-width: 1000px;
  margin: auto;
}

.news-btn a {
  display: block;
  position: relative;
  width: fit-content;
  margin: 50px auto 0;
  margin-right: 0;
  padding-right: 70px;
  color: #333;
  text-decoration: none;
}

.news-btn a::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 50%;
  transform: translateX(-100%) translateY(50%);
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #60d1e0;
  border-radius: 100px;
  z-index: 1;
}

.news-btn a::before {
  border-left: 3px solid;
  border-top: 3px solid;
  border-color: #ffffff;
  color: #fff;
  content: "";
  height: 7px;
  width: 7px;
  position: absolute;
  left: calc(100% - 27px);
  bottom: 50%;
  transform: translate(-50%, 50%) rotate(135deg);
  background-color: unset;
  z-index: 2;
}

/*****768以下*****/
@media screen and (max-width: 768px) {
  #top_content_blog ul.wrap li.top_news_post {
    padding: 0 2% 4%;
    margin: 0 auto 4%;
    width: 97%;
  }

  #top_content_blog ul.wrap li.top_news_post p.news_cat span.cat {
    font-size: 3.2vw;
    padding: 2% 5%;
    width: auto;
    display: block;
  }

  #top_content_blog ul.wrap li.top_news_post p.news_cat span.date {
    font-weight: 500;
    font-size: 3.55vw;
    letter-spacing: 0.45px;
  }

  #top_content_blog ul.wrap li.top_news_post h3.news_title {
    margin: 3% 0 0%;
  }

  #top_content_blog ul.wrap li.top_news_post h3.news_title a {
    font-size: 4.2vw;
  }

  #top_content_blog ul.wrap li.top_news_post p.news_text {
    display: none;
  }

  #top_content_blog .btn {
    margin-top: 8%;
  }
}

/******************************************************************************/
/********アクセスエリア************************************************************/
/******************************************************************************/
#top_content_05 {
  padding: 100px 0 90px;
}

#top_content_05 .wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-evenly;
}

#top_content_05 .top_content_05_text {
  width: 50%;
}

#top_content_05 .top_gmap {
  width: 45%;
}

#top_content_05 .top_content_05_text .logo {
  width: 100%;
  text-align: center;
}

#top_content_05 .top_content_05_text .logo a {
  display: inline-block;
  margin: 0 auto 0.5em;
}

#top_content_05 .top_content_05_text {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#top_content_05 .top_content_05_text p {
  text-align: center;
  font-size: 14px;
  color: #545454;
  letter-spacing: 0.6px;
  line-height: 1.5em;
  margin: 14px 0;
  font-weight: 500;
  margin-top: 22px;
}

.top_content_05_text ul li {
  width: 49%;
}

div#top_content_05 div.top_gmap {
  width: 45%;
}

div#top_content_05 div.top_gmap iframe {
  width: 100%;
}

#top_content_05 .top_content_05_text .time_table {
  width: 100%;
}

#top_content_05 .top_content_05_text .time_table figure img {
  width: 100%;
  height: auto;
}

/*****768以下*****/
@media screen and (max-width: 768px) {
  #top_content_05 {
    padding: 10% 2% 8%;
  }

  #top_content_05 .wrap {
    flex-direction: column;
  }

  #top_content_05 .wrap .top_content_05_text,
  #top_content_05 .wrap .top_gmap {
    width: 100%;
  }

  #top_content_05 .top_content_05_text {
    padding: 0 2%;
  }

  #top_content_05 .top_content_05_text .time_table {
    margin-bottom: 3%;
  }

  #top_content_05 .wrap .top_gmap {
    margin: 8% auto 5%;
    min-height: 0;
    height: 90vw;
    max-height: 450px;
    width: 96%;
    position: relative;
  }

  #top_content_05 .wrap .top_gmap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

  #top_content_05 .wrap .top_gmap_bnr {
    max-width: 96%;
    margin: 0 auto;
  }

  #top_content_05 .wrap .top_gmap_bnr img {
    image-rendering: auto;
  }
}

/******************************************************************************/
/********お問い合わせ************************************************************/
/******************************************************************************/
#top_contact_area {
  display: flex;
  padding: 80px 0;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-image: url(images/top/contact_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#top_contact_area_inner {
  width: 100%;
  max-width: 900px;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 0;
  padding: 45px 0;
}

#top_contact_area #top_contact_area_inner::before {
  content: "";
  width: 100%;
  max-width: 900px;
  background: #fff;
  background-color: rgba(255, 255, 255, 0.67);
  display: block;
  height: 100%;
  z-index: -5;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}

#top_contact_area_inner .contact_title {
  margin-bottom: 0;
}

#top_contact_area h2 {
  margin-top: 10px;
  color: #573207;
  background: none;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
}

#top_contact_area h3 {
  color: #573207;
  background: none;
  font-size: 32px;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.25em;
  letter-spacing: 3px;
  font-weight: 600;
}

#top_contact_area ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 834px;
  margin: 0 auto;
}

#top_contact_area ul li {
  width: 48%;
}

#top_contact_area ul li:nth-child(1) {
  margin-bottom: 24px;
  width: 100%;
}

#top_contact_area ul li img {
  margin: 0 auto;
}

/*****768以下*****/
@media screen and (max-width: 768px) {
  #top_contact_area {
    padding: 16% 3%;
  }

  #top_contact_area_inner {
    padding: 6% 4%;
  }

  #top_contact_area h2 {
    font-size: 4.5vw;
  }

  #top_contact_area h3 {
    font-size: 4.35vw;
    letter-spacing: 0.6vw;
    margin-top: 0.5em;
  }

  #top_contact_area ul {
    flex-direction: column;
  }

  #top_contact_area ul li {
    width: 100%;
    max-width: 450px;
    margin-bottom: 4%;
  }

  #top_contact_area ul li:nth-child(3) {
    background: #34b4e3;
    border-radius: 8px;
    max-width: 400px;
  }

  #top_contact_area ul li:nth-child(4) {
    background: #16bc12;
    border-radius: 8px;
    max-width: 400px;
  }

  #top_contact_area ul li label img {
    image-rendering: auto;
  }
}

#top_page .wrap {
  max-width: 1200px;
  margin: 0 auto;
}

#top_page .top_title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 50px;
}

#top_page .top_title h2 {
  background-color: unset;
  color: #3b362b;
  font-size: 27px;
  line-height: 1em;
  margin-bottom: 0;
  padding: 10px 10px 0 10px;
  margin: 0;
  border: none;
}

#top_page .top_title p {
  background-color: unset;
  color: #60d1e0;
  line-height: 1em;
  font-size: 14px;
  margin: 12px auto 0;
  font-weight: 500;
}

.top_content .top_title span.en {
  color: #01afcc;
  font-size: 15px;
  padding: 0 20px;
}

#top_page #top_content_blog .top_title {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 50px;
}

#top_page #top_content_blog .top_title h2 {
  background-color: unset;
  color: #3b362b;
  font-size: 30px;
  line-height: 1em;
  margin-bottom: 0;
  padding: 0;
  margin: 0;
  border: none;
}

#top_page .top_content {
  padding: 90px 0 80px;
  background-color: unset;
}

#top_page .top_content .wrap {
  max-width: 1200px;
  margin: 0 auto;
}

#top_page .top_content .btn {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 250px;
  width: 100%;
  height: auto;
  padding: 0;
  background: none;
}

#top_page .top_content .btn a {
  letter-spacing: 1.5px;
  width: 100%;
  height: 60px;
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  border-radius: 8px;
  align-items: center;
  position: relative;
  background-color: #60d1e0;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}

#top_page .top_content .btn a span {
  font-weight: 500;
  font-size: 1em;
  color: #fff;
}

#top_page .top_content .btn a::before {
  border-left: 3px solid;
  border-top: 3px solid;
  border-color: #ffffff;
  content: "";
  height: 9px;
  position: absolute;
  right: 15px;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 9px;
}

#top_page .top_content .btn a:hover {
  opacity: 0.7;
}

/*****768以下*****/
@media screen and (max-width: 768px) {
  .home h2,
  .home h3 {
    padding: 0;
    border: unset;
    font-weight: 600;
    background-color: unset;
    margin-bottom: 10px;
  }

  .home h3.reasons_title span {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .home h3.reasons_title strong {
    font-size: 22px;
  }

  .home h3.reasons_title strong br {
    display: none;
  }

  .top_reasons .wrap_content .content .left p + p {
    margin-top: 10px;
  }

  #top_contact_area_inner .contact_title img,
  #top_page .top_content .top_title img {
    image-rendering: auto;
  }

  #top_page .top_title h2 {
    width: 100%;
    padding-left: 0;
    text-align: center;
    font-size: 5.7vw;
    letter-spacing: 1px;
    line-height: 1.3em;
  }

  #top_page .top_title p {
    font-size: 3.35vw;
    margin-bottom: 0.5em;
  }

  #top_page .top_content {
    padding: 15vw 0;
  }

  #top_page .top_content .btn {
    margin: 8% auto 0;
  }

  #top_page .top_content .btn a {
    font-size: 16px;
  }
}

/*******************************************************************************/
/*********院長挨拶**************************************************************/
/******************************************************************************/

.home-message {
  position: relative;
  padding: 50px 0;
}

.home-message:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ebfefe;
  background-position: top;
  z-index: -1;
}

.home-message__innner {
  position: relative;
  z-index: 9;
}

.home-message__wrap {
  margin: 0 15px 0 0;
  padding: 40px 15px;
  background-color: #fff;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.home-message__head-en {
  margin-bottom: 5px;
  color: #60d1e0;
  letter-spacing: 0.1em;
}

.home-message__head-ja {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 27px;
  line-height: 1.6;
  letter-spacing: normal;
  color: #fd9d42;
}

.home-message__txt {
  line-height: 2.5;
}

.home-message__name {
  width: 145px;
  margin: 20px 10px 5px auto;
}

.home-message__img {
  width: 96%;
  margin: 0 auto;
  padding: 1rem 0;
}

@media all and (min-width: 768px) {
  .home-message {
    position: relative;
    padding: 100px 0;
  }

  .home-message:before {
    width: 100%;
    height: 50%;
  }

  .home-message__wrap {
    margin: 0 8% 0 0;
    padding: 60px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
  }

  .home-message__set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .home-message__head-en {
    font-size: 16px;
    margin-bottom: 25px;
    letter-spacing: 0.1em;
    font-weight: 600;
  }

  .home-message__head-en.u-font-manrope.u-uppercase span.jp {
    font-size: 30px;
    display: block;
    padding-top: 10px;
    font-weight: normal;
  }

  .home-message__head-ja {
    font-size: 27px;
    margin-bottom: 25px 0;
    line-height: 1.5;
    color: #fd9d42;
  }

  .home-message__txt {
    line-height: 2.45;
    padding-right: 10%;
  }

  .home-message__name {
    width: fit-content;
    margin: 30px 10% 0 auto;
    display: flex;
    align-items: center;
  }

  .home-message__name span.message_mini_text {
    font-size: 14px;
    display: inline-block;
  }

  .home-message__name span.message_name_text {
    display: inline-block;
    margin-left: 1rem;
    font-size: 25px;
  }

  .home-message__txt-area {
    width: 50%;
  }

  .home-message__img {
    max-width: 610px;
    width: 59%;
    margin: -27px 55px 0 5px;
  }
}

@media all and (min-width: 768px) and (max-width: 1640px) {
  .home-message__name {
    margin-right: 0;
  }
}

@media all and (max-width: 769px) {
  .home-message__wrap {
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 10px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 10px 0px;
    border-radius: 0 50px 50px 0;
  }

  .home-message__head-en {
    letter-spacing: 1px;
    text-align: center;
    font-size: 15px;
    color: #60d1e0;
  }

  .home-message__head-en span {
    font-size: 30px;
  }

  h2.home-message__head-ja {
    font-size: 27px;
  }

  p.home-message__name span.message_mini_text {
    display: inline-block;
    margin-right: 30px;
    font-size: 18px;
  }

  p.home-message__name span.message_name_text {
    font-size: 25px;
  }

  p.home-message__name {
    margin: 20px auto 5px;
    width: fit-content;
  }
}

/*******************************************************************************/
/********アクセスエリア**************************************************************/
/******************************************************************************/

.fa-flex {
  padding-top: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0 10px;
}

.fa-flex section {
  max-width: 600px;
  width: calc(100% - 60px);
  margin-left: 60px;
}

.fa-flex section .a-flex {
  padding-left: 0px;
  justify-content: flex-start;
}

span.access_mini_text {
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
}

span.access_mini_text-add {
  display: block;
  font-size: 0.7em;
  margin-top: 5px;
}

.af-footer-top p {
  font-size: 19px;
}

.af-footer-top p {
  font-size: 12px;
  padding-bottom: 80px;
}

.af-footer-top img {
  display: block;
  padding-bottom: 84px;
}

.fa-flex iframe {
  width: 50%;
  height: 605px;
}

.af-for-footer .af-right p {
  display: flex;
  justify-content: flex-start;
  grid-gap: 10px;
}

.af-for-footer .af-right p:first-child {
  padding-top: 42px;
}

.af-for-footer .af-right p img {
  display: block;
}

.af-for-footer {
  align-items: self-end;
}

span.access_mini_text {
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
}

.af-footer-top p {
  font-size: 19px;
}

h2.montserrat {
  color: #04b0cd;
}

h2.montserrat span.jp {
  display: block;
  font-size: 30px;
  width: fit-content;
  margin: 0 auto;
  color: #333;
  font-weight: 400;
}

#access {
  padding-bottom: 136px;
}

.a-top {
  padding-top: 0;
}

.a-top img {
  display: block;
  margin: 0 auto;
}

.a-top h1 {
  font-style: italic;
  font-weight: lighter;
  font-size: 30px;
  text-align: center;
  padding: 28px 0px 28px 0px;
}

.a-top h2 {
  text-align: center;
  text-align-last: center;
  font-size: 20px;
  width: fit-content;
  margin: auto;
}

.a-top .img001 {
  padding: 135px 0px 46px 0px;
}

.a-top .img002 {
  padding-bottom: 45px;
}

.a-flex {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding-left: 100px;
}

.a-flex p {
  font-size: 16px;
  line-height: 34px;
}

.a-flex p span {
  color: #eb6464;
  padding-bottom: 60px;
  display: block;
}

.a-flex p span.red {
  padding-bottom: 0;
}

.af-left {
  width: 107px;
}

.af-right {
  width: 360px;
  padding-left: 30px;
  border-left: solid 1px #e3e3e3;
}

@media (max-width: 960px) {
  .fa-flex {
    padding-top: 92px;
    display: block;
  }

  .fa-flex section {
    margin: 0 auto;
  }

  .fa-flex iframe {
    margin-top: 30px;
    width: 100%;
  }
}

/* @media (max-width:640px) {
  .a-flex {
    padding-left: 0px;
  }

  .a-flex p {
    font-size: 12px;
    line-height: 34px;
  }
} */

@media (max-width: 769px) {
  h2.montserrat span.jp {
    font-size: 30px;
  }

  .fa-flex {
    padding-top: 30px;
    display: block;
  }

  span.access_mini_text,
  span.access_mini_text-add {
    display: block;
    font-size: 15px;
    margin-bottom: 15px;
    text-align: center;
  }

  .a-flex p {
    font-size: 15px;
    line-height: 34px;
  }

  .fa-flex section {
    width: 100%;
  }

  .af-footer-top {
    text-align: center;
  }

  .af-footer-top p {
    font-size: 19px;
    padding-bottom: 30px;
    text-align: center;
  }

  .af-footer-top img {
    margin: 0 auto;
  }

  .fa-flex section .a-flex {
    padding-left: 0px;
    justify-content: center;
    gap: 0 1rem;
  }

  .a-flex {
    padding-left: 0px;
    width: 100%;
  }

  .af-left {
    width: 25%;
    padding-left: 20px;
  }

  .af-right {
    width: 60%;
    padding-left: 10px;
    border-left: solid 1px #e3e3e3;
  }

  .a-flex {
    font-size: 10px;
  }

  .af-for-footer .af-right p:first-child {
    padding-top: 25px;
    padding-bottom: 10px;
  }

  .a-flex p span {
    color: #eb6464;
    padding-bottom: 25px;
    display: block;
  }

  .fa-flex iframe {
    margin-top: 50px;
    width: 100%;
  }
}

/*******************************************************************************/
/********お問い合わせエリア******************************************************/
/******************************************************************************/
.ft-contact {
  background: url("./images/contact_bg.jpg") no-repeat top center/cover;
  width: 100%;
  padding: 80px 5% 100px;
  margin-top: 60px;
  position: relative;
  border-radius: 100px 100px 0 0;
}

.ft-contact-ttl {
  color: #333;
  font-weight: 600;
  font-size: 35px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 100px;
  position: relative;
}

h2.ft-contact-ttl {
  text-align: center;
  text-align-last: center;
  margin: auto;
  margin-bottom: 40px;
  font-size: 30px;
}

h2.ft-contact-ttl span.en {
  display: block;
  width: fit-content;
  margin: 0 auto 10px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #60d1e0;
}

.ft-contact-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
  padding: 40px 50px 50px;
  /*text-align: center;*/
  position: relative;
}

p.alignC {
  margin: auto;
  width: fit-content;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}

/* ========================================
   コンタクトボタン共通スタイル
======================================== */

.ft-contact-ad {
  display: flex;
  justify-content: center;
  margin-top: 48px;
  gap: 15px;
}

/* ボタン共通スタイル */
.ft-contact-ad > div {
  max-width: 524px;
  width: 100%;
  height: fit-content;
  border-radius: 55px;
}

.ft-contact-ad a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  padding-left: 8%;
  border-radius: 55px;
  color: #fff;
  font-size: 27px;
  letter-spacing: 0.1em;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}

/* アイコン共通スタイル */
.ft-contact-ad a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}

/* 矢印共通スタイル */
.ft-contact-ad a::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

/* ========================================
   各ボタン個別スタイル
======================================== */

/* 電話ボタン */
.ft-contact-ad .__tel a {
  background-color: #60d1e0;
  font-weight: 600;
}

.ft-contact-ad .__tel a::before {
  background-image: url("./images/contact_tell.png");
  background-size: contain;
  background-size: unset;
}

/* WEB予約ボタン */
.ft-contact-ad .__web a {
  background-color: #ffb065;
}

.ft-contact-ad .__web a::before {
  background-image: url("./images/web_icon.png");
  background-size: 60%;
}

.ft-contact-ad .__web a:hover {
  filter: brightness(105%) saturate(120%);
}

/* LINE予約ボタン */
.ft-contact-ad .__form a {
  background-color: #51cc00;
}

.ft-contact-ad .__form a::before {
  background-image: url("./images/line_icon.png");
  background-size: 60%;
}

.ft-contact-ad .__form a:hover {
  filter: brightness(105%) saturate(120%);
}

/* テキストスタイル（WEB・LINE） */
.ft-contact-ad .__web a span,
.ft-contact-ad .__form a span {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
}

/* ========================================
   吹き出しバルーン
======================================== */

.cv_btn_balloon {
  position: relative;
  z-index: 2;
  display: block;
  width: max-content;
  margin: 0 auto -13px;
  padding: 8px 20px 9px;
  background-color: #fff;
  border-radius: 30px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.cv_btn_balloon.tel_anchor {
  border: 2px solid #60d1e0;
}

.cv_btn_balloon.web_anchor {
  border: 2px solid #ffb065;
}

.cv_btn_balloon.line_anchor {
  border: 2px solid #51cc00;
}

.cv_btn_balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 12px 0;
  border-color: #fff transparent transparent transparent;
}

/* ========================================
   その他の要素
======================================== */

.parts-green {
  position: absolute;
  top: -150px;
  right: 140px;
  z-index: 0;
}

/* ========================================
   レスポンシブ対応（タブレット・スマホ）
======================================== */

@media screen and (max-width: 768px) {
  .ft-contact {
    width: 100%;
    padding: 55px 3%;
    border-radius: 50px 50px 0 0;
    position: relative;
  }

  .ft-contact-ad {
    flex-wrap: wrap;
    gap: 25px 0;
    margin-top: 48px;
  }

  .ft-contact-ad > div {
    width: 100%;
    margin: 0;
  }

  .ft-contact-ad a {
    height: auto;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }

  .ft-contact-ad .__web a span,
  .ft-contact-ad .__form a span {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .cv_btn_balloon {
    width: 90%;
    margin-bottom: -7px;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
  }

  .cv_btn_balloon::after {
    bottom: -10px;
    border-width: 10px 12px 0;
  }

  .ft-contact-inner {
    padding: 40px 20px 50px;
  }

  .concept-area {
    padding: 0;
  }
}

/* ========================================
   レスポンシブ対応（小型スマホ）
======================================== */

@media screen and (max-width: 400px) {
  .ft-contact-ad a::before {
    width: 30px;
    height: 30px;
  }

  .ft-contact-ad .__tel a::before {
    background-image: url("./images/contact_tell_sp.png");
  }

  .ft-contact-ad .__form a::before {
    background-image: url("./images/line_icon_sp.png");
  }
}

/*******************************************************************************/
/********フッター**************************************************************/
/******************************************************************************/

#footer {
  width: 100%;
  height: auto;
  display: table;
  clear: both;
  background-color: #fff;
}

#footer_in {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0px 0px 00px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

#footer_in .inner_right {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-around;
  /* background-color: #fff9e6; */
}

#footer_in .inner_right ul {
  display: flex;
  max-width: 900px;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0px auto 150px;
  align-content: center;
  align-items: center;
  justify-content: space-around;
}

#footer_in .inner_right img {
  /* width:100%; */
  /* height:auto; */
  margin: 0;
  padding: 0;
}

#footer_in .inner_left {
  width: 100%;
  /*max-width: 1000px;*/
  height: auto;
  margin: 0 auto 0px;
  padding: 0;
  background: url("./images/footer_bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#footer_in .inner_left > p {
  color: #fff;
  font-size: 14px;
  margin: 12px 0 16px;
  text-align: center;
  max-width: 400px;
}

#footer #f_logo {
  width: 100%;
  max-width: 412px;
  margin: 100px auto 40px;
}

#footer #f_logo a {
  display: block;
}

#footer #f_logo a img {
  margin: 0 auto;
}

.footer_manu_list {
  width: 100%;
  height: auto;
  margin: 0 auto 100px;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

#footer_in .footer_manu_list ul {
  width: 100%;
  max-width: 950px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  gap: 0 70px;
  justify-content: center;
}

#footer_in .footer_manu_list li {
  width: fit-content;
  height: auto;
  padding: 5px 0 3px 25px;
  background-image: url("./images/f_ico01.png");
  background-position: center left;
  background-repeat: no-repeat;
}

#footer_in ul li a {
  font-size: 16px;
  text-decoration: none;
  color: #301b04;
  font-weight: 500;
  padding-bottom: 2px;
  display: inline-block;
  letter-spacing: 2px;
}

#footer_in .inner_left #f_nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 100px 0 100px;
}

div#f_nav {
  display: flex;
  justify-content: center;
}

ul#f_nav_left {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
}

ul#f_nav_left li.f_nav_list_title {
  width: 100%;
  padding-bottom: 15px;
}

ul#f_nav_left li {
  width: calc(100% / 4);
  padding-bottom: 5px;
}

#footer_in .inner_left #f_nav ul li a {
  background: none;
  display: flex;
  padding: 0 0 0 1.25em;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  text-decoration: none;
  letter-spacing: 1px;
  color: #301b04;
}

#footer_in .inner_left #f_nav ul li a span {
  display: inline-block;
  font-size: 20px;
  transform: scale(2, 1.8);
  position: absolute;
  line-height: 15px;
  left: 3px;
  color: #60d1e0;
}

ul#f_nav_right li {
  border-left: 1px solid #333;
  padding-left: 50px;
  padding-bottom: 5px;
}

ul#f_nav_right li.f_nav_list_title {
  border: none;
}

@media screen and (max-width: 1300px) {
  .ft-contact-ad .__tel a,
  .ft-contact-ad .__web a,
  .ft-contact-ad .__form a {
    font-size: 23px;
  }

  .ft-contact-ad .__web a span,
  .ft-contact-ad .__form a span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #footer #f_logo {
    width: 100%;
    max-width: 412px;
    margin: 60px auto 40px;
  }

  #footer #f_nav {
    padding-top: 0;
    padding-bottom: 20px;
  }

  #f_nav ul {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
  }

  #f_nav ul li a {
    font-size: 15px;
    color: #918a86;
    text-decoration: none;
    padding-right: 20px;
    display: block;
    line-height: 20px;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    background-size: auto;
    background-image: url("./images/f_ico01.png");
    background-position: center left;
    background-repeat: no-repeat;
  }

  #f_nav ul li {
    display: inline;
    margin-right: 2%;
    margin-left: 2%;
    width: 47%;
    float: left;
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: #dfdbd9;
  }

  #f_nav ul li:nth-child(2n + 2) {
    clear: right;
    margin-left: 0px;
  }

  #f_nav li.long_menu {
    margin-right: 2%;
    margin-left: 2%;
    width: 47%;
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: #dfdbd9;
  }

  /* #f_nav li.long_menu:last-child {
    border-bottom: unset;
  } */

  #header .pc {
    display: none;
  }
  #header .sp {
    display: block;
  }
  #global_navi {
    position: absolute;
    top: 74px;
    padding-top: 10px;
    left: 0;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
    box-shadow: inset 0px 5px 5px -1px #0000001c;
  }
  #global_navi.active {
    background-color: white;
    top: 54px;
    opacity: 1;
    pointer-events: all;
  }
  #nav ul {
    flex-wrap: wrap;
  }
  #nav ul li {
    width: 50%;
    padding: 0;
    background-color: #fff;
  }
  #nav ul li.header_menu_contact {
    background-color: unset;
    color: unset;
    padding: 0;
    margin: 0;
  }
  #nav ul li:last-child:nth-child(odd) {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
  }
  #nav ul li:nth-child(7) a {
    border: none;
    border-top: 1px solid #fff;
  }
  #nav ul li:nth-child(8) a {
    border: none;
    border-top: 1px solid #fff;
  }
  #nav ul li a {
    position: relative;
    color: #333;
    /* background: #fff; */
    text-align: left;
    padding: 15px 10%;
    margin: 0 5%;
    border-bottom: 1px dotted #333;
    background-size: auto;
    background-image: url("./images/f_ico01.png");
    background-position: center left;
    background-repeat: no-repeat;
  }
  #nav ul li:last-child:nth-child(odd) a {
    padding: 15px 7.5%;
    margin: 0 3%;
  }
  #nav ul li a::before {
    content: "";
    position: relative;
    top: 50%;
    left: -10px;
    display: none;
    width: 7px;
    height: 7px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(-50%) rotate(45deg);
  }
  #nav ul li.header_menu_contact a {
    border-top: none;
    border-bottom: none;
  }
  #nav ul li.header_menu_contact a {
    color: #333;
  }
}

/*******************************************************************************/
/********料金メニュー**************************************************************/
/******************************************************************************/
#top_content_04 {
}

#top_content_04 .t_cnt04_box .price_wrap {
  overflow: hidden;
  height: 0;
  width: 100%;
  transition: all 0.3s ease;
}

#top_content_04 .t_cnt04_box input:checked + .price_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  height: auto;
  max-width: 1100px;
  margin: 0 auto;
  flex-direction: column;
}

#top_content_04 .t_cnt04_box label {
  width: 100%;
  display: block;
  background-color: #80d1ca;
  padding: 18px 24px;
  margin-bottom: 15px;
  max-width: 1100px;
  margin: 0 auto 20px;
}

#top_content_04 .t_cnt04_box label span {
  display: block;
  text-align: left;
  font-size: 21px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: left;
  position: relative;
  align-items: center;
}

#top_content_04 .t_cnt04_box label span::before {
  border-right: 3px solid;
  border-bottom: 3px solid;
  border-color: #fff;
  content: "";
  height: 9px;
  width: 9px;
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: unset;
  transition: all 0.3s ease;
}

#top_content_04 .t_cnt04_box input:checked ~ label span::before {
  transition: all 0.3s ease;
  border-bottom: unset;
  border-top: 3px solid;
}

#top_content_04 .t_cnt04_box .price_wrap {
  width: 100%;
}

#top_content_04 .t_cnt04_box .price_wrap table.price_table {
  border-collapse: collapse;
  width: 100%;
  border-top: solid 2px #80d1ca;
  border-left: solid 2px #80d1ca;
}

#top_content_04 .t_cnt04_box .price_wrap table.price_table th,
#top_content_04 .t_cnt04_box .price_wrap table.price_table td {
  width: 500px;
  border-bottom: solid 2px #80d1ca;
  border-right: solid 2px #80d1ca;
  text-align: center;
  padding: 12px 5px;
}

#top_content_04 .t_cnt04_box .price_wrap table.price_table th {
  background-color: #fffbf3;
}

#top_content_04 .t_cnt04_box .price_wrap p.remarks {
  color: #cf2e2e;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  display: block;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 4px;
}

#top_content_04 .t_cnt04_box .price_wrap div.remarks_wrap {
  display: block;
  background: #fffbf3;
  padding: 35px;
  margin-bottom: 40px;
  margin-top: 25px;
}

#top_content_04 .t_cnt04_box .price_wrap div.remarks_wrap p {
  margin-bottom: 1em;
}

/*****768以下*****/
@media screen and (max-width: 768px) {
  #top_content_04 .wrap {
    padding: 0 2%;
  }

  #top_content_04 .t_cnt04_box label span {
    font-size: 4.8vw;
  }

  #top_content_04 .t_cnt04_box label span::before {
    right: 3%;
  }

  #top_content_04 .t_cnt04_box .price_wrap table.price_table th:nth-child(1),
  #top_content_04 .t_cnt04_box .price_wrap table.price_table td:nth-child(1) {
    width: 34%;
  }

  #top_content_04 .t_cnt04_box .price_wrap table.price_table th,
  #top_content_04 .t_cnt04_box .price_wrap table.price_table td {
    width: 22%;
    font-size: 3.7vw;
    padding: 2.5% 1%;
  }

  .fa-flex iframe {
    width: 100%;
    height: 350px;
  }
}

/******************************************************************************/
/********お知らせエリア************************************************************/
/******************************************************************************/
#top_content_blog {
  background-color: #fffbf3;
}

#top_content_blog ul.wrap {
  max-width: 1000px;
  margin: 0 auto;
}

#top_content_blog ul.wrap li.top_news_post {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 10px 20px;
  border-bottom: 1px #969696 dotted;
}

#top_content_blog ul.wrap li.top_news_post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: unset;
}

#top_content_blog ul.wrap li.top_news_post p.news_cat {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

#top_content_blog ul.wrap li.top_news_post p.news_cat span.cat {
  display: inline-block;
  background: #80d1ca;
  padding: 7px 18px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  min-width: 7em;
  font-size: 16px;
  margin-right: 0.5em;
}

#top_content_blog ul.wrap li.top_news_post h3.news_title {
  margin: 10px 0 5px;
}

#top_content_blog ul.wrap li.top_news_post h3.news_title a {
  font-size: 20px;
  color: #232323;
  letter-spacing: 1px;
}

#top_content_blog ul.wrap li.top_news_post p.news_cat span.date {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
}

#top_content_blog .btn {
  margin: 40px auto 0;
  display: block;
  text-align: center;
  max-width: 250px;
}

/*****768以下*****/
@media screen and (max-width: 768px) {
  #top_page div#top_content_blog.top_content {
    padding: 60px 0 55px;
  }

  #top_page #top_content_blog .top_title h2 {
    width: fit-content;
    padding-left: 2%;
  }

  #top_page .top_content .wrap.news-area {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2%;
  }

  .news-controls {
    display: flex;
    justify-content: center;
    gap: 15px;
  }

  .news-button {
    width: 50%;
    padding: 15px;
    border: 1px solid #60d1e0;
    border-radius: 8px;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    color: #60d1e0;
    font-size: 17px;
  }

  .card-body {
    padding: 0;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .news-list {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #333;
    margin-bottom: 25px;
  }

  #top_content_blog ul.wrap li.top_news_post {
    padding: 0 2% 4%;
    margin: 0 auto 4%;
    width: 97%;
  }

  #top_content_blog ul.wrap li.top_news_post p.news_cat span.cat {
    font-size: 3.2vw;
    padding: 2% 5%;
    width: auto;
    display: block;
  }

  #top_content_blog ul.wrap li.top_news_post p.news_cat span.date {
    font-weight: 500;
    font-size: 3.55vw;
    letter-spacing: 0.45px;
  }

  #top_content_blog ul.wrap li.top_news_post h3.news_title {
    margin: 3% 0 0%;
  }

  #top_content_blog ul.wrap li.top_news_post h3.news_title a {
    font-size: 4.2vw;
  }

  #top_content_blog ul.wrap li.top_news_post p.news_text {
    display: none;
  }

  #top_content_blog .btn {
    margin-top: 8%;
  }

  .news-btn {
    padding-right: 2%;
  }
}

/******************************************************************************/
/********アクセスエリア************************************************************/
/******************************************************************************/
#top_content_05 {
  padding: 100px 0 90px;
}

#top_content_05 .wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-evenly;
}

#top_content_05 .top_content_05_text {
  width: 50%;
}

#top_content_05 .top_gmap {
  width: 45%;
}

#top_content_05 .top_content_05_text .logo {
  width: 100%;
  text-align: center;
}

#top_content_05 .top_content_05_text .logo a {
  display: inline-block;
  margin: 0 auto 0.5em;
}

#top_content_05 .top_content_05_text {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#top_content_05_text figure > img {
  max-width: fit-content;
  width: 100%;
}

#top_content_05 .top_content_05_text p {
  text-align: center;
  font-size: 14px;
  color: #545454;
  letter-spacing: 0.6px;
  line-height: 1.5em;
  margin: 14px 0;
  font-weight: 500;
  margin-top: 22px;
}

.top_content_05_text ul li {
  width: 49%;
}

div#top_content_05 div.top_gmap {
  width: 45%;
}

div#top_content_05 div.top_gmap iframe {
  width: 100%;
}

#top_content_05 .top_content_05_text .time_table {
  width: 100%;
  margin-top: 25px;
}

/*****768以下*****/
@media screen and (max-width: 768px) {
  #top_content_05 {
    padding: 10% 2% 8%;
  }

  #top_content_05 .wrap {
    flex-direction: column;
  }

  #top_content_05 .wrap .top_content_05_text,
  #top_content_05 .wrap .top_gmap {
    width: 100%;
  }

  #top_content_05 .top_content_05_text {
    padding: 0 2%;
  }

  #top_content_05 .top_content_05_text .time_table {
    margin-bottom: 3%;
  }

  #top_content_05 .wrap .top_gmap {
    margin: 8% auto 5%;
    min-height: 0;
    height: 90vw;
    max-height: 450px;
    width: 96%;
    position: relative;
  }

  #top_content_05 .wrap .top_gmap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

  #top_content_05 .wrap .top_gmap_bnr {
    max-width: 96%;
    margin: 0 auto;
  }

  #top_content_05 .wrap .top_gmap_bnr img {
    image-rendering: auto;
    width: 100%;
    height: auto;
  }
}

/******************************************************************************/
/********お問い合わせ************************************************************/
/******************************************************************************/
#top_contact_area {
  display: flex;
  padding: 80px 0;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-image: url(images/top/contact_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#top_contact_area_inner {
  width: 100%;
  max-width: 900px;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 0;
  padding: 45px 0;
}

#top_contact_area #top_contact_area_inner::before {
  content: "";
  width: 100%;
  max-width: 900px;
  background: #fff;
  background-color: rgba(255, 255, 255, 0.67);
  display: block;
  height: 100%;
  z-index: -5;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}

#top_contact_area_inner .contact_title {
  margin-bottom: 0;
}

#top_contact_area h2 {
  margin-top: 10px;
  color: #573207;
  background: none;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}

#top_contact_area h3 {
  color: #573207;
  background: none;
  font-size: 32px;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.25em;
  letter-spacing: 3px;
  font-weight: 600;
}

#top_contact_area ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 834px;
  margin: 0 auto;
}

#top_contact_area ul li {
  width: 48%;
}

#top_contact_area ul li:nth-child(1) {
  margin-bottom: 24px;
  width: 100%;
}

#top_contact_area ul li img {
  margin: 0 auto;
}

.footer_m {
  margin-top: 80px;
}

/*****768以下*****/
@media screen and (max-width: 768px) {
  #top_contact_area {
    padding: 16% 3%;
  }

  #top_contact_area_inner {
    padding: 6% 4%;
  }

  #top_contact_area h2 {
    font-size: 4.5vw;
  }

  #top_contact_area h3 {
    font-size: 4.35vw;
    letter-spacing: 0.6vw;
    margin-top: 0.5em;
  }

  #top_contact_area ul {
    flex-direction: column;
  }

  #top_contact_area ul li {
    width: 100%;
    max-width: 450px;
    margin-bottom: 4%;
  }

  #top_contact_area ul li:nth-child(3) {
    background: #34b4e3;
    border-radius: 8px;
    max-width: 400px;
  }

  #top_contact_area ul li:nth-child(4) {
    background: #16bc12;
    border-radius: 8px;
    max-width: 400px;
  }

  #top_contact_area ul li label img {
    image-rendering: auto;
  }

  #top_contact_area ul li img {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }

  .footer_m {
    margin-top: 40px;
  }
}

/******************************************************************************/
/********院長挨拶エリア**********************************************************/
/******************************************************************************/
#top_greet {
  padding: 80px 0 60px;
  background-image: url(images/top/top_greet_bg.webp);
  background-size: cover;
  background-position: center;
}

#top_greet .topinner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 70px;
  flex-flow: row-reverse;
  position: relative;
}

#top_greet .con_l {
  width: 598px;
  margin-left: 0;
}

#top_greet .con_r {
  background-color: #e1faff;
  padding: 4%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 80px;
  width: 50%;
}

#top_greet .con_r h3 {
  font-size: 28px;
  color: #41270c;
  line-height: 1em;
  margin-bottom: 0.5em;
}

#top_greet .con_r p.name {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #60d1e0;
  margin-bottom: 1.15em;
}

#top_greet .con_r p {
  margin-bottom: 1em;
}

#top_greet .con_r p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #top_greet {
    padding: 4% 0 0;
  }

  #top_greet .topinner {
    flex-wrap: wrap;
    padding: 0 3%;
    margin-bottom: 0;
  }

  #top_greet .con_l {
    text-align: center;
    width: 100%;
  }

  #top_greet .con_r {
    position: static;
    width: 100%;
    background: #f3fffe;
  }

  #top_greet .con_l figure img {
    width: 100%;
    height: auto;
  }

  #top_greet .con_r h3 {
    font-size: 5vw;
  }

  #top_greet .con_r p.name {
    font-size: 3.65vw;
  }
}

/**/

#top_page .card.card-panel-top {
  max-width: 700px;
  width: 100%;
  margin: 20px auto 40px;
}

#top_page .card.card-panel-top .card-body ul.point-list-2 {
  list-style-type: none;
}

#top_page .flex-column {
  justify-content: center;
}

#top_page .section-famous .content-body {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 0;
}

#top_page .section-famous .content-body .list-osteopathic {
  margin-bottom: 2rem;
  width: 48%;
}

#top_page .section-famous .content-body .list-osteopathic .wrap-desc {
  background: #fff9ec;
  color: #333;
}

#top_page
  .section-famous
  .content-body
  .list-osteopathic
  .wrap-desc
  .separate-line {
  border-color: #333;
}

#top_page .section-famous .content-body .list-osteopathic .wrap-desc:before {
  border-top-color: #fff9ec;
}

#top_page .section-news .card-news {
  border: none;
  border-bottom: 2px dotted #c9c9c9;
  padding: 0 3%;
}

#top_page .section-news .card-news .card-body .desc p {
  font-size: 18px;
}

#top_page .top_content .wrap.news-area {
  max-width: 1000px;
  margin: 0 auto;
}

#top_page #top_content_suisen .section-famous {
  padding: 0 1% 3rem;
}

#top_page #top_content_suisen .col-12 {
  padding: 0;
}

#top_page .section-news .col-12 {
  padding: 0 3%;
}

.section-content {
  margin-top: 0;
}

.section-famous .content-body .list-osteopathic .wrap-desc .title.fs-custom {
  font-size: 1rem;
}

.section-famous .content-body .list-osteopathic .wrap-desc .desc {
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #top_page .card.card-panel-top {
    text-align: left;
    margin: 20px auto;
  }

  #top_page .section-famous .content-body .list-osteopathic {
    margin-bottom: 2rem;
    width: 100%;
  }

  #top_page .section-famous .content-body {
    padding: 0;
  }

  .section-content {
    margin-top: 30px;
  }
}

#main_visual {
  width: 100%;
  height: auto;
  margin: 52px 0 0;
  padding: 0;
}

#main_visual_in {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  padding-top: 52px;
  position: relative;
  /*  min-width:1280px;*/
}

#main_visual_in picture {
  margin: 0 0 0 auto;
}

#main_visual_in img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

#main_visual_in img.main_img_txt {
  position: absolute;
  left: 2.05vw;
  width: auto;
  min-width: 0;
  max-width: 47%;
}

@media screen and (max-width: 768px) {
  #main_visual {
    width: calc(100% - 5px);
    height: auto;
    margin: 70px 0 5% auto;
    padding: 0;
  }

  #main_visual_in {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #main_visual_in img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    image-rendering: auto;
  }
}

/*footer*/
@media screen and (min-width: 769px) {
  #footer {
    width: 100%;
    height: auto;
    display: table;
    clear: both;
    background-image: url(images/top/foot_bg.jpg);
    background-position: top left;
    background-attachment: fixed;
  }

  #footer_in {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0px 0px 00px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
  }

  #copyright {
    width: 100%;
    height: auto;
    padding: 15px 0;
    display: table;
    background-color: #60d1e0;
  }

  /* フッター エリア */
  /* #footer_in .inner_right {
    width: 50%;
    height: auto;
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
  }

  #footer_in .inner_right img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #footer_in .inner_left {
    width: 30%;
    height: auto;
    margin: 0;
    max-width: 520px;
    padding: 0;
  }

  #footer_in .inner_left>p {
    color: #363636;
    font-size: 16px;
    margin: 0px;
    text-align: left;
    max-width: 500px;
    font-weight: 500;
    line-height: 1.5em;
  }

  #footer_in .inner_left #f_logo {
    width: 280px;
    margin: 0 0 16px;
  }

  #footer_in .inner_left #f_logo a {
    display: block;
  }

  #footer_in .inner_left #f_logo a img {
    margin: 0 auto;
  }

  #footer_in .inner_left ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 35px;
  }

  #footer_in .inner_left li {
    width: 30px;
    margin-right: 10px;
    background: red;
    height: 30px;
  }

  #footer_in .inner_left li img {
    opacity: 0;
  }

  #footer_in .inner_right ul {
    width: 33.333333333333333333333333333333333333333333333333333%;
    height: auto;
    margin-left: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
  }

  #footer_in .inner_right>ul {
    padding-left: 0px;
  }

  #footer_in .inner_right ul li {
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
  }

  #footer_in .inner_right ul li:before {
    content: '';
    width: 12px;
    height: 2px;
    position: absolute;
    left: 0;
    background: #60d1e0;
  }

  #footer_in .inner_right ul li a {
    font-size: 15px;
    text-decoration: none;
    padding: 6px 0px 6px 20px;
    font-weight: 500;
    color: #363636;
    display: inline-block;
  }

  #footer_in .inner_right ul li a:hover {
    text-decoration: underline;
  }

  #foot_contact_area {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  #footer_in .inner_right #foot_contact_area ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 15px;
  }

  #footer_in .inner_right #foot_contact_area ul li {
    width: auto;
    padding: 0;
    margin: 0;
    background-image: none;
  }

  #footer_in .inner_right #foot_contact_area ul li ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
  }

  #footer_in .inner_right #foot_contact_area ul li ul li {
    width: 49%;
    padding: 0;
    margin: 0;
  }

  #footer_in .inner_right #foot_contact_area ul li ul li:nth-child(1) {
    margin-bottom: 0;
    padding: 0;
    margin: 0;
  }

  #copyright p,
  #copyright p a {
    width: auto;
    height: auto;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    margin: 0;
  }

  #footer_in .inner_right ul.sp {
    display: none;
  }*/
}

@media screen and (max-width: 768px) {
  /* #footer {
    width: 100%;
    height: auto;
    display: table;
    clear: both;
    background-image: url(images/top/foot_bg_sp.jpg);
    background-position: top right;
    background-size: auto 100%;
  }

  #footer_in {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 5% 2.604166666% 8%;
    display: table;
  } */

  #copyright {
    width: 100%;
    height: auto;
    padding: 3.953125% 2.604166666% 20vw;
    display: table;
    background: #60d1e0;
  }

  /* フッター エリア */
  /* #footer_in .inner_left {
    width: 100%;
    height: auto;
    margin-bottom: 2.604166666%;
    padding: 0;
    float: left;
  }

  #footer_in .inner_left #f_logo {
    max-width: 180px;
    margin: 2% auto 4%;
    width: 100%;
  }

  #footer_in .inner_left #f_logo img {
    width: 100%;
    height: auto;
  }

  #footer_in .inner_left>p {
    text-align: center;
    color: #363636;
    font-size: 3.5vw;
    font-weight: 500;
  }

  #footer_in .inner_right ul {
    width: 100%;
    height: auto;
    margin-left: 1%;
    padding: 0;
    margin-top: 6%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
  }

  #footer_in .inner_right ul li {
    width: 49%;
    height: auto;
    margin: 0 0 2%;
    padding: 0;
  }

  #footer_in .inner_right ul li:last-child:nth-child(odd) {
    width: 100%;
  }

  #footer_in .inner_right ul li a {
    font-size: 14px;
    padding: 10% 5% 10% 15%;
    text-decoration: none;
    background-color: #e5ebeb99;
    background-position: center right 5%;
    background-repeat: no-repeat;
    background-size: auto 15px;
    color: #363636;
    font-weight: 500;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
  }

  #footer_in .inner_right ul li:last-child:nth-child(odd) a {
    padding: calc(10% * 0.49) calc(5% * 0.49) calc(10% * 0.49) calc(15% * 0.49);
  }

  #footer_in .inner_right ul li a::before {
    content: '';
    width: 8%;
    max-width: 15px;
    height: 2px;
    position: absolute;
    left: 2%;
    background: #60d1e0;
  }

  #footer_in .inner_right ul li a:hover {
    text-decoration: underline;
  }

  #footer_in .inner_right #foot_contact_area {
    display: none;
  }

  #footer_in .inner_right ul.sp {
    display: flex;
  }

  #footer_in .inner_right ul.pc {
    display: none;
  } */

  /*popup*/
  .footer-popup {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999999999;
    background: transparent linear-gradient(100deg, #99e5f2 0%, #60d1e0 100%) 0%
      0% no-repeat padding-box;
  }

  .footer-popup ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    table-layout: fixed;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    padding: 0;
  }

  .footer-popup ul li {
    display: flex;
    justify-content: center;
    max-width: 180px;
    width: 48%;
  }

  .footer-popup ul li a {
    display: block;
    text-decoration: none;
  }

  .footer-popup ul li.footer-popup-tel a span {
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    padding-left: 20px;
    padding-bottom: 6px;
    text-align: center;
    background-image: url("images/w_contact_tell.png");
    background-position: left;
    background-size: 20px;
    background-repeat: no-repeat;
  }

  .footer-popup ul li.footer-popup-line a {
    position: relative;
    background-color: #fff;
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
  }

  .footer-popup ul li.footer-popup-line a span {
    position: relative;
    text-decoration: none;
    color: #51cc00;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 10px 2px 26px;
    text-align: center;
    background-image: url("images/line_icon.png");
    background-position: left;
    background-size: 20px;
    background-repeat: no-repeat;
  }

  .footer-popup ul li.footer-popup-line a:before {
    content: "";
    border-left: 2px solid;
    border-top: 2px solid;
    border-color: #51cc00;
    height: 5px;
    width: 5px;
    position: absolute;
    left: auto;
    top: 50%;
    right: 9px;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg) translateY(50%);
    background-color: unset;
  }
  /*popup*/
  div#popuptel_wrap {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    height: 0;
  }

  input#sp-popup:checked + #popuptel_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    opacity: 1;
    transition: all 0.3s ease;
    height: 100vh;
    z-index: 99999999999999999999999999;
    box-shadow: 0 0 0 #555;
  }

  input#sp-popup:checked + #popuptel_wrap::before {
    background: #f4fdff;
    opacity: 0.85;
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: -10;
  }

  div#popuptel_wrap div.popuptel_inner {
    background-color: #fff;
    border-radius: 8px;
    display: block;
    margin-bottom: 15vw;
    width: 84vw;
    height: auto;
    padding: 5vw 0;
    z-index: 0;
    box-shadow: 0 0 10px 0px #c6cdce;
  }

  div#popuptel_wrap div.popuptel_inner > p {
    font-size: 4.5vw;
    line-height: 1.35em;
    font-weight: 500;
    text-align: center;
    display: block;
    color: #333;
  }

  div#popuptel_wrap div.popuptel_inner ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 3.5vw 5vw;
    background: #d0f7ff;
    margin: 3.5vw 0 4vw;
  }

  div#popuptel_wrap div.popuptel_inner ul li {
    width: 45%;
    margin: 0 auto;
    border-radius: 1.5vw;
    padding-bottom: 3vw;
  }

  div#popuptel_wrap div.popuptel_inner ul li:nth-child(1) {
    background-color: #80f4c3;
    background-image: -moz-linear-gradient(-30deg, #80f4c3 0%, #0cb6e3 100%);
    background-image: -webkit-linear-gradient(-30deg, #80f4c3 0%, #0cb6e3 100%);
    background-image: linear-gradient(150deg, #80f4c3 0%, #0cb6e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80f4c3', endColorstr='#0cb6e3', GradientType=1);
  }

  div#popuptel_wrap div.popuptel_inner ul li:nth-child(2) {
    background-color: #e8f57c;
    background-image: -moz-linear-gradient(-30deg, #32d4f4 0%, #1986af 99%);
    background-image: -webkit-linear-gradient(-30deg, #32d4f4 0%, #1986af 99%);
    background-image: linear-gradient(150deg, #32d4f4 0%, #1986af 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32d4f4', endColorstr='#1986af', GradientType=1);
  }

  div#popuptel_wrap div.popuptel_inner ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 3.75vw;
  }

  div#popuptel_wrap div.popuptel_inner ul li span {
    width: 9vw;
    background-color: #fff;
    height: 9vw;
    border-radius: 800px;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 3vw auto;
    background-position: center;
    background-size: 70% auto;
    background-repeat: no-repeat;
  }

  div#popuptel_wrap div.popuptel_inner ul li span i {
    margin: 0 auto;
    font-size: 4.2vw;
  }

  div#popuptel_wrap div.popuptel_inner ul li:nth-child(1) span {
    background-image: url("images/popup_tel01.png");
  }

  div#popuptel_wrap div.popuptel_inner ul li:nth-child(2) span {
    background-image: url("images/popup_tel01.png");
  }

  div#popuptel_wrap div.popuptel_inner ul li b {
    text-align: center;
    display: block;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 0 1px #4f4f4f;
  }

  div#popuptel_wrap div.popuptel_inner label {
    background-color: #16b3d2;
    width: 80%;
    border-radius: 5000px;
    text-align: center;
    display: block;
    padding: 1.25vw;
    position: relative;
    color: #fff;
    max-width: 280px;
    padding: 8px 0;
    margin: 0vw auto 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  div#popuptel_wrap div.popuptel_inner label::before {
    border-left: 2px solid;
    border-top: 2px solid;
    border-color: #fff;
    content: "";
    height: 6px;
    position: absolute;
    right: 15px;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 6px;
  }

  div#popuptel_wrap div.popuptel_inner label span {
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 1px #4f4f4f;
  }

  .footer-popup img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }

  #copyright p,
  #copyright p a {
    width: auto;
    height: auto;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    margin: 0;
  }
}

/**/

.wpcf7-form-control {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  width: 100%;
}
span.wpcf7-form-control.wpcf7-acceptance {
  background-clip: unset;
  display: unset;
  background-color: unset;
  border: unset;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
  text-align: center;
  padding: 0.8rem;
  margin: 25px 0;
  font-size: 18px;
  width: 250px;
  margin: auto;
  color: #fff;
  background: #f9852f;
  border: none;
}

/* Before&After */
.section-bfa {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 30px;
  padding: 2em;
  background: #fffbf3;
  border-radius: 20px;
}

.section-bfa div.bfa-images {
  display: flex;
  justify-content: space-between;
  width: 50%;
}

.section-bfa div.bfa-images .bfa-box {
  width: calc(50% - 0.4em);
  padding: 0 1em 1em;
  border-radius: 20px;
  text-align: center;
  color: #fff;
}

.section-bfa div.bfa-images .bfa-box span {
  display: block;
  padding: 0.5em 0;
  text-transform: uppercase;
}

.section-bfa div.bfa-images .bfa-box.before {
  background-color: #a8a8a8;
}

.section-bfa div.bfa-images .bfa-box.after {
  border-radius: 20px;
  text-transform: uppercase;
  background-color: #60d1e0;
}

.section-bfa div.bfa-images .bfa-box figure {
  border-radius: 15px;
  overflow: hidden;
}

.bfta-text {
  width: calc(50% - 2em);
}

.bfta-text h3 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #60d1e0;
  font-size: 24px;
  border-bottom: 1px solid #a8a8a8;
}

.bfta-text span {
  font-size: 20px;
  color: #60d1e0;
}

.bfta-text p {
  font-size: 16px;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .section-bfa {
    width: 94%;
    padding: 5% 3%;
  }

  .section-bfa div.bfa-images,
  .bfta-text {
    width: 100%;
  }

  .section-bfa div.bfa-images {
    margin-bottom: 20px;
  }

  .section-bfa div.bfa-images .bfa-box {
    padding: 0 3% 3%;
  }
}

#top_content_voice {
  background-color: #eefcff;
  background-image: url("https://placehold.jp/1200x900.png");
  background-position: right 70%;
  background-repeat: no-repeat;
  background-size: 50%;
}

#top_content_voice .voice_box {
  max-width: calc(500px + 6%);
  margin: 0 auto 0 0;
  padding: 0 0 0 3%;
}

#top_content_voice .voice_box h2 {
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: 2px;
}

#top_content_voice .voice_box h2 span {
  color: #60d1e0;
  font-size: 1.3em;
}

#top_content_voice .voice_box p {
  margin-bottom: 35px;
  font-size: 1rem;
}

#top_page #top_content_voice.top_content .btn {
  margin-left: 0;
}

#top_page .top_content .btn a {
  background: linear-gradient(90deg, #60d1e0, #00ccb8);
}

@media screen and (max-width: 768px) {
  #top_content_voice {
    background-image: none;
  }

  #top_content_voice .voice_box {
    max-width: 100%;
    text-align: center;
    padding: 0;
  }

  #top_content_voice .voice_box h2 {
    font-size: 5.7vw;
  }

  #top_content_voice .voice_box figure {
    margin-bottom: 1.5rem;
  }

  #top_content_voice .voice_box p {
    padding: 0 3%;
    font-size: 16px;
  }

  #top_content_voice .voice_box p br {
    display: none;
  }

  #top_content_voice .voice_box figure img {
    width: 100%;
    height: 50vw;
    object-fit: cover;
    object-position: center bottom;
  }

  #top_page #top_content_voice.top_content .btn {
    margin-left: auto;
  }
  #header_in .inner_left img {
    max-width: 120px;
  }
}

/* 修正用上書きCSS */

#top_page .c-title-top span.en,
h2.ft-contact-ttl.c-title-top span.en {
  color: #60d1e0;
  font-size: 15px;
  letter-spacing: 1.5px;
}

#top_page .c-title-top span.en.orange {
  color: #ffb065;
}

#top_page .c-title-top span.jp,
h2.ft-contact-ttl.c-title-top span.jp {
  color: #333;
  font-size: 30px;
  font-weight: 500;
}

.swiper {
  width: 75%;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
}
.swiper-wrapper {
  display: flex;
  transition-timing-function: ease;
}
.swiper-slide {
  flex-shrink: 0;
  width: auto; /* 必要に応じて設定 */
  text-align: center;
}
#main_visual_in img.main_img_txt {
  position: absolute;
  left: 2.05vw;
  top: 65%;
  transform: translateY(-65%);
  width: auto;
  min-width: 0;
  max-width: 47%;
  z-index: 9;
}

/*スポンサーエリア*/
#sponsor {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 90px;
}
#sponsor .sponsor-inner p {
  padding: 30px 0 20px;
  font-size: 18px;
  text-align: center;
}
#sponsor .sponsor-inner .sponsor-inner-area {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
}
#sponsor .sponsor-inner .sponsor-inner-area a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  #sponsor .sponsor-inner p {
    font-size: 16px;
  }
  #sponsor .sponsor-inner .sponsor-inner-area {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .sejutu-flow ul.flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sejutu-flow ul.flow li {
    width: 48%;
    margin: 0;
  }
  .sejutu-flow ul.flow li p.txt {
    font-size: 14px;
  }
}

/*2026/02/10|スポンサーエリア*/
.Marathon-bnr img {
  margin: 100px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Marathon-bnr img {
    margin: 40px auto 0;
    width: 95%;
  }
}