@charset "UTF-8";
/*----------------------------------------------------------------------------
******************************************************************************
** base
******************************************************************************
----------------------------------------------------------------------------*/
html, body {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  font-family: "Zen Maru Gothic", sans-serif;
}

body {
  min-height: 100vh;
}

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
.hd_bg {
  position: absolute;
  top: 0;
  width: 100%;
  border-top: 10px solid #6fbfbf;
  z-index: 1;
}
.hd_bg .hd {
  position: relative;
  height: 120px;
}
.hd_bg .hd .hd_logo {
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.hd_bg .hd .hd_logo.hd_logo_scroll {
  filter: invert(0.6);
}
.hd_bg .hd .hd_logo a {
  display: flex;
  gap: 10px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}
.hd_bg .hd .hd_logo a img {
  height: 40px;
}
.hd_bg .hd .hd_logo a img.hd_logo_scroll {
  filter: invert(0.6);
}
.hd_bg .hd .hd_logo a .hd_text p {
  font-size: 20px;
  letter-spacing: 0.1em;
}
.hd_bg .hd .hd_logo a .hd_text span {
  font-size: 10px;
}
.hd_bg .hd .hd_contact {
  display: none;
}

.index_top_img {
  position: relative;
  width: 100%;
  height: 60vw;
  /*img {
    position: absolute;
    transform: translateX(-10%);
    width: 130%;
  }*/
}
.index_top_img h1 {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, 50%);
  color: #fff;
  font-size: 3vw;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  min-width: 200px;
  width: 100%;
}

/*座談会ページ*/
.index_top_img_symposium {
  position: relative;
  width: 100%;
}
.index_top_img_symposium img {
  width: 100%;
}
.index_top_img_symposium h1 {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 50%);
  color: #fff;
  font-size: 4vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
.index_top_img_symposium h1 span {
  font-size: 2vw;
  letter-spacing: 0.2em;
}
.index_top_img_symposium p {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, 50%);
  color: rgb(105, 105, 105);
  font-size: 1.8vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  width: 80%;
  padding: 5px;
}

.index_symposium {
  margin-top: 50px;
}
.index_symposium img {
  max-width: 225px;
}

.symposium h2 {
  position: relative;
  margin: 0;
}
.symposium h2::after {
  position: absolute;
  content: "";
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 110px;
  background-color: #6fbfbf;
}

.index_symposium p {
  color: #6fbfbf;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
  padding: 50px;
}
.index_symposium .name {
  position: relative;
  margin-top: 30px;
}

.name2, .name3, .name4, .name5 {
  position: relative;
  margin-top: 30px;
}

.index_symposium .name h2 {
  color: #5D5D5D;
  position: relative;
  margin-bottom: 0.2rem;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  width: 100%;
}
.index_symposium .name h2::before {
  width: 100%;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  color: #D2EBEB;
  font-size: 18px;
  text-transform: uppercase;
  content: "Naoya Hashimoto";
  z-index: 1;
}
.index_symposium .name2 h2 {
  color: #5D5D5D;
  position: relative;
  margin-bottom: 0.2rem;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  width: 100%;
}
.index_symposium .name2 h2::before {
  width: 100%;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  color: #D2EBEB;
  font-size: 18px;
  text-transform: uppercase;
  content: "Daisuke Maruyama";
  z-index: 1;
}
.index_symposium .name3 h2 {
  color: #5D5D5D;
  position: relative;
  margin-bottom: 0.2rem;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  width: 100%;
}
.index_symposium .name3 h2::before {
  width: 100%;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  color: #D2EBEB;
  font-size: 18px;
  text-transform: uppercase;
  content: "Sho Nishii";
  z-index: 1;
}
.index_symposium .name4 h2 {
  color: #5D5D5D;
  position: relative;
  margin-bottom: 0.2rem;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  width: 100%;
}
.index_symposium .name4 h2::before {
  width: 100%;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  color: #D2EBEB;
  font-size: 18px;
  text-transform: uppercase;
  content: "Kazuaki Kamata";
  z-index: 1;
}
.index_symposium .name5 h2 {
  color: #5D5D5D;
  position: relative;
  margin-bottom: 0.2rem;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  width: 100%;
}
.index_symposium .name5 h2::before {
  width: 100%;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  color: #D2EBEB;
  font-size: 18px;
  text-transform: uppercase;
  content: "Ayaka Kuze";
  z-index: 1;
}
.index_symposium .name h2 span, .index_symposium .name2 h2 span, .index_symposium .name3 h2 span, .index_symposium .name4 h2 span, .index_symposium .name5 h2 span {
  position: absolute;
  top: 7px;
  left: 200px;
  font-size: 15px;
}
.index_symposium .name p, .index_symposium .name2 p, .index_symposium .name3 p, .index_symposium .name4 p, .index_symposium .name5 p {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  color: #6FBFBF;
  font-size: 14px;
}
.index_symposium .special {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
  background: #5D5D5D;
  border-radius: 13px;
}
.index_symposium .special h3 {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  color: #828282;
  text-align: center;
  background: #F2F2F2;
  padding: 10px;
}
.index_symposium .special h3 span {
  color: #6FBFBF;
}

.accordion-area section {
  border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
  position: relative;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  transition: all 0.5s ease;
  color: #8ECCCC;
  border: 1px solid #8ECCCC;
  border-radius: 40px;
  width: 80%;
  margin: 0 auto;
}
.title span {
  font-size: 2em;
  margin-right: 20px;
  vertical-align: middle;
}
.title::before, .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #8ECCCC;
}
.title::before {
  top: 48%;
  left: 90%;
  transform: rotate(0deg);
}
.title::after {
  top: 48%;
  left: 90%;
  transform: rotate(90deg);
}
.title.close::before {
  transform: rotate(45deg);
}
.title.close::after {
  transform: rotate(-45deg);
}

/*アイコンの＋と×*/
/*　closeというクラスがついたら形状変化　*/
/*アコーディオンで現れるエリア*/
.box-area {
  display: none;
  margin: 15px 10% 0;
  padding: 10px !important;
  background: #f3f3f3;
}
.box-area .box-area_txt {
  color: #828282;
  background: #fff;
  font-size: 0.85em;
  text-align: left;
  padding: 10px !important;
}

.btn_symposium {
  display: table;
  position: relative;
  padding: 1em 1.8em 1em 0.5em;
  border: 2px solid currentColor;
  border-radius: 10px;
  color: #fff;
  background: #74C1C1;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s;
  line-height: 1.2;
  margin: 20px 0;
}
.btn_symposium::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(135deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  color: #fff;
}
.btn_symposium:hover {
  opacity: 0.7;
}

.symposium_h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #5D5D5D;
  border-bottom: 3px solid #74C1C1;
  width: 75%;
  margin: 0 auto;
  padding: 50px 0;
  line-height: 1.3;
  z-index: 100 !important;
}
.symposium_h2 span {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  color: #74C1C1;
  z-index: 100;
}

.symposium_img img {
  max-width: 90% !important;
  border-radius: 36px 0px 36px 0px;
}

.symposium_h3 {
  width: 90%;
  margin: 50px auto;
  color: #74C1C1;
  border: 1px solid #74C1C1;
  border-radius: 12px;
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

/*青波*/
.container_symposium {
  position: relative;
  background: #2c3e50;
  height: 5vh;
  z-index: 10;
}

.symposium_qa img {
  max-width: 190px;
}

.wave_symposium {
  position: absolute;
  height: 105px;
  width: 100%;
  background: #fff;
  bottom: 0;
}
.wave_symposium::before, .wave_symposium::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50% 100%;
}
.wave_symposium::before {
  width: 55%;
  height: 100%;
  background-color: #fff;
  right: -1.5%;
  top: 40%;
}
.wave_symposium::after {
  width: 55%;
  height: 109%;
  background-color: #EBFAF6;
  left: -1.5%;
  top: 60%;
}

/*白波*/
.container_symposium2 {
  position: relative;
  background: #EBFAF6;
  height: 5vh;
}

.wave_symposium2 {
  position: absolute;
  height: 105px;
  width: 100%;
  background: #EBFAF6;
  bottom: 0;
}
.wave_symposium2::before, .wave_symposium2::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50% 100%;
}
.wave_symposium2::before {
  width: 55%;
  height: 100%;
  background-color: #EBFAF6;
  right: -1.5%;
  top: 40%;
}
.wave_symposium2::after {
  width: 55%;
  height: 109%;
  background-color: #fff;
  left: -1.5%;
  top: 60%;
}

.wave_container_footer_symposium {
  position: relative;
  background: #6fbfbf;
  height: 20px;
  margin-top: auto;
}
.wave_container_footer_symposium .wave {
  position: absolute;
  height: 43px;
  width: 100%;
  background: #6fbfbf;
  bottom: -1px;
}
.wave_container_footer_symposium .wave::before, .wave_container_footer_symposium .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50% 100%;
}
.wave_container_footer_symposium .wave::before {
  width: 55%;
  height: 100%;
  background-color: #FFFFE6;
  right: -1.5%;
  top: -60%;
}
.wave_container_footer_symposium .wave::after {
  width: 55%;
  height: 109%;
  background-color: #6fbfbf;
  left: -1.5%;
  top: -40%;
}

/*----------------------------------------------------------------------------
******************************************************************************
** global nav
******************************************************************************
----------------------------------------------------------------------------*/
.nav {
  position: fixed;
  top: 0px;
  right: -110%;
  z-index: 100;
  overflow-x: none;
  overflow-y: auto;
  height: 100vh;
  background: #fff;
  color: #5d5d5d;
  box-shadow: 0px 0px 2px #000;
  transition: All 0.5s ease;
}
.nav .nav_list {
  padding: 90px 10px 50px;
}
.nav .nav_list > li {
  position: relative;
  min-width: 210px;
}
.nav .nav_list > li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  font-weight: 500;
  color: #5d5d5d;
  display: block;
  padding: 1em 3em;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.nav .nav_list > li > a:hover, .nav .nav_list > li > a.current {
  background-color: rgba(111, 191, 191, 0.2);
}
.nav .nav_list > li > a img {
  display: none;
}
.nav .nav_list > li .child_wrap_btn {
  position: absolute;
  top: 0.8em;
  right: 0.5em;
  z-index: 10;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background-color: #fff;
}
.nav .nav_list > li .child_wrap_btn:hover {
  background-color: #6fbfbf;
}
.nav .nav_list > li .child_wrap_btn:hover::before, .nav .nav_list > li .child_wrap_btn:hover::after {
  background-color: #fff;
}
.nav .nav_list > li .child_wrap_btn::before, .nav .nav_list > li .child_wrap_btn::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background-color: #6fbfbf;
}
.nav .nav_list > li .child_wrap_btn::before {
  top: 50%;
  left: 50%;
  transform: rotate(0deg) translateX(-50%);
}
.nav .nav_list > li .child_wrap_btn::after {
  top: 50%;
  left: 0.5em;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.nav .nav_list > li .child_wrap_btn.close::after {
  transform: rotate(0deg);
}
.nav .nav_list > li > .child_wrap {
  display: none;
  width: 100%;
}
.nav .nav_list > li .nav_clist > li {
  position: relative;
  list-style-type: none;
  margin: 0;
}
.nav .nav_list > li .nav_clist > li > a {
  background-color: rgba(111, 191, 191, 0.7);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 1em 2em 1.5em;
  text-align: center;
  text-decoration: none;
}
.nav .nav_list > li .nav_clist > li > a:hover, .nav .nav_list > li .nav_clist > li > a.current {
  background-color: rgba(111, 191, 191, 0.9);
  box-shadow: 0 0 4px rgba(255, 0, 0, 0.2);
}
.nav .nav_list > li .nav_clist > li > .child_wrap {
  display: none;
}
.nav .nav_list > li .nav_clist > li .nav_glist > li > a {
  background-color: rgba(111, 191, 191, 0.9);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: #fff;
  display: block;
  font-size: 11px;
  padding: 1em 2em 1.5em;
  text-align: center;
  text-decoration: none;
}
.nav .nav_list > li .nav_clist > li .nav_glist > li > a:hover, .nav .nav_list > li .nav_clist > li .nav_glist > li > a.current {
  background-color: #6fbfbf;
  box-shadow: 0 0 4px rgba(255, 0, 0, 0.2);
}
.nav .sp_nav_info {
  display: flex;
  flex-direction: column;
  padding: 30px 15px;
  width: 100%;
}
.nav .sp_nav_info .sp_nav_logo {
  margin-bottom: 10px;
}
.nav .sp_nav_info .sp_nav_logo a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: 0.3s;
}
.nav .sp_nav_info .sp_nav_logo a:hover {
  opacity: 0.7;
}
.nav .sp_nav_info .sp_nav_logo a img {
  width: 30px;
  height: auto;
}
.nav .sp_nav_info .sp_nav_logo a p {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.nav .sp_nav_info .sp_nav_logo a p span {
  font-size: 10px;
}
.nav .sp_nav_info .sp_nav_number {
  text-align: center;
}
.nav .sp_nav_info .sp_nav_number p {
  font-size: 10px;
  color: #969697;
}
.nav .sp_nav_info .sp_nav_number a {
  font-size: 16px;
  color: #ffa216;
  text-decoration: none;
}

.sp_nav_open {
  right: 0 !important;
}

.sp_nav_trigger {
  cursor: pointer;
  z-index: 1000;
  position: fixed !important;
  top: 25px;
  right: 15px;
  margin-top: -5px;
  width: 36px;
  height: 24px;
}
.sp_nav_trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #6fbfbf;
  filter: drop-shadow(0px 1px 1px black);
  border-radius: 4px;
  transition: all 0.4s;
  box-sizing: border-box;
}
.sp_nav_trigger span:nth-of-type(1) {
  top: 0;
}
.sp_nav_trigger span:nth-of-type(2) {
  top: 10px;
}
.sp_nav_trigger span:nth-of-type(3) {
  bottom: 0;
}
.sp_nav_trigger::after {
  position: absolute;
  left: 0;
  bottom: -20px;
  content: "MENU";
  display: block;
  width: 100%;
  padding-top: 20px;
  color: #000;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s;
}
.sp_nav_trigger.sp_active::after {
  content: "CLOSE";
  bottom: -25px;
  color: #000;
}
.sp_nav_trigger.sp_active span {
  background-color: #6fbfbf;
  filter: none;
}
.sp_nav_trigger.sp_active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.sp_nav_trigger.sp_active span:nth-of-type(2) {
  opacity: 0;
}
.sp_nav_trigger.sp_active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

/*----------------------------------------------------------------------------
******************************************************************************
** content
******************************************************************************
----------------------------------------------------------------------------*/
.con {
  padding: 20px 10px 30px;
}
.con .main {
  margin-bottom: 30px;
}
.con .side .side_head {
  background-color: #eee;
  color: #111;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
  padding: 10px;
  text-align: center;
}
.con .side .side_nav_list li a {
  background: url(../images/icon_arrow_gray.png) no-repeat left center;
  border-bottom: 1px solid #ccc;
  color: #111;
  display: block;
  font-size: 14px;
  padding: 12px 10px;
  text-decoration: none;
}
.con .side .side_nav_list li a:hover {
  text-decoration: underline;
}

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
#ft {
  margin-top: auto;
  padding-top: 30px;
  background-color: #6fbfbf;
}
#ft .ft_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#ft .ft_top .ft_info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding-inline: 10px;
  margin-bottom: 50px;
}
#ft .ft_top .ft_info img {
  max-width: 90%;
  height: auto;
  margin: 0 auto;
}
#ft .ft_top .ft_info p {
  color: #fff;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  order: 2;
}
#ft .ft_top .ft_info .ft_contact {
  text-align: center;
  order: 1;
}
#ft .ft_top .ft_info .ft_contact h3 {
  color: #6fbfbf;
  background-color: #fff;
  width: 100%;
  padding: 0.3em 1em;
  border-radius: 32px;
}
#ft .ft_top .ft_manu {
  display: none;
}
#ft .ft_lang_list {
  display: flex;
}
#ft .ft_lang_list li {
  width: 50%;
}
#ft .ft_lang_list a {
  font-size: 9px;
  color: #fff;
  background: #333;
  padding: 14px;
  display: block;
  text-decoration: none;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
#ft .ft_lang_list li:first-child a {
  border-left: none;
}

@media screen and (max-width: 430px) {
  #ft .ft_top .ft_info {
    flex-direction: column;
  }
}
@media screen and (max-width: 430px) {
  #ft .ft_top .ft_info p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 430px) {
  #ft .ft_top .ft_info .ft_contact {
    margin-top: 30px;
  }
}
@media screen and (max-width: 430px) {
  #ft .ft_top .ft_info .ft_contact h3 {
    padding: 0.3em;
  }
}
.ft_copy {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  height: 30px;
}

@media screen and (max-width: 430px) {
  .ft_copy {
    font-size: 10px;
    letter-spacing: 0.05em;
  }
}
/*----------------------------------------------------------------------------
******************************************************************************
** pagetop
******************************************************************************
----------------------------------------------------------------------------*/
.pt {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #6fbfbf;
  box-shadow: 0 0 2px 0px;
  border-radius: 50%;
  z-index: 100;
}
.pt:hover {
  opacity: 0.6;
}
.pt .pt_btn {
  position: relative;
  cursor: pointer;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: 5px;
  transform: rotate(45deg);
}
.pt .pt_btn::before, .pt .pt_btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #fff;
}
.pt .pt_btn::before {
  bottom: 0;
  width: 5px;
}
.pt .pt_btn::after {
  right: 0;
  height: 5px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** index
******************************************************************************
----------------------------------------------------------------------------*/
#page .hd_bg .hd .hd_logo a img {
  height: 40px;
  filter: invert(0.6);
}
#page .nav_bg {
  margin-top: 100px;
}

h2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #6fbfbf;
  margin-bottom: 0px;
}
h2::before {
  content: attr(data-text);
  color: #5d5d5d;
  font-size: 26px;
  font-weight: bold;
}

.prev_button {
  width: 80%;
  height: 50px;
}
.prev_button a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #6fbfbf;
  padding: 15px 30px;
  border: 1px solid #6fbfbf;
  border-radius: 40px;
  transition: 0.3s;
}
.prev_button a::after {
  position: absolute;
  content: "";
  background: url(../images/arrow_right.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.prev_button a:hover {
  color: #fff;
  background-color: #6fbfbf;
}
.prev_button a:hover::after {
  filter: brightness(0) invert(2);
  right: 5px;
}

@media screen and (max-width: 430px) {
  .prev_button {
    width: 200px;
  }
}
@media screen and (max-width: 430px) {
  .prev_button a {
    padding: 10px 30px;
  }
}
.guid_content {
  background-color: #ebfaf6;
}
.guid_content .guid_content_inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 520px;
}
.guid_content .guid_content_inner .guid_item {
  position: relative;
  width: 50%;
}
.guid_content .guid_content_inner .guid_item .guid_item_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  color: #5d5d5d;
  text-decoration: none;
  transition: 0.3s;
}
.guid_content .guid_content_inner .guid_item .guid_item_link:hover, .guid_content .guid_content_inner .guid_item .guid_item_link.current {
  color: #fff;
  transition: 0.3s;
}
.guid_content .guid_content_inner .guid_item .guid_item_link:hover .guid_icon, .guid_content .guid_content_inner .guid_item .guid_item_link.current .guid_icon {
  scale: 1.1;
  background-color: #6fbfbf;
  transition: 0.5s ease;
}
.guid_content .guid_content_inner .guid_item .guid_item_link:hover .guid_icon img, .guid_content .guid_content_inner .guid_item .guid_item_link.current .guid_icon img {
  filter: brightness(0) invert(1);
}
.guid_content .guid_content_inner .guid_item .guid_item_link:hover .guid_icon p, .guid_content .guid_content_inner .guid_item .guid_item_link.current .guid_icon p {
  color: #fff;
}
.guid_content .guid_content_inner .guid_item .guid_item_link:hover .guid_text, .guid_content .guid_content_inner .guid_item .guid_item_link.current .guid_text {
  color: #6fbfbf;
}
.guid_content .guid_content_inner .guid_item .guid_item_link .guid_icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 80%;
  padding: 20px;
  transition: 0.5s ease;
}
.guid_content .guid_content_inner .guid_item .guid_item_link .guid_icon img {
  width: 40%;
}
.guid_content .guid_content_inner .guid_item .guid_item_link .guid_icon p {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.guid_content .guid_content_inner .guid_item .guid_item_link .guid_text {
  font-size: 16px;
  text-align: center;
}
.guid_content .guid_content_inner .guid_item .zadankai {
  position: absolute;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
}

@media screen and (max-width: 430px) {
  .guid_content .guid_content_inner {
    flex-wrap: wrap;
    gap: 20px 0px;
    height: auto;
    margin-block: 60px 20px;
  }
}
@media screen and (max-width: 430px) {
  .guid_content .guid_content_inner .guid_item .guid_item_link .guid_icon p {
    font-size: 10px;
  }
}
@media screen and (max-width: 430px) {
  .guid_content .guid_content_inner .guid_item .guid_item_link .guid_text {
    font-size: 12px;
  }
}
@media screen and (max-width: 430px) {
  .guid_content .guid_content_inner .guid_item .zadankai {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px !important;
  }
}
.index_news {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin-top: 80px;
}

@media screen and (max-width: 430px) {
  .index_news {
    flex-direction: column;
    gap: 0;
  }
}
.news_left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  width: 25%;
}
.news_left .prev_button a {
  font-size: 12px;
}

@media screen and (max-width: 430px) {
  .news_left {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding-inline: 10px;
    width: 100%;
  }
}
.index_news_scrl {
  max-height: 400px;
  width: 75%;
  overflow: auto;
}

@media screen and (max-width: 430px) {
  .index_news_scrl {
    margin: 0 auto;
    width: 97%;
  }
}
.index_news_item {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  display: flex;
  padding: 20px 10px;
  width: 100%;
}

.index_news_item_date {
  width: 130px;
}
.index_news_item_date:before {
  vertical-align: bottom;
  margin-right: 0.2em;
}

@media screen and (max-width: 430px) {
  .index_news_item_date {
    width: 90px;
  }
}
.index_news_item_ttl {
  width: calc(100% - 140px);
}

@media screen and (max-width: 430px) {
  .index_news_item_ttl {
    width: calc(100% - 90px);
  }
}
.index_news_item_icon_new {
  display: inline-block;
  color: #c00;
  font-size: 0.9em;
  font-weight: bold;
  margin-left: 0.3em;
}
.index_news_item_icon_new:before {
  content: "NEW";
}

.index_greet {
  background: url(../images/greet_bk_img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 50px;
  margin-bottom: 50px;
}
.index_greet p {
  color: #6fbfbf;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
  filter: drop-shadow(1px 0px 1px rgba(0, 0, 0, 0.1));
  padding: 50px;
}

@media screen and (max-width: 430px) {
  .index_greet {
    padding: 50px 0px;
    margin-block: 0px;
  }
}
@media screen and (max-width: 430px) {
  .index_greet p {
    padding: 50px 0px;
    font-size: 16px;
  }
}
.index_medical {
  background-color: #ffffe6;
  height: auto;
  padding: 50px;
}
.index_medical .medical_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px;
}
.index_medical .medical_content .medical_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
}
.index_medical .medical_content .medical_item:nth-child(even) {
  flex-direction: row-reverse;
}
.index_medical .medical_content .medical_item img {
  width: 60%;
  border-radius: 36px 0px 36px 0px;
}
.index_medical .medical_content .medical_item .medical_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  width: 40%;
}
.index_medical .medical_content .medical_item .medical_text p {
  margin: 0;
}
.index_medical .medical_content .medical_item h2 {
  position: relative;
  margin: 0;
  text-align: center;
}
.index_medical .medical_content .medical_item h2::after {
  position: absolute;
  content: "";
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 110px;
  background-color: #6fbfbf;
}
.index_medical .medical_content .medical_item .prev_button {
  width: 240px;
  margin: 0 auto;
}
.index_medical .medical_content .medical_item .prev_button a {
  padding: 10px 40px;
}
.index_medical .medical_content .medical_contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  background-color: #6fbfbf;
  width: 100%;
  padding: 20px 100px;
}
.index_medical .medical_content .medical_contact h3 {
  text-align: center;
  font-weight: bold;
  width: 100%;
}
.index_medical .medical_content .medical_contact p {
  font-size: 21px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.index_medical .medical_content .medical_contact .prev_button {
  width: 600px;
  height: 70px;
}
.index_medical .medical_content .medical_contact .prev_button a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #6fbfbf;
  padding: 15px 30px;
  background-color: #fff;
  border-radius: 40px;
  transition: 0.3s;
}
.index_medical .medical_content .medical_contact .prev_button a::before {
  position: absolute;
  content: "";
  background: url(../images/mail_blue_icon.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 140px;
  transform: translateY(-30%);
  transition: 0.3s;
}
.index_medical .medical_content .medical_contact .prev_button a::after {
  position: absolute;
  content: "";
  background: url(../images/arrow_right.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.index_medical .medical_content .medical_contact .prev_button a:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: #5fb7a2;
}
.index_medical .medical_content .medical_contact .prev_button a:hover::before {
  filter: brightness(0) invert(2);
}
.index_medical .medical_content .medical_contact .prev_button a:hover::after {
  filter: brightness(0) invert(2);
  right: 5px;
}

@media screen and (max-width: 430px) {
  .index_medical {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 430px) {
  .index_medical .medical_content .medical_item {
    flex-direction: column;
  }
}
@media screen and (max-width: 430px) {
  .index_medical .medical_content .medical_item:nth-child(even) {
    flex-direction: column;
  }
}
@media screen and (max-width: 430px) {
  .index_medical .medical_content .medical_item img {
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .index_medical .medical_content .medical_item .medical_text {
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .index_medical .medical_content .medical_item h2::after {
    top: none;
    bottom: 23px;
  }
}
@media screen and (max-width: 430px) {
  .index_medical .medical_content .medical_contact {
    padding: 20px;
  }
}
@media screen and (max-width: 430px) {
  .index_medical .medical_content .medical_contact p {
    font-size: 14px;
  }
}
@media screen and (max-width: 430px) {
  .index_medical .medical_content .medical_contact .prev_button {
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .index_medical .medical_content .medical_contact .prev_button a {
    font-size: 14px;
  }
}
@media screen and (max-width: 430px) {
  .index_medical .medical_content .medical_contact .prev_button a::before {
    left: 20px;
  }
}
.index_instagram {
  padding: 30px 10px 0;
  background: #fff;
}
.index_instagram .instagram_content {
  /*height: 700px;*/
}
.index_instagram .instagram_content h2 {
  position: relative;
  margin-block: 70px 20px;
  line-height: 1;
}
.index_instagram .instagram_content h2::after {
  position: absolute;
  content: "";
  top: -30px;
  width: 30px;
  height: 30px;
  background: url(../images/instagram_gray_icon.png) no-repeat;
}
.index_instagram .instagram_content .instagram_item {
  height: 320px;
  background-color: #fff;
  width: 90%;
		height: auto;
  margin: 0 auto;
}

.index_bnr .univ_button_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  gap: 30px 60px;
  padding: 60px 0 100px;
}
.index_bnr .univ_button_wrap .univ_button {
  width: calc((100% - 60px) / 2);
}
.index_bnr .univ_button_wrap .univ_button a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  background-color: #1d6c4c;
  transition: 0.3s;
}
.index_bnr .univ_button_wrap .univ_button a:hover {
  opacity: 0.7;
}
.index_bnr .univ_button_wrap .univ_button a img {
  margin: 0 auto;
}

@media screen and (max-width: 430px) {
  .index_instagram .instagram_content {
    /*height: 800px;*/
  }
}
@media screen and (max-width: 430px) {
  .index_bnr .univ_button_wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 430px) {
  .index_bnr .univ_button_wrap .univ_button {
    width: 90%;
  }
}
.container {
  position: relative;
  background: #2c3e50;
  height: 50vh;
}
.container svg {
  position: absolute;
  bottom: 0;
  left: 0;
}

.wave_container {
  position: relative;
  background: #ebfaf6;
  height: 50vh;
}
.wave_container .wave {
  position: absolute;
  height: 43px;
  width: 100%;
  background: #ebfaf6;
  bottom: 0;
}
.wave_container .wave::before, .wave_container .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50% 100%;
}
.wave_container .wave::before {
  width: 55%;
  height: 100%;
  background-color: #ebfaf6;
  right: -1.5%;
  top: 40%;
}
.wave_container .wave::after {
  width: 55%;
  height: 109%;
  background-color: #fff;
  left: -1.5%;
  top: 60%;
}

.wave_container_menu {
  position: relative;
  height: 20px;
  background: #fff;
}
.wave_container_menu .wave {
  position: absolute;
  height: 30px;
  width: 100%;
  background: #fff;
  bottom: 0;
}
.wave_container_menu .wave::before, .wave_container_menu .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50% 100%;
}
.wave_container_menu .wave::before {
  width: 55%;
  height: 100%;
  background-color: #fff;
  right: -1.5%;
  top: 40%;
}
.wave_container_menu .wave::after {
  width: 55%;
  height: 109%;
  background-color: #ebfaf6;
  left: -1.5%;
  top: 60%;
}

.wave_container_guid {
  position: relative;
  background: #ebfaf6;
  height: 20px;
}
.wave_container_guid .wave {
  position: absolute;
  height: 43px;
  width: 100%;
  background: #ebfaf6;
  bottom: 0;
}
.wave_container_guid .wave::before, .wave_container_guid .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50% 100%;
}
.wave_container_guid .wave::before {
  width: 55%;
  height: 100%;
  background-color: #ebfaf6;
  right: -1.5%;
  top: 40%;
}
.wave_container_guid .wave::after {
  width: 55%;
  height: 109%;
  background-color: #fff;
  left: -1.5%;
  top: 60%;
}

.wave_container_message {
  position: relative;
  background: #ffffe6;
  height: 20px;
}
.wave_container_message .wave {
  position: absolute;
  height: 43px;
  width: 100%;
  background: #ffffe6;
  bottom: 0;
}
.wave_container_message .wave::before, .wave_container_message .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50% 100%;
}
.wave_container_message .wave::before {
  width: 55%;
  height: 100%;
  background-color: #fff;
  right: -1.5%;
  top: -70%;
}
.wave_container_message .wave::after {
  width: 55%;
  height: 109%;
  background-color: #ffffe6;
  left: -1.5%;
  top: -50%;
}

.wave_container_research {
  position: relative;
  height: 20px;
  background: #ffffe6;
}
.wave_container_research .wave {
  position: absolute;
  height: 30px;
  width: 100%;
  background: #ffffe6;
  bottom: 0;
}
.wave_container_research .wave::before, .wave_container_research .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50% 100%;
}
.wave_container_research .wave::before {
  width: 55%;
  height: 100%;
  background-color: #fff;
  right: -1.5%;
  top: 90%;
}
.wave_container_research .wave::after {
  width: 55%;
  height: 109%;
  background-color: #ffffe6;
  left: -1.5%;
  top: 10%;
  z-index: 1;
}

.wave_container_footer {
  position: relative;
  background: #6fbfbf;
  height: 20px;
  margin-top: auto;
}
.wave_container_footer .wave {
  position: absolute;
  height: 43px;
  width: 100%;
  background: #6fbfbf;
  bottom: -1px;
}
.wave_container_footer .wave::before, .wave_container_footer .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50% 100%;
}
.wave_container_footer .wave::before {
  width: 55%;
  height: 100%;
  background-color: #fff;
  right: -1.5%;
  top: -60%;
}
.wave_container_footer .wave::after {
  width: 55%;
  height: 109%;
  background-color: #6fbfbf;
  left: -1.5%;
  top: -40%;
}

/*----------------------------------------------------------------------------
******************************************************************************
** page
******************************************************************************
----------------------------------------------------------------------------*/
.page_content {
  width: 95%;
  margin: 0 auto 100px;
}

.news_scrl {
  width: 100%;
  overflow: auto;
}
.news_scrl .news_item {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  display: flex;
  padding: 10px;
  width: 100%;
}
.news_scrl .news_item .news_item_date {
  width: 90px;
}
.news_scrl .news_item .news_item_date:before {
  vertical-align: bottom;
  margin-right: 0.2em;
}
.news_scrl .news_item .news_item_ttl {
  width: calc(100% - 90px);
}
.news_scrl .news_item .news_item_ttl .news_item_icon_new {
  display: inline-block;
  color: #c00;
  font-size: 0.9em;
  font-weight: bold;
  margin-left: 0.3em;
}
.news_scrl .news_item .news_item_ttl .news_item_icon_new:before {
  content: "NEW";
}

/*----------------------------------------------------------------------------
******************************************************************************
** style
******************************************************************************
----------------------------------------------------------------------------*/
#page a img:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
#page h1 {
  font-size: 20px;
  margin-bottom: 20px;
}
#page h2 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 1em;
  padding-bottom: 10px;
  border-bottom: 2px solid #6fbfbf;
  line-height: 1.2;
}
#page h3 {
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 16px;
  padding: 0.5em;
  color: #fff;
  background-color: #6fbfbf;
}
#page h4 {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 0.5em;
  border-top: 2px solid #6fbfbf;
  border-bottom: 2px solid #6fbfbf;
}
#page h5, #page h6 {
  margin-bottom: 2px;
  margin-top: 5px;
}
#page hr {
  border: none;
  border-top: 1px dotted #000;
}
#page iframe {
  max-width: 100%;
}
#page img {
  max-width: 100%;
  height: auto;
}
#page ol {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
#page ol li {
  margin-left: 2em;
  margin-bottom: 0.5em;
}
#page p {
  margin-bottom: 1em;
}
#page table {
  width: 100%;
}
#page ul li {
  list-style-type: none;
}

/*#page table tr {
  display: flex;
  width: 100%;
  padding: 0.5em 0.5em;
}
#page table tr th,
#page table tr td {
  min-width: 160px;
}
#page table tr th:first-child,
#page table tr td:first-child {
  min-width: 100px;
}*/
dl {
  display: flex;
}

.page_content {
  margin-bottom: 200px;
}
.page_content ul {
  margin-left: 40px;
  margin-bottom: 40px;
}
.page_content ul li {
  margin-left: 20px;
  line-height: 2;
  list-style-type: square;
}
.page_content dl {
  display: flex;
}
.page_content dl dt {
  margin-right: 20px;
}

.news_scrl {
  width: 100%;
  overflow: auto;
}
.news_scrl .news_item {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  display: flex;
  padding: 20px 10px;
  width: 100%;
}
.news_scrl .news_item .news_item_date {
  width: 130px;
}
.news_scrl .news_item .news_item_date:before {
  vertical-align: bottom;
  margin-right: 0.2em;
}
.news_scrl .news_item .news_item_ttl {
  width: calc(100% - 140px);
}
.news_scrl .news_item .news_item_ttl .news_item_icon_new {
  display: inline-block;
  color: #c00;
  font-size: 0.9em;
  font-weight: bold;
  margin-left: 0.3em;
}
.news_scrl .news_item .news_item_ttl .news_item_icon_new:before {
  content: "NEW";
}

.staff {
  border: 1px solid #ccc;
  background: #f9ffff;
}

.staff_toggle {
  display: none;
}

.staff_label {
  padding: 5px 10px 0 10px;
  display: block;
  font-size: 1.1em;
  line-height: 1.2;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.staff_label::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #6FBFBF;
  border-right: 2px solid #6FBFBF;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}
.staff_label span {
  font-size: 0.9em;
}

.staff_con {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  height: 0;
  margin-bottom: 10px;
  padding: 0 10px;
  overflow: hidden;
}

.staff_toggle:checked + .staff_label + .staff_con {
  height: auto;
  padding: 10px;
  transition: all 0.3s;
}
.staff_toggle:checked + .staff_label::before {
  transform: rotate(-45deg) !important;
}

.staff_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.staff_content table {
  width: 100%;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  margin-bottom: 40px;
}
.staff_content table tr {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.staff_content table tr:last-child {
  border-bottom: none;
}
.staff_content table tr th {
  padding: 0em 0.5em;
  letter-spacing: 0.1em;
}
.staff_content table tr td {
  padding: 0.5em;
  vertical-align: top;
}
.staff_content .staff_box {
  letter-spacing: normal;
}
.staff_content .staff_box .staff_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.staff_content .staff_box .staff_item .staff_text {
  letter-spacing: normal;
}
.staff_content .staff_box table tr {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.staff_content .staff_box table tr th, .staff_content .staff_box table tr td {
  padding: 0px;
}
.staff_content .staff_box table tr th {
  letter-spacing: 1px;
}

.history_content table {
  display: block;
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
}
.history_content table tr {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #ccc;
}
.history_content table tr th {
  text-align: left;
}
.history_content .th_sp {
  padding-left: 105px;
}

.table_schedule_box {
  overflow: auto;
}
.table_schedule_box table {
  width: 100%;
}
.table_schedule_box::-webkit-scrollbar {
  height: 5px;
  /* スクロールバーの高さ */
}
.table_schedule_box::-webkit-scrollbar-track {
  background: #F1F1F1;
  /* スクロールバーの背景色 */
}
.table_schedule_box::-webkit-scrollbar-thumb {
  background: #d6d6d6;
  /* スクロールバーの色 */
}
.table_schedule_box th, .table_schedule_box td {
  white-space: nowrap;
}

@media screen and (max-width: 430px) {
  .tbldn {
    display: none;
  }
}
/*# sourceMappingURL=sp.css.map */