@charset "UTF-8";
/** 文字の定義**/
/** Colorの定義**/
#back-top {
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 9999;
}

/* ==============================

	  共通

  ============================== */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

a {
  text-decoration: none;
  overflow: hidden;
  color: #0071bc;
}
a:hover {
  color: #ffb700;
}

img {
  border: none;
  line-height: 0;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.space10 {
  height: 0.625rem;
}

.space20 {
  height: 1.25rem;
}

.space30 {
  height: 1.875rem;
}

.space40 {
  height: 2.5rem;
}

.space100 {
  height: 6.25rem;
}

.mt5 {
  margin-top: 0.3125rem;
}

.mt10 {
  margin-top: 0.625rem;
}

.mt20 {
  margin-top: 1.25rem;
}

.mt30 {
  margin-top: 1.875rem;
}

.mt40 {
  margin-top: 2.5rem;
}

.mt50 {
  margin-top: 3.125rem;
}

.mb5 {
  margin-bottom: 0.3125rem;
}

.mb10 {
  margin-bottom: 0.625rem;
}

.mb20 {
  margin-bottom: 1.25rem;
}

.mb30 {
  margin-bottom: 1.875rem;
}

.mb40 {
  margin-bottom: 2.5rem;
}

.mb50 {
  margin-bottom: 3.125rem;
}

.ml5 {
  margin-left: 0.3125rem;
}

.ml10 {
  margin-left: 0.625rem;
}

.ml20 {
  margin-left: 1.25rem;
}

.ml30 {
  margin-left: 1.875rem;
}

.ml40 {
  margin-left: 2.5rem;
}

.ml50 {
  margin-left: 3.125rem;
}

.mr5 {
  margin-right: 0.3125rem;
}

.mr10 {
  margin-right: 0.625rem;
}

.mr20 {
  margin-right: 1.25rem;
}

.mr30 {
  margin-right: 1.875rem;
}

.mr40 {
  margin-right: 2.5rem;
}

.mr50 {
  margin-right: 3.125rem;
}

.bold {
  font-weight: bold;
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.red {
  color: #c00;
}

ul li {
  list-style: none;
}

.alpha {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .alpha:hover {
    opacity: 0.7;
  }
}

.wrap-alpha a {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .wrap-alpha a:hover {
    opacity: 0.7;
  }
}

.bd-01 {
  background: linear-gradient(transparent 60%, rgba(252, 238, 33, 0.6) 0%);
  font-weight: bold;
}

.bd-02 {
  background: linear-gradient(transparent 60%, rgba(228, 0, 3, 0.4) 0%);
  font-weight: bold;
}

.bd-03 {
  background: linear-gradient(transparent 60%, rgba(0, 65, 219, 0.5) 0%);
  font-weight: bold;
}

.cursor {
  cursor: pointer;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

.link a {
  color: #0071bc;
}
.link a:hover {
  color: #ffb700;
}

/** ***********************************************

COMMON

*********************************************** **/
body {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "メイリオ", Meiryo, serif;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  body {
    font-size: 14px;
  }
}
body {
  letter-spacing: 0.0313rem;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

#wrapper {
  overflow: hidden;
}

.inner {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  position: relative;
  padding: 0 1.25rem;
}

/** ***********************************************

TOP

*********************************************** **/
.section-heading {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .section-heading {
    padding-top: 3.375rem;
  }
}
.section-heading::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: min(62.5rem, 100vw - 2.5rem);
  height: 10.875rem;
  background-image: url("../images/illlust-norikura.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .section-heading::before {
    width: 92vw;
    height: 5.625rem;
  }
}
.section-heading--soft::before {
  background-image: url("../images/illlust-norikura-gray.svg");
}
.section-heading__title {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 0 0.9375rem;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .section-heading__title {
    font-size: 1.5rem;
    padding-bottom: 0.75rem;
  }
}
.section-heading__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 7.75rem;
  height: 0.0625rem;
  background-color: #000;
  transform: translateX(-50%);
}

.top-hero {
  position: relative;
  height: 32.5rem;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .top-hero {
    height: 26.25rem;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .top-hero {
    height: 18.75rem;
  }
}
.top-hero.news-hero {
  height: 18.75rem;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .top-hero.news-hero {
    height: 12.5rem;
  }
}
.top-hero__image {
  display: block;
  width: 100%;
  height: 100%;
}
.top-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-hero__body {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 2.5rem);
  color: #fff;
  text-align: center;
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  transform: translate(-50%, -38%);
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .top-hero__body {
    transform: translate(-50%, -34%);
  }
}
.top-hero__title {
  font-size: clamp(1.6875rem, 2.92vw, 2.625rem);
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .top-hero__title {
    line-height: 1.6;
  }
}
.top-hero__title br {
  display: none;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .top-hero__title br {
    display: block;
  }
}
.top-hero__lead {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .top-hero__lead {
    font-size: 0.6875rem;
  }
}

.top-intro {
  position: relative;
  background-color: #e9f4ff;
}
.top-intro__inner {
  position: relative;
  max-width: 90rem;
  min-height: 58.5rem;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 5rem;
}
@media screen and (max-width: 900px) {
  .top-intro__inner {
    min-height: auto;
    padding-bottom: 16.25rem;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .top-intro__inner {
    padding: 2.125rem 1.25rem 11.875rem;
  }
}
.top-intro__inner.news-inner {
  padding-bottom: 5rem;
}
@media screen and (max-width: 900px) {
  .top-intro__inner.news-inner {
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .top-intro__inner.news-inner {
    padding: 2.125rem 1.25rem 5.625rem;
  }
}
.top-intro__content {
  position: relative;
  z-index: 1;
  width: min(50rem, 100%);
  margin: 5.25rem auto 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.5;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (max-width: 900px) {
  .top-intro__content {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .top-intro__content {
    margin-top: 3rem;
    font-size: 14px;
    line-height: 2.1;
  }
}
.top-intro__content p {
  text-indent: 1em;
}
.top-intro__content p img {
  width: 100%;
  height: auto;
}
.top-intro__content.news-content {
  line-height: 2;
}
.top-intro__content.news-content p {
  text-indent: 0em;
  margin-bottom: 32px;
}
.top-intro__content.news-content p img {
  width: 100%;
  height: auto;
}
.top-intro__bird {
  position: absolute;
  right: 4.3%;
  bottom: 1.875rem;
  width: min(25.5rem, 32vw);
  height: auto;
}
@media screen and (max-width: 900px) {
  .top-intro__bird {
    right: 1.25rem;
    width: 18.75rem;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .top-intro__bird {
    width: 13.125rem;
  }
}

.top-gallery {
  overflow: hidden;
}
.top-gallery__list {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: top-gallery-loop 42s linear infinite;
}
.top-gallery__item {
  flex: 0 0 20vw;
  aspect-ratio: 287.234/191.489;
  overflow: hidden;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .top-gallery__item {
    flex-basis: 45vw;
  }
}
.top-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes top-gallery-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.top-news {
  background-color: #fff;
}
.top-news__inner {
  width: min(50rem, 100% - 2.5rem);
  margin: 0 auto;
  padding: 4.625rem 0 9.8125rem;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .top-news__inner {
    padding: 3.375rem 0 7.5rem;
  }
}
.top-news__list {
  margin-top: 3.1875rem;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .top-news__list {
    margin-top: 2.625rem;
  }
}
.top-news__item {
  display: block;
  padding: 0 0 0.5rem;
  border-bottom: 0.0625rem solid #000;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .top-news__item {
    padding-bottom: 1rem;
  }
}
.top-news__item + .top-news__item {
  margin-top: 1.25rem;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .top-news__item + .top-news__item {
    margin-top: 1.5rem;
  }
}
.top-news__meta {
  display: flex;
  align-items: center;
  gap: 1.125rem;
}
.top-news__date {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000;
  white-space: nowrap;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .top-news__date {
    font-size: 0.75rem;
  }
}
.top-news__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.125rem 0.625rem;
  background-color: #b02f2f;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
}
.top-news__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.0938rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .top-news__title {
    font-size: 16px;
  }
}
.top-news__title a {
  color: #2f6fb0;
  transition: 0.4s ease;
}
@media (hover: hover) {
  .top-news__title a:hover {
    opacity: 0.7;
  }
}
.top-news__more {
  margin-top: 3.375rem;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .top-news__more {
    text-align: center;
  }
}
.top-news__more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.75rem;
  min-height: 2.8125rem;
  padding: 0.625rem 2.4375rem 0.625rem 1.8125rem;
  border-radius: 6.25rem;
  background-color: #2f6fb0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  position: relative;
  transition: 0.4s ease;
  box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0);
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .top-news__more a {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .top-news__more a:hover:hover {
    background-color: #2f6fec;
    color: #fff;
    box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.25);
  }
}
.top-news__more a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 0.0625rem solid currentColor;
  border-right: 0.0625rem solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.news-list-2 {
  padding-top: 70px;
}
.news-list-2 .section-heading__title {
  margin: 0 auto 40px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.news-list-2 .top-news__title {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .news-list-2 .top-news__title {
    font-size: 14px;
  }
}

.top-footer {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/footer-img.webp");
  background-position: center bottom;
  background-size: cover;
  color: #fff;
}
.top-footer__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 24.8125rem;
  padding: 5rem 1.25rem;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .top-footer__inner {
    min-height: 18.75rem;
    padding: 4.375rem 1.25rem;
  }
}
.top-footer__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(15rem, 25rem));
  gap: 0.8125rem;
  width: min(50.8125rem, 100%);
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .top-footer__links {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}
.top-footer__button {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 6.25rem;
  padding: 1.5rem 4.375rem 1.5rem 7rem;
  border-radius: 0.3125rem;
  background-color: #2f6fb0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #fff;
  transition: 0.4s ease;
  box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .top-footer__button:hover:hover {
    background-color: #2f6fec;
    color: #fff;
    box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 900px) {
  .top-footer__button {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .top-footer__button {
    min-height: 4.75rem;
    padding: 1.125rem 3.5rem 1.125rem 1.875rem;
    font-size: 1.0625rem;
  }
}
.top-footer__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 0.0938rem solid currentColor;
  border-right: 0.0938rem solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .top-footer__button::after {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.top-footer__button--primary {
  background-color: #2f6fb0;
  color: #fff;
}
.top-footer__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.75rem;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .top-footer__copy {
    padding: 0 1.25rem;
    font-size: 0.6875rem;
  }
}

.btn-back {
  margin-top: 3.375rem;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .btn-back {
    text-align: center;
  }
}
.btn-back a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.75rem;
  min-height: 2.8125rem;
  padding: 0.625rem 1.8125rem 0.625rem 2.4375rem;
  border-radius: 6.25rem;
  background-color: #2f6fb0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  position: relative;
  transition: 0.4s ease;
  box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0);
}
@media screen and (max-width: 900px) {
  .btn-back a {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .btn-back a {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .btn-back a:hover:hover {
    background-color: #2f6fec;
    color: #fff;
    box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.25);
  }
}
.btn-back a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 0.0625rem solid currentColor;
  border-right: 0.0625rem solid currentColor;
  transform: translateY(-50%) rotate(-135deg);
}

/**  Slick Base  fadeする場合はslick.cssの読み込みが必要 **/
.slick {
  width: 100%;
  position: relative;
}
.slick li.slick-slide {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.slick li.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/**  チラツキ防止 **/
.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  perspective: 1000;
  backface-visibility: hidden;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 50px;
  margin-top: -50px;
  z-index: 2;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.fa-angle-left {
  width: 50px;
  height: 50px;
  display: block;
  border-top: solid 1px #333;
  border-left: solid 1px #333;
  transform: rotate(-45deg);
}

.fa-angle-right {
  width: 50px;
  height: 50px;
  display: block;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
}

.slick-dots {
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}

.slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #ddd;
  border-radius: 100%;
  text-indent: -9999px;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background-color: #0071bc;
}

/* FLEX VER
.slick-dots {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  width: fit-content;;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px 30px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  button{display: none;}
  li {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    background-color: #eee;
    border-radius: 100%;
    cursor: pointer;
    &.slick-active {
      background-color: $color-01;
    }
  }
}
*/
/*
      Colorbox Core Style:
  */
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  font-size: 12px;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
  overflow: visible;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#cboxOverlay {
  background: #000;
}

#colorbox {
  outline: none;
}

#cboxContent {
  margin: 0px;
  background: #fff;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxTitle {
  position: absolute;
  bottom: -30px;
  left: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

#cboxCurrent {
  position: absolute;
  bottom: -30px;
  left: 0px;
  color: #ccc;
  font-size: 12px;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: none;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#colorbox .slick-arrow {
  color: #fff;
  font-size: 40px;
}

#cboxPrevious .slick-arrow {
  margin-top: -25px;
  left: -40px;
}

#cboxNext .slick-arrow {
  margin-top: -35px;
  right: -40px;
}

#cboxClose {
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: -60px;
  right: 0;
}/*# sourceMappingURL=common.css.map */