@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

[hidden] {
  display: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

a {
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.news-detail__container, .breadcrumbs__container {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .news-detail__container, .breadcrumbs__container {
    max-width: 91.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .news-detail__container, .breadcrumbs__container {
    max-width: 89.3333333333vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.breadcrumbs__list + .breadcrumbs__list::before {
  font-size: 1.6rem;
  font-weight: 500;
  color: #366595;
}
@media screen and (max-width: 1200px) {
  .breadcrumbs__list + .breadcrumbs__list::before {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs__list + .breadcrumbs__list::before {
    font-size: 4.2666666667vw;
  }
}

.news-detail__return {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  width: 204px;
  height: 64px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3px;
  border-radius: 60px;
  border: 2px solid #366595;
  color: #366595;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .news-detail__return {
    font-size: 6.4vw;
    width: 54.4vw;
    height: 17.0666666667vw;
    margin-top: 16vw;
    padding-bottom: 0.8vw;
    border-width: 0.5333333333vw;
    border-radius: 16vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  scrollbar-gutter: stable;
}
body.is-hamburger-active {
  overflow-y: hidden;
}

a {
  opacity: 1;
  transition: opacity 0.4s;
}
a:hover {
  opacity: 0.6;
}

.main {
  padding-top: 80px;
  background-color: #ebf0f4;
}
@media screen and (max-width: 768px) {
  .main {
    padding-top: 16vw;
  }
}

@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}

.header__link-lesson, .header__link-taiken {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  height: 50px;
  border-radius: 25px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .header {
    height: 16vw;
    background-color: #366595;
  }
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .header__container {
    padding-left: 4vw;
  }
}
.header__logo {
  width: 238px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 62.9333333333vw;
    margin-left: 0;
  }
}
.header__info {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .header__info {
    margin-right: 0;
  }
}
.header__links {
  display: flex;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .header__links {
    display: none;
  }
}
.header__link-taiken {
  width: 156px;
  background-color: #366595;
  color: #fff;
}
.header__link-lesson {
  width: 100px;
  margin-left: 20px;
  background-color: #fff;
  border: 3px solid #366595;
  color: #366595;
}
.header__snss {
  display: flex;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .header__snss {
    display: none;
  }
}
.header__sns-insta {
  width: 26px;
  height: 30px;
}
.header__sns-insta-path {
  fill: #366595;
}
.header__sns-insta-rect {
  fill: #fff;
}
.header__sns-x {
  width: 30px;
  height: 30px;
}
.header__sns-x-path {
  fill: #366595;
}
.header__sns + .header__sns {
  margin-left: 20px;
}
.header__hamburger {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 60px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .header__hamburger {
    width: 16vw;
    height: 16vw;
  }
}
.header__hamburger-line {
  display: block;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 50px;
  height: 4px;
  border-radius: 5px;
  background-color: #366595;
  transition: background-color 0.4s;
}
@media screen and (max-width: 768px) {
  .header__hamburger-line {
    top: 7.3333333333vw;
    left: 4.6666666667vw;
    width: 6.9333333333vw;
    height: 1.0666666667vw;
    background-color: #fff;
  }
}
.header__hamburger-line::before {
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  width: 50px;
  height: 4px;
  border-radius: 5px;
  background-color: #366595;
  transition: transform 0.4s;
  content: "";
}
@media screen and (max-width: 768px) {
  .header__hamburger-line::before {
    top: -2.6666666667vw;
    width: 6.9333333333vw;
    height: 1.0666666667vw;
    background-color: #fff;
  }
}
.header__hamburger-line::after {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px;
  height: 4px;
  border-radius: 5px;
  background-color: #366595;
  transition: transform 0.4s;
  content: "";
}
@media screen and (max-width: 768px) {
  .header__hamburger-line::after {
    top: 2.6666666667vw;
    width: 6.9333333333vw;
    height: 1.0666666667vw;
    background-color: #fff;
  }
}
.header__hamburger-text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #366595;
}
@media screen and (max-width: 768px) {
  .header__hamburger-text {
    display: none;
  }
}
.header__hamburger.is-hamburger-active .header__hamburger-line {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .header__hamburger.is-hamburger-active .header__hamburger-line {
    background-color: #366595;
  }
}
.header__hamburger.is-hamburger-active .header__hamburger-line::before {
  top: 0;
  transform: rotate(45deg);
}
.header__hamburger.is-hamburger-active .header__hamburger-line::after {
  top: 0;
  transform: rotate(-45deg);
}

.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 101, 149, 0.8);
  overflow: auto;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
  background-image: url(/assets/img/common/hamburger_bg_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #366595;
}
@media screen and (max-width: 768px) {
  .hamburger {
    background-image: url(/assets/img/common/hamburger_bg_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.hamburger__head {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 1;
}
@media screen and (max-width: 1480px) {
  .hamburger__head {
    max-width: 97.2972972973vw;
    padding-left: 1.3513513514vw;
    padding-right: 1.3513513514vw;
  }
}
@media screen and (max-width: 768px) {
  .hamburger__head {
    max-width: 100%;
    padding-top: 0;
    padding-left: 4vw;
    padding-right: 0;
  }
}
.hamburger__head-logo {
  width: 236px;
}
@media screen and (max-width: 768px) {
  .hamburger__head-logo {
    width: 62.9333333333vw;
  }
}
.hamburger__head-close {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .hamburger__head-close {
    width: 16vw;
    height: 16vw;
  }
}
.hamburger__head-close-icon {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .hamburger__head-close-icon {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.hamburger__head-close-rect {
  width: 66px;
  height: 2px;
  fill: #fff;
}
.hamburger__info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .hamburger__info {
    display: block;
    width: 100%;
    padding-top: 26.6666666667vw;
    padding-left: 10.6666666667vw;
    padding-right: 5.3333333333vw;
    background-color: transparent;
  }
}
.hamburger__inner {
  position: relative;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .hamburger__inner {
    justify-content: space-between;
    padding-bottom: 40vw;
  }
}
@media screen and (max-width: 768px) {
  .hamburger__navs {
    width: 37.3333333333vw;
  }
}
.hamburger__navs + .hamburger__navs {
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .hamburger__navs + .hamburger__navs {
    margin-left: 0;
  }
}
.hamburger__nav-list + .hamburger__nav-list {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .hamburger__nav-list + .hamburger__nav-list {
    margin-top: 5.3333333333vw;
  }
}
.hamburger__nav-link {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .hamburger__nav-link {
    font-size: 4.2666666667vw;
  }
}
.hamburger__nav-childs {
  margin-top: 15px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .hamburger__nav-childs {
    margin-top: 5.3333333333vw;
    padding-left: 9.3333333333vw;
  }
}
.hamburger__nav-child + .hamburger__nav-child {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .hamburger__nav-child + .hamburger__nav-child {
    margin-top: 5.3333333333vw;
  }
}
.hamburger__nav-child-link {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 1.5em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .hamburger__nav-child-link {
    font-size: 3.7333333333vw;
  }
}
.hamburger__nav-child-link::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "ー";
}
.hamburger__buttons {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .hamburger__buttons {
    margin-top: 0;
    position: absolute;
    bottom: 16vw;
    left: -5.2vw;
    width: 89.6vw;
    display: flex;
    justify-content: space-between;
  }
}
.hamburger__button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  width: 196px;
  height: 54px;
  border-radius: 100px;
  color: #366595;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .hamburger__button {
    font-size: 4.2666666667vw;
    width: 43.4666666667vw;
    height: 13.3333333333vw;
    border-radius: 26.6666666667vw;
  }
}
.hamburger__button + .hamburger__button {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .hamburger__button + .hamburger__button {
    margin-top: 0;
  }
}
.hamburger__snss {
  position: absolute;
  bottom: 0;
  right: -140px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1480px) {
  .hamburger__snss {
    right: -9.4594594595vw;
  }
}
@media screen and (max-width: 768px) {
  .hamburger__snss {
    position: static;
    display: flex;
    flex-direction: row;
    margin-top: 5.3333333333vw;
  }
}
.hamburger__sns + .hamburger__sns {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .hamburger__sns + .hamburger__sns {
    margin-top: 0;
    margin-left: 5.3333333333vw;
  }
}
.hamburger__sns-insta {
  width: 26px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .hamburger__sns-insta {
    width: 6.9333333333vw;
    height: 8vw;
  }
}
.hamburger__sns-insta-path {
  fill: #fff;
}
.hamburger__sns-insta-rect {
  fill: #fff;
}
.hamburger__sns-x {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .hamburger__sns-x {
    width: 8vw;
    height: 8vw;
  }
}
.hamburger__sns-x-path {
  fill: #fff;
}
.hamburger.is-hamburger-active {
  opacity: 1;
  pointer-events: all;
}

.footer {
  background-color: #366595;
}
.footer__container {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 17px;
}
@media screen and (max-width: 1480px) {
  .footer__container {
    max-width: 97.2972972973vw;
    padding-top: 2.3648648649vw;
    padding-bottom: 1.1486486486vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__container {
    max-width: 89.3333333333vw;
    padding-top: 4vw;
    padding-bottom: 21.3333333333vw;
  }
}
.footer__inner {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 1480px) {
  .footer__inner {
    margin-bottom: 4.7297297297vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner {
    display: block;
  }
}
.footer__head {
  display: flex;
  margin-left: 20px;
  margin-right: 65px;
}
@media screen and (max-width: 1480px) {
  .footer__head {
    margin-left: 1.3513513514vw;
    margin-right: 4.3918918919vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__head {
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 4.6666666667vw;
  }
}
.footer__logo {
  width: 236px;
  margin-right: 50px;
}
@media screen and (max-width: 1480px) {
  .footer__logo {
    width: 15.9459459459vw;
    margin-right: 3.3783783784vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 62.9333333333vw;
    margin-right: 0;
  }
}
.footer__snss {
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer__snss {
    margin-top: -0.8vw;
  }
}
.footer__sns + .footer__sns {
  margin-left: 25px;
}
@media screen and (max-width: 1480px) {
  .footer__sns + .footer__sns {
    margin-left: 1.6891891892vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__sns + .footer__sns {
    margin-left: 4vw;
  }
}
.footer__sns-insta {
  width: 26px;
  height: 30px;
}
@media screen and (max-width: 1480px) {
  .footer__sns-insta {
    width: 1.7567567568vw;
    height: 2.027027027vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__sns-insta {
    width: 6.9333333333vw;
    height: 8vw;
  }
}
.footer__sns-insta-path {
  fill: #fff;
}
.footer__sns-insta-rect {
  fill: #fff;
}
.footer__sns-x {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1480px) {
  .footer__sns-x {
    width: 2.027027027vw;
    height: 2.027027027vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__sns-x {
    width: 6.9333333333vw;
    height: 8vw;
  }
}
.footer__sns-x-path {
  fill: #fff;
}
.footer__info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__info {
    flex-direction: column;
  }
}
.footer__info-texts {
  display: flex;
  align-items: center;
  margin-right: 80px;
}
@media screen and (max-width: 1480px) {
  .footer__info-texts {
    margin-right: 5.4054054054vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__info-texts {
    display: block;
    text-align: center;
    margin-bottom: 2.6666666667vw;
    margin-right: 0;
  }
}
.footer__info-text {
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 1480px) {
  .footer__info-text {
    font-size: 0.9459459459vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__info-text {
    font-size: 3.7333333333vw;
  }
}
.footer__info-text + .footer__info-text {
  margin-left: 45px;
}
@media screen and (max-width: 1480px) {
  .footer__info-text + .footer__info-text {
    margin-left: 3.0405405405vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__info-text + .footer__info-text {
    margin-top: 2.6666666667vw;
    margin-left: 0;
  }
}
.footer__info-text--large {
  font-size: 1.6rem;
}
@media screen and (max-width: 1480px) {
  .footer__info-text--large {
    font-size: 1.0810810811vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__info-text--large {
    font-size: 3.7333333333vw;
  }
}
.footer__info-text--min {
  font-size: 1.2rem;
}
@media screen and (max-width: 1480px) {
  .footer__info-text--min {
    font-size: 0.8108108108vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__info-text--min {
    font-size: 3.2vw;
  }
}
.footer__info-link {
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 1480px) {
  .footer__info-link {
    font-size: 0.8108108108vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__info-link {
    font-size: 3.2vw;
  }
}
.footer__copy {
  display: flex;
  justify-content: center;
}
.footer__copy-text {
  font-size: 1.2rem;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 1480px) {
  .footer__copy-text {
    font-size: 0.8108108108vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__copy-text {
    font-size: 3.2vw;
  }
}

.fixed-footer__button-lesson, .fixed-footer__button-taiken {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.2666666667vw;
  font-weight: 500;
  letter-spacing: 0.04em;
  height: 14.6666666667vw;
  border-radius: 5.3333333333vw 5.3333333333vw 0 0;
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}
@media screen and (min-width: 769px) {
  .fixed-footer {
    display: none;
  }
}
.fixed-footer__items {
  display: flex;
  justify-content: space-between;
}
.fixed-footer__item {
  width: 50%;
}
.fixed-footer__button-taiken {
  background-color: #366595;
  color: #fff;
}
.fixed-footer__button-lesson {
  border: 0.5333333333vw solid #366595;
  background-color: #fff;
  color: #366595;
}
.fixed-footer.is-fixed-footer-active {
  opacity: 1;
  pointer-events: all;
}

.js-accordion-content {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}
.js-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.js-fade-active {
  opacity: 1;
  transform: translateY(0);
}

.breadcrumbs__text, .breadcrumbs__link {
  font-size: 1.6rem;
  font-weight: 500;
  color: #366595;
}
@media screen and (max-width: 768px) {
  .breadcrumbs__text, .breadcrumbs__link {
    font-size: 4.2666666667vw;
  }
}

.breadcrumbs__container {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs__container {
    padding-top: 3.3333333333vw;
  }
}
.breadcrumbs__lists {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .breadcrumbs__lists {
    white-space: nowrap;
    overflow-x: auto;
  }
}
.breadcrumbs__list {
  position: relative;
}
.breadcrumbs__list + .breadcrumbs__list {
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs__list + .breadcrumbs__list {
    margin-left: 6.6666666667vw;
  }
}
.breadcrumbs__list + .breadcrumbs__list::before {
  display: block;
  position: absolute;
  top: 40%;
  left: -16px;
  transform: translateY(-50%);
  content: ">";
}
@media screen and (max-width: 768px) {
  .breadcrumbs__list + .breadcrumbs__list::before {
    left: -4.2666666667vw;
  }
}
.breadcrumbs__text {
  color: #000;
}
@media screen and (max-width: 768px) {
  .breadcrumbs__text {
    width: 46.6666666667vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
}

.news-detail__container {
  max-width: 900px;
  padding-top: 60px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1200px) {
  .news-detail__container {
    max-width: 75vw;
  }
}
@media screen and (max-width: 768px) {
  .news-detail__container {
    max-width: 89.3333333333vw;
    padding-top: 12vw;
    padding-bottom: 26.6666666667vw;
  }
}
.news-detail__time {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .news-detail__time {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.news-detail__title {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.0909090909;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .news-detail__title {
    font-size: 5.8666666667vw;
    margin-bottom: 8vw;
  }
}
.news-detail__inner {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .news-detail__inner {
    margin-top: 5.3333333333vw;
  }
}
.news-detail__text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .news-detail__text {
    font-size: 4.2666666667vw;
  }
}
.news-detail__text + .detail__text {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .news-detail__text + .detail__text {
    margin-top: 5.3333333333vw;
  }
}
.news-detail__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  height: 63px;
  margin-top: 30px;
  padding-left: 25px;
  padding-right: 60px;
  border-radius: 200px;
  border: 1px solid #366595;
  background-color: #fff;
  color: #366595;
}
@media screen and (max-width: 768px) {
  .news-detail__button {
    font-size: 4.2666666667vw;
    height: 16.8vw;
    margin-top: 8vw;
    padding-right: 16vw;
    border-radius: 53.3333333333vw;
    border-width: 0.2666666667vw;
  }
}
.news-detail__button-arrows {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .news-detail__button-arrows {
    right: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .news-detail__button-arrows {
    right: 7.2vw;
  }
}
.news-detail__button-arrow {
  width: 13px;
  height: 22px;
}
@media screen and (max-width: 1200px) {
  .news-detail__button-arrow {
    width: 1.0833333333vw;
    height: 1.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .news-detail__button-arrow {
    width: 3.4666666667vw;
    height: 5.8666666667vw;
  }
}
.news-detail__button-arrow-path {
  stroke: #366595;
}
.news-detail__pagination {
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .news-detail__pagination {
    margin-top: 16vw;
  }
}

.pagination__next, .pagination__prev {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.3333;
  color: #000;
}
@media screen and (max-width: 768px) {
  .pagination__next, .pagination__prev {
    font-size: 4.8vw;
  }
}

.pagination__arrow-icon, .pagination__arrow-next, .pagination__arrow {
  width: 20px;
  height: 21px;
}
@media screen and (max-width: 768px) {
  .pagination__arrow-icon, .pagination__arrow-next, .pagination__arrow {
    width: 5.3333333333vw;
    height: 5.4666666667vw;
  }
}

.pagination__next {
  margin-left: auto;
}
.pagination__next .pagination__more {
  justify-content: flex-end;
}
.pagination__more {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .pagination__more {
    margin-bottom: 1.3333333333vw;
  }
}
.pagination__arrow {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .pagination__arrow {
    margin-right: 2.6666666667vw;
  }
}
.pagination__arrow-next {
  transform: scale(-1, 1);
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .pagination__arrow-next {
    margin-left: 2.6666666667vw;
  }
}
.pagination__arrow-path-01, .pagination__arrow-path-02 {
  stroke: #000;
}
.pagination__text {
  font-size: 1.2rem;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 150px;
}
@media screen and (max-width: 768px) {
  .pagination__text {
    font-size: 3.2vw;
    width: 40vw;
  }
}