@charset "UTF-8";
@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl-none {
    display: none !important;
  }
}
@media screen and (max-width: 1439px) {
  .l-none {
    display: none !important;
  }
}
@media screen and (max-width: 919px) {
  .m-none {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .s-none {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .rs-none {
    display: none !important;
  }
}
body {
  color: #333;
  font-family: '';
  line-height: 1.5;
  letter-spacing: 0.06em;
  /* background-color: #ffffe0; */
}
h3 {
  display: block;
  font-size: 1.17em !important;
  margin-block: 1em !important;
  margin-inline: 0 !important;
  font-weight: 700 !important;
  unicode-bidi: isolate;
}
p {
  display: block;
  margin-block: 1em !important;
  margin-inline: 0 !important;
  unicode-bidi: isolate;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: -0.1px;
  }
}
a {
  color: #124f7b;
  text-decoration: underline;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
}
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}
a[href^='tel:'] {
  pointer-events: none;
}
@media screen and (max-width: 919px) {
  a[href^='tel:'] {
    pointer-events: unset;
  }
} /*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::after,
::before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  margin: 0;
}
.message,
.outline,
.group,
.news,
.contact {
  background-color: #ffffe0;
}
address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
dd {
  margin-left: 0;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: 'Noto Sans JP', sans-serif, 'Yu Gothic Medium', 'Yu Gothic',
    'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: inherit;
}
address,
em {
  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: 'Noto Sans JP', sans-serif, 'Yu Gothic Medium', 'Yu Gothic',
    'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
embed,
iframe,
img,
object,
svg {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: 0 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  cursor: pointer;
}
[type='button']:disabled,
[type='reset']:disabled,
[type='submit']:disabled,
button:disabled {
  cursor: default;
}
:-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;
}
[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;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
.inner {
  max-width: 1150px;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 919px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@font-face {
  font-family: FontAwesome;
  src: url(https://group.kouhoku.ed.jp/wp-content/themes/kohoku/assets/font/fontawesome-webfont.eot);
  src: url(https://group.kouhoku.ed.jp/wp-content/themes/kohoku/assets/font/fontawesome-webfont.eot?#iefix)
      format('embedded-opentype'),
    url(https://group.kouhoku.ed.jp/wp-content/themes/kohoku/assets/font/fontawesome-webfont.woff2)
      format('woff2'),
    url(https://group.kouhoku.ed.jp/wp-content/themes/kohoku/assets/font/fontawesome-webfont.woff)
      format('woff'),
    url(https://group.kouhoku.ed.jp/wp-content/themes/kohoku/assets/font/fontawesome-webfont.ttf)
      format('truetype'),
    url(https://group.kouhoku.ed.jp/wp-content/themes/kohoku/assets/font/fontawesome-webfont.svg#fontawesomeregular)
      format('svg');
  font-weight: 400;
  font-style: normal;
}
.u-txt-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .u-sp-txt-size12 {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-txt-left {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .u-mt40-sp {
    margin-top: 40px !important;
  }
}
.u-mb60 {
  margin-bottom: 60px !important;
}
.u-mb40 {
  margin-bottom: 40px !important;
}
.u-mb75 {
  margin-bottom: 75px !important;
}
.u-txt-size-small {
  font-size: 0.7em !important;
}
.u-pconly {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-pconly {
    display: none !important;
  }
}
.u-sponly {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sponly {
    display: block !important;
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif, 'Yu Gothic Medium', 'Yu Gothic',
    'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  color: #4b4b4b;
  overflow-x: hidden;
}
.c-heading2__title,
.c-heading3__title,
.c-heading4__title .en,
.c-heading__title,
.c-lead,
.p-article__title,
.p-contact__heading .en,
.p-imageUnit__heading .en,
.p-items__heading,
.p-mainvisual__scroll a,
.p-mainvisual__title,
.p-menu__list li .en,
.p-news__heading .en,
.p-pageTitle__title .en,
.p-pagetop a {
  font-family: 'Noto Sans JP', sans-serif, 'Yu Gothic Medium', 'Yu Gothic',
    'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.js-inview {
  transition: all 0.8s;
  opacity: 0;
  transform: translateY(50px);
}
.js-inview.js-inview-on {
  opacity: 1;
  transform: translateY(0);
}
.p-menu__hamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 32px 22px 26px;
  box-sizing: border-box;
  z-index: 100;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-menu__hamburger {
    width: 55px;
    height: 55px;
    padding: 19px 15px 20px;
  }
}
.p-menu__hamburgerIcon {
  position: relative;
  width: 36px;
  height: 22px;
  display: block;
  transition: all 0.4s;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-menu__hamburgerIcon {
    width: 25px;
    height: 16px;
  }
}
.p-menu__hamburgerIcon span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #4b4b4b;
  border-radius: 2px;
}
.p-menu__hamburgerIcon span:nth-of-type(1) {
  top: 0;
}
.p-menu__hamburgerIcon span:nth-of-type(2) {
  top: 10px;
}
.p-menu__hamburgerIcon span:nth-of-type(3) {
  left: auto;
  right: 0;
  bottom: 0;
  width: 25px;
}
@media screen and (max-width: 767px) {
  .p-menu__hamburgerIcon span:nth-of-type(1) {
    top: 0;
  }
  .p-menu__hamburgerIcon span:nth-of-type(2) {
    top: 7px;
  }
  .p-menu__hamburgerIcon span:nth-of-type(3) {
    width: 17px;
  }
}
.p-menu__body {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background-color: #fff;
  padding: 25px 80px;
  min-width: 320px;
  box-sizing: border-box;
  transform: translateX(100%);
  transition: transform 0.5s;
  transition-timing-function: cubic-bezier(0.55, 0, 0.55, 1);
}
.p-menu__logo {
  margin: 0 0 40px -15px;
  width: 173px;
  font-size: 100%;
  line-height: 1;
}
.p-menu__banner {
  margin: 40px 0 0;
  width: 240px;
  height: 70px;
  overflow: hidden;
}
.p-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-menu__item {
  position: relative;
  margin: 0 0 30px;
}
.p-menu__item .ja {
  display: inline-block;
  margin-right: 1rem;
}
.p-menu__item.is-current:before {
  transition: none;
  position: absolute;
  top: 14px;
  left: -80px;
  display: block;
  content: '';
  width: 50px !important;
  height: 2px;
  background-color: #124f7b;
  z-index: 200;
}
.p-menu__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 49;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  -webkit-tap-highlight-color: transparent;
}
.p-menu.is-opened .p-menu__body {
  transform: translateX(0);
}
.p-menu.is-opened .p-menu__hamburgerIcon span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.p-menu.is-opened .p-menu__hamburgerIcon span:nth-of-type(2) {
  opacity: 0;
}
.p-menu.is-opened .p-menu__hamburgerIcon span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-menu.is-opened .p-menu__hamburgerIcon span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  .p-menu.is-opened .p-menu__hamburgerIcon span:nth-of-type(2) {
    opacity: 0;
  }
  .p-menu.is-opened .p-menu__hamburgerIcon span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
    width: 100%;
  }
}
.p-menu.is-opened .p-menu__overlay {
  opacity: 1;
  visibility: visible;
}
.c-button {
  display: block;
  margin: 0 auto;
  max-width: 435px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #124f7b;
  background: 0 0;
  padding: 15px 40px;
  text-decoration: none;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease;
  color: inherit;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  z-index: 2;
  position: relative;
  overflow: hidden;
  outline: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-button {
    padding: 10px 30px;
  }
}
.c-button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #174261;
  transition: all 0.5s ease;
  transform: translateX(-100%);
  z-index: 1;
}
.c-button::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  background: url(../images/icon-arrow-black.svg) no-repeat 0 0;
  background-size: 50px auto;
  z-index: 2;
  transition: all 0.5s ease;
}
.c-button:hover {
  color: #fff;
  border-color: #4b4b4b;
}
.c-button:hover::before {
  transform: translateX(0);
}
.c-button:hover::after {
  background: url(../images/icon-arrow-white.svg) no-repeat 0 0;
}
.c-button.type-white {
  color: #fff;
  transition: all 0.5s ease;
  border-color: #fff;
  background-color: transparent;
}
.c-button.type-white::before {
  background-color: #fff;
}
.c-button.type-white::after {
  background: url(../images/icon-arrow-white.svg) no-repeat 0 0;
  transition: all 0.5s ease;
}
.c-button.type-white:hover {
  color: #174261;
}
.c-button.type-white:hover::after {
  background: url(../images/icon-arrow-black.svg) no-repeat 0 0;
}
.c-button.type-hoverGreen:hover {
  border-color: #124f7b;
  color: #fff;
}
.c-button.type-hoverGreen:hover::before {
  background-color: #124f7b;
}
.c-button.type-hoverGreen:hover::after {
  background-image: url(../images/icon-arrow-white.svg);
}
.c-button .text {
  position: relative;
  z-index: 3;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.l-main .p-mainvisual__textbox {
  position: absolute;
  /* color: #fff; */
  color: #0067b5;
  text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff,
    3px -3px 3px #fff, 3px 0px 3px #fff, -3px -0px 3px #fff, 0px 3px 3px #fff,
    0px -3px 3px #fff;
}
.l-main .p-mainvisual__title {
  font-size: 50px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 400;
  line-height: 1.4;
  text-wrap: nowrap;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-main .p-mainvisual__title {
    font-size: 1.6rem;
  }
}

.l-main .p-mainvisual__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: absolute;
  bottom: 50%;
  right: 0;
  z-index: 20;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .l-main .p-mainvisual__dots {
    bottom: 3%;
    left: 0;
    right: 0;
    transform: rotate(0);
  }
}
.l-main .p-mainvisual__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ddd;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.l-main .p-mainvisual__dot.active {
  background-color: #124f7b;
}
.l-main .p-mainvisual__list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 97vh;
}
@media screen and (max-width: 767px) {
  .l-main .p-mainvisual__list {
    overflow: hidden;
    height: 100vh;
  }
}
.l-main .p-mainvisual__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.l-main .p-mainvisual__item.active {
  opacity: 1;
  z-index: 1;
}
.l-main .p-mainvisual__item.type-01 {
  background-image: url(../images/img-mainvisual-01.jpg);
}

@supports (
  background-image:
    url('data:image/webp;base64,UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEIAAAIADQAAAJADQAAAJADQAAA==')
) {
  .l-main .p-mainvisual__item.type-01 {
    background-image: url(../images/img-mainvisual-01.webp);
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-mainvisual__item.type-01 {
    background-position: center center;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-mainvisual__item.type-01 .p-mainvisual {
    width: 100%;
    padding-right: 4rem;
  }
}
.l-main .p-mainvisual__item.type-01 .p-mainvisual__textbox {
  top: 35%;
  left: 10%;
}
@media screen and (max-width: 767px) {
  .l-main .p-mainvisual__item.type-01 .p-mainvisual__textbox {
    top: 30%;
    left: 5%;
  }
}
.l-main .p-mainvisual__item.type-01 .p-mainvisual__textbox a {
  display: block;
  max-width: 95%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-main .p-mainvisual__item.type-01 .p-mainvisual__text {
    margin-bottom: 2rem !important;
    max-width: 420px;
  }
}
.l-main .p-mainvisual__item.type-02 {
  background-image: url(../images/img-mainvisual-02.jpg);
}

@supports (
  background-image:
    url('data:image/webp;base64,UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEIAAAIADQAAAJADQAAAJADQAAA==')
) {
  .l-main .p-mainvisual__item.type-02 {
    background-image: url(../images/img-mainvisual-02.webp);
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-mainvisual__item.type-02 {
    background-position: center right;
  }
}
.l-main .p-mainvisual__item.type-02 .p-mainvisual__textbox {
  top: 35%;
  left: 10%;
}
@media screen and (max-width: 767px) {
  .l-main .p-mainvisual__item.type-02 .p-mainvisual__textbox {
    left: 5%;
    max-width: 660px;
    width: 100%;
  }
}
.l-main .p-mainvisual__item.type-02 .p-mainvisual__button {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-main .p-mainvisual__item.type-02 .p-mainvisual__button {
    max-width: 90%;
  }
}

.l-main .p-mainvisual__item.type-03 {
  background-image: url(../images/img-mainvisual-03.jpg);
}

@supports (
  background-image:
    url('data:image/webp;base64,UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEIAAAIADQAAAJADQAAAJADQAAA==')
) {
  .l-main .p-mainvisual__item.type-03 {
    background-image: url(../images/img-mainvisual-03.webp);
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-mainvisual__item.type-03 {
    background-position: 64% center;
  }
}
.l-main .p-mainvisual__item.type-03 .p-mainvisual__textbox {
  bottom: 20%;
  left: 5%;
}
@media screen and (max-width: 767px) {
  .l-main .p-mainvisual__item.type-03 .p-mainvisual__textbox {
    bottom: 15%;
    left: 5%;
  }
}
.l-main .p-mainvisual__item.type-04 {
  background-image: url(../images/img-mainvisual-05.jpg);
}

@supports (
  background-image:
    url('data:image/webp;base64,UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEIAAAIADQAAAJADQAAAJADQAAA==')
) {
  .l-main .p-mainvisual__item.type-04 {
    background-image: url(../images/img-mainvisual-05.webp);
  }
}
.l-main .p-mainvisual__item.type-04 .p-mainvisual__textbox {
  top: 30%;
  right: 10%;
}
@media screen and (max-width: 767px) {
  .l-main .p-mainvisual__item.type-04 {
    background-position: 13% center;
  }
  .l-main .p-mainvisual__item.type-04 .p-mainvisual__textbox {
    top: 20%;
    left: 5%;
  }
}
.l-main .p-mainvisual__button .c-button {
  margin: 0;
  width: 300px;
  background-color: #fff;
  color: #124f7b;
  border: none;
  text-shadow: none;
}
.l-main .p-mainvisual__button .c-button:hover {
  color: #fff;
}
.l-main .p-mainvisual__button .c-button:hover::after {
  background: url(../images/icon-arrow-white.svg) no-repeat 0 0;
}
.l-main .p-mainvisual__sub {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100.5%;
  background-color: #fff;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-main .p-mainvisual__sub {
    background: 0 0;
  }
}
.l-main .p-mainvisual__scroll {
  position: absolute;
  right: 20px;
  bottom: 105px;
  margin: 0;
  z-index: 10;
}
.l-main .p-mainvisual__scroll a {
  display: block;
  text-decoration: none;
  font-size: 14px;
}
.l-main .p-mainvisual__scroll a .text {
  display: inline-block;
  transform: rotate(-90deg);
}
.l-main .p-mainvisual__scroll a .line {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 80px;
  overflow: hidden;
}
.l-main .p-mainvisual__scroll a .line::before {
  position: absolute;
  left: 50%;
  top: 10px;
  display: block;
  content: '';
  width: 1px;
  height: 80px;
  background-color: #124f7b;
  animation: line 2s linear infinite;
  transform-origin: center top;
  margin-left: 1px;
}
/* .l-home {
  background-color: #fffbff;
} */
#main {
  transform: none;
  background-image: url('../images/bg-home.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
}

.p-pageTitle {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-pageTitle,
.p-about,
.p-keyvisual,
.p-imageUnit__image {
  mask-image: linear-gradient(
      to top,
      rgb(0 0 0 / 100%) 95%,
      rgb(0 0 0 / 0%) 100%
    ),
    linear-gradient(to bottom, rgb(0 0 0 / 100%) 95%, rgb(0 0 0 / 0%) 100%),
    linear-gradient(to left, rgb(0 0 0 / 100%) 95%, rgb(0 0 0 / 0%) 100%),
    linear-gradient(to right, rgb(0 0 0 / 100%) 95%, rgb(0 0 0 / 0%) 100%);
  mask-composite: intersect;
}

@media screen and (max-width: 767px) {
  .p-pageTitle {
    background-position: center;
  }
}
.p-pageTitle::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* background-color: rgba(0, 0, 0, 0.5); */
}
.p-pageTitle__title {
  position: relative;
  max-width: 1200px;
  height: 450px;
  margin: 0 auto;
  padding: 0 5vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* color: #fff; */
  color: #0067b5;
  text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff,
    3px -3px 3px #fff, 3px 0px 3px #fff, -3px -0px 3px #fff, 0px 3px 3px #fff,
    0px -3px 3px #fff;
  font-size: 100%;
  line-height: 1;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-pageTitle__title {
    height: 320px;
  }
}
.p-pageTitle__title .en {
  display: block;
  font-weight: 400;
  font-size: 65px;
  font-size: 4.0625rem;
  line-height: 0.9230769231;
}
@media screen and (max-width: 767px) {
  .p-pageTitle__title .en {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.p-pageTitle__title .ja {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-pageTitle__title .ja {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.l-contents__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 95px 20px 50px;
}
@media screen and (max-width: 767px) {
  .l-contents__inner {
    padding: 30px 20px 10px;
  }
}
.l-contents__inner .flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  padding-top: 40px;
}
.l-contents__inner .flex a {
  max-width: 480px;
  transition: none;
}
.l-contents__inner .flex a:hover {
  opacity: 0.8;
}
.l-contents__inner .flex a img {
  width: 100%;
}
.l-contents.type-gray {
  background-color: #f8f8f8;
}
.l-contents .l-section {
  margin: 0 0 100px;
}
.l-contents .l-section:first-child {
  margin-bottom: 50;
}
.l-contents .l-section:last-child {
  margin-bottom: 50px;
}
.l-contents.type-topMessage .l-contents__inner {
  padding: 140px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-contents.type-topMessage .l-contents__inner {
    padding-block: 80px 60px;
  }
}
.l-contents.type-topMessage .l-contents__inner::before {
  content: '';
  position: absolute;
  margin: 0 auto;
  width: 1px;
  height: 120px;
  background: #124f7b;
  top: -60px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .l-contents.type-topMessage .l-contents__inner::before {
    content: none;
  }
}
.c-heading {
  margin: 0 0 60px;
  padding: 0 0 20px;
  border-bottom: 1px solid #124f7b;
}
@media screen and (max-width: 767px) {
  .c-heading {
    margin: 0 0 30px;
  }
}
.c-heading__title {
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-heading__title {
    font-size: 28px;
    margin: 0;
  }
}
.c-heading2 {
  margin: 0 0 40px;
}
.c-heading2__title {
  margin: 0;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-heading2__title {
    font-size: 20px;
    text-align: center;
  }
}
.c-heading3 {
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .c-heading3 {
    margin: 0 0 20px;
  }
}
.c-heading3__title {
  position: relative;
  margin: 0;
  padding: 0 0 40px;
  font-weight: 400;
  font-size: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-heading3__title {
    font-size: 28px;
    padding-bottom: 10px;
    text-align: center;
  }
}
.c-heading3__title::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  content: '';
  max-width: 200px;
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
  transform: translate(-50%, 0);
}
.c-heading5 {
  font-weight: 400;
  color: #999;
  font-size: 20px;
  letter-spacing: -0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-heading5 {
    font-size: 16px;
  }
}
.c-heading5::before {
  content: '［';
  margin-right: 0.5em;
}
.c-heading5::after {
  content: '］';
  margin-left: 0.5em;
}
.c-lead {
  margin: 55px 0;
  color: #124f7b;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-lead {
    font-size: 18px;
  }
}
.p-vision {
  margin: 0;
}
.p-vision__list {
  list-style: none;
  margin: 60px 0 120px;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-vision__list {
    margin: 40px 0;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}
.p-vision__listItem {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30.8333333333%;
  min-height: 160px;
  margin: 0 10px;
  padding: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #124f7b;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-vision__listItem {
    width: 280px;
    font-size: 14px;
    min-height: auto;
  }
}
.p-vision__textbox {
  margin: 60px auto;
  max-width: 820px;
}
.p-vision__textbox .c-list {
  list-style-type: decimal;
  padding-inline: 2rem 1rem;
}
.p-vision__textbox .c-list li {
  color: #124f7b;
}
@media screen and (max-width: 767px) {
  .p-vision__textbox .c-list li {
    font-size: 14px;
  }
}
.p-vision__textbox .c-list li span {
  color: #4b4b4b;
}
.p-message__wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-message__wrap {
    flex-direction: column;
  }
}
.p-message__main {
  width: min(100%, 630px);
  margin-right: 20px;
}
.p-message__signature {
  margin: 40px 0 0 0;
  text-align: right;
}
.p-message__signature .post {
  display: inline-block;
  margin-right: 35px;
}
.p-message__signature .name {
  display: inline-block;
  font-size: 24px;
  line-height: 1.5;
}
.p-message__sub {
  width: 320px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-message__sub {
    width: 100%;
    margin-top: 1rem;
  }
}
.p-message__profile dt {
  font-weight: 400;
  color: #124f7b;
}
.p-message__profile dd {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-message__profile dd {
    font-size: 12px;
  }
}
.l-contents2 {
  position: relative;
  overflow: hidden;
}
.l-contents2:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: calc(50% + 540px);
  height: 100%;
  background: #f8f8f8;
}
.l-contents2.js-inview:before {
  transition: all 1s;
  transform: translateX(-100%);
}
.l-contents2.js-inview-on:before {
  transform: translateX(0);
}
.l-contents2__inner {
  position: relative;
  box-sizing: border-box;
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 20px 120px;
}
@media screen and (max-width: 767px) {
  .l-contents2__inner {
    padding: 0 0 40px;
  }
}
.l-contents2 .p-imageUnit {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-contents2 .p-imageUnit {
    flex-direction: column-reverse;
  }
}
.l-contents2 .p-imageUnit__image {
  order: 2;
  margin: 0 -100px 0 0;
  max-width: 660px;
}
@media screen and (max-width: 767px) {
  .l-contents2 .p-imageUnit__image {
    max-width: 100%;
  }
}
.l-contents2 .p-imageUnit__main {
  padding: 15px 0 0;
  max-width: 435px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .l-contents2 .p-imageUnit__main {
    max-width: 100%;
    margin: 0;
    padding-inline: 20px;
  }
}
.l-contents2 .p-imageUnit__heading {
  margin: 0 0 35px;
  padding: 0 0 35px;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (max-width: 767px) {
  .l-contents2 .p-imageUnit__heading {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.l-contents2 .p-imageUnit__heading .en {
  font-size: 40px;
  display: block;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-contents2 .p-imageUnit__heading .en {
    font-size: 28px;
    margin: 20px 0 0;
  }
}
.l-contents2 .p-imageUnit__heading .ja {
  display: block;
  margin: 20px 0 0;
  color: #124f7b;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .l-contents2 .p-imageUnit__heading .ja {
    margin: 16px 0 0;
  }
}
.l-contents2 .c-heading {
  margin: 0 0 60px;
  padding: 0 0 20px;
  border-bottom: 1px solid #124f7b;
}
@media screen and (max-width: 767px) {
  .l-contents2 .c-heading {
    margin: 0 0 24px;
  }
}
.l-contents2 .c-heading__title {
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-contents2 .c-heading__title {
    font-size: 28px;
    margin: 20px 0 0;
  }
}
.l-contents2 .c-list2 {
  margin: 20px 0;
  list-style-type: none;
  padding-left: 0;
}
.l-contents2 .c-list2 > li {
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .l-contents2 .c-list2 > li {
    font-size: 14px;
  }
}
.l-contents2 .c-list2 > li::before {
  position: absolute;
  top: 15px;
  left: 0;
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #124f7b;
}
.p-keyvisual {
  position: relative;
  height: 350px;
}
@media screen and (max-width: 767px) {
  .p-keyvisual {
    height: 200px;
  }
}
.p-keyvisual__image {
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.c-table {
  margin: 0 0 40px;
}
.c-table__body {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-table__body tr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.c-table__body tr th {
  width: 23%;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .c-table__body tr td {
    padding-top: 0 !important;
  }
}
.c-table__body tr td a {
  color: #124f7b !important;
  text-decoration: underline !important;
}
.c-table__body tr td a:hover {
  text-decoration: none;
}
.c-table__body tr td,
.c-table__body tr th {
  border: none;
  padding: 20px 25px;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-table__body tr td,
  .c-table__body tr th {
    width: 100%;
    padding: 20px 20px 15px;
    font-size: 14px;
  }
}
.c-table__body tr:nth-child(odd) td,
.c-table__body tr:nth-child(odd) th {
  background-color: #f8f8f8;
}
.p-items {
  margin: 0 0 130px;
}
.p-items__area {
  color: #124f7b;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif, 'Yu Gothic Medium', 'Yu Gothic',
    'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .p-items__area {
    padding-bottom: 40px;
  }
}
.p-items__heading {
  font-size: 32px;
  margin: 0 0 60px;
  white-space: nowrap;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-items__heading {
    font-size: 20px;
    padding-bottom: 24px;
  }
}
.p-items__heading::before {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #4b4b4b;
  margin-right: 50px;
}
.p-items__heading::after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #4b4b4b;
  margin-left: 50px;
}
.p-items__list {
  list-style: none;
  margin: -80px -10px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-items__list {
    flex-direction: column;
  }
}
.p-items__item {
  position: relative;
  box-sizing: border-box;
  width: 33.333%;
  padding: 0 10px;
  margin: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .p-items__item {
    width: 100%;
    margin: 40px 0 0;
  }
}
.p-items__item a {
  position: relative;
  display: block;
  text-decoration: none;
  z-index: 10;
  color: inherit;
}
.p-items__item a:hover .p-items__linktext {
  opacity: 1;
}
.p-items__item a:hover .p-items__image {
  overflow: hidden;
}
.p-items__item a:hover .p-items__image img {
  filter: blur(3px);
}
.p-items__head {
  position: relative;
}
.p-items__label {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  display: inline-block;
  min-width: 125px;
  padding: 8px 10px 7px;
  background-color: #fff;
  line-height: 1.2;
  text-align: center;
  z-index: 5;
}
.p-items__linktext {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 5;
  opacity: 0;
  transition: all 0.5s;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.p-items__linktext::after {
  display: inline-block;
  content: '';
  width: 25px;
  height: 18px;
  background: url(../images/icon-blank.svg) no-repeat 0 0;
  background-size: 25px auto;
  margin-left: 10px;
}
.p-items__image {
  /* border-top: 2px solid #0f0f0f; */
  margin: 0 0 15px;
}
.p-items__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 333/181;
  transition: all 0.3s;
}
.p-items__title {
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.4166666667;
  text-align: center;
}
.p-items__banner {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.4em;
}
.p-items__banner img {
  height: 50px;
}
.p-items__category {
  margin: -5px 0 15px;
  color: #124f7b;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-items__category::before {
  display: block;
  content: '';
  max-width: 40px;
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
}
.p-items__category::after {
  display: block;
  content: '';
  max-width: 40px;
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
}
.p-items__text {
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}
.p-items__text .code {
  margin-right: 0.5em;
}
.p-items__text .phone {
  display: block;
}

/* 情報公開の追加CSS */
#list-disclosure a {
  text-decoration: underline;
}

#list-disclosure a[href$='.pdf']:before {
  content: url(../images/icon-pdf.png);
  margin-right: 5px;
  vertical-align: text-top;
  text-decoration: none;
  float: left;
}
#list-disclosure dt {
  background-color: #f8f8f8;
  border-left: 10px solid #0067b5;
  color: #0067b5;
  margin-bottom: 20px;
  padding: 10px 15px;
  margin-top: 2em !important;
}

#list-disclosure dt:first-child {
  margin-top: 0 !important;
}

#list-disclosure dt img {
  margin-right: 5px;
  vertical-align: sub;
  width: 20px;
}

#list-disclosure dd {
  margin-bottom: 10px;
}

.p-privacy {
  margin: 0 0 70px;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    margin: 0 0 35px;
  }
}
.p-privacy__head {
  text-align: center;
}
.p-privacy__body {
  margin: 60px 0 0;
  overflow: hidden;
}
.p-privacy__body section:not(:last-child) {
  margin-bottom: 2em;
}
.p-privacy__close {
  margin: 30px 0 0;
  text-align: right;
}
.p-privacy__close a {
  display: inline-block;
  color: #4b4b4b;
  text-decoration: none;
}
.p-privacy__close a::after {
  display: inline-block;
  content: '';
  width: 20px;
  height: 13px;
  background: url(../images/icon-close.webp) no-repeat 0 0;
  background-size: 20px auto;
  margin-left: 20px;
}
.contact .p-pageTitle {
  background-image: url(../images/img-inquiry.jpg);
  background-size: cover;
  background-position: center center;
}

@supports (
  background-image:
    url('data:image/webp;base64,UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEIAAAIADQAAAJADQAAAJADQAAA==')
) {
  .contact .p-pageTitle {
    background-image: url(../images/img-inquiry.webp);
  }
}
.contact .p-privacy a {
  color: #124f7b;
  text-decoration: underline;
}
.contact .p-privacy a:hover {
  text-decoration: none;
}
.contact .p-privacy__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.contact .p-privacy__body.is-open {
  max-height: 2000px;
}
.contact-form {
  margin-bottom: 50px;
  width: 100%;
}
.contact-form tr:not(:last-child) td,
.contact-form tr:not(:last-child) th {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contact-form tr:not(:last-child) {
    display: flex;
    flex-direction: column;
  }
}
.contact-form tr th {
  width: 300px;
  padding-right: 25px;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .contact-form tr th {
    width: fit-content;
    padding-bottom: 1rem !important;
    padding-right: 95px;
  }
}
.contact-form tr .is-required {
  position: relative;
}
.contact-form tr .is-required::after {
  content: '必須';
  margin-left: 10px;
  display: inline-block;
  background-color: #124f7b;
  color: #fff;
  width: 80px;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  position: absolute;
  right: 25px;
}
@media screen and (max-width: 767px) {
  .contact-form tr .is-required::after {
    right: 0;
  }
}
.contact-form tr .textarea {
  vertical-align: top;
  padding-top: 5px;
}
.contact-form tr td input {
  padding: 5px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
  background-color: #fff;
  width: 100%;
  font-size: 16px;
  line-height: 2.1875;
}
.contact-form tr td textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 20px;
  border: 1px solid #d5d5d5;
  background-color: #fff;
  width: 100%;
  resize: vertical;
  height: 255px;
  min-width: 225px;
}
.contact-form._confirm tr:last-child td {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact-button {
  overflow: hidden !important;
  max-width: 500px;
  width: 100%;
  height: 67px;
  position: relative;
  transition: all 0.8s ease;
}
.contact-button input {
  display: block;
  max-width: 500px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #124f7b !important;
  background: 0 0 !important;
  padding: 15px 40px !important;
  text-decoration: none;
  text-align: center;
  text-decoration: none;
  color: #124f7b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875;
  z-index: 2;
  overflow: hidden !important;
  outline: 0;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease;
  z-index: 3;
}
.contact-button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #4b4b4b;
  transition: all 0.5s ease;
  transform: translateX(-100%);
  z-index: 0;
}
.contact-button::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  background: url(../images/icon-arrow-black.svg) no-repeat 0 0;
  background-size: 50px auto;
  z-index: 2;
}
.contact-button._preview input {
  margin-top: -32px;
}
.contact-button:hover {
  background: #4b4b4b !important;
}
.contact-button:hover input {
  color: #fff;
  border-color: #4b4b4b !important;
}
.contact-button:hover::before {
  transform: translateX(0);
}
.contact-button:hover::after {
  background-image: url(../images/icon-arrow-white.svg);
}
.p-contact {
  background-color: #fcfcfc;
  overflow: hidden;
}
.p-contact__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 20px 120px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    display: block;
    padding: 10px 20px 0;
    overflow: hidden;
  }
}
.p-contact__image {
  order: 2;
  margin-right: -100px;
  max-width: 660px;
}
@media screen and (max-width: 767px) {
  .p-contact__image {
    margin-right: 0;
    margin-bottom: 24px;
    max-width: 100%;
  }
}
.p-contact__main {
  max-width: 435px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-contact__main {
    margin: 0 0 60px;
    width: auto;
    max-width: none;
  }
}
.p-contact__heading {
  margin: 0 0 35px;
  padding: 0 0 35px;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (max-width: 767px) {
  .p-contact__heading {
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
}
.p-contact__heading .en {
  display: block;
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-contact__heading .en {
    font-size: 28px;
  }
}
.p-contact__heading .ja {
  display: block;
  margin: 20px 0 0;
  color: #124f7b;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .p-contact__phone {
    margin: 25px 0 35px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
    text-align: center;
  }
}
.p-contact__phone em {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  margin-right: 10px;
  font-size: 125%;
}
@media screen and (max-width: 767px) {
  .p-contact__phone em {
    display: block;
    margin: 0;
  }
}
.p-contact__button {
  margin: 40px 0 0;
}

.l-footer {
  background-color: #124f7b;
  border-bottom: 1px solid #fff;
}
.l-footer__inner {
  position: relative;
  margin: 0 auto;
  padding: clamp(48px, 6vw, 48px) clamp(32px, 12vw, 400px);
  color: #fff;
}
.p-footer {
  display: flex;
  gap: clamp(24px, 4vw, 80px);
}
.p-footer__logo {
  max-width: 240px;
}
.p-footer__address {
  flex: 0 0 clamp(220px, 28vw, 320px);
}
.p-footer__sitemap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: clamp(12px, 1.5vw, 32px);
  padding-block: clamp(12px, 2vw, 36px);
}

.p-footer__sitemap li a {
  display: inline-flex;
  align-items: center;
}

.p-footer__sitemap li a::before {
  content: '';
  margin-right: 8px;
  width: 0;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.p-copyright {
  color: #fff;
  text-align: center;
}
.p-footer__address {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-footer {
    display: block;
  }
  .p-footer__address {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .p-footer__sitemap {
    display: inline;
    text-align: center;
  }
}
.l-footer__inner .p-pagetop {
  position: absolute;
  top: 30px;
  margin: 0;
  right: 0;
  color: #fff;
}
.l-footer__inner .p-pagetop a {
  display: block;
  padding: 0 10px 100px 10px;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  line-height: 1;
}
.l-footer__inner .p-pagetop a .text {
  display: inline-block;
  transform: rotate(-90deg);
  margin-right: 6px;
}
.l-footer__inner .p-pagetop a .line {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 80px;
  overflow: hidden;
  transform: rotate(-180deg);
}
.l-footer__inner .p-pagetop a .line::before {
  position: absolute;
  left: 50%;
  top: 10px;
  display: block;
  content: '';
  width: 1px;
  height: 80px;
  background-color: #fff;
  animation: line 2s linear infinite;
  transform-origin: center top;
  margin-left: 1px;
}

@keyframes line {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.c-heading4 {
  margin: 0 0 40px;
}
.c-heading4__title {
  position: relative;
  text-align: center;
  margin: 0 0 35px;
  padding: 0 0 35px;
}
.c-heading4__title::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  content: '';
  max-width: 200px;
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
  transform: translate(-50%, 0);
}
.c-heading4__title .en {
  display: block;
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-heading4__title .en {
    font-size: 28px;
  }
}
.c-heading4__title .ja {
  display: block;
  margin: 20px 0 0;
  color: #124f7b;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.25;
}
.p-about {
  position: relative;
  background: url(../images/img-outline01.jpg) no-repeat 50% 20%;
  background-size: cover;
}

@supports (
  background-image:
    url('data:image/webp;base64,UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEIAAAIADQAAAJADQAAAJADQAAA==')
) {
  .p-about {
    background-image: url(../images/img-outline01.webp);
  }
}
.p-about::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.3) 49%,
    rgba(84, 84, 84, 0) 100%
  );
}
.p-about__inner {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    padding-block: 60px;
  }
}
.p-about .c-heading4__title .ja {
  color: #fff;
}
.banner-pc-area {
  display: block;
  box-shadow: 5px 0 17px -6px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.group .p-pageTitle {
  background-image: url(../images/img-group.jpg);
  background-size: cover;
  background-position: center 20%;
}

@supports (
  background-image:
    url('data:image/webp;base64,UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEIAAAIADQAAAJADQAAAJADQAAA==')
) {
  .group .p-pageTitle {
    background-image: url(../images/img-group.webp);
  }
}
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transform: translateY(-100%);
  transition: transform 1s;
}
.l-header.is-header-visible {
  transition-delay: 1s;
  transform: translateY(0);
}
.l-header__inner {
  padding: 32px 130px 0 40px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 10px 15px 16px;
  }
}
.l-header:before {
  position: absolute;
  left: 0;
  bottom: 4px;
  display: block;
  content: '';
  width: 100%;
  height: 4px;
}
.l-header .p-sitetitle {
  margin: 0;
  /* width: 173px; */
  width: 300px;
}
.l-header .p-sitetitle a {
  display: block;
}
.l-header .p-sitetitle a img {
  width: 100%;
}
.l-header .p-globalnavi {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-header .p-globalnavi {
    display: none;
  }
}
.l-header .p-globalnavi__list {
  list-style: none;
  margin: 0;
  padding: 16px 0 0 0;
  display: flex;
}
.l-header .p-globalnavi__item {
  margin: 0 0 0 18px;
  font-weight: 400;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.7142857143;
}
.l-header .p-globalnavi__item a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.l-header .p-globalnavi__item a:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s ease-in;
}
.l-header .p-globalnavi__item > a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.is-header-visible .l-header {
  transform: translateY(0);
}
.is-header-visible-delayed .l-header {
  transition-delay: 1s;
}
.message .p-pageTitle {
  background-image: url(../images/img-message01.jpg);
  background-position: left 30%;
}
/* dropdown */
.dropdown {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: clamp(6px, 1vw, 14px);
}
.dropdown-menu {
  width: clamp(160px, 18vw, 220px);
  display: none;
}
.dropdown-menu:nth-child(3) {
  border-left: 1px solid #fff;
  left: 50%;
  transform: translateX(-50%);
}
.dropdown__item {
  background: #0067b5;
  border-bottom: 1px solid #fff;
  text-wrap: wrap;
}
.dropdown__item:last-child {
  border-bottom: none;
}
.dropdown__link {
  font-size: 0.875rem;
  padding: clamp(8px, 1.2vw, 12px) clamp(14px, 2vw, 24px);

  line-height: 130%;
  text-decoration: none;
  color: #fff;
}
.dropdown.is-active > .dropdown-menu {
  display: block;
}

@supports (
  background-image:
    url('data:image/webp;base64,UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEIAAAIADQAAAJADQAAAJADQAAA==')
) {
  .message .p-pageTitle {
    background-image: url(../images/img-message01.webp);
  }
}
.message .p-keyvisual__image {
  background-image: url(../images/img-mainvisual-04.jpg);
}
@supports (
  background-image:
    url('data:image/webp;base64,UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEIAAAIADQAAAJADQAAAJADQAAA==')
) {
  .message .p-keyvisual__image {
    background-image: url(../images/img-mainvisual-04.webp);
  }
}
.news .p-pageTitle {
  background-image: url(../images/img-information.jpg);
  background-position: center center;
  background-size: cover;
}

@supports (
  background-image:
    url('data:image/webp;base64,UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEIAAAIADQAAAJADQAAAJADQAAA==')
) {
  .news .p-pageTitle {
    background-image: url(../images/img-information.webp);
  }
}
.n-archive {
  padding: 0 0 80px;
  position: relative;
}
.n-archive__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 95px 20px 50px;
}
@media screen and (max-width: 767px) {
  .n-archive__inner {
    padding: 30px 20px 10px;
  }
}
.n-archive__wrap {
  clear: both;
  margin: 0;
  padding: 0;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (max-width: 767px) {
  .n-archive__wrap {
    border-bottom: none;
  }
}
.n-archive__heading {
  position: relative;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 100%;
  line-height: 1;
  z-index: 5;
  font-family: 'Noto Sans JP', sans-serif, 'Yu Gothic Medium', 'Yu Gothic',
    'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .n-archive__heading {
    flex-direction: column;
    gap: 15px;
  }
}
.n-archive__heading h2 {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .n-archive__heading h2 {
    flex-direction: column;
    gap: 4px;
  }
}
.n-archive__heading h2 .en {
  display: block;
  font-weight: 400;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .n-archive__heading h2 .en {
    font-size: 28px;
  }
}
.n-archive__heading h2 .ja {
  display: block;
  color: #124f7b;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .n-archive__heading h2 .ja {
    font-size: 14px;
  }
}
.n-archive__more {
  z-index: 10;
}
.n-archive__more a {
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  background: 0 0;
  padding: 15px 40px;
  text-decoration: none;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease;
  color: inherit;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  z-index: 2;
  position: relative;
  overflow: hidden;
  outline: 0;
  cursor: pointer;
  width: 123px;
  padding: 5px;
  border: #4b4b4b 1px solid;
  font-size: 16px;
}
.n-archive__more a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #174261;
  transition: all 0.5s ease;
  transform: translateX(-100%);
  z-index: 1;
}
.n-archive__more a:hover {
  color: #fff;
  border-color: #4b4b4b;
}
.n-archive__more a:hover:before {
  transform: translateX(0);
}
.n-archive__more a .text {
  position: relative;
  z-index: 3;
}
.n-archive .news-link {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .n-archive .news-link {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 10px;
    gap: 16px;
    border-bottom: 1px solid #d5d5d5;
  }
}
.n-archive .news-link:hover {
  color: #124f7b;
}
.n-archive .news-date {
  box-sizing: border-box;
  padding: 20px 10px;
  width: 17%;
  border-right: 1px solid #d5d5d5;
  text-align: center;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .n-archive .news-date {
    width: fit-content;
    border: none;
    padding: 0;
  }
}
.n-archive .news-title {
  box-sizing: border-box;
  padding-inline: 40px;
  margin: 0 !important;
  width: 83%;
}
@media screen and (max-width: 767px) {
  .n-archive .news-title {
    width: fit-content;
    padding-inline: 0;
  }
}
.n-archive .news-item:not(:first-child) .news-date::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: '';
  width: 25px;
  height: 1px;
  background-color: #d5d5d5;
  transform: translate(50%, 0);
}
@media screen and (max-width: 767px) {
  .n-archive .news-item:not(:first-child) .news-date::after {
    content: none;
  }
}
.n-content__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 95px 20px 50px;
}
.n-content__inner .news-date {
  display: block;
  margin: 0 20px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .n-content__inner {
    padding: 30px 20px 10px;
  }
}
.n-content__ttl {
  margin: 0 0 30px;
  padding: 0 20px 20px;
  font-weight: 400;
  font-size: 32px;
  border-bottom: 1px solid #124f7b;
}
@media screen and (max-width: 767px) {
  .n-content__ttl {
    font-size: 20px;
  }
}
.n-content__group a {
  color: #124f7b;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.n-content__group a:hover {
  opacity: 0.7;
}
.n-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5rem;
}
.n-nav__button a {
  display: block;
  max-width: 200px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #124f7b;
  background: 0 0;
  padding: 15px 40px;
  text-decoration: none;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease;
  color: inherit;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  z-index: 2;
  position: relative;
  overflow: hidden;
  outline: 0;
  cursor: pointer;
}
.n-nav__button a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #4b4b4b;
  transition: all 0.5s ease;
  transform: translateX(-101%);
  z-index: -1;
}
.n-nav__button a:hover {
  color: #fff;
}
.n-nav__button a:hover::before {
  transform: translateX(0);
}
.n-nav._archive {
  justify-content: center;
  gap: 1.5rem;
}
.n-nav._archive .next.page-numbers,
.n-nav._archive .prev.page-numbers {
  display: block;
  max-width: 150px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #124f7b;
  background: 0 0;
  padding: 12px 10px;
  text-decoration: none;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease;
  color: inherit;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  z-index: 2;
  position: relative;
  overflow: hidden;
  outline: 0;
  cursor: pointer;
}
.n-nav._archive .next.page-numbers::before,
.n-nav._archive .prev.page-numbers::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #4b4b4b;
  transition: all 0.5s ease;
  transform: translateX(-101%);
  z-index: -1;
}
.n-nav._archive .next.page-numbers:hover,
.n-nav._archive .prev.page-numbers:hover {
  color: #fff;
}
.n-nav._archive .next.page-numbers:hover::before,
.n-nav._archive .prev.page-numbers:hover::before {
  transform: translateX(0);
}
.n-nav._archive .page-numbers {
  text-decoration: underline;
  font-weight: 700;
}
.n-nav._archive .page-numbers.current {
  text-decoration: none;
}
.outline .p-pageTitle {
  background-image: url(../images/img-outline01.jpg);
  background-size: cover;
  background-position: center 20%;
}

@supports (
  background-image:
    url('data:image/webp;base64,UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEIAAAIADQAAAJADQAAAJADQAAA==')
) {
  .outline .p-pageTitle {
    background-image: url(../images/img-outline01.webp);
  }
}
.outline .p-keyvisual__image {
  background-image: url(../images/img-outline02.jpg);
}

@supports (
  background-image:
    url('data:image/webp;base64,UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEIAAAIADQAAAJADQAAAJADQAAA==')
) {
  .outline .p-keyvisual__image {
    background-image: url(../images/img-outline02.webp);
  }
}

/* 追加CSS */
/* ========= 共通ユーティリティ ========= */
/* 視覚的に隠す（スクリーンリーダー向け） */
.u-sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ===== Officers Table: underline-only, minimal ===== */
.officers__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: transparent;
  border: 0;
}

.officers__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px; /* 必要に応じて 600–760px で調整 */
  font-variant-numeric: tabular-nums;
}

/* 見出し：細く・薄め（ご要望反映） */
.officers__table thead th {
  text-align: left;
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  color: #4b4b4b;
  padding: 0.75rem 0;
  border-bottom: 1px solid #d1d5db; /* 薄い下線 */
  white-space: nowrap;
}

/* 本文：各行の下にだけ細線、余白で魅せる */
.officers__table tbody td {
  padding: 0.85rem 0;
  vertical-align: top;
  line-height: 1.7;
  color: #4b4b4b;
  border-bottom: 1px solid #e7eaf0; /* 薄めの下線 */
}

/* 役職名列をやや締め、氏名は適度に */
.officers__table thead th:first-child,
.officers__table tbody td:first-child {
  width: 18%;
  color: #4b4b4b;
}
.officers__table thead th:nth-child(2),
.officers__table tbody td:nth-child(2) {
  width: 18%;
}
.officers__table thead th:nth-child(3),
.officers__table tbody td:nth-child(3) {
  width: 64%;
}

/* ホバー時：下線だけ少し濃く */
.officers__table tbody tr:hover td {
  border-bottom-color: #cbd5e1;
}

/* ダークモード（控えめ） */
@media (prefers-color-scheme: dark) {
  .officers__table thead th {
    color: #e5e7eb;
    border-bottom-color: #64748b;
  }
  .officers__table tbody td {
    color: #e5e7eb;
    border-bottom-color: #475569;
  }
  .officers__table tbody tr:hover td {
    border-bottom-color: #64748b;
  }
}

/* ===== Mobile (≤640px): 縦カード化、各行の下線のみ ===== */
@media (max-width: 640px) {
  .officers__table {
    min-width: 0;
    width: 100%;
    table-layout: fixed;
  }
  .officers__table thead {
    display: none;
  }

  .officers__table tbody tr {
    display: block;
    padding: 0.6rem 0;
    border-bottom: 1px solid #e7eaf0; /* 行の締め線 */
  }
  .officers__table tbody td {
    display: block;
    width: 100%;
    padding: 0.35rem 0;
    border: 0; /* セルの線は消す */
  }

  /* 見出しラベルを疑似要素で補完（アクセシビリティ兼ねる） */
  .officers__table tbody td:nth-child(1)::before {
    content: '役職名';
  }
  .officers__table tbody td:nth-child(2)::before {
    content: '氏名';
  }
  .officers__table tbody td:nth-child(3)::before {
    content: '備考';
  }

  .officers__table tbody td::before {
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 0.15rem;
    letter-spacing: 0.02em;
  }

  .officers__table tbody td:first-child {
    font-weight: 600;
    color: #4b4b4b;
  }
}

@media (max-width: 640px) {
  .officers__table thead th,
  .officers__table tbody td {
    width: auto !important;
  }

  .officers__table tbody td:nth-child(2) {
    width: 100% !important;
    white-space: normal;
  }
}

.greeting {
  display: grid;
  grid-template-columns: 2fr 1fr; /* 右が1/3 */
  gap: clamp(16px, 3vw, 32px);
  align-items: start;
}

/* 左：本文 */
.greeting__body p {
  margin: 0 0 1rem 0;
  line-height: 1.9;
  color: #4b4b4b;
}

/* 右：縦並び */
.greeting__side {
  display: grid;
  gap: 12px;
  justify-items: end;

  padding: clamp(12px, 2vw, 24px);
}

/* 画像 */
.greeting__img {
  width: 100%;
  max-width: 420px;
}
.greeting__img img {
  width: 100%;
  height: auto;
  display: block;
}

/* 氏名（画像の下） */
.greeting__sign {
  margin: 0;
  font-weight: 600;
  color: #4b4b4b;
  text-align: right;
}

/* SP：縦並びにして崩れない */
@media (max-width: 768px) {
  .greeting {
    grid-template-columns: 1fr;
  }

  .greeting__side {
    order: -1; /* 画像+氏名を上に出したい場合 */
    justify-items: center; /* 中央寄せ */
    text-align: center;
  }

  .greeting__sign {
    text-align: center;
  }

  .greeting__img {
    width: min(240px, 60vw);
  }
}
