:root {
  --noto-selif: "Noto Serif JP", serif;
  --noto-sans: "Noto Sans JP", sans-serif;
  --oswald: "Oswald", sans-serif;
}

.selif {
  font-family: var(--noto-selif);
}

.noto {
  font-family: var(--noto-sans);
}

.oswald {
  font-family: var(--oswald);
}

.img-wrap {
  max-width: fit-content;
  width: 100%;
}
.img-wrap img {
  width: 90%;
}

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

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

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

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

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

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

html {
  line-height: 1;
  letter-spacing: 0em;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-weight: 400;
  font-family: var(--noto-sans);
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  clear: both;
  height: 0;
  overflow: visible;
  margin: 0;
  border-top-width: 1px;
  color: inherit;
  box-sizing: content-box;
}

address {
  font-style: inherit;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 100%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border-radius: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  -webkit-appearance: none;
  appearance: none;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  font-weight: bold;
  text-align: left;
}

:root {
  --yellow: #fff133;
  --blue: #004ea2;
  --hedarHeight: 80px;
}
@media screen and (max-width: 767px) {
  :root {
    --hedarHeight: 50px;
  }
}

html,
body {
  overflow-x: hidden;
  background: var(--blue);
}

[data-split] .is-split {
  opacity: 0;
}

.yellow {
  color: var(--yellow);
}

.hamburger {
  display: none;
}
@media screen and (max-width: 1060px) {
  .hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: auto;
    aspect-ratio: 1;
  }
}
.hamburger.is-active .hamburger__bar--1 {
  top: 50%;
  rotate: 45deg;
}
.hamburger.is-active .hamburger__bar--2 {
  opacity: 0;
}
.hamburger.is-active .hamburger__bar--3 {
  top: 50%;
  rotate: -45deg;
}
.hamburger__inner {
  position: relative;
  width: 25px;
  height: 19px;
}
.hamburger__bar {
  transition: top 0.3s, rotate 0.3s, opacity 0.3s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--blue);
}
.hamburger__bar--1 {
  top: 0;
}
.hamburger__bar--2 {
  top: 50%;
}
.hamburger__bar--3 {
  top: 100%;
}

.sp-nav {
  position: absolute;
  z-index: 100;
  top: var(--hedarHeight);
  left: 0;
  height: calc(100dvh - var(--hedarHeight));
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  translate: 100%;
  transition: all 0.3s;
  overflow-y: auto;
}
.sp-nav.is-active {
  translate: 0;
}
.sp-nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8vw;
}
.sp-nav__link {
  font-weight: bold;
  font-size: 5vw;
  color: var(--blue);
}

.header {
  opacity: 0;
  visibility: hidden;
  translate: 0 -100%;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  height: var(--hedarHeight);
  width: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.header.is-active {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  width: inherit;
  gap: 20px;
}
@media screen and (max-width: 1060px) {
  .header__inner {
    gap: 5px;
  }
}
.header__left {
  padding-left: 20px;
}
@media screen and (max-width: 1060px) {
  .header__left {
    padding-left: 10px;
  }
}
.header__left .logo {
  max-width: 340px;
  background: #fff;
}
@media screen and (max-width: 1360px) {
  .header__left .logo {
    max-width: 200px;
  }
}
.header__left .logo img {
  width: 100%;
}
.header__right {
  height: 100%;
  display: flex;
}

.g-nav {
  height: 100%;
}
.g-nav__list {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 100%;
}
@media screen and (max-width: 1360px) {
  .g-nav__list {
    gap: 15px;
  }
}
@media screen and (max-width: 1360px) and (max-width: 1060px) {
  .g-nav__list {
    gap: 0;
  }
}
.g-nav__item {
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-nav__link {
  font-weight: bold;
  font-size: 15px;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 1360px) {
  .g-nav__link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1360px) and (max-width: 1060px) {
  .g-nav__link {
    display: none;
  }
}
@media (hover) {
  .g-nav__link:hover {
    color: var(--blue);
  }
}
.g-nav__link--entry {
  font-style: italic;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  height: 100%;
  color: var(--blue);
  background: var(--yellow);
}
@media (hover) {
  .g-nav__link--entry:hover {
    color: var(--yellow);
    background: var(--blue);
  }
}
@media screen and (max-width: 1360px) {
  .g-nav__link--entry {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1360px) and (max-width: 1060px) {
  .g-nav__link--entry {
    max-width: 100px;
    display: flex;
    font-size: 15px;
    padding: 0 12px;
  }
}

.fv {
  z-index: 1;
  background: url(../img/bg-w.png) no-repeat;
  background-size: 63.3333333333% auto;
  background-position-y: 60px;
  background-position-x: center;
  position: relative;
  padding-bottom: 3.3333333333vw;
}
@media screen and (max-width: 1060px) {
  .fv {
    margin-top: var(--hedarHeight);
  }
}
@media screen and (max-width: 1060px) and (max-width: 767px) {
  .fv {
    background-size: 120% auto;
    padding-bottom: 13.3333333333vw;
  }
}
.fv .logo {
  max-width: 380px;
  background: #fff;
  padding: 18px;
}
@media screen and (max-width: 1060px) {
  .fv .logo {
    display: none;
  }
}
.fv__phrase {
  position: absolute;
  top: 40px;
  right: 40px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.3;
  font-size: 4vw;
  font-style: italic;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  opacity: 0;
  transform: translateX(30px);
}
@media screen and (max-width: 767px) {
  .fv__phrase {
    top: 20px;
    right: 15px;
    font-size: 5.3333333333vw;
  }
}
.fv__inner {
  margin: 0 auto;
  width: 94.6666666667%;
}
.fv__title {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: left bottom;
  margin-top: 6.25vw;
  color: #fff;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.02em;
  line-height: 1.5;
  font-size: 5.46875vw;
}
@media screen and (max-width: 1060px) {
  .fv__title {
    padding-top: 8vw;
  }
}
@media screen and (max-width: 1060px) and (max-width: 767px) {
  .fv__title {
    font-size: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .fv__title span:first-child {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 767px) {
  .fv__title .final-selection {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .fv__title .exclamation {
    font-size: 0.7em;
  }
}
.fv__title .yellow {
  display: inline-block;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: left bottom;
}
@media screen and (max-width: 767px) {
  .fv__title .yellow {
    margin-top: -31vw;
  }
}
.fv__title .dots {
  background-image: radial-gradient(circle at center, var(--yellow) 20%, transparent 20%);
  background-position: 63% 10%;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.4em;
}
.fv__text {
  opacity: 0;
  margin: 2vw auto;
  line-height: 1.75;
  font-weight: 900;
  letter-spacing: -0.04em;
  font-size: 4.2666666667vw;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.3333333333%;
}
@media screen and (max-width: 767px) {
  .fv__text {
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    font-size: 10vw;
    line-height: 1.2;
    gap: 2vw;
    row-gap: 0;
  }
}
.fv__first {
  font-size: 5.2083333333vw;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 3px #fff;
  padding: 0px 2vw;
}
@media screen and (max-width: 767px) {
  .fv__first {
    border: solid 2px #fff;
    padding: 5px 2.5vw;
    letter-spacing: 0;
  }
}
.fv__second {
  font-size: 8.8541666667vw;
  font-style: italic;
}
.fv__text2 {
  font-weight: 900;
  letter-spacing: -0.04em;
  font-size: 4.1666666667vw;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .fv__text2 {
    margin-bottom: 30px;
  }
}
.fv__text2 .flex-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .fv__text2 .flex-row {
    gap: 10px;
    font-size: 4.6666666667vw;
    margin-bottom: 20px;
  }
}
.fv__text2 .label {
  position: relative;
  background-color: #172a88;
  padding: 2.0833333333vw 3.125vw 2.0833333333vw 1.5625vw;
  clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0% 100%);
}
.fv__text2 .annotation {
  text-align: center;
  font-size: 25px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .fv__text2 .annotation {
    font-size: 14px;
  }
}
.fv__text3 {
  width: fit-content;
  margin: 0 auto;
  font-size: 2.34375vw;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .fv__text3 {
    font-size: 14px;
  }
}
.fv__text3 .allowance2 {
  font-size: 1.6666666667vw;
}
@media screen and (max-width: 767px) {
  .fv__text3 .allowance1,
  .fv__text3 .allowance2 {
    display: none;
  }
}
.fv__text3 .sp-allowance {
  display: none;
}
@media screen and (max-width: 767px) {
  .fv__text3 .sp-allowance {
    display: initial;
  }
}
.fv__text3 .allowance3 {
  margin-top: 20px;
}

.sv {
  z-index: 0;
  position: relative;
  overflow: hidden;
}
.sv__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 94.6666666667%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .sv__inner {
    align-items: center;
    flex-direction: column-reverse;
    width: 100%;
  }
}
.sv__yellow-background {
  width: 40vw;
  height: 90vw;
  background: var(--yellow);
  position: absolute;
  top: 31vw;
  left: -40vw;
  z-index: -1;
  rotate: -37deg;
}
@media screen and (max-width: 767px) {
  .sv__yellow-background {
    top: auto;
    bottom: -85vw;
    width: 90vw;
    height: 140vw;
    left: -75vw;
  }
}
.sv__left {
  position: relative;
  margin-left: -80px;
  margin-right: -80px;
  max-width: 60%;
}
@media screen and (max-width: 767px) {
  .sv__left {
    margin-left: 0;
    margin-right: 0;
    max-width: 115%;
    width: 115%;
  }
}
.sv__right {
  position: relative;
  z-index: 5;
  font-style: italic;
  font-size: min(2.4vw, 58px);
  line-height: 1.6363;
  font-weight: 900;
  padding-bottom: 120px;
  color: #fff;
  text-shadow: 2px 2px 3px var(--blue);
}
@media screen and (max-width: 767px) {
  .sv__right {
    width: 94%;
    font-size: 5vw;
    padding-bottom: 30px;
  }
}
.sv__right .big {
  font-size: 5.3333333333vw;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sv__right .big {
    font-size: 10vw;
  }
}
.sv__right .flow {
  position: relative;
  margin-left: 20px;
  display: flex;
  align-items: flex-start;
  background-color: #172a88;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .sv__right .flow {
    margin-left: 0px;
    flex-direction: column;
    background: linear-gradient(to bottom, #004ea2 50px, #172a88 50px);
  }
}
.sv__right .flow__label {
  position: relative;
  left: -12px;
}
.sv__right .flow__label img {
  width: 8.3333333333vw;
  max-width: 180px;
}
@media screen and (max-width: 767px) {
  .sv__right .flow__label {
    left: 0px;
    margin-inline: auto;
  }
  .sv__right .flow__label img {
    width: 100px;
  }
}
.sv__right .flow__content {
  padding: 20px 20px 20px 10px;
}
.sv__right .flow__content .list li {
  position: relative;
  margin-bottom: 15px;
  font-size: 20px;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .sv__right .flow__content .list li {
    font-size: 16px;
  }
}
.sv__right .flow__content .list li .circle {
  position: absolute;
  z-index: 2;
  top: 9px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #fff133;
  border-radius: 100vmax;
}
@media screen and (max-width: 767px) {
  .sv__right .flow__content .list li .circle {
    top: 5px;
  }
}
.sv__right .flow__content .list li .vertical-line {
  position: absolute;
  top: 30%;
  left: 6px;
  width: 4px;
  height: 150%;
  background-color: #ccc;
}
.sv__right .flow__content .list li:not(:first-child) .circle::before {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-color: #172a88;
  border-radius: 100vmax;
  width: 8px;
  height: 8px;
}
.sv__right .flow__content .list li:first-child .vertical-line {
  height: 150%;
}
@media screen and (max-width: 767px) {
  .sv__right .flow__content .list li:first-child .vertical-line {
    top: 50%;
  }
}
.sv__right .flow__content .list li:last-child .vertical-line {
  height: 100%;
}
.sv__right .flow .yellow {
  color: #fff133;
  font-weight: bold;
}

.what-todo {
  background: #fff;
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .what-todo {
    padding: 40px 0 20px;
  }
}
.what-todo__inner {
  width: 94%;
  margin: 0 auto;
  max-width: 1300px;
}
.what-todo .title {
  color: #004ea2;
  font-size: 70px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.4;
  letter-spacing: -0.05em;
  background-color: var(--yellow);
  padding: 0 20px;
  transform: skewX(-12deg);
  display: block;
  width: fit-content;
  margin: 0 auto 90px;
}
.what-todo .title span {
  display: inline-block;
  transform: skewX(12deg);
}
@media screen and (max-width: 767px) {
  .what-todo .title {
    font-size: 40px;
    margin: 0 auto 40px;
  }
}
.what-todo .main-event {
  position: relative;
  border: 1px solid #005bac;
  padding: 70px 50px 50px;
  background: white;
  line-height: 1.4;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .what-todo .main-event {
    padding: 25px 15px 20px;
    margin-bottom: 40px;
  }
}
.what-todo .main-event__title h3 {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  width: max-content;
  margin: auto;
  padding-inline: 1.2em;
  background-color: #fff;
  color: #004ea2;
  font-size: 50px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .what-todo .main-event__title h3 {
    font-size: 24px;
    top: -18px;
  }
}
.what-todo .main-event__title .label {
  position: absolute;
  top: -18px;
  right: 10px;
  width: 9.6875vw;
  max-width: 186px;
}
@media screen and (max-width: 767px) {
  .what-todo .main-event__title .label {
    display: none;
  }
}
.what-todo .main-event__text {
  max-width: fit-content;
  margin: auto;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .what-todo .main-event__text {
    font-size: 16px;
  }
}
.what-todo .sub-title-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .what-todo .sub-title-wrap {
    margin-bottom: 45px;
  }
}
.what-todo .sub-title-wrap .sub-title {
  background-color: #005bac;
  color: white;
  font-weight: bold;
  font-size: 50px;
  line-height: 1.4;
  font-style: italic;
  padding: 10px 20px;
  border-radius: 999px;
  position: relative;
  display: inline-block;
}
.what-todo .sub-title-wrap .sub-title::after {
  content: "";
  background-color: #005bac;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .what-todo .sub-title-wrap .sub-title {
    font-size: 30px;
  }
}
.what-todo .sub-events {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .what-todo .sub-events {
    flex-direction: column;
    gap: 45px;
  }
}
.what-todo .sub-event {
  position: relative;
  border: 1px solid #005bac;
  padding: 60px 50px 50px;
  background: white;
  line-height: 1.4;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .what-todo .sub-event {
    padding: 30px 10px 20px;
    margin-bottom: 0px;
  }
}
.what-todo .sub-event__title {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  width: max-content;
  margin: auto;
  padding-inline: 1.2em;
  background-color: #fff;
  color: #004ea2;
  font-size: clamp(2rem, 0.2075rem + 3.7344vw, 3.125rem);
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .what-todo .sub-event__title {
    font-size: 24px;
    top: -18px;
  }
}
.what-todo .sub-event__text {
  width: fit-content;
  margin-inline: auto;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .what-todo .sub-event__text {
    font-size: 16px;
  }
}
.what-todo .sub-event:first-child {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .what-todo .sub-event:first-child {
    width: 100%;
  }
}
.what-todo .sub-event:last-child {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .what-todo .sub-event:last-child {
    width: 100%;
  }
}

.news {
  background: #fff;
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 40px 0;
  }
}
.news .title-wrap {
  color: #004ea2;
}
.news .title-wrap .title {
  font-family: var(--oswald);
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .news .title-wrap .title {
    font-size: 50px;
    margin-bottom: 5px;
  }
}
.news .title-wrap .text {
  font-size: 20px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .news .title-wrap .text {
    font-size: 18px;
  }
}
.news__inner {
  margin: 0 auto;
  width: 94%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .news__inner {
    gap: 15px;
    flex-direction: column;
  }
}
.news__left {
  width: 100%;
  max-width: 175px;
}
.news__right {
  width: 100%;
  max-width: 750px;
}
.news__list {
  display: flex;
  flex-direction: column;
}
.news__item {
  border-top: solid 1px var(--blue);
}
.news__item:last-child {
  border-bottom: solid 1px var(--blue);
}

.news-item {
  display: flex;
  width: 100%;
  gap: 40px;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .news-item {
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
  }
}
.news-item__title {
  font-size: 20px;
  margin-top: 2px;
  font-weight: normal;
  color: var(--blue);
  font-family: var(--oswald);
}
@media screen and (max-width: 767px) {
  .news-item__title {
    margin-top: 0;
    font-size: 18px;
  }
}
.news-item__text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .news-item__text {
    font-size: 14px;
  }
}

.bg-area {
  background: url(../img/bg-blue.png) repeat-y;
  background-size: 100% auto;
  background-position-y: 220px;
}

.strong {
  padding: 110px 0 0;
}
@media screen and (max-width: 767px) {
  .strong {
    padding: 40px 0 0;
  }
}
.strong .title-wrap {
  color: #fff;
  text-align: center;
}
.strong .title-wrap .title {
  font-family: var(--oswald);
  font-size: 120px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .strong .title-wrap .title {
    font-size: 50px;
    margin-bottom: 10px;
  }
}
.strong .title-wrap .text {
  font-size: 32px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .strong .title-wrap .text {
    font-size: 18px;
  }
}
.strong__person {
  position: absolute;
  top: 0;
  right: 30px;
  translate: 0 -100%;
  max-width: 230px;
}
@media screen and (max-width: 1300px) {
  .strong__person {
    max-width: 180px;
    right: 10px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1140px) {
  .strong__person {
    display: none;
    max-width: 100px;
    right: 0;
  }
}
.strong__inner {
  width: 94%;
  margin: 0 auto;
  max-width: 1300px;
}
.strong__contents {
  margin-top: 40px;
  background: #fff;
  padding: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .strong__contents {
    margin-top: 30px;
    padding: 20px 15px;
  }
}
.strong__section-title {
  font-weight: 900;
  font-size: 56px;
  text-align: center;
  margin-bottom: 30px;
  color: var(--blue);
}
@media screen and (max-width: 767px) {
  .strong__section-title {
    margin-bottom: 20px;
    font-size: 38px;
  }
}
.strong__section-title .underbar {
  text-underline-offset: -10px;
  text-decoration: underline;
  text-decoration-thickness: 20px;
  text-decoration-color: var(--yellow);
}
.strong__section-title .big {
  display: inline-block;
  font-style: italic;
  line-height: 1;
  font-size: 120px;
}
@media screen and (max-width: 767px) {
  .strong__section-title .big {
    font-size: 54px;
    line-height: 0.5;
  }
}
.strong__section-text {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .strong__section-text {
    font-size: 16px;
  }
}
.strong__main-title {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  background: var(--yellow);
  padding: 20px 25px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  white-space: nowrap;
  color: var(--blue);
  border: solid 3px var(--blue);
}
@media screen and (max-width: 767px) {
  .strong__main-title {
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: 0em;
    padding: 10px 15px;
  }
}
.strong__main-content {
  position: relative;
  margin-bottom: 50px;
  margin-top: 75px;
  border: solid 3px var(--blue);
  padding: 60px 15px;
}
@media screen and (max-width: 767px) {
  .strong__main-content {
    margin-top: 50px;
    padding: 60px 10px 30px;
    margin-bottom: 30px;
  }
}
.strong__main-support {
  position: absolute;
  bottom: 0;
  left: -90px;
  max-width: 265px;
}
@media screen and (max-width: 1380px) {
  .strong__main-support {
    max-width: 200px;
    left: -60px;
  }
}
@media screen and (max-width: 1380px) and (max-width: 1240px) {
  .strong__main-support {
    display: none;
  }
}
.strong__main-text {
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .strong__main-text {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.strong__main-text .title {
  display: block;
  font-size: 32px;
  line-height: 1.1875;
  letter-spacing: 0em;
  font-weight: bold;
  color: var(--blue);
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .strong__main-text .title {
    font-size: 24px;
  }
}
.strong__main-text .title .big {
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .strong__main-text .title .big {
    font-size: 40px;
  }
}
.strong__main-bl {
  margin: 0 auto;
  width: fit-content;
  color: var(--blue);
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  line-height: 1.5833333333;
  letter-spacing: 0em;
  padding: 30px 0;
  border-bottom: #004ea2 solid 1px;
}
@media screen and (max-width: 767px) {
  .strong__main-bl {
    font-size: 16px;
    padding: 20px 0;
  }
}

.go {
  max-width: 780px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .go {
    margin-top: 20px;
  }
}
.go__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .go__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.go__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.go__item {
  display: flex;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .go__item {
    flex-direction: column;
    padding: 10px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .go__item:not(:last-child) {
    border-bottom: solid 1px var(--blue);
  }
}
.go__left {
  min-width: 340px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .go__left {
    min-width: 0;
    padding-bottom: 30px;
  }
}
.go__left::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 14px;
  height: auto;
  aspect-ratio: 14/16;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  translate: 0 -50%;
  background: var(--blue);
}
@media screen and (max-width: 767px) {
  .go__left::after {
    translate: -50% 0;
    right: 0;
    left: 50%;
    top: auto;
    bottom: 8px;
    aspect-ratio: 16/14;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}

.table {
  background: var(--blue);
  padding: 15px 30px 30px;
  margin: 30px auto 0;
  max-width: 900px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table {
    padding: 15px;
  }
}
.table__list {
  display: flex;
  flex-direction: column;
  gap: 55px;
}
@media screen and (max-width: 767px) {
  .table__list {
    gap: 40px;
  }
}

.table-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .table-item {
    gap: 10px;
  }
}
.table-item:not(:last-child)::after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  translate: -50%;
  content: "";
  background: #fff;
  height: auto;
  width: 26px;
  aspect-ratio: 26/14;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .table-item:not(:last-child)::after {
    width: 20px;
    bottom: -20px;
  }
}
.table-item__title {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .table-item__title {
    font-size: 16px;
    gap: 8px;
  }
}
.table-item__number {
  height: 50px;
  width: 50px;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  color: var(--blue);
  background: var(--yellow);
}
@media screen and (max-width: 767px) {
  .table-item__number {
    font-size: 24px;
    height: 40px;
    width: 40px;
  }
}
.table-item__ojts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .table-item__ojts {
    grid-template-columns: 1fr;
  }
}

.table-ojt {
  border: solid 1px #fff;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .table-ojt {
    padding: 10px 8px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

.treatment {
  max-width: 1000px;
  margin: 40px auto 0;
  position: relative;
}
.treatment__person {
  position: absolute;
  top: 0;
  right: -195px;
  translate: 0 -100%;
  max-width: 400px;
}
@media screen and (max-width: 1420px) {
  .treatment__person {
    max-width: 300px;
    right: -100px;
  }
}
@media screen and (max-width: 1420px) and (max-width: 1240px) {
  .treatment__person {
    display: none;
  }
}
.treatment__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 900px) {
  .treatment__list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 10px;
  }
}

.treatment-item {
  padding: 40px 0;
  background: #004ea2;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .treatment-item {
    padding: 20px 0;
  }
}
.treatment-item--1 {
  grid-area: 1/1/2/4;
}
@media screen and (max-width: 900px) {
  .treatment-item--1 {
    grid-area: auto;
  }
}
.treatment-item--1 .treatment-item__left {
  max-width: 110px;
  margin-right: 35px;
}
@media screen and (max-width: 1240px) {
  .treatment-item--1 .treatment-item__left {
    margin-right: 15px;
    max-width: 80px;
  }
}
.treatment-item--1 .treatment-item__right {
  font-size: 32px;
  line-height: 1.125;
  letter-spacing: 0em;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}
@media screen and (max-width: 1240px) {
  .treatment-item--1 .treatment-item__right {
    font-size: 18px;
  }
}
.treatment-item--1 .treatment-item__right .big {
  font-size: 65px;
  font-weight: 900;
  font-size: 32px;
}
.treatment-item--2 {
  grid-area: 1/4/2/7;
}
@media screen and (max-width: 900px) {
  .treatment-item--2 {
    grid-area: auto;
  }
}
.treatment-item--2 .treatment-item__left {
  max-width: 140px;
  margin-right: 35px;
}
@media screen and (max-width: 1240px) {
  .treatment-item--2 .treatment-item__left {
    margin-right: 15px;
    max-width: 100px;
  }
}
.treatment-item--2 .treatment-item__right {
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0em;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}
@media screen and (max-width: 1240px) {
  .treatment-item--2 .treatment-item__right {
    font-size: 18px;
  }
}
.treatment-item--2 .treatment-item__right .big {
  font-size: 48px;
  font-weight: 900;
}
@media screen and (max-width: 1240px) {
  .treatment-item--2 .treatment-item__right .big {
    font-size: 32px;
  }
}
.treatment-item--3 {
  grid-area: 2/1/3/3;
}
@media screen and (max-width: 900px) {
  .treatment-item--3 {
    grid-area: auto;
  }
}
.treatment-item--3 .treatment-item__left {
  max-width: 70px;
  margin-right: 30px;
}
@media screen and (max-width: 1240px) {
  .treatment-item--3 .treatment-item__left {
    margin-right: 15px;
  }
}
.treatment-item--3 .treatment-item__right {
  font-size: 24px;
  line-height: 1.1666666667;
  letter-spacing: 0em;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}
@media screen and (max-width: 1240px) {
  .treatment-item--3 .treatment-item__right {
    font-size: 18px;
  }
}
.treatment-item--3 .treatment-item__right .big {
  font-size: 40px;
  font-weight: 900;
}
@media screen and (max-width: 1240px) {
  .treatment-item--3 .treatment-item__right .big {
    font-size: 32px;
  }
}
.treatment-item--4 {
  grid-area: 2/3/3/5;
}
@media screen and (max-width: 900px) {
  .treatment-item--4 {
    grid-area: auto;
  }
}
.treatment-item--4 .treatment-item__left {
  max-width: 80px;
  margin-right: 30px;
}
@media screen and (max-width: 1240px) {
  .treatment-item--4 .treatment-item__left {
    margin-right: 15px;
  }
}
.treatment-item--4 .treatment-item__right {
  font-size: 24px;
  line-height: 1.1666666667;
  letter-spacing: 0em;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}
@media screen and (max-width: 1240px) {
  .treatment-item--4 .treatment-item__right {
    font-size: 18px;
  }
}
.treatment-item--4 .treatment-item__right .big {
  font-size: 40px;
  font-weight: 900;
}
@media screen and (max-width: 1240px) {
  .treatment-item--4 .treatment-item__right .big {
    font-size: 32px;
  }
}
.treatment-item--5 {
  grid-area: 2/5/3/7;
}
@media screen and (max-width: 900px) {
  .treatment-item--5 {
    grid-area: auto;
  }
}
.treatment-item--5 .treatment-item__left {
  max-width: 88px;
  margin-right: 30px;
}
@media screen and (max-width: 1240px) {
  .treatment-item--5 .treatment-item__left {
    margin-right: 15px;
  }
}
.treatment-item--5 .treatment-item__right {
  font-size: 24px;
  line-height: 1.1666666667;
  letter-spacing: 0em;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}
@media screen and (max-width: 1240px) {
  .treatment-item--5 .treatment-item__right {
    font-size: 18px;
  }
}
.treatment-item--5 .treatment-item__right .big {
  font-size: 40px;
  font-weight: 900;
}
@media screen and (max-width: 1240px) {
  .treatment-item--5 .treatment-item__right .big {
    font-size: 32px;
  }
}

.message {
  padding-bottom: 200px;
}
.message__inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 94%;
}
.message .title-wrap {
  color: #fff;
}
.message .title-wrap .title {
  font-family: var(--oswald);
  font-size: 120px;
  font-weight: bold;
  margin-bottom: 15px;
}
.message .title-wrap .text {
  font-size: 32px;
  font-weight: 900;
}
.message__list {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.message-item {
  display: flex;
  gap: 60px;
}
.message-item--reverse {
  flex-direction: row-reverse;
}
.message-item__btn {
  margin-top: 45px;
  color: var(--blue);
  background: #fff;
  display: flex;
  font-weight: bold;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 280px;
  position: relative;
}
.message-item__btn::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  translate: 0 -50%;
  background: var(--blue);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  height: auto;
  width: 10px;
  aspect-ratio: 10/14;
}
.message-item__left {
  max-width: 600px;
}
.message-item__right {
  max-width: 540px;
  color: #fff;
  word-break: break-all;
}
.message-item__title {
  font-size: 32px;
  line-height: 1.125;
  letter-spacing: 0em;
  font-weight: bold;
  margin-bottom: 25px;
}
.message-item__text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0em;
}
.message-item__name {
  margin-top: 25px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
}

.requirements {
  padding-bottom: 150px;
}
.requirements .title-wrap {
  text-align: center;
  color: #fff;
}
.requirements .title-wrap .title {
  font-family: var(--oswald);
  font-size: 120px;
  font-weight: bold;
  margin-bottom: 15px;
}
.requirements .title-wrap .text {
  font-size: 32px;
  font-weight: 900;
}
.requirements__inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 94%;
}
.requirements__contents {
  margin-top: 50px;
  background: #fff;
  padding: 100px;
}

.company {
  padding-top: 140px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .company {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.company .title-wrap {
  color: #fff;
}
.company .title-wrap .title {
  font-family: var(--oswald);
  font-size: 120px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .company .title-wrap .title {
    font-size: 50px;
    margin-bottom: 10px;
  }
}
.company .title-wrap .text {
  font-size: 32px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .company .title-wrap .text {
    font-size: 18px;
  }
}
.company__inner {
  max-width: 1300px;
  margin: 0 auto;
  width: 94%;
}
.company__top-area {
  width: 100%;
  max-width: 800px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .company__top-area {
    margin-top: 30px;
  }
}
.company__maki {
  max-width: 100%;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .company__maki {
    max-width: 70%;
    margin: 0 auto 30px;
  }
}
.company__no1 {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .company__no1 {
    width: 90%;
  }
}
.company__no1-title {
  margin-top: 25px;
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .company__no1-title {
    font-size: 20px;
  }
}
.company__text {
  margin-top: 20px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 2.1111111111;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .company__text {
    margin-top: 15px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0em;
    text-align: left;
  }
}
.company__center-area {
  max-width: 1100px;
  width: 100%;
  background: #fff;
  padding: 40px 50px;
  margin: 80px auto 60px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .company__center-area {
    margin: 30px auto;
    padding: 20px 20px 120px;
  }
}
.company__center-left {
  position: absolute;
  max-width: 435px;
  width: 39.5454545455%;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1180px) {
  .company__center-left {
    width: 30%;
  }
}
@media screen and (max-width: 1180px) and (max-width: 1000px) {
  .company__center-left {
    width: 140px;
    left: 50%;
    translate: -50%;
  }
}
.company__center-right {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0em;
  max-width: 600px;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .company__center-right {
    max-width: 100%;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0em;
  }
}

.info {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
.interview {
  padding-bottom: 150px;
}
.interview__inner {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  width: 94%;
  padding-bottom: 100px;
}
.interview__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  width: 47.6923076923%;
  aspect-ratio: 953/1215;
  background: url(../img/senior.png) no-repeat;
  background-size: cover;
  z-index: 0;
}
.interview__inner .title-wrap {
  color: #fff;
}
.interview__inner .title-wrap .title {
  font-family: var(--oswald);
  font-size: 120px;
  font-weight: bold;
  margin-bottom: 15px;
}
.interview__inner .title-wrap .text {
  font-size: 32px;
  font-weight: 900;
}
.interview__content {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
}
.interview__catch {
  margin-top: 30px;
  color: var(--yellow);
  font-weight: 900;
  font-size: 32px;
  line-height: 1.375;
  letter-spacing: 0em;
  padding-left: 50px;
}
.interview__catch .big {
  font-size: 48px;
}
.interview__person {
  margin-top: 20px;
  padding-left: 50px;
  margin-bottom: 55px;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0em;
}
.interview__exp {
  color: #fff;
  max-width: 640px;
  width: 100%;
  padding: 45px 50px;
  border: solid 2px #fff;
}
.interview__exp-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0em;
}
.interview__exp-text {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0em;
}

.schedule {
  padding: 60px 0 50px;
  background: #fff;
}
.schedule__inner {
  width: 94%;
  margin: 0 auto;
  max-width: 1100px;
}
.schedule__title-wrap {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 40px;
}
.schedule__title {
  color: var(--blue);
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0em;
}

.schedule-scroll__list {
  overflow-x: auto;
  display: flex;
}
.schedule-scroll__item {
  padding-top: 25px;
  min-width: 290px;
  position: relative;
  padding-right: 40px;
  padding-bottom: 30px;
}
.schedule-scroll__item::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 9999px;
  top: 0;
  left: 0;
  background: var(--blue);
}
.schedule-scroll__item:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 5px;
  left: 0;
  background: var(--blue);
}
.schedule-scroll__time {
  color: var(--blue);
  margin-bottom: 15px;
  font-weight: bold;
}
.schedule-scroll__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 5px;
}
.schedule-scroll__text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0em;
}

.numberof {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .numberof {
    margin-top: 80px;
  }
}
.numberof .title-wrap {
  text-align: center;
  color: var(--blue);
}
.numberof .title-wrap .title {
  font-family: var(--oswald);
  font-size: 120px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .numberof .title-wrap .title {
    font-size: 50px;
  }
}
.numberof .title-wrap .text {
  font-size: 32px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .numberof .title-wrap .text {
    font-size: 18px;
  }
}
.numberof__inner {
  padding: 80px 0;
  background: #fff;
  max-width: 1300px;
  margin: 0 auto;
  width: 94%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .numberof__inner {
    padding: 40px 0;
  }
}
.numberof__inner .annotation-all {
  position: absolute;
  color: #fff;
  bottom: -20px;
  right: 20px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .numberof__inner .annotation-all {
    color: #fff;
    bottom: -20px;
    right: 8px;
    font-size: 12px;
  }
}
.numberof__person {
  position: absolute;
  bottom: 0;
  right: -60px;
  max-width: 300px;
}
@media screen and (max-width: 1360px) {
  .numberof__person {
    max-width: 200px;
    right: -30px;
  }
}
@media screen and (max-width: 1360px) and (max-width: 1200px) {
  .numberof__person {
    display: none;
  }
}
.numberof__list {
  max-width: 1000px;
  margin: 60px auto 0;
  width: 90%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 767px) {
  .numberof__list {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
  }
}

.numberof-item {
  position: relative;
}
.numberof-item__number {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  color: var(--blue);
  text-align: center;
}
@media screen and (max-width: 1180px) {
  .numberof-item__number {
    font-size: 24px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 767px) {
  .numberof-item__number {
    font-size: 20px;
  }
}
.numberof-item__number .big {
  font-size: 100px;
  line-height: 0.8;
  letter-spacing: 0em;
  font-family: var(--oswald);
}
@media screen and (max-width: 1180px) {
  .numberof-item__number .big {
    font-size: 76px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 767px) {
  .numberof-item__number .big {
    font-size: 38px;
  }
}
.numberof-item__top {
  margin-bottom: 40px;
}
@media screen and (max-width: 1180px) {
  .numberof-item__top {
    margin-bottom: 20px;
  }
}
.numberof-item__top .numberof-item__number {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.numberof-item__top .numberof-item__number::after {
  content: "";
  position: absolute;
  -webkit-mask-image: url(../img/data-icon09.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/data-icon09.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #808080;
  width: 90px;
  height: auto;
  aspect-ratio: 134/120;
  left: -140px;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 1180px) {
  .numberof-item__top .numberof-item__number::after {
    left: -100px;
    width: 66px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 767px) {
  .numberof-item__top .numberof-item__number::after {
    display: none;
  }
}
@media screen and (max-width: 1180px) {
  .numberof-item__top .numberof-item__number .big {
    font-size: 74px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 767px) {
  .numberof-item__top .numberof-item__number .big {
    font-size: 45px;
  }
}
.numberof-item__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1180px) {
  .numberof-item__bottom {
    gap: 15px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 767px) {
  .numberof-item__bottom {
    flex-direction: column;
    gap: 10px;
  }
}
.numberof-item__school {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .numberof-item__school {
    align-items: center;
  }
}
.numberof-item__school-title {
  font-weight: bold;
  padding: 5px 10px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0em;
  width: fit-content;
  color: var(--blue);
  background: var(--yellow);
}
@media screen and (max-width: 1180px) {
  .numberof-item__school-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 767px) {
  .numberof-item__school-title {
    height: fit-content;
    font-size: 12px;
    padding: 2px 5px;
  }
}
.numberof-item__school .numberof-item__number {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 1180px) {
  .numberof-item__school .numberof-item__number {
    font-size: 16px;
  }
}
.numberof-item__school .numberof-item__number .big {
  font-size: 81px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 1180px) {
  .numberof-item__school .numberof-item__number .big {
    font-size: 64px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 767px) {
  .numberof-item__school .numberof-item__number .big {
    font-size: 34px;
  }
}
.numberof-item--1, .numberof-item--2 {
  position: relative;
  display: flex;
  align-items: center;
}
.numberof-item--1 .numberof-item__wrap, .numberof-item--2 .numberof-item__wrap {
  width: 100%;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1180px) {
  .numberof-item--1 .numberof-item__wrap, .numberof-item--2 .numberof-item__wrap {
    gap: 15px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 767px) {
  .numberof-item--1 .numberof-item__wrap, .numberof-item--2 .numberof-item__wrap {
    flex-direction: column;
  }
}
.numberof-item--1 .annotation, .numberof-item--2 .annotation {
  position: absolute;
  bottom: 4px;
  right: 4px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .numberof-item--1 .annotation, .numberof-item--2 .annotation {
    bottom: 2px;
    right: 0px;
    font-size: 10px;
  }
}
.numberof-item--1::after {
  content: "";
  position: absolute;
  -webkit-mask-image: url(../img/data-icon01.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/data-icon01.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #808080;
  width: 56px;
  height: auto;
  aspect-ratio: 83/105;
  left: 0;
  bottom: 16px;
}
@media screen and (max-width: 1180px) {
  .numberof-item--1::after {
    width: 40px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 767px) {
  .numberof-item--1::after {
    width: 30px;
    left: auto;
    bottom: auto;
    right: 15px;
    top: 10px;
  }
}
.numberof-item--2::after {
  content: "";
  position: absolute;
  -webkit-mask-image: url(../img/data-icon02.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/data-icon02.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #808080;
  width: 56px;
  height: auto;
  aspect-ratio: 83/105;
  left: 30px;
  bottom: 16px;
}
@media screen and (max-width: 1180px) {
  .numberof-item--2::after {
    width: 40px;
    left: 15px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 767px) {
  .numberof-item--2::after {
    width: 30px;
    left: auto;
    bottom: auto;
    right: 15px;
    top: 10px;
  }
}
.numberof-item--3::after {
  content: "";
  position: absolute;
  -webkit-mask-image: url(../img/data-icon03.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/data-icon03.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #808080;
  width: 62px;
  height: auto;
  aspect-ratio: 95/90;
  right: 30px;
  top: 16px;
}
@media screen and (max-width: 1180px) {
  .numberof-item--3::after {
    right: 15px;
    top: 10px;
    width: 46px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 767px) {
  .numberof-item--3::after {
    width: 30px;
  }
}
.numberof-item--4::after {
  content: "";
  position: absolute;
  -webkit-mask-image: url(../img/data-icon04.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/data-icon04.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #808080;
  width: 62px;
  height: auto;
  aspect-ratio: 90/89;
  right: 30px;
  top: 16px;
}
@media screen and (max-width: 1180px) {
  .numberof-item--4::after {
    right: 15px;
    top: 10px;
    width: 46px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 767px) {
  .numberof-item--4::after {
    width: 30px;
  }
}
.numberof-item--5::after {
  content: "";
  position: absolute;
  -webkit-mask-image: url(../img/data-icon05.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/data-icon05.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #808080;
  width: 62px;
  height: auto;
  aspect-ratio: 84/90;
  right: 30px;
  top: 16px;
}
@media screen and (max-width: 1180px) {
  .numberof-item--5::after {
    right: 15px;
    top: 10px;
    width: 46px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 767px) {
  .numberof-item--5::after {
    width: 30px;
  }
}
.numberof-item--6::before {
  content: "";
  position: absolute;
  -webkit-mask-image: url(../img/data-icon06.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/data-icon06.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #808080;
  width: 40px;
  height: auto;
  aspect-ratio: 57/120;
  left: 30px;
  bottom: 16px;
}
@media screen and (max-width: 1180px) {
  .numberof-item--6::before {
    width: 24px;
    left: 15px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 767px) {
  .numberof-item--6::before {
    width: 20px;
  }
}
.numberof-item--6::after {
  content: "";
  position: absolute;
  -webkit-mask-image: url(../img/data-icon07.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/data-icon07.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #808080;
  width: 40px;
  height: auto;
  aspect-ratio: 59/120;
  right: 50px;
  bottom: 16px;
}
@media screen and (max-width: 1180px) {
  .numberof-item--6::after {
    width: 26px;
    right: 30px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 767px) {
  .numberof-item--6::after {
    width: 20px;
  }
}
.numberof-item--7::after {
  content: "";
  position: absolute;
  -webkit-mask-image: url(../img/data-icon08.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/data-icon08.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #808080;
  width: 48px;
  height: auto;
  aspect-ratio: 74/75;
  right: 30px;
  top: 16px;
}
@media screen and (max-width: 1180px) {
  .numberof-item--7::after {
    right: 15px;
    top: 10px;
    width: 32px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 767px) {
  .numberof-item--7::after {
    width: 20px;
  }
}
.numberof-item--8 {
  position: relative;
}
.numberof-item--8::after {
  display: none;
  content: "";
  position: absolute;
  -webkit-mask-image: url(../img/data-icon09.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/data-icon09.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #808080;
  height: auto;
  aspect-ratio: 134/120;
}
@media screen and (max-width: 767px) {
  .numberof-item--8::after {
    display: block;
    width: 40px;
    left: auto;
    bottom: auto;
    right: 15px;
    top: 10px;
  }
}
.numberof-item--8 .annotation {
  position: absolute;
  bottom: 4px;
  left: 15%;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .numberof-item--8 .annotation {
    bottom: -20px;
    left: 0;
    right: -10px;
    font-size: 10px;
  }
}
.numberof-item--3 .numberof-item__title, .numberof-item--4 .numberof-item__title, .numberof-item--5 .numberof-item__title, .numberof-item--6 .numberof-item__title, .numberof-item--7 .numberof-item__title, .numberof-item--8 .numberof-item__title {
  margin-bottom: 15px;
}
.numberof-item--1 {
  border-top: solid 2px #004ea2;
  border-right: solid 1px #004ea2;
  grid-area: 1/1/2/4;
  padding: 20px 20px 20px 0;
}
@media screen and (max-width: 1180px) {
  .numberof-item--1 {
    padding: 15px 15px 15px 0;
  }
}
@media screen and (max-width: 1180px) and (max-width: 767px) {
  .numberof-item--1 {
    padding: 10px 10px 10px 0;
    grid-area: 1/1/2/2;
  }
}
.numberof-item--2 {
  border-top: solid 2px #004ea2;
  border-left: solid 1px #004ea2;
  grid-area: 1/4/2/7;
  padding: 20px 0 20px 20px;
}
@media screen and (max-width: 1180px) {
  .numberof-item--2 {
    padding: 15px 0 15px 15px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 767px) {
  .numberof-item--2 {
    padding: 10px 0 10px 10px;
    grid-area: 1/2/2/3;
  }
}
.numberof-item--3 {
  grid-area: 2/1/3/3;
  border-top: solid 2px #004ea2;
  border-right: solid 1px #004ea2;
  padding: 20px 20px 20px 0;
}
@media screen and (max-width: 1180px) {
  .numberof-item--3 {
    padding: 15px 15px 15px 0;
  }
}
@media screen and (max-width: 1180px) and (max-width: 767px) {
  .numberof-item--3 {
    grid-area: 2/1/3/2;
    padding: 10px 10px 10px 0;
  }
}
.numberof-item--4 {
  grid-area: 2/3/3/5;
  border-top: solid 2px #004ea2;
  border-left: solid 1px #004ea2;
  border-right: solid 1px #004ea2;
  padding: 20px;
}
@media screen and (max-width: 1180px) {
  .numberof-item--4 {
    padding: 15px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 767px) {
  .numberof-item--4 {
    border-right: none;
    grid-area: 2/2/3/3;
    padding: 10px 0 10px 10px;
  }
}
.numberof-item--5 {
  grid-area: 2/5/3/7;
  border-top: solid 2px #004ea2;
  border-left: solid 1px #004ea2;
  padding: 20px 0 20px 20px;
}
@media screen and (max-width: 1180px) {
  .numberof-item--5 {
    padding: 15px 0 15px 15px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 767px) {
  .numberof-item--5 {
    border-left: none;
    border-right: solid 1px #004ea2;
    padding: 10px 10px 10px 0;
    grid-area: 3/1/4/2;
  }
}
.numberof-item--6 {
  grid-area: 3/1/4/3;
  border-top: solid 2px #004ea2;
  border-right: solid 1px #004ea2;
  padding: 20px 20px 20px 0;
}
@media screen and (max-width: 1180px) {
  .numberof-item--6 {
    padding: 15px 15px 15px 0;
  }
}
@media screen and (max-width: 1180px) and (max-width: 767px) {
  .numberof-item--6 {
    padding: 10px 10px 10px 0;
    grid-area: 4/1/5/2;
  }
}
.numberof-item--7 {
  grid-area: 4/1/5/3;
  border-top: solid 2px #004ea2;
  border-right: solid 1px #004ea2;
  padding: 20px 20px 0 0;
}
@media screen and (max-width: 1180px) {
  .numberof-item--7 {
    padding: 15px 15px 0;
  }
}
@media screen and (max-width: 1180px) and (max-width: 767px) {
  .numberof-item--7 {
    padding: 10px 10px 0;
    grid-area: 5/1/6/2;
  }
}
.numberof-item--8 {
  grid-area: 3/3/5/7;
  border-top: solid 2px #004ea2;
  border-left: solid 1px #004ea2;
  padding: 20px 20px 0 20px;
}
@media screen and (max-width: 1180px) {
  .numberof-item--8 {
    padding: 15px 15px 0 15px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 767px) {
  .numberof-item--8 {
    padding: 10px 0 0 10px;
    grid-area: 3/2/6/3;
  }
}
.numberof-item__title {
  font-weight: bold;
  color: #000000;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 1180px) {
  .numberof-item__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 767px) {
  .numberof-item__title {
    font-size: 16px;
    line-height: 1.2;
  }
}

.loc-item {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .loc-item {
    font-size: 14px;
  }
}
.loc-item__title {
  margin-bottom: 5px;
  font-weight: bold;
}
.loc-item__pref {
  margin-bottom: 5px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .loc-item__text {
    font-size: 14px;
  }
}

.info-item {
  border-top: solid 2px #fff;
  color: #fff;
}
.info-item:last-child {
  border-bottom: solid 2px #fff;
}
.info-item__wrap {
  display: flex;
  align-items: center;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .info-item__wrap {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    padding: 20px 0;
  }
}
.info-item__loc-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .info-item__loc-list {
    gap: 20px;
  }
}
.info-item__title {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  min-width: 170px;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .info-item__title {
    padding-left: 0;
    font-size: 18px;
    padding-left: 0;
    min-width: 0;
  }
}
.info-item__content {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .info-item__content {
    font-size: 14px;
  }
}
.info-item__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .info-item__list {
    gap: 15px;
  }
}

.entry {
  background: url(../img/bg-para.png) no-repeat #fff;
  background-size: cover;
  padding: 120px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .entry {
    padding: 40px 0 120px;
  }
}
.entry__person {
  position: absolute;
  z-index: 5;
  bottom: -20px;
  left: 20px;
  pointer-events: none;
  width: 26.6666666667%;
}
@media screen and (max-width: 767px) {
  .entry__person {
    width: 130px;
    left: 10px;
    bottom: -10px;
  }
}
.entry__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  max-width: 800px;
  width: 94%;
  margin: 0 auto;
  background: var(--blue);
  color: var(--yellow);
  border: solid 2px var(--blue);
  font-size: 56px;
  font-weight: 900;
  font-style: italic;
  transition: all 0.3s;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
@media (hover) {
  .entry__btn:hover {
    background: #fff;
    color: var(--blue);
  }
}
@media screen and (max-width: 1000px) {
  .entry__btn {
    height: 180px;
    font-size: 46px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 767px) {
  .entry__btn {
    height: 120px;
    font-size: 34px;
  }
}
.entry .title-wrap {
  color: #004ea2;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .entry .title-wrap {
    margin-bottom: 20px;
  }
}
.entry .title-wrap .title {
  font-family: var(--oswald);
  font-size: 200px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .entry .title-wrap .title {
    font-size: 100px;
    margin-bottom: 10px;
  }
}
.entry .title-wrap .text {
  font-size: 32px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .entry .title-wrap .text {
    font-size: 22px;
  }
}

.footer__copy {
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

/*# sourceMappingURL=style.css.map */
