@charset "UTF-8";
/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  height: inherit;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

.contact input[type=submit],
.contact input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}
.contact input[type=submit]::-webkit-search-decoration,
.contact input[type=button]::-webkit-search-decoration {
  display: none;
}

/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
@media (max-width: 1100px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #666666;
  line-height: 1.5;
  background-color: #FDFDFD;
}

body.no-scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

.about-contact-layout {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .about-contact-layout {
    margin-top: 5rem;
  }
}

.breadcrumb.breadcrumb-layout {
  margin-top: 11.875rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb.breadcrumb-layout {
    margin-top: 5rem;
  }
}

.confirm-layout {
  margin-top: 3.125rem;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .confirm-layout {
    margin-top: 1.25rem;
    margin-bottom: 5rem;
  }
}

.contact-footer-layout {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .contact-footer-layout {
    margin-top: 5rem;
  }
}

.header-layout {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.inner {
  max-width: 1140px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
    max-width: 600px;
  }
}

.news-contact-layout {
  margin-top: 7.75rem;
}
@media screen and (max-width: 767px) {
  .news-contact-layout {
    margin-top: 4rem;
  }
}

.reviews-contact-layout {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .reviews-contact-layout {
    margin-top: 3.75rem;
  }
}

.reviews-post-contact-layout {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .reviews-post-contact-layout {
    margin-top: 5rem;
  }
}

.reviews-post-layout {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .reviews-post-layout {
    margin-top: 1.25rem;
  }
}

.schedule-contact-layout {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .schedule-contact-layout {
    margin-top: 5rem;
  }
}

.schedule-contents-layout {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .schedule-contents-layout {
    margin-top: 3.125rem;
  }
}

.shared-content-layout {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .shared-content-layout {
    margin-top: 1rem;
  }
}

.single-contact-layout {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .single-contact-layout {
    margin-top: 5rem;
  }
}

.single-layout {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .single-layout {
    margin-top: 1.25rem;
  }
}

.sub-404-layout {
  margin-top: 14.375rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .sub-404-layout {
    margin-top: 7.5rem;
    margin-bottom: 3.125rem;
  }
}

.sub-about-access-layout {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .sub-about-access-layout {
    margin-top: 5.1875rem;
  }
}

.sub-about-company-layout {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .sub-about-company-layout {
    margin-top: 5rem;
  }
}

.sub-about-philosophy-layout {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .sub-about-philosophy-layout {
    margin-top: 5rem;
  }
}

.sub-complete-layout {
  margin-top: 3.125rem;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .sub-complete-layout {
    margin-top: 3.75rem;
    margin-bottom: 5rem;
  }
}

.sub-contact-layout {
  margin-top: 3.125rem;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .sub-contact-layout {
    margin-top: 1.25rem;
    margin-bottom: 5rem;
  }
}

.sub-mv-layout {
  margin-top: min(14.75rem, 16.3888888889vw);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .sub-mv-layout {
    margin-top: 6.875rem;
  }
}

.sub-news-layout {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .sub-news-layout {
    margin-top: 1.25rem;
  }
}

.sub-reviews-layout {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .sub-reviews-layout {
    margin-top: 1.25rem;
  }
}

.sub-schedule-layout {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .sub-schedule-layout {
    margin-top: 1rem;
  }
}

.top-about-layout {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .top-about-layout {
    margin-top: 1.25rem;
  }
}

.top-news-layout {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .top-news-layout {
    margin-top: 5rem;
  }
}

.top-schedule-layout {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .top-schedule-layout {
    margin-top: 4.1875rem;
  }
}

.about-section-subtitle {
  color: #001e63;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .about-section-subtitle {
    font-size: 0.75rem;
  }
}

.about-section-title {
  color: #666666;
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
}
.about-section-title span {
  position: relative;
}
.about-section-title span:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 1.25rem);
  width: 3.75rem;
  height: 0.125rem;
  background-color: #666666;
}
@media screen and (max-width: 767px) {
  .about-section-title span:after {
    left: calc(100% + 0.625rem);
  }
}
@media screen and (max-width: 767px) {
  .about-section-title {
    font-size: 1.625rem;
  }
}

.common-aside {
  width: 23.9090909091%;
}
@media screen and (max-width: 767px) {
  .common-aside {
    width: 100%;
    margin-left: 0.875rem;
  }
}
.common-aside .common-aside__tags {
  padding-left: 1rem;
  position: sticky;
  top: 13.75rem;
}
@media screen and (max-width: 767px) {
  .common-aside .common-aside__tags {
    padding-left: 0;
  }
}

.common-aside__tags {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .common-aside__tags {
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    row-gap: 0.9375rem;
    max-width: 83.3898305085%;
  }
}

.common-aside__tag {
  color: #a9a9a9;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  animation-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .common-aside__tag {
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
}
.common-aside__tag:not(:first-of-type) {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .common-aside__tag:not(:first-of-type) {
    margin-top: 0;
  }
}
.common-aside__tag.common-aside__tags--click {
  color: #666666;
  position: relative;
}
.common-aside__tag.common-aside__tags--click::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #001e63;
  top: 50%;
  transform: translateY(-50%);
  left: -0.875rem;
}

.common-btn {
  display: flex;
  justify-content: flex-end;
}
.common-btn__item {
  color: #00A9E3;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.6875rem 0;
  transition: all 0.3s;
}
.common-btn__item:hover {
  opacity: 1;
}
.common-btn__item.common-btn__item--border {
  border-radius: 0.25rem;
  border: 1px solid #00A9E3;
}
.common-btn__item.common-btn__item--bb span {
  position: relative;
}
.common-btn__item.common-btn__item--bb span::before {
  position: absolute;
  content: "";
  bottom: -0.25rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #00A9E3;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.common-btn__item.common-btn__item--bb:hover.common-btn__item--bb span::before {
  transform: scale(1, 1);
}
.common-btn__item.common-btn__item--arrow span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
.common-btn__item.common-btn__item--arrow span::after {
  position: relative;
  content: "";
  width: 0.3125rem;
  height: 0.5625rem;
  background: url(../images/button-arrow.svg) no-repeat center center/cover;
  transition: 0.3s;
}
.common-btn__item.common-btn__item--arrow:hover.common-btn__item--arrow span::after {
  transform: translateX(5px);
}

.common-category {
  color: #666666;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.4545454545;
  padding: 0.25rem 1.125rem 0.25rem;
  background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
  .common-category {
    font-size: 0.625rem;
    line-height: 1.4;
    padding: 0.3125rem 0.9375rem;
  }
}
.common-category.common-category--bg-white {
  background-color: #FDFDFD;
}

.common-date {
  color: #a9a9a9;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4166666667;
}
@media screen and (max-width: 767px) {
  .common-date {
    font-size: 0.625rem;
    line-height: 1.4;
  }
}

.common-title {
  color: #a3a3a3;
  font-family: "Oswald", sans-serif;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 1.4857142857;
}
.common-title::first-letter {
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .common-title {
    font-size: 2.375rem;
    line-height: 1.4736842105;
  }
}
.common-title.common-title--small {
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .common-title.common-title--small {
    font-size: 1.625rem;
    line-height: 1.2692307692;
  }
}

.prev-btn {
  display: flex;
  justify-content: center;
}
.prev-btn__item {
  color: #00A9E3;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.75rem;
  transition: all 0.3s;
}
.prev-btn__item:hover {
  opacity: 1;
}
.prev-btn__item.prev-btn__item--border {
  border-radius: 0.25rem;
  border: 1px solid #00A9E3;
}
.prev-btn__item.prev-btn__item--prev span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
.prev-btn__item.prev-btn__item--prev span::before {
  position: relative;
  content: "";
  width: 0.3125rem;
  height: 0.5625rem;
  background: url(../images/icon-prev.svg) no-repeat center center/cover;
  transition: 0.3s;
}
.prev-btn__item.prev-btn__item--prev:hover.prev-btn__item--prev span::before {
  transform: translateX(-5px);
}

.all-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main {
  flex: 1;
}

.breadcrumb {
  margin-top: 0.625rem;
  padding: 0 3.75rem;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0.625rem;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-top: 0;
    padding: 0;
    gap: 0;
  }
}
.breadcrumb span {
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.2;
  padding: 0.625rem 0;
}
@media screen and (max-width: 767px) {
  .breadcrumb span {
    font-size: 0.625rem;
  }
}
.breadcrumb span a span {
  color: #a9a9a9;
}
.breadcrumb span span {
  color: #242424;
  padding: 0.625rem 0;
}
@media screen and (max-width: 767px) {
  .breadcrumb span span {
    padding: 0.625rem;
  }
}
.breadcrumb .breadcrumb__border {
  width: 1.25rem;
  height: 1px;
  background-color: #a9a9a9;
}

.sub-complete__inner {
  max-width: 42.5rem;
}
@media screen and (max-width: 767px) {
  .sub-complete__inner {
    max-width: 37.5rem;
  }
}

.sub-complete__title {
  color: #666666;
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.475;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .sub-complete__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.sub-complete__text {
  margin-top: 1.25rem;
  color: #666666;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .sub-complete__text {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.sub-complete__subtext {
  margin-top: 2.5rem;
  color: #666666;
  font-size: 1rem;
  line-height: 2.375;
}
@media screen and (max-width: 767px) {
  .sub-complete__subtext {
    margin-top: 1.875rem;
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
}

.sub-complete__btn-wrap {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

.sub-complete__btn {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  padding: 1.25rem;
  background-color: #00A9E3;
  width: 28.75rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
  transition: 0.3s;
  border: none;
}
@media screen and (max-width: 767px) {
  .sub-complete__btn {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    padding: 0.71875rem;
    width: 17.1875rem;
  }
}
.sub-complete__btn:hover {
  opacity: 1;
}
.sub-complete__btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
.sub-complete__btn span::before {
  position: relative;
  content: "";
  width: 0.3125rem;
  height: 0.5625rem;
  background: url(../images/icon-prev-white.svg) no-repeat center center/cover;
  transition: 0.3s;
}
.sub-complete__btn:hover.sub-complete__btn span::before {
  transform: translateX(-5px);
}

.confirm__inner {
  max-width: 47.5rem;
}
@media screen and (max-width: 767px) {
  .confirm__inner {
    max-width: 37.5rem;
  }
}

.confirm__text {
  color: #666666;
  font-size: 1rem;
  line-height: 1.4375;
}
@media screen and (max-width: 767px) {
  .confirm__text {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.confirm__items {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .confirm__items {
    margin-top: 2.5rem;
  }
}

.confirm__item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .confirm__item {
    display: block;
  }
}
.confirm__item:not(:first-of-type) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .confirm__item:not(:first-of-type) {
    margin-top: 1.875rem;
  }
}
.confirm__item sup {
  color: #e20000;
  vertical-align: top;
  position: relative;
  top: 0.1em;
}

.confirm__term {
  width: 28.2352941176%;
  color: #666666;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4666666667;
}
@media screen and (max-width: 767px) {
  .confirm__term {
    width: 100%;
  }
}

.confirm__description {
  flex: 1;
  color: #000;
  color: #666666;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .confirm__description {
    margin-top: 0.625rem;
    width: 100%;
  }
}
.confirm__description.confirm__description--lh {
  line-height: 2.2857142857;
}

.confirm__button-wrap {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .confirm__button-wrap {
    gap: 1.4375rem;
  }
}

.confirm__button {
  width: 17.5rem;
  padding: 1.1875rem;
  color: #00A9E3;
  background-color: #ffffff;
  border: 0.125rem solid #00A9E3;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .confirm__button {
    width: 9.4375rem;
    padding: 0.59375rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.confirm__button:hover {
  opacity: 0.7;
  cursor: pointer;
}
.confirm__button.confirm__button--color {
  color: #ffffff;
  background-color: #00A9E3;
}

.contact {
  overflow: hidden;
  background-color: #FDFDFD;
  padding-block: 3.75rem;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-block: 0;
  }
}

.contact__flex {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .contact__flex {
    flex-direction: column;
  }
}

.contact__container {
  width: 41.095890411%;
  background-color: #FDFDFD;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .contact__container {
    width: 100%;
    padding: 1.25rem 1.25rem 5rem;
    align-items: center;
  }
}

.contact__content {
  margin-left: 0.25rem;
}
@media screen and (max-width: 767px) {
  .contact__content {
    margin-left: 0;
    text-align: center;
  }
}

.contact__text {
  color: #00A9E3;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  max-width: 17.1875rem;
}
@media screen and (max-width: 767px) {
  .contact__text {
    font-size: 0.875rem;
    line-height: 2;
    max-width: 13.4375rem;
    margin-left: 0.1875rem;
  }
}

.contact__item:first-of-type {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .contact__item:first-of-type {
    margin-top: 2rem;
  }
}
.contact__item:nth-of-type(2) {
  margin-top: 1.25rem;
}

.contact__link {
  color: #00A9E3;
  font-size: 1.375rem;
  line-height: 1.4545454545;
  width: 14.6875rem;
  max-width: 100%;
  padding: 1.0625rem 0.625rem;
  border: 1px solid #00A9E3;
  border-radius: 0.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.9375rem;
  position: relative;
  transition: ease 0.2s;
}
@media screen and (max-width: 767px) {
  .contact__link {
    max-width: 14.1875rem;
    font-size: 1rem;
    line-height: 1.4375;
    padding: 1.09375rem 1.40625rem;
    width: 14.1875rem;
    gap: 0.625rem;
  }
}
.contact__link:hover {
  opacity: 1;
}
.contact__link i,
.contact__link span {
  position: relative;
  z-index: 3;
}
.contact__link:hover span, .contact__link:hover i {
  color: #ffffff;
  opacity: 1;
}
.contact__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #00A9E3;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.contact__link:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.contact__time {
  color: #00A9E3;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  max-width: 17.1875rem;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .contact__time {
    margin-top: 0.625rem;
    max-width: 13.8125rem;
    font-size: 0.75rem;
    line-height: 1.4166666667;
    margin-left: 0.1875rem;
  }
}

.contact__img {
  height: 27.875rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .contact__img {
    height: 25rem;
    flex: 0;
    text-align: center;
  }
}
.contact__img .acf-map {
  width: 100%;
  height: 100%;
  border-radius: 3.125rem;
}
@media screen and (max-width: 767px) {
  .contact__img .acf-map {
    max-width: 640px;
    height: 25rem;
    border-radius: 0;
    margin-bottom: 1.25rem;
  }
}

.footer {
  background-color: #001135;
  background: linear-gradient(217deg, rgba(17, 188, 210, 0.8), rgba(17, 188, 210, 0) 70.71%), linear-gradient(127deg, rgba(161, 231, 250, 0.8), rgba(161, 231, 250, 0) 70.71%), linear-gradient(336deg, rgba(163, 233, 248, 0.8), rgba(163, 233, 248, 0) 70.71%);
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 1.875rem;
  }
}

.footer__inner {
  max-width: 75.625rem;
  width: 100%;
  padding: 0 0 0 3.4375rem;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 0 1.25rem;
    max-width: 37.5rem;
  }
}

.footer__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__container {
    flex-direction: column-reverse;
    align-items: start;
  }
}

.footer__item {
  display: flex;
  gap: 2.25rem;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .footer__item {
    flex-direction: column;
    gap: 2.5rem;
    padding-left: 1.875rem;
    margin-top: 0;
  }
}

.footer__logo {
  max-width: 10.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    max-width: 7.125rem;
  }
}
.footer__logo a {
  display: block;
}
.footer__logo img {
  width: 100%;
  aspect-ratio: 258/180;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .footer__logo img {
    aspect-ratio: 114/80;
  }
}

.footer__sns {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .footer__sns {
    margin-top: 0;
  }
}

.footer__sns__items {
  display: flex;
}

@media screen and (max-width: 767px) {
  .footer__sns__item:first-of-type a {
    padding-left: 0;
  }
}
.footer__sns__item a {
  padding: 0.625rem;
  display: block;
}
.footer__sns__item .fa-brands {
  display: block;
}
.footer__sns__item .fa-brands::before {
  color: #ffffff;
  font-size: 1.625rem;
}

.footer__nav {
  padding: 3.3125rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    padding: 3.125rem 0;
  }
}

.footer__nav__item a {
  padding: 0.625rem 1.625rem 0.625rem 3.125rem;
  display: block;
  font-size: 1rem;
  line-height: 1.1875;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__nav__item a {
    padding: 0.75rem 1.875rem;
    font-size: 0.875rem;
    line-height: 1.1428571429;
  }
}

.footer__copyright-wrap {
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .footer__copyright-wrap {
    margin-top: 2rem;
    margin-left: 1.875rem;
  }
}

.footer__copyright {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1.1666666667;
}

.drawer {
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  transition: 0.6s;
  z-index: 999;
}

.drawer__logo {
  max-width: 7.125rem;
  width: 100%;
}
.drawer__logo a {
  display: block;
  height: inherit;
}
.drawer__logo img {
  width: 100%;
  aspect-ratio: 114/80;
  -o-object-fit: contain;
     object-fit: contain;
}

.drawer-nav {
  padding: 5rem 3.125rem 9.375rem;
  margin-inline: auto;
  max-width: 500px;
  opacity: 0;
}
.drawer-nav.is-open {
  animation-name: fadeInAnime;
  animation-duration: 0.8s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}

.drawer-nav__item a {
  padding: 0.71875rem 0;
  display: block;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  text-transform: uppercase;
  border-bottom: 0.0625rem solid #FAF4E6;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}
.drawer-nav__item a:hover {
  opacity: 0.7;
}
.drawer-nav__item:first-child a {
  border-top: 0.0625rem solid #FAF4E6;
}
.drawer-nav__item.drawer-nav__item--japanese a {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.drawer-nav__sns {
  margin-top: 2.5rem;
}

.drawer-sns__items {
  display: flex;
}

.drawer-sns__item a {
  padding: 0.625rem;
  display: block;
}
.drawer-sns__item a:hover {
  opacity: 0.7;
}
.drawer-sns__item:first-of-type a {
  padding-left: 0;
}
.drawer-sns__item .fa-brands {
  display: block;
}
.drawer-sns__item .fa-brands::before {
  color: #ffffff;
  font-size: 1.375rem;
}

.drawer__bg {
  position: fixed;
  z-index: -1;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  background-color: #4BCADC;
  transform: scale(0);
  right: -3.125rem;
  bottom: -3.125rem;
  transition: all 0.8s;
}
.drawer__bg.is-open {
  transform: scale(35);
}

.hamburger {
  padding: 0 1.875rem;
  position: relative;
  cursor: pointer;
  width: 5.3125rem;
  z-index: 999;
}
.hamburger span {
  position: absolute;
  display: block;
  width: 1.5625rem;
  height: 0.0625rem;
  background-color: #242424;
  transform: translateY(-50%);
  transition: 0.3s;
}
.hamburger span:nth-of-type(1) {
  top: 42%;
}
.hamburger span:nth-of-type(2) {
  top: 50%;
}
.hamburger span:nth-of-type(3) {
  top: 58%;
  width: 1.0625rem;
}
.hamburger.is-open span:nth-of-type(1), .hamburger.is-open span:nth-of-type(3) {
  top: 50%;
  background-color: #f9f2e5;
  width: 1.8895rem;
}
.hamburger.is-open span:nth-of-type(1) {
  transform: rotate(47deg);
}
.hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}
.hamburger.is-open span:nth-of-type(3) {
  transform: rotate(-47deg);
}

.header-nav__items {
  height: inherit;
  display: flex;
}

.header-nav__item {
  height: inherit;
}
.header-nav__item a {
  padding: 0 1.5625rem;
  display: flex;
  align-items: center;
  height: inherit;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: #666666;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.007em;
}
@media screen and (max-width: 1199px) {
  .header-nav__item a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 999px) {
  .header-nav__item a {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  .header-nav__item a {
    padding: 0 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .header-nav__item {
    display: none;
  }
}
.header-nav__item.header-nav__item--accent {
  background-color: #00A9E3;
  margin-left: 1.5625rem;
}
.header-nav__item.header-nav__item--accent a {
  padding: 0 2.5625rem;
  color: #ffffff;
  display: flex;
  gap: 0.625rem;
}
.header-nav__item.header-nav__item--accent .envelope {
  font-size: 1.375rem;
}
.header-nav__item.header-nav__item--accent .envelope::before {
  max-width: 100%;
  height: 100%;
  display: block;
}

.header {
  height: 5rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .header {
    background-color: transparent;
  }
}

.header__inner {
  padding: 0;
  height: inherit;
  display: flex;
  justify-content: space-between;
}

.header__logo {
  max-width: 16.125rem;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .header__logo {
    max-width: 12.5rem;
  }
}
@media screen and (max-width: 999px) {
  .header__logo {
    max-width: 10.5rem;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    max-width: 7.125rem;
  }
}
.header__logo a {
  display: block;
  height: inherit;
}
.header__logo img {
  width: 100%;
  aspect-ratio: 258/180;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__nav {
  height: inherit;
}

.header__hamburger {
  height: inherit;
  display: none;
}
@media screen and (max-width: 767px) {
  .header__hamburger {
    display: block;
  }
}

.header__drawer {
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.header__drawer.is-open {
  opacity: 1;
  visibility: visible;
}

/*===========================================
loader
===========================================*/
.loader {
  position: fixed;
  z-index: 1000;
  height: 100vh;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.loader__item {
  background: #EFF9FD;
}

.news-aside {
  width: 24%;
}
@media screen and (max-width: 767px) {
  .news-aside {
    width: 100%;
  }
}

@media screen and (max-width: 399px) {
  .news-aside__title {
    margin-left: calc(50% - 50vw + 20px);
  }
}

.news-aside__tags {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .news-aside__tags {
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    row-gap: 0.9375rem;
    max-width: 83.3898305085%;
  }
}

.news-aside__tag {
  color: #a9a9a9;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  animation-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .news-aside__tag {
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
}
.news-aside__tag:not(:first-of-type) {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .news-aside__tag:not(:first-of-type) {
    margin-top: 0;
  }
}
.news-aside__tag.news-aside__tag--click {
  color: #666666;
  position: relative;
}
.news-aside__tag.news-aside__tag--click::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #001e63;
  top: 50%;
  transform: translateY(-50%);
  left: -0.875rem;
}

.news-content__item {
  border-bottom: 1px solid #e2e2e2;
  animation-delay: 0.2s;
}
.news-content__item:first-of-type a {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .news-content__item:first-of-type a {
    padding-top: 1.25rem;
    border-top: 1px solid #e2e2e2;
  }
}
.news-content__item a {
  display: block;
  padding-top: 1.8125rem;
  padding-bottom: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .news-content__item a {
    padding-top: 1.25rem;
    padding-bottom: 1.1875rem;
  }
}
.news-content__item a:hover .news-content__title {
  background-size: 100% 1px;
}
.news-content__item a:hover {
  opacity: 1;
}

.news-content__head {
  display: flex;
  align-items: center;
  gap: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .news-content__head {
    gap: 0.75rem;
  }
}

.news-content__date-wrap {
  margin-top: -0.125rem;
}
@media screen and (max-width: 767px) {
  .news-content__date-wrap {
    margin-top: -0.3125rem;
  }
}

.news-content__tags-wrap {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 0.375rem;
}
@media screen and (max-width: 767px) {
  .news-content__tags-wrap {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }
}

.news-content__body {
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .news-content__body {
    margin-top: 1.25rem;
  }
}

.news-content__title {
  color: #666666;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  background-image: linear-gradient(90deg, #666666, #666666);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  text-decoration: none;
  transition: background-size 0.5s;
  display: inline;
}
@media screen and (max-width: 767px) {
  .news-content__title {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.news-content__btn {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .news-content__btn {
    margin-top: 1.875rem;
  }
}

.news-content__pagination {
  margin-top: 3.5rem;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .nav-links {
    justify-content: center;
    margin-inline: calc(50% - 50vw);
    gap: 0.625rem;
  }
}

.prev {
  margin-right: 0.625rem;
}
@media screen and (max-width: 374px) {
  .prev {
    margin-right: 0;
  }
}

.next {
  margin-left: 0.625rem;
}
@media screen and (max-width: 374px) {
  .next {
    margin-left: 0;
  }
}

.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  min-width: 2.5rem;
  height: 2.5rem;
  background-color: #e9eeef;
  color: #242424;
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 374px) {
  .page-numbers {
    min-width: 1.875rem;
    height: 1.875rem;
  }
}
.page-numbers.current {
  color: #ffffff;
  background-color: #001e63;
}
.page-numbers.next, .page-numbers.prev {
  border: none;
  background-color: initial;
  min-width: initial;
  width: auto;
  min-width: 0.6875rem;
  height: 1.125rem;
}

.reviews-post__inner {
  max-width: 55rem;
}
@media screen and (max-width: 767px) {
  .reviews-post__inner {
    padding-inline: 1.875rem 1.875rem;
    max-width: 37.5rem;
  }
}

.reviews-post__content {
  max-width: 52.5rem;
  width: 100%;
  margin: auto;
}

.reviews-post__tag-wrap {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.3125rem;
       column-gap: 1.3125rem;
  row-gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .reviews-post__tag-wrap {
    gap: 0.375rem;
  }
}

.reviews-post__title {
  margin-top: 1.25rem;
  color: #666666;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.4615384615;
}
@media screen and (max-width: 767px) {
  .reviews-post__title {
    margin-top: 0.625rem;
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}

.reviews-post__date-wrap {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .reviews-post__date-wrap {
    margin-top: 0.625rem;
  }
}
.reviews-post__date-wrap time {
  display: block;
  color: #a9a9a9;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.4545454545;
}
@media screen and (max-width: 767px) {
  .reviews-post__date-wrap time {
    font-size: 0.625rem;
    line-height: 1.4;
  }
}

.reviews-post__mv {
  margin-top: 2.5rem;
  max-width: 52.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .reviews-post__mv {
    margin-top: 2.125rem;
  }
}
.reviews-post__mv img {
  width: 100%;
  aspect-ratio: 840/471;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .reviews-post__mv img {
    aspect-ratio: 315/176;
  }
}

.reviews-post__post {
  margin-top: 2.5rem;
  max-width: 42.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .reviews-post__post {
    margin-top: 2.625rem;
  }
}
.reviews-post__post :first-child {
  margin-top: 0;
}
.reviews-post__post h2 {
  margin-top: 2.5rem;
  color: #666666;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.1818181818;
  background-color: rgba(248, 249, 249, 0.8);
  padding-left: 0.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reviews-post__post h2 {
    font-size: 1rem;
    line-height: 2.5;
    padding-left: 0.6875rem;
  }
}
.reviews-post__post h2::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.198125rem;
  height: 100%;
  background-color: #001e63;
}
@media screen and (max-width: 767px) {
  .reviews-post__post h2::before {
    width: 0.1875rem;
    height: 2.5rem;
  }
}
.reviews-post__post h3 {
  margin-top: 4.5rem;
  color: #666666;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  padding-left: 0.875rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reviews-post__post h3 {
    margin-top: 2.5rem;
    padding-left: 0.6875rem;
  }
}
.reviews-post__post h3::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 39.7058209483%;
  height: 1px;
  background-color: #001e63;
}
@media screen and (max-width: 767px) {
  .reviews-post__post h3::after {
    width: 39.6825396825%;
  }
}
.reviews-post__post p {
  margin-top: 2.5rem;
  color: #666666;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .reviews-post__post p {
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
}
.reviews-post__post ul {
  margin-top: 4.375rem;
  color: #666666;
  list-style-type: disc;
  padding-left: 0.9375rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .reviews-post__post ul {
    margin-top: 1.375rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    padding-left: 1rem;
  }
}
.reviews-post__post li {
  color: #001e63;
}
.reviews-post__post li span {
  color: #242424;
}

.reviews-post__button {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .reviews-post__button {
    margin-top: 2.5rem;
  }
}
.reviews-post__button .prev-btn__item {
  width: 17.8125rem;
  padding: 0.625rem 0;
}

.shared-content__items {
  display: flex;
  -moz-column-gap: 6.25rem;
       column-gap: 6.25rem;
  justify-content: center;
  flex-wrap: wrap;
  padding-inline: 1.25rem;
  row-gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .shared-content__items {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    padding-inline: 0;
  }
}
@media screen and (max-width: 374px) {
  .shared-content__items {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    justify-content: start;
  }
}

.shared-content__item:last-of-type {
  margin-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .shared-content__item:last-of-type {
    margin-right: 0;
  }
}
.shared-content__item a {
  padding: 1.25rem;
}
@media screen and (max-width: 767px) {
  .shared-content__item a {
    padding: 0.625rem 1.375rem 0.625rem 0.5625rem;
  }
}
.shared-content__item a span {
  position: relative;
  color: #00A9E3;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .shared-content__item a span {
    font-size: 0.75rem;
  }
}
.shared-content__item a span::after {
  position: absolute;
  content: "";
  right: -1.1875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5625rem;
  height: 0.3125rem;
  background: url(../images/tag-arrow-icon.svg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .shared-content__item a span::after {
    right: -0.9375rem;
  }
}

.shared-content__body {
  margin-top: 6.25rem;
  margin-inline: auto;
  max-width: 52.5rem;
}
@media screen and (max-width: 767px) {
  .shared-content__body {
    margin-top: 3.5rem;
  }
}

.shared-content__title {
  color: #666666;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .shared-content__title {
    font-size: 1.125rem;
    line-height: 2.0555555556;
  }
}

.shared-content__text {
  margin-top: 2.5rem;
  color: #666666;
  font-size: 1rem;
  line-height: 2.375;
}
@media screen and (max-width: 767px) {
  .shared-content__text {
    margin-top: 1.875rem;
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
}

.single__inner {
  max-width: 74.875rem;
}
@media screen and (max-width: 767px) {
  .single__inner {
    padding-inline: 1.875rem 1.875rem;
    max-width: 37.5rem;
  }
}

.single__container {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .single__container {
    flex-direction: column;
  }
}

.single__content {
  max-width: 44.90625rem;
  width: 62.0466321244%;
}
@media screen and (max-width: 767px) {
  .single__content {
    width: 100%;
  }
}

.single__tag-wrap {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.3125rem;
       column-gap: 1.3125rem;
  row-gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .single__tag-wrap {
    gap: 0.375rem;
  }
}

.single__tag {
  padding: 0.25rem 1.375rem 0.25rem 1.125rem;
}
@media screen and (max-width: 767px) {
  .single__tag {
    padding: 0.3125rem 0.9375rem;
  }
}

.single__title {
  margin-top: 1.25rem;
  color: #666666;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.9230769231;
}
@media screen and (max-width: 767px) {
  .single__title {
    margin-top: 0.625rem;
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}

.single__date-wrap {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .single__date-wrap {
    margin-top: 0.625rem;
  }
}
.single__date-wrap time {
  display: block;
  color: #a9a9a9;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.4545454545;
}
@media screen and (max-width: 767px) {
  .single__date-wrap time {
    font-size: 0.625rem;
    line-height: 1.4;
  }
}

.single__mv {
  margin-top: 2.5rem;
  max-width: 44.904625rem;
  width: 100%;
}
.single__mv img {
  width: 100%;
  aspect-ratio: 718.474/380;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .single__mv img {
    aspect-ratio: 315/176;
  }
}

.single__post {
  margin-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 767px) {
  .single__post {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.single__post :first-child {
  margin-top: 0;
}
.single__post h2 {
  margin-top: 2.5rem;
  color: #666666;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.1818181818;
  background-color: rgba(248, 249, 249, 0.8);
  padding-left: 0.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single__post h2 {
    font-size: 1rem;
    line-height: 2.5;
    padding-left: 0.6875rem;
  }
}
.single__post h2::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.198125rem;
  height: 100%;
  background-color: #001e63;
}
@media screen and (max-width: 767px) {
  .single__post h2::before {
    width: 0.1875rem;
    height: 2.5rem;
  }
}
.single__post h3 {
  margin-top: 4.5rem;
  color: #666666;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  padding-left: 0.875rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single__post h3 {
    margin-top: 2.5rem;
    padding-left: 0.6875rem;
  }
}
.single__post h3::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 39.7058209483%;
  height: 1px;
  background-color: #001e63;
}
@media screen and (max-width: 767px) {
  .single__post h3::after {
    width: 39.6825396825%;
  }
}
.single__post p {
  margin-top: 2.5rem;
  color: #666666;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .single__post p {
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
}
.single__post ul {
  margin-top: 4.375rem;
  color: #666666;
  list-style-type: disc;
  padding-left: 0.9375rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .single__post ul {
    margin-top: 1.375rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    padding-left: 1rem;
  }
}
.single__post li {
  color: #001e63;
}
.single__post li span {
  color: #242424;
}

.single__pagination {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .single__pagination {
    margin-top: 3rem;
  }
}

.single-pagination {
  display: flex;
  justify-content: space-between;
}

.single-pagination__btn .prev-btn__item {
  width: 8.25rem;
  padding: 0.625rem 0;
}
.single-pagination__btn .common-btn__item {
  width: 8.25rem;
  padding: 0.625rem 0;
}

/*===========================================
widget
===========================================*/
.single__widget {
  max-width: 18.75rem;
  width: 25.9067357513%;
  margin-left: 8.71875rem;
}
@media screen and (max-width: 999px) {
  .single__widget {
    margin-left: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .single__widget {
    max-width: 37.5rem;
    width: 100%;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .widget__area {
    width: calc(100% + 1.875rem);
    margin: 0 -0.9375rem;
  }
}

.widget__title {
  color: #ffffff;
  padding: 0.9375rem 1.125rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
  background-color: #001135;
}
@media screen and (max-width: 767px) {
  .widget__title:first-of-type {
    margin-top: 3.5625rem;
  }
}
.widget__title:not(:first-of-type) {
  margin-top: 2.5rem;
}

.widget__item {
  position: relative;
}
.widget__item::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 88%;
  height: 1px;
  background-color: #e4e4e4;
}
@media screen and (max-width: 767px) {
  .widget__item::after {
    width: calc(100% - 1.875rem);
  }
}
.widget__item a {
  padding: 1.125rem;
  display: flex;
  gap: 1.125rem;
}

.widget-items li {
  position: relative;
}
.widget-items li::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 88%;
  height: 1px;
  background-color: #e4e4e4;
}
@media screen and (max-width: 767px) {
  .widget-items li::after {
    width: calc(100% - 1.875rem);
  }
}
.widget-items a {
  padding: 1.125rem;
  display: flex;
  gap: 1.125rem;
  color: #666666;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.widget__img {
  max-width: 6.25rem;
  width: 37.8787878788%;
}
@media screen and (max-width: 767px) {
  .widget__img {
    width: 32.3624595469%;
  }
}
.widget__img img {
  width: 100%;
  aspect-ratio: 100/100;
  -o-object-fit: cover;
     object-fit: cover;
}

.widget-content {
  width: 55.303030303%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .widget-content {
    flex: 1;
  }
}

.widget-content__title {
  color: #040404;
  font-size: 0.75rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .widget-content__title {
    line-height: 2.3333333333;
  }
}

.widget-content__date {
  color: #a9a9a9;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.4;
  display: block;
}

.widget__text {
  color: #666666;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.sub-404__inner {
  width: 100%;
  position: relative;
}

.sub-404__img {
  width: 88.1944444444%;
  height: 37.5rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .sub-404__img {
    height: 15.1875rem;
    width: 97.3333333333%;
  }
}
.sub-404__img img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub-404__title-wrap {
  position: absolute;
  content: "";
  top: 28%;
  left: 50.3472222222%;
}
@media screen and (max-width: 767px) {
  .sub-404__title-wrap {
    top: 26%;
    left: 51%;
    transform: translate(-50%, -50%);
  }
}

.sub-404__title {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1.4857142857;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .sub-404__title {
    font-size: 2.1875rem;
    line-height: 1.4857142857;
    white-space: nowrap;
  }
}

.sub-404__text-wrap {
  position: absolute;
  content: "";
  top: 48.6666666667%;
  left: 50.3472222222%;
}
@media screen and (max-width: 767px) {
  .sub-404__text-wrap {
    margin-top: 2.5rem;
    position: static;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    text-align: center;
    max-width: 37.5rem;
    margin-inline: auto;
  }
}

.sub-404__text {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.375;
}
@media screen and (max-width: 767px) {
  .sub-404__text {
    color: #666666;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 2.2857142857;
    text-align: left;
    display: inline-block;
  }
}

.sub-404__btn-wrap {
  margin-top: 1.25rem;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .sub-404__btn-wrap {
    margin-top: 2.5rem;
    justify-content: center;
  }
}

.sub-404__btn {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.65625rem;
  transition: all 0.3s;
  border-radius: 0.25rem;
  border: 1px solid #ffffff;
  width: 9.0625rem;
}
@media screen and (max-width: 767px) {
  .sub-404__btn {
    color: #00A9E3;
    border: 1px solid #00A9E3;
  }
}
.sub-404__btn:hover {
  opacity: 1;
}
.sub-404__btn.sub-404__btn--prev span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
.sub-404__btn.sub-404__btn--prev span::before {
  position: relative;
  content: "";
  width: 0.3125rem;
  height: 0.5625rem;
  background: url(../images/icon-prev-white.svg) no-repeat center center/cover;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .sub-404__btn.sub-404__btn--prev span::before {
    background: url(../images/icon-prev.svg) no-repeat center center/cover;
  }
}
.sub-404__btn.sub-404__btn--prev:hover.sub-404__btn--prev span::before {
  transform: translateX(-5px);
}

.sub-about-access__title {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .sub-about-access__title {
    margin-top: 0.5rem;
  }
}

.sub-about-access__address {
  color: #000;
  margin-top: 1rem;
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 0.375rem;
}
@media screen and (max-width: 767px) {
  .sub-about-access__address {
    font-size: 0.875rem;
    flex-direction: column;
    margin-top: 1.625rem;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
    row-gap: 0.25rem;
  }
}

.sub-about-access__map {
  margin-top: 3.75rem;
  width: 100%;
  height: 25rem;
}
@media screen and (max-width: 767px) {
  .sub-about-access__map {
    margin-top: 1.25rem;
  }
}
.sub-about-access__map iframe {
  width: 100%;
  height: 100%;
}

.acf-map {
  width: 100%;
  height: inherit;
}

.acf-map img {
  max-width: inherit !important;
}

.sub-about-company {
  padding: 4.5625rem 0 0;
  background-color: #FDFDFD;
}
@media screen and (max-width: 767px) {
  .sub-about-company {
    padding: 3.875rem 0 0;
  }
}

.sub-about-company__title {
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .sub-about-company__title {
    margin-top: 0.5625rem;
  }
}

.sub-about-company__profile {
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .sub-about-company__profile {
    margin-top: 1rem;
  }
}

.company__profile {
  display: flex;
  padding: 2.5rem 0 2.46875rem;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 767px) {
  .company__profile {
    flex-direction: column;
    padding: 1.25rem 0 1.21875rem;
  }
}
.company__profile dt {
  width: 10.625rem;
  color: #666666;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .company__profile dt {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.company__profile dd {
  flex: 1;
  color: #666666;
  font-size: 1rem;
  line-height: 1.4375;
}
@media screen and (max-width: 767px) {
  .company__profile dd {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.company__profile dd br {
  display: block;
  content: "";
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .company__profile dd br {
    margin-top: 0.625rem;
  }
}
.company__profile dd .company__profile__business p:not(:first-of-type) {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .company__profile dd .company__profile__business p:not(:first-of-type) {
    margin-top: 0.5625rem;
  }
}
.company__profile dd .company__profile__address {
  display: flex;
}
@media screen and (max-width: 374px) {
  .company__profile dd .company__profile__address p {
    font-size: 0.75rem;
  }
}
.company__profile dd .company__profile__address p:not(:first-of-type) {
  margin-left: 1.125rem;
}
@media screen and (max-width: 767px) {
  .company__profile dd .company__profile__address p:not(:first-of-type) {
    margin-left: 1.75rem;
  }
}
@media screen and (max-width: 374px) {
  .company__profile dd .company__profile__address p:not(:first-of-type) {
    margin-left: 1.125rem;
  }
}

/*===========================================
sub-about-company__swiper
===========================================*/
.sub-about-company__container {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .sub-about-company__container {
    margin-top: 5rem;
  }
}

.sub-about-company__swiper {
  width: calc(100% + 0.625rem);
  position: relative;
  left: -0.625rem;
}
@media screen and (max-width: 767px) {
  .sub-about-company__swiper {
    width: calc(100% + 0.75rem);
    left: -0.75rem;
  }
}

.sub-about-company__wrapper {
  transition-timing-function: linear;
}

.sub-about-company__slide {
  display: flex;
  width: 30rem;
  height: 25rem;
}
@media screen and (max-width: 767px) {
  .sub-about-company__slide {
    width: 11.25rem;
    height: 9.375rem;
  }
}

.sub-about-company__img {
  max-width: 30rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sub-about-company__img {
    max-width: 11.25rem;
  }
}
.sub-about-company__img img {
  width: 100%;
  aspect-ratio: 480/400;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .sub-about-company__img img {
    aspect-ratio: 180/150;
  }
}

.sub-about-philosophy__item {
  display: flex;
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .sub-about-philosophy__item {
    margin: 0 calc(50% - 50vw);
    padding-inline: 1.25rem;
    flex-direction: column;
  }
}

.sub-about-philosophy__content {
  width: 67.2727272727%;
  padding: 4.375rem 1.875rem 4.375rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .sub-about-philosophy__content {
    width: 100%;
    padding: 4rem 0 0;
    max-width: 37.5rem;
    margin-inline: auto;
  }
}

.sub-about-philosophy__title {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .sub-about-philosophy__title {
    margin-top: 0.5rem;
  }
}

.sub-about-philosophy__text {
  margin-top: 4.375rem;
  color: #666666;
  font-size: 1rem;
  line-height: 2.375;
}
@media screen and (max-width: 767px) {
  .sub-about-philosophy__text {
    margin-top: 2.3125rem;
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
}
.sub-about-philosophy__text:first-of-type {
  margin-top: 3.75rem;
}
.sub-about-philosophy__text.sub-about-philosophy__text--right {
  text-align: right;
  line-height: 1;
  margin-top: 2.625rem;
  margin-right: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .sub-about-philosophy__text.sub-about-philosophy__text--right {
    margin-top: 2.0625rem;
    margin-right: 0;
  }
}

.sub-about-philosophy__img {
  width: 32.7272727273%;
}
@media screen and (max-width: 767px) {
  .sub-about-philosophy__img {
    max-width: 37.5rem;
    margin-top: 2.0625rem;
    width: 100%;
    margin-inline: auto;
  }
}
.sub-about-philosophy__img img {
  width: 100%;
  aspect-ratio: 360/535;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .sub-about-philosophy__img img {
    aspect-ratio: 335/300;
  }
}

.sub-about {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .sub-about {
    padding-bottom: 5rem;
  }
}

.sub-about__list {
  display: flex;
  -moz-column-gap: 6.25rem;
       column-gap: 6.25rem;
  justify-content: center;
  flex-wrap: wrap;
  padding-inline: 1.25rem;
  row-gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sub-about__list {
    -moz-column-gap: 2.1875rem;
         column-gap: 2.1875rem;
    margin-left: 0.25rem;
    padding-inline: 0.625rem;
  }
}
@media screen and (max-width: 374px) {
  .sub-about__list {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}

.sub-about__item:last-of-type {
  margin-right: 1.25rem;
}
.sub-about__item a {
  padding: 1.25rem;
}
@media screen and (max-width: 375px) {
  .sub-about__item a {
    padding: 0.625rem;
  }
}
.sub-about__item a span {
  position: relative;
  color: #F4C82D;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .sub-about__item a span {
    font-size: 0.75rem;
  }
}
.sub-about__item a span::after {
  position: absolute;
  content: "";
  right: -1.1875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5625rem;
  height: 0.3125rem;
  background: url(../images/tag-arrow-icon.svg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .sub-about__item a span::after {
    right: -0.9375rem;
  }
}

.sub-about__body {
  margin-top: 6.25rem;
  margin-inline: auto;
  max-width: 52.5rem;
}
@media screen and (max-width: 767px) {
  .sub-about__body {
    margin-top: 3.5rem;
  }
}

.sub-about__title {
  color: #666666;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sub-about__title {
    font-size: 1.125rem;
    line-height: 2.0555555556;
  }
}

.sub-about__text {
  margin-top: 2.5rem;
  color: #666666;
  font-size: 1rem;
  line-height: 2.375;
}
@media screen and (max-width: 767px) {
  .sub-about__text {
    margin-top: 1.875rem;
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
}

.sub-contact__inner {
  max-width: 42.5rem;
}

.sub-contact__text {
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.375;
}
@media screen and (max-width: 767px) {
  .sub-contact__text {
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
}

.sub-contact__row {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sub-contact__row {
    margin-top: 1.875rem;
  }
}
.sub-contact__row.sub-contact__row--top {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .sub-contact__row.sub-contact__row--top {
    margin-top: 2.5rem;
  }
}

.sub-contact__head span {
  color: #666666;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4666666667;
  display: inline-block;
}
.sub-contact__head span:nth-of-type(2) {
  font-weight: 400;
  margin-left: 0.75rem;
}
@media screen and (max-width: 767px) {
  .sub-contact__head span:nth-of-type(2) {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4285714286;
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
.sub-contact__head sup {
  color: #e20000;
  vertical-align: top;
  position: relative;
  top: 0.1em;
}

.sub-contact__data {
  width: 100%;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sub-contact__data {
    margin-top: 0.53125rem;
  }
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 0.875rem 0.9375rem;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 0.3125rem;
  outline: none;
  transition: 0.3s;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
  color: #a9a9a9;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #a9a9a9;
}

.select-wrap {
  position: relative;
}
.select-wrap::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0.9375rem;
  width: 0.75rem;
  height: 0.375rem;
  background: url(../images/material-arrow-icon.svg) no-repeat center center/cover;
  pointer-events: none;
}
.select-wrap select {
  width: 100%;
  padding: 0.875rem 0.9375rem;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 0.3125rem;
  color: #666666;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select-wrap select:hover {
  cursor: pointer;
}

textarea {
  height: 160px;
  resize: none;
}

.sub-contact__checkbox {
  margin-top: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .sub-contact__checkbox {
    margin-top: 1.375rem;
  }
}

.contact-checkbox label input[type=checkbox] {
  display: none;
}
.contact-checkbox label span {
  display: inline-block;
  padding-left: 1.625rem;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
.contact-checkbox label span sup {
  color: #e20000;
  vertical-align: top;
  position: relative;
  top: 0.1em;
}
.contact-checkbox label span::before {
  position: absolute;
  content: "";
  width: 1.0625rem;
  height: 1.0625rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  transition: 0.3s;
}
.contact-checkbox label span::after {
  position: absolute;
  content: "";
  top: 40%;
  transform: translateY(-50%) rotate(45deg);
  left: 0.375rem;
  width: 0.375rem;
  height: 0.9375rem;
  border-right: 2px solid #666666;
  border-bottom: 2px solid #666666;
  opacity: 0;
}
.contact-checkbox label input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.contact-checkbox label:hover {
  cursor: pointer;
}

.sub-contact__btn-wrap {
  text-align: center;
  margin-top: 2.5625rem;
  margin-inline: auto;
  background: #00A9E3;
  border-radius: 0.25rem;
  max-width: 27.875rem;
  width: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .sub-contact__btn-wrap {
    max-width: 16.25rem;
    margin-top: 2.5rem;
  }
}

.sub-contact__btn {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  padding: 1.25rem;
  background-color: #00A9E3;
  width: inherit;
  display: block;
  border-radius: 0.25rem;
  transition: 0.3s;
  border: none;
}
.sub-contact__btn:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sub-contact__btn {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    padding: 0.71875rem;
  }
  .sub-contact__btn:hover {
    opacity: 1;
  }
}

div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

.sub-mv {
  width: 88.1944444444%;
  height: 32.125rem;
}
@media screen and (max-width: 767px) {
  .sub-mv {
    width: 97.3333333333%;
    height: 17.5rem;
  }
}

.sub-mv__inner {
  width: 100%;
  position: relative;
  height: inherit;
}

.sub-mv__img {
  width: 100%;
  height: inherit;
}
.sub-mv__img img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub-mv__title-wrap {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 39.3700787402%;
  padding: 2.5rem 0 3.25rem 3.125rem;
  background-color: #ffffff;
  animation-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .sub-mv__title-wrap {
    width: 52.0547945205%;
    padding: 1.75rem 0 2.375rem 1.125rem;
  }
}

.sub-mv__title {
  color: #666666;
  font-family: "Oswald", sans-serif;
  font-size: max(6.9444444444vw, 0.75rem);
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .sub-mv__title {
    font-size: max(11.7333333333vw, 0.75rem);
  }
}

.sub-mv__subtitle {
  margin-top: 0.75rem;
  color: #666666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1.3888888889vw, 0.75rem);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sub-mv__subtitle {
    margin-top: 0.5rem;
    font-size: max(3.2vw, 0.625rem);
  }
}

@media screen and (max-width: 767px) {
  .sub-news__inner {
    padding: 0 2.5rem;
  }
}

.sub-news__flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .sub-news__flex {
    flex-direction: column;
  }
}

.sub-news__content {
  width: 76%;
  padding-left: 5.4545454545%;
  border-left: 1px solid #e2e2e2;
}
@media screen and (max-width: 767px) {
  .sub-news__content {
    width: 100%;
    border-left: none;
    margin-top: 2.375rem;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .sub-reviews__inner {
    padding: 0 2.5rem;
  }
}

.sub-reviews__flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .sub-reviews__flex {
    flex-direction: column;
  }
}

.sub-reviews__content {
  width: 76.0909090909%;
  padding-left: 5.4545454545%;
  border-left: 1px solid #e2e2e2;
}
@media screen and (max-width: 767px) {
  .sub-reviews__content {
    width: 100%;
    border-left: none;
    margin-top: 2.375rem;
    padding-left: 0;
  }
}

.reviews-content__item {
  border-bottom: 1px solid #e2e2e2;
  animation-delay: 0.2s;
}
.reviews-content__item:first-of-type a {
  padding-top: 0;
}
.reviews-content__item a {
  display: block;
  padding-top: 1.8125rem;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .reviews-content__item a {
    padding-top: 1.25rem;
    padding-bottom: 1.1875rem;
  }
}
.reviews-content__item a:hover {
  opacity: 1;
}
.reviews-content__item a:hover .reviews-content__title span {
  background-size: 100% 1px;
}

.reviews-content__flex {
  display: flex;
}

.reviews-content__img {
  max-width: 10rem;
  width: 20.618556701%;
}
@media screen and (max-width: 767px) {
  .reviews-content__img {
    max-width: 8.125rem;
    width: 44.0677966102%;
  }
}
.reviews-content__img img {
  width: 100%;
  aspect-ratio: 160/160;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .reviews-content__img img {
    aspect-ratio: 130/100;
  }
}

.reviews-content__body {
  margin-left: 1.875rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .reviews-content__body {
    margin-left: 0.9375rem;
    width: 50.8474576271%;
  }
}

.reviews-content__tags-wrap {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.3125rem;
       column-gap: 0.3125rem;
  row-gap: 0.3125rem;
}

.reviews-content__title {
  margin-top: 1.875rem;
  color: #666666;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .reviews-content__title {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 2;
  }
}
.reviews-content__title span {
  background-image: linear-gradient(90deg, #666666, #666666);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  text-decoration: none;
  transition: background-size 0.5s;
}

.reviews-content__date {
  display: block;
  margin-top: auto;
  font-size: 0.625rem;
}
@media screen and (max-width: 767px) {
  .reviews-content__date {
    margin-top: 0.625rem;
  }
}

.reviews-content__pagination {
  margin-top: 3.75rem;
}

.sub-schedule__body {
  margin-top: 6.25rem;
  margin-inline: auto;
  max-width: 52.5rem;
}
@media screen and (max-width: 767px) {
  .sub-schedule__body {
    margin-top: 3.5rem;
  }
}

.sub-schedule__title {
  color: #666666;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sub-schedule__title {
    font-size: 1.125rem;
    line-height: 2.0555555556;
  }
}

.sub-schedule__text {
  margin-top: 2.5rem;
  color: #666666;
  font-size: 1rem;
  line-height: 2.375;
}
@media screen and (max-width: 767px) {
  .sub-schedule__text {
    margin-top: 1.875rem;
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
}

/*===========================================
schedule-contents
===========================================*/
.schedule-contents__inner {
  max-width: 77.5rem;
}
@media screen and (max-width: 767px) {
  .schedule-contents__inner {
    width: 100%;
  }
}

.schedule-contents__item:not(:first-of-type) {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .schedule-contents__item:not(:first-of-type) {
    margin-top: 3.0625rem;
  }
}
.schedule-contents__item:nth-child(even) .schedule-item__flex {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .schedule-contents__item:nth-child(even) .schedule-item__flex {
    flex-direction: column;
    margin: 0 calc(50% - 50vw);
  }
}

.schedule-item__flex {
  background-color: #EFF9FD;
  display: flex;
  align-items: center;
  border-radius: 1.875rem;
}
@media screen and (max-width: 767px) {
  .schedule-item__flex {
    flex-direction: column;
    margin: 0 calc(50% - 50vw);
  }
}

.schedule-item__content {
  width: 46.6666666667%;
  padding: 1.25rem 9.1666666667% 1.25rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .schedule-item__content {
    width: 100%;
    padding: 3.8125rem 1.25rem 0;
    max-width: 40rem;
  }
}

.schedule-item__title {
  margin-top: 1.25rem;
  color: #666666;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4642857143;
}
@media screen and (max-width: 767px) {
  .schedule-item__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .schedule-item__title {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}

.schedule-item__text {
  margin-top: 1.25rem;
  color: #666666;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 999px) {
  .schedule-item__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .schedule-item__text {
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
}

.schedule-item__img {
  width: 53.3333333333%;
}
@media screen and (max-width: 767px) {
  .schedule-item__img {
    margin-top: 1.25rem;
    width: 100%;
    padding-inline: 1.25rem;
    max-width: 40rem;
  }
}
.schedule-item__img img {
  width: 100%;
  aspect-ratio: 320/180;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.875rem;
}
@media screen and (max-width: 767px) {
  .schedule-item__img img {
    aspect-ratio: 335/220;
  }
}

.top-about__items {
  display: flex;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .top-about__items {
    display: block;
  }
}

.top-about__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top-about__img {
    width: 100%;
  }
}
.top-about__img img {
  width: 100%;
  aspect-ratio: 550/480;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top-about__img img {
    aspect-ratio: 335/292;
  }
}

.top-about-content {
  width: 44.5454545455%;
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .top-about-content {
    width: 100%;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .top-about-content__title {
    margin-top: 1.875rem;
  }
}

.top-about-content__text {
  margin-top: 2.5rem;
  color: #666666;
  font-size: 1rem;
  line-height: 2.375;
}
@media screen and (max-width: 767px) {
  .top-about-content__text {
    margin-top: 1.875rem;
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
}

.top-about-content__btn {
  margin-top: 1.625rem;
}

.top-catch-copy-layout {
  margin-top: 3.75rem;
}

.top-catch-copy {
  width: 100%;
  overflow: hidden;
  display: flex;
  margin-inline: calc(50% - 50vw);
  color: #F4C82D;
  font-size: 9.375rem;
  line-height: 1.4466666667;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .top-catch-copy {
    font-size: 5.25rem;
    line-height: 1.4523809524;
    margin-top: 1.25rem;
  }
}

.top-catch-copy__item {
  flex-shrink: 0;
}
.top-catch-copy__item:nth-child(odd) {
  animation: MoveLeft 24s -12s infinite linear;
}
.top-catch-copy__item:nth-child(even) {
  animation: MoveLeft2 24s infinite linear;
}

@keyframes MoveLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes MoveLeft2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.top-mv {
  background-color: #ffffff;
}

.top-mv__inner {
  width: 100%;
  max-width: 90rem;
  padding: 0 4.125rem 0 5rem;
  margin: auto;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .top-mv__inner {
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__inner {
    padding: 0 0.625rem;
  }
}

.top-mv__flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .top-mv__flex {
    display: block;
  }
}

/*===========================================
mv-swiper
===========================================*/
.top-mv__container {
  width: 79.9072642968%;
}
@media screen and (max-width: 767px) {
  .top-mv__container {
    width: 100%;
  }
}

.top-mv__wrapper {
  min-height: 31.25rem;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .top-mv__wrapper {
    min-height: 25rem;
  }
}

.top-mv__slide {
  height: inherit;
  min-height: inherit;
}

.top-mv__img {
  height: inherit;
  min-height: inherit;
  width: 100%;
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
  transition: none;
}
.top-mv__img picture {
  height: inherit;
  min-height: inherit;
}
.top-mv__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
  min-height: inherit;
}

.top-mv__title-wrap {
  margin-top: 12.3125rem;
  margin-left: auto;
  display: flex;
  flex-direction: row-reverse;
  min-height: 31.25rem;
}
@media screen and (max-width: 767px) {
  .top-mv__title-wrap {
    flex-direction: column;
    margin-top: 1.25rem;
    margin-left: 0.625rem;
    width: 100%;
    min-height: 0;
  }
}

.top-mv__title {
  writing-mode: vertical-rl;
  color: #666666;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.44;
  min-height: inherit;
  letter-spacing: 0.068em;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .top-mv__title {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__title {
    writing-mode: horizontal-tb;
    font-size: 2.125rem;
    line-height: 1.4411764706;
    letter-spacing: 0;
  }
}

.top-news {
  background-color: #EFF9FD;
  padding-top: 5rem;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .top-news {
    padding-top: 5rem;
    padding-bottom: 3.625rem;
  }
}

@media screen and (max-width: 767px) {
  .top-news__inner {
    padding: 0 2.5rem;
  }
}

.top-news__flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .top-news__flex {
    flex-direction: column;
  }
}

.top-news__aside .news-aside__tags {
  margin-top: 2.8125rem;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .top-news__aside .news-aside__tags {
    margin-top: 2.625rem;
    padding-left: 0.875rem;
  }
}

.top-news__content {
  width: 76%;
  padding-left: 5.4545454545%;
  border-left: 1px solid #e2e2e2;
}
@media screen and (max-width: 767px) {
  .top-news__content {
    width: 100%;
    border-left: none;
    margin-top: 2.375rem;
    padding-left: 0;
  }
}

.top-reviews {
  padding: 7.5rem 0;
  background-color: #EFF9FD;
}
@media screen and (max-width: 767px) {
  .top-reviews {
    padding: 3.75rem 0 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 399px) {
  .top-reviews__title {
    margin-left: calc(50% - 50vw + 20px);
  }
}

.top-reviews__container {
  margin-top: 1rem;
  padding: 0 2.5rem 2.375rem;
  background-color: #ffffff;
  border-radius: 1.875rem;
}
@media screen and (max-width: 767px) {
  .top-reviews__container {
    width: 100vw;
    margin-top: 1.25rem;
    margin-left: calc(50% - 50vw);
    padding: 0 2.5rem 4.1875rem;
  }
}

@media screen and (max-width: 767px) {
  .top-reviews__items {
    max-width: 37.5rem;
    margin-inline: auto;
  }
}
.top-reviews__items a:hover {
  opacity: 1;
}

.top-reviews__item {
  border-bottom: 1px solid #e2e2e2;
  animation-delay: 0.2s;
}
.top-reviews__item a {
  padding-top: 3.125rem;
  padding-bottom: 3.0625rem;
  display: block;
}
.top-reviews__item a:hover .top-reviews__content__title span {
  background-size: 100% 1px;
}
@media screen and (max-width: 767px) {
  .top-reviews__item a {
    padding-top: 1.875rem;
    padding-bottom: 1.8125rem;
  }
}

.top-reviews__flex {
  display: flex;
  gap: 4.9019607843%;
}
@media screen and (max-width: 767px) {
  .top-reviews__flex {
    gap: 6.1016949153%;
  }
}

.top-reviews__img {
  width: 28.431372549%;
}
@media screen and (max-width: 767px) {
  .top-reviews__img {
    width: 40.6779661017%;
  }
}
.top-reviews__img img {
  width: 100%;
  aspect-ratio: 290/185;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top-reviews__img img {
    aspect-ratio: 120/90;
  }
}

.top-reviews__content {
  width: 66.6666666667%;
}
@media screen and (max-width: 767px) {
  .top-reviews__content {
    width: 53.2203389831%;
  }
}

.top-reviews__content__tags-wrap {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.3125rem;
       column-gap: 0.3125rem;
  row-gap: 0.3125rem;
}

.top-reviews__content__tags {
  padding: 0.25rem 1.125rem;
}
@media screen and (max-width: 767px) {
  .top-reviews__content__tags {
    padding: 0.3125rem 0.9375rem;
  }
}

.top-reviews__content__title {
  margin-top: 1.875rem;
  color: #666666;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4583333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .top-reviews__content__title {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    line-height: 2;
    -webkit-line-clamp: 3;
  }
}
.top-reviews__content__title span {
  background-image: linear-gradient(90deg, #666666, #666666);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  text-decoration: none;
  transition: background-size 0.5s;
}

.top-reviews__content__text {
  margin-top: 1.875rem;
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.375;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .top-reviews__content__text {
    display: none;
  }
}

.top-reviews__content__date {
  display: block;
  margin-top: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .top-reviews__content__date {
    margin-top: 0.75rem;
  }
}

.top-reviews__btn {
  margin-top: 1.6875rem;
}

.top-schedule {
  background-color: #ffffff;
}

.top-schedule__title__wrap {
  overflow: hidden;
}

.leftAnime {
  opacity: 0;
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.top-schedule__title {
  text-align: right;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-schedule__title {
    text-align: left;
  }
}
.top-schedule__title .top-schedule__sub-title {
  position: absolute;
  top: 75%;
  right: 0;
  transform: translateY(-50%);
}

.top-schedule__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.125rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .top-schedule__cards {
    display: block;
    margin-top: 1.25rem;
  }
}

.top-schedule__card {
  list-style: none;
  max-width: calc(33.3333333333% - 12px);
  width: 100%;
  counter-increment: number;
}
@media screen and (max-width: 767px) {
  .top-schedule__card {
    max-width: 100%;
  }
  .top-schedule__card:not(:first-of-type) {
    margin-top: 3.125rem;
  }
}

.schedule-img {
  max-width: 22.1875rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .schedule-img {
    max-width: 100%;
  }
}
.schedule-img img {
  width: 100%;
  aspect-ratio: 355/170;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 999px;
}
@media screen and (max-width: 767px) {
  .schedule-img img {
    aspect-ratio: 335/170;
  }
}

.schedule-img__title {
  position: absolute;
  content: "";
  top: 28.8235294118%;
  left: 8.9552238806%;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
}

.schedule-img__text {
  position: absolute;
  content: "";
  top: 48.8235294118%;
  left: 8.9552238806%;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4615384615;
}

.top-schedule__body {
  margin-top: 1.25rem;
}

.schedule-body {
  padding-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .schedule-body {
    padding-right: 0;
  }
}

.schedule-body__text {
  color: #666666;
  font-size: 1rem;
  line-height: 2.375;
}
@media screen and (max-width: 767px) {
  .schedule-body__text {
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
}

.top-schedule__btn {
  margin-top: 1.25rem;
}
.top-schedule__btn .common-btn__item {
  width: 8.8125rem;
  padding: 0.65625rem 0;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
