@charset "UTF-8";
html {
  font-size: 1px;
  overflow-x: hidden;
}
html.lock {
  overflow-y: hidden;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.6;
  max-width: 100vw;
  min-height: 100vh;
  color: #333;
  font-size: 16rem;
  overflow: hidden;
}

select,
input,
textarea,
button {
  font: inherit;
}

img,
svg {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  transition: 0.3s linear;
}
a.tel_link {
  pointer-events: none;
}

main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.inner {
  width: 960rem;
  margin-left: auto;
  margin-right: auto;
}

.mt_l {
  margin-top: 100rem;
}

.mt_m {
  margin-top: 60rem;
}

.mt_s {
  margin-top: 20rem;
}

.fz_l {
  font-size: 1.2em;
}

.fz_s {
  font-size: 0.8em;
}

.notes {
  font-size: 14rem;
}

.ta_center {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.font_san {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", Meiryo, "sans-serif", sans-serif;
}

.font_serif {
  font-family: "BIZ UDPMincho", serif;
}

.font_lato {
  font-family: "Lato", serif;
}

.c_red {
  color: #df1616;
}

a.cover_link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  pointer-events: auto;
  width: 100%;
  height: 100%;
}

.common_ttl span {
  display: block;
}
.common_ttl span.m_ttl {
  font-size: 34rem;
  color: #56B1BF;
  text-align: center;
}
.common_ttl span.sub_ttl {
  position: relative;
  font-size: 20rem;
  letter-spacing: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
}
.common_ttl span.sub_ttl::before, .common_ttl span.sub_ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -30rem;
  transform: translateY(-50%);
  width: 17rem;
  height: 1px;
  background-color: #333;
}
.common_ttl span.sub_ttl::after {
  left: auto;
  right: -30rem;
}

table.common_table {
  width: 100%;
  border-bottom: 1px solid #676767;
}
table.common_table caption {
  text-align: left;
  padding-bottom: 14rem;
  padding-left: 14rem;
}
table.common_table tr th,
table.common_table tr td {
  padding-top: 14rem;
  padding-bottom: 14rem;
  border-top: 1px solid #676767;
}
table.common_table tr th {
  padding-left: 24rem;
  padding-right: 1em;
}
table.common_table tr th span.colon {
  text-align: justify;
  -moz-text-align-last: right;
       text-align-last: right;
  -moz-text-align-last: justify;
       text-align-last: justify;
  display: block;
  position: relative;
}
table.common_table tr th span.colon::after {
  content: "：";
  display: block;
  position: absolute;
  top: 0;
  right: -1em;
}
table.common_table tr td {
  padding-right: 24rem;
}

.btn_more a {
  background-color: #FBF48D;
  width: 100%;
  max-width: 394rem;
  height: 68rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 34rem;
  border: 1px solid #FBF48D;
  font-size: 20rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #333;
}
.btn_more a span {
  position: relative;
  display: block;
}
.btn_more a span.ico_star::before {
  content: "";
  display: block;
  position: absolute;
  left: -10rem;
  top: 50%;
  transform: translateY(-50%) translateX(-100%);
  width: 13rem;
  height: 14rem;
  background-image: url(/assets/img/ico_star.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: 0.3s;
}
.btn_more a:hover {
  background-color: #f0e32b;
}
.btn_more a:hover span.ico_star::before {
  background-image: url(/assets/img/ico_star_w.svg);
}
.btn_more.type_arrow a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20rem;
  width: 12rem;
  height: 12rem;
  border-top: 1px solid #56B1BF;
  border-right: 1px solid #56B1BF;
  transform: translateY(-50%) rotate(45deg) skew(-4deg, -4deg);
  transition: 0.3s;
}
.btn_more.type_insta a span.ico_insta {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 38rem;
  height: 38rem;
  border-radius: 23rem;
  top: 50%;
  left: 55rem;
  transform: translateY(-50%);
}
.btn_more.type_insta a span.ico_insta img {
  width: 24rem;
}
.btn_more.type_pdf a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 29rem;
  transform: translateY(-50%);
  width: 20rem;
  height: 27rem;
  background-image: url(/assets/img/ico_pdf.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: 0.3s;
}
.btn_more.type_pdf a:hover::after {
  background-image: url(/assets/img/ico_pdf_w.svg);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.97);
  padding: 20rem 0;
  box-shadow: 0 3rem 6rem 0 rgba(0, 0, 0, 0.16);
  z-index: 1000;
  min-height: 66rem;
}
header nav ul {
  font-weight: 500;
  display: flex;
  justify-content: center;
  gap: 0 110rem;
}
header nav ul li a {
  display: block;
  position: relative;
}
header nav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -4rem;
  width: 0%;
  height: 3rem;
  background-color: #56B1BF;
  transition: 0.3s;
  transform: translateX(-50%);
}
header nav ul li a:hover::after {
  width: 100%;
}

#page_top header {
  display: none;
}

.floating_bnr {
  position: fixed;
  bottom: 30rem;
  right: 15rem;
  z-index: 1000;
}
.floating_bnr img {
  width: 297rem;
}

.mv {
  position: relative;
  background-color: #fff;
  padding-top: 7.2916666667vw;
  z-index: 1;
}
.mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 14.3229166667vw;
  background: url(/assets/img/bg_main_wave.png) no-repeat center bottom;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.mv .txt_wrap {
  width: 81.0416666667vw;
  position: absolute;
  top: 4.9479166667vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.mv .txt_wrap img {
  width: 100%;
}
.mv .txt_wrap .ttl_area {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  position: relative;
  padding-right: 4.6875vw;
  z-index: 2;
}
.mv .txt_wrap .ttl_area .ttl {
  width: 7.4479166667vw;
}
.mv .txt_wrap .ttl_area .sub_ttl {
  width: 8.90625vw;
  position: absolute;
  left: -8.4375vw;
  bottom: -1.0416666667vw;
  z-index: 1;
}
.mv .txt_wrap .text {
  margin-top: 2.4479166667vw;
  color: #313131;
  font-size: 1.0416666667vw;
  width: 26.0416666667vw;
  margin-left: auto;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}
.mv .txt_wrap .text::after {
  content: "";
  display: block;
  width: 36.9270833333vw;
  height: 24.375vw;
  background: url(/assets/img/bg_main_txt.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  margin-top: -0.9375vw;
}
.mv .img_wrap {
  width: 81.0416666667vw;
  overflow: hidden;
  border-radius: 70rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.mv .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .pic_flower {
  width: 28.1770833333vw;
  position: absolute;
  top: 2.5vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  margin-left: -28.4895833333vw;
}

.anc_nav {
  margin-top: 38rem;
  position: relative;
  z-index: 1;
}
.anc_nav ul {
  display: flex;
  justify-content: center;
  gap: 0 12rem;
}
.anc_nav ul li {
  width: 231rem;
}
.anc_nav ul li a {
  position: relative;
  background-color: #56B1BF;
  border-radius: 8rem;
  display: block;
  min-height: 132rem;
  padding-top: 23rem;
  text-align: center;
}
.anc_nav ul li a span {
  display: block;
}
.anc_nav ul li a span.ico {
  line-height: 1;
}
.anc_nav ul li a span.ico img {
  width: auto;
  height: 20rem;
}
.anc_nav ul li a span.m_ttl {
  margin-top: 5rem;
  font-size: 24rem;
  color: #fff;
}
.anc_nav ul li a span.sub_ttl {
  letter-spacing: 2rem;
  font-size: 12rem;
}
.anc_nav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 18rem;
  width: 1px;
  background-color: #fff;
}
.anc_nav ul li a:hover {
  filter: brightness(1.05);
}

.top_news {
  max-width: 914rem;
  margin-top: 74rem;
}
.top_news .common_ttl {
  padding-left: 20rem;
  padding-right: 20rem;
  display: flex;
  align-items: center;
  gap: 47rem;
}
.top_news .common_ttl span.sub_ttl {
  margin-left: 0;
}
.top_news .common_ttl span.sub_ttl::after {
  content: none;
}
.top_news .news_list {
  margin-top: 24rem;
}
.top_news .btn_more {
  margin-top: 53rem;
}

.news_list ul li {
  padding-bottom: 26rem;
  border-bottom: 1px solid #ccc;
}
.news_list ul li + li {
  margin-top: 26rem;
}
.news_list ul li a {
  display: flex;
  padding-left: 16rem;
  padding-right: 28rem;
  position: relative;
}
.news_list ul li a time {
  display: block;
  width: 88rem;
}
.news_list ul li a p {
  width: calc(100% - 104rem);
}
.news_list ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10rem;
  width: 12rem;
  height: 12rem;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: translateY(-50%) rotate(45deg) skew(-4deg, -4deg);
}

.insta_area {
  margin-top: 80rem;
}
.insta_area .widget_area {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 960rem;
}
.insta_area .widget_area .widget_wrap {
  pointer-events: none;
  min-height: 540rem;
}
.insta_area p.btn_more {
  margin-top: 50rem;
}

.top_about {
  margin-top: 100rem;
  padding-top: 86rem;
  padding-bottom: 76rem;
  background-color: #FBF48D;
  position: relative;
}
.top_about .content_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 54rem;
}
.top_about .content_wrap .left_content {
  width: 470rem;
}
.top_about .content_wrap .left_content .table_wrap table tr td span.notes {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}
.top_about .content_wrap .notes_area {
  width: 100%;
  margin-top: 28rem;
  padding: 0 24rem;
  font-size: 14rem;
  order: 3;
}
.top_about .content_wrap .right_content {
  width: 446rem;
}
.top_about .content_wrap .right_content .gmap iframe {
  vertical-align: bottom;
  width: 100%;
  height: 335rem;
}
.top_about .content_wrap .right_content .text {
  font-size: 15rem;
  margin-top: 24rem;
}
.top_about .content_wrap .right_content .text p {
  text-indent: -1em;
  padding-left: 1em;
}
.top_about .pic_flower1,
.top_about .pic_flower2 {
  pointer-events: none;
  width: 260rem;
  position: absolute;
  top: -68rem;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 549rem;
}
.top_about .pic_flower2 {
  width: 286rem;
  top: auto;
  bottom: -145rem;
  margin-left: -580rem;
}

.top_schedule {
  margin-top: 80rem;
}
.top_schedule h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.top_schedule .terms {
  text-align: center;
  margin-top: 30rem;
}
.top_schedule figure {
  margin-top: 16rem;
}

.top_progress {
  margin-top: 80rem;
}
.top_progress .content_wrap {
  display: flex;
  justify-content: space-between;
}
.top_progress .content_wrap .text {
  width: 430rem;
}
.top_progress .content_wrap .text .common_ttl {
  display: flex;
  align-items: center;
  gap: 47rem;
}
.top_progress .content_wrap .text .common_ttl span.sub_ttl {
  margin-left: 0;
}
.top_progress .content_wrap .text .table_wrap {
  margin-top: 54rem;
}
.top_progress .content_wrap .text .table_wrap table {
  border-bottom: 1px solid #E6E6E6;
}
.top_progress .content_wrap .text .table_wrap table tbody tr th,
.top_progress .content_wrap .text .table_wrap table tbody tr td {
  border-top: 1px solid #E6E6E6;
}
.top_progress .content_wrap .text .to_insta {
  margin-top: 35rem;
}
.top_progress .content_wrap .text .to_insta a {
  display: flex;
  align-items: center;
  gap: 14rem;
}
.top_progress .content_wrap .text .to_insta a span.ico {
  line-height: 1;
  display: block;
}
.top_progress .content_wrap .text .to_insta a span.ico img {
  width: 25rem;
}
.top_progress .content_wrap .text .to_insta a p {
  transition: 0.3s;
  text-decoration: underline;
  text-decoration-color: rgb(51, 51, 51);
}
.top_progress .content_wrap .text .to_insta a:hover p {
  text-decoration: underline;
  text-decoration-color: rgba(51, 51, 51, 0);
}
.top_progress .content_wrap .text.junbi_overlay {
  position: relative;
}
.top_progress .content_wrap .text.junbi_overlay::after {
  content: "準備中...";
  font-size: 23rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 464rem;
  height: 222rem;
  border-radius: 20rem;
  background-color: rgba(230, 230, 230, 0.8);
  position: absolute;
  bottom: 20rem;
  left: 50%;
  transform: translateX(-50%);
}
.top_progress .content_wrap .img_area {
  width: 446rem;
}
.top_progress .content_wrap .img_area .swiper_wrap {
  position: relative;
  padding-bottom: 30rem;
}
.top_progress .content_wrap .img_area .swiper_wrap .swiper-pagination {
  text-align: left;
  bottom: 0;
}
.top_progress .content_wrap .img_area .swiper_wrap .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #56B1BF;
}

.top_recruit {
  margin-top: 180rem;
  padding-top: 80rem;
  padding-bottom: 66rem;
  background-color: #FBF48D;
  position: relative;
}
.top_recruit h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.top_recruit h3 {
  margin-top: 13rem;
  text-align: center;
  font-size: 23rem;
  font-weight: 500;
}
.top_recruit .recruit_list {
  margin-top: 40rem;
}
.top_recruit .recruit_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20rem 0;
}
.top_recruit .recruit_list ul li {
  width: 470rem;
}
.top_recruit .recruit_list ul li a,
.top_recruit .recruit_list ul li p {
  height: 100%;
  background-color: #fff;
  padding-top: 14rem;
  padding-left: 30rem;
  padding-right: 50rem;
  display: block;
  padding-bottom: 14rem;
  position: relative;
}
.top_recruit .recruit_list ul li a span,
.top_recruit .recruit_list ul li p span {
  display: block;
}
.top_recruit .recruit_list ul li a span.ttl,
.top_recruit .recruit_list ul li p span.ttl {
  font-size: 20rem;
  padding-left: 18rem;
  font-weight: 500;
  position: relative;
  color: #56B1BF;
  line-height: 1.4;
}
.top_recruit .recruit_list ul li a span.ttl::before,
.top_recruit .recruit_list ul li p span.ttl::before {
  content: "";
  display: block;
  position: absolute;
  width: 5rem;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #56B1BF;
}
.top_recruit .recruit_list ul li a span.data,
.top_recruit .recruit_list ul li p span.data {
  margin-top: 6rem;
  font-weight: bold;
}
.top_recruit .recruit_list ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20rem;
  width: 16rem;
  height: 16rem;
  border-top: 1px solid #56B1BF;
  border-right: 1px solid #56B1BF;
  transform: translateY(-50%) rotate(45deg) skew(-4deg, -4deg);
  transition: 0.3s;
}
.top_recruit .recruit_list ul li a:hover {
  box-shadow: 0 -4rem #56B1BF inset;
}
.top_recruit .recruit_list ul li a:hover::after {
  right: 17rem;
}
.top_recruit p.btn_more {
  margin-top: 60rem;
}
.top_recruit p.btn_more a {
  background-color: #fff;
}
.top_recruit p.btn_more a:hover {
  color: #fff;
  background-color: #56B1BF;
}
.top_recruit .pic_flower1,
.top_recruit .pic_flower2 {
  pointer-events: none;
  width: 375rem;
  position: absolute;
  top: -85rem;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -466rem;
}
.top_recruit .pic_flower2 {
  width: 394rem;
  top: -77rem;
  margin-left: 469rem;
}

.footer_facilities {
  margin-top: 185rem;
  position: relative;
}
.footer_facilities h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.footer_facilities .container {
  margin-top: 124rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 52rem;
  padding-bottom: 70rem;
  position: relative;
  z-index: 1;
}
.footer_facilities .container::after {
  content: "";
  display: block;
  width: 1360rem;
  height: 100%;
  background-color: #FBF48D;
  border-radius: 15rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.footer_facilities .container ul.btn_wrap {
  display: flex;
  justify-content: center;
  gap: 20rem;
  position: absolute;
  top: -67rem;
  left: 50%;
  transform: translateX(-50%);
}
.footer_facilities .container ul.btn_wrap li a {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 176rem;
  height: 54rem;
  border-radius: 27rem;
  color: #fff;
  background-color: #56B1BF;
  font-weight: bold;
  font-size: 18rem;
  font-weight: 500;
  position: relative;
  line-height: 1.1;
  z-index: 1;
}
.footer_facilities .container ul.btn_wrap li a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 13rem solid transparent;
  border-right: 13rem solid transparent;
  border-top: 26rem solid #56B1BF;
  position: absolute;
  bottom: -22rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.footer_facilities .container ul.btn_wrap li a:hover {
  opacity: 0.7;
}
.footer_facilities .container .content_wrap .ttl {
  font-size: 24rem;
  position: relative;
  padding-bottom: 3rem;
  border-bottom: 2rem solid #56B1BF;
  padding-left: 24rem;
}
.footer_facilities .container .content_wrap .ttl::before {
  content: "";
  display: block;
  width: 12rem;
  height: 12rem;
  background-color: #56B1BF;
  position: absolute;
  top: 50%;
  left: 4rem;
  transform: translateY(-50%);
  border-radius: 50%;
}
.footer_facilities .container .content_wrap ul.list_wrap {
  margin-top: 16rem;
  display: flex;
  gap: 21rem 19rem;
  flex-wrap: wrap;
}
.footer_facilities .container .content_wrap ul.list_wrap li {
  width: 176rem;
}
.footer_facilities .container .content_wrap ul.list_wrap li a {
  display: block;
  border-radius: 10rem 10rem 0 0;
  overflow: hidden;
  background-color: #fff;
}
.footer_facilities .container .content_wrap ul.list_wrap li a .name {
  height: 50rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.2;
}
.footer_facilities .container .content_wrap ul.list_wrap li a .name span {
  display: block;
  font-size: 12rem;
}
.footer_facilities .container .content_wrap ul.list_wrap li a .ph {
  height: 102rem;
}
.footer_facilities .container .content_wrap ul.list_wrap li a .ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.footer_facilities .container .content_wrap ul.list_wrap li a:hover .ph img {
  filter: brightness(1.1);
}
.footer_facilities .container .content_wrap ul.list_wrap li .address {
  font-size: 12rem;
  font-weight: 500;
  color: #6A6A6A;
  text-align: right;
}
.footer_facilities .container .content_wrap + .content_wrap {
  margin-top: 70rem;
}
.footer_facilities p.btn_more {
  margin-top: 58rem;
}
.footer_facilities .pic_flower1,
.footer_facilities .pic_flower2 {
  pointer-events: none;
  width: 334rem;
  position: absolute;
  top: 21rem;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -621rem;
  z-index: 1;
}
.footer_facilities .pic_flower2 {
  width: 260rem;
  top: 26rem;
  margin-left: 597rem;
}

footer {
  margin-top: 160rem;
  background-color: #56B1BF;
  color: #fff;
  padding-bottom: 34rem;
}
footer .footer_nav {
  color: #333;
  padding-top: 28rem;
  padding-bottom: 28rem;
  background-color: #FFFBBF;
}
footer .footer_nav ul {
  gap: 20rem 47rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .footer_nav ul li a:hover {
  text-decoration: underline;
  text-decoration-color: inherit;
}
footer .footer_info {
  margin-top: 36rem;
  text-align: center;
}
footer .footer_info h2 span {
  display: block;
}
footer .footer_info h2 span.sub_ttl {
  font-size: 23rem;
}
footer .footer_info h2 span.f_name {
  line-height: 1.5;
  font-size: 48rem;
}
footer .footer_info p.info_address {
  font-size: 18rem;
}
footer p.copy {
  margin-top: 40rem;
  text-align: center;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb ul li {
  color: #888;
}
.breadcrumb ul li + li::before {
  content: "＞";
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.breadcrumb ul li a {
  color: #333;
  text-decoration: underline;
  text-decoration-color: #333;
}
.breadcrumb ul li a:hover {
  text-decoration: underline;
  text-decoration-color: rgba(51, 51, 51, 0);
}

.under_mv {
  padding-top: 66rem;
  position: relative;
}
.under_mv .img_wrap img {
  width: 100%;
}
.under_mv .mv_ttl {
  position: absolute;
  width: 90%;
  top: 90rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.under_mv .mv_ttl .sub_ttl {
  font-size: 24rem;
  background-color: #56B1BF;
  padding-left: 20rem;
  padding-right: 20rem;
  line-height: 1.4;
  width: -moz-fit-content;
  width: fit-content;
}
.under_mv .mv_ttl .h_name a {
  text-decoration: none;
  font-size: 50rem;
  letter-spacing: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 0 40rem;
  margin-top: 10rem;
  display: block;
  color: #56B1BF;
}

#page_contact header nav ul li a[href="/contact/"]::after {
  width: 100%;
}

@media screen and (min-width: 681px) {
  .sp_block {
    display: none !important;
  }
}
@media screen and (max-width: 1279px) {
  html {
    font-size: 0.0781860829vw;
  }
}
@media screen and (max-width: 680px) {
  .sp_none {
    display: none !important;
  }
  html {
    font-size: 0.2666666667vw;
  }
  body {
    line-height: 1.6;
    font-size: 14rem;
  }
  img {
    width: 100%;
  }
  .inner {
    width: 335rem;
  }
  .s_inner {
    width: 335rem;
  }
  .mt_l {
    margin-top: 80rem;
  }
  .mt_m {
    margin-top: 40rem;
  }
  .mt_s {
    margin-top: 16rem;
  }
  .notes {
    font-size: 13rem;
  }
  .common_ttl span.sub_ttl {
    font-size: 12rem;
    letter-spacing: 1rem;
  }
  .common_ttl span.sub_ttl::before, .common_ttl span.sub_ttl::after {
    width: 8.5rem;
    left: -18rem;
  }
  .common_ttl span.sub_ttl::after {
    left: auto;
    right: -18rem;
  }
  .common_ttl span.m_ttl {
    font-size: 21rem;
  }
  table.common_table caption {
    padding-bottom: 10rem;
    padding-left: 12rem;
  }
  table.common_table tr th,
  table.common_table tr td {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  table.common_table tr th {
    padding-left: 12rem;
    padding-right: 1em;
  }
  table.common_table tr td {
    padding-right: 12rem;
  }
  .btn_more a {
    width: 100%;
    max-width: 335rem;
    height: 64rem;
    border-radius: 32rem;
    font-size: 17rem;
  }
  .btn_more.type_arrow a::after {
    right: 26rem;
    width: 12rem;
    height: 12rem;
  }
  .btn_more.type_insta a span.ico_insta {
    width: 38rem;
    height: 38rem;
    border-radius: 23rem;
    left: 55rem;
  }
  .btn_more.type_insta a span.ico_insta img {
    width: 24rem;
  }
  .btn_more.type_pdf a::after {
    right: 29rem;
    width: 20rem;
    height: 27rem;
  }
  .scroll_announce {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7rem;
  }
  .scroll_announce span {
    display: block;
  }
  .scroll_announce span.ico img {
    width: 25rem;
  }
  .scroll_announce p {
    font-size: 17rem;
    font-weight: 500;
  }
  header {
    padding: 10rem 12rem;
    min-height: 43rem;
  }
  header nav ul {
    justify-content: space-between;
    gap: 0;
  }
  header nav ul.inner {
    width: 100%;
  }
  .floating_bnr {
    bottom: 15rem;
    right: 2rem;
  }
  .floating_bnr img {
    width: 130rem;
    min-width: auto;
  }
  .mv {
    padding-top: 73rem;
  }
  .mv::before {
    background-image: url(/assets/img/bg_main_wave_sp.png);
    height: 99.5rem;
  }
  .mv .txt_wrap {
    position: static;
    transform: none;
    margin-left: auto;
    margin-right: auto;
  }
  .mv .txt_wrap .ttl_area {
    padding-right: 30rem;
    position: absolute;
    top: 48rem;
    right: 0;
  }
  .mv .txt_wrap .ttl_area .ttl {
    width: 76.5rem;
  }
  .mv .txt_wrap .ttl_area .sub_ttl {
    width: 94.5rem;
    left: -13rem;
    bottom: -71rem;
  }
  .mv .txt_wrap .text {
    font-size: 14rem;
    width: 275rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 27rem;
    line-height: 1.5;
  }
  .mv .txt_wrap .text::after {
    margin-top: -29rem;
    width: 375rem;
    height: 256rem;
    background-image: url(/assets/img/bg_main_txt_sp.png);
  }
  .mv .img_wrap {
    width: 335rem;
    height: 424rem;
    border-radius: 35rem;
  }
  .mv .pic_flower {
    width: 214.5rem;
    top: 33rem;
    left: -20rem;
    transform: none;
    margin-left: 0;
  }
  .anc_nav {
    margin-top: 45rem;
  }
  .anc_nav ul {
    gap: 0 5rem;
  }
  .anc_nav ul.inner {
    width: 345rem;
  }
  .anc_nav ul li {
    width: 82rem;
  }
  .anc_nav ul li a {
    border-radius: 4rem;
    min-height: 87rem;
    padding-top: 6rem;
    position: relative;
  }
  .anc_nav ul li a span.ico img {
    width: auto;
    height: 10rem;
  }
  .anc_nav ul li a span.m_ttl {
    margin-top: 3rem;
    font-size: 14rem;
    line-height: 1.3;
    min-height: 38rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .anc_nav ul li a span.sub_ttl {
    width: 100%;
    letter-spacing: 1rem;
    font-size: 11rem;
  }
  .anc_nav ul li a::after {
    height: 9rem;
  }
  .top_news {
    max-width: none;
    margin-top: 60rem;
  }
  .top_news h2 {
    padding-left: 8rem;
  }
  .top_news .news_list {
    margin-top: 17rem;
  }
  .top_news .btn_more {
    margin-top: 40rem;
  }
  .news_list ul li {
    margin-top: 25rem;
    padding-bottom: 25rem;
  }
  .news_list ul li a {
    display: block;
    padding-left: 10rem;
    padding-right: 24rem;
  }
  .news_list ul li a time {
    width: auto;
  }
  .news_list ul li a p {
    margin-top: 6rem;
    width: auto;
  }
  .news_list ul li a::after {
    right: 3rem;
    width: 12rem;
    height: 12rem;
  }
  .insta_area {
    margin-top: 50rem;
  }
  .insta_area .widget_area {
    width: 335rem;
  }
  .insta_area .widget_area .widget_wrap {
    min-height: 370rem;
  }
  .insta_area p.btn_more {
    margin-top: 30rem;
  }
  .top_about {
    margin-top: 75rem;
    padding-top: 40rem;
    padding-bottom: 53rem;
  }
  .top_about .content_wrap {
    display: block;
    margin-top: 27rem;
  }
  .top_about .content_wrap .left_content {
    width: auto;
    font-size: 13rem;
  }
  .top_about .content_wrap .left_content .table_wrap {
    margin-top: 26rem;
  }
  .top_about .content_wrap .notes_area {
    width: auto;
    margin-top: 18rem;
    padding: 0;
    font-size: 13rem;
  }
  .top_about .content_wrap .right_content {
    width: auto;
    margin-top: 26rem;
  }
  .top_about .content_wrap .right_content .gmap {
    order: 2;
    margin-top: 15rem;
  }
  .top_about .content_wrap .right_content .gmap iframe {
    height: 233rem;
  }
  .top_about .content_wrap .right_content .text {
    font-size: 13rem;
    width: 236rem;
    margin-left: auto;
    margin-right: auto;
  }
  .top_about .pic_flower1 {
    width: 119rem;
    top: -57rem;
    margin-left: 149rem;
  }
  .top_about .pic_flower2 {
    width: 118rem;
    bottom: -83rem;
    margin-left: -156rem;
  }
  .top_schedule {
    margin-top: 82rem;
  }
  .top_schedule figure {
    margin-top: 25rem;
    overflow: scroll;
    padding-left: 20rem;
    padding-bottom: 10rem;
  }
  .top_schedule figure.inner {
    width: 100%;
  }
  .top_schedule figure img {
    width: 800rem;
    padding-right: 20rem;
    max-width: none;
  }
  .top_schedule .scroll_announce {
    background-color: #F3F3F3;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25rem;
    padding: 8rem 36rem;
  }
  .top_progress {
    margin-top: 80rem;
  }
  .top_progress .content_wrap {
    display: block;
  }
  .top_progress .content_wrap .text {
    width: auto;
  }
  .top_progress .content_wrap .text.junbi_overlay::after {
    border-radius: 10rem;
    width: 335rem;
    height: 131rem;
    bottom: -6rem;
    font-size: 16rem;
  }
  .top_progress .content_wrap .text .common_ttl {
    display: block;
  }
  .top_progress .content_wrap .text .common_ttl span.sub_ttl {
    margin-left: auto;
  }
  .top_progress .content_wrap .text .table_wrap {
    margin-top: 20rem;
  }
  .top_progress .content_wrap .text .to_insta {
    margin-top: 16rem;
    padding: 0 8rem;
  }
  .top_progress .content_wrap .text .to_insta a {
    gap: 8rem;
  }
  .top_progress .content_wrap .text .to_insta a span.ico img {
    width: 16rem;
  }
  .top_progress .content_wrap .text .to_insta a p {
    font-size: 13rem;
  }
  .top_progress .content_wrap .img_area {
    width: auto;
    margin-top: 30rem;
  }
  .top_progress .content_wrap .img_area .swiper_wrap {
    width: 223rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 30rem;
  }
  .top_progress .content_wrap .img_area .swiper_wrap .swiper-pagination {
    text-align: center;
  }
  .top_recruit {
    margin-top: 44rem;
    padding-top: 43rem;
    padding-bottom: 35rem;
  }
  .top_recruit h3 {
    margin-top: 6rem;
    font-size: 16rem;
  }
  .top_recruit .recruit_list {
    margin-top: 40rem;
  }
  .top_recruit .recruit_list ul {
    display: block;
  }
  .top_recruit .recruit_list ul li {
    width: auto;
  }
  .top_recruit .recruit_list ul li + li {
    margin-top: 6rem;
  }
  .top_recruit .recruit_list ul li a,
  .top_recruit .recruit_list ul li p {
    height: auto;
    padding-top: 10rem;
    padding-left: 20rem;
    padding-right: 30rem;
    padding-bottom: 10rem;
    position: relative;
  }
  .top_recruit .recruit_list ul li a span.ttl,
  .top_recruit .recruit_list ul li p span.ttl {
    font-size: 16rem;
    padding-left: 10rem;
  }
  .top_recruit .recruit_list ul li a span.ttl::before,
  .top_recruit .recruit_list ul li p span.ttl::before {
    width: 4rem;
  }
  .top_recruit .recruit_list ul li a span.data,
  .top_recruit .recruit_list ul li p span.data {
    margin-top: 4rem;
  }
  .top_recruit .recruit_list ul li a::after {
    right: 10rem;
    width: 12rem;
    height: 12rem;
  }
  .top_recruit .recruit_list ul li a:hover {
    box-shadow: 0 -2rem #F0813B inset;
  }
  .top_recruit .recruit_list ul li a:hover::after {
    right: 10rem;
  }
  .top_recruit p.btn_more {
    margin-top: 20rem;
  }
  .top_recruit .pic_flower1 {
    width: 167rem;
    top: -40rem;
    margin-left: -157rem;
  }
  .top_recruit .pic_flower2 {
    width: 164rem;
    top: -39rem;
    margin-left: 155rem;
  }
  .footer_facilities {
    margin-top: 80rem;
  }
  .footer_facilities .container {
    margin-top: 90rem;
    padding-top: 28rem;
    padding-bottom: 37rem;
    z-index: 2;
  }
  .footer_facilities .container::after {
    width: 100%;
    border-radius: 15rem;
  }
  .footer_facilities .container ul.btn_wrap {
    gap: 2.5rem;
    top: -60rem;
  }
  .footer_facilities .container ul.btn_wrap li a {
    font-size: 13rem;
    width: 73rem;
    height: 55rem;
    border-radius: 13rem;
  }
  .footer_facilities .container ul.btn_wrap li a::after {
    bottom: -8rem;
    border-left-width: 6rem;
    border-right-width: 6rem;
    border-top-width: 12rem;
    bottom: -9rem;
  }
  .footer_facilities .container .content_wrap .ttl {
    font-size: 18rem;
    padding-left: 20rem;
  }
  .footer_facilities .container .content_wrap .ttl::before {
    width: 9rem;
    height: 9rem;
  }
  .footer_facilities .container .content_wrap ul.list_wrap {
    gap: 16rem 9rem;
  }
  .footer_facilities .container .content_wrap ul.list_wrap li {
    width: 162rem;
  }
  .footer_facilities .container .content_wrap ul.list_wrap li a .name {
    height: 45rem;
  }
  .footer_facilities .container .content_wrap + .content_wrap {
    margin-top: 36rem;
  }
  .footer_facilities p.btn_more {
    margin-top: 30rem;
  }
  .footer_facilities .pic_flower1 {
    width: 137rem;
    top: -27rem;
    margin-left: -168rem;
  }
  .footer_facilities .pic_flower2 {
    width: 107rem;
    top: -28rem;
    margin-left: 161rem;
  }
  footer {
    margin-top: 75rem;
    padding-bottom: 40rem;
  }
  footer .footer_nav {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  footer .footer_nav ul {
    gap: 10rem 24rem;
    justify-content: flex-start;
  }
  footer .footer_info {
    margin-top: 21rem;
  }
  footer .footer_info h2 span.sub_ttl {
    font-size: 16rem;
  }
  footer .footer_info h2 span.f_name {
    line-height: 1.5;
    font-size: 32rem;
  }
  footer .footer_info p.info_address {
    margin-top: 3rem;
    font-size: 15rem;
  }
  footer p.copy {
    margin-top: 27rem;
    font-size: 12rem;
  }
  .breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
  }
  .breadcrumb ul li {
    color: #888;
  }
  .breadcrumb ul li + li::before {
    content: "＞";
    display: inline-block;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .breadcrumb ul li a {
    color: #333;
    text-decoration: underline;
    text-decoration-color: #333;
  }
  .breadcrumb ul li a:hover {
    text-decoration: underline;
    text-decoration-color: rgba(51, 51, 51, 0);
  }
  .under_mv {
    padding-top: 43rem;
  }
  .under_mv .mv_ttl {
    width: 90%;
    top: 60rem;
  }
  .under_mv .mv_ttl .sub_ttl {
    font-size: 16rem;
    padding-left: 14rem;
    padding-right: 14rem;
    line-height: 1.6;
  }
  .under_mv .mv_ttl .h_name a {
    font-size: 24rem;
    letter-spacing: 1rem;
    margin-top: 5rem;
    padding-left: 20rem;
    padding-right: 20rem;
  }
}/*# sourceMappingURL=style.css.map */