@charset "UTF-8";
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* settings-media */
/* 目次 */
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, "Hiragino Sans", "Noto Sans JP", sans-serif;
}
body p {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000;
}
@media only screen and (max-width: 640px) {
  body p {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 834px) {
  .nomd {
    display: none;
  }
}

.md {
  display: none;
}
@media only screen and (max-width: 834px) {
  .md {
    display: block;
  }
}

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

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

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

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

.sp {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }
}

header {
  position: relative;
  overflow: hidden;
}
header .site-header {
  width: 100%;
}
header .site-header .site-header__inner {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0;
}
@media only screen and (max-width: 640px) {
  header .site-header .site-header__inner {
    width: 88%;
    padding: 20px 0;
  }
}
header .site-header .site-header__inner .logo {
  width: 64%;
  max-width: 380px;
}
@media only screen and (max-width: 640px) {
  header .site-header .site-header__inner .logo {
    max-width: 325px;
    margin: 0 auto;
  }
}
header .mv-container {
  width: 100%;
  position: relative;
}
header .mv-container .mv {
  width: 100%;
  height: auto;
}
header .mv-container .mv-inner {
  width: 80%;
  max-width: 1280px;
  padding-bottom: 5%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media only screen and (max-width: 834px) {
  header .mv-container .mv-inner {
    padding-bottom: 13%;
  }
}
@media only screen and (max-width: 640px) {
  header .mv-container .mv-inner {
    width: 88%;
  }
}
header .mv-container h1 {
  position: absolute;
  width: 60%;
  max-width: 760px;
  left: -2.4%;
}
@media only screen and (max-width: 834px) {
  header .mv-container h1 {
    width: 90%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.container {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .container {
    width: 88%;
  }
}

main {
  width: 100%;
  position: relative;
}

h2,
h3,
h4,
h5 {
  text-align: center;
}

h2 {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 70px;
}
@media only screen and (max-width: 834px) {
  h2 {
    width: 80%;
    margin: 0 auto 50px;
  }
}
@media only screen and (max-width: 640px) {
  h2 {
    margin: 0 auto 30px;
  }
}

h3 {
  width: 98%;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 640px) {
  h3 {
    margin: 0 auto 30px;
  }
}

.entry-list h3 {
  margin: 0 auto 50px;
}

h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0c59a9;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  h4 {
    font-size: 1.5rem;
    text-align: left;
    padding-left: 6%;
    margin-bottom: 15px;
  }
}
h4 + p {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  h4 + p {
    padding-left: 6%;
    text-align: left;
  }
}

section {
  width: 100%;
  padding: 160px 0;
}
@media only screen and (max-width: 834px) {
  section {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 640px) {
  section {
    padding: 80px 0;
  }
}
section .container {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  section .container {
    width: 88%;
  }
}

.lead {
  text-align: center;
}
.lead p {
  font-size: 1.125rem;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .lead p {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }
}
.lead p:last-child {
  font-size: 1.4rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .lead p:last-child {
    font-size: 1.2rem;
  }
}
.lead p span {
  font-weight: 700;
  color: #00a7db;
}

.content-layer02 {
  background-color: #ebf8f5;
}
.content-layer02 .inner {
  position: relative;
  padding-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  .content-layer02 .inner {
    padding-bottom: 30px;
  }
}
.content-layer02 .inner .chara {
  width: 18%;
  position: absolute;
  bottom: -6%;
  right: 6%;
}
@media only screen and (max-width: 1024px) {
  .content-layer02 .inner .chara {
    width: 26%;
    bottom: -5%;
  }
}
@media only screen and (max-width: 834px) {
  .content-layer02 .inner .chara {
    width: 38%;
    bottom: -4%;
  }
}
@media only screen and (max-width: 640px) {
  .content-layer02 .inner .chara {
    width: 34%;
    bottom: 0;
  }
}

.flex-container {
  position: relative;
  z-index: 1;
  width: 98%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(26, 19, 17, 0.4);
          box-shadow: 4px 4px 0px 0px rgba(26, 19, 17, 0.4);
}
.flex-container .flex {
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 834px) {
  .flex-container .flex {
    width: 92%;
    gap: 10px;
  }
}
.flex-container .flex .flex-item {
  width: 30.6%;
}
@media only screen and (max-width: 834px) {
  .flex-container .flex .flex-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex-container .flex .flex-item .img {
  margin-bottom: 20px;
  border: 2px solid #00ab84;
  border-radius: 20px;
}
.flex-container .flex .flex-item .img img {
  width: 100%;
  height: auto;
  border-radius: 18px;
}
.flex-container .flex .flex-item h5 {
  border-top: 2px solid #00ab84;
  border-bottom: 2px solid #00ab84;
  margin-bottom: 10px;
}
.flex-container .flex .flex-item h5 + p {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
}
@media only screen and (max-width: 834px) {
  .flex-container .flex .flex-item h5 + p {
    font-size: 1.2rem;
  }
}
.flex-container .flex .flex-item p {
  font-size: 0.88rem;
}

.map {
  width: 100%;
  margin: 0 auto 65px;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .map {
    display: none;
  }
}
.map img {
  width: 100%;
  height: auto;
  display: block;
}
.map .entry-link {
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 2;
  -webkit-filter: drop-shadow(2px 2px 0 rgba(26, 19, 17, 0.4));
          filter: drop-shadow(2px 2px 0 rgba(26, 19, 17, 0.4));
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 6%;
}
.map .entry-link.entry-toranomon {
  top: 57%;
  right: 0.6%;
}
.map .entry-link.entry-toranomon-branch {
  bottom: 27%;
  right: 0.6%;
}
.map .entry-link.entry-yokosuka {
  bottom: 24.5%;
  right: 0.6%;
}
.map .entry-link.entry-kure {
  top: 37.5%;
  left: 13.5%;
}
.map .entry-link.entry-shin-kokura {
  top: 62.2%;
  left: 13.5%;
}
.map .entry-link.entry-kumamoto {
  bottom: 14.8%;
  left: 13.5%;
}
.map .entry-link.entry-shin-beppu {
  bottom: 6.4%;
  left: 13.5%;
}
.map .entry-link:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-filter: drop-shadow(0 0 0 rgba(26, 19, 17, 0.4));
          filter: drop-shadow(0 0 0 rgba(26, 19, 17, 0.4));
}
@media only screen and (max-width: 640px) {
  .map .entry-link {
    display: none;
  }
}
.map .entry-link img {
  width: 100%;
}

.entry-list {
  display: none;
}
@media only screen and (max-width: 834px) {
  .entry-list {
    display: block;
    width: 90%;
    margin: 0 auto 56px;
  }
}

.entry_area {
  width: 100%;
  text-align: center;
  background: #00a7db;
  padding: 6px 0 4px 0;
  margin-bottom: 25px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 167, 219)), color-stop(99%, rgb(212, 236, 234)));
  background: -webkit-linear-gradient(left, rgb(0, 167, 219) 0%, rgb(212, 236, 234) 99%);
  background: linear-gradient(90deg, rgb(0, 167, 219) 0%, rgb(212, 236, 234) 99%);
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.entry_area .label {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 640px) {
  .entry_area .label {
    font-size: 18px;
  }
}

.pref {
  width: 90%;
  text-align: center;
  background: rgba(0, 142, 227, 0.2);
  padding: 6px 0 4px 0;
  margin: 0 auto 15px;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.pref .label {
  color: #0c59a9;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 640px) {
  .pref .label {
    font-size: 17px;
  }
}

.entry_hospital {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: height 0.3s ease, opacity 0.3s ease;
  transition: height 0.3s ease, opacity 0.3s ease;
}
.entry_hospital ul {
  width: 85%;
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin: 0 auto 40px;
}
.entry_hospital li {
  padding: 0 0 4px 20px;
  line-height: 2em;
  background: url(../img/square.svg) left 0px top 6px no-repeat;
  background-size: 11px auto;
  border-bottom: 1px solid #000;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry_hospital li a {
  width: 34%;
  max-width: 160px;
  min-width: 120px;
  -webkit-filter: drop-shadow(2px 2px 0 rgba(26, 19, 17, 0.4));
          filter: drop-shadow(2px 2px 0 rgba(26, 19, 17, 0.4));
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry_hospital li a:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-filter: drop-shadow(0 0 0 rgba(26, 19, 17, 0.4));
          filter: drop-shadow(0 0 0 rgba(26, 19, 17, 0.4));
}
.entry_hospital li a img {
  width: 100%;
}

.entry_item.active .entry_area {
  background: #0c59a9;
}
.entry_item.active .entry_hospital {
  height: auto;
  opacity: 1;
}
.entry_item.active .rotate_triangle::before {
  opacity: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.entry_item.active .rotate_triangle::after {
  opacity: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.entry_item .rotate_triangle::before, .entry_item .rotate_triangle::after {
  content: "";
  width: 5.6%;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7%;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .entry_item .rotate_triangle::before, .entry_item .rotate_triangle::after {
    right: 4%;
  }
}
.entry_item .rotate_triangle::before {
  background-image: url(../img/triangle.svg);
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  z-index: 2;
}
.entry_item .rotate_triangle::after {
  background-image: url(../img/triangle02.svg);
  opacity: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  z-index: 1;
}
.entry_item .rotate_triangle.clicked::before {
  opacity: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.entry_item .rotate_triangle.clicked::after {
  opacity: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.entry {
  width: 90%;
  max-width: 1070px;
  margin: 0 auto;
  background-color: rgba(0, 142, 227, 0.2);
  border-radius: 10px;
  padding: 20px 4% 20px 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  .entry {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.entry .text {
  width: 78%;
}
@media only screen and (max-width: 1024px) {
  .entry .text {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .entry .text p {
    text-align: center;
  }
}
.entry .text p:first-child {
  font-size: 1.2rem;
}
.entry .text p:first-child span {
  font-weight: 700;
  color: #0c59a9;
}
.entry .btn {
  width: 20%;
  -webkit-filter: drop-shadow(3px 3px 0 rgba(26, 19, 17, 0.4));
          filter: drop-shadow(3px 3px 0 rgba(26, 19, 17, 0.4));
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .entry .btn {
    width: 46%;
    margin-top: 40px;
  }
}
.entry .btn img {
  width: 100%;
}
.entry .btn:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-filter: drop-shadow(0 0 0 rgba(26, 19, 17, 0.4));
          filter: drop-shadow(0 0 0 rgba(26, 19, 17, 0.4));
}

.btnSearch {
  position: absolute;
  z-index: 3;
  top: -3%;
  right: 2%;
  width: 24%;
  max-width: 230px;
  -webkit-filter: drop-shadow(6px 6px 0 rgba(26, 19, 17, 0.4));
          filter: drop-shadow(6px 6px 0 rgba(26, 19, 17, 0.4));
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
@media only screen and (max-width: 834px) {
  .btnSearch {
    top: -1.6%;
    -webkit-filter: drop-shadow(3px 3px 0 rgba(26, 19, 17, 0.4));
            filter: drop-shadow(3px 3px 0 rgba(26, 19, 17, 0.4));
  }
}
@media only screen and (max-width: 640px) {
  .btnSearch {
    width: 20%;
    top: -1%;
  }
}
.btnSearch:hover {
  opacity: 0.8;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-filter: drop-shadow(0 0 0 rgba(26, 19, 17, 0.4));
          filter: drop-shadow(0 0 0 rgba(26, 19, 17, 0.4));
}
.btnSearch.is-fixed {
  position: fixed;
  top: 40px;
  right: 2%;
  opacity: 0.9;
}
@media only screen and (max-width: 640px) {
  .btnSearch.is-fixed {
    top: 20px;
  }
}
.btnSearch.is-hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

footer {
  background-color: #ebf8f5;
  padding: 20px 0;
}
footer .copyright {
  text-align: center;
  font-size: 0.8rem;
}/*# sourceMappingURL=style.css.map */