@charset "UTF-8";
body {
  color: #111;
}

/* リンク */
a {
  color: #00B899;
  font-weight: bold;
  text-decoration: underline;
  transition: .2s;
}

@media (hover: hover) {
  a:hover {
    text-decoration: none;
    color: #00B899;
  }
}

#no_script {
  position: relative;
  width: 100%;
  background: #f00;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  margin: 0;
  font-size: 14px;
  z-index: 100;
}

.cms-ready #header {
  top: 0 !important;
}

/* sp */
.sp {
  display: block !important;
}

.sp_off, .pc_tb {
  display: none !important;
}

.sp_inline {
  display: inline !important;
}

/* structure
====================================================================================================================================== */
html,
body {
  width: 100%;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
}

#container {
  width: 100%;
}

.wrapper {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.wrapper:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#left_area {
  display: none;
}

#main_contents_area {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

#page_title_wrap {
  margin-top: 0.3em;
  padding-bottom: 4.5em;
  position: relative;
}

#page_title_wrap .updated_date {
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  color: #00b899;
  margin: 0.3em 0 0;
}

#navibar {
  font-size: 0.8rem;
  margin-bottom: 4em;
}

#navibar p {
  text-align: right;
  margin-bottom: 0;
}

#navibar a {
  color: #111;
  font-weight: normal;
}

/* header
====================================================================================================================================== */
#header {
  padding: 22px 0 0 30px;
  position: relative;
}

#header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 245px;
  aspect-ratio: 245/186;
  background: url(../images/header_right.svg) no-repeat right top;
  background-size: contain;
}

#header.top #site_title {
  width: 106px;
}

#site_title {
  margin-bottom: 0;
  font-size: 0.6142rem;
  line-height: normal;
  text-align: center;
  width: 86px;
}

#site_title a {
  color: #111;
  text-decoration: none;
  font-weight: normal;
}

#site_title img {
  width: 100%;
}

#site_title span {
  display: block;
  margin-top: 0.2em;
}

#entry_link {
  position: fixed;
  top: 25px;
  right: 75px;
  z-index: 9999;
  height: 46px;
}

#entry_link a {
  display: grid;
  place-items: center;
  height: 100%;
  font-size: 0.9rem;
  font-weight: bold;
  color: #111;
  text-decoration: none;
  padding: 0 1em;
  background-color: #d5ff00;
  border: 2px solid #111;
  border-radius: 25px;
}

@media (hover: hover) {
  #entry_link a:hover {
    opacity: 0.8;
  }
}

#button_menu_open,
#button_menu_close {
  position: fixed;
  top: 25px;
  right: 20px;
  z-index: 9999;
  width: 46px;
}

#button_menu_open a,
#button_menu_close a {
  transition: .1s;
}

#button_menu_open img,
#button_menu_close img {
  width: 100%;
}

@media (hover: hover) {
  #site_title a:hover {
    opacity: 0.7;
  }
  #button_menu_open a:hover,
  #button_menu_close a:hover {
    opacity: 0.7;
  }
}

#side_menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  width: 320px;
  height: 100dvh;
  background-color: #fff;
  padding: 46px 30px 20px;
  border-radius: 40px 0 0 40px;
  translate: 100%;
  transition: .35s ease-out;
}

#side_menu.opened {
  translate: 0;
  box-shadow: 0 0 200px rgba(0, 0, 0, 0.15);
}

#side_menu .side_inner {
  overflow: auto;
  height: 100%;
  padding-bottom: 2em;
}

#side_menu a {
  color: #111;
}

#side_menu .to_top {
  font-size: 0.9rem;
  line-height: 1;
  margin-bottom: 0.8em;
}

#side_menu .button_area {
  margin-bottom: 1em;
}

#side_menu .button_area a {
  min-width: 0;
  width: 100%;
  color: #fff;
}

#side_menu .button_area a.is_important {
  color: #111;
}

#side_menu .menu_close {
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  margin-top: 2rem;
}

#side_menu .menu_close p {
  margin-bottom: 0;
}

@media (hover: hover) {
  #side_menu .to_top a:hover {
    text-decoration: underline;
  }
  #side_menu .menu_close p:hover {
    text-decoration: underline;
    cursor: pointer;
  }
}

.cms-ready #button_menu_open,
.cms-ready #entry_link {
  top: calc(25px + 46px);
}

.cms-ready #side_menu {
  top: 46px;
  height: calc(100dvh - 46px);
}

.sp_menu_button {
  display: none;
}

/* globalnavi
====================================================================================================================================== */
#globalnavi {
  margin-bottom: 2rem;
}

#globalnavi ul.nav_list li {
  font-size: 1.2rem;
  font-weight: bold;
  background-image: linear-gradient(to right, #111 1px, transparent 1px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

#globalnavi ul.nav_list li a {
  display: block;
  padding: 1.7em 0;
  padding-left: 0.4em;
  text-decoration: none;
  line-height: 1;
  font-weight: bold;
  background: url(../images/icon/link_arrow.svg) no-repeat right 0.4em center;
  background-size: 0.95em auto;
}

@media (hover: hover) {
  #globalnavi ul.nav_list > li > a:hover {
    opacity: 0.9;
    text-decoration: underline;
  }
  #globalnavi ul.nav_list > li .submenu_list ul li a:hover {
    text-decoration: underline;
  }
}

/* アニメーション定義
====================================================================================================================================== */
@keyframes fade_down {
  from {
    opacity: 0;
    translate: 0 -10px;
  }
  to {
    opacity: 1;
    translate: 0;
  }
}

@keyframes fade_up {
  from {
    opacity: 0;
    translate: 0 10px;
  }
  to {
    opacity: 1;
    translate: 0;
  }
}

@keyframes slide_in_from_left {
  from {
    opacity: 0;
    translate: -20px;
  }
  to {
    opacity: 1;
    translate: 0;
  }
}

@keyframes slide_in_from_right {
  from {
    opacity: 0;
    translate: 20px;
  }
  to {
    opacity: 1;
    translate: 0;
  }
}

@keyframes item_appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* contents
====================================================================================================================================== */
#conts {
  padding: 0 0 6rem;
}

#main_visual {
  aspect-ratio: 390/315;
  position: relative;
  margin-top: -12px;
}

#main_visual:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -25%;
  left: -38%;
  width: 77%;
  aspect-ratio: 300/258;
  background: url(../images/shape_gourd01.svg) no-repeat right top;
  background-size: contain;
}

#main_visual .main_photo {
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  animation: item_appear 0.5s ease-out both;
}

#main_visual .main_photo:nth-of-type(1) {
  animation-delay: 0.35s;
}

#main_visual .main_photo:nth-of-type(2) {
  animation-delay: 0.7s;
}

#main_visual .main_photo:nth-of-type(3) {
  animation-delay: 1.05s;
}

#main_visual .main_photo:nth-of-type(4) {
  animation-delay: 1.4s;
}

#main_visual .main_photo.type01 {
  width: 46%;
  aspect-ratio: 1/1;
}

#main_visual .main_photo.type02 {
  width: 26%;
  aspect-ratio: 4/3;
}

#main_visual .main_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main_visual .main_photo.main_photo01 {
  top: 12.5%;
  left: -1.5%;
}

#main_visual .main_photo.main_photo02 {
  bottom: 12.5%;
  right: -1.5%;
}

#main_visual .main_photo.main_photo03 {
  bottom: 0;
  left: 24%;
}

#main_visual .main_photo.main_photo04 {
  top: 0;
  right: 24%;
}

#main_visual .catch_text {
  margin-bottom: 0;
  width: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  animation: item_appear 0.9s 2s ease-out both;
}

#main_visual .catch_text img {
  width: 100%;
}

#intro_area {
  text-align: center;
  padding: 2em 0 3em;
  font-weight: bold;
  position: relative;
}

#intro_area:before {
  content: "";
  display: block;
  position: absolute;
  top: 4.5em;
  right: -53%;
  width: 86%;
  aspect-ratio: 300/258;
  background: url(../images/shape_gourd02.svg) no-repeat right top;
  background-size: contain;
}

#intro_area p {
  margin-bottom: 0;
  position: relative;
}

#intro_area .large_text {
  font-size: 1.7rem;
  line-height: 1.6;
  margin-bottom: 0.4em;
}

/* 入寮生募集中 */
.recruitment_area .list_box {
  margin-bottom: 0;
}

#recruitment {
  background-color: #50e5c1;
  border: 2px solid #111;
  border-radius: 10px;
  padding: 2.5em 0 0.8em;
  position: relative;
  margin-bottom: 1.4em;
}

#recruitment h2 {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  border: none;
  margin: 0;
  line-height: 1;
}

#recruitment .button_area {
  margin-bottom: 1em;
}

#recruitment .note {
  font-size: 0.8rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 0;
}

#recruitment .note strong {
  text-decoration: underline;
}

.top_section {
  padding: 6rem 0;
}

.top_title {
  font-size: 1.2rem;
  border: none;
  text-align: center;
  margin-bottom: 2em;
}

.top_title .en, .top_title .ja {
  display: block;
}

.top_title .en {
  width: fit-content;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2em;
  line-height: 1.3;
  letter-spacing: 0.08em;
  border-bottom: 3px solid #111;
  padding: 0 0.05em;
  margin: 0 auto 0.4em;
}

#news .button_area {
  margin-bottom: 0;
}

#news .ob_message {
  margin-top: 4em;
}

#news .ob_message a {
  display: flex;
  align-items: center;
  gap: 0.8em;
  font-size: 1.2rem;
  line-height: 1.6;
  background-color: #d5ff00;
  background-image: url(../images/icon/link_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 1.1em center;
  background-size: 1.1em auto;
  color: #111;
  border-radius: 10px;
  border: 2px solid #111;
  outline: 6px solid #fff;
  outline-offset: -8px;
  position: relative;
  text-decoration: none;
  padding: 1.1em;
}

#news .ob_message .image_area {
  display: block;
  width: 80px;
}

#news .ob_message .image_area img {
  width: 100%;
}

#news .ob_message .fukidashi {
  position: absolute;
  top: 0;
  right: 7px;
  translate: 0 -50%;
  white-space: nowrap;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding: 0.3em 1em;
}

@media (hover: hover) {
  #news .ob_message a:hover {
    opacity: 0.8;
  }
}

#merit {
  background-color: #50e5c1;
  padding-top: 0;
}

#merit .merit_header {
  padding: 6rem 20px 4.5rem;
  position: relative;
}

#merit .merit_header .decoration {
  position: absolute;
  z-index: 1;
}

#merit .merit_header .decoration img {
  width: 100%;
}

#merit .merit_header.scroll_animation .decoration {
  opacity: 0;
}

#merit .merit_header.scroll_animation.window_in .decoration {
  animation: item_appear 0.3s ease-out both;
}

#merit .merit_header.scroll_animation.window_in .decoration.decoration01 {
  animation-delay: 0.3s;
}

#merit .merit_header.scroll_animation.window_in .decoration.decoration02 {
  animation-delay: 0.6s;
}

#merit .merit_header.scroll_animation.window_in .decoration.decoration03 {
  animation-delay: 0.9s;
}

#merit .merit_header.scroll_animation.window_in .decoration.decoration04 {
  animation-delay: 1.2s;
}

#merit .merit_header.scroll_animation.window_in .decoration img {
  width: 100%;
}

#merit .merit_header .decoration01 {
  width: 32%;
  top: -8%;
  left: -10%;
}

#merit .merit_header .decoration02 {
  width: 15%;
  top: 13%;
  right: -2%;
}

#merit .merit_header .decoration03 {
  width: 17%;
  bottom: -1%;
  left: -1%;
}

#merit .merit_header .decoration04 {
  width: 26%;
  bottom: 17%;
  right: -11%;
}

#merit .h2_center {
  margin-bottom: 2.4em;
}

#merit .h2_center .fukidashi {
  background-color: #111;
  color: #fff;
  padding-top: 0.15em;
  padding-bottom: 0.15em;
}

#merit .h2_center .fukidashi strong {
  font-size: 1.4em;
  margin: 0 0.05em;
  vertical-align: middle;
}

#merit .h2_center h2 {
  font-size: 2rem;
  line-height: 2;
  border: none;
  padding: 0;
  background-image: linear-gradient(to bottom, transparent calc(100% - 2px), #111 calc(100% - 2px));
  background-size: auto 1lh;
  background-repeat: repeat-y;
}

#merit .merit_lead {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}

#merit .merit_lead strong {
  font-size: 1.2em;
}

#merit .merit_list {
  margin-bottom: 3.5em;
  overflow: visible;
}

#merit .merit_list li {
  text-indent: 0;
  line-height: 1.8;
  margin-bottom: 1em;
  background-color: #fff;
  border-radius: 10px;
  padding: 1.6em 1.6em 1.3em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.4em;
  position: relative;
}

#merit .merit_list li:before {
  content: "0" counter(orderd_num);
  margin: 0;
  position: absolute;
  top: -0.18em;
  right: -0.1em;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  color: transparent;
  -webkit-text-stroke: 1px #becacc;
  text-stroke: 1px #becacc;
  opacity: 0.5;
}

#merit .merit_list li h3 {
  font-size: 1.2rem;
  background: url(../images/icon/i_check.svg) no-repeat left center;
  background-size: 1.2em auto;
  padding-left: 1.7em;
  margin-bottom: 0.4em;
}

#merit .merit_list li .text_area {
  flex: 1;
}

#merit .merit_list li .text_area p {
  margin-bottom: 0;
}

#merit .merit_list li .icon_area {
  position: relative;
  width: 80px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  flex-shrink: 0;
  display: grid;
  place-items: center;
}

#merit .merit_list li .icon_area img {
  width: 52.5%;
}

#merit .merit_list li:nth-child(odd) .icon_area {
  background-color: #FFD400;
}

#merit .merit_list li:nth-child(even) .icon_area {
  background-color: #d5ff00;
}

#merit .merit_list li:nth-child(3) .icon_area,
#merit .merit_list li:nth-child(6) .icon_area {
  background-color: #50e5c1;
}

#merit .about_bottom_text {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5em;
}

#merit .button_area {
  margin-bottom: 0;
}

#merit .button_area a {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}

#merit .button_area a .smaller {
  font-size: 0.8em;
}

#dormitory {
  padding-bottom: 7rem;
}

#dormitory .map {
  margin: 0 -20px 2em;
}

#dormitory .map img {
  width: 100%;
}

#dormitory .dorm_box {
  border: 2px solid #111;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

#dormitory .dorm_box .dorm_photo {
  aspect-ratio: 350/263;
}

#dormitory .dorm_box .dorm_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#dormitory .dorm_box .dorm_access {
  position: absolute;
  top: 0;
  right: 10px;
  translate: 0 -50%;
  font-weight: bold;
}

#dormitory .dorm_box .dorm_access .larger {
  font-size: 1.4em;
}

#dormitory .dorm_box .dorm_content {
  padding: 2.5em 2em 2em;
  position: relative;
}

#dormitory .dorm_box h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 0.3em;
}

#dormitory .dorm_box .dorm_info {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
  line-height: 1.5;
  gap: 1em;
  margin-bottom: 1.5em;
}

#dormitory .dorm_box .dorm_info p {
  margin-bottom: 0;
}

#dormitory .dorm_box .dorm_info p:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.4em;
  height: 1.4em;
  margin-right: 0.1em;
  border-radius: 50%;
  background-color: #111;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% auto;
}

#dormitory .dorm_box .dorm_info .info_address:before {
  background-image: url(../images/icon/i_access_w.svg);
}

#dormitory .dorm_box .dorm_info .info_tel:before {
  background-image: url(../images/icon/i_tel_w.svg);
}

#dormitory .dorm_box .dorm_info .info_tel a {
  font-weight: normal;
  color: #111;
  text-decoration: none;
}

#dormitory .dorm_box .dorm_description {
  margin-bottom: 1.4em;
}

#dormitory .dorm_box .button_area {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 0;
}

#dormitory .dorm_box .button_area .button_primary {
  width: 100%;
  min-width: 0;
  color: #111;
  background-image: url(../images/icon/link_arrow.svg);
}

#dormitory .dorm_box .button_area .mini {
  flex: 1;
  min-width: 0;
}

#dormitory .dorm_box.dorm_girls {
  background-color: #FFFCD9;
  margin-bottom: 2.5em;
}

#dormitory .dorm_box.dorm_girls .dorm_access {
  background-color: #FFD400;
}

#dormitory .dorm_box.dorm_girls .button_area .button_primary {
  background-color: #FFD400;
}

#dormitory .dorm_box.dorm_boys {
  background-color: #d9ffe2;
}

#dormitory .dorm_box.dorm_boys .dorm_access {
  background-color: #50e5c1;
}

#dormitory .dorm_box.dorm_boys .button_area .button_primary {
  background-color: #50e5c1;
}

#voices {
  background: #50e5c1;
  position: relative;
  padding-bottom: 6rem;
}

#voices:before {
  content: "";
  background-color: #fff;
  display: block;
  width: 100%;
  height: 280px;
  position: absolute;
  top: 0;
  left: 0;
}

#voices .photo_grid {
  margin-top: 0;
  margin-bottom: -15px;
}

#voices .photo_grid.scroll_animation ul li {
  opacity: 0;
}

#voices .photo_grid.scroll_animation.window_in .type01 li {
  animation: item_appear 0.3s ease-out both;
}

#voices .photo_grid.scroll_animation.window_in .type01 li:nth-of-type(1) {
  animation-delay: 0.25s;
}

#voices .photo_grid.scroll_animation.window_in .type01 li:nth-of-type(2) {
  animation-delay: 0.5s;
}

#voices .photo_grid.scroll_animation.window_in .type01 li:nth-of-type(3) {
  animation-delay: 0.75s;
}

#voices .photo_grid.scroll_animation.window_in .type01 li:nth-of-type(4) {
  animation-delay: 1s;
}

#voices .photo_grid.scroll_animation.window_in .type02 li {
  animation: item_appear 0.3s ease-out both;
}

#voices .photo_grid.scroll_animation.window_in .type02 li:nth-of-type(1) {
  animation-delay: 1.25s;
}

#voices .photo_grid.scroll_animation.window_in .type02 li:nth-of-type(2) {
  animation-delay: 1.5s;
}

#voices .photo_grid.scroll_animation.window_in .type02 li:nth-of-type(3) {
  animation-delay: 1.75s;
}

#voices .photo_grid.scroll_animation.window_in .type02 li:nth-of-type(4) {
  animation-delay: 2s;
}

#voices .fukidashi_area.scroll_animation .fukidashi {
  opacity: 0;
}

#voices .fukidashi_area.scroll_animation.window_in .fukidashi {
  animation: slide_in_from_right 0.3s ease-out both;
}

#voices .fukidashi_area.scroll_animation.window_in .fukidashi.left {
  animation-name: slide_in_from_left;
}

#voices .fukidashi_area.scroll_animation.window_in .fukidashi:nth-of-type(1) {
  animation-delay: 0.3s;
}

#voices .fukidashi_area.scroll_animation.window_in .fukidashi:nth-of-type(2) {
  animation-delay: 0.6s;
}

#voices .fukidashi_area.scroll_animation.window_in .fukidashi:nth-of-type(3) {
  animation-delay: 0.9s;
}

#voices .fukidashi_area.scroll_animation.window_in .fukidashi:nth-of-type(4) {
  animation-delay: 1.2s;
}

#voices .fukidashi_area.scroll_animation.window_in .fukidashi:nth-of-type(5) {
  animation-delay: 1.5s;
}

#voices .fukidashi_area.scroll_animation.window_in .fukidashi:nth-of-type(6) {
  animation-delay: 1.8s;
}

#voices .fukidashi_area.scroll_animation.window_in .fukidashi:nth-of-type(7) {
  animation-delay: 2.1s;
}

#voices .fukidashi_area.scroll_animation.window_in .fukidashi:nth-of-type(8) {
  animation-delay: 2.4s;
}

#voices .fukidashi_area.scroll_animation.window_in .fukidashi:nth-of-type(9) {
  animation-delay: 2.7s;
}

#voices .fukidashi {
  font-weight: bold;
  width: fit-content;
  padding: 1.2em 1.8em;
  border-radius: 2.5em;
  margin-bottom: 1.1rem;
}

#voices .fukidashi:after {
  right: 18px;
}

#voices .fukidashi.left:after {
  right: auto;
  left: 18px;
}

#voices .fukidashi.bg_yellow {
  background-color: #d5ff00;
  margin-bottom: -0.8em;
}

#voices .fukidashi.bg_white {
  background-color: #fff;
  color: #111;
  font-size: 1.4rem;
  padding: 0.9em 1.3em;
}

#voices .fukidashi.bg_white:after {
  right: 23px;
}

#voices .fukidashi.bg_white.left:after {
  right: auto;
  left: 23px;
}

#voices .voice_bottom {
  margin-top: 3em;
}

#voices .voice_bottom p {
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}

#voices .voice_bottom .button_area {
  flex-direction: column;
  margin-bottom: 0;
  align-items: center;
}

#faq {
  background-color: #f2f5f5;
}

#faq .button_area {
  margin: 1.7em 0 0;
}

#flow {
  padding-bottom: 1rem;
}

#flow .flow_box {
  border-radius: 10px;
  border: 1px solid #111;
  padding: 2em 1.3em;
  margin-bottom: 2em;
}

#flow .flow_bottom_text {
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
}

/* footer
====================================================================================================================================== */
#footer {
  background-color: #f2f5f5;
  position: relative;
}

#footer:before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
}

#footer .contact_section {
  padding: 0 20px;
}

#footer .contact_box {
  position: relative;
  background-color: #50e5c1;
  border: 2px solid #111;
  border-radius: 10px;
  padding: 2.8em 2em 2em;
  text-align: center;
  font-weight: bold;
}

#footer .contact_box h2 {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  background-color: #111;
  padding: 0.5em 1.2em;
  border-radius: 1em;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  border: none;
  margin-bottom: 0;
}

#footer .contact_box h2:after {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  right: 11px;
  width: 12px;
  aspect-ratio: 3/2;
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

#footer .contact_box .contact_content .lead {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

#footer .contact_box .contact_content .description {
  margin-bottom: 1.8em;
}

#footer .contact_box .button_area {
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 1em;
}

#footer .contact_box .button_area:last-of-type {
  margin-bottom: 0;
}

#footer .contact_box .button_area a {
  width: 100%;
  min-width: 0;
  font-size: 1.2rem;
  background-position: right 1.2em center;
  background-size: 0.95em auto;
  padding-left: 0;
  padding-right: 0.6em;
}

#footer .contact_box .button_area .mini {
  flex: 1;
  font-size: 1rem;
  padding-right: 0;
}

#footer .dormitory_info {
  background-color: #fff;
  border: 1px solid #111;
  border-radius: 10px;
  padding: 1.4em 2em 1.7em;
  margin-top: 1.4em;
}

#footer .dormitory_info a {
  color: #111;
  font-weight: bold;
}

#footer .dormitory_info .dormitory_name {
  margin-bottom: 0.2em;
}

#footer .dormitory_info .dormitory_content {
  font-size: 0.9rem;
}

#footer .dormitory_info .dormitory_content address {
  margin-bottom: 0.2em;
}

#footer .dormitory_info .dormitory_contact {
  display: flex;
  align-items: baseline;
  gap: 1em;
  line-height: 1.4;
}

#footer .dormitory_info .dormitory_contact p {
  margin-bottom: 0;
}

#footer .dormitory_info .dormitory_contact .telno {
  font-size: 1.33em;
}

#footer .dormitory_info .dormitory_contact .telno a {
  display: block;
  position: relative;
  padding-left: 1.4em;
}

#footer .dormitory_info .dormitory_contact .telno a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5lh;
  left: 0;
  translate: 0 -50%;
  width: 1.07em;
  height: 1.07em;
  border-radius: 50%;
  background: #111 url(../images/icon/i_tel_w.svg) no-repeat center center;
  background-size: 70%;
}

#footer .organization_section {
  padding: 3.5rem 20px;
  text-align: center;
}

#footer .organization_section a {
  color: #111;
}

#footer .organization_section .organization_name {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.7em;
}

#footer .organization_section .organization_name p {
  margin-bottom: 0;
}

#footer .organization_section .organization_name .smaller {
  font-size: 0.75em;
  margin-bottom: 0;
}

#footer .organization_section address {
  font-size: 0.9rem;
}

#footer .organization_section .organization_contact {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1em;
  line-height: 1.4;
}

#footer .organization_section .organization_contact p {
  margin-bottom: 0;
}

#footer .organization_section .organization_contact .telno {
  font-size: 1.33em;
}

#footer .organization_section .organization_contact .telno a {
  display: block;
  position: relative;
  padding-left: 1.4em;
}

#footer .organization_section .organization_contact .telno a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5lh;
  left: 0;
  translate: 0 -50%;
  width: 1.07em;
  height: 1.07em;
  border-radius: 50%;
  background: #111 url(../images/icon/i_tel_w.svg) no-repeat center center;
  background-size: 70%;
}

#footer .footer_bottom {
  background-color: #111;
  padding: 2.6rem 20px;
}

#footer .footer_bottom .footer_nav {
  display: flex;
  justify-content: center;
  gap: 1.4rem;
  margin-bottom: 1em;
}

#footer .footer_bottom .footer_nav li a {
  font-size: 0.86rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
}

#footer .footer_bottom .copyright {
  display: block;
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
}

/* side_fixed_box
====================================================================================================================================== */
.top_page {
  display: block;
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 9999;
  width: 40px;
}

.top_page img {
  width: 100%;
}

.top_page:hover {
  opacity: 0.8;
}

/* イベントカレンダー
====================================================================================================================================== */
.button_calender {
  margin-bottom: 2em;
  height: 3em;
  line-height: 3em;
  border-radius: 2em;
  background-color: #3598C4;
  cursor: pointer;
  transition: .3s;
  text-align: center;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: bold;
}

.button_calender span {
  display: inline-block;
}

.button_calender span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.82em 0.47em 0 0.47em;
  border-color: #fff transparent transparent transparent;
  margin-left: 0.3em;
}

.button_calender.opened span:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.47em 0.82em 0.47em;
  border-color: transparent transparent #fff transparent;
}

.button_calender:hover {
  opacity: 0.7;
}

.calendar_area .calender_wrapper {
  display: none;
}

.calendar_area {
  margin-bottom: 1.5em;
}

#month_calendar .calendar_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1em;
}

#month_calendar .calendar_header a {
  display: block;
  text-decoration: none;
  font-size: 1.0275rem;
  font-weight: bold;
  color: #3598C4;
  position: relative;
}

#month_calendar .calendar_header a.prev {
  padding-left: 1.3em;
}

#month_calendar .calendar_header a.prev:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 0.8em;
  height: 0.8em;
  border-left: solid 3px #58A6D0;
  border-bottom: solid 3px #58A6D0;
  transform: translateY(-50%) rotate(45deg);
}

#month_calendar .calendar_header a.next {
  padding-right: 1.3em;
}

#month_calendar .calendar_header a.next:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 3px;
  width: 0.8em;
  height: 0.8em;
  border-top: solid 3px #58A6D0;
  border-right: solid 3px #58A6D0;
  transform: translateY(-50%) rotate(45deg);
}

#month_calendar .calendar_header a:hover {
  opacity: 0.7;
  color: #3598C4;
}

#month_calendar .calendar_header .ym {
  display: block;
  margin: 0;
  color: #2C2B26;
  text-align: center;
  font-weight: bold;
  font-size: 1.3434rem;
  letter-spacing: 0.03em;
}

#month_calendar .calendar_header .ym .larger {
  font-size: 1.67em;
  margin-left: 0.2em;
}

#month_calendar table.calendar {
  border: none;
  border-bottom: 1px solid #C4BFB1;
}

#month_calendar table.calendar th, #month_calendar table.calendar td {
  border: 1px solid #C4BFB1;
}

#month_calendar table.calendar thead th {
  background-color: rgba(236, 236, 236, 0.5);
  color: #2C2B26;
  text-align: center;
  padding: 0.2em 0;
  font-size: 0.94rem;
  font-weight: normal;
}

#month_calendar table.calendar thead th:nth-child(1) {
  color: #DF3D17;
  background-color: rgba(223, 61, 23, 0.2);
}

#month_calendar table.calendar thead th:nth-child(7) {
  color: #008BAC;
  background-color: rgba(0, 139, 172, 0.2);
}

#month_calendar table.calendar tbody td {
  width: 14.2857%;
  vertical-align: top;
  border-bottom: none;
  background-color: #fff;
  padding: 0.3em;
  padding-bottom: 0;
  height: 4.5em;
}

#month_calendar table.calendar tbody td.today p.date span {
  color: #fff;
  background-color: #2C2B26;
  border-radius: 50%;
}

#month_calendar table.calendar tbody td p.date span {
  display: block;
  font-size: 1.5rem;
  width: 1.35em;
  height: 1.35em;
  text-align: center;
  line-height: 1.35em;
  font-weight: bold;
  white-space: nowrap;
}

#month_calendar table.calendar tbody td p.date_event {
  margin-top: 0.3em;
}

#month_calendar table.calendar tbody td p.date_event a {
  display: block;
  font-size: 0.8125rem;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  line-height: 1.5em;
  padding: 0.5em;
  background-color: #3598C4;
}

#month_calendar table.calendar tbody td p.date_event a:hover {
  opacity: 0.7;
}

#month_calendar table.calendar tbody td:nth-child(1) p.date {
  color: #DF3D17;
}

#month_calendar table.calendar tbody td:nth-child(7) p.date {
  color: #008BAC;
}

#month_calendar table.calendar tbody td.oc_in {
  border-top: none;
  padding-bottom: 0.3em;
  height: auto;
}

#month_calendar table.calendar tbody td.oc_in a {
  display: block;
  background-color: #3598C4;
  font-size: 0.8125rem;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  line-height: 1.4em;
  padding: 0.5em 1em;
}

#month_calendar table.calendar tbody td.oc_in a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.69em;
  border-color: transparent transparent transparent #fff;
  margin-right: 0.3em;
}

#month_calendar table.calendar tbody td.oc_in a:hover {
  opacity: 0.7;
}

#month_calendar table.calendar tbody td.oc_before, #month_calendar table.calendar tbody td.oc_after {
  height: auto;
  background-color: #ececec;
}

.title_event_date {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1em;
}

/* フォーム画面
====================================================================================================================================== */
table.table_form tbody th, table.table_form tbody td {
  display: block;
  width: 100%;
}

table.table_form tbody th {
  border-bottom: none;
  padding: 1.3em 0 0.5em;
}

table.table_form tbody td {
  padding: 0 0 1.7em;
}

table.table_form tbody td .help_text {
  font-size: 0.9em;
  color: #666;
}

form#inputForm {
  text-align: center;
}

form input,
form button {
  font-size: 14px;
}

form button {
  font-size: 18px;
}

form input[type="text"],
form input[type="email"],
form textarea {
  background: #f2f2f2;
  border: solid 1px #e6e6e6;
  color: #111;
  outline: none;
  padding: 4px 6px;
  font-size: 16px;
  font-weight: normal;
  border-radius: 0;
  transition: background-color 0.3s, color 0.3s;
}

form input[type="text"],
form input[type="email"] {
  width: 100%;
}

form textarea {
  width: 100%;
  height: 220px;
  line-height: 1.6;
}

form select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  width: calc(100% - 2em);
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
  font-size: 16px;
  padding: 0.35em 0.4em;
}

form .button_area {
  margin-bottom: 2em;
}

.form_btn {
  display: inline-block;
  min-width: 0;
  width: min(49%, 290px);
  text-align: center;
  transition: 0.3s;
  padding: 0.8em 1.7em;
  padding-left: 2.2em;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5;
  background-color: #fff;
  background-image: url(../images/icon/link_arrow_l.svg);
  background-repeat: no-repeat;
  background-position: left 1.2em center;
  background-size: 1.1em auto;
  border: 1px solid #111;
  border-radius: 2.5em;
  color: #111;
  cursor: pointer;
}

.form_btn + input.form_btn {
  margin-left: 10px;
}

.form_btn:hover {
  opacity: 0.8;
}

input.form_btn.btn_submit,
a.form_btn.go_home {
  padding-left: 1.7em;
  padding-right: 2.2em;
  background-color: #111;
  background-image: url(../images/icon/link_arrow_w.svg);
  background-position: right 1.2em center;
  color: #fff;
}

input.form_btn.btn_submit:hover,
a.form_btn.go_home:hover {
  color: #fff;
}

/*confilm*/
.error {
  color: #f33;
  font-weight: normal;
}

.error:before {
  content: "※";
}

/*確認*/
form table {
  margin-bottom: 2em;
}

.form_send h2 {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

form .column02 {
  overflow: hidden;
}

/*form .column02 dt { float:left; width:27%; margin-bottom:0; }
form .column02 dd { float:left; width:73%; }*/
form .form_file_group {
  margin-bottom: 20px;
  overflow: hidden;
}

form .file_list {
  margin-bottom: 10px;
  overflow: hidden;
}

form .form_tit {
  clear: both;
  letter-spacing: 0.2em;
  padding-right: 10px;
}
