*,
*::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;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

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;
}

.archive__container, .news__container, .content-sidebar--top, .content-sidebar--single, .header__container {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1240px) {
  .archive__container, .news__container, .content-sidebar--top, .content-sidebar--single, .header__container {
    max-width: 96.7741935484vw;
  }
}
@media screen and (max-width: 768px) {
  .archive__container, .news__container, .content-sidebar--top, .content-sidebar--single, .header__container {
    max-width: 89.3333333333vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.archive__head, .news__title {
  font-size: 3rem;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1240px) {
  .archive__head, .news__title {
    font-size: 2.4193548387vw;
    margin-bottom: 2.4193548387vw;
  }
}
@media screen and (max-width: 768px) {
  .archive__head, .news__title {
    font-size: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
.sidebar__title {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding-bottom: 5px;
  border-bottom: 3px solid #ffb74c;
}
@media screen and (max-width: 1240px) {
  .sidebar__title {
    font-size: 1.6129032258vw;
    padding-bottom: 0.4032258065vw;
    border-bottom-width: 0.2419354839vw;
  }
}
@media screen and (max-width: 768px) {
  .sidebar__title {
    font-size: 4.8vw;
    padding-bottom: 1.3333333333vw;
    border-bottom-width: 0.8vw;
  }
}
.sidebar__title::before {
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 2.5em;
  height: 3px;
  background-color: #24936C;
  content: "";
}
@media screen and (max-width: 1240px) {
  .sidebar__title::before {
    bottom: -0.2419354839vw;
    height: 0.2419354839vw;
  }
}
@media screen and (max-width: 768px) {
  .sidebar__title::before {
    bottom: -0.8vw;
    height: 0.8vw;
  }
}
.archive__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 270px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3px;
  border-radius: 120px;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .archive__button {
    font-size: 4.2666666667vw;
    width: 72vw;
    height: 13.3333333333vw;
    border-radius: 32vw;
  }
}
.archive__button-icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .archive__button-icon {
    right: 2.6666666667vw;
    width: 8vw;
    height: 8vw;
  }
}
.archive__button-icon::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #000;
  content: "";
}
@media screen and (max-width: 768px) {
  .archive__button-icon::before {
    border-top-width: 1.8666666667vw;
    border-bottom-width: 1.8666666667vw;
    border-left-width: 2.4vw;
  }
}
.text--link {
  color: #0066cc;
}
.news__item-link, .sidebar-word__button, .text--link {
  cursor: pointer;
  transition: opacity 0.4s ease, text-decoration 0.4s ease;
}
.news__item-link:hover, .sidebar-word__button:hover, .text--link:hover {
  opacity: 0.6;
}

.archive__link {
  display: block;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
.archive__date, .news__item-date, .sidebar-archive__date {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1240px) {
  .archive__date, .news__item-date, .sidebar-archive__date {
    font-size: 1.1290322581vw;
  }
}
@media screen and (max-width: 768px) {
  .archive__date, .news__item-date, .sidebar-archive__date {
    font-size: 3.7333333333vw;
  }
}
.archive__category, .news__item-category--travel, .sidebar-archive__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
  height: 25px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  background-color: #24936C;
}
@media screen and (max-width: 1240px) {
  .archive__category, .news__item-category--travel, .sidebar-archive__category {
    font-size: 1.1290322581vw;
    height: 2.0161290323vw;
    padding-left: 1.2096774194vw;
    padding-right: 1.2096774194vw;
  }
}
@media screen and (max-width: 768px) {
  .archive__category, .news__item-category--travel, .sidebar-archive__category {
    font-size: 3.2vw;
    height: 6.6666666667vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.sidebar__tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -10px;
}
@media screen and (max-width: 1240px) {
  .sidebar__tags {
    margin-top: -0.8064516129vw;
    margin-left: -0.8064516129vw;
  }
}
@media screen and (max-width: 768px) {
  .sidebar__tags {
    margin-top: -1.3333333333vw;
    margin-left: -1.3333333333vw;
  }
}
.sidebar__tag {
  margin-top: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 1240px) {
  .sidebar__tag {
    margin-top: 0.8064516129vw;
    margin-left: 0.8064516129vw;
  }
}
@media screen and (max-width: 768px) {
  .sidebar__tag {
    margin-top: 1.3333333333vw;
    margin-left: 1.3333333333vw;
  }
}
.sidebar__tag-link {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 80px;
  border: 1px solid #24936C;
  border-color: #24936C;
  background-color: #edfcf6;
  color: #24936C;
}
@media screen and (max-width: 768px) {
  .sidebar__tag-link {
    font-size: 2.6666666667vw;
    height: 6.6666666667vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    border-radius: 21.3333333333vw;
  }
}
.sidebar__tag-link::before {
  display: inline-block;
  content: "#";
}
.archive__title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.625;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1240px) {
  .archive__title {
    font-size: 1.2903225806vw;
  }
}
@media screen and (max-width: 768px) {
  .archive__title {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  scrollbar-gutter: stable;
}
body.is-hamburger-active {
  overflow-y: hidden;
}

a {
  opacity: 1;
  transition: opacity 0.4s ease;
  color: #333;
}
a:hover {
  opacity: 0.6;
}

.main {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1240px) {
  .main {
    padding-top: 6.4516129032vw;
    padding-bottom: 8.064516129vw;
  }
}
@media screen and (max-width: 768px) {
  .main {
    padding-top: 16vw;
    padding-bottom: 26.6666666667vw;
  }
}

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

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

.content__item {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 100px;
}
.content__item .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text--link {
  text-decoration: underline;
}
.text--link:hover {
  text-decoration: underline transparent;
}

.header-hamburger__line::after, .header-hamburger__line::before {
  display: block;
  position: absolute;
  left: 0;
  transition: opacity 0.4s, transform 0.4s, top 0.4s;
  width: 8vw;
  height: 0.8vw;
  border-radius: 1.3333333333vw;
  background-color: #fff;
  content: "";
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
@media screen and (max-width: 1240px) {
  .header__container {
    height: 6.4516129032vw;
  }
}
@media screen and (max-width: 768px) {
  .header__container {
    max-width: 100%;
    height: 16vw;
    padding-left: 5.3333333333vw;
  }
}
.header__logo {
  width: 200px;
  height: 60px;
  background-color: #ffb74c;
}
@media screen and (max-width: 1240px) {
  .header__logo {
    width: 16.1290322581vw;
    height: 6.4516129032vw;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 40vw;
    height: 12vw;
  }
}
.header__content {
  display: flex;
  align-items: center;
}
.header-nav {
  margin-right: 40px;
}
@media screen and (max-width: 1240px) {
  .header-nav {
    margin-right: 3.2258064516vw;
  }
}
@media screen and (max-width: 768px) {
  .header-nav {
    display: none;
  }
}
.header-nav__list {
  display: flex;
}
.header-nav__link {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  height: 80px;
  padding-left: 40px;
  padding-right: 40px;
  transition: color 0.4s, opacity 0.4s;
}
@media screen and (max-width: 1240px) {
  .header-nav__link {
    font-size: 1.6129032258vw;
    height: 6.4516129032vw;
    padding-left: 3.2258064516vw;
    padding-right: 3.2258064516vw;
  }
}
.header-nav__link:hover {
  color: #24936C;
}
.header-nav__link::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(/assets/img/common/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  content: "";
}
@media screen and (max-width: 1240px) {
  .header-nav__link::before {
    width: 1.6129032258vw;
    height: 1.6129032258vw;
  }
}
.header__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  width: 180px;
  height: 60px;
  border-radius: 10px;
  color: #fff;
  background-color: #24936C;
}
@media screen and (max-width: 1240px) {
  .header__contact {
    font-size: 1.4516129032vw;
    width: 14.5161290323vw;
    height: 4.8387096774vw;
    border-radius: 0.8064516129vw;
  }
}
@media screen and (max-width: 768px) {
  .header__contact {
    display: none;
  }
}
.header-hamburger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16vw;
  height: 16vw;
  background-color: #24936C;
}
@media screen and (min-width: 769px) {
  .header-hamburger {
    display: none;
  }
}
.header-hamburger__line {
  display: block;
  position: absolute;
  top: 7.3333333333vw;
  left: 4vw;
  transition: background-color 0.4s;
  width: 8vw;
  height: 0.8vw;
  border-radius: 1.3333333333vw;
  background-color: #fff;
}
.header-hamburger__line::before {
  top: -2.6666666667vw;
}
.header-hamburger__line::after {
  top: 2.6666666667vw;
}
.header-hamburger.is-hamburger--active .header-hamburger__line {
  background-color: transparent;
}
.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);
}

@media screen and (min-width: 769px) {
  .hamburger {
    display: none;
  }
}
.hamburger__container {
  position: fixed;
  top: 16vw;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #24936C;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s, height 0.4s;
}
.hamburger-nav__list {
  padding: 13.3333333333vw 0 13.3333333333vw 10.6666666667vw;
}
.hamburger-nav__link {
  display: block;
  font-size: 4.8vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-top: 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
  padding-left: 2.6666666667vw;
  border-bottom: 0.5333333333vw solid #fff;
  color: #fff;
}
.hamburger.is-hamburger--active .hamburger__container {
  opacity: 1;
  height: calc(100vh - 16vw);
}

.footer__container {
  padding-top: 145px;
  padding-bottom: 20px;
  background-color: #ffb74c;
}
@media screen and (max-width: 768px) {
  .footer__container {
    padding-top: 13.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.footer__logo {
  width: 100px;
  margin: 0 auto 20px;
}
.footer__text {
  font-size: 2rem;
  text-align: center;
  color: #fff;
}
.footer__list {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .footer__list {
    flex-wrap: wrap;
    width: 89.3333333333vw;
    margin-top: 5.3333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer__item {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .footer__item + .footer__item {
    margin-left: 45px;
  }
}
.footer__link {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer__link {
    display: flex;
    justify-content: center;
    font-size: 3.7333333333vw;
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}
.footer__copy {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    margin-top: 4vw;
  }
}
.footer__copy small {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer__copy small {
    font-size: 3.2vw;
  }
}

.content-sidebar--single, .content-sidebar--top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .content-sidebar--single, .content-sidebar--top {
    display: block;
  }
}

.content-sidebar--top {
  margin-top: 100px;
}
@media screen and (max-width: 1240px) {
  .content-sidebar--top {
    margin-top: 8.064516129vw;
  }
}
@media screen and (max-width: 768px) {
  .content-sidebar--top {
    margin-top: 13.3333333333vw;
  }
}
.content-sidebar--single {
  margin-top: 50px;
}
@media screen and (max-width: 1240px) {
  .content-sidebar--single {
    margin-top: 4.0322580645vw;
  }
}
@media screen and (max-width: 768px) {
  .content-sidebar--single {
    margin-top: 5.3333333333vw;
  }
}
.content-sidebar__main {
  width: 66.6666666667%;
}
@media screen and (max-width: 768px) {
  .content-sidebar__main {
    width: 100%;
  }
}
.content-sidebar__side {
  width: 28.3333333333%;
}
@media screen and (max-width: 768px) {
  .content-sidebar__side {
    width: 100%;
    margin-top: 16vw;
  }
}

.sidebar__content + .sidebar__content {
  margin-top: 60px;
}
@media screen and (max-width: 1240px) {
  .sidebar__content + .sidebar__content {
    margin-top: 4.8387096774vw;
  }
}
@media screen and (max-width: 768px) {
  .sidebar__content + .sidebar__content {
    margin-top: 8vw;
  }
}
.sidebar__title {
  margin-bottom: 20px;
}
@media screen and (max-width: 1240px) {
  .sidebar__title {
    margin-bottom: 1.6129032258vw;
  }
}
@media screen and (max-width: 768px) {
  .sidebar__title {
    margin-bottom: 5.3333333333vw;
  }
}
.sidebar__item + .sidebar__item {
  margin-top: 30px;
}
@media screen and (max-width: 1240px) {
  .sidebar__item + .sidebar__item {
    margin-top: 2.4193548387vw;
  }
}
@media screen and (max-width: 768px) {
  .sidebar__item + .sidebar__item {
    margin-top: 4vw;
  }
}
.sidebar__subtitle {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 1240px) {
  .sidebar__subtitle {
    font-size: 1.2903225806vw;
    margin-bottom: 0.8064516129vw;
  }
}
@media screen and (max-width: 768px) {
  .sidebar__subtitle {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.sidebar-archive__item + .sidebar-archive__item {
  margin-top: 20px;
}
@media screen and (max-width: 1240px) {
  .sidebar-archive__item + .sidebar-archive__item {
    margin-top: 1.6129032258vw;
  }
}
@media screen and (max-width: 768px) {
  .sidebar-archive__item + .sidebar-archive__item {
    margin-top: 5.3333333333vw;
  }
}
.sidebar-archive__link {
  position: relative;
  display: block;
  min-height: 60px;
  padding-left: 45%;
}
@media screen and (max-width: 1240px) {
  .sidebar-archive__link {
    min-height: 4.8387096774vw;
  }
}
@media screen and (max-width: 768px) {
  .sidebar-archive__link {
    min-height: 16vw;
  }
}
.sidebar-archive__thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
}
.sidebar-archive__thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.sidebar-archive__date {
  font-size: 1.2rem;
}
@media screen and (max-width: 1240px) {
  .sidebar-archive__date {
    font-size: 0.9677419355vw;
  }
}
@media screen and (max-width: 768px) {
  .sidebar-archive__date {
    font-size: 3.2vw;
  }
}
.sidebar-archive__category {
  font-size: 1rem;
  height: 20px;
  margin-left: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 1240px) {
  .sidebar-archive__category {
    font-size: 0.8064516129vw;
    height: 1.6129032258vw;
    margin-left: 1.2096774194vw;
    padding-left: 0.8064516129vw;
    padding-right: 0.8064516129vw;
  }
}
@media screen and (max-width: 768px) {
  .sidebar-archive__category {
    font-size: 2.6666666667vw;
    height: 5.3333333333vw;
    margin-left: 4vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.sidebar-archive__title {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1240px) {
  .sidebar-archive__title {
    font-size: 1.1290322581vw;
    margin-top: 0.4032258065vw;
  }
}
@media screen and (max-width: 768px) {
  .sidebar-archive__title {
    font-size: 3.7333333333vw;
    margin-top: 1.3333333333vw;
  }
}
.sidebar-word__form {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.sidebar-word__input {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  width: 60%;
  height: 60px;
  padding: 10px 20px;
  border-radius: 10px;
  transition: border-color 0.4s;
  border: 2px solid #a1a1a1;
  background-color: #fff;
}
@media screen and (max-width: 1240px) {
  .sidebar-word__input {
    font-size: 1.2903225806vw;
    height: 4.8387096774vw;
    padding: 0.8064516129vw 1.6129032258vw;
    border-radius: 0.8064516129vw;
  }
}
@media screen and (max-width: 768px) {
  .sidebar-word__input {
    font-size: 3.7333333333vw;
    height: 10.6666666667vw;
    padding: 1.3333333333vw 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.sidebar-word__input:focus {
  border-color: #ffb74c;
}
.sidebar-word__button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  width: 35%;
  height: 60px;
  border-radius: 10px;
  background-color: #ffb74c;
  color: #fff;
}
@media screen and (max-width: 1240px) {
  .sidebar-word__button {
    font-size: 1.1290322581vw;
    height: 4.8387096774vw;
    border-radius: 0.8064516129vw;
  }
}
@media screen and (max-width: 768px) {
  .sidebar-word__button {
    font-size: 3.2vw;
    height: 10.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.sidebar__tags {
  width: 100%;
}
.sidebar__tag-link {
  font-size: 1.4rem;
  height: 30px;
  border-color: #ffb74c;
  background-color: #fff;
  color: #ffb74c;
}
@media screen and (max-width: 1240px) {
  .sidebar__tag-link {
    font-size: 1.1290322581vw;
    height: 2.4193548387vw;
  }
}
@media screen and (max-width: 768px) {
  .sidebar__tag-link {
    font-size: 3.2vw;
    height: 6.6666666667vw;
  }
}

.kv__container {
  position: relative;
}
.kv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  width: 69.4444444444%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .kv__title {
    width: 100%;
  }
}

.news__item-category--travel {
  padding-bottom: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 1240px) {
  .news__item-category--travel {
    padding-left: 1.6129032258vw;
    padding-right: 1.6129032258vw;
    margin-left: 1.6129032258vw;
  }
}
@media screen and (max-width: 768px) {
  .news__item-category--travel {
    padding-bottom: 0.2666666667vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    margin-left: 5.3333333333vw;
  }
}

.news__container {
  position: relative;
  max-width: 900px;
  padding-top: 100px;
}
@media screen and (max-width: 1240px) {
  .news__container {
    max-width: 72.5806451613vw;
    padding-top: 8.064516129vw;
  }
}
@media screen and (max-width: 768px) {
  .news__container {
    display: block;
    padding-top: 13.3333333333vw;
  }
}
.news__title {
  text-align: center;
  color: #24936C;
}
.news__list {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .news__list {
    margin-top: 5.3333333333vw;
  }
}
.news__item-link {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #24936C;
}
@media screen and (max-width: 1240px) {
  .news__item-link {
    padding-top: 1.6129032258vw;
    padding-bottom: 1.6129032258vw;
  }
}
@media screen and (max-width: 768px) {
  .news__item-link {
    display: block;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.news__item-meta {
  width: 21.5053763441%;
}
@media screen and (max-width: 768px) {
  .news__item-meta {
    display: flex;
    align-items: center;
    width: 100%;
  }
}
.news__item-category--travel {
  background-color: #24936C;
}
.news__item-content {
  width: 78.4946236559%;
}
@media screen and (max-width: 768px) {
  .news__item-content {
    width: 100%;
    margin-top: 3.3333333333vw;
  }
}
.news__item-title {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding-top: 2px;
  padding-right: 40px;
}
@media screen and (max-width: 1240px) {
  .news__item-title {
    font-size: 1.1290322581vw;
    padding-top: 0.1612903226vw;
    padding-right: 3.2258064516vw;
  }
}
@media screen and (max-width: 768px) {
  .news__item-title {
    font-size: 3.7333333333vw;
    padding-top: 0;
    padding-right: 5.3333333333vw;
  }
}
.news__action {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}
@media screen and (max-width: 1240px) {
  .news__action {
    font-size: 1.2903225806vw;
    margin-top: 2.0161290323vw;
  }
}
@media screen and (max-width: 768px) {
  .news__action {
    font-size: 3.7333333333vw;
    margin-top: 3.3333333333vw;
  }
}
.news__button {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #24936C;
  letter-spacing: 0.1em;
  padding-right: 35px;
}
@media screen and (max-width: 1240px) {
  .news__button {
    font-size: 1.2903225806vw;
    padding-right: 2.8225806452vw;
  }
}
@media screen and (max-width: 768px) {
  .news__button {
    font-size: 3.7333333333vw;
    padding-right: 4.6666666667vw;
  }
}
.news__button-icon {
  position: absolute;
  top: 55%;
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
  font-size: 2.2rem;
}
@media screen and (max-width: 1240px) {
  .news__button-icon {
    font-size: 1.7741935484vw;
  }
}

.archive__container {
  position: relative;
}
@media screen and (max-width: 768px) {
  .archive__container {
    display: block;
  }
}
.archive__head {
  color: #24936C;
}
.archive__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -40px;
}
@media screen and (max-width: 1240px) {
  .archive__list {
    margin-top: -3.2258064516vw;
  }
}
.archive__item {
  width: 47.5%;
  padding-top: 40px;
}
@media screen and (max-width: 1240px) {
  .archive__item {
    padding-top: 3.2258064516vw;
  }
}
@media screen and (max-width: 768px) {
  .archive__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .archive__item + .archive__item {
    margin-top: 8vw;
  }
}
.archive__meta {
  padding: 20px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.archive__category {
  margin-left: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .archive__category {
    margin-left: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.archive__button {
  margin-top: 60px;
}
@media screen and (max-width: 1240px) {
  .archive__button {
    margin-top: 4.8387096774vw;
  }
}
@media screen and (max-width: 768px) {
  .archive__button {
    margin-top: 16vw;
  }
}