@charset "UTF-8";
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

b,
strong {
  font-weight: bold;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  html,
  body {
    display: none;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
@media screen and (768px <= width <= 1023px) {
  html {
    font-size: 52%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}

body {
  height: 100%;
  font-size: 1.8rem;
  line-height: 2;
  font-family: "BIZ UDPGothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #222222;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

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

a,
button {
  color: inherit;
  text-decoration: none;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a,
input,
select,
textarea,
button,
*:before,
*:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

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

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

main {
  display: block;
}

label {
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

::-moz-selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

::selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

::-moz-selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

picture {
  display: block;
  line-height: 0;
}

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

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

input,
button,
select,
optgroup,
textarea {
  vertical-align: middle;
  position: relative;
  border: none;
  border: none;
  margin: 0;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

a[href^="tel:"],
.eventnone {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: default;
  }
}
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.pcnone {
  display: none !important;
}

.spnone {
  display: block;
}

@media screen and (max-width: 767px) {
  .spnone {
    display: none !important;
  }
  .pcnone {
    display: block !important;
  }
}
/* -------------------------------------------*/
/* -------------------------------------------*/
.l-footer {
  position: relative;
  margin-top: 12rem;
  background: #F5F9FF;
  border-top: 5px solid #0E1582;
  padding: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 3rem 0 0;
    margin-top: 4rem;
  }
}
.l-footer .l-footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 8rem;
  margin-bottom: 6rem;
  padding: 0 8vw;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer-inner {
    margin-bottom: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer .l-footer-logo {
  border: 1px solid #707070;
  padding: 2rem 2rem;
  background-color: #fff;
}
.l-footer .l-footer-navi .menu-title {
  display: block;
  color: #001F6D;
  font-size: 2rem;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer-navi a:not(:last-of-type) {
    display: none;
  }
}
.l-footer .l-footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.6rem;
  text-align: center;
}
.l-footer .l-footer-nav-list li {
  width: 4.8rem;
}
.l-footer .l-footer-nav-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer .copy {
  text-align: center;
  background: #0E1582;
  padding: 1rem 0;
  font-size: 1.2rem;
  color: #fff;
}

/* -------------------------------------------*/
.l-header {
  background-color: #001f6d;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 60;
}

.l-header-logo {
  height: 6.6rem;
  margin-right: auto;
  margin-left: 2rem;
  position: relative;
  z-index: 40;
}
.l-header-logo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*============
mainNavi
=============*/
.mainNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.6rem;
  padding: 1rem 2.5rem;
  position: relative;
  z-index: 40;
  font-size: 1.65rem;
}
.mainNavi .menu-title {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  color: #634313;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mainNavi a {
  letter-spacing: 0.1em;
  padding: 0.5em 1em;
  border-radius: 0.5em;
}
@media screen and (max-width: 1207px) {
  .mainNavi {
    display: none;
  }
}

/*============
spNavi
=============*/
.spNavi {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0rem;
  width: 100%;
  background: #001f6d;
  color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  padding: 8rem 2.5rem 2rem;
}
.spNavi .menu-title {
  display: inline-block;
  margin-left: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: #634313;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.open .spNavi {
  top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 25; /* マスク(22)より上にしてリンクをクリック可能にする */
}

.spNavi a {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  padding: 1em;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.spNavi a:hover {
  background: rgba(40, 152, 255, 0.5019607843);
  opacity: 1 !important;
}

/*-- spNavi ボタン --*/
.spNavi-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  margin-top: 2.5rem;
}

.spNavi .spNavi-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.4rem 1rem;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.4;
}
.spNavi .spNavi-btn:hover {
  background-color: #fbbb22;
  opacity: 1 !important;
}

.spNavi-btn__label {
  font-size: 1.4rem;
  font-weight: 600;
}

.spNavi-btn__sub {
  font-size: 1.1rem;
  margin-top: 0.3rem;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .spNavi {
    top: 0;
  }
}
.l-header-contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3rem;
  width: 9.6rem;
  height: 8.6rem;
  background-color: #ffbb21;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 2rem;
  position: relative;
  z-index: 30;
}
.l-header-contact-btn:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .l-header-contact-btn {
    width: 7.6rem;
    font-size: 1rem;
  }
}

/*============
 .toggle_btn
 =============*/
.toggle_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 9.6rem;
  height: 8.6rem;
  cursor: pointer;
  z-index: 30;
  position: relative;
  background-color: #ed6b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .toggle_btn {
    width: 7.6rem;
  }
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 50%;
  width: 3.3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 0.2rem;
  background-color: #fff;
  border-radius: 0.4rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.toggle_btn span:nth-child(1) {
  top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .toggle_btn span:nth-child(1) {
    top: 2rem;
  }
}

.toggle_btn span:nth-child(2) {
  top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .toggle_btn span:nth-child(2) {
    top: 3rem;
  }
}

.toggle_btn span:nth-child(3) {
  top: 3.8rem;
}
@media screen and (max-width: 767px) {
  .toggle_btn span:nth-child(3) {
    top: 4rem;
  }
}

.toggle_btn p {
  position: absolute;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .toggle_btn p {
    font-size: 1rem;
  }
}

.toggle_btn p {
  bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .toggle_btn p {
    bottom: 2.1rem;
  }
}

.open .toggle_btn span {
  background-color: #fff;
}

.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(1rem) rotate(-315deg);
  transform: translateY(1rem) rotate(-315deg);
  left: 32%;
}

.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-1rem) rotate(315deg);
  transform: translateY(-1rem) rotate(315deg);
  left: 32%;
}

/*============
 #mask
 =============*/
#mask {
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 22;
  cursor: pointer;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
body {
  overflow-x: hidden;
}

.l-wrapper {
  position: relative;
  width: 100%;
  text-align: left;
  overflow-x: hidden;
}

.l-main {
  position: relative;
  width: 100%;
}

.inner {
  position: relative;
  width: min(124rem, 92%);
  z-index: 1;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: min(120rem, 88%);
  }
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.c-sec-title01 {
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4rem;
  color: #001F6D;
  font-size: 4.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-sec-title01 {
    font-size: 2.4rem;
  }
}

.c-sec-title02 {
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.13em;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  margin-bottom: 6.6rem;
}
@media screen and (max-width: 767px) {
  .c-sec-title02 {
    font-size: 4rem;
    margin-bottom: 2.4rem;
  }
}
.c-sec-title02 span {
  font-size: 3rem;
  display: block;
  text-align: center;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.13em;
}

/* -------------------------------------------*/
.c-more-btn-link {
  padding: 1rem 5rem;
  display: inline-block;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 100vmax;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 4rem;
}
.c-more-btn-link:hover {
  border: 1px solid #001F6D;
  background-color: #001F6D;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-more-btn-link {
    display: block;
    text-align: center;
    padding: 1rem 1.4rem;
    max-width: 100%;
  }
}

/* -------------------------------------------*/
.c-breadcrumbs {
  font-size: 1.3rem;
  padding: 1rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  padding-top: 10.7rem;
  background-color: rgba(0, 73, 109, 0.0509803922);
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    padding: 3rem 0 1rem;
    font-size: 1.2rem;
  }
}
.c-breadcrumbs img {
  vertical-align: middle;
  width: 1.6rem;
  height: 1.6rem;
  margin-bottom: 0.5rem;
}
.c-breadcrumbs a {
  font-size: 1.3rem;
  margin-right: 1.3rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs a {
    font-size: 1.2rem;
  }
}
.c-breadcrumbs a:after {
  content: ">";
  display: inline-block;
  margin-left: 1.3rem;
  text-decoration: none;
}
.c-breadcrumbs .inner {
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs .inner {
    padding-left: 4vw;
  }
}
.c-breadcrumbs span {
  opacity: 0.6;
}

/* -------------------------------------------*/
.c-page-header {
  position: relative;
  padding: 6rem 0 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8rem;
}
.c-page-header:before {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  right: 0;
  width: max(100%, 70rem);
  height: 1px;
  border-bottom: 1px solid #ed6b00;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-page-header {
    padding: 4rem 0 2rem;
    margin: 0 auto 2rem;
  }
  .c-page-header:before {
    width: max(100%, 30rem);
  }
}

.c-page-header-title-ja {
  font-size: 4.2rem;
  font-weight: 600;
  color: #001f6d;
  display: block;
  text-align: center;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  .c-page-header-title-ja {
    font-size: 2.4rem;
  }
}

.c-page-header-title-en {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: block;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-page-header-title-en {
    font-size: 1.6rem;
  }
}

/* -------------------------------------------*/
.c-news-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4.6rem;
  padding: 1.6rem 0;
  border-bottom: 1px solid #E0E0E0;
}
.c-news-list-item:first-child {
  border-top: 1px solid #E0E0E0;
}
@media screen and (max-width: 767px) {
  .c-news-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 1.6rem;
  }
}

.c-news-list-item-date {
  color: #ED6B00;
}

.p-news-list {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-news-list {
    margin-bottom: 4rem;
  }
}

.single-nav {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4.6rem;
}
@media screen and (max-width: 767px) {
  .single-nav {
    margin-top: 4rem;
  }
}

.prev_next {
  position: relative;
}
.prev_next:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  border-top: 2px solid #ED6B00;
}

.single-nav-prev {
  padding-left: 3rem;
}
.single-nav-prev:before {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(315deg);
          transform: translateY(-50%) rotate(315deg);
  border-left: 2px solid #ED6B00;
}

.single-nav-next {
  padding-right: 3rem;
}
.single-nav-next:before {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  border-left: 2px solid #ED6B00;
}

/* -------------------------------------------*/
.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-pagination .pre a,
.c-pagination .next a {
  display: inline-block;
  padding: 0.3rem 1rem;
  color: #000;
}
.c-pagination .pre {
  margin-right: 10px;
}
.c-pagination .next {
  margin-left: 10px;
}
.c-pagination .page-numbers {
  display: inline-block;
  margin-right: 10px;
  padding: 0.3rem 1.4rem;
  color: #000;
  border: 1px solid #000;
}
.c-pagination .page-numbers.current {
  padding: 0.3rem 1.4rem;
  background: #000000;
  color: #ffffff;
  border-radius: 3px;
  border: 1px solid #000;
}
.c-pagination .page-numbers.dots {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  color: #666666;
}
@media (max-width: 600px) {
  .c-pagination .page-numbers,
  .c-pagination .page-numbers.current {
    padding: 5px 10px;
    /* パディングを小さく */
  }
}

/* -------------------------------------------*/
.c-grid-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(38.7rem, 1fr));
  gap: 11.2rem 3.8rem;
}
@media screen and (max-width: 767px) {
  .c-grid-content {
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
    gap: 4rem 1.6rem;
  }
}

.c-grid-content-card {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.c-grid-content-card-img {
  aspect-ratio: 387/230;
  overflow: hidden;
}
.c-grid-content-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-grid-content-card-icon {
  aspect-ratio: 387/230;
  overflow: hidden;
  padding-top: 2rem;
}
.c-grid-content-card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .c-grid-content-card-icon {
    aspect-ratio: 5/3;
    padding: 2rem;
  }
  .c-grid-content-card-icon img {
    width: auto;
    max-width: 14rem;
    margin: 0 auto;
    display: block;
  }
}

.c-grid-content-card-title {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  padding: 2rem 0 1rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 10;
}
.c-grid-content-card-title:before {
  content: "";
  display: block;
  width: 6rem;
  height: 0.5rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 31, 109)), color-stop(50%, rgb(0, 31, 109)), color-stop(50%, rgb(237, 107, 0)), to(rgb(237, 107, 0)));
  background: linear-gradient(90deg, rgb(0, 31, 109) 0%, rgb(0, 31, 109) 50%, rgb(237, 107, 0) 50%, rgb(237, 107, 0) 100%);
  margin: 0 auto;
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-grid-content-card-title {
    font-size: 2rem;
  }
}

.c-grid-content-card-text {
  padding: 0 1rem 4rem;
  display: block;
  text-align: center;
}

.c-grid-content-card-btn {
  display: block;
  padding: 1rem 2rem;
  background-color: #ed6b00;
  color: #fff;
  border-radius: 100vmax;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  width: min(100%, 23.8rem);
  margin: 0 auto 3rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/*
top
-------------------------------------------*/
.mainVisual {
  position: relative;
  height: calc(100vh - 38.6rem);
  margin: 6.6rem auto 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mainVisual {
    padding-top: 2rem;
    height: calc(100vh - 6.2rem);
  }
}
.mainVisual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 5;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.mainVisual.is-show::before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.mainVisual .swiper-wrapper {
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.mainVisual.is-show .swiper-wrapper {
  opacity: 1;
}
.mainVisual .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 767px) {
  .mainVisual .swiper-slide img {
    -o-object-position: var(--sp-pos, 50% 50%);
       object-position: var(--sp-pos, 50% 50%);
  }
}

.mainVisual-text {
  position: absolute;
  left: 4vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .mainVisual-text {
    top: 58%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.mainVisual-text .mainVisual-text-sub {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1.6rem;
  background-color: rgba(0, 31, 109, 0.698);
  padding: 0.3rem 1.6rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.mainVisual-text .mainVisual-text-sub::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media screen and (max-width: 767px) {
  .mainVisual-text .mainVisual-text-sub {
    font-size: 1.4rem;
    margin-bottom: 0.6rem;
    padding: 0.2rem 1.2rem;
    line-height: 1.4;
  }
}
.mainVisual-text .mainVisual-text-main {
  font-size: 4.8rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #fff;
  background-color: rgba(0, 31, 109, 0.698);
  padding: 0.3rem 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.mainVisual-text .mainVisual-text-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
@media screen and (max-width: 767px) {
  .mainVisual-text .mainVisual-text-main {
    font-size: 2.4rem;
    padding: 0.2rem 1.2rem;
    line-height: 1.3;
    letter-spacing: 0.1em;
  }
}

.mainVisual.is-show .mainVisual-text-sub,
.mainVisual.is-show .mainVisual-text-main {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mainVisual.is-show .mainVisual-text-sub::before,
.mainVisual.is-show .mainVisual-text-main::before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.top-about {
  background-color: rgba(46, 127, 255, 0.0705882353);
  padding: 11rem 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-about {
    padding: 4rem 0;
  }
}
.top-about::before, .top-about::after {
  content: "";
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  z-index: 0;
  background-image: radial-gradient(circle, #9bbde6 2.5px, transparent 2.5px), radial-gradient(circle, #a8c8ee 2px, transparent 2px), radial-gradient(circle, #b5d3f5 1.5px, transparent 1.5px);
  background-size: 250px 350px, 400px 500px, 180px 300px;
  background-position: 0 0, 130px 80px, 60px 40px;
  -webkit-animation: snowfall 10s linear infinite;
          animation: snowfall 10s linear infinite;
}
.top-about::after {
  background-image: radial-gradient(circle, #8fb4e0 2px, transparent 2px), radial-gradient(circle, #a0c4ec 1.5px, transparent 1.5px);
  background-size: 350px 450px, 280px 380px;
  background-position: 40px 20px, 180px 120px;
  -webkit-animation: snowfall 14s linear infinite;
          animation: snowfall 14s linear infinite;
  opacity: 0.7;
}
.top-about > * {
  position: relative;
  z-index: 1;
}

@-webkit-keyframes snowfall {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}

@keyframes snowfall {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
.top-about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.6rem;
  margin-top: 6.2rem;
}
@media screen and (max-width: 767px) {
  .top-about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem 0;
    margin-top: 2rem;
  }
}
.top-about-content .top-about-content-img {
  width: 42rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-about-content .top-about-content-img {
    width: 100%;
  }
}
.top-about-content .top-about-content-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-about-content .top-about-content-img img {
    width: 50%;
  }
}
.top-about-content .top-about-content-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top-about-content .top-about-content-text p {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .top-about-content .top-about-content-text p {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 1.5rem;
  }
}

.top-news {
  padding: 11rem 0;
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 6rem 0;
  }
}

.top-news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4.6rem;
}
@media screen and (max-width: 767px) {
  .top-news-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem 0;
  }
}

.top-news-title {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .top-news-title {
    font-size: 2.4rem;
  }
}

.top-news-content-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .top-news-content-item {
    width: 100%;
  }
}

.top-news-content-item-more {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .top-news-content-item-more {
    text-align: center;
  }
}

.top-club {
  padding: 5rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .top-club {
    padding: 0;
  }
}

/* -------------------------------------------*/
.p-about-message {
  padding: 8rem 0;
  background-color: #f5f8fe;
}
@media screen and (max-width: 767px) {
  .p-about-message {
    padding: 4rem 0;
  }
}

.p-about-message-content {
  padding: 6rem 4rem;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about-message-content {
    padding: 2rem 1.6rem;
  }
}
.p-about-message-content p {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about-message-content p {
    margin-bottom: 1.5rem;
  }
}

.p-about-message-image {
  float: right;
  margin-top: 4rem;
  width: 30rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-message-image {
    width: 100%;
  }
}
.p-about-message-image img {
  width: 20rem;
}
.p-about-message-image figcaption {
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 1.2rem;
}

.p-about-history {
  padding: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-about-history {
    padding: 4rem 0 0;
  }
}

.p-about-history__timeline {
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  .p-about-history__timeline {
    padding: 2rem 0;
  }
}

.timeline {
  width: min(65rem, 100%);
  margin: 0 auto;
  list-style: none;
}

/* for Desktop */
.timeline > li {
  position: relative;
}

.timeline-content {
  width: 100%;
  border-left: 3px #1469e8 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 4rem;
}
.timeline-content.pd2 {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .timeline-content.pd2 {
    padding-bottom: 4rem;
  }
}
.timeline-content:before {
  content: "";
  width: 25px;
  height: 25px;
  background: #1469e8;
  position: absolute;
  left: -11px;
  top: calc(50% - 2rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .timeline-content:before {
    width: 15px;
    height: 15px;
    left: -6px;
  }
}
.timeline-content p {
  line-height: 1;
}
.timeline-content .timeline-date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20rem;
          flex: 0 0 20rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .timeline-content .timeline-date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10rem;
            flex: 0 0 10rem;
  }
}
.timeline-content .timeline-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* ========================
   年表比較レイアウト
   ======================== */
.timeline-header {
  display: grid;
  grid-template-columns: 12rem 1fr 1fr;
  gap: 0 2rem;
  width: min(120rem, 100%);
  margin: 0 auto 2rem;
  padding: 0 0 1.5rem 1.4rem;
  border-bottom: 2px solid #1469e8;
  font-weight: 600;
  color: #001f6d;
  font-size: 1.4rem;
}
.timeline-header > div {
  font-size: 2.4rem;
}

.timeline--compare {
  width: min(120rem, 100%);
}
.timeline--compare .timeline-row:nth-child(even) .timeline-content {
  background-color: #f9fafb;
}
.timeline--compare .timeline-content {
  display: grid;
  grid-template-columns: 12rem 1fr 1fr;
  gap: 0 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 1.5rem 0;
}
.timeline--compare .timeline-content:before {
  top: 1.8rem;
  -webkit-transform: none;
          transform: none;
}
.timeline--compare .timeline-date {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  grid-column: 1;
  font-weight: 600;
  color: #001f6d;
  line-height: 1.8;
}
.timeline--compare .timeline-cols {
  grid-column: 2/-1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2rem;
}
.timeline--compare .timeline-col {
  padding: 0 1.5rem 0.5rem 1.5rem;
  min-height: 2rem;
}
.timeline--compare .timeline-col p {
  line-height: 1.8;
}
.timeline--compare .timeline-col--reindeer {
  border-right: 1px solid #e0e0e0;
}
.timeline--compare .timeline-col-heading {
  display: none;
}

@media screen and (max-width: 767px) {
  .timeline--compare .timeline-content {
    display: block;
    padding: 1.2rem 0 1.2rem 2rem;
  }
  .timeline--compare .timeline-content:before {
    width: 15px;
    height: 15px;
    left: -6px;
    top: 1.5rem;
  }
  .timeline--compare .timeline-date {
    text-align: left;
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
  .timeline--compare .timeline-cols {
    display: block;
  }
  .timeline--compare .timeline-col {
    padding: 0.5rem 0;
  }
  .timeline--compare .timeline-col--reindeer {
    border-right: none;
    border-bottom: 1px dashed #e0e0e0;
    margin-bottom: 0.5rem;
    padding-bottom: 0.8rem;
  }
  .timeline--compare .timeline-col-heading {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    color: #1469e8;
    margin-bottom: 0.3rem;
  }
}
/* -------------------------------------------*/
.p-join {
  background-color: #F5F8FE;
}
@media screen and (max-width: 767px) {
  .p-join {
    padding: 4rem 0;
  }
}

.p-join-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-join-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-join-content p {
  line-height: 3.5;
}
@media screen and (max-width: 767px) {
  .p-join-content p {
    line-height: 2;
    margin-bottom: 1.5rem;
  }
}

.p-join-content-item {
  width: 55%;
  min-width: 40rem;
  padding: 8rem 1% 8rem 6%;
  margin: 0 0 0 auto;
  max-width: 100rem;
}
@media screen and (max-width: 767px) {
  .p-join-content-item {
    width: 100%;
    min-width: auto;
    padding: 0 1.6rem;
    margin: 0;
    max-width: none;
  }
}

.p-join-content-image {
  width: 45%;
  background-color: #001F6D;
}
.p-join-content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-join-content-image {
    width: 100%;
  }
}

.p-join-member {
  padding: 8rem 0 0;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-join-member {
    padding: 4rem 0;
  }
}

.p-join-member-content-item {
  margin-bottom: 8.5rem;
}
@media screen and (max-width: 767px) {
  .p-join-member-content-item {
    margin-bottom: 4rem;
  }
}

.p-join-member-content-item-title {
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  padding: 2rem 0 1rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 10;
}
.p-join-member-content-item-title:before {
  content: "";
  display: block;
  width: 6rem;
  height: 0.5rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 31, 109)), color-stop(50%, rgb(0, 31, 109)), color-stop(50%, rgb(237, 107, 0)), to(rgb(237, 107, 0)));
  background: linear-gradient(90deg, rgb(0, 31, 109) 0%, rgb(0, 31, 109) 50%, rgb(237, 107, 0) 50%, rgb(237, 107, 0) 100%);
  margin: 0 auto;
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-join-member-content-item-title {
    font-size: 2.4rem;
    padding: 1.5rem 0 0.5rem;
    margin-bottom: 0.5rem;
  }
}

.p-join-member-content-item-text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}

.p-join-form-btn {
  display: inline-block;
  padding: 2rem 8rem;
  background-color: #ED6B00;
  color: #fff;
  border-radius: 100vmax;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-join-form-btn {
    font-size: 2rem;
    padding: 1rem 4rem;
  }
}

/* -------------------------------------------*/
.p-gallery-year-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
  margin-bottom: 4rem;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-gallery-year-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.8rem;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
  }
}
.p-gallery-year-list li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-gallery-year-list li a {
  display: inline-block;
  padding: 0.5rem 2rem;
  border: 1px solid #001f6d;
  border-radius: 2rem;
  font-size: 1.6rem;
  color: #001f6d;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}
.p-gallery-year-list li a:hover, .p-gallery-year-list li a.is-active {
  background-color: #001f6d;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-gallery-year-list li a {
    padding: 0.4rem 1.5rem;
    font-size: 1.3rem;
  }
}

.p-gallery-list-item {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-gallery-list-item {
    margin-bottom: 4rem;
  }
}

.p-gallery-item-header {
  position: relative;
  margin-bottom: 1rem;
}

.p-gallery-item-header-title {
  color: #001f6d;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-gallery-item-header-title {
    font-size: 2rem;
  }
}

.p-gallery-item-header-date {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-gallery-item-header-date {
    font-size: 1.4rem;
  }
}

.p-gallery-item-header-link {
  display: inline-block;
  border-radius: 1rem;
  border: 1px solid #000;
  padding: 0.3rem 2rem;
  font-size: 1.6rem;
  line-height: 1.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-gallery-item-header-link {
    font-size: 1.4rem;
    padding: 0.3rem 1rem;
    position: relative;
    display: block;
    text-align: center;
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-gallery-item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.6rem 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-gallery-item-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
  }
}

.p-gallery-item-image-item {
  width: calc(33.3333333333% - 2.4rem);
  aspect-ratio: 365/260;
  overflow: hidden;
}
.p-gallery-item-image-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-gallery-item-image-item {
    width: 100%;
  }
}

.js-gallery-modal-btn {
  cursor: pointer;
}

.p-gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.p-gallery-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.p-gallery-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.p-gallery-modal-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  z-index: 1;
}

.p-gallery-modal-img {
  display: block;
  max-width: 100%;
  max-height: 85vh;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-gallery-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  background: none;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-gallery-modal-close:hover {
  opacity: 0.7;
}

.p-gallery-modal-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  padding: 0;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-gallery-modal-nav:hover:not(.is-disabled) {
  background: rgba(0, 0, 0, 0.8);
  border-color: #fff;
}
.p-gallery-modal-nav.is-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-gallery-modal-nav {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

.p-gallery-modal-nav-prev {
  left: -60px;
}
@media screen and (max-width: 767px) {
  .p-gallery-modal-nav-prev {
    left: 10px;
  }
}

.p-gallery-modal-nav-next {
  right: -60px;
}
@media screen and (max-width: 767px) {
  .p-gallery-modal-nav-next {
    right: 10px;
  }
}

.p-gallery-single-content-text {
  padding: 4rem 2rem;
  background-color: #f5f8fe;
  margin-bottom: 3rem;
}

.p-gallery-modal-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  background: transparent;
  font-size: 3rem;
}

.p-gallery-modal-nav-prev {
  left: -6rem;
}

.p-gallery-modal-nav-next {
  right: -6rem;
}

.p-gallery-modal-nav.is-disabled {
  background: transparent;
  background: none;
}

/* -------------------------------------------*/
.p-ob {
  margin-bottom: 10rem;
  padding: 8rem 0;
  background-color: #f5f8fe;
}
@media screen and (max-width: 767px) {
  .p-ob {
    padding: 4rem 0;
  }
}

.p-ob-intro:not(:last-of-type) {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-ob-intro:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}

.p-ob-intro {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-ob-intro {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

/* Gutenberg the_content() 出力のスタイル */
.p-ob-content {
  max-width: 100rem;
  margin: 0 auto;
  padding: 6rem 4rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-ob-content {
    padding: 2rem 1.6rem;
  }
}
.p-ob-content p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}
.p-ob-content p:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-ob-content p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p-ob-content p:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.p-ob-content__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  color: #001f6d;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-ob-content__title {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
.p-ob-content__content-text {
  font-size: 2rem;
  line-height: 2;
  text-align: left;
  padding: 3rem;
  border: 1px solid #ccd6e6;
  border-radius: 0.4rem;
  margin-bottom: 4rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-ob-content__content-text {
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 2rem 1.6rem;
    margin-bottom: 2rem;
  }
}
.p-ob-content h3 {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  padding: 4rem 0 1rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 10;
}

.c-grid-content-card .c-grid-content-card-title {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-grid-content-card .c-grid-content-card-title {
    font-size: 1.8rem;
  }
}

.p-ob-report {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-ob-report {
    margin-bottom: 4rem;
  }
}

.p-ob-report__title {
  text-align: center;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
  color: #001f6d;
}
@media screen and (max-width: 767px) {
  .p-ob-report__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}

.p-ob-report__more {
  text-align: center;
  margin-top: 2rem;
}

.p-ob-report__more-link {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  background-color: #001f6d;
  padding: 1rem 3rem;
  border-radius: 0.4rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-ob-report__more-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-ob-report__more-link {
    font-size: 1.6rem;
    padding: 0.8rem 2rem;
  }
}

.p-ob-report__content {
  height: 33rem;
  overflow: auto;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .p-ob-report__content {
    padding: 1rem;
  }
}

.p-ob-banner {
  padding: 4rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-ob-banner {
    padding: 2rem 0 4rem;
  }
}

.p-ob-banner__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 3rem 4rem;
  background: linear-gradient(135deg, #e87c14, #f5a623);
  border-radius: 0.8rem;
  text-decoration: none;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-ob-banner__link:hover {
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .p-ob-banner__link {
    padding: 2rem;
    gap: 1.5rem;
  }
}

.p-ob-banner__logo {
  width: 8rem;
  height: 8rem;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fff;
  border-radius: 50%;
  padding: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-ob-banner__logo {
    width: 5rem;
    height: 5rem;
  }
}

.p-ob-banner__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.p-ob-banner__label {
  display: inline-block;
  padding: 0.4rem 1.2rem;
  border: 2px solid #fff;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-ob-banner__label {
    font-size: 1.2rem;
    padding: 0.3rem 0.8rem;
  }
}

.p-ob-banner__title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-ob-banner__title {
    font-size: 1.8rem;
  }
}

.p-ob-banner__arrow {
  font-size: 2.4rem;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-pdf-viewer {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-pdf-viewer {
    padding: 4rem 0;
  }
}

.p-pdf-viewer-embed {
  margin-bottom: 4rem;
}
.p-pdf-viewer-embed iframe {
  display: block;
  width: 100%;
  height: 80rem;
  border: 1px solid #e8e8e8;
}
@media screen and (max-width: 767px) {
  .p-pdf-viewer-embed iframe {
    height: 50rem;
  }
}

.p-pdf-viewer-download {
  text-align: center;
  margin-bottom: 4rem;
}

.p-pdf-viewer-download-btn {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  background-color: #001f6d;
  padding: 1.2rem 4rem;
  border-radius: 0.4rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-pdf-viewer-download-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-pdf-viewer-download-btn {
    font-size: 1.6rem;
    padding: 1rem 3rem;
  }
}

.p-pdf-viewer-content {
  max-width: 90rem;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-pdf-viewer-content {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.p-pdf-viewer-empty {
  text-align: center;
  font-size: 1.8rem;
  color: #888;
  padding: 6rem 0;
}

/* -------------------------------------------*/
/*
contact
-------------------------------------------*/
.p-contact__inner {
  width: min(80rem, 92%);
  margin: 0 auto;
}

.p-contact-content-text {
  text-align: center;
  margin-top: 4rem;
}
.p-contact-content-text a {
  color: #0029af;
  text-decoration: underline;
}

.confirm_area,
.thanks_area {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

.contact-sec01 {
  padding: 6vw 0;
  background-color: #F9F8F8;
  margin: 0 auto 6vw;
  width: 96%;
  border-radius: 2rem;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 select,
.wpcf7 textarea {
  background-color: #EBF6FD;
  padding: 0.6rem 1rem;
  border-radius: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 select {
  padding: 1rem 1rem;
}

p.Form-Item-Res {
  background: #EBF6FD;
  padding: 0.3rem 1rem;
}

.wpcf7-form-control-wrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.Form-Item {
  margin-bottom: 2.6rem;
}
.Form-Item p {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .Form-Item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .Form-Item p:not(.Form-Item-Label) {
    width: 100%;
  }
}

.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .wpcf7-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem 1rem;
  }
}

.wpcf7-list-item {
  display: block;
  margin: 0;
}

.Form-Item-Label {
  position: relative;
  margin-bottom: 0.6rem;
  font-weight: 600;
}

.Form-Item-Label-Required {
  background-color: #ED6B00;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.2rem 1.5rem;
  border-radius: 2rem;
  display: inline-block;
  margin-left: 1.6rem;
}
@media screen and (max-width: 767px) {
  .Form-Item-Label-Required {
    margin-right: 1rem;
  }
}

.Form-Item-Label-Optional {
  background-color: #F2F2F2;
  font-size: 1.2rem;
  padding: 0.2rem 1.5rem;
  border-radius: 2rem;
  display: inline-block;
  margin-left: 1.6rem;
}
@media screen and (max-width: 767px) {
  .Form-Item-Label-Optional {
    margin-right: 1rem;
  }
}

.Form-Item-Label-any {
  background-color: #000;
  color: #fff;
  font-size: 1.3rem;
  padding: 0.2rem 0.5rem;
  border-radius: 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .Form-Item-Label-any {
    position: relative;
    right: 0;
    top: 0;
    margin-right: 1rem;
  }
}

.confirm_area .Form-Item-Label-Required {
  display: none;
}
.confirm_area .confirm_area-read {
  text-align: center;
  margin-bottom: 6rem;
}

.button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}

input.confirm_button {
  background: #001F6D;
  border-radius: 100vmax;
  color: #fff;
  padding: 0.7rem 10rem;
  cursor: pointer;
}

input.confirm_button:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.wpcf7-submit {
  background: #001F6D;
  border-radius: 100vmax;
  color: #fff;
  padding: 0.7rem 10rem;
}
@media screen and (max-width: 767px) {
  .wpcf7-submit {
    padding: 0.7rem 4rem;
  }
}

.back_button {
  background: #000;
  border-radius: 100vmax;
  color: #fff;
  padding: 0.7rem 10rem;
}
@media screen and (max-width: 767px) {
  .back_button {
    padding: 0.7rem 4rem;
  }
}

.back-link {
  margin-top: 4rem;
  text-align: center;
}
.back-link a {
  color: #0029af;
  text-decoration: underline;
}

p.Form-Item-Label-agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3rem 0 4rem;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  p.Form-Item-Label-agree {
    margin: 2rem 0rem;
  }
}

.contact-privacy-policy {
  margin-top: 6rem;
  padding: 3.2rem 5rem;
  background-color: rgba(170, 217, 229, 0.2);
  border-radius: 8px;
}

.contact-privacy-policy h4 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: normal;
}

.contact-privacy-policy p {
  font-size: 1.3rem;
  line-height: 2;
  margin-bottom: 2rem;
}

/* -------------------------------------------*/
.p-page {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-page {
    padding: 4rem 0;
  }
}

.p-page-content {
  max-width: 100rem;
  margin: 0 auto;
}
.p-page-content p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  text-wrap: pretty;
}
.p-page-content p:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-page-content p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p-page-content p:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.p-page-content h2 {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-page-content h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
.p-page-content h3 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-page-content h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.p-page-content ul,
.p-page-content ol {
  margin-bottom: 4rem;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .p-page-content ul,
  .p-page-content ol {
    margin-bottom: 2rem;
  }
}
.p-page-content ul li,
.p-page-content ol li {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-page-content ul li,
  .p-page-content ol li {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.p-page-content img {
  max-width: 100%;
  height: auto;
}

/* -------------------------------------------*/
.p-ob-report-archive {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-ob-report-archive {
    padding: 4rem 0;
  }
}

.p-ob-report-archive__back {
  text-align: center;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-ob-report-archive__back {
    margin-top: 4rem;
  }
}

.p-ob-report-archive__back-link {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  background-color: #001f6d;
  padding: 1.2rem 4rem;
  border-radius: 0.4rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-ob-report-archive__back-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-ob-report-archive__back-link {
    font-size: 1.6rem;
    padding: 1rem 3rem;
  }
}

.p-ob-report-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-ob-report-list {
    gap: 2rem;
  }
}

.p-ob-report-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #e8e8e8;
}
@media screen and (max-width: 767px) {
  .p-ob-report-list-item {
    gap: 1.5rem;
    padding-bottom: 2rem;
  }
}

.p-ob-report-list-item-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20rem;
          flex: 0 0 20rem;
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #f5f8fe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-ob-report-list-item-thumb a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-ob-report-list-item-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-ob-report-list-item-thumb.is-noimage img {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-ob-report-list-item-thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12rem;
            flex: 0 0 12rem;
  }
}

.p-ob-report-list-item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.p-ob-report-list-item-date {
  font-size: 1.4rem;
  color: #888;
}
@media screen and (max-width: 767px) {
  .p-ob-report-list-item-date {
    font-size: 1.2rem;
  }
}

.p-ob-report-list-item-cat,
.c-news-list-item-cat,
.p-ob-report-single-header-cat {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2rem 1.2rem;
  border-radius: 2rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  background-color: #001f6d;
}
.p-ob-report-list-item-cat.is-soukai,
.c-news-list-item-cat.is-soukai,
.p-ob-report-single-header-cat.is-soukai {
  background-color: #1469e8;
}
.p-ob-report-list-item-cat.is-activity,
.c-news-list-item-cat.is-activity,
.p-ob-report-single-header-cat.is-activity {
  background-color: #e87c14;
}
.p-ob-report-list-item-cat.is-news,
.c-news-list-item-cat.is-news,
.p-ob-report-single-header-cat.is-news {
  background-color: #202b45;
}

.p-ob-report-list-item-title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
}
.p-ob-report-list-item-title a {
  text-decoration: none;
  color: inherit;
}
.p-ob-report-list-item-title a:hover {
  color: #001f6d;
}
@media screen and (max-width: 767px) {
  .p-ob-report-list-item-title {
    font-size: 1.8rem;
  }
}

.p-ob-report-single {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-ob-report-single {
    padding: 4rem 0;
  }
}

.p-ob-report-single-header {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-ob-report-single-header {
    margin-bottom: 2rem;
  }
}

.p-ob-report-single-header-title {
  color: #001f6d;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-ob-report-single-header-title {
    font-size: 2.4rem;
  }
}

.p-ob-report-single-header-date {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-ob-report-single-header-date {
    font-size: 1.4rem;
  }
}

.p-ob-report-single-content {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-ob-report-single-content {
    margin-bottom: 4rem;
  }
}

.p-ob-report-single-back {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-ob-report-single-back {
    margin-top: 3rem;
  }
}

.p-ob-report-single-back-link {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #001f6d;
  text-decoration: none;
  padding: 1rem 3rem;
  border: 1px solid #001f6d;
  border-radius: 0.4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-ob-report-single-back-link:hover {
  background-color: #001f6d;
  color: #fff;
}

.p-ob-report-single-content-text {
  padding: 4rem 2rem;
  background-color: #fff;
  margin-bottom: 3rem;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-ob-report-single-content-text {
    padding: 2rem 1.6rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

/* -------------------------------------------*/
.p-activities {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-activities {
    padding: 4rem 0;
  }
}

.p-activities-content {
  max-width: 90rem;
  margin: 0 auto;
}

.p-activities-season {
  border-top: 1px solid #ddd;
  padding-top: 4rem;
  margin-top: 4rem;
}
.p-activities-season:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-activities-season {
    padding-top: 2rem;
    margin-top: 2rem;
  }
}

.p-activities-season-header {
  margin-bottom: 2rem;
}

.p-activities-season-year {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.8rem;
  color: #001f6d;
}
@media screen and (max-width: 767px) {
  .p-activities-season-year {
    font-size: 2.2rem;
  }
}

.p-activities-season-main {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-activities-season-main {
    font-size: 1.8rem;
  }
}

.p-activities-season-date {
  font-size: 1.4rem;
  color: #888;
}

.p-activities-season-body {
  font-size: 1.8rem;
  line-height: 1.9;
  margin-bottom: 2rem;
}
.p-activities-season-body h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 2rem 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-activities-season-body h2 {
    font-size: 2rem;
  }
}
.p-activities-season-body h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 1.5rem 0 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-activities-season-body h3 {
    font-size: 1.8rem;
  }
}
.p-activities-season-body p {
  margin-bottom: 1rem;
}
.p-activities-season-body ul,
.p-activities-season-body ol {
  margin: 0 0 1rem 1.2em;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-activities-season-body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.p-activities-files {
  margin-top: 2rem;
  padding: 2rem;
  background-color: #f5f8fe;
  border-radius: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-activities-files {
    padding: 1.5rem;
  }
}

.p-activities-files-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #001f6d;
}

.p-activities-files-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-activities-files-list li {
  margin-bottom: 0.5rem;
}
.p-activities-files-list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1.6rem;
  color: #1469e8;
  text-decoration: none;
}
.p-activities-files-list a:hover {
  text-decoration: underline;
}

.p-activities-files-icon {
  font-size: 1.8rem;
}

.p-activities-empty {
  text-align: center;
  font-size: 1.8rem;
  color: #888;
  padding: 6rem 0;
}

.p-activities-single {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-activities-single {
    padding: 4rem 0;
  }
}

.p-activities-single-header {
  max-width: 90rem;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 767px) {
  .p-activities-single-header {
    margin-bottom: 2rem;
  }
}

.p-activities-single-season {
  font-size: 1.6rem;
  font-weight: 600;
  color: #001f6d;
  margin-bottom: 0.5rem;
}

.p-activities-single-title {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  color: #001f6d;
}
@media screen and (max-width: 767px) {
  .p-activities-single-title {
    font-size: 2.4rem;
  }
}

.p-activities-single-event {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-activities-single-event {
    font-size: 1.8rem;
  }
}

.p-activities-single-date {
  font-size: 1.4rem;
  color: #888;
}

.p-activities-single-content {
  max-width: 90rem;
  margin: 0 auto 4rem;
  font-size: 1.8rem;
  line-height: 1.9;
}
.p-activities-single-content h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 3rem 0 1rem;
}
.p-activities-single-content h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 2rem 0 0.5rem;
}
.p-activities-single-content p {
  margin-bottom: 1.5rem;
}
.p-activities-single-content ul,
.p-activities-single-content ol {
  margin: 0 0 1.5rem 1.2em;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-activities-single-content {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 2rem;
  }
}

/* -------------------------------------------*/
.p-404 {
  padding: 12rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding: 8rem 0;
  }
}

.p-404__code {
  font-family: "Bebas Neue", sans-serif;
  font-size: 14rem;
  font-weight: 700;
  color: #001f6d;
  line-height: 1;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-404__code {
    font-size: 8rem;
  }
}

.p-404__title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-404__title {
    font-size: 2.2rem;
  }
}

.p-404__text {
  font-size: 1.8rem;
  color: #666;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}

.p-404__btn {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  background-color: #001f6d;
  padding: 1.2rem 4rem;
  border-radius: 0.4rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-404__btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-404__btn {
    font-size: 1.6rem;
    padding: 1rem 3rem;
  }
}/*# sourceMappingURL=style.css.map */