:root {
  --noto-sans: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --inter: "Inter", "Noto Sans JP", sans-serif;
  --white: #fff;
  --black: #000;
  --red: #e60012;
  --gray: #e5e0dd;
  --body: #eeebe9;
  --line: #ccc;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: 0;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:where(:any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  field-sizing: content;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

:focus:not(:focus-visible) {
  outline: none;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

.bg-under {
  padding-top: 0 !important;
}

@media screen and (max-width: 767px) {
  section.access > .inner {
    width: 90% !important;
  }
}
section.access dl.ttl-area {
  display: flex;
  gap: 30px;
  margin-top: 120px;
}
section.access dl.ttl-area:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  section.access dl.ttl-area {
    flex-direction: column;
    gap: 5px;
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
section.access dl.ttl-area dt {
  border: 2px solid var(--clr-blue);
  font-size: 18px;
  width: fit-content;
  line-height: 1.5;
  padding: 5px 45px;
  color: var(--clr-blue);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  section.access dl.ttl-area dt {
    margin-bottom: 0;
    font-size: 16px;
    padding: 5px 20px;
  }
}
section.access dl.ttl-area dd {
  font-size: 22px;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  section.access dl.ttl-area dd {
    font-size: 18px;
  }
}
section.access .map {
  position: relative;
}
@media screen and (max-width: 768px) {
  section.access .map > img {
    width: 98.4%;
  }
}
section.access .map ul.tap-list li {
  position: absolute;
  width: 50px;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 1130px) {
  section.access .map ul.tap-list li {
    width: 4.45vw;
  }
}
@media (any-hover: hover) {
  section.access .map ul.tap-list li:hover {
    opacity: 0.7;
  }
}
section.access .map ul.tap-list li:nth-child(1) {
  top: 165px;
  left: 365px;
}
@media screen and (max-width: 1130px) {
  section.access .map ul.tap-list li:nth-child(1) {
    top: 14.6vw;
    left: 32.2vw;
  }
}
section.access .map ul.tap-list li:nth-child(2) {
  top: 310px;
  left: 632px;
}
@media screen and (max-width: 1130px) {
  section.access .map ul.tap-list li:nth-child(2) {
    top: 27.2vw;
    left: 55.8vw;
  }
}
section.access .map ul.tap-list li:nth-child(3) {
  top: 312px;
  left: 325px;
}
@media screen and (max-width: 1130px) {
  section.access .map ul.tap-list li:nth-child(3) {
    top: 27.5vw;
    left: 28.6vw;
  }
}
section.access .map ul.tap-list li:nth-child(4) {
  top: 457px;
  left: 591px;
}
@media screen and (max-width: 1130px) {
  section.access .map ul.tap-list li:nth-child(4) {
    top: 40.4vw;
    left: 52.3vw;
  }
}
section.access .map ul.tap-list li:nth-child(5) {
  top: 462px;
  left: 287px;
}
@media screen and (max-width: 1130px) {
  section.access .map ul.tap-list li:nth-child(5) {
    top: 40.7vw;
    left: 25.4vw;
  }
}
section.access .map ul.tap-list li:nth-child(6) {
  top: 82px;
  left: 385px;
}
@media screen and (max-width: 1130px) {
  section.access .map ul.tap-list li:nth-child(6) {
    top: 7.2vw;
    left: 34.1vw;
  }
}
section.access .map ul.tap-list li:nth-child(7) {
  top: 580px;
  left: 178px;
}
@media screen and (max-width: 1130px) {
  section.access .map ul.tap-list li:nth-child(7) {
    top: 51.2vw;
    left: 15.7vw;
  }
}
section.access .map ul.tap-list li:nth-child(8) {
  top: 315px;
  left: 117px;
}
@media screen and (max-width: 1130px) {
  section.access .map ul.tap-list li:nth-child(8) {
    top: 27.8vw;
    left: 10.2vw;
  }
}
section.access .map ul.tap-list li:nth-child(9) {
  top: 599px;
  left: 699px;
}
@media screen and (max-width: 1130px) {
  section.access .map ul.tap-list li:nth-child(9) {
    top: 53vw;
    left: 61.9vw;
  }
}
section.access .map iframe {
  width: 100% !important;
  height: 400px !important;
}
@media screen and (max-width: 767px) {
  section.access .map iframe {
    height: 300px !important;
  }
}
section.access ul.btn-list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  section.access ul.btn-list {
    gap: 0;
    flex-direction: column;
  }
}
section.access ul.btn-list li {
  width: 300px;
}
@media screen and (max-width: 767px) {
  section.access ul.btn-list li {
    margin: 0 auto;
  }
}
section.access ul.btn-list li .btn_box {
  margin-top: 20px;
}
section.access ul.btn-list li .btn_box a {
  position: relative;
  max-width: 290px;
}
@media screen and (max-width: 767px) {
  section.access ul.btn-list li .btn_box a {
    width: 100%;
  }
}
section.access ul.btn-list li .btn_box a:after {
  content: "";
  background: url(/media/images/common/icn_blank2_w.png) no-repeat center;
  background-size: 15px;
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
  width: 18px;
  height: 18px;
}
section.access p.note {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s, pointer-events 0.4s;
}
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition: opacity 0.4s, visibility 0.4s, pointer-events 0.4s;
}
.modal.ready {
  transition: opacity 0.3s ease;
}
.modal .bg {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}
.modal ul.modal-list > li {
  display: none;
  background-color: #fff;
  width: 90%;
  height: 90%;
  max-width: 1100px;
  max-height: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/media/images/common/bg_modal.jpg) no-repeat left top var(--clr-white);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 55px 20px;
}
@media screen and (max-width: 767px) {
  .modal ul.modal-list > li {
    max-height: 100%;
    height: 80vh;
    padding: 20px 5%;
  }
}
.modal ul.modal-list > li .btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal ul.modal-list > li .btn-close {
    top: 15px;
    right: 15px;
  }
}
.modal ul.modal-list > li .inner {
  width: 95%;
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 120px 0;
}
@media screen and (max-width: 767px) {
  .modal ul.modal-list > li .inner {
    max-height: 100%;
    height: 72vh;
    gap: 60px 0;
  }
}
.modal ul.modal-list > li .inner > h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: -90px;
  padding-left: 1.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal ul.modal-list > li .inner > h2 {
    margin-bottom: -10px;
    font-size: 20px;
    translate: 0 20px;
  }
}
.modal ul.modal-list > li .inner > h2 span {
  width: 24px;
  height: 24px;
  background: #3baa92;
  display: inline-block;
  margin-left: -35px;
  margin-right: 10px;
  margin-top: 8px;
  translate: 0 3px;
}
@media screen and (max-width: 767px) {
  .modal ul.modal-list > li .inner > h2 span {
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-left: -30px;
    translate: 0 3px;
  }
}
.modal ul.modal-list > li .inner > h2:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 1em;
  height: 1em;
}
.modal ul.modal-list > li .inner > h2.color1:before {
  background-color: #a879a8;
}
.modal ul.modal-list > li .inner > h2.color2:before {
  background-color: #ebc633;
}
.modal ul.modal-list > li .inner > h2.color3:before {
  background-color: #a4c141;
}
.modal ul.modal-list > li .inner > h2.color4:before {
  background-color: #5da892;
}
.modal ul.modal-list > li .inner > h2.color5:before {
  background-color: #db6a5a;
}
.modal ul.modal-list > li .inner > h2.color6:before {
  background-color: #779ac7;
}
.modal ul.modal-list > li .inner > p {
  font-size: 16px;
  line-height: 1.7;
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  .modal ul.modal-list > li .inner > p {
    margin-top: -30px;
    font-size: 15px;
  }
}
.modal ul.modal-list > li .inner .txt-box {
  width: 97%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .modal ul.modal-list > li .inner .txt-box {
    width: 100%;
  }
}
.modal ul.modal-list > li .inner .txt-box h2 {
  border-bottom: 1px solid #000;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
}
@media screen and (max-width: 850px) {
  .modal ul.modal-list > li .inner .txt-box h2 {
    margin-top: 25px;
    font-size: 20px;
  }
}
.modal ul.modal-list > li .inner .txt-box p {
  margin-top: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .modal ul.modal-list > li .inner .txt-box p {
    font-size: 14px;
    margin-top: 15px;
  }
}
.modal ul.modal-list > li .inner .section-box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0 5%;
}
.modal ul.modal-list > li .inner .section-box .img {
  width: 50%;
  margin: 0 auto 40px;
  border: 1px solid #888;
}
@media screen and (max-width: 850px) {
  .modal ul.modal-list > li .inner .section-box .img {
    width: 70%;
    margin: 0 auto;
  }
}
.modal ul.modal-list > li .inner .section-box .img img {
  width: 100%;
}
.modal ul.modal-list > li .inner .section-box .txt-area {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .modal ul.modal-list > li .inner .section-box .txt-area {
    width: 100%;
  }
}
.modal ul.modal-list > li .inner .section-box .txt-area h2 {
  border-bottom: 1px solid #000;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
}
@media screen and (max-width: 850px) {
  .modal ul.modal-list > li .inner .section-box .txt-area h2 {
    margin-top: 30px;
    font-size: 16px;
  }
}
.modal ul.modal-list > li .inner .section-box .txt-area > p {
  margin-top: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .modal ul.modal-list > li .inner .section-box .txt-area > p {
    font-size: 14px;
  }
}
.modal ul.modal-list > li .inner .section-box .txt-area ul.section-list {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 40px;
}
@media screen and (max-width: 980px) {
  .modal ul.modal-list > li .inner .section-box .txt-area ul.section-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 850px) {
  .modal ul.modal-list > li .inner .section-box .txt-area ul.section-list {
    gap: 25px;
  }
}
.modal ul.modal-list > li .inner .section-box .txt-area ul.section-list + h2 {
  margin-top: 60px;
}
@media screen and (max-width: 850px) {
  .modal ul.modal-list > li .inner .section-box .txt-area ul.section-list + h2 {
    margin-top: 30px;
  }
}
.modal ul.modal-list > li .inner .section-box .txt-area ul.section-list li a {
  line-height: 1.5;
  text-decoration: underline;
  font-size: 16px;
  display: inline-block;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media (any-hover: hover) {
  .modal ul.modal-list > li .inner .section-box .txt-area ul.section-list li a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .modal ul.modal-list > li .inner .section-box .txt-area ul.section-list li a {
    font-size: 14px;
  }
}
.modal ul.modal-list > li .inner p.rising {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .modal ul.modal-list > li .inner p.rising {
    width: 100%;
  }
}
.modal ul.modal-list > li .inner .matching-link {
  display: inline-block;
  margin-top: 1em;
  color: var(--clr-blue);
  text-decoration: underline;
}
@media (any-hover: hover) {
  .modal ul.modal-list > li .inner .matching-link:hover {
    text-decoration: none;
  }
}

.btn_box-list {
  margin-top: 40px;
}/*# sourceMappingURL=style.css.map */