@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=reset] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#page-top {
  font-family: Arial, Helvetica, "sans-serif";
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 10000;
}
#page-top a {
  width: 60px;
  display: block;
}
#page-top a:hover {
  opacity: 0.8;
}

html {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", sans-serif;
  font-size: 1em;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: #444;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  min-width: 1024px;
}
@media screen and (max-width: 1024px) {
  body {
    min-width: initial;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.3125em;
  }
}

.stuffing {
  font-feature-settings: "palt" 1;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.text_set {
  font-feature-settings: "palt" 1;
  text-align: justify;
  text-justify: inter-ideograph;
}

.lshalf {
  letter-spacing: -0.5em;
}

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

a {
  color: #2ea6ff;
  text-decoration: none;
}

b,
strong,
.bold {
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.anchor_base {
  position: relative;
}
.anchor_base .anchor_point {
  position: absolute;
  left: 0;
  top: -50px;
}
@media screen and (max-width: 640px) {
  .anchor_base .anchor_point {
    top: 0;
  }
}

.page_break_before {
  page-break-before: always;
}

.page_break_after {
  page-break-after: always;
}

.alpha {
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
}
.alpha:hover {
  opacity: 0.8;
}

.ls_half {
  letter-spacing: 0.5em;
}

.ls_full {
  letter-spacing: 1em;
}

span.zero {
  display: inline-block;
}
span.zero::before {
  display: block;
  content: "0";
  color: rgba(0, 0, 0, 0);
}

span.zero_comma {
  display: inline-block;
}
span.zero_comma::before {
  display: block;
  content: "0,";
  color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 640px) {
  .hide_mobile {
    display: none;
  }
}

.active_mobile {
  display: none;
}
@media screen and (max-width: 640px) {
  .active_mobile {
    display: inline-block;
  }
}

@media screen and (max-width: 1024px) {
  .hide_tablet {
    display: none;
  }
}

.active_tablet {
  display: none;
}
@media screen and (max-width: 1024px) {
  .active_tablet {
    display: inline-block;
  }
}

@media screen and (max-width: 1280px) {
  .hide_note {
    display: none;
  }
}

.active_note {
  display: none;
}
@media screen and (max-width: 1280px) {
  .active_note {
    display: inline-block;
  }
}

@media print {
  body {
    width: 1024px;
  }
}
.jpeg {
  width: 100%;
  max-width: 1024px;
  margin: auto;
}
.jpeg li {
  width: 100%;
}

#top-head {
  top: 0px;
  position: fixed;
  width: 100%;
  margin: 0 auto 0;
  padding: 0;
  line-height: 1;
  z-index: 20000;
}

#global-nav {
  position: absolute;
  top: 0;
  right: -450px;
  background: rgba(221, 128, 177, 0.9);
  width: 450px;
  height: 100vh;
  text-align: center;
  padding: 0;
  transition: 0.5s ease-in-out;
  box-sizing: border-box;
  padding-top: 120px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  #global-nav {
    width: 500px;
    right: -500px;
  }
}
#global-nav .main_nav {
  display: inline-block;
  text-align: left;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}
#global-nav .main_nav a {
  color: #fff;
}
#global-nav .main_nav a:hover {
  text-decoration: none;
  font-weight: 700;
}
#global-nav .main_nav > li {
  font-size: 1.25em;
  line-height: 1.875;
  border-bottom: 2px dotted #fff;
}
#global-nav .main_nav > li .sub_nav li {
  font-size: 0.8em;
  line-height: 1.75;
  padding-left: 1.25em;
}
#global-nav .main_nav > li .sub_nav li:first-child {
  padding-top: 0.5em;
}
#global-nav .main_nav > li .sub_nav li:last-child {
  padding-bottom: 0.5em;
}

#mobile-head {
  width: 200px;
  z-index: 21000;
  position: relative;
  position: fixed;
  right: 0;
  top: 0;
  height: 130px;
}
@media screen and (max-width: 640px) {
  #mobile-head {
    width: 128px;
    height: 128px;
  }
}

#mobile-head2 {
  width: 120px;
  height: 120px;
  z-index: 1000;
  background: #dd80b1;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 640px) {
  #mobile-head2 {
    width: 102px;
    height: 102px;
  }
}

#nav-toggle {
  position: absolute;
  box-sizing: border-box;
  right: 73px;
  top: 37px;
  width: 54px;
  cursor: pointer;
  z-index: 101;
}
@media screen and (max-width: 640px) {
  #nav-toggle {
    right: 41px;
    top: 31px;
    width: 46px;
  }
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  position: absolute;
  left: 0;
  transition: 0.35s ease-in-out;
  background: #fff;
}
#nav-toggle span:nth-child(1) {
  height: 6px;
  width: 100%;
  top: 0;
  border-radius: 3px;
}
#nav-toggle span:nth-child(2) {
  height: 6px;
  width: 100%;
  top: 18px;
  border-radius: 3px;
}
@media screen and (max-width: 640px) {
  #nav-toggle span:nth-child(2) {
    top: 15px;
  }
}
#nav-toggle span:nth-child(3) {
  height: 6px;
  width: 100%;
  top: 36px;
  border-radius: 3px;
}
@media screen and (max-width: 640px) {
  #nav-toggle span:nth-child(3) {
    top: 30px;
  }
}
#nav-toggle span:nth-child(4) {
  width: 51px;
  height: 17px;
  top: 54px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/top/menu.png) center center/contain no-repeat;
}
@media screen and (max-width: 640px) {
  #nav-toggle span:nth-child(4) {
    top: 48px;
    width: 46px;
    height: 16px;
  }
}

#nav-toggle2 {
  position: absolute;
  box-sizing: border-box;
  right: 37px;
  top: 42px;
  width: 46px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  #nav-toggle2 {
    right: 32px;
    top: 33px;
    width: 38px;
  }
}
#nav-toggle2 div {
  position: relative;
}
#nav-toggle2 span {
  position: absolute;
  left: 0;
  transition: 0.35s ease-in-out;
  background: #fff;
}
#nav-toggle2 span:nth-child(1) {
  height: 6px;
  width: 100%;
  top: 0;
  border-radius: 3px;
}
#nav-toggle2 span:nth-child(2) {
  height: 6px;
  width: 100%;
  top: 15px;
  border-radius: 3px;
}
#nav-toggle2 span:nth-child(3) {
  height: 6px;
  width: 100%;
  top: 30px;
  border-radius: 3px;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(135deg);
}
.open #nav-toggle span:nth-child(2) {
  display: none;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-135deg);
}

.open #nav-toggle2 span {
  background: #fff;
}
.open #nav-toggle2 span:nth-child(1) {
  top: 15px;
  transform: rotate(135deg);
}
.open #nav-toggle2 span:nth-child(2) {
  display: none;
}
.open #nav-toggle2 span:nth-child(3) {
  top: 15px;
  transform: rotate(-135deg);
}

.open #global-nav {
  transform: translateX(-450px);
}
@media screen and (max-width: 640px) {
  .open #global-nav {
    transform: translateX(-500px);
  }
}

.goHome {
  width: 120px;
  position: absolute;
  right: 120px;
  top: 0;
  z-index: -1;
}
.goHome:hover {
  opacity: 0.85;
}
@media screen and (max-width: 640px) {
  .goHome {
    width: 102px;
    height: 102px;
    right: 102px;
  }
}

.document_request_area {
  position: relative;
}
.document_request_area .document_request {
  position: absolute;
  right: 0;
  top: 140px;
  font-size: 1.125em;
  width: 2.66em;
  height: 7.77em;
  background: #dfceb4;
  border-radius: 0.89em 0 0 0.89em;
  z-index: 21000;
  transition: 0.5s;
}
.document_request_area .document_request:hover {
  opacity: 0.875;
}
.document_request_area .document_request a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00437c;
}
.document_request_area .document_request a:hover {
  text-decoration: none;
}

.fixed {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 1000;
}
.fixed .document_request {
  top: 0;
  transform: translateY(-50%);
}

.over span:nth-child(-n+3) {
  background: #de75b0 !important;
}
.over span:nth-child(4) {
  background: url(../img/top/menu2.png) center center/contain no-repeat !important;
}

.lower_footer {
  width: 100%;
  margin: 1.875em 0 0;
}
.lower_footer .inner {
  padding: 1.875em 0 2.25em;
  background: #ecbdd7;
}
.lower_footer .inner_inner {
  width: 93.75%;
  max-width: 900px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .lower_footer .inner_inner {
    display: block;
  }
}
.lower_footer .inner_inner .footer_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  gap: 0 3em;
  width: 15em;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 640px) {
  .lower_footer .inner_inner .footer_nav {
    font-size: 28px;
    margin: 0 auto 2em;
  }
}
.lower_footer .inner_inner .footer_nav li {
  box-sizing: border-box;
  position: relative;
  padding-left: 0.8em;
  color: #fff;
  width: 5em;
  white-space: nowrap;
}
.lower_footer .inner_inner .footer_nav li a {
  color: #fff;
}
.lower_footer .inner_inner .footer_nav li::before {
  position: absolute;
  left: 0;
  top: 0.2858em;
  display: inline-block;
  font-size: 0.7142em;
  content: "▶";
}
.lower_footer .inner_inner .address_info .logomark {
  width: 7.625em;
  margin: auto;
  filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff);
}
.lower_footer .inner_inner .address_info .logotype {
  width: 16.0625em;
  margin: 0.75em auto 0;
}
.lower_footer .inner_inner .address_info .address {
  font-size: 0.9375em;
  line-height: 1.5;
  color: #666464;
  white-space: nowrap;
  margin-top: 0.75em;
}
@media screen and (max-width: 640px) {
  .lower_footer .inner_inner .address_info {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .lower_footer .inner_inner .address_info .logomark {
    width: 196px;
    margin: auto;
    filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff);
  }
  .lower_footer .inner_inner .address_info .logotype {
    width: 411px;
  }
  .lower_footer .inner_inner .address_info .address {
    font-size: 24px;
    line-height: 1.5;
    color: #666464;
    white-space: nowrap;
    margin-top: 0.5em;
    display: inline-block;
    text-align: left;
  }
}
.lower_footer .license_area {
  width: 100%;
  height: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lower_footer .license_area .footer-license {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875em;
  color: #666464;
}

.full_size {
  width: 100%;
}

.page_mv_a {
  width: 100%;
}
.page_mv_a_inner {
  width: 100%;
  height: 340px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .page_mv_a_inner {
    height: 295px;
  }
}
.page_mv_a_inner .page_e_title {
  width: 100%;
  max-width: 750px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.page_mv_a .page_j_title {
  width: 100%;
  max-width: 960px;
  margin: auto;
  height: 60px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #b81649;
}
@media screen and (max-width: 640px) {
  .page_mv_a .page_j_title {
    height: 52px;
  }
}
.page_mv_a .page_j_title h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  color: #b81649;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .page_mv_a .page_j_title h1 {
    font-size: 26px;
  }
}

.mainvisual_area {
  position: relative;
  width: 100%;
}
.mainvisual_area_inner {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
.mainvisual_area_inner::before {
  width: 100%;
  content: "";
  display: block;
  padding-top: 900px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .mainvisual_area_inner::before {
    padding-top: 768px;
  }
}
.mainvisual_area .title_area {
  width: 200px;
  height: 100%;
  background: #de75b0;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 640px) {
  .mainvisual_area .title_area {
    width: 128px;
  }
}
.mainvisual_area .title_area .title {
  position: absolute;
  width: 77px;
  top: 172px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .mainvisual_area .title_area .title {
    width: 61px;
  }
}
.mainvisual_area .title_area .h1_area {
  width: 161px;
  position: absolute;
  bottom: 44px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .mainvisual_area .title_area .h1_area {
    bottom: 18px;
    width: 99px;
  }
}
.mainvisual_area .title_area .h1_area .trademark {
  width: 140px;
  margin: 0 auto 12px;
  filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff);
}
@media screen and (max-width: 640px) {
  .mainvisual_area .title_area .h1_area .trademark {
    width: 86px;
    margin-bottom: 8px;
  }
}

.home_footer {
  width: 100%;
  margin: 30px 0 0;
}
.home_footer .inner {
  background: #ecbdd7;
  padding: 2.1875em 0;
}
.home_footer .inner_inner {
  width: 92.5%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .home_footer .inner_inner {
    display: block;
  }
}
.home_footer .inner_inner_info {
  width: 290px;
}
@media screen and (max-width: 640px) {
  .home_footer .inner_inner_info {
    width: 100%;
  }
}
.home_footer .inner_inner_info .footer_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  gap: 0 3em;
  width: 15em;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .home_footer .inner_inner_info .footer_nav {
    font-size: 28px;
  }
}
.home_footer .inner_inner_info .footer_nav li {
  box-sizing: border-box;
  position: relative;
  padding-left: 0.8em;
  color: #fff;
  width: 5em;
  white-space: nowrap;
}
.home_footer .inner_inner_info .footer_nav li a {
  color: #fff;
}
.home_footer .inner_inner_info .footer_nav li::before {
  position: absolute;
  left: 0;
  top: 0.2858em;
  display: inline-block;
  font-size: 0.7142em;
  content: "▶";
}
.home_footer .inner_inner_info .recruit_btn {
  width: 100%;
  margin-top: 1.75em;
  position: relative;
  background: #b81649;
  border-radius: 0.625em;
}
.home_footer .inner_inner_info .recruit_btn:hover {
  opacity: 0.875;
}
.home_footer .inner_inner_info .recruit_btn::before {
  width: 100%;
  content: "";
  display: block;
  padding-top: 15.86%;
  overflow: hidden;
}
.home_footer .inner_inner_info .recruit_btn a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125em;
  color: #fff;
  font-weight: 600;
}
.home_footer .inner_inner_info .recruit_btn a:hover {
  text-decoration: none;
}
.home_footer .inner_inner_info .recruit_btn a p span {
  display: inline-block;
  width: 0.8888em;
}
.home_footer .inner_inner_info .address_info {
  margin-top: 2.5em;
}
@media screen and (max-width: 640px) {
  .home_footer .inner_inner_info .address_info {
    display: none;
  }
}
.home_footer .inner_inner_info .address_info .logomark {
  width: 7.625em;
  margin: auto;
  filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff);
}
.home_footer .inner_inner_info .address_info .logotype {
  width: 16.0625em;
  margin-top: 0.75em;
}
.home_footer .inner_inner_info .address_info .address {
  font-size: 0.9375em;
  line-height: 1.5;
  color: #666464;
  white-space: nowrap;
  margin-top: 0.75em;
}
.home_footer .inner_inner_map {
  width: 480px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .home_footer .inner_inner_map {
    width: 500px;
    margin: 2.5em auto;
  }
}
.home_footer .inner_inner_map::before {
  width: 100%;
  content: "";
  display: block;
  padding-top: 75%;
  overflow: hidden;
}
.home_footer .inner_inner_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.home_footer .inner_inner .address_info2 {
  display: none;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .home_footer .inner_inner .address_info2 {
    display: block;
  }
}
.home_footer .inner_inner .address_info2 .logomark {
  width: 196px;
  margin: auto;
  filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff);
}
.home_footer .inner_inner .address_info2 .address_set {
  text-align: center;
  margin-top: 1.25em;
}
.home_footer .inner_inner .address_info2 .address_set_inner {
  display: inline-block;
  text-align: left;
}
.home_footer .inner_inner .address_info2 .address_set_inner .logotype {
  width: 411px;
}
.home_footer .inner_inner .address_info2 .address_set_inner .address {
  font-size: 24px;
  line-height: 1.5;
  color: #666464;
  white-space: nowrap;
  margin-top: 0.5em;
}
.home_footer .license_area {
  width: 100%;
  height: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_footer .license_area .footer-license {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875em;
  color: #666464;
}

.area01 {
  padding: 60px 0;
  background: url(../img/top/bg_lt_sp.png) left top no-repeat, url(../img/top/bg_rb_sp.png) right bottom no-repeat, #fffde5;
}
@media screen and (max-width: 640px) {
  .area01 {
    background: url(../img/top/bg_lt_mobile.png) left top no-repeat, url(../img/top/bg_rb_mobile.png) right bottom no-repeat, #fffde5;
  }
}
.area01_inner {
  max-width: 980px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .area01_inner {
    width: 92%;
  }
}
.area01_inner .title {
  width: 205px;
  margin: auto;
}
.area01_inner ul {
  margin-top: 2.375em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1em 0;
}
.area01_inner ul li {
  width: 300px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  .area01_inner ul li {
    width: 31%;
  }
}
@media screen and (max-width: 640px) {
  .area01_inner ul li {
    width: 280px;
  }
}
.area01_inner ul li .cate {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.5em;
}
.area01_inner ul li .cate.cate01 {
  color: #b81649;
}
.area01_inner ul li .cate.cate02 {
  color: #2c893a;
}
.area01_inner ul li .cate.cate03 {
  color: #00437c;
}
.area01_inner ul li .cate.cate04 {
  color: #875a14;
}
.area01_inner ul li .facility {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 0.5em;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  white-space: nowrap;
}
.area01_inner ul li .facility a {
  color: #7a6a56;
}
.area01_inner ul li .facility a:hover {
  color: #00b9e7;
}

.area02 {
  padding: 60px 0;
  background: #4cceee;
}
.area02_inner {
  width: 990px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .area02_inner {
    width: 93.75%;
    max-width: 960px;
  }
}
@media screen and (max-width: 640px) {
  .area02_inner {
    width: 92.5%;
  }
}
.area02_inner_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .area02_inner_inner {
    display: block;
  }
}
.area02_inner_inner .title {
  width: 205px;
}
@media screen and (max-width: 1024px) {
  .area02_inner_inner .title {
    width: 21.354%;
  }
}
@media screen and (max-width: 640px) {
  .area02_inner_inner .title {
    width: 205px;
    margin: 0 auto 2em;
  }
}
.area02_inner_inner .news_area {
  width: 720px;
}
@media screen and (max-width: 1024px) {
  .area02_inner_inner .news_area {
    width: 71.875%;
  }
}
@media screen and (max-width: 640px) {
  .area02_inner_inner .news_area {
    width: 100%;
  }
}
.area02_inner #newsWrap {
  width: 100%;
}
.area02_inner #newsWrap #newsList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em 0;
}
.area02_inner #newsWrap #newsList li {
  background: #fff !important;
  padding: 1em 1.25em;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.area02_inner #newsWrap #newsList li .up_ymd {
  color: #00b9e7;
  display: block;
}
.area02_inner #newsWrap #newsList li .title {
  font-weight: 600;
  white-space: nowrap;
}
.area02_inner #newsWrap #newsList li .title a {
  color: #d0398f;
}
.area02_inner #newsWrap #newsList li .comment {
  display: inline-block;
  text-indent: 0;
}
.area02_inner .btn {
  width: 200px;
  height: 50px;
  border-radius: 25px;
  background: #fff;
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.area02_inner .btn a {
  color: #00437c;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.area02_inner .btn a:hover {
  text-decoration: none;
}
.area02_inner .btn a.hover {
  color: #00437c;
  padding-bottom: 16px;
  background: radial-gradient(circle closest-side, currentColor 80%, transparent) bottom var(--p1, 0px) left 50%/100% var(--p, 12px) no-repeat, linear-gradient(currentColor 0 0) bottom 4px left 50%/var(--d, 0%) 3px no-repeat;
  transition: 0.5s;
}
.area02_inner .btn a.hover:hover {
  --d: 100%;
  --p: 3px;
  --p1: 4px;
}

.area03 {
  padding: 60px 0;
}
.area03_inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 60px;
}
@media screen and (max-width: 1024px) {
  .area03_inner {
    width: 92.5%;
    margin: auto;
    display: block;
  }
}
.area03_inner .title_area {
  width: 300px;
}
@media screen and (max-width: 1024px) {
  .area03_inner .title_area {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0 70px;
  }
}
.area03_inner .title_area .title {
  width: 205px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .area03_inner .title_area .title {
    margin: inherit;
  }
}
.area03_inner .title_area .img {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .area03_inner .title_area .img {
    width: 320px;
    margin: inherit;
  }
}
@media screen and (max-width: 640px) {
  .area03_inner .title_area .img {
    width: 256px;
    margin: inherit;
  }
}
.area03_inner .text {
  font-size: 18px;
  line-height: 1.75;
}
@media screen and (max-width: 1024px) {
  .area03_inner .text {
    width: 100%;
    text-align: center;
    margin-top: 1.5em;
  }
  .area03_inner .text p {
    display: inline-block;
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .area03_inner .text {
    width: 100%;
    font-size: 21px;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 1.5em;
  }
}
.area03_inner .btn {
  position: absolute;
  left: calc(50% - 430px);
  top: 260px;
  width: 160px;
  height: 50px;
  border-radius: 25px;
  background: #d0398f;
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .area03_inner .btn {
    position: static;
  }
}
.area03_inner .btn a {
  color: #fff;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.area03_inner .btn a:hover {
  text-decoration: none;
}
.area03_inner .btn a.hover {
  color: #fff;
  padding-bottom: 16px;
  background: radial-gradient(circle closest-side, currentColor 80%, transparent) bottom var(--p1, 0px) left 50%/100% var(--p, 12px) no-repeat, linear-gradient(currentColor 0 0) bottom 4px left 50%/var(--d, 0%) 3px no-repeat;
  transition: 0.5s;
}
.area03_inner .btn a.hover:hover {
  --d: 100%;
  --p: 3px;
  --p1: 4px;
}

.area04 {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 640px) {
  .area04 {
    display: block;
  }
}
.area04_left, .area04_right {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .area04_left, .area04_right {
    width: 100%;
  }
}
.area04_left {
  position: relative;
  background: url(../img/top/bg01.jpg) center center/cover no-repeat;
}
.area04_left::before {
  content: "";
  display: block;
  width: 100%;
  height: 240px;
}
@media screen and (max-width: 640px) {
  .area04_left::before {
    height: 144px;
  }
}
.area04_left_cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(102, 213, 241, 0.3);
}
.area04_left_cover .btn {
  position: absolute;
  right: 110px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .area04_left_cover .btn {
    right: 0;
    left: 0;
    margin: auto;
  }
}
.area04_right {
  position: relative;
  background: url(../img/top/bg02.jpg) center center/cover no-repeat;
}
.area04_right::before {
  content: "";
  display: block;
  width: 100%;
  height: 240px;
}
@media screen and (max-width: 640px) {
  .area04_right::before {
    height: 144px;
  }
}
.area04_right_cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(236, 176, 210, 0.3);
}
.area04_right_cover .btn2 {
  position: absolute;
  left: 110px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .area04_right_cover .btn2 {
    right: 0;
    left: 0;
    margin: auto;
  }
}
.area04 .btn {
  width: 340px;
  height: 60px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.area04 .btn a {
  color: #00437c;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.area04 .btn a:hover {
  text-decoration: none;
}
.area04 .btn a.hover {
  color: #00437c;
  padding-bottom: 16px;
  background: radial-gradient(circle closest-side, currentColor 80%, transparent) bottom var(--p1, 0px) left 50%/100% var(--p, 12px) no-repeat, linear-gradient(currentColor 0 0) bottom 4px left 50%/var(--d, 0%) 3px no-repeat;
  transition: 0.5s;
}
.area04 .btn a.hover:hover {
  --d: 100%;
  --p: 3px;
  --p1: 4px;
}
.area04 .btn2 {
  width: 340px;
  height: 60px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.area04 .btn2 a {
  color: #b81649;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.area04 .btn2 a:hover {
  text-decoration: none;
}
.area04 .btn2 a.hover {
  color: #b81649;
  padding-bottom: 16px;
  background: radial-gradient(circle closest-side, currentColor 80%, transparent) bottom var(--p1, 0px) left 50%/100% var(--p, 12px) no-repeat, linear-gradient(currentColor 0 0) bottom 4px left 50%/var(--d, 0%) 3px no-repeat;
  transition: 0.5s;
}
.area04 .btn2 a.hover:hover {
  --d: 100%;
  --p: 3px;
  --p1: 4px;
}/*# sourceMappingURL=style.css.map */