<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*======================
/*設定項目
/*====================*/
#pickup .heading, #news .heading, #guide .heading {
  text-align: center;
}

#pickup .heading h2, #news .heading h2, #guide .heading h2 {
  display: inline-block;
  padding: 0 10px;
  font-family: 'Noto Sans JP', system-ui,  sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.26667;
}

#pickup .heading h2 small, #news .heading h2 small, #guide .heading h2 small {
  display: block;
  margin: 0 -10px 10px;
  border-bottom: 2px dotted #008ad2;
  padding: 0 27px 10px;
  color: #008ad2;
  font-size: 14px;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  #pickup .heading h2, #news .heading h2, #guide .heading h2 {
    font-size: 26px;
  }
  #pickup .heading h2 small, #news .heading h2 small, #guide .heading h2 small {
    font-size: 12px;
  }
}

#pickup .btn, #about .contents .txtbox .inner .btn {
  width: 100%;
  max-width: 300px;
}

#pickup .btn a, #about .contents .txtbox .inner .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  border: 1px solid #bb131b;
  padding: 5px 30px;
  background: url(../images/arrow-rd.png) no-repeat right 15px center, #fff;
  color: #000;
  font-family: 'Noto Sans JP', system-ui,  sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: all 0.5s ease-out;
}

_:lang(x)::-ms-backdrop, #pickup .btn a, #about .contents .txtbox .inner .btn a {
  padding-top: 15px;
}

#pickup .btn a:hover, #about .contents .txtbox .inner .btn a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  #pickup .btn a, #about .contents .txtbox .inner .btn a {
    min-height: 50px;
    font-size: 15px;
  }
}

/* ----------------------------------------------
mainvisual
------------------------------------------------- */
#mainvisual {
  position: relative;
}

#mainvisual .catch {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  writing-mode: vertical-rl;
}

_:lang(x)::-ms-backdrop, #mainvisual .catch {
  writing-mode: tb-rl;
}

#mainvisual .catch .inner {
  padding: 0 10px;
}

#mainvisual .catch p {
  display: inline-block;
  padding: 23px 0;
  background: #fff;
  font-family: 'Noto Sans JP', system-ui,  sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 2.72727;
  letter-spacing: 0.05em;
}

#mainvisual .catch p + p {
  margin-right: 20px;
}

@media (max-width: 767px) {
  #mainvisual .catch {
    top: 10px;
  }
  #mainvisual .catch p {
    padding: 10px 0;
    font-size: 16px;
  }
  #mainvisual .catch p + p {
    margin-right: 10px;
  }
}

#mainslider img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media (max-width: 767px) {
  #mainslider img {
    height: 310px;
  }
}

/* ----------------------------------------------
pickup
------------------------------------------------- */
#pickup {
  padding: 60px 10px 80px;
}

#pickup .heading {
  margin-bottom: 55px;
}

#pickup .contents {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

#pickup .contents .block {
  width: 45.45455%;
}

#pickup .contents .block .image {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 75%;
}

#pickup .contents .block .image img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

#pickup .contents .block .image a {
  transition: all 0.5s ease-out;
}

#pickup .contents .block .image a:hover {
  opacity: 0.6;
}

#pickup .contents .block .title {
  font-family: 'Noto Sans JP', system-ui,  sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.9;
}

#pickup .contents .block .text {
  font-size: 16px;
  line-height: 1.875;
}

#pickup .btn {
  margin: 50px auto 0;
}

@media (max-width: 767px) {
  #pickup .contents .block {
    width: 48%;
  }
  #pickup .contents .block .title {
    font-size: 16px;
  }
  #pickup .contents .block .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
about
------------------------------------------------- */
#about {
  position: relative;
  margin-bottom: 55px;
}

#about::before {
  content: '';
  position: absolute;
  display: block;
  top: 50px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 130px);
  background: #fff;
}

#about::after {
  content: '';
  position: absolute;
  display: block;
  top: -15px;
  right: 0;
  z-index: 1;
  width: 127px;
  height: 131px;
  background: url(../images/about-img2.png) no-repeat right top/contain;
}

#about .heading {
  position: relative;
  width: calc((100% - 1000px) / 2 + 690px);
  margin-bottom: 30px;
  padding-left: 105px;
  background: #fff;
}

#about .heading::before {
  content: '';
  position: absolute;
  display: block;
  top: -12px;
  left: 0;
  width: 103px;
  height: 105px;
  background: url(../images/about-img1.png) no-repeat left top/contain;
}

#about .heading h2 {
  width: 100%;
  max-width: 690px;
  margin: 0 0 0 auto;
  padding: 31px 10px 31px 0;
  font-family: 'Noto Sans JP', system-ui,  sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.46154;
  letter-spacing: 0.1em;
}

#about .contents {
  display: flex;
}

#about .contents .imgbox {
  position: relative;
  width: 50%;
}

#about .contents .imgbox img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

#about .contents .imgbox::before {
  content: '';
  position: absolute;
  display: block;
  bottom: -55px;
  left: 0;
  z-index: 1;
  width: 139px;
  height: 129px;
  background: url(../images/about-img4.png) no-repeat left bottom/contain;
}

#about .contents .imgbox::after {
  content: '';
  position: absolute;
  display: block;
  bottom: -25px;
  right: -94px;
  z-index: 1;
  width: 160px;
  height: 94px;
  background: url(../images/about-img5.png) no-repeat right bottom/contain;
}

#about .contents .txtbox {
  position: relative;
  width: 50%;
  padding: 50px 10px 50px 40px;
}

#about .contents .txtbox::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 42px;
  left: 0;
  z-index: 1;
  width: 100%;
  max-width: 603px;
  height: 83px;
  background: url(../images/about-img3.png) no-repeat right bottom/contain;
  pointer-events: none;
}

#about .contents .txtbox .inner {
  width: 100%;
  max-width: 450px;
}

#about .contents .txtbox .inner .text {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
}

#about .contents .txtbox .inner .btn {
  margin-top: 45px;
}

@media (max-width: 1399px) {
  #about::after {
    top: -1.07143vw;
    width: 9.07143vw;
    height: 9.35714vw;
  }
  #about .heading {
    width: 92%;
    max-width: 690px;
    padding-left: 7.5vw;
  }
  #about .heading::before {
    top: -0.85714vw;
    width: 7.35714vw;
    height: 7.5vw;
  }
  #about .contents .imgbox::before {
    bottom: -3.92857vw;
    width: 9.92857vw;
    height: 9.21429vw;
  }
  #about .contents .imgbox::after {
    bottom: -1.78571vw;
    right: -6.71429vw;
    width: 11.42857vw;
    height: 6.71429vw;
  }
  #about .contents .txtbox::after {
    bottom: 3vw;
    height: 5.92857vw;
  }
}

@media (max-width: 767px) {
  #about::before {
    height: calc(100% - 105px);
  }
  #about .heading {
    margin-bottom: 0;
  }
  #about .heading h2 {
    font-size: 20px;
  }
  #about .contents {
    display: block;
  }
  #about .contents .imgbox {
    width: 100%;
  }
  #about .contents .imgbox::after {
    right: 0;
  }
  #about .contents .imgbox img {
    height: auto;
    max-height: 300px;
  }
  #about .contents .txtbox {
    width: 100%;
    padding: 30px 10px;
  }
  #about .contents .txtbox .inner {
    margin-left: auto;
    margin-right: auto;
  }
  #about .contents .txtbox .inner .text {
    font-size: 16px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  padding: 55px 10px 80px;
}

#news .contents {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#news .contents article {
  display: flex;
  border-bottom: 1px solid #fff;
  padding: 74px 0 15px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

#news .contents article .date {
  width: 21.6%;
  padding-left: 2.8%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
}

#news .contents article .title {
  flex: 1;
}

#news .contents article .title a {
  color: #000;
  text-decoration: none;
  transition: all 0.5s ease-out;
}

#news .contents article .title a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  #news .contents article {
    display: block;
    padding-top: 45px;
    font-size: 15px;
  }
  #news .contents article .date {
    width: 100%;
    margin-bottom: 5px;
    padding-left: 0;
  }
}

/* ----------------------------------------------
guide
------------------------------------------------- */
#guide {
  padding: 55px 10px 80px;
  background: #fff;
}

#guide .heading {
  margin-bottom: 50px;
}

#guide .contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#guide .contents .block {
  width: 46%;
}

#guide .contents .block:nth-child(n + 3) {
  margin-top: 50px;
}

#guide .contents .block h3 {
  margin-bottom: 20px;
  border: 1px solid #bb131b;
  padding: 18px 10px;
  font-family: 'Noto Sans JP', system-ui,  sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
}

#guide .contents .block .text {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}

#guide .contents .block .text strong {
  color: #000;
}

#guide .contents .block .btn {
  width: 100%;
  max-width: 300px;
  margin: 20px auto 0;
}

#guide .contents .block .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #bb131b;
  color: #fff;
  font-family: 'Noto Sans JP', system-ui,  sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: all 0.5s ease-out;
}

#guide .contents .block .btn a:hover {
  opacity: 0.6;
}

#guide .contents .block .btn a img {
  margin-right: 9px;
}

@media (max-width: 767px) {
  #guide .contents {
    display: block;
    max-width: 460px;
  }
  #guide .contents .block {
    width: 100%;
  }
  #guide .contents .block:nth-child(n + 2) {
    margin-top: 50px;
  }
  #guide .contents .block h3 {
    padding: 10px;
  }
  #guide .contents .block .text {
    font-size: 15px;
  }
}
/*# sourceMappingURL=index.css.map */</pre></body></html>