@charset "UTF-8";
body {
  color: #111111;
  font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ ProN", "MS Pゴシック",
    sans-serif;
  letter-spacing: 0.05em;
}

/* 全ての記事から時間を削除 */
.new-articles__time {
  display: none !important;
}
.popular__time {
  display: none !important;
}
.top-feature__item-content-time {
  display: none !important;
}
.single-article__time {
  display: none !important;
}

/* Swellの追加CSS */
.af-button a {
  color: #fff;
}

@media all and (min-width: 481px) {
  .af-button {
    display: block;
    position: relative;
    width: 80%; /*ボタンの幅*/
    padding: 16px 0;
    margin: 30px auto;
    background-image: linear-gradient(45deg, #fabd05 0%, #f26935 100%);
    /*ボタンの色*/
    box-shadow: 0 3px 0 0 rgba(198, 39, 39, 1); /*影の色(rgbaの値を変更)*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
  }
}

@media all and (max-width: 480px) {
  .af-button {
    display: block;
    position: relative;
    width: 100%; /*ボタンの幅*/
    padding: 16px 0;
    margin: 30px auto;
    background-image: linear-gradient(45deg, #fabd05 0%, #f26935 100%);
    /*ボタンの色*/
    box-shadow: 0 3px 0 0 rgba(198, 39, 39, 1); /*影の色(rgbaの値を変更)*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
  }
}

.af-button:hover {
  text-decoration: none;
  color: #fff;
}
.af-button::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.com-button {
  position: relative;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  padding: 24px 42px;
  display: inline-block;
}

.com-color {
  background: linear-gradient(45deg, #fabd05 0%, #f26935 100%);
  color: #fff;
  border-radius: 10px;
}

.com-button:hover {
  text-decoration: none;
  color: #fff;
}
.com-button::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}
@-webkit-keyframes com-button {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 95vw;
  }
}
@media screen and (min-width: 1300px) {
  .container {
    max-width: 82vw;
  }
}
@media screen and (min-width: 1500px) {
  .container {
    max-width: 75vw;
  }
}
@media screen and (min-width: 1920px) {
  .container {
    max-width: 144rem;
  }
}

.low-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .low-container {
    max-width: 99vw;
  }
}
@media screen and (min-width: 1100px) {
  .low-container {
    max-width: 96.31944vw;
  }
}
@media screen and (min-width: 1300px) {
  .low-container {
    max-width: 83.13888vw;
    max-width: 90vw;
  }
}
@media screen and (min-width: 1500px) {
  .low-container {
    max-width: 76.04166vw;
  }
}
@media screen and (min-width: 1920px) {
  .low-container {
    max-width: 146rem;
  }
}

.low-container-sm {
  padding-left: 3rem;
  padding-right: 3rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .low-container-sm {
    margin-left: auto;
    margin-right: auto;
    max-width: 83.12499vw;
  }
}
@media screen and (min-width: 1300px) {
  .low-container-sm {
    max-width: 71.74999vw;
  }
}
@media screen and (min-width: 1500px) {
  .low-container-sm {
    max-width: 65.625vw;
  }
}
@media screen and (min-width: 1920px) {
  .low-container-sm {
    max-width: 126rem;
  }
}

@media screen and (min-width: 600px) {
  .sm-only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .md-only {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .lg-only {
    display: none;
  }
}

.sm-lg-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .sm-lg-only {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .sm-lg-only {
    display: none;
  }
}

.only-sm {
  display: none;
}
@media screen and (min-width: 600px) {
  .only-sm {
    display: block;
  }
}

.only-md {
  display: none;
}
@media screen and (min-width: 768px) {
  .only-md {
    display: block;
  }
}

.only-lg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .only-lg {
    display: block;
  }
}

.is-active-humburger {
  overflow-y: hidden;
}
.is-active-humburger .humburger__line {
  background: transparent;
}
.is-active-humburger .humburger__line::before {
  -webkit-transform: rotate(45deg);
  background: #ffffff;
  top: 0;
  transform: rotate(45deg);
}
.is-active-humburger .humburger__line::after {
  -webkit-transform: rotate(135deg);
  background: #ffffff;
  top: 0;
  transform: rotate(135deg);
  width: 100%;
}

.is-active-glass {
  overflow-y: hidden;
}
.is-active-glass .glass {
  right: 2rem;
}
@media screen and (min-width: 1920px) {
  .is-active-glass .glass {
    right: 3rem;
  }
}
.is-active-glass .glass__icon {
  display: none;
}
.is-active-glass .glass__close {
  background: transparent;
  display: inline-block;
}
.is-active-glass .glass__close::before {
  -webkit-transform: rotate(45deg);
  background: #ffffff;
  top: 0;
  transform: rotate(45deg);
}
.is-active-glass .glass__close::after {
  -webkit-transform: rotate(135deg);
  background: #ffffff;
  top: 0;
  transform: rotate(135deg);
}

.footer {
  background: #111111;
  color: #ffffff;
}
.footer__inner {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 1024px) {
  .footer__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 81.80555vw;
  }
}
@media screen and (min-width: 1300px) {
  .footer__inner {
    max-width: 70.61111vw;
  }
}
@media screen and (min-width: 1500px) {
  .footer__inner {
    max-width: 64.5833333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .footer__inner {
    max-width: 124rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__top {
    padding-bottom: 4.3rem;
    padding-top: 4.9rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer__top {
    padding-bottom: 6.2rem;
    padding-top: 6.5rem;
  }
}
@media screen and (min-width: 1920px) {
  .footer__top {
    padding-bottom: 8.1rem;
    padding-top: 8.3rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__top-content {
    align-items: flex-start;
    display: flex;
  }
}
.footer__top-left {
  padding-bottom: 4.3rem;
  padding-top: 4.9rem;
}
@media screen and (min-width: 768px) {
  .footer__top-left {
    padding-bottom: 0;
    padding-left: 3rem;
    padding-top: 0;
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .footer__top-left {
    padding-left: 0;
    width: 45%;
  }
}
.footer__top-left-item {
  text-align: center;
}
.footer__top-left-item:nth-of-type(n + 2) {
  margin-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .footer__top-left-item {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .footer__top-left-item:nth-of-type(n + 2) {
    margin-top: 5.5rem;
  }
}
@media screen and (min-width: 1920px) {
  .footer__top-left-item:nth-of-type(n + 2) {
    margin-top: 6.6rem;
  }
}
.footer__top-left-item a {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .footer__top-left-item a {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .footer__top-left-item a {
    font-size: 2rem;
  }
}
.footer__top-right {
  border-top: 0.1rem solid #ffffff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-bottom: 4.1rem;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  padding-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .footer__top-right {
    border-top-width: 0;
    flex-shrink: 0;
    margin-left: initial;
    margin-right: initial;
    padding-bottom: 0;
    padding-left: initial;
    padding-right: initial;
    padding-top: 0.2rem;
    width: 40rem;
  }
}
.footer__top-right--sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__top-right--sp {
    display: block;
  }
}
.footer__top-right-item:nth-of-type(n + 2) {
  margin-top: 4.7rem;
}
.footer__top-right-item-title {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
}
.footer__top-right-item-content {
  margin-top: 3.7rem;
}
@media screen and (min-width: 1024px) {
  .footer__top-right-item-content {
    margin-top: 3.2rem;
  }
}
@media screen and (min-width: 1920px) {
  .footer__top-right-item-content {
    margin-top: 2.7rem;
  }
}
.footer__top-right-child-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4rem;
  margin-top: -2.6rem;
}
@media screen and (min-width: 1024px) {
  .footer__top-right-child-list {
    margin-left: -3.5rem;
    margin-top: -2.1rem;
  }
}
@media screen and (min-width: 1920px) {
  .footer__top-right-child-list {
    margin-left: -3rem;
    margin-top: -1.6rem;
  }
}
.footer__top-right-child-item {
  margin-left: 4rem;
  margin-top: 2.6rem;
}
@media screen and (min-width: 1024px) {
  .footer__top-right-child-item {
    margin-left: 3.5rem;
    margin-top: 2.1rem;
  }
}
@media screen and (min-width: 1920px) {
  .footer__top-right-child-item {
    margin-left: 3rem;
    margin-top: 1.6rem;
  }
}
.footer__top-right-child-item a {
  color: #ffffff;
  font-size: 1.4rem;
}
.footer__top-right-child-item a:focus,
.footer__top-right-child-item a:hover {
  text-decoration: underline;
}
.footer__bottom {
  border-top: 0.1rem solid #ffffff;
  padding-bottom: 5.5rem;
  padding-top: 4.4rem;
}
@media screen and (min-width: 1024px) {
  .footer__bottom {
    padding-top: 4.9rem;
  }
}
@media screen and (min-width: 1920px) {
  .footer__bottom {
    padding-bottom: 6rem;
    padding-top: 5.4rem;
  }
}
.footer__bottom-content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer__bottom-content {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__bottom-list {
  display: flex;
}
.footer__bottom-item:nth-of-type(n + 2) {
  margin-left: 4rem;
}
@media screen and (min-width: 1024px) {
  .footer__bottom-item:nth-of-type(n + 2) {
    margin-left: 4.5rem;
  }
}
@media screen and (min-width: 1920px) {
  .footer__bottom-item:nth-of-type(n + 2) {
    margin-left: 5rem;
  }
}
.footer__bottom-item a {
  color: #ffffff;
  font-size: 1.4rem;
}
.footer__bottom-right {
  -ms-grid-row-align: end;
  align-self: end;
  margin-top: 2.2rem;
}
@media screen and (min-width: 768px) {
  .footer__bottom-right {
    -ms-grid-row-align: initial;
    align-self: initial;
    margin-top: 0;
  }
}
.footer__copy {
  display: inline-block;
  font-size: 1rem;
}
@media screen and (min-width: 375px) {
  .footer__copy {
    font-size: 1.2rem;
  }
}

.top-mv {
  background: url(../img/layout/top/top-mv-sp.webp) no-repeat center
    bottom/cover;
  height: 69rem;
}
@media screen and (min-width: 500px) {
  .top-mv {
    height: 72rem;
  }
}
@media screen and (min-width: 600px) {
  .top-mv {
    background: url(../img/layout/top/top-mv.webp) no-repeat center bottom/cover;
  }
}
@media screen and (min-width: 768px) {
  .top-mv {
    height: 70rem;
  }
}
@media screen and (min-width: 1300px) {
  .top-mv {
    height: 54.25vw;
  }
}
@media screen and (min-width: 1920px) {
  .top-mv {
    height: 100rem;
  }
}
.top-mv__inner {
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .top-mv__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 91.14583vw;
  }
}
@media screen and (min-width: 1920px) {
  .top-mv__inner {
    max-width: 175rem;
  }
}
.top-mv__content {
  padding-top: 2rem;
}
@media screen and (min-width: 1920px) {
  .top-mv__content {
    padding-top: 3rem;
  }
}
.top-mv__logo {
  max-width: 100%;
  width: 12rem;
}
@media screen and (min-width: 1024px) {
  .top-mv__logo {
    width: 10.41666vw;
  }
}
@media screen and (min-width: 1920px) {
  .top-mv__logo {
    width: 20rem;
  }
}
.top-mv__logo img {
  width: 100%;
}
.top-mv__text {
  color: #ffffff;
  font-family: "遊ゴシック体", yuGothic, "遊ゴシック", "Yu Gothic", "メイリオ",
    "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.42857;
  margin-top: 1.5rem;
}
@media screen and (min-width: 375px) {
  .top-mv__text {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .top-mv__text {
    font-size: 3.6458333333vw;
    margin-top: 3.07291vw;
  }
}
@media screen and (min-width: 1920px) {
  .top-mv__text {
    font-size: 7rem;
    margin-top: 5.9rem;
  }
}
.top-mv__btn-wrapper {
  margin-top: 3.5rem;
}
@media screen and (min-width: 1024px) {
  .top-mv__btn-wrapper {
    margin-top: 1.92708vw;
  }
}
@media screen and (min-width: 768px) {
  .top-mv__btn-wrapper {
    margin-top: 3.7rem;
  }
}
@media screen and (min-width: 600px) {
  .top-mv__btn-list {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .top-mv__btn-list {
    justify-content: flex-start;
  }
}
.top-mv__btn-item {
  width: 100%;
}
.top-mv__btn-item:nth-of-type(n + 2) {
  margin-top: 2rem;
}
@media screen and (min-width: 600px) {
  .top-mv__btn-item {
    flex: 1 1 0;
    max-width: 35rem;
  }
  .top-mv__btn-item:nth-of-type(n + 2) {
    margin-left: 3rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top-mv__btn-item {
    max-width: 32rem;
  }
  .top-mv__btn-item:nth-of-type(n + 2) {
    margin-left: 1.5625vw;
  }
}
@media screen and (min-width: 1300px) {
  .top-mv__btn-item {
    max-width: 35rem;
  }
}
@media screen and (min-width: 1920px) {
  .top-mv__btn-item {
    max-width: 40rem;
  }
  .top-mv__btn-item:nth-of-type(n + 2) {
    margin-left: 3rem;
  }
}
.top-mv__btn {
  align-items: center;
  border: 0.1rem solid currentColor;
  color: #ffffff;
  display: inline-flex;
  flex-direction: column;
  font-size: 1.6rem;
  height: 100%;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .top-mv__btn {
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 1920px) {
  .top-mv__btn {
    font-size: 1.8rem;
  }
}
.top-mv__btn::after {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/icon/arrow-right-icon.svg) no-repeat center
    center/cover;
  content: "";
  display: inline-block;
  height: 1.2rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.67rem;
}
.top-mv__btn--popular {
  padding: 2.7rem 3rem;
}
@media screen and (min-width: 1024px) {
  .top-mv__btn--popular {
    padding: 3rem 2rem;
  }
}
.top-mv__btn--about {
  padding: 1.7rem 5rem;
}
@media screen and (min-width: 1024px) {
  .top-mv__btn--about {
    padding: 2.5rem 2rem;
  }
}
.top-mv__btn-text {
  color: #ffffff;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 0.6rem;
  padding-left: 2rem;
}
@media screen and (min-width: 600px) {
  .top-mv__btn-text {
    line-height: 1.3;
  }
}
@media screen and (min-width: 1024px) {
  .top-mv__btn-text {
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 0.7rem;
    padding-left: 0;
  }
}
@media screen and (min-width: 1300px) {
  .top-mv__btn-text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1920px) {
  .top-mv__btn-text {
    font-size: 1.8rem;
    padding-left: 2rem;
  }
}
.top-mv__btn-text-sm {
  color: #ffffff;
  display: inline-block;
  font-size: 1rem;
  padding-left: 2rem;
}
@media screen and (min-width: 375px) {
  .top-mv__btn-text-sm {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .top-mv__btn-text-sm {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .top-mv__btn-text-sm {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .top-mv__btn-text-sm {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 1920px) {
  .top-mv__btn-text-sm {
    padding-left: 2rem;
  }
}
.top-mv__bottle-icon {
  bottom: 0;
  display: inline-block;
  left: 2rem;
  max-width: 100%;
  position: absolute;
  width: 5rem;
}
@media screen and (min-width: 375px) {
  .top-mv__bottle-icon {
    width: 5.5rem;
  }
}
@media screen and (min-width: 600px) {
  .top-mv__bottle-icon {
    left: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .top-mv__bottle-icon {
    width: 4.5rem;
  }
}
@media screen and (min-width: 1300px) {
  .top-mv__bottle-icon {
    width: 5rem;
  }
}
@media screen and (min-width: 1920px) {
  .top-mv__bottle-icon {
    left: 1rem;
    width: 6rem;
  }
}
.top-mv__bg-text {
  color: #3134a5;
  font-family: "Montserrat", sans-serif;
  font-size: 5.5rem;
  font-weight: 600;
  left: 2rem;
  opacity: 0.4;
  position: absolute;
  top: 17.5rem;
  z-index: -5;
}
@media screen and (min-width: 600px) {
  .top-mv__bg-text {
    font-size: 7rem;
  }
}
@media screen and (min-width: 768px) {
  .top-mv__bg-text {
    font-size: 8rem;
    top: 15rem;
  }
}
@media screen and (min-width: 1024px) {
  .top-mv__bg-text {
    font-size: 10.41666vw;
    left: -0.6vw;
    top: 2vw;
  }
}
@media screen and (min-width: 1920px) {
  .top-mv__bg-text {
    font-size: 20rem;
    left: -3rem;
    top: 5rem;
  }
}
.top-mv__scroll {
  -webkit-transform: translateX(-50%);
  align-items: center;
  bottom: -5rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
}
@media screen and (min-width: 600px) {
  .top-mv__scroll {
    bottom: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .top-mv__scroll {
    bottom: 2rem;
  }
}
@media screen and (min-width: 1300px) {
  .top-mv__scroll {
    bottom: 3rem;
  }
}
@media screen and (min-width: 1920px) {
  .top-mv__scroll {
    bottom: 4rem;
  }
}
.top-mv__scroll-text {
  color: #3134a5;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}
.top-mv__scroll-icon {
  display: inline-block;
  margin-top: 1.1rem;
  width: 7.9rem;
}
.top-mv__scroll-icon img {
  width: 100%;
}

.top-new-articles {
  padding-top: 11rem;
}
@media screen and (min-width: 600px) {
  .top-new-articles {
    padding-top: 7rem;
  }
}
@media screen and (min-width: 1024px) {
  .top-new-articles {
    padding-top: 3.28125vw;
  }
}
@media screen and (min-width: 1920px) {
  .top-new-articles {
    padding-top: 6.4rem;
  }
}
.top-new-articles__btn-wrapper {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .top-new-articles__btn-wrapper {
    margin-top: 5.20833vw;
  }
}
@media screen and (min-width: 1920px) {
  .top-new-articles__btn-wrapper {
    margin-top: 10rem;
  }
}

.top-popular {
  padding-bottom: 4rem;
  padding-top: 10.4rem;
}
@media screen and (min-width: 768px) {
  .top-popular {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1920px) {
  .top-popular {
    padding-top: 10.3rem;
  }
}

.top-feature {
  background: #ececec;
  margin-top: 10rem;
  padding-bottom: 7.4rem;
}
@media screen and (min-width: 768px) {
  .top-feature {
    margin-top: 12rem;
    padding-bottom: 20rem;
  }
}
@media screen and (min-width: 1024px) {
  .top-feature {
    margin-top: 16rem;
    padding-bottom: 17.34375vw;
  }
}
@media screen and (min-width: 1920px) {
  .top-feature {
    margin-top: 19.6rem;
    padding-bottom: 33.3rem;
  }
}
.top-feature__title {
  color: #ffffff;
  font-family: "dazzle-unicase", sans-serif;
  font-size: 6rem;
  font-weight: 500;
  position: relative;
  text-align: center;
  top: -0.6rem;
}
@media screen and (min-width: 375px) {
  .top-feature__title {
    font-size: 7rem;
  }
}
@media screen and (min-width: 768px) {
  .top-feature__title {
    font-size: 10rem;
    top: -0.9rem;
  }
}
@media screen and (min-width: 1024px) {
  .top-feature__title {
    font-size: 10.41666vw;
    top: -0.88541vw;
  }
}
@media screen and (min-width: 1920px) {
  .top-feature__title {
    font-size: 20rem;
    top: -1.7rem;
  }
}
.top-feature__title::first-letter {
  color: #3134a5;
  opacity: 0.3;
}
.top-feature__main {
  margin-top: 1.3rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-feature__main {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .top-feature__main {
    margin-top: 4.5rem;
  }
}
@media screen and (min-width: 1920px) {
  .top-feature__main {
    margin-top: 7.9rem;
  }
}
.top-feature__item:nth-of-type(n + 2) {
  margin-top: 2.9rem;
}
@media screen and (min-width: 768px) {
  .top-feature__item:nth-of-type(n + 2) {
    margin-top: 14rem;
  }
}
@media screen and (min-width: 1024px) {
  .top-feature__item:nth-of-type(n + 2) {
    margin-top: 9.89583vw;
  }
}
@media screen and (min-width: 1920px) {
  .top-feature__item:nth-of-type(n + 2) {
    margin-top: 19rem;
  }
}
@media screen and (min-width: 768px) {
  .top-feature__item-header {
    align-items: flex-start;
    display: flex;
  }
}
.top-feature__num {
  color: #ffffff;
  display: inline-block;
  flex-shrink: 0;
  font-family: "dazzle-unicase", sans-serif;
  font-size: 6rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .top-feature__num {
    font-size: 7.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .top-feature__num {
    font-size: 7.29166vw;
  }
}
@media screen and (min-width: 1920px) {
  .top-feature__num {
    font-size: 14rem;
  }
}
.top-feature__item-title-content {
  margin-top: 1.4rem;
}
@media screen and (min-width: 768px) {
  .top-feature__item-title-content {
    margin-left: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .top-feature__item-title-content {
    margin-left: 4rem;
  }
}
@media screen and (min-width: 1920px) {
  .top-feature__item-title-content {
    margin-left: 5.2rem;
  }
}
.top-feature__item-catch {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .top-feature__item-catch {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1920px) {
  .top-feature__item-catch {
    font-size: 1.8rem;
  }
}
.top-feature__item-title {
  color: #1a2c74;
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 1.1rem;
}
@media screen and (min-width: 768px) {
  .top-feature__item-title {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .top-feature__item-title {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 1920px) {
  .top-feature__item-title {
    font-size: 6rem;
    margin-top: 2.8rem;
  }
}
.top-feature__item-text-contents {
  margin-top: 2.1rem;
}
@media screen and (min-width: 1024px) {
  .top-feature__item-text-contents {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1920px) {
  .top-feature__item-text-contents {
    margin-top: 3.2rem;
  }
}
.top-feature__item-text {
  font-size: 1.2rem;
  line-height: 2.16666;
}
@media screen and (min-width: 1024px) {
  .top-feature__item-text {
    line-height: 2.14285;
  }
}
@media screen and (min-width: 1920px) {
  .top-feature__item-text {
    font-size: 1.4rem;
  }
}
.top-feature__item-main {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 3.8rem;
}
@media screen and (min-width: 768px) {
  .top-feature__item-main {
    align-items: flex-start;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .top-feature__item-main {
    margin-top: 4.0625vw;
  }
}
@media screen and (min-width: 1920px) {
  .top-feature__item-main {
    margin-top: 7.8rem;
  }
}
.top-feature__img {
  aspect-ratio: 330/236;
  margin-left: -2rem;
}
@media screen and (min-width: 600px) {
  .top-feature__img {
    width: 50rem;
  }
}
@media screen and (min-width: 768px) {
  .top-feature__img {
    margin-left: inherit;
    margin-right: -5rem;
    width: calc(52.85714% + 5rem);
  }
}
@media screen and (min-width: 1024px) {
  .top-feature__img {
    aspect-ratio: 840/600;
    margin-right: -5.2083333333vw;
    width: calc(52.85714% + 5.2083333333vw);
  }
}
@media screen and (min-width: 1920px) {
  .top-feature__img {
    margin-right: -10rem;
    width: calc(52.85714% + 10rem);
  }
}
.top-feature__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.top-feature__item-body {
  margin-right: -2rem;
  margin-top: -3rem;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top-feature__item-body {
    align-self: flex-end;
    width: 50rem;
  }
}
@media screen and (min-width: 768px) {
  .top-feature__item-body {
    margin-right: initial;
    margin-top: initial;
    top: 10rem;
    width: 50%;
  }
}
@media screen and (min-width: 900px) {
  .top-feature__item-body {
    width: 47.14285%;
  }
}
@media screen and (min-width: 1024px) {
  .top-feature__item-body {
    top: 9.8958333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .top-feature__item-body {
    top: 19rem;
  }
}
.top-feature__item-body .swiper-option-wrapper {
  -webkit-transform: translateX(-50%);
  bottom: 10rem;
  display: flex;
  justify-content: flex-end;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .top-feature__item-body .swiper-option-wrapper {
    -webkit-transform: initial;
    bottom: initial;
    left: initial;
    right: 0;
    top: -3.5rem;
    transform: initial;
  }
}
@media screen and (min-width: 1300px) {
  .top-feature__item-body .swiper-option-wrapper {
    top: -4.3rem;
  }
}
.top-feature__item-body .swiper-pagination-feature1,
.top-feature__item-body .swiper-pagination-feature2 {
  color: #111111;
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  margin-left: 1rem;
  margin-right: 1rem;
  width: 3.6rem;
}
@media screen and (min-width: 768px) {
  .top-feature__item-body .swiper-pagination-feature1,
  .top-feature__item-body .swiper-pagination-feature2 {
    font-size: 1.6rem;
    width: 4rem;
  }
}
.top-feature__item-body .swiper-button-prev-feature1,
.top-feature__item-body .swiper-button-prev-feature2 {
  -webkit-transform: skew(-65deg);
  -ms-grid-row-align: center;
  align-self: center;
  border-bottom: 0.1rem solid #1a2c74;
  border-left: 0.2rem solid #1a2c74;
  height: 0.45rem;
  transform: skew(-65deg);
  width: 3rem;
}
.top-feature__item-body .swiper-button-next-feature1,
.top-feature__item-body .swiper-button-next-feature2 {
  -webkit-transform: skew(65deg);
  -ms-grid-row-align: center;
  align-self: center;
  border-bottom: 0.1rem solid #1a2c74;
  border-right: 0.2rem solid #1a2c74;
  display: inline-block;
  height: 0.45rem;
  transform: skew(65deg);
  width: 3rem;
}
.top-feature__item-content {
  background: #ffffff;
  padding: 3.4rem 2.5rem 3.2rem;
}
@media screen and (min-width: 1024px) {
  .top-feature__item-content {
    padding: 3.125vw 3.125vw 3.6458333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .top-feature__item-content {
    padding: 6rem 6rem 7rem;
  }
}
.top-feature__item-content-title-content {
  align-items: center;
  display: flex;
}
.top-feature__item-content-cat {
  background: #111111;
  color: #ffffff;
  display: inline-block;
  flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: 700;
  min-width: 11rem;
  padding: 0.8rem 1rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .top-feature__item-content-cat {
    padding: 0.8rem 1.5rem;
  }
}
.top-feature__item-content-time {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 3rem;
}
.top-feature__item-content-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  margin-top: 1.3rem;
}
@media screen and (min-width: 1024px) {
  .top-feature__item-content-title {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1920px) {
  .top-feature__item-content-title {
    font-size: 2rem;
    margin-top: 1.4rem;
  }
}
.top-feature__item-content-main {
  margin-top: 1.4rem;
}
@media screen and (min-width: 768px) {
  .top-feature__item-content-main {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .top-feature__item-content-main {
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 1920px) {
  .top-feature__item-content-main {
    margin-top: 6rem;
  }
}
.top-feature__item-content-main-text {
  font-size: 1.4rem;
  line-height: 2;
}
.top-feature__link-wrapper {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-top: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .top-feature__link-wrapper {
    margin-top: 1.9791666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .top-feature__link-wrapper {
    margin-top: 3.8rem;
  }
}
.top-feature__link-text {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 1920px) {
  .top-feature__link-text {
    font-size: 1.6rem;
  }
}
.top-feature__link {
  align-items: center;
  border: 0.1rem solid currentColor;
  color: #3134a5;
  display: inline-flex;
  flex-shrink: 0;
  height: 4rem;
  justify-content: center;
  margin-left: 2rem;
  width: 4rem;
}
@media screen and (min-width: 1920px) {
  .top-feature__link {
    height: 5rem;
    margin-left: 3rem;
    width: 5rem;
  }
}
.top-feature__link::before {
  background: url(../img/common/icon/arrow-right-icon-blue.svg) no-repeat center
    center/cover;
  content: "";
  display: inline-block;
  height: 1.2rem;
  width: 1.67rem;
}
.top-feature__btn-wrapper {
  margin-top: 8.9rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-feature__btn-wrapper {
    margin-top: 5rem;
    text-align: right;
  }
}
@media screen and (min-width: 1920px) {
  .top-feature__btn-wrapper {
    margin-top: 6rem;
  }
}

.top-filter {
  padding-bottom: 8rem;
  padding-top: 6.5rem;
}
@media screen and (min-width: 1024px) {
  .top-filter {
    padding-bottom: 7.7604166667vw;
    padding-top: 6.7708333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .top-filter {
    padding-bottom: 14.9rem;
    padding-top: 13rem;
  }
}
.top-filter__item:nth-of-type(n + 2) {
  margin-top: 4.5rem;
}
@media screen and (min-width: 1024px) {
  .top-filter__item:nth-of-type(n + 2) {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1920px) {
  .top-filter__item:nth-of-type(n + 2) {
    margin-top: 5.7rem;
  }
}
.top-filter__item-title {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-filter__item-title {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .top-filter__item-title {
    align-items: center;
    display: inline-flex;
  }
}
@media screen and (min-width: 1920px) {
  .top-filter__item-title {
    font-size: 2.2rem;
  }
}
.top-filter__item-title::before {
  content: "";
  display: none;
}
@media screen and (min-width: 768px) {
  .top-filter__item-title::before {
    background: #111111;
    display: inline-block;
    flex-shrink: 0;
    height: 0.1rem;
    margin-right: 4rem;
    width: 6rem;
  }
}
.top-filter__item-content {
  margin-top: 2.9rem;
}
@media screen and (min-width: 1024px) {
  .top-filter__item-content {
    margin-left: 10rem;
  }
}
@media screen and (min-width: 1920px) {
  .top-filter__item-content {
    margin-top: 3.3rem;
  }
}
.top-filter__child-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -1rem;
  margin-top: -1rem;
}
@media screen and (min-width: 768px) {
  .top-filter__child-list {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .top-filter__child-list {
    margin-left: -1.5rem;
    margin-top: -1.5rem;
  }
}
@media screen and (min-width: 1920px) {
  .top-filter__child-list {
    margin-left: -2rem;
    margin-top: -2rem;
  }
}
.top-filter__child-item {
  margin-left: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .top-filter__child-item {
    margin-left: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1920px) {
  .top-filter__child-item {
    margin-left: 2rem;
    margin-top: 2rem;
  }
}
.top-filter__child-link {
  border: 0.1rem solid currentColor;
  color: #111111;
  display: inline-block;
  font-size: 1.6rem;
  padding: 1.6rem 1.5rem;
  transition: 0.3s ease;
}
@media screen and (min-width: 1920px) {
  .top-filter__child-link {
    font-size: 1.8rem;
  }
}
.top-filter__child-link:focus,
.top-filter__child-link:hover {
  background: #111111;
  border: 0.1rem solid currentColor;
  color: #ffffff;
}

.low-mv--company {
  background: url(../img/common/image/company-mv-sp.webp) no-repeat center
    bottom/cover;
}
@media screen and (min-width: 1024px) {
  .low-mv--company {
    background: url(../img/common/image/company-mv.webp) no-repeat center
      bottom/cover;
  }
}

.company {
  padding-bottom: 10.1rem;
  padding-top: 4.94rem;
}
@media screen and (min-width: 768px) {
  .company {
    padding-bottom: 12rem;
    padding-top: 7rem;
  }
}
@media screen and (min-width: 1024px) {
  .company {
    padding-bottom: 15rem;
    padding-top: 8rem;
  }
}
.company__table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company__table {
    display: block;
  }
}
.company__table-row {
  border-top: 0.1rem solid #dddddd;
}
.company__table-row:last-of-type {
  border-bottom: 0.1rem solid #dddddd;
}
@media screen and (min-width: 768px) {
  .company__table-row:last-of-type .company__table-header {
    border-bottom: 0.1rem solid #3134a5;
  }
}
@media screen and (max-width: 767px) {
  .company__table-row {
    display: block;
  }
}
.company__table-header {
  border-top: 0.1rem solid #3134a5;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  padding-bottom: 0.6rem;
  padding-top: 2.7rem;
  text-align: left;
  width: 20%;
}
@media screen and (min-width: 768px) {
  .company__table-header {
    font-size: 1.6rem;
    line-height: 1.875;
    padding-bottom: 3.4rem;
    padding-left: 5%;
    padding-top: 3.8rem;
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  .company__table-header {
    display: block;
  }
}
.company__table-main {
  font-size: 1.4rem;
  line-height: 2;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .company__table-main {
    font-size: 1.6rem;
    line-height: 1.875;
    padding-bottom: 3.4rem;
    padding-left: 4%;
    padding-top: 3.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .company__table-main {
    padding-left: 3.29166%;
  }
}
@media screen and (max-width: 767px) {
  .company__table-main {
    display: block;
  }
}
.company__table-item {
  padding-bottom: 1.8rem;
  padding-top: 1.7rem;
}
@media screen and (min-width: 768px) {
  .company__table-item {
    padding-bottom: 2.4rem;
    padding-top: 2.7rem;
  }
}
.company__table-item:first-of-type {
  padding-top: 0;
}
.company__table-item:last-of-type {
  padding-bottom: 0;
}
.company__table-item:nth-of-type(n + 2) {
  border-top: 0.1rem dotted #dddddd;
}
@media screen and (min-width: 768px) {
  .company__table-item {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .company__table-item-title {
    flex-shrink: 0;
    width: 18%;
  }
}
@media screen and (min-width: 1920px) {
  .company__table-item-title {
    width: 14.16122%;
  }
}
@media screen and (min-width: 768px) {
  .company__table-item-text {
    flex-grow: 1;
  }
}
.company__table-link {
  color: #111111;
}
.company__table-link:focus,
.company__table-link:hover {
  text-decoration: underline;
}

.low-mv--contact {
  background: url(../img/common/image/contact-mv-sp.webp) no-repeat center
    bottom/cover;
}
@media screen and (min-width: 1024px) {
  .low-mv--contact {
    background: url(../img/common/image/contact-mv.webp) no-repeat center
      bottom/cover;
  }
}

.contact {
  background: #ffffff;
  padding-bottom: 10.1rem;
  padding-top: 4.89rem;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-bottom: 12rem;
    padding-top: 7rem;
  }
}
@media screen and (min-width: 1024px) {
  .contact {
    padding-bottom: 15rem;
    padding-top: 8rem;
  }
}
.contact__title {
  color: #111111;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .contact__title {
    font-size: 3rem;
    text-align: center;
  }
}
.contact__text {
  color: #111111;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 4rem;
}
.contact__text:nth-of-type(n + 2) {
  margin-top: 3rem;
}

.low-mv--404 {
  background: url(../img/common/image/404-mv-sp.webp) no-repeat center
    bottom/cover;
}
@media screen and (min-width: 1024px) {
  .low-mv--404 {
    background: url(../img/common/image/404-mv.webp) no-repeat center
      bottom/cover;
  }
}

.page-404 {
  padding-bottom: 10.1rem;
  padding-top: 2.59rem;
}
@media screen and (min-width: 768px) {
  .page-404 {
    padding-bottom: 12rem;
    padding-top: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-404 {
    padding-bottom: 15rem;
    padding-top: 5rem;
  }
}
.page-404__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.page-404__title {
  color: #cfcfcf;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 10rem;
}
@media screen and (min-width: 768px) {
  .page-404__title {
    font-size: 12rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-404__title {
    font-size: 13.5rem;
  }
}
@media screen and (min-width: 1300px) {
  .page-404__title {
    font-size: 15rem;
  }
}
.page-404__title::first-letter {
  color: #afb1f1;
}
.page-404__text {
  font-size: 1.6rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-404__text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-404__text {
    font-size: 2.4rem;
    margin-top: 2.2rem;
  }
}
@media screen and (min-width: 1300px) {
  .page-404__text {
    font-size: 2.8rem;
  }
}
.page-404__btn-wrapper {
  margin-top: 4.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-404__btn-wrapper {
    margin-top: 5.5rem;
  }
}

.low-mv--privacy {
  background: url(../img/common/image/privacy-mv-sp.webp) no-repeat center
    bottom/cover;
}
@media screen and (min-width: 1024px) {
  .low-mv--privacy {
    background: url(../img/common/image/privacy-mv.webp) no-repeat center
      bottom/cover;
  }
}

.privacy {
  padding-bottom: 10rem;
  padding-top: 4.2rem;
}
@media screen and (min-width: 768px) {
  .privacy {
    padding-bottom: 12rem;
    padding-top: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .privacy {
    padding-bottom: 14.9rem;
    padding-top: 7.3rem;
  }
}
.privacy__lead {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .privacy__lead {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.privacy__title {
  color: #1a2c74;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 4.9rem;
  padding-bottom: 2.7rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .privacy__title {
    font-size: 2.4rem;
    margin-top: 6rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .privacy__title {
    font-size: 2.8rem;
    margin-top: 7.5rem;
    padding-bottom: 3.6rem;
  }
}
@media screen and (min-width: 1300px) {
  .privacy__title {
    font-size: 3.2rem;
    margin-top: 8.9rem;
  }
}
.privacy__title::before,
.privacy__title::after {
  bottom: 0;
  content: "";
  display: inline-block;
  height: 0.3rem;
  left: 0;
  position: absolute;
}
.privacy__title::before {
  background: #3134a5;
  width: 3rem;
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  .privacy__title::before {
    width: 4rem;
  }
}
.privacy__title::after {
  background: #cfcfcf;
  width: 6rem;
}
@media screen and (min-width: 1024px) {
  .privacy__title::after {
    width: 8rem;
  }
}
.privacy__item {
  align-items: flex-start;
  display: flex;
}
.privacy__item:nth-of-type(n + 2) {
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .privacy__item:nth-of-type(n + 2) {
    margin-top: 0.8rem;
  }
}
.privacy__content {
  margin-top: 2.2rem;
}
@media screen and (min-width: 768px) {
  .privacy__content {
    margin-left: 6rem;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .privacy__content {
    margin-left: auto;
    margin-top: 5.2rem;
    width: 83.33333%;
  }
}
.privacy__num {
  color: #3134a5;
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  width: 4rem;
}
@media screen and (min-width: 768px) {
  .privacy__num {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.privacy__text {
  flex-grow: 1;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .privacy__text {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.privacy__note {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .privacy__note {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-top: 2.8rem;
  }
}

.low-mv--site {
  background: url(../img/common/image/site-mv-sp.webp) no-repeat center
    bottom/cover;
}
@media screen and (min-width: 1024px) {
  .low-mv--site {
    background: url(../img/common/image/site-mv.webp) no-repeat center
      bottom/cover;
  }
}

.site {
  padding-bottom: 11.9rem;
  padding-top: 4.2rem;
}
@media screen and (min-width: 768px) {
  .site {
    padding-bottom: 12rem;
    padding-top: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .site {
    padding-bottom: 14.9rem;
    padding-top: 7.6rem;
  }
}
.site__item {
  display: flex;
  flex-direction: column;
}
.site__item:nth-of-type(n + 2) {
  margin-top: 3.9rem;
}
@media screen and (min-width: 768px) {
  .site__item:nth-of-type(n + 2) {
    margin-top: 5.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .site__item:nth-of-type(n + 2) {
    margin-top: 7.5rem;
  }
}
@media screen and (min-width: 1300px) {
  .site__item:nth-of-type(n + 2) {
    margin-top: 9.5rem;
  }
}
.site__title {
  color: #1a2c74;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  padding-bottom: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .site__title {
    font-size: 2.4rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .site__title {
    font-size: 2.8rem;
    line-height: 1.8125;
    padding-bottom: 2.3rem;
  }
}
@media screen and (min-width: 1300px) {
  .site__title {
    font-size: 3.2rem;
  }
}
.site__title::before,
.site__title::after {
  bottom: 0;
  content: "";
  display: inline-block;
  height: 0.3rem;
  left: 0;
  position: absolute;
}
.site__title::before {
  background: #3134a5;
  width: 3rem;
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  .site__title::before {
    width: 4rem;
  }
}
.site__title::after {
  background: #cfcfcf;
  width: 6rem;
}
@media screen and (min-width: 1024px) {
  .site__title::after {
    width: 8rem;
  }
}
.site__content {
  margin-top: 2.3rem;
}
@media screen and (min-width: 768px) {
  .site__content {
    margin-left: 6rem;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .site__content {
    margin-left: auto;
    margin-top: 5.2rem;
    width: 83.33333%;
  }
}
.site__text {
  flex-grow: 1;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .site__text {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.site__text:nth-of-type(n + 2) {
  margin-top: 2.5rem;
}
.site__child-list {
  margin-top: 2.5rem;
}
.site__child-item {
  display: flex;
  flex-direction: column;
}
.site__child-item:nth-of-type(n + 2) {
  margin-top: 2.5rem;
}
.site__child-item-title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .site__child-item-title {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.site__link {
  color: #111111;
  font-size: 1.4rem;
  line-height: 2;
  word-break: break-all;
}
.site__link:focus {
  text-decoration: underline;
}
.site__link:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .site__link {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

.low-mv--site {
  background: url(../img/common/image/site-mv-sp.webp) no-repeat center
    bottom/cover;
}
@media screen and (min-width: 1024px) {
  .low-mv--site {
    background: url(../img/common/image/site-mv.webp) no-repeat center
      bottom/cover;
  }
}

.low-mv--archive {
  background: url(../img/common/image/archive-mv-sp.webp) no-repeat center
    bottom/cover;
}
@media screen and (min-width: 1024px) {
  .low-mv--archive {
    background: url(../img/common/image/archive-mv.webp) no-repeat center
      bottom/cover;
  }
}

.archive {
  padding-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .archive {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .archive {
    padding-bottom: 15rem;
    padding-top: 8rem;
  }
}
@media screen and (min-width: 600px) {
  .archive__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 50rem;
  }
}
@media screen and (min-width: 768px) {
  .archive__content {
    margin-left: initial;
    margin-right: initial;
    max-width: initial;
  }
}
@media screen and (min-width: 1024px) {
  .archive__content {
    align-items: flex-start;
    display: flex;
  }
}
.archive__text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .archive__text {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .archive__text {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1300px) {
  .archive__text {
    font-size: 3.6rem;
  }
}

.archive-article {
  padding-bottom: 10rem;
}
@media screen and (min-width: 1024px) {
  .archive-article {
    flex-grow: 1;
    padding-bottom: 0;
    width: 68.57142%;
  }
}
.archive-article__item {
  padding-bottom: 2.5rem;
  padding-top: 3.5rem;
}
.archive-article__item:first-of-type {
  padding-top: 0;
}
.archive-article__item:last-of-type {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .archive-article__item {
    padding-bottom: 3.3rem;
    padding-top: 4.1rem;
  }
  .archive-article__item:last-of-type {
    border-bottom: 0.1rem solid #dddddd;
    padding-bottom: 3.3rem;
  }
  .archive-article__item:nth-of-type(n + 2) {
    border-top: 0.1rem solid #dddddd;
  }
}
.archive-article__link {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .archive-article__link {
    align-items: flex-start;
    flex-direction: row-reverse;
  }
}
.archive-article__link:focus .archive-article__title,
.archive-article__link:hover .archive-article__title {
  text-decoration: underline;
}
.archive-article__body {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .archive-article__body {
    margin-left: 5.20833%;
    margin-top: 0;
  }
}
.archive-article__title-content {
  align-items: flex-start;
  display: flex;
}
.archive-article__cat {
  background: #111111;
  color: #ffffff;
  display: inline-block;
  flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 2rem;
  min-width: 11rem;
  padding: 0.8rem 1rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .archive-article__cat {
    padding: 0.8rem 1.5rem;
  }
}
.archive-article__tag-wrapper {
  flex-grow: 1;
}
.archive-article__tag-list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.4rem;
  margin-top: -1.5rem;
}
.archive-article__tag-item {
  margin-left: 1.4rem;
  margin-top: 1.5rem;
}
.archive-article__tag {
  color: #9d9d9d;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .archive-article__tag {
    font-size: 1.6rem;
  }
}
.archive-article__title {
  margin-top: 1.3rem;
  color: #111111;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.77777;
}
@media screen and (min-width: 768px) {
  .archive-article__title {
    font-size: 1.8rem;
  }
}
.archive-article__contents {
  margin-top: 1.9rem;
}
.archive-article__text {
  color: #111111;
  font-size: 1.4rem;
  line-height: 2;
}
.archive-article__img {
  aspect-ratio: 430/250;
}
@media screen and (min-width: 768px) {
  .archive-article__img {
    flex-shrink: 0;
    width: 44.79166%;
  }
}
.archive-article__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.archive-article__pagenation {
  margin-top: 7.1rem;
}

@media screen and (min-width: 1024px) {
  .aside {
    flex-shrink: 0;
    margin-left: 5.71428%;
    margin-top: 6rem;
    margin-top: 0;
    max-width: 100%;
    width: 30rem;
  }
}
@media screen and (min-width: 1300px) {
  .aside {
    width: 33rem;
  }
}
@media screen and (min-width: 1500px) {
  .aside {
    width: 36rem;
  }
}
.aside__sidebar {
  background: #ececec;
  position: relative;
}
.aside__sidebar::after {
  content: "";
  display: none;
}
@media screen and (min-width: 768px) {
  .aside__sidebar::after {
    -webkit-transform: rotate(45deg);
    border-bottom: 3rem solid transparent;
    border-right: 3rem solid currentColor;
    border-top: 3rem solid transparent;
    display: inline-block;
    left: -0.4rem;
    position: absolute;
    top: -1.9rem;
    transform: rotate(45deg);
  }
}
.aside__title {
  align-items: center;
  color: #1a2c74;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .aside__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1300px) {
  .aside__title {
    font-size: 2.2rem;
  }
}
.aside__title::before {
  background: currentColor;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 0.1rem;
  margin-right: 1.05rem;
  width: 2rem;
}

@media screen and (min-width: 1024px) {
  .aside--sp {
    display: none;
  }
}

.aside--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .aside--pc {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .search {
    padding: 5rem 2rem 4rem;
    width: 100%;
  }
}
@media screen and (min-width: 1300px) {
  .search {
    padding: 5rem 2.5rem 4rem;
  }
}
@media screen and (min-width: 1500px) {
  .search {
    padding: 5rem 3rem 4rem;
  }
}
@media screen and (min-width: 1920px) {
  .search {
    padding: 5rem 4rem 4rem;
  }
}
.search__wrapper form {
  background: #ffffff;
  position: relative;
  width: 100%;
}
.search__wrapper input[type="search"] {
  border: none;
  color: #111111;
  font-size: 1.8rem;
  padding: 1.5rem 5rem 1.5rem 1.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .search__wrapper input[type="search"] {
    padding: 1.65rem 6rem 1.65rem 1.5rem;
  }
}
.search__wrapper button {
  -webkit-transform: translateY(-50%);
  background: transparent;
  border: none;
  display: inline-block;
  max-width: 100%;
  padding: 0;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
}
@media screen and (min-width: 768px) {
  .search__wrapper button {
    right: 2rem;
    width: 3rem;
  }
}
.search__list {
  margin-top: 3.7rem;
}
.search__item:nth-of-type(n + 2) {
  margin-top: 5.7rem;
}
.search__child-list {
  margin-top: 2.3rem;
}
.search__child-item:nth-of-type(n + 2) {
  margin-top: 1rem;
}
.search__child-link {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
}
.search__child-link:focus .search__child-title,
.search__child-link:hover .search__child-title {
  text-decoration: underline;
}
.search__child-title {
  color: #111111;
  flex-grow: 1;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.625;
  margin-left: 2rem;
}
@media screen and (min-width: 768px) {
  .search__child-title {
    font-size: 1.6rem;
  }
}
.search__child-img {
  aspect-ratio: 120/120;
  flex-shrink: 0;
  width: 12rem;
}
.search__child-img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.filter {
  padding: 5.7rem 3rem 6rem;
}
@media screen and (min-width: 600px) {
  .filter {
    max-width: 100%;
    width: 34rem;
  }
}
@media screen and (min-width: 1024px) {
  .filter {
    margin-top: 6rem;
    max-width: initial;
    padding: 5.7rem 2rem 6rem;
    width: 100%;
  }
}
@media screen and (min-width: 1300px) {
  .filter {
    padding: 5.7rem 2.5rem 6rem;
  }
}
@media screen and (min-width: 1500px) {
  .filter {
    padding: 5.7rem 3rem 6rem;
  }
}
@media screen and (min-width: 1920px) {
  .filter {
    padding: 5.7rem 4rem 6rem;
  }
}
.filter__item:nth-of-type(n + 2) {
  margin-top: 6.1rem;
}
.filter__child-list {
  margin-top: 2.8rem;
}
.filter__child-item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.2rem;
  padding-top: 1.3rem;
}
.filter__child-item:first-of-type {
  padding-top: 0;
}
.filter__child-item:last-of-type {
  border-bottom: 0.1rem solid #cfcfcf;
}
.filter__child-item:nth-of-type(n + 2) {
  border-top: 0.1rem solid #cfcfcf;
}
.filter__child-link {
  color: #111111;
  font-size: 1.4rem;
}
.filter__child-link:focus,
.filter__child-link:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .filter__child-link {
    font-size: 1.6rem;
  }
}
.filter__child-num {
  background: #ffffff;
  border-radius: 0.4rem;
  color: #1a2c74;
  display: inline-block;
  font-size: 1.4rem;
  min-width: 4rem;
  padding: 0.5rem 1.2rem;
  text-align: center;
}

.low-mv--single {
  background: none;
}
@media screen and (min-width: 768px) {
  .low-mv--single {
    background: url(../img/common/image/single-mv.webp) no-repeat center
      bottom/cover;
  }
}

.low-mv.low-mv--single {
  height: 3rem;
}
@media screen and (min-width: 768px) {
  .low-mv.low-mv--single {
    height: 13rem;
  }
}
@media screen and (min-width: 1024px) {
  .low-mv.low-mv--single {
    height: 23rem;
  }
}

.single {
  padding-bottom: 9.34rem;
  padding-top: 4rem;
}
.single .p-toc.-capbox {
  display: none;
}
.single .p-blogParts.post_content {
  font-size: 125%;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1300px) {
  .single .p-blogParts.post_content {
    font-size: 164%;
  }
}
.single .p-blogParts.post_content .cap_box_ttl {
  background: #1a2c74;
}
.single .p-blogParts.post_content .cap_box_content {
  border-color: #1a2c74;
}
.single .p-blogParts.post_content a {
  display: block;
}
.single .p-blogParts.post_content p {
  font-size: inherit;
  line-height: initial;
}

.single .p-blogParts.post_content p + figure {
  margin-top: 0;
}

.single .p-blogParts.post_content ul {
  margin-bottom: 0;
}
.single .p-blogParts.post_content ul li {
  font-size: inherit;
  line-height: initial;
  padding-left: 1.5em;
}
.single .p-blogParts.post_content ul li::before {
  content: "\e923";
  background: initial;
  border-radius: initial;
  top: 0.3em;
  color: #1a2c74;
}
@media screen and (min-width: 768px) {
  .single {
    padding-bottom: 12rem;
    padding-top: 7rem;
  }
}
@media screen and (min-width: 1024px) {
  .single {
    padding-bottom: 15rem;
    padding-top: 8.05rem;
  }
}
@media screen and (min-width: 600px) {
  .single__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 50rem;
  }
}
@media screen and (min-width: 768px) {
  .single__content {
    margin-left: initial;
    margin-right: initial;
    max-width: initial;
  }
}
@media screen and (min-width: 1024px) {
  .single__content {
    align-items: flex-start;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .single-article {
    flex-grow: 1;
  }
}
.single-article__title-wrapper {
  border-left: 0.1rem solid #1a2c74;
  padding-left: 1.95rem;
}
@media screen and (min-width: 768px) {
  .single-article__title-wrapper {
    padding-left: 3.95rem;
    padding-top: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-article__title-wrapper {
    padding-left: 5.95rem;
  }
}
@media screen and (min-width: 1500px) {
  .single-article__title-wrapper {
    padding-left: 6.95rem;
  }
}
.single-article__time {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .single-article__time {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-article__time {
    font-size: 2rem;
  }
}
.single-article__title {
  color: #1a2c74;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.63636;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .single-article__title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-article__title {
    font-size: 3.8rem;
    line-height: 1.55;
    margin-top: 0.9rem;
  }
}
@media screen and (min-width: 1300px) {
  .single-article__title {
    font-size: 4rem;
  }
}
.single-article__title-content {
  margin-top: 2.3rem;
}
@media screen and (min-width: 768px) {
  .single-article__title-content {
    align-items: flex-start;
    display: flex;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-article__title-content {
    margin-top: 3.7rem;
  }
}
.single-article__cat {
  background: #111111;
  color: #ffffff;
  display: inline-block;
  flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.4rem;
  min-width: 11.4rem;
  padding: 0.8rem 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .single-article__cat {
    margin-right: 2.9rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .single-article__cat {
    padding: 0.8rem 1.5rem;
  }
}
.single-article__tag-wrapper {
  flex-grow: 1;
}
.single-article__tag-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.4rem;
  margin-top: -1.5rem;
}
.single-article__tag-item {
  margin-left: 1.4rem;
  margin-top: 1.5rem;
}
.single-article__tag {
  color: #9d9d9d;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
}
.single-article__tag:focus {
  text-decoration: underline;
}
.single-article__tag:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .single-article__tag {
    line-height: 1.875;
  }
}
.single-article__img {
  aspect-ratio: 375/280;
  margin-left: -3rem;
  margin-right: -3rem;
  margin-top: 1rem;
}
@media screen and (min-width: 600px) {
  .single-article__img {
    margin-left: initial;
    margin-right: initial;
  }
}
@media screen and (min-width: 768px) {
  .single-article__img {
    aspect-ratio: 960/558;
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-article__img {
    margin-top: 8rem;
  }
}
.single-article__img img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .single-article__img img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.single-article__main {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .single-article__main {
    margin-top: 4.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-article__main {
    margin-top: 6rem;
  }
}
.single-article__index {
  margin-bottom: 4.3rem;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .single-article__index {
    margin-bottom: 5.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-article__index {
    display: flex;
  }
}
@media screen and (min-width: 1300px) {
  .single-article__index {
    margin-top: 6rem;
  }
}
.single-article__index-title {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .single-article__index-title {
    display: flex;
    flex-direction: column;
    align-items: initial;
  }
}
.single-article__index-title-en {
  display: inline-block;
  font-size: 4rem;
  font-weight: 500;
  font-family: "dazzle-unicase", sans-serif;
  text-transform: uppercase;
}
.single-article__index-title-en::first-letter {
  color: #3134a5;
}
.single-article__index-title-jp {
  display: inline-block;
  margin-left: 1rem;
  color: #1a2c74;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .single-article__index-title-jp {
    margin-top: 1rem;
  }
}
.single-article__index-content {
  border: 0.1rem solid #1a2c74;
  padding: 2.6rem 2.7rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .single-article__index-content {
    padding: 2.7rem 3.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-article__index-content {
    flex-grow: 1;
    margin-top: 0;
    margin-left: 4rem;
    padding: 3.8rem 4rem;
  }
}
@media screen and (min-width: 1300px) {
  .single-article__index-content {
    margin-left: 5rem;
    padding: 3.8rem 5rem;
  }
}
@media screen and (min-width: 1500px) {
  .single-article__index-content {
    margin-left: 6rem;
    padding: 3.8rem 8rem;
  }
}
.single-article .single-article__index-list {
  margin-top: 0;
  margin-bottom: 0;
}
.single-article .single-article__index-item {
  padding-left: 1.5em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single-article .single-article__index-item {
    padding-left: 1.9em;
  }
}
.single-article .single-article__index-item:nth-of-type(n + 2) {
  margin-top: 0.8rem;
}
@media screen and (min-width: 768px) {
  .single-article .single-article__index-item:nth-of-type(n + 2) {
    margin-top: 1rem;
  }
}
.single-article .single-article__index-item::before {
  background: #3134a5;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.75em;
  left: 0;
  position: absolute;
  top: 0.35em;
  width: 0.75em;
}
@media screen and (min-width: 768px) {
  .single-article .single-article__index-item::before {
    top: 0.45em;
  }
}
.single-article__index-link {
  color: #00001a;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.57142;
}
.single-article__index-link:focus {
  text-decoration: underline;
}
.single-article__index-link:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .single-article__index-link {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.single-article__main h2 {
  background: #1a2c74;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.55555;
  margin-bottom: 3rem;
  margin-top: 5.9rem;
  padding: 1rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .single-article__main h2 {
    font-size: 2.4rem;
    margin-bottom: 4rem;
    margin-top: 7rem;
    padding: 1rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-article__main h2 {
    font-size: 3rem;
    line-height: 1.8125;
    margin-bottom: 5rem;
    margin-top: 7.5rem;
    padding: 1.1rem 3rem;
  }
}
@media screen and (min-width: 768px) {
  .single-article__main h2 {
    font-size: 3.2rem;
    line-height: 1.8125;
    margin-bottom: 6rem;
    padding: 1.1rem 4rem;
  }
}
.single-article__main h3 {
  border-bottom: 0.1rem solid #1a2c74;
  color: #1a2c74;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.33333;
  margin-bottom: 2.3rem;
  margin-top: 3.9rem;
  padding: 0 1.5rem 0.75rem;
  position: relative;
  min-height: 5rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .single-article__main h3 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 2.8rem;
    margin-top: 4.5rem;
    padding: 0 1.5rem 1rem;
    min-height: 5.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-article__main h3 {
    font-size: 2.6rem;
    line-height: 1.92857;
    margin-bottom: 3.3rem;
    margin-top: 5rem;
    padding: 0 2rem 0.7rem;
    min-height: 7.5rem;
  }
}
@media screen and (min-width: 1300px) {
  .single-article__main h3 {
    font-size: 2.8rem;
    min-height: 8rem;
  }
}
.single-article__main h3::before {
  background: #1a2c74;
  content: "";
  display: inline-block;
  height: 4rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.5rem;
}
@media screen and (min-width: 768px) {
  .single-article__main h3::before {
    height: 4.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-article__main h3::before {
    height: 6rem;
  }
}
@media screen and (min-width: 1300px) {
  .single-article__main h3::before {
    height: 6.5rem;
  }
}
.single-article__main p {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .single-article__main p {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.single-article__main P + P {
  margin-top: 2.5rem;
}
.single-article__main p + figure {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .single-article__main p + figure {
    margin-top: 4rem;
  }
}
.single-article__main figure + p {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .single-article__main figure + p {
    margin-top: 4rem;
  }
}
.single-article__main ul {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.single-article__main ul li {
  font-size: 1.6rem;
  line-height: 1.3;
  padding-left: 1em;
  position: relative;
}
.single-article__main ul li:nth-of-type(n + 2) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .single-article__main ul li {
    font-size: 1.8rem;
  }
}
.single-article__main ul li::before {
  background: #1a2c74;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.5em;
  left: 0;
  position: absolute;
  top: 0.45em;
  width: 0.5em;
}
.single-article__main ol {
  counter-reset: number;
  list-style: none;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.single-article__main ol li {
  color: #1a2c74;
  font-size: 1.6rem;
  line-height: 1.3;
  padding-left: 1.25em;
  position: relative;
}
.single-article__main ol li:nth-of-type(n + 2) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .single-article__main ol li {
    font-size: 1.8rem;
  }
}
.single-article__main ol li::before {
  color: currentColor;
  content: counter(number) ",";
  counter-increment: number 1;
  display: inline-block;
  font-size: 1em;
  left: 0;
  position: absolute;
  top: 0;
}

.single-article__main .p-adBox a {
  display: block;
}

.single-article__main .has-xs-font-size a {
  display: inline;
}
.single-article__main .has-xs-font-size {
  font-size: 12px !important;
}
@media screen and (min-width: 1300px) {
  .single-article__main .has-xs-font-size {
    font-size: 14px !important;
  }
}
.single-article__main .swl-fz.u-fz-xs a {
  display: inline;
}
.single-article__main .swl-fz.u-fz-xs {
  font-size: 12px !important;
}
@media screen and (min-width: 1300px) {
  .single-article__main .swl-fz.u-fz-xs {
    font-size: 14px !important;
  }
}

.single-article__main .wp-block-table table {
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #707070;
}
.single-article__main .wp-block-table thead th {
  color: #ffffff;
  font-weight: 700;
  background: #1a2c74;
  padding: 0.75rem;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .single-article__main .wp-block-table thead th {
    font-size: 14px;
    padding: 0.9rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-article__main .wp-block-table thead th {
    font-size: 16px;
    padding: 1rem;
  }
}
.single-article__main .wp-block-table tbody td:first-of-type {
  color: #1a2c74;
  font-weight: 700;
  background: #f7f7f7;
  padding: 0.75rem;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .single-article__main .wp-block-table tbody td:first-of-type {
    font-size: 14px;
    padding: 0.9rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-article__main .wp-block-table tbody td:first-of-type {
    font-size: 16px;
    padding: 1rem;
  }
}
.single-article__main .wp-block-table tbody td {
  color: #111111;
  font-weight: 400;
  background: #ffffff;
  padding: 0.75rem;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .single-article__main .wp-block-table tbody td {
    font-size: 14px;
    padding: 0.9rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-article__main .wp-block-table tbody td {
    font-size: 16px;
    padding: 1rem;
  }
}

.swiper-popular .swiper-slide {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  max-width: 30rem;
}
@media screen and (min-width: 768px) {
  .swiper-popular .swiper-slide {
    margin-left: 1rem;
    margin-right: 1rem;
    max-width: 35rem;
  }
}
@media screen and (min-width: 1024px) {
  .swiper-popular .swiper-slide {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    max-width: 40rem;
  }
}
@media screen and (min-width: 1300px) {
  .swiper-popular .swiper-slide {
    margin-left: 2rem;
    margin-right: 2rem;
    max-width: 47.5rem;
  }
}
@media screen and (min-width: 1500px) {
  .swiper-popular .swiper-slide {
    max-width: 50rem;
  }
}
.swiper-popular .swiper-button-prev-popular {
  display: none;
}
@media screen and (min-width: 1024px) {
  .swiper-popular .swiper-button-prev-popular {
    align-items: center;
    background: #111111;
    cursor: pointer;
    display: flex;
    height: 7rem;
    justify-content: center;
    left: 0;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    position: absolute;
    top: 38%;
    width: 7rem;
    z-index: 10;
  }
}
@media screen and (min-width: 1300px) {
  .swiper-popular .swiper-button-prev-popular {
    height: 8rem;
    width: 8rem;
  }
}
.swiper-popular .swiper-button-prev-popular::after {
  -webkit-transform: rotate(45deg) translateX(15%);
  border-bottom: 0.2rem solid #9d9d9d;
  border-left: 0.2rem solid #9d9d9d;
  content: "";
  height: 1.5rem;
  transform: rotate(45deg) translateX(15%);
  width: 1.5rem;
}
@media screen and (min-width: 1300px) {
  .swiper-popular .swiper-button-prev-popular::after {
    height: 2rem;
    width: 2rem;
  }
}
.swiper-popular .swiper-button-next-popular {
  display: none;
}
@media screen and (min-width: 1024px) {
  .swiper-popular .swiper-button-next-popular {
    align-items: center;
    background: #111111;
    cursor: pointer;
    display: flex;
    display: flex;
    height: 7rem;
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    position: absolute;
    right: 0;
    top: 38%;
    width: 7rem;
    z-index: 10;
  }
}
@media screen and (min-width: 1300px) {
  .swiper-popular .swiper-button-next-popular {
    height: 8rem;
    width: 8rem;
  }
}
.swiper-popular .swiper-button-next-popular::after {
  -webkit-transform: rotate(-45deg) translateX(-15%);
  border-bottom: 0.2rem solid #9d9d9d;
  border-right: 0.2rem solid #9d9d9d;
  content: "";
  height: 1.5rem;
  transform: rotate(-45deg) translateX(-15%);
  width: 1.5rem;
}
@media screen and (min-width: 1300px) {
  .swiper-popular .swiper-button-next-popular::after {
    height: 2rem;
    width: 2rem;
  }
}

.popular__title {
  display: inline-flex;
  flex-direction: column;
}
.popular__title-jp {
  align-items: center;
  color: #1a2c74;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .popular__title-jp {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .popular__title-jp {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .popular__title-jp {
    font-size: 2rem;
  }
}
.popular__title-jp::before {
  background: currentColor;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 0.1rem;
  margin-right: 1.3rem;
  width: 5.1rem;
}
@media screen and (min-width: 1024px) {
  .popular__title-jp::before {
    margin-right: 1.5rem;
    width: 6.5rem;
  }
}
@media screen and (min-width: 1920px) {
  .popular__title-jp::before {
    margin-right: 2rem;
    width: 8rem;
  }
}
.popular__title-en {
  display: inline-block;
  font-family: "dazzle-unicase", sans-serif;
  font-size: 8rem;
  font-weight: 500;
  margin-top: 0.2rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .popular__title-en {
    font-size: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  .popular__title-en {
    font-size: 10.4166666667vw;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1920px) {
  .popular__title-en {
    font-size: 20rem;
    margin-top: 1.3rem;
  }
}
.popular__title-en::first-letter {
  color: #3134a5;
}
.popular__main {
  margin-top: -0.7rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .popular__main {
    margin-top: -0.8854166667vw;
  }
}
@media screen and (min-width: 1920px) {
  .popular__main {
    margin-top: -1.7rem;
  }
}
.popular__main .swiper-pagination-popular {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: -4rem;
  left: 0;
  position: absolute;
  text-align: center;
  transform: translate3d(0, 0, 0);
  transition: 0.3s opacity;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .popular__main .swiper-pagination-popular {
    display: none;
  }
}
.popular__main .swiper-pagination-popular .swiper-pagination-bullet {
  background: #ececec;
  border-radius: initial;
  height: 0.3rem;
  opacity: 1;
  width: 4rem;
}
.popular__main .swiper-pagination-popular .swiper-pagination-bullet-active {
  background: #3134a5;
}
.popular__link:focus .popular__item-title,
.popular__link:hover .popular__item-title {
  text-decoration: underline;
}
.popular__img {
  position: relative;
  z-index: 0;
}
.popular__img::after {
  background: rgba(17, 17, 17, 0.4);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
.popular__img img {
  width: 100%;
}
.popular__item-title-wrapper {
  padding: 1rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .popular__item-title-wrapper {
    padding: 2rem;
  }
}
@media screen and (min-width: 1920px) {
  .popular__item-title-wrapper {
    padding: 3rem;
  }
}
.popular__item-title {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
}
@media screen and (min-width: 1024px) {
  .popular__item-title {
    line-height: 1.77777;
  }
}
@media screen and (min-width: 1920px) {
  .popular__item-title {
    font-size: 1.8rem;
  }
}
.popular__body {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1920px) {
  .popular__body {
    margin-top: 2.2rem;
  }
}
.popular__content {
  align-items: center;
  display: flex;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .popular__content {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1920px) {
  .popular__content {
    margin-bottom: 1.5rem;
  }
}
.popular__cat {
  background: #111111;
  color: #ffffff;
  display: inline-block;
  flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: 700;
  min-width: 11rem;
  padding: 0.8rem 1rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .popular__cat {
    padding: 0.8rem 1.5rem;
  }
}
.popular__time {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 2rem;
}
.popular__tag-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.9rem;
  margin-top: -1.5rem;
}
@media screen and (min-width: 1024px) {
  .popular__tag-list {
    margin-left: -2.5rem;
  }
}
@media screen and (min-width: 1920px) {
  .popular__tag-list {
    margin-left: -2.3rem;
  }
}
.popular__tag-item {
  margin-left: 2.9rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .popular__tag-item {
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 1920px) {
  .popular__tag-item {
    margin-left: 2.3rem;
  }
}
.popular__tag {
  color: #9d9d9d;
  display: inline-block;
  font-size: 1.4rem;
}
@media screen and (min-width: 1920px) {
  .popular__tag {
    font-size: 1.6rem;
  }
}

.form {
  background: #ffffff;
}
.form__table {
  width: 100%;
}
.form__table-row:first-of-type .form__table-header {
  padding-top: 0;
}
.form__table-row:last-of-type .form__table-header {
  vertical-align: top;
}
.form__table-row:last-of-type .form__table-main {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .form__table-row:first-of-type .form__table-main {
    padding-top: 0;
  }
  .form__table-row:last-of-type .form__table-header {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .form__table-row {
    display: block;
    width: 100%;
  }
}
.form__table-header {
  padding-bottom: 1rem;
  padding-top: 1rem;
  text-align: left;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .form__table-header {
    padding-bottom: 2rem;
    padding-top: 2rem;
    width: 35%;
  }
}
@media screen and (min-width: 1024px) {
  .form__table-header {
    width: 37%;
  }
}
@media screen and (min-width: 1300px) {
  .form__table-header {
    width: 33%;
  }
}
@media screen and (min-width: 1920px) {
  .form__table-header {
    width: 28.33333%;
  }
}
@media screen and (max-width: 767px) {
  .form__table-header {
    display: block;
    width: 100%;
  }
}
.form__label {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .form__label--lh {
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .form__label--lh {
    line-height: 1;
  }
}
.form__badge {
  background: #3134a5;
  color: #ffffff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 2rem;
  padding: 0.65rem 1rem;
  text-align: center;
  width: 6rem;
}
@media screen and (min-width: 1024px) {
  .form__badge {
    margin-right: 3rem;
  }
}
.form__badge--none {
  background: #ececec;
  color: #3134a5;
}
.form__table-main {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .form__table-main {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .form__table-main {
    display: block;
    width: 100%;
  }
}
.form__table-body input,
.form__table-body textarea {
  background: #f7f7f7;
  border: none;
  color: #111111;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  width: 100%;
}
.form__table-body input:focus,
.form__table-body textarea:focus {
  box-shadow: 0 0 0.5rem rgba(49, 52, 165, 0.85);
  outline: none;
}
.form__table-body input {
  padding: 1.8rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .form__table-body input {
    padding: 1.8rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .form__table-body input {
    padding: 1.8rem 3rem;
  }
}
.form__table-body input::-webkit-input-placeholder {
  color: #b1b1b1;
}
.form__table-body input::-moz-placeholder {
  color: #b1b1b1;
}
.form__table-body input:-ms-input-placeholder {
  color: #b1b1b1;
}
.form__table-body input::-ms-input-placeholder {
  color: #b1b1b1;
}
.form__table-body input::placeholder {
  color: #b1b1b1;
}
.form__table-body textarea {
  line-height: 1.5;
  padding: 1.9rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .form__table-body textarea {
    padding: 1.9rem 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .form__table-body textarea {
    padding: 1.9rem 3rem;
  }
}
.form__table-body textarea::-webkit-input-placeholder {
  color: #b1b1b1;
}
.form__table-body textarea::-moz-placeholder {
  color: #b1b1b1;
}
.form__table-body textarea:-ms-input-placeholder {
  color: #b1b1b1;
}
.form__table-body textarea::-ms-input-placeholder {
  color: #b1b1b1;
}
.form__table-body textarea::placeholder {
  color: #b1b1b1;
}
.form input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.form input[type="checkbox"] + span {
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0.2em 0.3em 0.2em 2.2em;
  position: relative;
  vertical-align: middle;
}
.form input[type="checkbox"]:focus + span {
  box-shadow: 0 0 0.5rem rgba(49, 52, 165, 0.9);
  outline: none;
}
.form input[type="checkbox"] + span:before {
  background: #ffffff;
  border: 0.1rem solid #707070;
  border-radius: 0.4rem;
  content: "";
  height: 1.3em;
  left: 0;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 1.3em;
}
@media screen and (min-width: 1500px) {
  .form input[type="checkbox"] + span:before {
    height: 1.375em;
    width: 1.375em;
  }
}
.form input[type="checkbox"] + span:after {
  content: "";
  display: none;
}
.form input[type="checkbox"]:checked + span:after {
  -webkit-transform: rotate(45deg);
  border-bottom: 0.35rem solid #3134a5;
  border-right: 0.35rem solid #3134a5;
  content: "";
  display: block;
  height: 1em;
  left: 0.4em;
  position: absolute;
  top: -0.1em;
  transform: rotate(45deg);
  width: 0.5em;
}
.form__privacy {
  margin-top: 4.1rem;
}
@media screen and (min-width: 768px) {
  .form__privacy {
    margin-top: 6.2rem;
  }
}
.form__privacy-agree {
  font-size: 1.8rem;
  text-align: center;
}
.form__privacy-link {
  color: #3134a5;
  text-decoration: underline;
}
.form__privacy-btn-wrapper {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (min-width: 330px) {
  .form__privacy-btn-wrapper {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 330px) {
  .form--confirm .form__privacy-btn-wrapper {
    display: flex;
    justify-content: initial;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 600px) {
  .form--confirm .form__privacy-btn-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: initial;
  }
}
.form__privacy-btn-wrapper .wpcf7-spinner {
  display: none;
}
.form__thanks-content {
  padding: 4rem 2rem 2rem;
}
.form__thanks-title {
  color: #111111;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .form__thanks-title {
    font-size: 3rem;
  }
}
.form__thanks-text {
  color: #111111;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 4rem;
}
.form__thanks-text:nth-of-type(n + 2) {
  margin-top: 3rem;
}

.contact .form__table-row .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .contact .form__table-row .wpcf7-not-valid-tip {
    font-size: 1.6rem;
  }
}
.contact .wpcf7 form .wpcf7-response-output {
  border-width: 0;
  color: #111111;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 3.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact .wpcf7 form .wpcf7-response-output {
    font-size: 1.6rem;
  }
}
.contact .wpcf7 form.sent .wpcf7-response-output {
  border: transparent;
}

.form--confirm .form__table-header {
  vertical-align: initial;
}
.form--confirm .form__table-main {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .form--confirm .form__table-main {
    font-size: 1.6rem;
  }
}

.low-mv {
  height: 24rem;
}
@media screen and (min-width: 768px) {
  .low-mv {
    height: 35rem;
  }
}
@media screen and (min-width: 1024px) {
  .low-mv {
    height: 41rem;
  }
}
@media screen and (min-width: 1300px) {
  .low-mv {
    height: 48rem;
  }
}
.low-mv__inner {
  align-items: flex-end;
  display: flex;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 150rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (min-width: 1024px) {
  .low-mv__inner {
    width: 96vw;
  }
}
@media screen and (min-width: 1300px) {
  .low-mv__inner {
    max-width: 88vw;
  }
}
@media screen and (min-width: 1500px) {
  .low-mv__inner {
    max-width: 78.125vw;
  }
}
@media screen and (min-width: 1920px) {
  .low-mv__inner {
    max-width: 156rem;
  }
}
@media screen and (min-width: 2500px) {
  .low-mv__inner {
    align-items: center;
  }
}
.low-mv__content {
  padding-bottom: 7.6rem;
}
@media screen and (min-width: 768px) {
  .low-mv__content {
    padding-bottom: 13rem;
  }
}
@media screen and (min-width: 1024px) {
  .low-mv__content {
    padding-bottom: 16rem;
  }
}
@media screen and (min-width: 1300px) {
  .low-mv__content {
    padding-bottom: 17rem;
  }
}
@media screen and (min-width: 1920px) {
  .low-mv__content {
    padding-bottom: 18.3rem;
  }
}
@media screen and (min-width: 2500px) {
  .low-mv__content {
    padding-bottom: 15rem;
  }
}
.low-mv__title {
  color: #ffffff;
  display: inline-flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .low-mv__title {
    border-left: 0.1rem solid currentColor;
    border-top: 0.1rem solid currentColor;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1300px) {
  .low-mv__title {
    padding-left: 4.95rem;
    padding-top: 3.45rem;
  }
}
.low-mv__title::before {
  content: "";
  display: none;
}
@media screen and (min-width: 1024px) {
  .low-mv__title::before {
    -webkit-transform: rotate(45deg);
    border-bottom: 2rem solid transparent;
    border-right: 2rem solid currentColor;
    border-top: 2rem solid transparent;
    display: inline-block;
    left: -0.4rem;
    position: absolute;
    top: -1.4rem;
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 1300px) {
  .low-mv__title::before {
    border-bottom: 3rem solid transparent;
    border-right: 3rem solid currentColor;
    border-top: 3rem solid transparent;
    left: -0.5rem;
    top: -2rem;
  }
}
.low-mv__title-jp {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .low-mv__title-jp {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .low-mv__title-jp {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1300px) {
  .low-mv__title-jp {
    font-size: 2rem;
  }
}
.low-mv__title-en {
  font-family: "dazzle-unicase", sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-top: 0.3rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .low-mv__title-en {
    font-size: 4.8rem;
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .low-mv__title-en {
    font-size: 4.1666666667vw;
    margin-top: 0.9rem;
  }
}
@media screen and (min-width: 1920px) {
  .low-mv__title-en {
    font-size: 8rem;
  }
}
.low-mv__title-en::first-letter {
  color: #afb1f1;
}

.btn {
  background: #1a2c74;
  border: 0.2rem solid transparent;
  box-shadow: 0 0 2rem rgba(19, 21, 93, 0.1);
  color: #ffffff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  max-width: 100%;
  padding: 2.2rem 5rem;
  position: relative;
  text-align: center;
  transition: 0.3s ease;
  width: 26rem;
}
@media screen and (min-width: 1024px) {
  .btn {
    padding: 2.2rem 5rem 2.2rem 3rem;
    width: 27rem;
  }
}
@media screen and (min-width: 1920px) {
  .btn {
    font-size: 1.8rem;
    padding: 2.1rem 5rem 2.1rem 3rem;
    width: 28rem;
  }
}
.btn:focus,
.btn:hover {
  background: #ffffff;
  border-color: currentColor;
  color: #1a2c74;
}
.btn:focus::after,
.btn:hover::after {
  background: url(../img/common/icon/arrow-right-icon-blue.svg) no-repeat center
    center/cover;
}
.btn::after {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/icon/arrow-right-icon.svg) no-repeat center
    center/cover;
  content: "";
  display: inline-block;
  height: 1.2rem;
  position: absolute;
  right: 2.1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: inherit;
  width: 1.67rem;
}

.btn-wrapper {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 330px) {
  .btn-wrapper {
    width: initial;
  }
}
.btn-wrapper::after {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/icon/arrow-right-icon.svg) no-repeat center
    center/cover;
  content: "";
  display: inline-block;
  height: 1.2rem;
  position: absolute;
  right: 2.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.67rem;
  z-index: 5;
}

.btn-wrapper--back {
  position: relative;
}
.btn-wrapper--back::after {
  -webkit-transform: translateY(-50%) scaleX(-1);
  background: url(../img/common/icon/arrow-right-icon.svg) no-repeat center
    center/cover;
  content: "";
  display: inline-block;
  height: 1.2rem;
  left: 2.1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
  width: 1.67rem;
  z-index: 5;
}
.btn-wrapper--back .btn {
  background: #707070;
}
@media screen and (min-width: 1024px) {
  .btn-wrapper--back .btn {
    padding: 2.2rem 3rem;
    width: 27rem;
  }
}
@media screen and (min-width: 1920px) {
  .btn-wrapper--back .btn {
    font-size: 1.8rem;
    padding: 2.1rem 3rem;
    width: 28rem;
  }
}
.btn-wrapper--back .btn:focus,
.btn-wrapper--back .btn:hover {
  background: #ffffff;
  border-color: currentColor;
  color: #707070;
}

.btn-wrapper--send {
  margin-top: 3rem;
}
@media screen and (min-width: 600px) {
  .btn-wrapper--send {
    margin-left: 3rem;
    margin-top: 0;
  }
}

.cta {
  background: url(../img/common/image/cta-bg-sp.webp) no-repeat center
    center/cover;
  padding-bottom: 3.2rem;
  padding-top: 2.7rem;
}
@media screen and (min-width: 768px) {
  .cta {
    background: url(../img/common/image/cta-bg.webp) no-repeat center
      center/cover;
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}
@media screen and (min-width: 1920px) {
  .cta {
    padding-bottom: 6.3rem;
    padding-top: 6.3rem;
  }
}
.cta__inner {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (min-width: 768px) {
  .cta__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .cta__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 81.80555vw;
  }
}
@media screen and (min-width: 1300px) {
  .cta__inner {
    max-width: 70.61111vw;
  }
}
@media screen and (min-width: 1500px) {
  .cta__inner {
    max-width: 64.5833333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .cta__inner {
    max-width: 124rem;
  }
}
.cta__content {
  color: #ffffff;
}
.cta__title {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.cta__title-text {
  align-items: flex-start;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 375px) {
  .cta__title-text {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .cta__title-text {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .cta__title-text {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 1920px) {
  .cta__title-text {
    font-size: 6rem;
  }
}
.cta__title-text-sm {
  display: inline-block;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .cta__title-text-sm {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1920px) {
  .cta__title-text-sm {
    font-size: 1.4rem;
  }
}
.cta__title-catch {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 0.7rem;
}
@media screen and (min-width: 375px) {
  .cta__title-catch {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .cta__title-catch {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .cta__title-catch {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1920px) {
  .cta__title-catch {
    font-size: 2.5rem;
  }
}
.cta__link {
  display: block;
  margin-top: 1.2rem;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .cta__link {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
  }
}
@media screen and (min-width: 768px) {
  .cta__link {
    margin-top: 1.5rem;
    max-width: 60rem;
  }
}
@media screen and (min-width: 1024px) {
  .cta__link {
    margin-left: initial;
    margin-right: initial;
    max-width: initial;
  }
}
@media screen and (min-width: 1920px) {
  .cta__link {
    margin-top: 2.2rem;
  }
}
.cta__link img {
  width: 100%;
}

.new-articles-block {
  padding-bottom: 8rem;
  padding-top: 6.4rem;
}
@media screen and (min-width: 1024px) {
  .new-articles-block {
    padding-bottom: 10rem;
    padding-top: 8rem;
  }
}
@media screen and (min-width: 1920px) {
  .new-articles-block {
    padding-bottom: 12rem;
    padding-top: 10.5rem;
  }
}

.new-articles {
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
}
@media screen and (min-width: 768px) {
  .new-articles {
    margin-left: initial;
    margin-right: initial;
    max-width: initial;
  }
}
.new-articles__title {
  display: inline-flex;
  flex-direction: column;
}
.new-articles__title-jp {
  align-items: center;
  color: #1a2c74;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .new-articles__title-jp {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .new-articles__title-jp {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .new-articles__title-jp {
    font-size: 2rem;
  }
}
.new-articles__title-jp::before {
  background: currentColor;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 0.1rem;
  margin-right: 1.3rem;
  width: 5.1rem;
}
@media screen and (min-width: 1024px) {
  .new-articles__title-jp::before {
    margin-right: 1.5rem;
    width: 6.5rem;
  }
}
@media screen and (min-width: 1920px) {
  .new-articles__title-jp::before {
    margin-right: 2rem;
    width: 8rem;
  }
}
.new-articles__title-en {
  display: inline-block;
  font-family: "dazzle-unicase", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  margin-top: 0.8rem;
}
@media screen and (min-width: 375px) {
  .new-articles__title-en {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 768px) {
  .new-articles__title-en {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .new-articles__title-en {
    font-size: 3.125vw;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1920px) {
  .new-articles__title-en {
    font-size: 6rem;
    margin-top: 1.3rem;
  }
}
.new-articles__title-en::first-letter {
  color: #3134a5;
}
.new-articles__main {
  margin-top: 4rem;
}
@media screen and (min-width: 1024px) {
  .new-articles__main {
    margin-top: 5.5rem;
  }
}
@media screen and (min-width: 1920px) {
  .new-articles__main {
    margin-top: 7.2rem;
  }
}
.new-articles__list {
  -ms-grid-columns: 100%;
  display: -ms-grid;
  display: grid;
  gap: 3rem;
  grid-template-columns: 100%;
}
@media screen and (min-width: 768px) {
  .new-articles__list {
    -ms-grid-columns: calc((100% - 3rem) / 2) 3rem calc((100% - 3rem) / 2);
    gap: 3rem;
    grid-template-columns: repeat(2, calc((100% - 3rem) / 2));
  }
}
@media screen and (min-width: 1024px) {
  .new-articles__list {
    -ms-grid-columns: (calc((100% - 6rem) / 3)) [3];
    grid-template-columns: repeat(3, calc((100% - 6rem) / 3));
  }
}
@media screen and (min-width: 1920px) {
  .new-articles__list {
    -ms-grid-columns: calc((100% - 11rem) / 3) 5.5rem calc((100% - 11rem) / 3)
      5.5rem calc((100% - 11rem) / 3);
    gap: 5.5rem;
    grid-template-columns: repeat(3, calc((100% - 11rem) / 3));
  }
}
@media screen and (min-width: 768px) {
  .new-articles__list--top {
    gap: 5rem 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .new-articles__list--top {
    gap: 6rem 3rem;
  }
}
@media screen and (min-width: 1920px) {
  .new-articles__list--top {
    gap: 11rem 5.5rem;
  }
}
.new-articles__item {
  border: 0.1rem solid #dddddd;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
}
.new-articles__link {
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
.new-articles__link:focus .new-articles__item-title,
.new-articles__link:hover .new-articles__item-title {
  text-decoration: underline;
}
.new-articles__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 3.3rem 2rem 2.6rem;
  position: relative;
}
@media screen and (min-width: 1300px) {
  .new-articles__body {
    padding: 3.3rem 3rem 2.6rem;
  }
}
@media screen and (min-width: 1920px) {
  .new-articles__body {
    padding: 3.3rem 4rem 2.8rem;
  }
}
.new-articles__item-title {
  margin-bottom: 2.9rem;
  color: #111111;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
}
@media screen and (min-width: 1024px) {
  .new-articles__item-title {
    margin-bottom: 3.3rem;
    line-height: 1.77777;
  }
}
@media screen and (min-width: 1920px) {
  .new-articles__item-title {
    margin-bottom: 3.6rem;
    font-size: 1.8rem;
  }
}
.new-articles__tag-wrapper {
  margin-top: auto;
}
.new-articles__tag-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.8rem;
  margin-top: -1.5rem;
}
@media screen and (min-width: 1024px) {
  .new-articles__tag-list {
    margin-left: -2.5rem;
  }
}
@media screen and (min-width: 1920px) {
  .new-articles__tag-list {
    margin-left: -2.3rem;
  }
}
.new-articles__tag-item {
  margin-left: 2.8rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .new-articles__tag-item {
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 1920px) {
  .new-articles__tag-item {
    margin-left: 2.3rem;
  }
}
.new-articles__tag {
  color: #9d9d9d;
  display: inline-block;
  font-size: 1.4rem;
}
@media screen and (min-width: 1920px) {
  .new-articles__tag {
    font-size: 1.6rem;
  }
}
.new-articles__time {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 1.9rem;
}
@media screen and (min-width: 1024px) {
  .new-articles__time {
    margin-top: 2.1rem;
  }
}
.new-articles__cat-wrapper {
  display: inline-block;
  left: -1rem;
  position: absolute;
  top: -1.8rem;
}
@media screen and (min-width: 1024px) {
  .new-articles__cat-wrapper {
    left: -1rem;
    top: -2rem;
  }
}
.new-articles__cat {
  background: #111111;
  color: #ffffff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  min-width: 15rem;
  padding: 1.4rem 1rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .new-articles__cat {
    padding: 1.3rem 1.5rem;
  }
}
.new-articles__cat::before {
  background: url(../img/common/icon/cat-shadow-icon.svg) no-repeat center
    center/cover;
  bottom: -1rem;
  content: "";
  display: inline-block;
  height: 4rem;
  left: 0;
  position: absolute;
  width: 1rem;
  z-index: -5;
}
.new-articles__img {
  aspect-ratio: 430/250;
}
@media screen and (min-width: 1024px) {
  .new-articles__img {
    aspect-ratio: 430/300;
  }
}
@media screen and (min-width: 1300px) {
  .new-articles__img {
    aspect-ratio: 430/250;
  }
}
.new-articles__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.new-articles__title-wrapper {
  display: contents;
}

@media screen and (max-width: 767px) {
  .article-wrapper .new-articles__list {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .article-wrapper .new-articles__item {
    align-items: flex-start;
    border-width: 0;
    box-shadow: none;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .article-wrapper .new-articles__link {
    align-items: flex-start;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .article-wrapper .new-articles__body {
    display: flex;
    flex-direction: column-reverse;
    flex-grow: 1;
    margin-left: 5.97014%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .article-wrapper .new-articles__item-title {
    margin-bottom: 0;
    margin-top: 0.3rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.625;
  }
}
@media screen and (max-width: 767px) {
  .article-wrapper .new-articles__tag-wrapper {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .article-wrapper .new-articles__title-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 374px) {
  .article-wrapper .new-articles__title-wrapper {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .article-wrapper .new-articles__time {
    margin-left: 1rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 374px) {
  .article-wrapper .new-articles__time {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .article-wrapper .new-articles__cat-wrapper {
    position: initial;
  }
}
@media screen and (max-width: 767px) {
  .article-wrapper .new-articles__cat {
    flex-shrink: 0;
    font-size: 1.2rem;
    min-width: 8rem;
    padding: 0.6rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .article-wrapper .new-articles__cat::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .article-wrapper .new-articles__img {
    aspect-ratio: 120/120;
    flex-shrink: 0;
    width: 35.82089%;
  }
}

.glass {
  align-items: center;
  background: #111111;
  border: 0.1rem solid #707070;
  display: flex;
  height: 4.5rem;
  justify-content: center;
  position: fixed;
  right: 8rem;
  top: 2rem;
  width: 4.5rem;
  z-index: 800;
}

@media screen and (min-width: 1024px) {
  .glass {
    height: 5rem;
    right: 9rem;
    width: 5rem;
  }
}
@media screen and (min-width: 1920px) {
  .glass {
    top: 3rem;
    right: 10rem;
    height: 6rem;
    width: 6rem;
  }
}
.glass__icon {
  display: inline-block;
  width: 2rem;
}
@media screen and (min-width: 1024px) {
  .glass__icon {
    width: 2.25rem;
  }
}
@media screen and (min-width: 1920px) {
  .glass__icon {
    width: 2.5rem;
  }
}
.glass__close {
  background: #ffffff;
  bottom: 0;
  display: none;
  height: 0.2rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
@media screen and (min-width: 1024px) {
  .glass__close {
    height: 0.225rem;
    width: 2.25rem;
  }
}
@media screen and (min-width: 1920px) {
  .glass__close {
    height: 0.25rem;
    width: 2.5rem;
  }
}
.glass__close::before,
.glass__close::after {
  background: #ffffff;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  transition: 0.3s ease;
  width: 100%;
}
.glass__close::before {
  top: -0.65rem;
}
@media screen and (min-width: 1024px) {
  .glass__close::before {
    top: -0.9rem;
  }
}
.glass__close::after {
  top: 0.65rem;
}
@media screen and (min-width: 1024px) {
  .glass__close::after {
    top: 0.9rem;
  }
}

.gsearch {
  background: #111111;
  color: #ffffff;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
}
.gsearch__wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  overflow: auto;
}
.gsearch__inner {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .gsearch__inner {
    max-width: 95vw;
  }
}
@media screen and (min-width: 1300px) {
  .gsearch__inner {
    max-width: 82vw;
  }
}
@media screen and (min-width: 1500px) {
  .gsearch__inner {
    max-width: 75vw;
  }
}
@media screen and (min-width: 1920px) {
  .gsearch__inner {
    height: initial;
    max-width: 144rem;
  }
}
.gsearch__form {
  padding: 10rem 1rem 7rem;
}
@media screen and (min-width: 768px) {
  .gsearch__form {
    padding: 10rem 3rem 7rem;
  }
}
@media screen and (min-width: 1024px) {
  .gsearch__form {
    padding: 11rem 5rem 10rem;
  }
}
.gsearch__top {
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .gsearch__top {
    padding-bottom: 5.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .gsearch__top {
    padding-bottom: 8rem;
  }
}
.gsearch__search {
  background: #ffffff;
  padding-right: 5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .gsearch__search {
    margin-left: auto;
    margin-right: auto;
    padding-right: 5.5rem;
    width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .gsearch__search {
    padding-right: 7rem;
    width: 65%;
  }
}
@media screen and (min-width: 1300px) {
  .gsearch__search {
    width: 63%;
  }
}
@media screen and (min-width: 1500px) {
  .gsearch__search {
    padding-right: 8rem;
    width: 61.54%;
  }
}
.gsearch__search input[type="search"] {
  border: none;
  color: #111111;
  font-size: 1.8rem;
  padding: 1.65rem 1.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .gsearch__search input[type="search"] {
    font-size: 2rem;
    padding: 1.65rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .gsearch__search input[type="search"] {
    font-size: 2.2rem;
    padding: 2rem 2rem;
  }
}
.gsearch__search button {
  -webkit-transform: translateY(-50%);
  background: transparent;
  border: none;
  display: inline-block;
  max-width: 100%;
  padding: 0;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.3rem;
}
@media screen and (min-width: 768px) {
  .gsearch__search button {
    width: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .gsearch__search button {
    right: 3rem;
  }
}
@media screen and (min-width: 1300px) {
  .gsearch__search button {
    right: 3.5rem;
  }
}
@media screen and (min-width: 1500px) {
  .gsearch__search button {
    right: 4rem;
  }
}
.gsearch__bottom {
  border-top: 0.1rem solid #707070;
  padding: 4.1rem 0 0;
}
@media screen and (min-width: 768px) {
  .gsearch__bottom {
    padding: 6.3rem 3rem 0;
  }
}
.gsearch__item:nth-of-type(n + 2) {
  margin-top: 4.2rem;
}
@media screen and (min-width: 1024px) {
  .gsearch__item:nth-of-type(n + 2) {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1920px) {
  .gsearch__item:nth-of-type(n + 2) {
    margin-top: 5.7rem;
  }
}
.gsearch__item-title-wrapper {
  align-items: center;
  display: inline-flex;
}
.gsearch__item-box {
  background: #ffffff;
  display: inline-block;
  flex-shrink: 0;
  height: 2.6rem;
  margin-right: 1.5rem;
  position: relative;
  width: 2.6rem;
}
.gsearch__item-box::after {
  -webkit-transform: rotate(-45deg);
  border-bottom: 0.4rem solid #3134a5;
  border-left: 0.4rem solid #3134a5;
  content: "";
  display: none;
  height: 0.7em;
  left: 0.55em;
  position: absolute;
  top: 0.85em;
  transform: rotate(-45deg);
  width: 1.5em;
}
@media screen and (min-width: 1024px) {
  .gsearch__item-box::after {
    left: 0.7em;
    top: 0.9em;
    width: 1.8em;
    height: 1em;
  }
}
@media screen and (min-width: 1024px) {
  .gsearch__item-box {
    height: 3.2rem;
    width: 3.2rem;
  }
}
.gsearch__item-box.is-checked::after {
  display: inline-block;
}
.gsearch__item-title {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 1920px) {
  .gsearch__item-title {
    font-size: 2.2rem;
  }
}
.gsearch__item-content {
  margin-top: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .gsearch__item-content {
    margin-left: 5rem;
  }
}
@media screen and (min-width: 1300px) {
  .gsearch__item-content {
    margin-left: 6rem;
  }
}
.gsearch__child-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-top: -1rem;
}
@media screen and (min-width: 1024px) {
  .gsearch__child-list {
    margin-left: -1.5rem;
    margin-top: -1.5rem;
  }
}
@media screen and (min-width: 1920px) {
  .gsearch__child-list {
    margin-left: -2rem;
    margin-top: -2rem;
  }
}
.gsearch__child-item {
  margin-left: 1rem;
  margin-top: 1rem;
}

.gsearch__child-item input {
  border: initial;
  border-radius: initial;
  padding: initial;
}

@media screen and (min-width: 1024px) {
  .gsearch__child-item {
    margin-left: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1920px) {
  .gsearch__child-item {
    margin-left: 2rem;
    margin-top: 2rem;
  }
}
.gsearch__child-item input:checked + .gsearch__child-link {
  background: #3134a5;
}
.gsearch__child-link {
  border: 0.2rem solid currentColor;
  color: #ffffff;
  display: inline-block;
  font-size: 1.6rem;
  padding: 1.1rem 1.5rem;
  transition: 0.3s ease;
}
@media screen and (min-width: 1920px) {
  .gsearch__child-link {
    font-size: 1.8rem;
  }
}
.gsearch__child-link:focus,
.gsearch__child-link:hover {
  background: #3134a5;
}
.gsearch__btn-list {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}
@media screen and (min-width: 768px) {
  .gsearch__btn-list {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .gsearch__btn-list {
    margin-top: 7rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1920px) {
  .gsearch__btn-list {
    margin-top: 8rem;
  }
}
.gsearch__btn-item {
  flex: 1 1 0;
  max-width: 35rem;
  width: 100%;
}
.gsearch__btn-item:nth-of-type(n + 2) {
  margin-left: 0.9rem;
}
@media screen and (min-width: 768px) {
  .gsearch__btn-item:nth-of-type(n + 2) {
    margin-left: 3rem;
  }
}
@media screen and (min-width: 1300px) {
  .gsearch__btn-item {
    max-width: 40rem;
  }
  .gsearch__btn-item:nth-of-type(n + 2) {
    margin-left: 4rem;
  }
}
.gsearch__btn {
  align-items: center;
  border-radius: 8.5rem;
  color: #ffffff;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  padding: 2.2rem 1rem;
  text-align: center;
  transition: 0.3s ease;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .gsearch__btn {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .gsearch__btn {
    font-size: 2rem;
    padding: 2.5rem 1.5rem;
  }
}
@media screen and (min-width: 1300px) {
  .gsearch__btn {
    font-size: 2.2rem;
    padding: 2.9rem 2rem;
  }
}
.gsearch__btn--clear {
  background: transparent;
  border: 0.1rem solid currentColor;
}
.gsearch__btn--clear:focus,
.gsearch__btn--clear:hover {
  background: #ffffff;
  border-color: transparent;
  color: #111111;
}
.gsearch__btn--search {
  background: #3134a5;
  border: 0.1rem solid transparent;
}
.gsearch__btn--search:focus,
.gsearch__btn--search:hover {
  background: #ffffff;
  border-color: currentColor;
  color: #3134a5;
}

.humburger {
  align-items: center;
  background: #111111;
  border: 0.1rem solid #707070;
  display: flex;
  height: 4.5rem;
  justify-content: center;
  position: fixed;
  right: 2rem;
  top: 2rem;
  width: 4.5rem;
  z-index: 800;
}
@media screen and (min-width: 1024px) {
  .humburger {
    height: 5rem;
    width: 5rem;
  }
}
@media screen and (min-width: 1920px) {
  .humburger {
    right: 3rem;
    top: 3rem;
    height: 6rem;
    width: 6rem;
  }
}
.humburger__line {
  background: #ffffff;
  bottom: 0;
  display: inline-block;
  height: 0.2rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
@media screen and (min-width: 1024px) {
  .humburger__line {
    height: 0.225rem;
    width: 2.25rem;
  }
}
@media screen and (min-width: 1920px) {
  .humburger__line {
    height: 0.25rem;
    width: 2.5rem;
  }
}
.humburger__line::before,
.humburger__line::after {
  background: #ffffff;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  transition: 0.3s ease;
  width: 100%;
}
.humburger__line::before {
  top: -0.65rem;
}
@media screen and (min-width: 1024px) {
  .humburger__line::before {
    top: -0.9rem;
  }
}
.humburger__line::after {
  top: 0.65rem;
  width: 1.375rem;
}
@media screen and (min-width: 1024px) {
  .humburger__line::after {
    top: 0.9rem;
    width: 1.875rem;
  }
}

.menu {
  background: #111111;
  color: #ffffff;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 600;
}
.menu__wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  overflow: auto;
}
.menu__inner {
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .menu__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 81.80555vw;
  }
}
@media screen and (min-width: 1300px) {
  .menu__inner {
    max-width: 70.61111vw;
  }
}
@media screen and (min-width: 1500px) {
  .menu__inner {
    max-width: 64.5833333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .menu__inner {
    height: initial;
    max-width: 124rem;
  }
}
.menu__content {
  padding: 10rem 1rem 7rem;
}
@media screen and (min-width: 768px) {
  .menu__content {
    align-items: flex-start;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .menu__content {
    padding: 10.3rem 3rem 10rem;
  }
}
@media screen and (min-width: 1300px) {
  .menu__content {
    padding: 13rem 3rem 10rem;
  }
}
.menu__left {
  padding-bottom: 8.2rem;
}
@media screen and (min-width: 768px) {
  .menu__left {
    flex-shrink: 0;
    padding-bottom: 0;
  }
}
.menu__list {
  -ms-grid-columns: 50% 0 50%;
  display: -ms-grid;
  display: grid;
  gap: 3.9rem 0;
  grid-template-columns: repeat(2, 50%);
}
@media screen and (min-width: 768px) {
  .menu__list {
    display: block;
  }
}
.menu__item {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .menu__item {
    text-align: left;
  }
  .menu__item:nth-of-type(n + 2) {
    margin-top: 5.2rem;
  }
}
.menu__item a {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .menu__item a {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .menu__item a {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1300px) {
  .menu__item a {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1920px) {
  .menu__item a {
    font-size: 2.8rem;
  }
}
.menu__link {
  display: inline-block;
  margin-top: 5.4rem;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .menu__link {
    margin-top: 8.5rem;
  }
}
.menu__img {
  max-width: 100%;
  width: 35rem;
}
@media screen and (min-width: 768px) {
  .menu__img {
    width: 28rem;
  }
}
@media screen and (min-width: 1024px) {
  .menu__img {
    width: 30rem;
  }
}
@media screen and (min-width: 1300px) {
  .menu__img {
    width: 35rem;
  }
}
@media screen and (min-width: 1920px) {
  .menu__img {
    width: 50rem;
  }
}
.menu__img img {
  width: 100%;
}
.menu__right {
  border-top: 0.1rem solid #707070;
  padding-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .menu__right {
    border-top-width: 0;
    margin-left: 7rem;
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .menu__right {
    max-width: 100%;
    width: 40rem;
  }
}
@media screen and (min-width: 1300px) {
  .menu__right {
    margin-left: 8rem;
    width: 48rem;
  }
}
@media screen and (min-width: 1920px) {
  .menu__right {
    margin-left: 11rem;
  }
}
.menu__filter-item:nth-of-type(n + 2) {
  margin-top: 4.6rem;
}
@media screen and (min-width: 768px) {
  .menu__filter-item:nth-of-type(n + 2) {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .menu__filter-item:nth-of-type(n + 2) {
    margin-top: 5.8rem;
  }
}
.menu__filter-item-title {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 3.7rem;
}
@media screen and (min-width: 768px) {
  .menu__filter-item-title {
    font-size: 1.8rem;
    margin-bottom: 3.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .menu__filter-item-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1300px) {
  .menu__filter-item-title {
    font-size: 2.2rem;
  }
}
.menu__filter-child-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3rem;
  margin-top: -2.5rem;
}
@media screen and (min-width: 768px) {
  .menu__filter-child-list {
    margin-top: -2rem;
  }
}
.menu__filter-child-item {
  margin-left: 3rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .menu__filter-child-item {
    margin-top: 2rem;
  }
}
.menu__filter-child-link {
  color: #ffffff;
  display: inline-block;
  font-size: 1.4rem;
}
.menu__filter-child-link:focus,
.menu__filter-child-link:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .menu__filter-child-link {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .menu__filter-child-link {
    font-size: 1.8rem;
  }
}

.breadcrumbs-wrapper .breadcrumbs span {
  color: #111111;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2rem;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .breadcrumbs-wrapper .breadcrumbs span {
    font-size: 1.4rem;
  }
}
.breadcrumbs-wrapper .breadcrumbs span a span {
  color: #3134a5;
  font-weight: 700;
}
.breadcrumbs-wrapper .breadcrumbs span a:focus,
.breadcrumbs-wrapper .breadcrumbs span a:hover {
  opacity: 0.7;
}
.breadcrumbs-wrapper .breadcrumbs span[property="itemListElement"] {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.breadcrumbs-wrapper
  .breadcrumbs
  span[property="itemListElement"]:nth-child(1) {
  margin-left: 0;
}

@media screen and (min-width: 1024px) {
  .breadcrumbs-wrapper--single {
    padding-top: 2rem;
  }
}

.pagenation-wrapper {
  margin-top: 5.3rem;
}
@media screen and (min-width: 768px) {
  .pagenation-wrapper {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .pagenation-wrapper {
    margin-top: 7.1rem;
  }
}
.pagenation-wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.pagenation-wrapper .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.pagenation-wrapper .pagination {
  display: flex;
  overflow-x: auto;
  width: 100%;
}
.pagenation-wrapper .nav-links {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.pagenation-wrapper .page-numbers {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: initial;
  background: initial;
  box-shadow: initial;
}
.pagination-wrapper .page-numbers:hover {
  color: initial;
  background: initial;
}
.pagenation-wrapper .page-numbers li:nth-of-type(n + 2) {
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .pagenation-wrapper .page-numbers li:nth-of-type(n + 2) {
    margin-left: 2rem;
  }
}
.pagenation-wrapper .page-numbers a,
.pagenation-wrapper .page-numbers span {
  align-items: center;
  background-color: #ffffff;
  border: 0.1rem solid currentColor;
  color: #1a2c74;
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
  height: 4rem;
  justify-content: center;
  transition: 0.3s ease;
  width: 4rem;
  line-height: 1;
  margin: 0;
  min-width: initial;
  box-sizing: border-box;
}
.pagenation-wrapper .page-numbers span.dots {
  align-items: end;
  border-width: 0;
}
.pagenation-wrapper .page-numbers span.dots:focus {
  background-color: transparent;
  color: #1a2c74;
  border-width: 0;
}
.pagenation-wrapper .page-numbers span.dots:hover {
  background-color: transparent;
  color: #1a2c74;
  border-width: 0;
}
.pagenation-wrapper .page-numbers a.prev,
.pagenation-wrapper .page-numbers a.next {
  border-width: 0;
  color: transparent;
  max-width: 100%;
  position: relative;
  width: 5rem;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .pagenation-wrapper .page-numbers a.prev,
  .pagenation-wrapper .page-numbers a.next {
    color: #1a2c74;
  }
}
.pagenation-wrapper .page-numbers a.prev:focus,
.pagenation-wrapper .page-numbers a.prev:hover,
.pagenation-wrapper .page-numbers a.next:focus,
.pagenation-wrapper .page-numbers a.next:hover {
  background: #ffffff;
  border-width: 0;
  color: transparent;
  opacity: 0.75;
}
@media screen and (min-width: 1024px) {
  .pagenation-wrapper .page-numbers a.prev,
  .pagenation-wrapper .page-numbers a.next {
    width: 17rem;
  }
  .pagenation-wrapper .page-numbers a.prev:focus,
  .pagenation-wrapper .page-numbers a.prev:hover,
  .pagenation-wrapper .page-numbers a.next:focus,
  .pagenation-wrapper .page-numbers a.next:hover {
    color: #1a2c74;
  }
}
.pagenation-wrapper .page-numbers a.prev::before,
.pagenation-wrapper .page-numbers a.next::before {
  -webkit-transform: translate(-50%, -50%);
  background: url(../img/common/icon/arrow-right-icon-blue.svg) no-repeat center
    center/cover;
  content: "";
  display: inline-block;
  height: 1.2rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.67rem;
}
@media screen and (min-width: 1024px) {
  .pagenation-wrapper .page-numbers a.prev::before,
  .pagenation-wrapper .page-numbers a.next::before {
    display: none;
  }
}
.pagenation-wrapper .page-numbers a.prev::after,
.pagenation-wrapper .page-numbers a.next::after {
  background: url(../img/common/icon/pagination-icon-sp.svg) no-repeat center
    center/cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .pagenation-wrapper .page-numbers a.prev::after,
  .pagenation-wrapper .page-numbers a.next::after {
    background: url(../img/common/icon/pagination-icon.svg) no-repeat center
      center/cover;
  }
}
.pagenation-wrapper .page-numbers a.prev {
  margin-right: 1rem;
}
.pagenation-wrapper .page-numbers a.prev::before {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
  transform: translate(-50%, -50%) scaleX(-1);
}
.pagenation-wrapper .page-numbers a.prev::after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media screen and (min-width: 1024px) {
  .pagenation-wrapper .page-numbers a.prev {
    margin-right: 3rem;
  }
}
.pagenation-wrapper .page-numbers a.next {
  margin-left: 1rem;
}
@media screen and (min-width: 1024px) {
  .pagenation-wrapper .page-numbers a.next {
    margin-left: 3rem;
  }
}
.pagenation-wrapper .page-numbers .current {
  background-color: #3134a5;
  border: 0.1rem solid #1a2c74;
  color: #ffffff;
  pointer-events: none;
}
.pagenation-wrapper .page-numbers a:focus,
.pagenation-wrapper .page-numbers a:hover,
.pagenation-wrapper .page-numbers span:focus,
.pagenation-wrapper .page-numbers span:hover {
  background-color: #3134a5;
  border: 0.1rem solid #3134a5;
  color: #ffffff;
}

.page-link-numbers {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.pagenation-wrapper .page-link-numbers li:nth-of-type(n + 2) {
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .pagenation-wrapper .page-link-numbers li:nth-of-type(n + 2) {
    margin-left: 2rem;
  }
}
.pagenation-wrapper .page-link-numbers li a {
  align-items: center;
  background-color: #ffffff;
  border: 0.1rem solid currentColor;
  color: #1a2c74;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  height: 4rem;
  justify-content: center;
  transition: 0.3s ease;
  width: 4rem;
}
.pagenation-wrapper .page-link-numbers li span {
  align-items: center;
  background-color: #ffffff;
  border: 0.1rem solid currentColor;
  color: #1a2c74;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  height: 4rem;
  justify-content: center;
  transition: 0.3s ease;
  width: 4rem;
}
.pagenation-wrapper .page-link-numbers .dots {
  align-items: end;
  border-width: 0;
}
.pagenation-wrapper .page-link-numbers .dots:focus {
  background-color: transparent;
  color: #1a2c74;
  border-width: 0;
}
.pagenation-wrapper .page-link-numbers .dots:hover {
  background-color: transparent;
  color: #1a2c74;
  border-width: 0;
}
.pagenation-wrapper .page-link-numbers .prev a,
.pagenation-wrapper .page-link-numbers .next a {
  border-width: 0;
  color: transparent;
  max-width: 100%;
  position: relative;
  width: 5rem;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .pagenation-wrapper .page-link-numbers .prev a,
  .pagenation-wrapper .page-link-numbers .next a {
    color: #1a2c74;
  }
}
.pagenation-wrapper .page-link-numbers .prev a:focus,
.pagenation-wrapper .page-link-numbers .prev a:hover,
.pagenation-wrapper .page-link-numbers .next a:focus,
.pagenation-wrapper .page-link-numbers .next a:hover {
  background: #ffffff;
  border-width: 0;
  color: transparent;
  opacity: 0.75;
}
@media screen and (min-width: 1024px) {
  .pagenation-wrapper .page-link-numbers .prev a,
  .pagenation-wrapper .page-link-numbers .next a {
    width: 17rem;
  }
  .pagenation-wrapper .page-link-numbers .prev a:focus,
  .pagenation-wrapper .page-link-numbers .prev a:hover,
  .pagenation-wrapper .page-link-numbers .next a:focus,
  .pagenation-wrapper .page-link-numbers .next a:hover {
    color: #1a2c74;
  }
}
.pagenation-wrapper .page-link-numbers .prev a::before,
.pagenation-wrapper .page-link-numbers .next a::before {
  -webkit-transform: translate(-50%, -50%);
  background: url(../img/common/icon/arrow-right-icon-blue.svg) no-repeat center
    center/cover;
  content: "";
  display: inline-block;
  height: 1.2rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.67rem;
}
@media screen and (min-width: 1024px) {
  .pagenation-wrapper .page-link-numbers .prev a::before,
  .pagenation-wrapper .page-link-numbers .next a::before {
    display: none;
  }
}
.pagenation-wrapper .page-link-numbers .prev a::after,
.pagenation-wrapper .page-link-numbers .next a::after {
  background: url(../img/common/icon/pagination-icon-sp.svg) no-repeat center
    center/cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .pagenation-wrapper .page-link-numbers .prev a::after,
  .pagenation-wrapper .page-link-numbers .next a::after {
    background: url(../img/common/icon/pagination-icon.svg) no-repeat center
      center/cover;
  }
}
.pagenation-wrapper .page-link-numbers .prev a {
  margin-right: 1rem;
}
.pagenation-wrapper .page-link-numbers .prev a::before {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
  transform: translate(-50%, -50%) scaleX(-1);
}
.pagenation-wrapper .page-link-numbers .prev a::after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media screen and (min-width: 1024px) {
  .pagenation-wrapper .page-link-numbers .prev a {
    margin-right: 3rem;
  }
}
.pagenation-wrapper .page-link-numbers .next a {
  margin-left: 1rem;
}
@media screen and (min-width: 1024px) {
  .pagenation-wrapper .page-link-numbers .next a {
    margin-left: 3rem;
  }
}
.pagenation-wrapper .page-link-numbers .current {
  background-color: #3134a5;
  border: 0.1rem solid #1a2c74;
  color: #ffffff;
  pointer-events: none;
}
.pagenation-wrapper .page-link-numbers a:focus,
.pagenation-wrapper .page-link-numbers a:hover,
.pagenation-wrapper .page-link-numbers span:focus,
.pagenation-wrapper .page-link-numbers span:hover {
  background-color: #3134a5;
  border: 0.1rem solid #3134a5;
  color: #ffffff;
}
/*# sourceMappingURL=sourcemaps/style.css.map */
