@charset "UTF-8";

/* temp_stylePlugin:src/css/style.css */
:root {
  --primary-color: #BF0000;
  --secondary-color: #f9f2f3;
  --font-black-color: #171717;
  --font-white-color: #fff;
  --font-gray-1-color: #F2F2F2;
  --font-gray-2-color: #D9D9D9;
  --normal-font-weight: 400;
  --medium-font-weight: 500;
  --bold-font-weight: 700;
  --black-font-weight: 900;
  --default-letter-spacing: 0;
  --default-line-height: 1.5;
  --primary-bg-color: #FFFFFF;
  --gray-bg-color: #EAEEF2;
  --primary-border-radius: 4px;
  --default-container-base: 1200px;
  --default-container-padding: 20px;
  --default-container-width: calc(var(--default-container-base) + var(--default-container-padding) * 2);
  --body-min-width: 1200px;
  --primary-font: "Noto Sans JP", sans-serif;
  --serif-font: "Noto Serif JP", serif;
  --en-font: "Oswald", sans-serif;
  --alt-font: "Zen Kaku Gothic New", sans-serif;
  --svg-color-1: #fff;
}
@media (max-width: 767px) {
}
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}
*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  padding: 0;
  margin: 0;
}
hr {
  overflow: visible;
  height: 0;
  color: inherit;
}
details,
main {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden] {
  display: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline;
  text-decoration: underline dotted;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
pre {
  font-size: 1em;
}
b,
strong {
  font-weight: bolder;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-color: inherit;
  text-indent: 0;
}
input {
  border-radius: 0;
}
[disabled] {
  cursor: default;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: bold;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}
[aria-busy=true] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled=true] {
  cursor: default;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-family: var(--primary-font);
  color: #171717;
  color: var(--font-black-color);
  font-weight: 400;
  font-weight: var(--normal-font-weight);
  font-size: 18px;
  line-height: 1.5;
  line-height: var(--default-line-height);
  min-width: 1200px;
  min-width: var(--body-min-width);
  letter-spacing: 0;
  letter-spacing: var(--default-letter-spacing);
  background-color: #FFFFFF;
  background-color: var(--primary-bg-color);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
@media (max-width: 767px) {
  body {
    min-width: 0;
    font-size: 14px;
  }
}
html,
body {
  scroll-padding-top: 50px;
}
@media (min-width: 768px) {
  html,
  body {
    scroll-padding-top: 140px;
  }
}
*,
*::before,
*::after {
  background-repeat: no-repeat;
}
a {
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: opacity 0.3s ease-out;
  color: inherit;
}
a:hover {
  opacity: .7;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
strong {
  font-weight: 700;
  font-weight: var(--bold-font-weight);
}
button {
  outline: none;
}
.container--1200 {
  --default-container-base: 1200px;
}
.container--1180 {
  --default-container-base: 1180px;
}
.container--1100 {
  --default-container-base: 1100px;
}
.container--1440 {
  --default-container-base: 1440px;
}
.container--1126 {
  --default-container-base: 1126px;
}
.container--1000 {
  --default-container-base: 1000px;
}
.container {
  --default-container-width: calc(var(--default-container-base) + var(--default-container-padding)*2);
  max-width: 100%;
  width: calc(1200px + 20px*2);
  width: var(--default-container-width);
  margin: 0 auto;
  padding: 0 20px;
  padding: 0 var(--default-container-padding);
}
.container--full {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .container--full {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .container--child {
    padding: 0;
  }
}
.wrap {
  overflow: hidden;
}
.underline {
  -webkit-text-decoration: none;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  white-space: nowrap;
}
.ext {
  display: inline-flex;
  align-items: center;
}
.ext::after {
  content: "";
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAABBklEQVQokY3STStFURQG4Odyo5SPgTIzMWEqcxMzKTMTBv6Ff6BuGRoZGMhXycDYX8BIYiBShKmUfBytWvd20rn3emufvfdZ693rfdfetZHjhsQStvwPb/VS2gxqmM25CgUmsF/PSkdxCh5w3qXmLV6DeIABPKGsYBEreMYLbrCH0VAUie8pof7n5P6MzWMcl0n8imAPvttIOsRqxu9xl/9rTWI7TOMzO72JucwrOhGncJakdVyXrqpXha8i5/C2jN3cn+RoSS0T+/CT6/AUowqPZeJHtnwSFx18B4Yw1iQOZ6tDf7yMKoSNwSx2FZ/YLOAUO12qtRDE0LyR99XujTabsoZt+AWezzWU+0sOpQAAAABJRU5ErkJggg==);
  width: 14px;
  height: 14px;
  margin-left: 10px;
  flex-shrink: 0;
}
.fade {
  opacity: 0;
  transform: translateY(50px);
  transition: all .5s ease-in-out;
}
.fade--in {
  opacity: 1;
  transform: translateY(0);
}
.link-color {
  color: #BF0000;
  color: var(--primary-color);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.qrBox {
  position: fixed;
  top: 300px;
  right: 40px;
  width: 200px;
  height: 210px;
  margin: 0;
  padding: 14px;
  border: #fff 2px solid;
  border-radius: 23px;
  background-color: #BF0000;
  background-color: var(--primary-color);
  text-align: center;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  z-index: 9999;
  box-sizing: content-box;
}
@media (max-width: 767px) {
  .qrBox {
    display: none;
  }
}
.qrBox p {
  margin: 0 0 14px 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: left;
}
.qrBox img {
  width: 134px;
  height: 134px;
}
.breadcrumbs {
  list-style: none;
  font-size: 14px;
  line-height: 1.5;
  flex-wrap: wrap;
  display: flex;
  background-color: #000;
  height: 50px;
  padding: 0 36px;
}
@media (max-width: 767px) {
  .breadcrumbs {
    font-size: 12px;
    height: 40px;
    padding: 0 20px;
  }
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
  color: #fff;
  letter-spacing: .1em;
  font-weight: 700;
  font-weight: var(--bold-font-weight);
}
.breadcrumbs__item:not(:last-child)::after {
  content: "\ff0f";
  margin: 0 15px;
}
@media (max-width: 767px) {
  .breadcrumbs__item:not(:last-child)::after {
    margin: 0 5px;
  }
}
.breadcrumbs__item a {
  color: inherit;
}
.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  width: 100%;
  max-width: 560px;
  color: #fff;
  font-size: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all .25s ease-in-out;
  border-radius: 10px;
  font-weight: 700;
  font-weight: var(--bold-font-weight);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-family: var(--alt-font);
  gap: 14px;
}
@media (max-width: 767px) {
  .button {
    width: 320px;
    height: 80px;
    border-radius: 8px;
    font-size: 18px;
    max-width: 100%;
  }
}
.button--red {
  background-image:
    linear-gradient(
      135deg,
      #B8282E,
      #CF6747);
}
@media (max-width: 767px) {
  .button--red svg {
    width: 20px;
    height: 25px;
  }
}
.button--yellow {
  background-image:
    linear-gradient(
      135deg,
      #CD9649,
      #D1BE15);
}
@media (max-width: 767px) {
  .button--yellow {
    gap: 4px;
  }
  .button--yellow svg {
    width: 26px;
    height: 26px;
  }
}
.button--blue {
  background-image:
    linear-gradient(
      135deg,
      #0886B5,
      #19B8B9);
  height: 80px;
  font-size: 18px;
  max-width: 400px;
}
@media (max-width: 767px) {
  .button--blue {
    gap: 8px;
    font-size: 16px;
  }
  .button--blue svg {
    width: 20px;
    height: 20px;
  }
}
.fixed-button {
  position: fixed;
  top: 30px;
  right: 160px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-image:
    linear-gradient(
      135deg,
      #CD9649,
      #D1BE15);
  color: #fff;
  font-weight: 700;
  font-weight: var(--bold-font-weight);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-family: var(--alt-font);
  z-index: 6001;
  text-align: center;
  line-height: 1.25;
  gap: 8px;
}
@media (max-width: 1599px) {
  .fixed-button {
    right: 40px;
  }
}
@media (max-width: 767px) {
  .fixed-button {
    display: none;
  }
}
.sp-fixed-button {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border-radius: 0;
  font-size: 22px;
  z-index: 1000;
  letter-spacing: -.02em;
  max-width: 100% !important;
}
.sp-fixed-button svg {
  width: 36px;
  height: 36px;
}
.section-column {
}
.footer {
  background-image:
    linear-gradient(
      135deg,
      #0067A2,
      #7563CB);
  color: #fff;
  padding: 60px 0 40px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .footer {
    margin-top: 0;
    padding-bottom: 120px;
  }
}
.footer__wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__wrap {
    display: block;
  }
}
.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .footer__nav {
    display: grid;
    grid-template-columns: repeat(2, 120px);
    grid-gap: 30px;
    gap: 30px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .footer__logo {
    text-align: center;
    margin-bottom: 60px;
  }
  .footer__logo img {
    width: 280px;
  }
}
.footer-nav {
  display: flex;
  list-style: none;
  gap: 48px;
}
@media (max-width: 767px) {
  .footer-nav {
    flex-direction: column;
    gap: 20px;
  }
}
.footer-nav__item {
  font-weight: 700;
  font-weight: var(--bold-font-weight);
  line-height: 1.5;
}
.copyright {
  font-size: 14px;
  text-align: center;
  margin-top: 100px;
}
.header {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  z-index: 6000;
}
@media (max-width: 767px) {
  .header {
    position: sticky;
  }
}
.header__wrap {
  height: 160px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  position: relative;
  background-color: #fff;
  justify-content: space-between;
}
.header__wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background-image:
    linear-gradient(
      to right,
      #0067A2,
      #7563CB);
}
@media (max-width: 767px) {
  .header__wrap {
    padding: 10px 10px 0;
    height: 70px;
    justify-content: space-between;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
@media (max-width: 767px) {
  .header__logo a {
    font-size: 10px;
  }
}
.header__logo img {
  width: 240px;
}
@media (max-width: 767px) {
  .header__logo img {
    width: 186px;
  }
}
.header__nav {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .header__nav {
    opacity: 0;
    margin: auto;
    visibility: hidden;
    transition: all .25s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 25px 30px;
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    color: #171717;
    color: var(--font-black-color);
    background-image:
      linear-gradient(
        to right,
        #0067A2,
        #7563CB);
  }
}
@media (max-width: 767px) {
  .header__nav--open {
    opacity: 1;
    visibility: visible;
  }
}
.header__toggle {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .header__toggle {
    display: none;
  }
}
.header__trap {
  width: 240px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .header__trap {
    display: none;
  }
}
.header__buttons {
  margin: 70px auto 0;
}
.toggle {
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 15000;
  left: 0;
}
.toggle--open .toggle__bar--1 {
  transform: rotate(45deg);
  top: 44px;
}
@media (max-width: 767px) {
  .toggle--open .toggle__bar--1 {
    top: 20px;
    background-color: #fff;
  }
}
.toggle--open .toggle__bar--2 {
  opacity: 0;
}
.toggle--open .toggle__bar--3 {
  transform: rotate(-45deg);
  top: 44px;
}
@media (max-width: 767px) {
  .toggle--open .toggle__bar--3 {
    top: 20px;
    background-color: #fff;
  }
}
.toggle__bar {
  width: 35px;
  height: 2px;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 1.5px;
  position: absolute;
  transition: all .2s ease-out;
}
@media (max-width: 767px) {
  .toggle__bar {
    width: 24px;
    height: 2px;
  }
}
.toggle__bar--1 {
  top: 30px;
  background-color: #171717;
  background-color: var(--font-black-color);
}
@media (max-width: 767px) {
  .toggle__bar--1 {
    top: 14px;
  }
}
.toggle__bar--2 {
  top: 44px;
  background-color: #171717;
  background-color: var(--font-black-color);
}
@media (max-width: 767px) {
  .toggle__bar--2 {
    top: 22px;
  }
}
.toggle__bar--3 {
  top: 58px;
  background-color: #171717;
  background-color: var(--font-black-color);
}
@media (max-width: 767px) {
  .toggle__bar--3 {
    top: 30px;
  }
}
.global-nav {
  list-style: none;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1599px) {
  .global-nav {
    gap: 20px;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .global-nav {
    flex-direction: column;
    background-color: transparent;
    color: #fff;
    gap: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
  }
}
.global-nav__item {
}
.global-nav__link {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  font-weight: var(--bold-font-weight);
  color: #171717;
  color: var(--font-black-color);
  line-height: 1.33333;
  position: relative;
}
@media (max-width: 1599px) {
  .global-nav__link {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .global-nav__link {
    color: #fff;
    font-size: 20px;
  }
}
.sp-menu-logo {
  position: absolute;
  left: 10px;
  top: 17px;
}
.section-title {
  position: relative;
  padding-bottom: 36px;
  text-align: center;
  font-size: 48px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-family: var(--alt-font);
  line-height: 1.5;
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 24px;
    margin-bottom: 40px;
    padding-bottom: 24px;
  }
}
.section-title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 64px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='12' viewBox='0 0 64 12'%3E%3Cg id='\30b0\30eb\30fc\30d7_151' data-name='\30b0\30eb\30fc\30d7  151' transform='translate(-1058 -2591)'%3E%3Ccircle id='\6955\5186\5f62_3' data-name='\6955\5186\5f62  3' cx='6' cy='6' r='6' transform='translate(1058 2591)' fill='%239caa37'/%3E%3Ccircle id='\6955\5186\5f62_4' data-name='\6955\5186\5f62  4' cx='6' cy='6' r='6' transform='translate(1084 2591)' fill='%230067a2'/%3E%3Ccircle id='\6955\5186\5f62_5' data-name='\6955\5186\5f62  5' cx='6' cy='6' r='6' transform='translate(1110 2591)' fill='%239caa37'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  margin: auto;
}
@media (max-width: 767px) {
  .section-title::before {
    width: 44px;
    height: 8px;
  }
}
.section-second-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-family: var(--alt-font);
  font-size: 32px;
  line-height: 1.5;
  padding-left: 36px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-second-title {
    font-size: 20px;
    padding-left: 24px;
    margin-bottom: 16px;
  }
}
.section-second-title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 14px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #0067A2;
}
@media (max-width: 767px) {
  .section-second-title::before {
    width: 16px;
    height: 16px;
    top: 8px;
  }
}
.pagination {
}
.sidebar {
}
.widget h2 {
  background-color: #BF0000;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-weight: var(--bold-font-weight);
  font-family: var(--heading-font);
  line-height: 1.5;
  padding: 7px 16px;
  margin-bottom: 20px;
}
.widget:not(:last-child) {
  margin-bottom: 36px;
}
.wp-block-archives-dropdown select {
  background-color: #eaeaea;
  height: 40px;
  width: 100%;
  padding: 0 18px;
  cursor: pointer;
}
.wp-block-categories {
  list-style: none;
}
.wp-block-categories .cat-item::before {
  content: "\ff0d\3000";
}
.table {
}
.italic-type {
  font-style: italic;
}
.general-list {
  list-style: none;
  padding-left: 1em;
}
.general-list:not(:last-child) {
  margin-bottom: 30px;
}
.general-list .smaller {
  font-size: var(--fz12);
}
.general-list__item,
.general-list li {
  position: relative;
  padding-left: 1em;
  line-height: 2;
}
.general-list__item::before,
.general-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\30fb";
}
.circle-list {
  list-style: none;
  font-size: 20px;
  line-height: 1.95;
}
@media (max-width: 767px) {
  .circle-list {
    font-size: 14px;
  }
}
.circle-list__item,
.circle-list li {
  position: relative;
  padding-left: 32px;
  letter-spacing: .05em;
}
@media (max-width: 767px) {
  .circle-list__item,
  .circle-list li {
    padding-left: 22px;
  }
}
.circle-list__item::before,
.circle-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\25cf";
  color: #BF0000;
  color: var(--primary-color);
}
.dl-list__item {
  display: grid;
  grid-template-columns: 90px 1fr;
}
.dl-list__name {
  font-weight: 700;
  font-weight: var(--bold-font-weight);
  color: #BF0000;
  color: var(--primary-color);
  line-height: 1.75;
}
.dl-list__content {
  line-height: 1.75;
}
.section-text {
  line-height: 2.22222;
}
.color-primary {
  color: #BF0000;
  color: var(--primary-color);
}
.text-underline {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.section {
}
.page-column {
  display: grid;
  grid-template-columns: 1fr 336px;
  grid-gap: 40px;
  gap: 40px;
  padding-top: 160px;
}
@media (max-width: 767px) {
  .page-column {
    padding-top: 70px;
    grid-template-columns: 1fr;
  }
}
.page-content {
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .page-content {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .section-more {
    text-align: center;
  }
}
.title-area {
  text-align: center;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .title-area {
    padding-bottom: 20px;
    padding-top: 16px;
  }
}
.title-area__subhead {
  font-size: 32px;
  font-weight: 700;
  font-weight: var(--bold-font-weight);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-family: var(--alt-font);
  background-color: #0067A2;
  height: 56px;
  padding: 0 44px;
  display: grid;
  align-content: center;
  justify-content: center;
  place-content: center;
  border-radius: 28px;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .title-area__subhead {
    font-size: 16px;
    padding: 0 20px;
    height: 28px;
    border-radius: 14px;
  }
}
.title-area__title {
  font-family: "Noto Serif JP", serif;
  font-family: var(--serif-font);
  font-weight: 900;
  font-weight: var(--black-font-weight);
  font-size: 96px;
  line-height: 1.2;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .title-area__title {
    font-size: 48px;
    margin-top: 12px;
  }
}
.title-area__title span {
  color: #DA2822;
  font-size: 112px;
}
@media (max-width: 767px) {
  .title-area__title span {
    font-size: 56px;
  }
}
.hero {
  text-align: center;
  color: #fff;
  background-image:
    url(../images/hero-bg.svg),
    linear-gradient(
      135deg,
      #0067A2,
      #7563CB);
  background-repeat: repeat, no-repeat;
  padding: 50px 0 0;
}
@media (max-width: 767px) {
  .hero {
    padding-top: 60px;
  }
}
.hero__title {
  font-size: 72px;
  line-height: 1.2222222;
  margin-bottom: 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-family: var(--alt-font);
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
}
.hero__title span {
  font-size: 64px;
}
@media (max-width: 767px) {
  .hero__title span {
    font-size: 28px;
  }
}
.hero__subhead {
  border: 2px solid #fff;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 9px 30px;
  margin: 0 auto 50px;
  font-weight: 700;
  font-weight: var(--bold-font-weight);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-family: var(--alt-font);
  line-height: 1.2;
  gap: 10px;
}
@media (max-width: 767px) {
  .hero__subhead {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 30px;
  }
  .hero__subhead svg {
    width: 13px;
    height: 19px;
  }
}
.hero-scroll {
  display: block;
  margin: 0 auto;
  width: fit-content;
}
.hero-scroll svg {
  display: block;
}
.section-1 {
  padding: 80px 0 120px;
}
@media (max-width: 767px) {
  .section-1 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.news-list {
  border-top: 1px solid #CCCCCC;
}
.news-list__item {
  padding: 24px 20px;
  display: flex;
  border-bottom: 1px solid #CCCCCC;
}
@media (max-width: 767px) {
  .news-list__item {
    display: block;
    padding: 13px 10px;
  }
}
.news-list__date {
  color: #0067A2;
  font-weight: 700;
  font-weight: var(--bold-font-weight);
  width: 150px;
}
@media (max-width: 767px) {
}
.section-2 {
  background-color: #F3F8FD;
  padding: 80px 0 152px;
}
@media (max-width: 767px) {
  .section-2 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.about-column {
  display: grid;
  grid-template-columns: 1fr 512px;
  grid-gap: 88px;
  gap: 88px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .about-column {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
    margin-bottom: 40px;
  }
}
.about-column__image img {
  width: 100%;
}
.about-list {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .about-list {
    margin-bottom: 40px;
  }
}
.about-list__item {
  display: grid;
  grid-template-columns: 240px 1fr;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .about-list__item {
    display: block;
  }
}
.about-list__item:last-child {
  margin-bottom: 0;
}
.about-list__name {
  line-height: 1.2;
  background-color: #0067A2;
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-weight: var(--bold-font-weight);
}
@media (max-width: 767px) {
  .about-list__name {
    padding: 13px 20px;
    font-size: 16px;
    text-align: left;
    display: block;
    line-height: 1.5;
  }
}
.about-list__content {
  background-color: #fff;
  padding: 40px;
}
@media (max-width: 767px) {
  .about-list__content {
    padding: 20px 20px 30px;
  }
}
.about-list__content .section-text {
  line-height: 1.7777777;
}
.about-data {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .about-data {
    margin-bottom: 30px;
  }
}
.about-data:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .about-data:last-child {
    margin-bottom: 0;
  }
}
.about-data__name {
  font-weight: 700;
  font-weight: var(--bold-font-weight);
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .about-data__name {
    font-size: 14px;
    margin-left: -10px;
  }
}
.about-data__name .sat {
  color: #0067A2;
}
.about-data__name .san {
  color: #B72531;
}
.about-data__content {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.444444;
  padding-left: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .about-data__content {
    font-size: 14px;
  }
}
.about-data__content::before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #171717;
  background-color: var(--font-black-color);
}
@media (max-width: 767px) {
  .about-data__content::before {
    width: 5px;
    height: 5px;
    left: 0;
    top: 9px;
  }
}
.section-more {
  text-align: center;
}
.arrow {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .arrow svg {
    width: 11px;
    height: 12px;
  }
}
.ticket-box {
  text-align: center;
  border: 5px solid #0067A2;
  position: relative;
  padding: 48px 20px 64px;
  margin-top: 120px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .ticket-box {
    margin-top: 46px;
    border-width: 4px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.ticket-box::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 3px solid #0067A2;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .ticket-box::before {
    border-width: 2px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
  }
}
.ticket-box__title {
  color: #0067A2;
  font-weight: 700;
  font-weight: var(--bold-font-weight);
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-family: var(--alt-font);
  font-size: 48px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .ticket-box__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.ticket-box__text {
  font-size: 24px;
  font-weight: 700;
  font-weight: var(--bold-font-weight);
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .ticket-box__text {
    font-size: 16px;
  }
}
.ticket-box__note {
  font-size: 20px;
}
@media (max-width: 767px) {
  .ticket-box__note {
    font-size: 12px;
  }
}
.ticket-box .button {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .ticket-box .button {
    margin-top: 20px;
  }
}
.section-3 {
  padding: 80px 0 160px;
}
@media (max-width: 767px) {
  .section-3 {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.schools-section {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .schools-section {
    margin-bottom: 60px;
  }
}
.schools-section:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .schools-section:last-child {
    margin-bottom: 0;
  }
}
.schools-section__title {
  font-family: "Oswald", sans-serif;
  font-family: var(--en-font);
  font-size: 72px;
  display: flex;
  align-items: baseline;
  line-height: 1.05;
  position: relative;
  gap: 12px;
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .schools-section__title {
    font-size: 44px;
    margin-bottom: 30px;
  }
}
.schools-section__title::before {
  content: "";
  display: block;
  position: absolute;
  left: 240px;
  right: 0;
  height: 3px;
  bottom: 26px;
  background-color: #171717;
  background-color: var(--font-black-color);
}
@media (max-width: 767px) {
  .schools-section__title::before {
    left: 165px;
  }
}
.schools-section__title .sat,
.schools-section__title .san {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-family: var(--alt-font);
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  font-weight: var(--bold-font-weight);
  position: relative;
  bottom: 10px;
}
@media (max-width: 767px) {
  .schools-section__title .sat,
  .schools-section__title .san {
    font-size: 18px;
    width: 30px;
    height: 30px;
    bottom: 5px;
  }
}
.schools-section__title span {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.schools-section__title .sat {
  background-color: #0067A2;
}
.schools-section__title .san {
  background-color: #B72531;
}
.schools-section__lead {
  font-size: 40px;
  font-weight: 700;
  font-weight: var(--bold-font-weight);
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .schools-section__lead {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 40px;
  }
}
.schools-section__label {
  width: fit-content;
  margin: 0 auto 50px;
  height: 56px;
  background-color: #171717;
  background-color: var(--font-black-color);
  font-weight: 700;
  font-weight: var(--bold-font-weight);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-family: var(--alt-font);
  border-radius: 28px;
  color: #fff;
  display: grid;
  align-content: center;
  justify-content: center;
  place-content: center;
  font-size: 32px;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .schools-section__label {
    height: 32px;
    border-radius: 16px;
    font-size: 20px;
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
.schools-section__row {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .schools-section__row {
    margin-bottom: 50px;
  }
}
.schools-section__row:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .schools-section__row:last-child {
    margin-bottom: 0;
  }
}
.schools-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  gap: 40px;
  list-style: none;
}
@media (max-width: 767px) {
  .schools-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.schools-list__item {
  position: relative;
  border: 1px solid #CCCCCC;
  min-height: 120px;
  padding: 44px 20px 30px;
  display: grid;
  grid-template-columns: 116px 1fr;
}
@media (max-width: 767px) {
  .schools-list__item {
    min-height: 80px;
    padding-bottom: 20px;
    padding-top: 34px;
    grid-template-columns: auto 1fr;
    gap: 20px;
  }
}
.schools-list__name {
  text-align: center;
  font-size: 24px;
}
@media (max-width: 767px) {
  .schools-list__name {
    font-size: 16px;
    text-align: left;
  }
}
.schools-list__content {
  font-weight: 700;
  font-weight: var(--bold-font-weight);
  font-size: 24px;
}
@media (max-width: 767px) {
  .schools-list__content {
    font-size: 16px;
  }
}
.schools-list__category {
  position: absolute;
  color: #fff;
  font-weight: 700;
  font-weight: var(--bold-font-weight);
  font-size: 20px;
  top: 0;
  left: 0;
  padding: 3px 12px;
  background-color: #9CAA37;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .schools-list__category {
    font-size: 14px;
    padding: 2px 10px;
  }
}
.section-4 {
  padding: 80px 0 110px;
  background-color: #F3F8FD;
}
@media (max-width: 767px) {
  .section-4 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.faq-list__item {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .faq-list__item {
    margin-bottom: 20px;
  }
}
.faq-list__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .faq-list__item:last-child {
    margin-bottom: 0;
  }
}
.faq-list__name {
  background-color: #0067A2;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-weight: var(--bold-font-weight);
  line-height: 1.5;
  padding: 45px 20px 45px 92px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.76' height='39.24' viewBox='0 0 17.76 39.24'%3E%3Cpath id='\30d1\30b9_56738' data-name='\30d1\30b9  56738' d='M17.4,6.56,18.12,3a17.61,17.61,0,0,1-3.2-3.4c3.44-1.44,4.76-4.96,4.76-9.72V-22.44c0-6.36-2.36-10.24-8.88-10.24-6.56,0-8.88,3.84-8.88,10.24v12.28C1.92-3.72,4.2.36,10.8.36a4.593,4.593,0,0,0,.76-.04C13.08,2.56,15.24,5.48,17.4,6.56ZM10.8-3.2c-3.64,0-4.32-2.36-4.32-5.96v-14.2c0-3.6.68-5.8,4.32-5.8s4.32,2.2,4.32,5.8v14.2C15.12-5.56,14.44-3.2,10.8-3.2Z' transform='translate(-1.92 32.68)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-position: 42px center;
}
@media (max-width: 767px) {
  .faq-list__name {
    font-size: 16px;
    background-size: 14px 31px;
    background-position: 22px center;
    padding: 32px 20px 32px 56px;
  }
}
.faq-list__content {
  background-color: #FFF;
  font-size: 20px;
  line-height: 1.45;
  min-height: 120px;
  padding: 24px 20px 24px 92px;
  display: flex;
  align-items: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.16' height='32.4' viewBox='0 0 18.16 32.4'%3E%3Cpath id='\30d1\30b9_56739' data-name='\30d1\30b9  56739' d='M.76,0H5L6.56-8.16h6.6L14.64,0h4.28L12-32.4H7.64Zm6.4-11.4L9.84-26l2.72,14.6Z' transform='translate(-0.76 32.4)' fill='%23333'/%3E%3C/svg%3E%0A");
  background-position: 42px center;
}
@media (max-width: 767px) {
  .faq-list__content {
    font-size: 16px;
    background-size: 15px 26px;
    background-position: 22px center;
    padding: 20px 20px 20px 56px;
    min-height: 100px;
  }
}
.section-5 {
  padding: 80px 0 110px;
}
@media (max-width: 767px) {
  .section-5 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.access {
  text-align: center;
}
.access__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-family: var(--alt-font);
  font-size: 32px;
  font-weight: 700;
  font-weight: var(--bold-font-weight);
  margin-bottom: 40px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .access__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.access__text {
  margin-bottom: 20px;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .access__text {
    font-size: 15px;
  }
}
.access-map {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .access-map {
    margin-top: 30px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.access-map iframe {
  width: 100%;
  height: 480px;
}
@media (max-width: 767px) {
  .access-map iframe {
    height: 560px;
  }
}
.access-map figcaption {
  text-align: right;
  margin-top: 20px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .access-map figcaption {
    font-size: 12px;
    margin-top: 15px;
    margin-right: 20px;
  }
}
.access-map figcaption a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.section-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  gap: 40px;
}
@media (max-width: 767px) {
  .section-column {
    grid-template-columns: 1fr;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.section-6 {
  background-color: #F3F8FD;
  padding: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .section-6 {
    padding-bottom: 60px;
  }
}
.section-6 .section-title {
  margin-bottom: 30px;
}
.sponsor-text {
  line-height: 2.857142857142857;
  font-size: 28px;
}
@media (max-width: 767px) {
  .sponsor-text {
    font-size: 18px;
    line-height: 2.6666666;
  }
}
.section-7 {
  background-color: #F3F8FD;
  padding: 40px;
  text-align: center;
}
.section-7 .section-title {
  margin-bottom: 48px;
}
.contact-lead {
  font-size: 24px;
  font-weight: 700;
  font-weight: var(--bold-font-weight);
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .contact-lead {
    font-size: 18px;
    font-weight: 400;
    font-weight: var(--normal-font-weight);
  }
}
.contact-list {
  list-style: none;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .contact-list {
    margin-bottom: 20px;
  }
}
.contact-list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: "Oswald", sans-serif;
  font-family: var(--en-font);
  font-size: 22px;
}
@media (max-width: 767px) {
  .contact-list__item {
    font-size: 18px;
  }
}
.contact-note {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .contact-note {
    font-size: 14px;
  }
}
.back-to-top {
  text-align: right;
  margin-left: auto;
  display: block;
  padding-right: 40px;
  margin-top: 56px;
  opacity: 0;
  transition: all .25s ease-in-out;
  width: fit-content;
}
@media (min-width: 768px) {
  .back-to-top {
    position: sticky;
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .back-to-top {
    width: 100%;
    opacity: 1;
    padding-right: 0;
    height: 60px;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
  }
}
.scrolled .back-to-top {
  opacity: 1;
}
@media (min-width: 768px) {
  .only-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .only-tablet-below {
    display: none;
  }
}
@media (max-width: 767px) {
  .only-desktop-above {
    display: none;
  }
}
@media (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
.text-center {
  text-align: center !important;
}
@media (max-width: 767px) {
  .text-center--only-pc {
    text-align: left;
  }
}
.text-left {
  text-align: left;
}
@media (max-width: 767px) {
  .sp-text-left {
    text-align: left;
  }
}
.text-right {
  text-align: right;
}
.fz16 {
  font-size: 16px;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}
.mb15 {
  margin-bottom: 15px !important;
}
@media (max-width: 767px) {
  .mb15 {
    margin-bottom: 8px !important;
  }
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
@media (max-width: 767px) {
  .mb25 {
    margin-bottom: 12px !important;
  }
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px !important;
}
@media (max-width: 767px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .mb50 {
    margin-bottom: 30px !important;
  }
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .mb70 {
    margin-bottom: 35px;
  }
}
.mb90 {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .mb90 {
    margin-bottom: 45px;
  }
}
.mt0 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .mt0 {
    margin-top: 0;
  }
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .mt50 {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .sp-overflow-hidden {
    overflow: hidden;
  }
}
.flex {
  display: flex;
  align-items: baseline;
}
.flex--align-center {
  align-items: center;
}
.fz14 {
  font-size: 14px;
}
@media (max-width: 767px) {
  .sp-block {
    display: block;
  }
}
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
