@charset "UTF-8";
/* ------------------------------------------------------------ break-point */
/* ------------------------------------------------------------ color */
/* ------------------------------------------------------------ letter-spacing */
/* ------------------------------------------------------------ weight */
/* ------------------------------------------------------------ font */
.chotai {
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}

.no-chotai {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* ------------------------------------------------------------ parts */
/* ------------------------------------------------------------ media */
/* ------------------------------------------------------------ layout */
/* Canvas Size デザインのアートボードサイズ（適宜変更）
============================================================= */
/* PC Responsive Width 768〜1536の間で可変する（適宜変更）
============================================================= */
/* スマホサイズ切り替えポイント
============================================================= */
/* rem関数
============================================================= */
/* 単位を削除
============================================================= */
/* メディアクエリ
============================================================= */
/* 波線パス
============================================================= */
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, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e6e6e6;
  margin: 1.6em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  color: #5A6F37;
  font-size: 62.5%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px), print {
  html {
    font-size: 503.2942898975%;
  }
}
@media screen and (min-width: 1100px) {
  html {
    font-size: 7.3206442167vw;
  }
}
@media screen and (min-width: 1366px), print {
  html {
    font-size: 625%;
  }
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
  line-height: 1.4;
}

body {
  font-family: "YakuHanJP", corporate-logo-ver2, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 0.17rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    font-size: min(0.15rem, 15px);
    letter-spacing: calc(0.05em - 0.025em);
    letter-spacing: 0;
  }
}

::-moz-selection {
  color: #FBF2E0;
  background: #EBF6F6;
}

::selection {
  color: #FBF2E0;
  background: #EBF6F6;
}

::-moz-selection {
  color: #FBF2E0;
  background: #EBF6F6;
}

input::-moz-selection, textarea::-moz-selection {
  color: #FBF2E0;
  background: #EBF6F6;
}

input::selection,
textarea::selection {
  color: #FBF2E0;
  background: #EBF6F6;
}

input::-moz-selection,
textarea::-moz-selection {
  color: #FBF2E0;
  background: #EBF6F6;
}

/* link
   ========================================================================== */
a {
  color: #5A6F37;
  text-decoration: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  a {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
}
/* image
   ========================================================================== */
img {
  line-height: 1;
  vertical-align: bottom;
  max-width: 100%;
}

table th img,
table td img {
  vertical-align: middle;
}

/* ClearFix
   ========================================================================== */
.clear {
  clear: both;
}

.clearfix,
.fbox,
#contents,
.item-wrap {
  display: block;
}
.clearfix:after,
.fbox:after,
#contents:after,
.item-wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* float
   ========================================================================== */
.fr {
  float: right;
}

.fl {
  float: left;
}

ul.fbox li {
  float: left;
  display: inline;
}

/* button
========================================================================== */
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  color: #5A6F37;
  border: none;
  padding: 0;
  margin: 0;
  font-family: "YakuHanJP", corporate-logo-ver2, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 500;
}

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

/* select
   ========================================================================== */
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  color: #5A6F37;
}

/* form label
   ========================================================================== */
input,
textarea,
label {
  vertical-align: middle;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  color: #5A6F37;
}

/* position
   ========================================================================== */
.text-r {
  text-align: right !important;
}

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important;
}

.text-l {
  text-align: left !important;
}

/* ==========================================================================
   responsive
   ========================================================================== */
/* decoration
   ========================================================================== */
.text-ul {
  text-decoration: underline;
}

/* image
   ========================================================================== */
/* display
   ========================================================================== */
.block {
  display: block;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.pc-inline {
  display: inline;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
}
/* ------------------------------------------------------------ font */
.chotai {
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}

.no-chotai {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* ------------------------------------------------------------ parts */
/* ------------------------------------------------------------ media */
/* ------------------------------------------------------------ layout */
/* Canvas Size デザインのアートボードサイズ（適宜変更）
============================================================= */
/* PC Responsive Width 768〜1536の間で可変する（適宜変更）
============================================================= */
/* スマホサイズ切り替えポイント
============================================================= */
/* rem関数
============================================================= */
/* 単位を削除
============================================================= */
/* メディアクエリ
============================================================= */
/* 波線パス
============================================================= */
/*------------------------------------------------------------------------------------ common */
.flex {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

html {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 0;
}

.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

img.img-full {
  max-width: 100%;
  width: 100%;
  height: auto;
}

img.img-ofi {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
}

:root {
  --scrollbar: 0px;
}

body {
  background: #fff;
}

.content {
  margin: 0 auto;
}

.content-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.33rem;
}
@media screen and (max-width: 767px) {
  .content-inner {
    padding: 0 0.3rem;
  }
}

.content.full .content-inner {
  max-width: 100%;
  padding: 0;
}

.do {
  font-family: "Darumadrop One", ab-j-gu, sans-serif;
  font-weight: 400;
}

/*------------------------------------------------------------------------------------ ヘッダー */
header {
  display: none;
}

/*------------------------------------------------------------------------------------ フッター */
footer {
  margin-top: 2rem;
  position: relative;
  padding: 0.8rem 0 1.65rem;
  background-color: #EEEEEE;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 3.7rem 0 1rem;
  }
}
footer::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.2rem;
  width: 3.19rem;
  height: 3.54rem;
  z-index: 3;
  background: url(../img/footer-logo.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  footer::before {
    left: -0.43rem;
  }
}
@media screen and (min-width: 768px), print {
  footer::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(-0.41rem - 10px);
    right: 2.95rem;
    background: url(../img/rock.png) no-repeat center/contain;
    width: 1rem;
    height: 0.82rem;
    z-index: 5;
  }
}
footer .wave-path {
  content: "";
  display: block;
  position: absolute;
  -webkit-mask: url(../img/wave-path.svg) no-repeat center/cover;
          mask: url(../img/wave-path.svg) no-repeat center/cover;
  background-color: #EEEEEE;
  width: 100%;
  height: 40px;
  top: -20px;
  left: 0;
  fill: #EEEEEE;
  z-index: 2;
  scale: -1 1;
}
@media screen and (max-width: 767px) {
  footer .wave-path {
    -webkit-mask-image: url(../img/wave-path-sp.svg);
            mask-image: url(../img/wave-path-sp.svg);
  }
}
footer .credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-inline: 4rem 1.33rem;
}
@media screen and (max-width: 767px) {
  footer .credit {
    display: block;
    margin-inline: 0.3rem;
  }
}
footer dl {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
}
@media screen and (max-width: 767px) {
  footer dl {
    width: 100%;
    display: block;
    text-align: center;
  }
}
footer dl dt {
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  footer dl dt {
    width: 0.95rem;
    -moz-text-align-last: justify;
         text-align-last: justify;
  }
}
@media screen and (max-width: 767px) {
  footer dl dt:not(:first-of-type) {
    margin-top: 0.15rem;
  }
}
@media screen and (min-width: 768px), print {
  footer dl dd {
    width: calc(100% - 0.95rem);
    margin-left: auto;
    padding-left: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  footer dl dt + dd {
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  footer dl:last-of-type dt {
    margin-top: 0.15rem;
  }
}

/*------------------------------------------------------------------------------------ ページトップ */
.top-scroll {
  display: none;
  position: fixed;
  right: 32px;
  bottom: 100px;
  z-index: 100;
  background-color: #ddd;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
}
.top-scroll button {
  cursor: pointer;
  color: #333;
  font-size: 10px;
  font-size: min(0.1rem, 10px);
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.top-scroll button::before {
  content: "";
  margin-bottom: 3px;
  width: 4px;
  height: 4px;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*------------------------------------------------------------------------------------ タイトル */
.content-ttl {
  font-size: 60px;
  font-size: min(0.6rem, 60px);
  color: #7FBE41;
  font-family: "Darumadrop One", ab-j-gu, sans-serif;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .content-ttl {
    font-size: 40px;
    font-size: min(0.4rem, 40px);
  }
}
.content-ttl span {
  font-size: 20px;
  font-size: min(0.2rem, 20px);
  font-family: "YakuHanJP", corporate-logo-ver2, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  color: #5A6F37;
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .content-ttl span {
    font-size: 15px;
    font-size: min(0.15rem, 15px);
  }
}

/*------------------------------------------------------------------------------------ ボタン */
.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.btn::before {
  content: "";
  display: inline-block;
  width: 0.28rem;
  height: 0.28rem;
  background: url(../img/arrow.svg) no-repeat center/contain;
  position: absolute;
  left: -0.05rem;
  top: 50%;
  translate: 0 -50%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .btn::before {
    width: 0.2rem;
    height: 0.2rem;
  }
}
.btn > * {
  padding: 0.17rem 0.64rem;
  background: url(../img/btn-bg.svg) no-repeat center/contain;
}

.link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.1rem;
     -moz-column-gap: 0.1rem;
          column-gap: 0.1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px), print {
  .link-btn {
    padding-left: 0.4rem;
  }
}
.link-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  display: inline-block;
  width: 0.28rem;
  height: 0.28rem;
  background: url(../img/arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .link-btn::before {
    width: 0.2rem;
    height: 0.2rem;
  }
}
.link-btn > * {
  font-weight: 700;
  font-size: 25px;
  font-size: min(0.25rem, 25px);
}
@media screen and (max-width: 767px) {
  .link-btn > * {
    font-size: 18px;
    font-size: min(0.18rem, 18px);
  }
}

/*------------------------------------------------------------------------------------ line-height */
.lh9 {
  line-height: 0.9;
}

.lh14 {
  line-height: 1.4;
}

/*------------------------------------------------------------------------------------ タイトル */
/* ------------------------------------------------------------ font */
.chotai {
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}

.no-chotai {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* ------------------------------------------------------------ parts */
/* ------------------------------------------------------------ media */
/* ------------------------------------------------------------ layout */
/* Canvas Size デザインのアートボードサイズ（適宜変更）
============================================================= */
/* PC Responsive Width 768〜1536の間で可変する（適宜変更）
============================================================= */
/* スマホサイズ切り替えポイント
============================================================= */
/* rem関数
============================================================= */
/* 単位を削除
============================================================= */
/* メディアクエリ
============================================================= */
/* 波線パス
============================================================= */
/*------------------------------------------------------------------------------------ top */
.top {
  margin-top: 36px;
}
.top .slider-wrap {
  overflow: hidden;
}
.top .swiper {
  overflow: visible;
}
.top .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.top .swiper-wrapper .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.top .top-slider::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-mask: url(../img/wave-path.svg) no-repeat center/cover;
          mask: url(../img/wave-path.svg) no-repeat center/cover;
  background-color: #fff;
  width: 100%;
  height: 40px;
  top: -20px;
  left: 0;
  fill: #fff;
  z-index: 2;
  scale: -1 1;
}
@media screen and (max-width: 767px) {
  .top .top-slider::before {
    -webkit-mask-image: url(../img/wave-path-sp.svg);
            mask-image: url(../img/wave-path-sp.svg);
  }
}
.top .bottom-slider::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-mask: url(../img/wave-path.svg) no-repeat center/cover;
          mask: url(../img/wave-path.svg) no-repeat center/cover;
  background-color: #fff;
  width: 100%;
  height: 40px;
  top: -20px;
  left: 0;
  fill: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top .bottom-slider::before {
    -webkit-mask-image: url(../img/wave-path-sp.svg);
            mask-image: url(../img/wave-path-sp.svg);
  }
}
.top .bottom-slider::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-mask: url(../img/wave-path.svg) no-repeat center/cover;
          mask: url(../img/wave-path.svg) no-repeat center/cover;
  background-color: #fff;
  width: 100%;
  height: 40px;
  top: -20px;
  left: 0;
  fill: #fff;
  z-index: 2;
  top: auto;
  bottom: -20px;
  scale: -1 1;
}
@media screen and (max-width: 767px) {
  .top .bottom-slider::after {
    -webkit-mask-image: url(../img/wave-path-sp.svg);
            mask-image: url(../img/wave-path-sp.svg);
  }
}
.top .lead {
  margin-top: 0.4rem;
  padding-left: 0.5rem;
}
@media screen and (min-width: 1501px) {
  .top .lead {
    margin-inline: auto;
    max-width: 1350px;
  }
}
@media screen and (max-width: 767px) {
  .top .lead {
    margin-left: 0;
    margin-top: 0.5rem;
    display: block;
    text-align: center;
    padding-left: 0;
  }
}
.top .lead .logo {
  position: relative;
  width: 3.39rem;
  height: 1.49rem;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .top .lead .logo {
    width: 2.2rem;
    height: 0.97rem;
    margin: 0 auto;
  }
}
.top .lead .logo img {
  width: 100%;
  height: 100%;
}
.top .lead .logo h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  zoom: 1;
  position: absolute;
  inset: 0;
}
.top .lead p {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  margin-left: 0.65rem;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .top .lead p {
    margin: 0.2rem 0.3rem 0;
  }
}

/*------------------------------------------------------------------------------------ about */
.about {
  margin-top: 5.1rem;
  padding-bottom: 1.2rem;
  background-color: #FBF2E0;
  position: relative;
}
.about::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-mask: url(../img/wave-path.svg) no-repeat center/cover;
          mask: url(../img/wave-path.svg) no-repeat center/cover;
  background-color: #FBF2E0;
  width: 100%;
  height: 40px;
  top: -20px;
  left: 0;
  fill: #FBF2E0;
  z-index: 2;
  z-index: -1;
  scale: -1 1;
}
@media screen and (max-width: 767px) {
  .about::before {
    -webkit-mask-image: url(../img/wave-path-sp.svg);
            mask-image: url(../img/wave-path-sp.svg);
  }
}
@media screen and (max-width: 767px) {
  .about {
    margin-top: 5.9rem;
    padding-bottom: 0.8rem;
  }
}
.about::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-mask: url(../img/wave-path.svg) no-repeat center/cover;
          mask: url(../img/wave-path.svg) no-repeat center/cover;
  background-color: #FBF2E0;
  width: 100%;
  height: 40px;
  top: -20px;
  left: 0;
  fill: #FBF2E0;
  z-index: 2;
  top: auto;
  bottom: -20px;
  scale: -1 1;
}
@media screen and (max-width: 767px) {
  .about::after {
    -webkit-mask-image: url(../img/wave-path-sp.svg);
            mask-image: url(../img/wave-path-sp.svg);
  }
}
.about .content-inner {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .about .content-inner {
    padding: 0;
  }
}
.about .img-wrap {
  position: relative;
}
.about .img-wrap .img-effect {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .about .img-wrap .img-effect {
    top: auto !important;
  }
}
.about .img-wrap .i1 {
  top: -2.21rem;
  left: 0.4rem;
  rotate: -5deg;
  width: 1.64rem;
  height: 1.12rem;
}
@media screen and (min-width: 768px), print {
  .about .img-wrap .i1.acted {
    translate: 0 -100%;
  }
}
@media screen and (max-width: 767px) {
  .about .img-wrap .i1 {
    bottom: calc(100% + 3.97rem);
  }
}
@media screen and (max-width: 767px) {
  .about .img-wrap .i1 {
    width: 1.2rem;
    height: 0.82rem;
    left: 0;
  }
}
.about .img-wrap .i2 {
  top: -2.33rem;
  left: 3.43rem;
  rotate: 3deg;
  width: 0.91rem;
  height: 0.62rem;
}
@media screen and (min-width: 768px), print {
  .about .img-wrap .i2.acted {
    translate: 0 -100%;
  }
}
@media screen and (max-width: 767px) {
  .about .img-wrap .i2 {
    width: 0.66rem;
    height: 0.46rem;
    left: auto;
    bottom: calc(100% + 4.1rem);
    right: 0.25rem;
  }
}
.about .img-wrap .i3 {
  top: -1.83rem;
  left: 0.87rem;
  rotate: 2deg;
  width: 3.5rem;
  height: 2.4rem;
}
@media screen and (max-width: 767px) {
  .about .img-wrap .i3 {
    width: 2.56rem;
    height: 1.75rem;
    left: 0.34rem;
    bottom: calc(100% + 1.89rem);
  }
}
.about .img-wrap .i4 {
  top: 1.1rem;
  left: 2.98rem;
  rotate: 3deg;
  width: 1.67rem;
  height: 1.15rem;
}
@media screen and (max-width: 767px) {
  .about .img-wrap .i4 {
    width: 1.22rem;
    height: 0.84rem;
    left: auto;
    right: 0rem;
    bottom: calc(100% + 0.69rem);
  }
}
@media screen and (min-width: 768px), print {
  .about .desc {
    width: 50%;
    margin-left: auto;
  }
}
.about .desc .content-ttl.acted {
  translate: 0 calc(-100% + 11px);
}
@media screen and (max-width: 767px) {
  .about .desc .content-ttl.acted {
    translate: 0 calc(-100% + 8px);
  }
}
.about .desc p:first-of-type {
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .about .desc p:first-of-type {
    margin-top: -0.14rem;
  }
}
.about .desc p:not(:first-of-type) {
  margin-top: 0.1rem;
}

/*------------------------------------------------------------------------------------ theme */
.theme {
  background-color: #FBF2E0;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .theme {
    padding-bottom: 1.4rem;
  }
}
.theme .bg {
  padding-block: 1.5rem 1.67rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))), url(../img/theme/theme-bg.jpg) no-repeat center/cover;
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url(../img/theme/theme-bg.jpg) no-repeat center/cover;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .theme .bg {
    padding-block: 0.6rem 1rem;
  }
}
.theme .bg .content-ttl {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .theme .bg .content-ttl {
    font-size: 36px;
    font-size: min(0.36rem, 36px);
  }
}
.theme .bg .content-ttl span {
  color: #fff;
}
.theme .bg .ttl {
  font-size: 140px;
  font-size: min(1.4rem, 140px);
  margin-top: 2.1rem;
}
@media screen and (max-width: 767px) {
  .theme .bg .ttl {
    margin-top: 0.8rem;
    font-size: 80px;
    font-size: min(0.8rem, 80px);
  }
}
.theme .bg .ttl p {
  font-size: 30px;
  font-size: min(0.3rem, 30px);
  display: block;
  margin-top: 0.18rem;
}
@media screen and (max-width: 767px) {
  .theme .bg .ttl p {
    font-size: 23px;
    font-size: min(0.23rem, 23px);
  }
}
.theme .bg .ttl .en-t {
  font-size: 42px;
  font-size: min(0.42rem, 42px);
}
@media screen and (max-width: 767px) {
  .theme .bg .ttl .en-t {
    font-size: 31px;
    font-size: min(0.31rem, 31px);
  }
}
.theme .bg .ttl .ja-t {
  font-size: 24px;
  font-size: min(0.24rem, 24px);
}
@media screen and (max-width: 767px) {
  .theme .bg .ttl .ja-t {
    font-size: 17px;
    font-size: min(0.17rem, 17px);
  }
}
.theme .desc {
  position: relative;
  padding-top: 1.66rem;
}
.theme .desc::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-mask: url(../img/wave-path.svg) no-repeat center/cover;
          mask: url(../img/wave-path.svg) no-repeat center/cover;
  background-color: #FBF2E0;
  width: 100%;
  height: 40px;
  top: -20px;
  left: 0;
  fill: #FBF2E0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .theme .desc::before {
    -webkit-mask-image: url(../img/wave-path-sp.svg);
            mask-image: url(../img/wave-path-sp.svg);
  }
}
@media screen and (max-width: 767px) {
  .theme .desc {
    padding: 1.2rem 0.3rem 0;
  }
}
.theme .desc .paper {
  position: absolute;
  top: -0.85rem;
  left: 50%;
  width: 1.05rem;
  height: 1.49rem;
  rotate: 5deg;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
}
.theme .desc .paper.act {
  translate: -50% 20px;
}
.theme .desc .paper.acted {
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .theme .desc .paper {
    width: 0.71rem;
    height: 1rem;
    top: -0.61rem;
  }
  .theme .desc .paper img {
    width: 100%;
    height: 100%;
  }
}
.theme .desc p:not(.paper) {
  text-align: center;
}
.theme .desc p:not(.paper):not(:first-of-type) {
  margin-top: 0.1rem;
}
.theme .desc .btn-wrap {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 1rem auto 0;
}
.theme .desc .btn-wrap .link-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme .desc .btn-wrap::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-mask: url(../img/wave-path.svg) no-repeat center/cover;
          mask: url(../img/wave-path.svg) no-repeat center/cover;
  background-color: #7FBE41;
  width: 100%;
  height: 40px;
  top: -20px;
  left: 0;
  fill: #7FBE41;
  z-index: 2;
  height: 11px;
  scale: 1 -1;
}
@media screen and (max-width: 767px) {
  .theme .desc .btn-wrap::before {
    -webkit-mask-image: url(../img/wave-path-sp.svg);
            mask-image: url(../img/wave-path-sp.svg);
  }
}
.theme .desc .btn-wrap::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-mask: url(../img/wave-path.svg) no-repeat center/cover;
          mask: url(../img/wave-path.svg) no-repeat center/cover;
  background-color: #7FBE41;
  width: 100%;
  height: 40px;
  top: -20px;
  left: 0;
  fill: #7FBE41;
  z-index: 2;
  height: 11px;
  top: auto;
  bottom: -20px;
  scale: -1 1;
}
@media screen and (max-width: 767px) {
  .theme .desc .btn-wrap::after {
    -webkit-mask-image: url(../img/wave-path-sp.svg);
            mask-image: url(../img/wave-path-sp.svg);
  }
}
@media screen and (max-width: 767px) {
  .theme .desc .btn-wrap {
    width: 100%;
    margin-top: 0.7rem;
  }
}

/*------------------------------------------------------------------------------------ info */
.info {
  padding-top: 2.1rem;
  position: relative;
}
.info::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-mask: url(../img/wave-path.svg) no-repeat center/cover;
          mask: url(../img/wave-path.svg) no-repeat center/cover;
  background-color: #FBF2E0;
  width: 100%;
  height: 40px;
  top: -20px;
  left: 0;
  fill: #FBF2E0;
  z-index: 2;
  scale: -1 1;
}
@media screen and (max-width: 767px) {
  .info::before {
    -webkit-mask-image: url(../img/wave-path-sp.svg);
            mask-image: url(../img/wave-path-sp.svg);
  }
}
@media screen and (max-width: 767px) {
  .info {
    padding-top: 1.4rem;
  }
}
@media screen and (min-width: 768px), print {
  .info .content-inner {
    padding: 0;
  }
}
.info .content-ttl {
  text-align: center;
}
.info .lead-txt {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .info .lead-txt {
    margin-top: 0.4rem;
  }
}
.info .lead-txt p:nth-of-type(2) {
  margin-top: 0.08rem;
}
.info .wrap {
  margin-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .info .wrap {
    display: block;
  }
}
.info .wrap .block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  position: relative;
}
.info .wrap .ttl {
  color: #7FBE41;
  font-size: 20px;
  font-size: min(0.2rem, 20px);
  font-weight: 700;
}
.info .wrap .btn {
  margin-top: 0.5rem;
  font-size: 20px;
  font-size: min(0.2rem, 20px);
  font-weight: 700;
}
.info .wrap .btn a {
  width: 100%;
}
.info .wrap .list {
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .info .wrap .list {
    margin-top: 0.15rem;
  }
}

/*------------------------------------------------------------------------------------ top */
/* ------------------------------------------------------------ font */
.chotai {
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}

.no-chotai {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* ------------------------------------------------------------ parts */
/* ------------------------------------------------------------ media */
/* ------------------------------------------------------------ layout */
/* Canvas Size デザインのアートボードサイズ（適宜変更）
============================================================= */
/* PC Responsive Width 768〜1536の間で可変する（適宜変更）
============================================================= */
/* スマホサイズ切り替えポイント
============================================================= */
/* rem関数
============================================================= */
/* 単位を削除
============================================================= */
/* メディアクエリ
============================================================= */
/* 波線パス
============================================================= */
/*------------------------------------------------------------------------------------ 画像読み込み */
.img-effect {
  overflow: hidden;
  background: url("../img/loading.gif") rgba(242, 248, 236, 0.6) no-repeat;
  background-position: center;
  background-size: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.img-effect .img-load {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 99.9%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 99.9%);
}
.img-effect .img-load.loaded {
  -webkit-animation: loaded 1.3s cubic-bezier(0.19, 1, 0.22, 1) 1s both;
          animation: loaded 1.3s cubic-bezier(0.19, 1, 0.22, 1) 1s both;
}

@-webkit-keyframes loaded {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% -1%, 100% 101%, 0 100%);
            clip-path: polygon(0 0, 100% -1%, 100% 101%, 0 100%);
  }
}

@keyframes loaded {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% -1%, 100% 101%, 0 100%);
            clip-path: polygon(0 0, 100% -1%, 100% 101%, 0 100%);
  }
}
/*------------------------------------------------------------------------------------ ページ遷移用アニメーション */
.mask {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mask.is-close {
  pointer-events: auto;
  opacity: 1;
}

.loader {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: solid 2px;
  border-color: #000000 rgba(0, 0, 0, 0.062745098) rgba(0, 0, 0, 0.062745098);
  -webkit-animation: spin 0.5s infinite linear;
          animation: spin 0.5s infinite linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*------------------------------------------------------------------------------------ fadeIn */
.act {
  translate: 0 60px;
  opacity: 0;
  -webkit-transition-property: translate, opacity;
  transition-property: translate, opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.act.acted {
  translate: 0 0;
  opacity: 1;
}

/*------------------------------------------------------------------------------------ btn animation */
.btn:hover::before {
  -webkit-animation: btn 0.3s ease 0s 1 forwards;
          animation: btn 0.3s ease 0s 1 forwards;
}

.link-btn:hover::before {
  -webkit-animation: link-btn 0.3s ease 0s 1 forwards;
          animation: link-btn 0.3s ease 0s 1 forwards;
}

@-webkit-keyframes btn {
  0% {
    opacity: 0;
  }
  10% {
    translate: -40px -50%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    translate: 0 -50%;
  }
}

@keyframes btn {
  0% {
    opacity: 0;
  }
  10% {
    translate: -40px -50%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    translate: 0 -50%;
  }
}
@-webkit-keyframes link-btn {
  0% {
    opacity: 0;
  }
  10% {
    translate: -40px -50%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    translate: 0 -50%;
  }
}
@keyframes link-btn {
  0% {
    opacity: 0;
  }
  10% {
    translate: -40px -50%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    translate: 0 -50%;
  }
}
/*------------------------------------------------------------------------------------ animation */
.zoom-in *:has(img) {
  overflow: hidden;
}
.zoom-in img {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.zoom-in:hover img {
  scale: 1.2;
}

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
/*# sourceMappingURL=common.css.map */