@charset "UTF-8";
/*
リセットcssを記述
*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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 {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

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

caption {
  text-align: left;
}

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

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

/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
html {
  font-size: 100%; /* ブラウザのデフォルトのフォントサイズ。大抵は16px */
}

/* //基本フォントサイズ設定 */
body {
  font-family: "Noto Sans JP", sans-serif, YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, MS PGothic, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  overflow-x: hidden;
  position: relative;
  color: #333333;
  -webkit-font-smoothing: antialiased; /* macで文字が太くなる現象を解消 */
  letter-spacing: 0.05em;
}

main {
  overflow: hidden;
}

p {
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}

ul {
  list-style: none;
  padding-left: 0;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

.p-top-fv {
  background: url(../img/top/fv-bg.webp) no-repeat center center/cover;
}
.p-top-fv-inner {
  display: flex;
  gap: 132px;
  justify-content: center;
  align-items: center;
  padding: 80px 40px 69px;
}
@media screen and (max-width: 1023px) {
  .p-top-fv-inner {
    gap: 60px;
  }
}
@media screen and (max-width: 750px) {
  .p-top-fv-inner {
    flex-wrap: wrap;
    row-gap: 10.8vw;
    padding: 15.4666666667vw 3.3333333333vw 12.4vw;
  }
}
.p-top-fv__title {
  width: 875px;
  display: inline;
  opacity: 0;
  transform: translateY(20px);
  animation: fade-in-from-bottom 0.7s linear forwards 0.5s;
}
@media screen and (max-width: 750px) {
  .p-top-fv__title {
    text-align: center;
  }
}
.p-top-fv-title__img1 {
  margin-bottom: 26px;
}
@media screen and (max-width: 750px) {
  .p-top-fv-title__img1 {
    margin-bottom: 4vw;
  }
}
.p-top-fv-title__img2 {
  width: min(841px, 42.05vw);
}
@media screen and (max-width: 750px) {
  .p-top-fv-title__img2 {
    width: 89.4666666667vw;
  }
}
.p-top-fv__img {
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.78);
  border-radius: 23px;
  width: 819px;
}
@media screen and (max-width: 750px) {
  .p-top-fv__img {
    width: 80.1333333333vw;
  }
}
.p-top-slide {
  background-color: #000000;
  padding-top: 1.9375rem;
  padding-bottom: 1.9375rem;
}
@media screen and (max-width: 750px) {
  .p-top-slide {
    padding-top: 3.8666666667vw;
    padding-bottom: 3.8666666667vw;
  }
}
.p-top-message {
  padding-top: 3.875rem;
  padding-bottom: 4.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-top-message {
    padding-top: 10.9333333333vw;
    padding-bottom: 19.3333333333vw;
  }
}
.p-top-message::before, .p-top-message::after {
  content: "";
  width: 708px;
  height: 88px;
  background-color: #0c3388;
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .p-top-message::before, .p-top-message::after {
    height: 60px;
  }
}
@media screen and (max-width: 750px) {
  .p-top-message::before, .p-top-message::after {
    width: 64.8vw;
    height: 8vw;
  }
}
.p-top-message::before {
  top: 10px;
  left: -100px;
  transform: rotate(-30deg);
}
@media screen and (max-width: 1439px) {
  .p-top-message::before {
    left: -200px;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-message::before {
    top: -10px;
    left: -300px;
  }
}
@media screen and (max-width: 750px) {
  .p-top-message::before {
    top: -5.3333333333vw;
    left: -6.6666666667vw;
  }
}
.p-top-message::after {
  bottom: 10px;
  right: -100px;
  transform: rotate(-30deg);
}
@media screen and (max-width: 1439px) {
  .p-top-message::after {
    right: -200px;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-message::after {
    bottom: -10px;
    right: -300px;
  }
}
@media screen and (max-width: 750px) {
  .p-top-message::after {
    bottom: -5.3333333333vw;
    right: -6.6666666667vw;
  }
}
.p-top-message__fukidashi {
  font-size: 1.4375rem;
  color: #FFFFFF;
  background-color: #b28146;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  padding: 0.25rem 2.375rem 0.5rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .p-top-message__fukidashi {
    font-size: 3.8666666667vw;
    padding: 0.8vw 6.4vw 1.2vw;
  }
}
.p-top-message__fukidashi::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 12px solid #b28146;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  bottom: -12px;
}
@media screen and (max-width: 750px) {
  .p-top-message__fukidashi::before {
    border-right: 1.6666666667vw solid transparent;
    border-left: 1.6666666667vw solid transparent;
    border-top: 2vw solid #b28146;
    bottom: -2vw;
  }
}
.p-top-message__message {
  font-size: 2.5rem;
  line-height: 1.325;
  text-align: center;
  font-weight: 900;
  margin-top: 3.0625rem;
  margin-bottom: 3.5625rem;
}
@media screen and (max-width: 1023px) {
  .p-top-message__message {
    font-size: 1.8125rem;
  }
}
@media screen and (max-width: 750px) {
  .p-top-message__message {
    font-size: 6.1333333333vw;
    line-height: 1.4444444444;
    margin-top: 14.9333333333vw;
    margin-top: 9.3333333333vw;
  }
}
.p-top-message__text {
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.9444444444;
  margin-bottom: 2.3125rem;
}
@media screen and (max-width: 750px) {
  .p-top-message__text {
    font-size: 3.7333333333vw;
    line-height: 1.8461538462;
    text-align: left;
    margin-bottom: 6.6666666667vw;
  }
}
.p-top-message__catch {
  font-size: 2.5rem;
  line-height: 1.325;
  font-weight: 900;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-top-message__catch {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 750px) {
  .p-top-message__catch {
    font-size: 6.5333333333vw;
  }
}
@media screen and (max-width: 479px) {
  .p-top-message__catch {
    font-size: 6.4vw;
  }
}
.p-top-message__catch::before, .p-top-message__catch::after {
  content: "";
  width: 20px;
  height: 19px;
  background: url(../img/common/kagi-kakko.webp) no-repeat center center/contain;
  position: absolute;
  top: 0;
}
.p-top-message__catch::before {
  left: 0;
  transform: rotate(180deg);
}
.p-top-message__catch::after {
  right: 0;
  transform: rotate(-90deg);
}
.p-top-message__catch--text-large {
  font-size: 3.125rem;
}
@media screen and (max-width: 1023px) {
  .p-top-message__catch--text-large {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 750px) {
  .p-top-message__catch--text-large {
    font-size: 8.1333333333vw;
  }
}
.p-top-message__catch-inner {
  position: relative;
  padding: 21px 37px;
}
@media screen and (max-width: 750px) {
  .p-top-message__catch-inner {
    padding: 6.9333333333vw 0 8.9333333333vw;
  }
}
.p-top-message__catch-inner::before, .p-top-message__catch-inner::after {
  content: "";
  width: 20px;
  height: 19px;
  background: url(../img/common/kagi-kakko.webp) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .p-top-message__catch-inner::before, .p-top-message__catch-inner::after {
    width: 3.0666666667vw;
    height: 3.3333333333vw;
  }
}
.p-top-message__catch-inner::before {
  left: 0;
  transform: rotate(90deg);
}
.p-top-message__catch-inner::after {
  right: 0;
}
.p-top-message__catch__text-large {
  font-size: 3.125rem;
}
.p-top-lineup {
  background-color: #0c3388;
  padding-top: 5.9375rem;
  padding-bottom: 7.375rem;
}
@media screen and (max-width: 750px) {
  .p-top-lineup {
    padding-top: 4.5333333333vw;
    padding-bottom: 19.0666666667vw;
  }
}
.p-top-lineup-list {
  margin-top: 5.1875rem;
  display: flex;
  margin-left: -16px;
  margin-right: -16px;
}
@media screen and (max-width: 1023px) {
  .p-top-lineup-list {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 32px;
  }
}
@media screen and (max-width: 750px) {
  .p-top-lineup-list {
    margin-top: 10.4vw;
    row-gap: 6.6666666667vw;
  }
}
.p-top-lineup-list__item {
  padding: 0 16px;
  width: 33.3333333%;
}
@media screen and (max-width: 1023px) {
  .p-top-lineup-list__item {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .p-top-lineup-list__item {
    width: 79.8%;
  }
}
.p-top-lineup-list__item:nth-of-type(1) .p-top-lineup-list__button, .p-top-lineup-list__item:nth-of-type(2) .p-top-lineup-list__button {
  bottom: 3.6875rem;
}
.p-top-lineup-list__item:nth-of-type(3) .p-top-lineup-list__button {
  bottom: 1.25rem;
}
.p-top-lineup-list__item:nth-of-type(3) .p-top-lineup-list__button a:first-of-type {
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 750px) {
  .p-top-lineup-list__item:nth-of-type(3) .p-top-lineup-list__button a:first-of-type {
    margin-bottom: 3.0666666667vw;
  }
}
.p-top-lineup-list-item__inner {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 2.125rem 1.75rem 10.125rem;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-top-lineup-list-item__inner {
    padding: 6.9333333333vw 4vw 6.4vw;
  }
}
@media screen and (max-width: 750px) {
  .p-top-lineup-list__img {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .p-top-lineup-list__img img {
    width: 94.6%;
  }
}
.p-top-lineup-list__name {
  font-size: 1.8125rem;
  font-weight: 900;
  text-align: center;
  color: #b28146;
  margin-top: 1.4375rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
  .p-top-lineup-list__name {
    font-size: 5.8666666667vw;
    margin-top: 5.8666666667vw;
    margin-bottom: 6.9333333333vw;
  }
}
.p-top-lineup-list__text {
  font-size: 1.0625rem;
  line-height: 1.4705882353;
}
@media screen and (max-width: 750px) {
  .p-top-lineup-list__text {
    font-size: 3.4666666667vw;
    line-height: 1.4615384615;
  }
}
.p-top-lineup-list__button {
  width: 230px;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}
@media screen and (max-width: 750px) {
  .p-top-lineup-list__button {
    width: 46.8vw;
    position: static;
    transform: translateX(0);
    margin: 5.8666666667vw auto 0;
  }
}
.p-top-info__list {
  display: flex;
}
@media screen and (max-width: 750px) {
  .p-top-info__list {
    flex-wrap: wrap;
  }
}
.p-top-info__item {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .p-top-info__item {
    width: 100%;
  }
}
.p-top-info__item:first-of-type {
  background: url(../img/top/info-bg1.webp) no-repeat center center/cover;
}
@media screen and (max-width: 750px) {
  .p-top-info__item:first-of-type {
    background: url(../img/top/info-bg1-sp.webp) no-repeat center center/cover;
  }
}
.p-top-info__item:last-of-type {
  background: url(../img/top/info-bg2.webp) no-repeat center center/cover;
}
@media screen and (max-width: 750px) {
  .p-top-info__item:last-of-type {
    background: url(../img/top/info-bg2-sp.webp) no-repeat center center/cover;
  }
}
.p-top-info__inner {
  padding: 3.5rem 0.9375rem 9.3125rem;
  color: #FFFFFF;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .p-top-info__inner {
    padding: 12.6666666667vw 5.3333333333vw 13.7333333333vw;
  }
}
.p-top-info__title {
  font-size: 1.9375rem;
  font-weight: 900;
  margin-bottom: 2.875rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-top-info__title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 750px) {
  .p-top-info__title {
    font-size: 5.4666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
.p-top-info__text {
  font-size: 1.0625rem;
  line-height: 1.4705882353;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-top-info__text {
    font-size: 3.4666666667vw;
    line-height: 1.4615384615;
    margin-bottom: 4.2666666667vw;
    max-width: unset;
    text-align: center;
  }
}
.p-top-info__button {
  margin: 0 auto;
  width: 315px;
  position: absolute;
  bottom: 63px;
  left: 50%;
  transform: translatex(-50%);
}
@media screen and (max-width: 750px) {
  .p-top-info__button {
    position: static;
    transform: translateX(0);
    width: 61.4666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .p-top-info .c-button-arrow::before {
    right: 6.1333333333vw;
  }
}
.p-top-achievements {
  padding-top: 8.375rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 750px) {
  .p-top-achievements {
    padding-top: 8.2666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
.p-top-achievements .c-title-pattern1::before {
  color: #e5eaf6;
}
.p-top-achievements__lead {
  font-weight: 900;
  font-size: 1.8125rem;
  text-align: center;
  margin-top: 3.75rem;
  margin-bottom: 4.9375rem;
  color: #b28146;
}
@media screen and (max-width: 1023px) {
  .p-top-achievements__lead {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 750px) {
  .p-top-achievements__lead {
    margin-top: 11.2vw;
    margin-bottom: 8.5333333333vw;
    font-size: 4.5333333333vw;
    line-height: 1.5588235294;
  }
}
.p-top-achievements-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -45px;
  margin-right: -58.5px;
}
@media screen and (max-width: 1023px) {
  .p-top-achievements-list-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.p-top-achievements__list:first-of-type {
  padding: 0 45px;
  width: 33.5%;
}
@media screen and (max-width: 1023px) {
  .p-top-achievements__list:first-of-type {
    padding: 0 20px;
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .p-top-achievements__list:first-of-type {
    width: 100%;
  }
}
.p-top-achievements__list:nth-of-type(2) {
  padding: 0 58.5px 0 45px;
  width: 30%;
}
@media screen and (max-width: 1023px) {
  .p-top-achievements__list:nth-of-type(2) {
    padding: 0 20px;
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .p-top-achievements__list:nth-of-type(2) {
    width: 100%;
  }
}
.p-top-achievements__list:nth-of-type(3) {
  padding: 0 58.5px;
  width: 36.5%;
}
@media screen and (max-width: 1023px) {
  .p-top-achievements__list:nth-of-type(3) {
    padding: 0 20px;
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .p-top-achievements__list:nth-of-type(3) {
    width: 100%;
  }
}
.p-top-achievements__item {
  position: relative;
  padding-left: 1.125rem;
  font-size: 1.125rem;
  line-height: 2.6666666667;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .p-top-achievements__item {
    font-size: 3.4666666667vw;
    line-height: 2.0769230769;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    padding-left: 3.4666666667vw;
  }
}
.p-top-achievements__item::before {
  content: "・";
  font-size: 1.125rem;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 750px) {
  .p-top-achievements__item::before {
    font-size: 3.4666666667vw;
  }
}
.p-top-news {
  background-color: #f7f7f7;
  padding-top: 6.125rem;
  padding-bottom: 6.625rem;
}
@media screen and (max-width: 750px) {
  .p-top-news {
    padding-top: 9.2vw;
    padding-bottom: 10.9333333333vw;
  }
}
.p-top-news-wrapper {
  display: flex;
  margin-left: -17px;
  margin-right: -17px;
}
@media screen and (max-width: 1023px) {
  .p-top-news-wrapper {
    flex-wrap: wrap;
    row-gap: 60px;
  }
}
@media screen and (max-width: 750px) {
  .p-top-news-wrapper {
    row-gap: 8vw;
  }
}
.p-top-news-label-wrapper, .p-top-news__main {
  padding: 0 17px;
}
.p-top-news-label-wrapper {
  width: 29.8%;
}
@media screen and (max-width: 1023px) {
  .p-top-news-label-wrapper {
    width: 100%;
    max-width: 332px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .p-top-news-label-wrapper {
    width: 39.7333333333vw;
    max-width: unset;
  }
}
.p-top-news-label-inner {
  background-color: #0c3388;
  color: #e5eaf6;
  position: relative;
  height: 0;
  padding-top: 100%;
}
.p-top-news-label-inner span {
  display: block;
  text-align: center;
}
.p-top-news__main {
  width: 70.2%;
  padding-top: 0.625rem;
}
@media screen and (max-width: 1023px) {
  .p-top-news__main {
    width: 100%;
    padding-top: 0;
  }
}
.p-top-news__label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top-news__label--en {
  font-family: "Montserrat", sans-serif;
  font-size: 3.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 750px) {
  .p-top-news__label--en {
    font-size: 6.9333333333vw;
    margin-bottom: 1.6vw;
  }
}
.p-top-news__label--ja {
  font-weight: 900;
  font-size: 1.25rem;
}
@media screen and (max-width: 750px) {
  .p-top-news__label--ja {
    font-size: 2.6666666667vw;
  }
}
.p-top-news__item {
  border-bottom: 1px solid #dcdcdc;
}
.p-top-news__item:not(:first-of-type) .p-top-news__link {
  padding-top: 1.25rem;
}
@media screen and (max-width: 750px) {
  .p-top-news__item:not(:first-of-type) .p-top-news__link {
    padding-top: 2.6666666667vw;
  }
}
.p-top-news__link {
  display: block;
  padding-bottom: 1.375rem;
  font-size: 1.125rem;
  padding-left: 0.4375rem;
}
@media screen and (max-width: 750px) {
  .p-top-news__link {
    font-size: 3.4666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-left: 0.9333333333vw;
  }
}
.p-top-news__date {
  color: #909090;
  font-size: 1.125rem;
  margin-right: 2.4375rem;
}
@media screen and (max-width: 750px) {
  .p-top-news__date {
    font-size: 3.4666666667vw;
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-top-news__title {
    display: block;
    margin-top: 2.4vw;
  }
}
.p-top-news__more {
  width: 200px;
  margin-left: auto;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .p-top-news__more {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 750px) {
  .p-top-news__more {
    margin-top: 5.4666666667vw;
    width: 46.8vw;
  }
}/*# sourceMappingURL=top.css.map */