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

html, body {
  height: auto;
}

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

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

i, u, abbr, code, pre, address {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

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

input, select {
  vertical-align: middle;
}

button:hover img {
  opacity: 0.85;
}

button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
}

button::before, button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

button, button::before, button::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button:hover {
  cursor: pointer;
}

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

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* reset
===============================================================*/
html {
  width: 100%;
  font-size: 62.5%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  word-break: break-all;
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0;
}

a {
  color: #0090d2;
  text-decoration: none;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: bottom;
}

picture {
  display: block;
}

/*----------------------------------------------------------------------------
	base
----------------------------------------------------------------------------*/
:root {
  --font-size-title-en: 2.2rem;
  --font-size-title-ja: 2.4rem;
  --font-size-title-ja-l: 3.2rem;
  --font-size-text-large: 2rem;
  --font-size-text-medium: 1.5rem;
  --font-size-text-small: 1.4rem;
  --font-size-text-xsmall: 1.2rem;
}

@media screen and (max-width: 767px) {
  :root {
    --font-size-text-medium: 1.4rem;
  }
}
html {
  width: 100%;
  font-size: 62.5%;
  word-break: break-all;
}
@media screen and (max-width: 1299px) {
  html {
    font-size: 0.7692307692vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
html:has(.l-header__trigger.is-open) {
  overflow: hidden;
}

body {
  color: #231815;
  font-size: var(--font-size-text-medium);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url(../images/common/bg_pattern-01.png) repeat-y left top/45rem auto, url(../images/common/bg_pattern-02.png) repeat-y right 129rem/45rem auto, #b31c34;
}
@media screen and (max-width: 767px) {
  body {
    background-size: 15rem auto, 15rem auto;
    background-position: left top, right 43rem;
  }
}

pictrure,
figure {
  display: block;
  width: 100%;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  a:hover {
    opacity: 0.7;
  }
}

/*----------------------------------------------------------------------------
	c-button
----------------------------------------------------------------------------*/
.c-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-column-gap: 0.7rem;
     -moz-column-gap: 0.7rem;
          column-gap: 0.7rem;
  width: 15rem;
  height: 5rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 15rem;
}
@media screen and (max-width: 767px) {
  .c-button {
    width: 19rem;
    height: 4.5rem;
    font-size: 1.6rem;
    border-width: 2px;
  }
}
.c-button::after {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  background: url(../images/common/icon_arrow.svg) no-repeat center center/contain;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(22%) hue-rotate(140deg) brightness(106%) contrast(105%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(22%) hue-rotate(140deg) brightness(106%) contrast(105%);
  content: "";
}
@media screen and (max-width: 767px) {
  .c-button::after {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.c-button--primary {
  color: #b31c34;
  border-color: #b31c34;
  -webkit-filter: brightness(0) saturate(100%) invert(17%) sepia(77%) saturate(3218%) hue-rotate(336deg) brightness(83%) contrast(99%);
          filter: brightness(0) saturate(100%) invert(17%) sepia(77%) saturate(3218%) hue-rotate(336deg) brightness(83%) contrast(99%);
}

/*----------------------------------------------------------------------------
	c-article-list
----------------------------------------------------------------------------*/
.c-article-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 5.5rem;
}
@media screen and (max-width: 767px) {
  .c-article-list {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0 7.5rem;
  }
}
.c-article-list a {
  display: block;
}
.c-article-list__image {
  aspect-ratio: 365/265;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-article-list__image {
    margin-bottom: 1.5rem;
  }
}
.c-article-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.c-article-list__title {
  position: relative;
  color: #fff;
  line-height: 1.5;
  font-size: 2.1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-article-list__title {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .c-article-list__title::before {
    position: absolute;
    top: 0.9rem;
    left: -1rem;
    width: 0.6rem;
    height: 0.6rem;
    background: url(../images/common/icon_arrow.svg) no-repeat right center/contain;
    content: "";
  }
}
.c-article-list__more {
  margin-right: 0.5rem;
  padding-right: 1.4rem;
  color: #fff;
  text-align: right;
  font-size: 1.8rem;
  font-weight: 900;
  background: url(../images/common/icon_arrow.svg) no-repeat right center/0.5rem auto;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(22%) hue-rotate(140deg) brightness(106%) contrast(105%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(22%) hue-rotate(140deg) brightness(106%) contrast(105%);
}
@media screen and (max-width: 767px) {
  .c-article-list__more {
    display: none;
  }
}

/*----------------------------------------------------------------------------
	c-banner-redeagles
----------------------------------------------------------------------------*/
.c-banner-redeagles__text {
  display: block;
  color: #231815;
  font-weight: 400;
  border-bottom: 1px solid #231815;
}
@media screen and (max-width: 767px) {
  .c-banner-redeagles__text {
    line-height: 1.2;
    margin-bottom: 1.2rem;
    font-size: 1.68rem;
  }
}
.c-banner-redeagles__image {
  width: 100%;
}
.c-banner-redeagles--box {
  width: 40.3rem;
  padding: 1rem 0 2.5rem 0;
  text-align: center;
  background-color: #fcefe7;
}
@media screen and (max-width: 767px) {
  .c-banner-redeagles--box {
    width: 25.5rem;
    padding: 1rem 0 1.8rem 0;
  }
}
.c-banner-redeagles--box .c-banner-redeagles__text {
  display: inline-block;
  margin-bottom: 1.8rem;
  font-size: 1.7rem;
  font-weight: 700;
  padding: 0 1rem;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .c-banner-redeagles--box .c-banner-redeagles__text {
    margin-bottom: 2rem;
    padding: 0;
    font-size: 1.35rem;
    line-height: 1;
  }
}
.c-banner-redeagles--box .c-banner-redeagles__image {
  width: 35rem;
}
@media screen and (max-width: 767px) {
  .c-banner-redeagles--box .c-banner-redeagles__image {
    width: 21.8rem;
  }
}

/*----------------------------------------------------------------------------
	c-content-box
----------------------------------------------------------------------------*/
.c-content-box {
  position: relative;
  background: url(../images/common/bg_pattern-03.png) no-repeat left -14rem bottom -12rem/27rem auto, url(../images/common/bg_pattern-03.png) no-repeat right -13rem top -10rem/27rem auto, #fcefe7;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-content-box {
    background: #fcefe7;
  }
}
.c-content-box::before {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  width: 6.5rem;
  height: calc(100% + 3rem);
  background: url(../images/common/bg_content-top.png) no-repeat center top/100% auto, url(../images/common/bg_content-bottom.png) no-repeat center bottom/100% auto;
  pointer-events: none;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}
@media screen and (max-width: 767px) {
  .c-content-box::before {
    top: -0.9rem;
    height: calc(100% + 1.8rem);
    background: url(../images/common/bg_content-top-sp.png) no-repeat center top/100% auto, url(../images/common/bg_content-bottom-sp.png) no-repeat center bottom/100% auto;
  }
}
.c-content-box::after {
  position: absolute;
  top: 50%;
  left: -1.5rem;
  width: calc(100% + 3rem);
  height: 6.5rem;
  background: url(../images/common/bg_content-left.png) no-repeat left center/auto 100%, url(../images/common/bg_content-right.png) no-repeat right center/auto 100%;
  pointer-events: none;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
@media screen and (max-width: 767px) {
  .c-content-box::after {
    left: -0.9rem;
    width: calc(100% + 1.8rem);
    background: url(../images/common/bg_content-left-sp.png) no-repeat left center/auto 100%, url(../images/common/bg_content-right-sp.png) no-repeat right center/auto 100%;
  }
}

/*----------------------------------------------------------------------------
  .l-inner
----------------------------------------------------------------------------*/
.l-inner {
  max-width: 122rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 1.5rem;
  }
}
.l-inner--large {
  max-width: 148rem;
}
.l-inner--small {
  max-width: 98rem;
}

/*----------------------------------------------------------------------------
	.l-header
----------------------------------------------------------------------------*/
.l-header {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding-top: 1.5rem;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__menu {
  display: flex;
  align-items: center;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  margin-right: 3rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  .l-header__menu {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu {
    display: none;
  }
}
.l-header__logo {
  width: 30.5rem;
  margin-left: 6rem;
}
@media screen and (max-width: 1440px) {
  .l-header__logo {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 16rem;
  }
}
.l-header__logo a {
  display: block;
}
.l-header__logo--team {
  width: 30.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo--team {
    width: 16rem;
    margin-bottom: 0;
  }
}
.l-header__logo--portal {
  width: 29.7rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo--portal {
    width: 16rem;
  }
}
.l-header__trigger {
  position: fixed;
  top: 2rem;
  right: 2.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  z-index: 10000;
}
.l-header__trigger span {
  display: inline-block;
  position: absolute;
  left: 0rem;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-header__trigger span:nth-of-type(1) {
  top: 0.5rem;
}
.l-header__trigger span:nth-of-type(2) {
  top: 1.5rem;
}
.l-header__trigger span:nth-of-type(3) {
  top: 2.5rem;
}
.l-header__trigger.is-open span {
  background-color: #b31c34;
}
.l-header__trigger.is-open span:nth-of-type(1) {
  top: 2rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-header__trigger.is-open span:nth-of-type(2) {
  opacity: 0;
}
.l-header__trigger.is-open span:nth-of-type(3) {
  top: 2rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header--top {
  position: absolute;
  top: 4.5rem;
  left: 0;
  width: 100%;
  z-index: 900;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-header--top {
    top: 0;
    padding-top: 1.5rem;
  }
}
.l-header--top .l-header__logo {
  width: auto;
  margin: 0;
}
.l-header--top .l-header__logo--portal {
  width: 40.6rem;
  margin-left: 3rem;
}
@media screen and (max-width: 1440px) {
  .l-header--top .l-header__logo--portal {
    width: 37rem;
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header--top .l-header__logo--portal {
    width: 16rem;
  }
}

/*----------------------------------------------------------------------------
	.l-footer
----------------------------------------------------------------------------*/
.l-footer {
  position: relative;
  padding: 17.5rem 0 9rem 0;
  color: #fff;
  background-color: #000;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 11.5rem 0 6rem 0;
  }
}
.l-footer::before {
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 100%;
  height: 6rem;
  background: url(../images/common/bg_border.png) repeat-x left top/auto 100%;
  content: "";
}
@media screen and (max-width: 767px) {
  .l-footer::before {
    height: 4.3rem;
  }
}
.l-footer__flex {
  display: flex;
  justify-content: space-between;
  padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__flex {
    display: block;
    padding: 0 4.5rem;
  }
}
.l-footer__sitelogo {
  width: 40.7rem;
  margin-bottom: 3.5rem;
}
.l-footer__sitelogo img:first-of-type {
  width: 40.4rem;
  margin-bottom: 3rem;
}
.l-footer__sitelogo img:last-of-type {
  width: 40.7rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sitelogo {
    width: 100%;
    margin-bottom: 5rem;
  }
  .l-footer__sitelogo img:first-of-type {
    width: 25.2rem;
    margin-bottom: 1.5rem;
  }
  .l-footer__sitelogo img:last-of-type {
    width: 25.4rem;
  }
}
.l-footer__menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.7fr 7rem 1fr 7rem 0.7fr;
  grid-template-columns: 0.7fr 1fr 0.7fr;
  -webkit-column-gap: 7rem;
     -moz-column-gap: 7rem;
          column-gap: 7rem;
  row-gap: 3rem;
  margin: 5.5rem -0.5rem 0 0;
  width: 55rem;
  font-size: var(--font-size-text-xsmall);
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .l-footer__menu {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    width: 100%;
    margin-top: 4rem;
    font-size: 1.4rem;
    font-weight: 500;
  }
}
.l-footer__copyright {
  display: block;
  margin-top: 5.5rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    margin-top: 6.5rem;
    font-size: 1.35rem;
    text-align: center;
  }
}

/*----------------------------------------------------------------------------
	.l-glnavi
----------------------------------------------------------------------------*/
.l-header:not(:has(.is-open)) .l-glnavi {
  visibility: hidden;
  opacity: 0;
}

.l-glnavi {
  position: relative;
  visibility: visible;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2rem 2.5rem;
  z-index: 9999;
  background: url(../images/common/bg_pattern-04.png) no-repeat right bottom -77rem/18rem auto #fcefe7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow-y: auto;
}
.l-glnavi__site {
  width: 23.2rem;
  margin-bottom: 4.5rem;
}
.l-glnavi__menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
  margin: 0 0 5rem 0.5rem;
}
.l-glnavi__menu-item a {
  padding-left: 1.4rem;
  color: #b31c34;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.3;
  background: url(../images/common/icon_arrow.svg) no-repeat left 0.6rem/0.5rem auto;
}
.l-glnavi__menu-item a::after {
  display: block;
  color: #f6ab00;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  line-height: 1;
  content: attr(data-en);
}
.l-glnavi__banner {
  width: 19rem;
  padding: 0 0.5rem;
}

@media screen and (min-width: 768px) {
  .u-hide--pc {
    display: none !important;
  }
}

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

.u-inlineblock {
  display: inline-block;
}

.u-font-en {
  font-family: "Jost", sans-serif;
}

.u-animate--fadeInUp {
  visibility: hidden;
}
.u-animate--fadeInUp.is-animated {
  -webkit-animation: animate-fadeInUp 1.5s ease 0s both 1 normal;
          animation: animate-fadeInUp 1.5s ease 0s both 1 normal;
  visibility: visible !important;
}

@-webkit-keyframes animate-fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes animate-fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.u-animate--line {
  position: relative;
}
.u-animate--line::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0%;
  content: "";
  height: 1px;
  position: absolute;
  bottom: -7px;
  left: 0px;
  right: 0px;
  margin: auto;
  background-color: #231815;
}
.u-animate--line:hover {
  opacity: 1;
}
.u-animate--line:hover::before {
  width: 100%;
}