@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  color: #1f1f1f;
  font-family: "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "HIragino Kaku Gothic Pro W6", "HIragino Kaku Gothic Pro", Meiryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
}

/* 電話番号リンクは全環境で有効 */
/* a[href^="tel:"] {
  pointer-events: none;

  @media screen and (max-width: 767px) {
    pointer-events: all;
  }
} */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

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

ul,
ol,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 2px solid Highlight;
  outline-offset: 2px;
}

/* change colors to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colors to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border color to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: sub;
}

h1,
h2,
h3 {
  font-weight: normal;
}

html {
  font-size: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
a:hover {
  opacity: 0.7;
}

img {
  display: block;
  height: auto;
  width: 100%;
}
.l-footer {
  background: linear-gradient(135deg, #006fbc 0%, #018ad4 100%);
  color: #fff;
  padding-top: 5rem;
}

.l-footer__list {
  display: flex;
  margin-inline: auto;
  max-width: 65rem;
}

.l-footer__item {
  width: 33%;
}

.l-footer__ttl {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.375rem;
}

.l-footer__txt {
  font-size: clamp(12px, 1.25vw, 16px);
  margin-top: 1.25rem;
}
.l-footer__txt a {
  text-decoration: underline;
}

.l-footer__link-item a {
  font-size: clamp(12px, 1.25vw, 16px);
  text-decoration: underline;
}

.l-footer__copyright {
  padding: 6.875rem 0 1.25rem 0;
  text-align: center;
}

.hamburger {
  cursor: pointer;
  display: none;
  height: 2.625rem;
  position: relative;
  text-align: center;
  width: 2.625rem;
  z-index: 4;
}
.hamburger span {
  background: #0e343d;
  height: 0.125rem;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 1.875rem;
}
.hamburger span:nth-child(1) {
  left: 0;
  top: 0.625rem;
}
.hamburger span:nth-child(2) {
  left: 0;
  top: 1.25rem;
  width: 2.1875rem;
}
.hamburger span:nth-child(3) {
  left: 0;
  top: 1.875rem;
  width: 2.1875rem;
}

/* ナビ開いてる時のボタン */
.hamburger.active {
  position: fixed;
  right: 0.625rem;
  top: 0.625rem;
  z-index: 4;
}
.hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  background: #0e343d;
  left: 0.375rem;
  top: 1.25rem;
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  background: #0e343d;
  left: 0.375rem;
  top: 1.25rem;
  transform: rotate(45deg);
  width: 1.875rem;
}
.hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  background: #0e343d;
  left: 0.375rem;
  top: 1.25rem;
  transform: rotate(45deg);
  width: 1.875rem;
}

.globalMenuSp {
  background-color: rgba(255, 255, 255, 0.92);
  color: #0e343d;
  display: none;
  height: 100%;
  opacity: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  visibility: hidden;
  width: 100%;
  z-index: 3;
}
.globalMenuSp.active {
  display: flex;
  justify-content: center;
  opacity: 1;
  visibility: visible;
}
.globalMenuSp ul {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.globalMenuSp ul li {
  padding: 0.5rem 0;
}
.globalMenuSp ul li a {
  color: #0e343d;
  font-weight: bold;
}

.l-header {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1.25rem 0;
  position: fixed;
  width: 100%;
  z-index: 20;
}

.l-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
}

.l-header__logo {
  height: auto;
  width: 4.6875rem;
}

.l-header__list {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.l-header__item {
  margin: 0 12px;
}

.l-header__item a {
  color: #053d64;
  font-size: 1.25rem;
  font-weight: 700;
}

.visually-hidden {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.l-inner {
  margin-inline: auto;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}

.l-sec {
  padding: 3.75rem 0 5rem;
}
.l-sec01 {
  padding: 3.5rem 0 6.875rem;
}

.l-under-header {
  background-image: url("img/under-header_bg.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  height: 25rem;
  width: 100%;
}

.l-under-header .l-inner {
  align-items: center;
  display: flex;
  height: 100%;
  max-width: 83.75rem;
  padding-top: 5.875rem;
}

.c-sec-ttl--under-header {
  text-align: left;
}

.c-sec-ttl--under-header__en {
  text-align: left;
}

.c-sec-ttl--under-header__ja {
  text-align: left;
}

.c-sec-box__bg {
  background-color: #ebf3f8;
  margin-inline: auto;
  max-width: 65rem;
  padding: 3.125rem;
  width: 100%;
}

.c-btn-list {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
  justify-items: center;
  margin-inline: auto;
  max-width: 39.6875rem;
}

.c-btn-list__item a {
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  color: #224a66;
  display: flex;
  font-size: 1.125rem;
  font-weight: bold;
  height: 4.5rem;
  justify-content: center;
  line-height: 1.2;
  position: relative;
  text-align: center;
  width: 18.75rem;
}
.c-btn-list__item a::after {
  -webkit-transform: translateY(-50%);
  content: "▶︎";
  font-size: 0.875rem;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.c-btn-list__item--small a {
  font-size: 1rem;
}

.c-sec-ttl {
  margin-bottom: 1.5rem;
  text-align: center;
}

.c-sec-ttl__en {
  font-size: 1.5rem;
  font-weight: bold;
}

.c-sec-ttl__ja {
  color: #0171be;
  font-size: 2.625rem;
  font-weight: bold;
}

.p-fv-bottom {
  background: linear-gradient(135deg, #006fbc 0%, #018ad4 100%);
  padding: 1.5rem 0;
  width: 100%;
}

.p-fv-bottom__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
  justify-content: center;
  max-width: 83.75rem;
}

.p-fv-bottom__item a {
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  color: #224a66;
  display: flex;
  font-size: 1.125rem;
  font-weight: bold;
  height: 4.5rem;
  justify-content: center;
  line-height: 1.2;
  position: relative;
  text-align: center;
  width: 17.3125rem;
}
.p-fv-bottom__item a::after {
  -webkit-transform: translateY(-50%);
  content: "▶︎";
  font-size: 0.875rem;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.p-fv {
  background-image: url(img/fv_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-fv__inner {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  max-width: 83.75rem;
}

.p-fv__left {
  padding-bottom: 3.125rem;
  width: 33.6290322581%;
}

.p-fv__date img {
  height: auto;
  max-width: 21.25rem;
}

.p-fv__place {
  color: #053d64;
  font-size: 2.25rem;
  font-weight: bold;
  margin-top: 1.625rem;
  white-space: nowrap;
}

.p-fv__start {
  color: #138fe5;
  display: inline-block;
  font-size: 1.875rem;
  font-weight: bold;
  margin-top: 1.625rem;
}
.p-fv__start li {
  padding-left: 1em;
  position: relative;
  white-space: nowrap;
}
.p-fv__start li::before {
  color: #138fe5;
  content: "・";
  left: 0;
  position: absolute;
}

.p-fv__info {
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 1.875rem;
}

.p-fv__info-txt {
  margin-top: 0.875rem;
}

.p-fv__right {
  height: 100%;
  max-width: 49.6875rem;
  position: relative;
  width: 64.1129032258%;
}

.p-fv__tv {
  background-color: #fff;
  border: 3px double #138fe5;
  bottom: 3.125rem;
  padding: 1.5rem;
  position: absolute;
  right: 0;
}

.p-fv__tv-txt {
  font-size: 1.125rem;
  font-weight: bold;
}
.p-fv__tv-txt:nth-child(2) {
  margin-top: 0.75rem;
}

.p-fv__tv-bs {
  align-items: center;
  display: inline-flex;
  white-space: nowrap;
}
.p-fv__tv-bs img {
  height: auto;
  margin-right: 0.2em;
  max-width: clamp(58px, 58px + 20 * (100vw - 320px) / 180, 78px);
}

.p-fv__tv-tver {
  align-items: center;
  display: inline-flex;
  white-space: nowrap;
}
.p-fv__tv-tver img {
  height: auto;
  margin-right: 0.2em;
  max-width: clamp(31px, 31px + 10 * (100vw - 320px) / 180, 41px);
}

.p-sec__bg {
  background-image: url(img/top_sec_bg.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5.625rem 0;
}

.p-message {
  text-align: center;
}

.p-message__ttl {
  color: #d9e8f3;
  font-size: 5rem;
  font-weight: bold;
}

.p-message__txt {
  font-size: 1.5rem;
  font-weight: bold;
}
.p-message__txt span {
  display: inline-block;
}

.p-message__btn {
  margin-top: 2.5rem;
}
.p-message__btn a {
  align-items: center;
  background-color: #0171be;
  border-radius: 4px;
  color: #fff;
  display: block;
  display: flex;
  font-size: 1.375rem;
  font-weight: bold;
  height: 4.5rem;
  justify-content: center;
  line-height: 1.2;
  margin: 0 auto;
  position: relative;
  width: 20rem;
}
.p-message__btn a::after {
  -webkit-transform: translateY(-50%);
  content: "▶︎";
  font-size: 0.875rem;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.p-news {
  padding-top: 5.625rem;
}

.p-news__list {
  background-color: #fff;
  border: 1px solid #138fe5;
  font-size: clamp(12px, 1.25vw, 16px);
  margin-inline: auto;
  max-width: 65rem;
  padding: 3.125rem;
}

.p-news__item {
  display: flex;
  gap: 4.0384615385%;
  margin-top: 1rem;
}
.p-news__item:first-child {
  margin-top: 0;
}

.p-news__date {
  color: #0171be;
  width: 5.75rem;
}

.p-news__ttl {
  font-weight: bold;
}
.p-news__ttl a {
  color: #0171be;
  text-decoration: underline;
}

.p-s-sponsor {
  background-color: #ebf3f8;
  margin-top: 5.625rem;
  padding-top: 5.625rem;
}

.p-s-sponsor__img img {
  -o-object-fit: contain;
  display: block;
  margin-inline: auto;
  max-width: 25rem;
  object-fit: contain;
}

.p-sec-box {
  padding-top: 5rem;
}

.p-sec-box--first {
  padding-top: 5.625rem;
}

.p-sponsored-ads {
  background-color: #ebf3f8;
  padding: 4.375rem 0 5.625rem 0;
}

.p-sponsored-ads__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 2.25rem 3.75rem;
  justify-content: center;
  margin-inline: auto;
  max-width: 65rem;
}

.p-sponsored-ads__item a {
  display: block;
}

.p-sponsored-ads__item img {
  -o-object-fit: contain;
  height: 5.25rem;
  object-fit: contain;
  width: 100%;
}

.u-base1 {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.u-base2 {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.u-flex {
  display: flex;
}

.u-font14 {
  font-size: 0.875rem;
}

.u-font16 {
  font-size: 1rem;
}

.u-font18 {
  font-size: 1.125rem;
}

.u-font20 {
  font-size: 1.25rem;
}

.u-font22 {
  font-size: 1.375rem;
}

.u-font24 {
  font-size: 1.5rem;
}

.u-font28 {
  font-size: 1.75rem;
}

.u-font32 {
  font-size: 2rem;
}

.u-font40 {
  font-size: 2.5rem;
}

.u-hover {
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.u-lh10 {
  line-height: 1;
}

.u-lh12 {
  line-height: 1.2;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh14 {
  line-height: 1.4;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

.u-sp {
  display: none;
}

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}
.u-w300 {
  font-weight: 300;
}

.u-w400 {
  font-weight: 400;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}

@media screen and (max-width: 1300px) {
  html {
    font-size: clamp(10px, 1.25vw, 16px);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  .l-footer__list {
    flex-direction: column;
  }
  .l-footer__item {
    margin-inline: auto;
    margin-top: 1.875rem;
    width: 80%;
  }
  .l-header {
    padding: 1rem 0;
  }
  .l-header__logo {
    width: 3.125rem;
  }
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-sec {
    padding: 5rem 0 6.25rem;
  }
  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }
  .l-under-header {
    height: 18.75rem;
  }
  .c-sec-box__bg {
    padding: 3.125rem 0.625rem;
  }
  .p-fv__inner {
    align-items: center;
    flex-direction: column-reverse;
  }
  .p-fv__left {
    margin-top: 1.875rem;
    text-align: center;
    width: 100%;
  }
  .p-fv__date {
    display: block;
    margin-inline: auto;
    width: 21.25rem;
  }
  .p-fv__place {
    font-size: 1.6875rem;
    white-space: normal;
  }
  .p-fv__start {
    font-size: 1.625rem;
    white-space: normal;
  }
  .p-fv__right {
    max-width: 100%;
    width: 100%;
  }
  .p-fv__tv {
    bottom: 0;
    padding: 1rem;
  }
  .p-fv__tv-txt {
    font-size: 0.8125rem;
  }
  .p-message__ttl {
    font-size: 3.75rem;
  }
  .p-message__txt {
    font-size: 1.25rem;
  }
  .p-news__list {
    padding: 1.875rem;
  }
  .p-news__item {
    flex-direction: column;
  }
  .p-news__date {
    width: 100%;
  }
  .u-font18 {
    font-size: 1rem;
  }
  .u-font20 {
    font-size: 1rem;
  }
  .u-font22 {
    font-size: 1.125rem;
  }
  .u-font24 {
    font-size: 1.125rem;
  }
  .u-mt100 {
    margin-top: 1.875rem;
  }
  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }
  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }
  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
  }
  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 10rem !important;
  }
  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
  }
  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }
  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
  }
  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .u-textMdLeft {
    text-align: Left !important;
  }
  .u-textMdCenter {
    text-align: Center !important;
  }
  .u-textMdRight {
    text-align: Right !important;
  }
  .u-textMdJustify {
    text-align: Justify !important;
  }
}

@media screen and (max-width: 570px) {
  .hamburger {
    display: block;
  }
  .l-header {
    padding: 0.625rem 0;
  }
  .l-header__menu {
    display: none;
  }
  .p-fv__date {
    max-width: 21.25rem;
    text-align: center;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */