@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 default
==================================================================================*/
/* -------------------------------------------
 * initialize
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font-size: 0;
  vertical-align: baseline;
  background: transparent;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
}

body * {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, main {
  display: block;
}

sup {
  font-size: 10rem;
  vertical-align: super;
}

sub {
  font-size: 10rem;
  vertical-align: sub;
}

div,
figure {
  line-height: 0;
}

ul li, ol li {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

.hide {
  display: none;
}

body {
  font-family: "Noto Sans JP", YuGothic, Yu Gothic, "游ゴシック", sans-serif;
  font-weight: 400;
}

img {
  ms-interpolation-mode: bicubic;
}

a {
  text-decoration: none;
}
@media (min-width: 1025px) {
  a:hover {
    opacity: .7;
  }
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

video {
  width: 100%;
  height: auto;
}

.serif {
  font-family: YuMincho, Yu Mincho, "游明朝", serif;
}

.sansSerif {
  font-family: YuGothic, Yu Gothic, "游ゴシック", sans-serif;
}

.bold {
  font-weight: bold !important;
  font-size: 100%;
}

.weight400 {
  font-weight: 400 !important;
  font-size: 100%;
}

.weight500 {
  font-weight: 500 !important;
  font-size: 100%;
}

.weight600 {
  font-weight: 600 !important;
  font-size: 100%;
}

.weight700 {
  font-weight: 700 !important;
  font-size: 100%;
}

.colorBlack {
  color: #333 !important;
  font-size: 100%;
}

.colorWhite {
  color: #fff !important;
  font-size: 100%;
}

.colorRed {
  color: #e60012 !important;
  font-size: 100%;
}

.wrap {
  margin: auto;
  max-width: 396rem;
}

.inlineBlock {
  display: inline-block;
  font-size: 100%;
}

.noBreaks {
  word-break: keep-all;
}

.alignCenter {
  text-align: center;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

@media (min-width: 768px) {
  a.tel {
    pointer-events: none;
  }
}

main img,
header img,
footer img {
  max-width: 100%;
  height: auto;
}

.fontSize50 {
  font-size: 50%;
}

.fontSize55 {
  font-size: 55%;
}

.fontSize60 {
  font-size: 60%;
}

.fontSize65 {
  font-size: 65%;
}

.fontSize70 {
  font-size: 70%;
}

.fontSize75 {
  font-size: 75%;
}

.fontSize80 {
  font-size: 80%;
}

.fontSize85 {
  font-size: 85%;
}

.fontSize90 {
  font-size: 90%;
}

.fontSize95 {
  font-size: 95%;
}

.fontSize100 {
  font-size: 100%;
}

.fontSize105 {
  font-size: 105%;
}

.fontSize110 {
  font-size: 110%;
}

.fontSize115 {
  font-size: 115%;
}

.fontSize120 {
  font-size: 120%;
}

.fontSize125 {
  font-size: 125%;
}

.fontSize130 {
  font-size: 130%;
}

.fontSize135 {
  font-size: 135%;
}

.fontSize140 {
  font-size: 140%;
}

.fontSize145 {
  font-size: 145%;
}

.fontSize150 {
  font-size: 150%;
}

.fontSize155 {
  font-size: 155%;
}

.fontSize160 {
  font-size: 160%;
}

.fontSize165 {
  font-size: 165%;
}

.fontSize170 {
  font-size: 170%;
}

.fontSize175 {
  font-size: 175%;
}

.fontSize180 {
  font-size: 180%;
}

.fontSize185 {
  font-size: 185%;
}

.fontSize190 {
  font-size: 190%;
}

.fontSize195 {
  font-size: 195%;
}

.fontSize200 {
  font-size: 200%;
}

.fontSize205 {
  font-size: 205%;
}

.fontSize210 {
  font-size: 210%;
}

.fontSize215 {
  font-size: 215%;
}

.fontSize220 {
  font-size: 220%;
}

.fontSize225 {
  font-size: 225%;
}

.fontSize230 {
  font-size: 230%;
}

.fontSize235 {
  font-size: 235%;
}

.fontSize240 {
  font-size: 240%;
}

.fontSize245 {
  font-size: 245%;
}

.fontSize250 {
  font-size: 250%;
}

.fontSize255 {
  font-size: 255%;
}

.fontSize260 {
  font-size: 260%;
}

.fontSize265 {
  font-size: 265%;
}

.fontSize270 {
  font-size: 270%;
}

.fontSize275 {
  font-size: 275%;
}

.fontSize280 {
  font-size: 280%;
}

.fontSize285 {
  font-size: 285%;
}

.fontSize290 {
  font-size: 290%;
}

.fontSize295 {
  font-size: 295%;
}

.fontSize300 {
  font-size: 300%;
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  sup,
  sub {
    font-size: 8rem;
  }

  .pc {
    display: none !important;
  }
}
/*==================================================================================
 common
==================================================================================*/
.pcOnlyContents .rightArea .commonAnchorLinks01,
.globalNavi .commonAnchorLinks01 {
  display: none !important;
}

.pcOnlyContents .leftArea .banners a {
  position: relative;
  pointer-events: none;
}
.pcOnlyContents .leftArea .banners a:before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 15rem);
  width: 14rem;
  height: 30rem;
  right: 10rem;
}
.pcOnlyContents .leftArea .banners li:nth-child(1) a:before {
  background: #f08500;
}
.pcOnlyContents .leftArea .banners li:nth-child(2) a:before {
  background: #f8b62d;
}
.pcOnlyContents .leftArea .banners li:nth-child(3) a:before {
  background: #37bef0;
}
.pcOnlyContents .leftArea .banners li:nth-child(4) a:before {
  top: auto;
  bottom: 1rem;
  left: 117rem;
  width: 80rem;
  height: 9rem;
  background: #22ac38;
}

section.mainVisualArea .banners a {
  position: relative;
  pointer-events: none;
}
section.mainVisualArea .banners a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 4rem;
  width: 121rem;
  height: 14rem;
  left: 8rem;
}
section.mainVisualArea .banners li:nth-child(1) a:before {
  background: #f08500;
}
section.mainVisualArea .banners li:nth-child(2) a:before {
  background: #f8b62d;
}

html {
  font-feature-settings: "palt";
}
@media (min-width: 1025px) {
  html {
    overscroll-behavior-y: none;
    font-size: .07vw;
  }
}

body {
  letter-spacing: 2rem;
  background: #c1db81;
  color: #231815;
}

main {
  box-sizing: border-box;
  position: relative;
  margin: auto;
  padding-top: 60rem;
  max-width: 528rem;
  border: 1rem solid #231815;
  z-index: 1;
  overflow: hidden;
}
main li,
main .image,
main figure {
  position: relative;
}

.commonAnchorLinks01 {
  padding-bottom: 30rem;
  letter-spacing: .1rem;
  font-weight: 600;
}
.commonAnchorLinks01 li:not(:last-child) {
  padding-bottom: 3rem;
}
.commonAnchorLinks01 li a {
  display: flex;
  align-items: center;
  gap: 0 8rem;
  position: relative;
  padding-left: 10rem;
  height: 30rem;
  font-size: 13rem;
  color: #00471d;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 10%, white 50%, white);
}
.commonAnchorLinks01 li a .circle {
  display: block;
  box-sizing: border-box;
  width: 12rem;
  height: 12rem;
  border: 2rem solid #00471d;
  border-radius: 50%;
  transition: background .3s;
}
.commonAnchorLinks01 li.current a {
  position: relative;
  border-right: 2rem solid #fff;
  color: #fff;
  background: none;
}
.commonAnchorLinks01 li.current a .circle {
  background: #fff;
}
.commonAnchorLinks01 li.current a:before, .commonAnchorLinks01 li.current a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  height: 2rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 10%, white 50%, white);
}
.commonAnchorLinks01 li.current a:before {
  top: 0;
}
.commonAnchorLinks01 li.current a:after {
  bottom: 0;
}

.commonLogoArea01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16rem;
}
.commonLogoArea01 .commonLogoArea01Heading {
  margin: 0;
  font-size: 18rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.commonLogoArea01 a {
  display: block;
}
.commonLogoArea01 > ul {
  display: flex;
  flex-direction: column;
  gap: 15rem;
  width: 270rem;
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.commonLogoArea01 > ul li {
  width: 100%;
}
.commonLogoArea01 > ul img {
  display: block;
  width: 100%;
  height: auto;
}

.pcOnlyContents {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pcOnlyContents img {
  max-width: 100%;
  height: auto;
}
.pcOnlyContents .leftArea,
.pcOnlyContents .rightArea {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pcOnlyContents .leftArea {
  left: 75rem;
  width: 300rem;
}
.pcOnlyContents .leftArea a {
  display: block;
}
.pcOnlyContents .leftArea .character01 {
  margin: auto;
  padding-bottom: 7rem;
  width: 270rem;
}
.pcOnlyContents .leftArea .banners {
  padding-bottom: 20rem;
}
.pcOnlyContents .leftArea .banners li:not(:last-child) {
  padding-bottom: 10rem;
}
.pcOnlyContents .leftArea .character02 {
  margin: auto;
  width: 104rem;
}
.pcOnlyContents .rightArea {
  right: 90rem;
  width: 350rem;
}

.commonSlider01 {
  box-sizing: border-box;
  position: relative;
}
.commonSlider01 .slick-slide {
  position: relative;
  margin: 0 16rem;
}
.commonSlider01 .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.commonSlider01 .slick-slide a {
  display: block;
  color: #231815;
}
.commonSlider01 .slick-slide figcaption {
  padding-bottom: 8rem;
  min-height: 70rem;
  letter-spacing: 1rem;
  line-height: 1.2;
  font-size: 19rem;
  font-weight: 500;
}
.commonSlider01 .slick-dots {
  display: flex;
  gap: 0 8rem;
  justify-content: center;
  position: static;
  bottom: 0;
  padding-top: 28rem;
  line-height: 0;
}
.commonSlider01 .slick-dots li {
  display: block;
  margin: 0;
  width: 14rem;
  height: 14rem;
}
.commonSlider01 .slick-dots li button {
  cursor: pointer;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: none;
  font-size: 0;
  background: #c9caca;
}
.commonSlider01 .slick-dots li button:before {
  display: none;
}
.commonSlider01 .slick-dots li.slick-active button {
  background: #f19ec2;
}
.commonSlider01.dotsColor02 .slick-dots li.slick-active button {
  background: #2ea7e0;
}

@media (max-width: 1024px) {
  html {
    font-size: .18939394vw;
  }

  .commonAnchorLinks01 {
    padding-bottom: 0;
  }
  .commonAnchorLinks01 li a {
    gap: 0 8rem;
    padding-left: 15rem;
    height: 36rem;
    font-size: 16rem;
  }
  .commonAnchorLinks01 li a .circle {
    width: 14rem;
    height: 14rem;
  }

  .pcOnlyContents {
    display: none;
  }
}
/*==================================================================================
 siteHeader
==================================================================================*/
.siteHeader {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  right: 0;
  left: calc(50% - 263rem);
  padding: 0 16rem;
  width: 526rem;
  height: 60rem;
  background: #c1db81;
  z-index: 100;
}
.siteHeader .headerLogo {
  flex: 0 0 99rem;
  line-height: 0;
}
.siteHeader .headerLogo a:hover {
  opacity: 1;
}
.siteHeader .anniversary {
  flex: 0 0 199rem;
}
@media (min-width: 1025px) {
  .siteHeader .menuButton,
  .siteHeader .globalNavi {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .siteHeader .anniversary {
    margin-left: auto;
    padding-right: 18rem;
  }
  .siteHeader .menuButton {
    cursor: pointer;
    position: relative;
    width: 34rem;
    height: 27rem;
    z-index: 2;
  }
  .siteHeader .menuButton img {
    width: 100%;
    height: 100%;
  }
  .siteHeader .menuButton img:last-child {
    display: none;
  }
  .siteHeader .menuButton.open img:first-child {
    display: none;
  }
  .siteHeader .menuButton.open img:last-child {
    display: block;
  }
  .siteHeader .globalNavi {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 40rem 0;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    padding: 60rem 50rem 20rem;
    background: #9bca5b;
  }
}

/*==================================================================================
 siteFooter
==================================================================================*/
.siteFooter {
  margin-top: 20rem;
  padding-bottom: 50rem;
  background: #fff;
}
.siteFooter a {
  display: block;
}
.siteFooter .linksArea {
  margin-bottom: 50rem;
  padding: 30rem 0 50rem;
  background: #efefef;
}
.siteFooter .linksArea .text {
  margin: auto;
  padding-bottom: 40rem;
  width: 430rem;
}
.siteFooter .linksArea > ul {
  display: flex;
  flex-direction: column;
  gap: 65rem 0;
}
.siteFooter .linksArea > ul li {
  margin: auto;
}
.siteFooter .linksArea > ul li:nth-child(1) {
  width: 334rem;
}
.siteFooter .linksArea > ul li:nth-child(2) {
  width: 259rem;
}
.siteFooter .linksArea > ul li:nth-child(3) {
  width: 290rem;
}
.siteFooter .pageTopButton {
  position: fixed;
  bottom: 10rem;
  left: calc(50% - -210rem);
  width: 40rem;
  z-index: 10;
}
.siteFooter .logo {
  margin: auto;
  width: 197rem;
}

/*==================================================================================
 print
==================================================================================*/
@media print {
  .siteHeader,
  .siteFooter {
    display: none !important;
  }
}
/*==================================================================================
 top
==================================================================================*/
#top main > footer,
#top main > section,
#top main .othersArea {
  position: relative;
  z-index: 2;
}
#top .mainVisualArea {
  padding-bottom: 15rem;
}
#top .mainVisualArea h2 {
  margin-bottom: 10rem;
  padding-left: 5rem;
  width: 505rem;
}
#top .mainVisualArea .banners {
  display: flex;
  justify-content: center;
  gap: 0 10rem;
}
#top .mainVisualArea .banners li {
  flex: 0 0 236rem;
}
#top section.introduction {
  position: relative;
  padding: 0 40rem 20rem;
  text-align: center;
  z-index: 1;
}
#top section.introduction:after {
  content: '';
  display: block;
  position: absolute;
  top: 50rem;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}
#top section.introduction h3 {
  display: inline-block;
  position: relative;
  margin-bottom: 15rem;
  line-height: 45rem;
  font-size: 35rem;
  color: #00633d;
  font-weight: 900;
  z-index: 1;
}
#top section.introduction h3:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 1rem;
  left: 0;
  height: 8rem;
  background: #fff100;
  z-index: -1;
}
#top section.introduction h3 img {
  display: block;
  margin: auto;
  width: 140rem;
}
#top section.introduction .lead {
  letter-spacing: .05em;
  line-height: 1.5;
  font-size: 20rem;
  text-align: justify;
}

/*# sourceMappingURL=style.css.map */
