@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

li,
ol {
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: underline;
}

a:active,
a:hover {
  outline-width: 0;
}

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

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

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

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

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

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

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

img {
  border-style: none;
  image-rendering: -webkit-optimize-contrast;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

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

html {
  font-size: 62.5%;
}
html.is-fixed {
  overflow: hidden;
}

body {
  color: #333333;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 2;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1160px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: #333333;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button {
  cursor: pointer;
}
button:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
@-moz-document url-prefix() {
  button:focus-visible {
    outline: auto;
  }
}

.l-section_inner {
  width: 1160px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .l-section_inner {
    width: 100%;
    padding: 0 15px;
  }
}

.c-link_box {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.6);
  z-index: 50;
}
.c-link_box_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1160px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .c-link_box_list {
    width: 100%;
    padding: 0 15px;
  }
}
.c-link_box_list {
  padding: 0;
  border-left: 1px solid #333333;
}
@media screen and (max-width: 768px) {
  .c-link_box_list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
  }
}
.c-link_box_item {
  width: 11.1111111111%;
}
@media screen and (max-width: 768px) {
  .c-link_box_item {
    width: 33.3333333333%;
  }
}
.c-link_box_item:not(:last-child) {
  border-right: 1px solid #333333;
}
.c-link_box_item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding: 16px 0;
  background: #f47878;
}
@media screen and (max-width: 768px) {
  .c-link_box_item a {
    font-size: 1rem;
    padding: 4px;
  }
}
.c-link_box_item a.--none {
  background: #A7A6A7;
}
.c-link_box .js-link_close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  width: 32px;
  height: 32px;
  background: #156082;
  border-radius: 8px;
  cursor: pointer;
}
.c-secondary_heading {
  position: relative;
  font-size: 4rem;
  letter-spacing: 3px;
  font-weight: bold;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .c-secondary_heading {
    font-size: 2.1rem;
    letter-spacing: 2px;
    padding-left: 30px;
  }
}
.c-secondary_heading::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background: #156082;
}
.c-text_link {
  color: #156082;
  text-decoration: underline;
  cursor: pointer;
}
.c-border_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #156082;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  max-width: 300px;
  padding: 18px 40px;
  background: #FFFFFF;
  border: 1px solid #156082;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-border_button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    color: #156082;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding: 15px 32px;
    background: #FFFFFF;
    border: 1px solid #156082;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.c-border_button_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 15px;
  height: 15px;
}
.c-border_button.--down .c-border_button_icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .c-border_button.--down .c-border_button_icon {
    right: 10px;
  }
}
.c-square_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  max-width: 300px;
  padding: 18px 40px;
  background: #156082;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-square_button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding: 15px 32px;
    background: #156082;
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.c-square_button_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 15px;
  height: 15px;
}
.c-square_button.--down .c-border_button_icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .c-square_button.--down .c-border_button_icon {
    right: 10px;
  }
}
.c-local_navigation {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.15);
  z-index: 20;
}
.c-local_navigation_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.c-local_navigation_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #FFFFFF;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  width: 100%;
  padding: 39px 16px;
  background: #156082;
}
@media screen and (max-width: 768px) {
  .c-local_navigation_button {
    font-size: 1.4rem;
    padding: 19px 16px 18px;
  }
}
.c-local_navigation_button:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 80px;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .c-local_navigation_button:last-child::before {
    height: 40px;
  }
}
.c-pageTop {
  position: fixed;
  bottom: 32px;
  right: 20px;
  width: 80px;
  height: 80px;
  background: #FFFFFF;
  border: 1px solid #156082;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .c-pageTop {
    display: none;
  }
}
.c-popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 50;
}
.c-popup_film {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.c-popup_modal {
  position: absolute;
  width: 620px;
  padding: 48px 0;
  background: #FFFFFF;
  border: 3px solid #333333;
}
@media screen and (max-width: 768px) {
  .c-popup_modal {
    width: 90%;
  }
}
.c-popup_modal_close {
  position: absolute;
  top: 0;
  right: 16px;
  width: 24px;
  height: 24px;
  background: #333333;
  border-radius: 0 0 8px 8px;
}
.c-popup_modal_close::before, .c-popup_modal_close::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 2px;
  background: #A7A6A7;
}
.c-popup_modal_close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-popup_modal_close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-popup_modal_inner {
  padding: 0 32px;
}
.c-popup_modal_text {
  text-align: center;
}
.c-popup_modal_button {
  display: block;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  width: 240px;
  margin: 32px auto 0;
  padding: 8px;
  background: #166082;
}
.c-popup_modal_annotation {
  font-size: 12px;
  text-align: center;
  margin-top: 16px;
}

.l-header {
  width: 100%;
  background: #FFFFFF;
}
.l-header_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 86px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .l-header_inner {
    height: 42px;
    padding: 0 15px;
  }
}
.l-header_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
@media screen and (max-width: 768px) {
  .l-header_logo {
    gap: 0 8px;
  }
}
.l-header_logo_text {
  color: #156082;
  font-size: 2.4rem;
  letter-spacing: 3px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-header_logo_text {
    font-size: 13px;
    letter-spacing: 1.5px;
  }
}
.l-header_navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
}
.l-header_navigation_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 768px) {
  .l-header_navigation_list {
    display: none;
  }
}
.l-header_navigation_item {
  width: 250px;
}
.l-header_navigation_button {
  font-size: 1.5rem;
  padding: 7px 40px;
}
@media screen and (max-width: 768px) {
  .l-header_navigation_logo {
    width: 102.5px;
  }
}

.l-footer {
  padding: 75px 0;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 40px 0;
  }
}
.l-footer_logo {
  display: block;
  width: 258px;
  margin: 0 auto;
}
.l-footer_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 50px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .l-footer_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px 0;
    margin-top: 25px;
  }
}
.l-footer_link_item {
  line-height: 1.4;
}
.l-footer_link_item_text {
  display: inline-block;
  position: relative;
  color: #000;
  font-size: 15px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .l-footer_link_item_text {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.l-footer_link_item_icon {
  display: inline-block;
  position: relative;
  vertical-align: 10%;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .l-footer_link_item_icon {
    width: 10px;
    height: 7px;
    margin-left: 7px;
  }
}
.l-footer_link_item_icon::before, .l-footer_link_item_icon::after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
}
.l-footer_link_item_icon::before {
  top: 1px;
  left: -2px;
  width: 1px;
  height: 9px;
}
@media screen and (max-width: 768px) {
  .l-footer_link_item_icon::before {
    height: 8px;
  }
}
.l-footer_link_item_icon::after {
  top: 9px;
  left: -2px;
  width: 9px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .l-footer_link_item_icon::after {
    top: 8px;
    width: 10px;
  }
}
.l-footer_copy {
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .l-footer_copy {
    font-size: 1.2rem;
    margin-top: 25px;
  }
}