@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
  z-index: 0; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.0rem;
  /*10px*/
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.75;
  position: relative;
  color: #0f5fab; }

.sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-variation-settings: "wdth" 100; }

.min {
  font-family: 'Noto Serif JP', serif; }

.gothic {
  font-family: 'Noto Sans JP', sans-serif; }

.meiryo {
  font-family: 'メイリオ', 'Meiryo','Noto Sans JP', sans-serif; }

.maru {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400; }

i {
  font-style: normal; }

a {
  color: #4682b4; }

a:link {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

a:active {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
  font-size: 0; }

body, h1, h2, h3, h4, h5, h6, p, ul, ul li, ol, dl, dt, dd {
  margin: 0;
  padding: 0; }

h2 ~ h2 {
  margin-top: 2.5em; }

h3 {
  margin: 0 0 0.5em 0;
  padding: 2px 0 0 0;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.35; }

h4 {
  font-size: 1.8rem; }
  h4.arrow::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    color: #e9f3fb;
    margin-right: 5px; }

h4 ~ h4 {
  margin-top: 1.5em; }

h3 + h4 {
  margin-top: 0; }

p + h4 {
  margin-top: 1.5em; }

table + h4, ul + h4, ol + h4, dl + h4 {
  margin-top: 1.5em; }

h5 {
  margin: 0 0 0.5em 5px;
  padding: 2px 0 0;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.35; }

h5 ~ h5 {
  margin-top: 1.5em; }

h4 + h5 {
  margin-top: 0; }

p + h5 {
  margin-top: 1.5em; }

h6 {
  font-size: 1.5rem; }

h6 ~ h6 {
  margin-top: 1.5rem; }

h5 + h6 {
  margin-top: 0; }

p + h6 {
  margin-top: 1.5em; }

.img_center {
  display: block;
  margin: auto;
  max-width: 100%; }

.accordion h4 {
  border: 1px solid #e9f3fb;
  margin-top: 5px;
  padding: 0 15px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s ease-in-out; }
  .accordion h4::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    width: 1em;
    text-align: center;
    display: inline-block;
    color: #e9f3fb; }
  .accordion h4.ui-state-active {
    border-radius: 4px 4px 0 0;
    background: #e9f3fb;
    color: #fff; }
    .accordion h4.ui-state-active::before {
      font-family: "Font Awesome 5 Free";
      content: "";
      font-weight: 900;
      color: #fff; }
    .accordion h4.ui-state-active.ui-state-hover {
      background: #e9f3fb; }
  .accordion h4.ui-state-hover {
    background: rgba(233, 243, 251, 0.3); }

#footer_lower {
  text-align: center;
  padding: 0; }

.fade {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.shadow {
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  -o-box-shadow: 0 0 5px #999;
  -ms-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999; }

ol.list_maru {
  counter-reset: list_count;
  list-style-type: none; }
  ol.list_maru li {
    position: relative;
    padding-left: 1.5em; }
    ol.list_maru li::before {
      position: absolute;
      top: 0.375em;
      left: 0em;
      counter-increment: list_count;
      content: counter(list_count);
      display: inline-block;
      line-height: 1;
      text-align: center;
      height: 1em;
      width: 1em;
      border-radius: 50%;
      font-size: 0.9em;
      background: #e73858;
      border: 1px solid #e73858;
      color: #FFF; }

.pagetop {
  position: absolute;
  right: 0;
  top: 0; }

#footer_upper {
  display: flex;
  padding: 10px;
  border-top: 1px solid #ddd; }

#footer_upper ul {
  list-style-type: none; }

.page_img {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background-size: cover;
  overflow: hidden; }
  .page_img .index_slide img.slide_image {
    width: 100%;
    aspect-ratio: 1100 / 603;
    margin: auto;
    display: block;
    object-fit: cover;
    object-position: center bottom; }
  .page_img .index_slide_sp img.slide_image {
    width: 100%;
    aspect-ratio: 75 / 51;
    margin: auto;
    display: block;
    object-fit: cover;
    object-position: center bottom; }
  .page_img .bottom_img {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block; }
  .page_img .sub_page {
    position: relative;
    height: 35vw;
    display: flex;
    align-items: center;
    text-align: center; }
    @media (min-width: 768px) {
      .page_img .sub_page {
        height: 280px; } }
    .page_img .sub_page::after {
      content: "";
      background: rgba(15, 95, 171, 0.6);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .page_img .sub_page img {
      position: absolute;
      width: 100%;
      object-fit: cover;
      object-position: center bottom; }
    .page_img .sub_page h1 {
      z-index: 1;
      margin: auto;
      font-size: 7.5vw;
      font-family: "Kosugi Maru", sans-serif;
      font-weight: 400;
      font-style: italic;
      line-height: 1.2;
      color: #fff;
      text-shadow: 0px 0px 5px rgba(15, 94, 169, 0.5);
      letter-spacing: 0.1em; }
      @media (min-width: 768px) {
        .page_img .sub_page h1 {
          font-size: 6.8rem; } }
      .page_img .sub_page h1 span {
        display: block;
        font-size: 5vw;
        font-family: "Open Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-variation-settings: "wdth" 100;
        letter-spacing: 0; }
        @media (min-width: 768px) {
          .page_img .sub_page h1 span {
            font-size: 2rem; } }

.gmap {
  width: 100%;
  height: 250px; }
  @media (min-width: 768px) {
    .gmap {
      height: 350px; } }

.pager {
  clear: both;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  text-align: center;
  font-size: 1.4rem;
  align-items: center;
  justify-content: center; }
  .pager a, .pager span {
    display: inline-block;
    padding: 0 1px;
    margin: 0 4px 0;
    min-width: 3rem;
    height: 3rem;
    line-height: 3rem;
    background: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #e73858; }
  .pager a {
    color: #e73858;
    cursor: pointer; }
    .pager a:hover {
      background: #e73858;
      color: #fff; }
  .pager span {
    color: #999;
    border: 1px solid #999; }
    .pager span.now {
      background: #e73858;
      color: #fff;
      border: 1px solid #e73858; }
  .pager .changepager-j, .pager .changepager {
    border-radius: 4px;
    height: 3rem;
    line-height: 3rem;
    padding: 5px;
    border: 1px solid #e73858; }

footer {
  background: linear-gradient(180deg, #29c4cf 0%, #29c4cf 30%, #28aab3 30%, #2ec4ce 50%, #28aab3 50%, #2ec4ce 100%); }

footer .bottom {
  background: linear-gradient(180deg, #29c4cf 0%, #23949c 100%); }

/**共通**/
.common_baba ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .common_baba ul {
      flex-direction: row; } }
  .common_baba ul li {
    width: 100%;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .common_baba ul li {
        width: 32%; } }
    .common_baba ul li a {
      background: #fff;
      display: block; }
      .common_baba ul li a img {
        display: block; }
      .common_baba ul li a.outline {
        outline: 1px solid #000;
        outline-offset: -1px; }

.map {
  display: block;
  width: calc(100% - 10px);
  margin: 0 auto;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .map {
      width: calc(100% - 80px); } }

.center {
  text-align: center; }
  .center strong {
    font-size: 3rem; }

.contact_center {
  text-align: center;
  font-size: 2.4rem; }

.red {
  color: #e50044; }
