@charset "UTF-8";
/* RESET */
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;
  box-sizing: border-box;
}

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

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  transition: all 0.4s ease-out;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul {
  list-style-type: none;
}

ol {
  list-style-type: decimal;
}

@font-face {
  font-family: "wwfFont";
  src: url("fonts/WWF.woff2") format("woff2"), url("fonts/WWF.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.oubunLarge {
  font-family: "wwfFont", sans-serif;
}

.oubunSmall {
  font-family: "Open Sans", sans-serif;
}

.forPC {
  display: block;
}

.forSP {
  display: none;
}

@media screen and (max-width: 979px) {
  .forPC {
    display: none;
  }
  .forSP {
    display: block;
  }
}
img {
  width: 100%;
}

html {
  font-size: 0.7142857143vw;
  scroll-behavior: smooth;
}

@media screen and (max-width: 979px) {
  html {
    font-size: 1.3333333333vw;
  }
}
html {
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  font-family: "Yu Gothic Bold", "YuGothic-Bold", "游ゴシック Bold", "游ゴシック体", sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  overflow-x: clip;
}

body.home {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
body.home main {
  flex: 1 0 auto;
}

a {
  text-decoration: none;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
a:visited {
  color: inherit;
}

p.bnr_get {
  width: 30rem;
  height: 8rem;
  position: absolute;
  bottom: 15.6rem;
  right: 3rem;
  z-index: 3;
}
@media screen and (max-width: 979px) {
  p.bnr_get {
    width: 50rem;
    height: 13.4rem;
    position: absolute;
    bottom: 1.4rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
p.bnr_get.ghost {
  position: fixed;
  opacity: 0;
  bottom: 0;
  transition: all 0.4s ease;
}
p.bnr_get.ghost.fix {
  bottom: 4rem;
  right: 3rem;
  z-index: 3;
  opacity: 1;
}
@media screen and (max-width: 979px) {
  p.bnr_get.ghost.fix {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
p.bnr_get.ghost.bottomEnd {
  opacity: 0;
}
p.bnr_get a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 2rem;
  padding-left: 7rem;
  display: block;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  border-radius: 4rem;
  border: 1px solid #000;
  box-shadow: 0.4rem 0.4rem 0 #000;
  background-color: #fdec23;
  background-image: url("data:image/svg+xml,%3Csvg id='button' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 252.91 24'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;%7D.cls-1,.cls-2%7Bstroke-linejoin:round;%7D.cls-3%7Bfill:%2326a144;stroke-width:0px;%7D.cls-2%7Bfill:%23fff;stroke:%23000;stroke-linecap:round;stroke-width:1.14px;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-2' x='.57' y='1.06' width='30' height='21.88'/%3E%3Cpolyline class='cls-2' points='1.18 1.5 15.41 15.85 30.57 1.06'/%3E%3Cline class='cls-2' x1='19.53' y1='12.5' x2='30.57' y2='22.94'/%3E%3Cline class='cls-2' x1='1.18' y1='22.34' x2='11.42' y2='12.49'/%3E%3Ccircle class='cls-3' cx='240.91' cy='12' r='12'/%3E%3Cpolyline class='cls-1' points='238.56 14.35 243.56 9.35 239.56 9.35'/%3E%3Cline class='cls-1' x1='243.56' y1='13.35' x2='243.56' y2='9.35'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 25.2341rem;
  background-position: top 2.7rem left 2.7rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 979px) {
  p.bnr_get a {
    border-radius: 6.7rem;
    background-size: 42.167rem;
    background-position: top 4.7rem left 4.7rem;
    padding-top: 3.4rem;
    padding-left: 12.3rem;
    box-shadow: 0.8rem 0.8rem 0 #000;
  }
}
p.bnr_get a:hover {
  opacity: 1;
  transform: translateY(0.4rem);
  box-shadow: 0 0 0 #000;
}
p.bnr_get a span.small {
  font-size: 1.5rem;
  display: block;
  width: 100%;
  margin-bottom: 0.6rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 979px) {
  p.bnr_get a span.small {
    font-size: 2.5rem;
  }
}
p.bnr_get a span.large {
  font-size: 1.8rem;
  display: block;
  width: 100%;
}
@media screen and (max-width: 979px) {
  p.bnr_get a span.large {
    font-size: 3rem;
  }
}

@keyframes KVfadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px); /* 少し下から浮き上がる演出（不要なら消してOK） */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes innerLinkfadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px) translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(-50%);
  }
}
@keyframes lineScroll {
  0% {
    transform: translateX(-50%) scaleY(0);
    transform-origin: top; /* 上を基点に伸びる */
  }
  45% {
    transform: translateX(-50%) scaleY(1);
    transform-origin: top;
  }
  55% {
    transform: translateX(-50%) scaleY(1);
    transform-origin: bottom; /* 基点を下に切り替える */
  }
  100% {
    transform: translateX(-50%) scaleY(0);
    transform-origin: bottom; /* 下に向かって縮む */
  }
}
.kv {
  width: 100%;
  height: 62.571428571vw;
  position: relative;
  background: #f8f6f3;
}
@media screen and (max-width: 979px) {
  .kv {
    height: 122rem;
  }
}
.kv picture {
  opacity: 0;
  animation: KVfadeIn 1.2s ease-out forwards;
}
.kv {
  /* 3. 各画像に遅延時間を設定（0.2秒ずつずらす例） */
}
.kv picture:nth-of-type(1) {
  animation-delay: 0.5s;
}
.kv picture:nth-of-type(2) {
  animation-delay: 0.3s;
}
.kv picture:nth-of-type(3) {
  animation-delay: 0.6s;
}
.kv picture:nth-of-type(4) {
  animation-delay: 0.9s;
}
.kv picture:nth-of-type(5) {
  animation-delay: 1.2s;
}
.kv picture:nth-of-type(6) {
  animation-delay: 1.5s;
}
.kv picture:nth-of-type(7) {
  animation-delay: 1.8s;
}
.kv picture {
  position: absolute;
  top: 0;
  left: 0;
}
.kv h1 {
  width: 8.6rem;
  height: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  animation: KVfadeIn 1.2s ease-out forwards;
  animation-delay: 1.8s;
}
@media screen and (max-width: 979px) {
  .kv h1 {
    width: 13.2572rem;
    height: 14.915rem;
  }
}
.kv .scroll {
  width: 2.46079rem;
  height: 4.9597rem;
  position: absolute;
  bottom: 10vw;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/bg_scroll.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 979px) {
  .kv .scroll {
    bottom: -12rem;
    width: 4.796rem;
    height: 8.27949rem;
  }
}
.kv .scroll .inner {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.kv .scroll .inner::after {
  content: "";
  width: 1px;
  height: 3rem;
  background: #26a144;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: lineScroll 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media screen and (max-width: 979px) {
  .kv .scroll .inner::after {
    height: 5.8rem;
  }
}
.kv ul.innerLink {
  width: 120rem;
  height: 13rem;
  background: #26a144;
  border: 1px solid #000000;
  border-radius: 6.5rem;
  padding: 1.6rem 3.4rem 3.8rem 3.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  row-gap: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: auto;
  transform: translateX(-50%);
  opacity: 0;
  animation: innerLinkfadeIn 1.2s ease-out forwards;
  animation-delay: 1.8s;
}
@media screen and (max-width: 979px) {
  .kv ul.innerLink {
    width: 100%;
  }
}
.kv ul.innerLink .ttlBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 0.5rem;
  margin-bottom: 0.7rem;
}
.kv ul.innerLink .ttlBox p {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fdec23;
  text-align: center;
}
.kv ul.innerLink .ttlBox p:nth-of-type(1) {
  width: 12rem;
}
.kv ul.innerLink .ttlBox p:nth-of-type(2) {
  width: 16rem;
}
.kv ul.innerLink .ttlBox p:nth-of-type(3) {
  width: 26.6rem;
}
.kv ul.innerLink .ttlBox p:nth-of-type(4) {
  width: 25rem;
  padding-left: 1.2em;
}
.kv ul.innerLink .ttlBox p:nth-of-type(5) {
  width: 16rem;
}
.kv ul.innerLink .ttlBox p:nth-of-type(6) {
  width: 8.8rem;
  padding-left: 0.4em;
}
.kv ul.innerLink .ttlBox p:nth-of-type(7) {
  width: 8.8rem;
}
.kv ul.innerLink li {
  height: 4.2rem;
}
.kv ul.innerLink li:nth-of-type(1) {
  width: 12rem;
}
.kv ul.innerLink li:nth-of-type(2) {
  width: 16rem;
}
.kv ul.innerLink li:nth-of-type(3) {
  width: 13.8rem;
}
.kv ul.innerLink li:nth-of-type(4) {
  width: 12.8rem;
}
.kv ul.innerLink li:nth-of-type(5) {
  width: 13.8rem;
}
.kv ul.innerLink li:nth-of-type(6) {
  width: 11.2rem;
}
.kv ul.innerLink li:nth-of-type(7) {
  width: 16rem;
}
.kv ul.innerLink li:nth-of-type(8) {
  width: 8.8rem;
}
.kv ul.innerLink li:nth-of-type(9) {
  width: 8rem;
}
.kv ul.innerLink li:last-of-type a::after {
  display: none;
}
.kv ul.innerLink li a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: flex;
  height: 100%;
  width: calc(100% - 1px);
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.4s ease;
  letter-spacing: -0.05rem;
  box-sizing: border-box;
}
.kv ul.innerLink li a::before {
  content: "";
  width: 1rem;
  height: 0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg id='button' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.71 5.85'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-linejoin:round;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='10.35 .35 5.35 5.35 .35 .35'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -1.8rem;
  left: 50%;
  transform: translateX(-50%);
}
.kv ul.innerLink li a::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.kv ul.innerLink li a:hover {
  opacity: 0.7;
}
.kv ul.innerLink li a.linedot::after {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg id='txt' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 43'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2%7Bfill:none;stroke:%23fff;stroke-linecap:round;stroke-miterlimit:10;%7D.cls-2%7Bstroke-dasharray:0 0 0 3.82;%7D%3C/style%3E%3C/defs%3E%3Cline class='cls-1' x1='.5' y1='42.5' x2='.5' y2='42.5'/%3E%3Cline class='cls-2' x1='.5' y1='38.68' x2='.5' y2='2.41'/%3E%3Cline class='cls-1' x1='.5' y1='.5' x2='.5' y2='.5'/%3E%3C/svg%3E");
  background-repeat: repeat-y;
  background-size: 1px;
}

section h2 {
  font-size: 10rem;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 979px) {
  section h2 {
    line-height: 1;
    font-size: 12rem;
    text-align: center;
  }
}
section h2.fade span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
}
section h2.fade.is-active span {
  opacity: 1;
  transform: translateY(0);
}
section h2.fade.yoko span {
  display: inline-block;
  opacity: 0;
  transform: translateX(20px) rotate(90deg);
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 979px) {
  section h2.fade.yoko span {
    transform: translateY(20px) rotate(0);
  }
}
section h2.fade.yoko.is-active span {
  opacity: 1;
  transform: translateX(0) rotate(90deg);
}
@media screen and (max-width: 979px) {
  section h2.fade.yoko.is-active span {
    transform: translateY(0) rotate(0);
  }
}
section h2.fade.is-active span:nth-child(1) {
  transition-delay: 0.1s;
}
section h2.fade.is-active span:nth-child(2) {
  transition-delay: 0.2s;
}
section h2.fade.is-active span:nth-child(3) {
  transition-delay: 0.3s;
}
section h2.fade.is-active span:nth-child(4) {
  transition-delay: 0.4s;
}
section h2.fade.is-active span:nth-child(5) {
  transition-delay: 0.5s;
}
section h2.fade.is-active span:nth-child(6) {
  transition-delay: 0.6s;
}
section h2.fade.is-active span:nth-child(7) {
  transition-delay: 0.7s;
}
section h2.fade.is-active span:nth-child(8) {
  transition-delay: 0.7s;
}
section h2.fade.is-active span:nth-child(9) {
  transition-delay: 0.7s;
}
section h2.fade.is-active span:nth-child(10) {
  transition-delay: 0.7s;
}
section h2.fade.is-active span:nth-child(11) {
  transition-delay: 0.7s;
}
section h2.fade.is-active span:nth-child(12) {
  transition-delay: 0.7s;
}
section h2.fade.is-active span:nth-child(13) {
  transition-delay: 0.7s;
}
section p.h2Sub {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 979px) {
  section p.h2Sub {
    font-size: 3rem;
    text-align: center;
  }
}

section.pickup {
  width: 100%;
  background: #f8f6f3;
  padding-top: 7rem; /* 9.8rem */
  padding-bottom: 10rem;
}
@media screen and (max-width: 979px) {
  section.pickup {
    padding-top: 25.6vw;
    padding-bottom: 16rem;
  }
}
section.pickup .inner {
  width: 110rem;
  margin: auto;
}
@media screen and (max-width: 979px) {
  section.pickup .inner {
    width: 68rem;
  }
}
section.pickup .inner .card {
  margin-top: 3.8rem;
  width: 100%;
  background: #fdef4f;
  border: 1px solid #000;
  border-radius: 4.2rem;
  padding: 5.3rem 6rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 979px) {
  section.pickup .inner .card {
    flex-direction: column;
    border-radius: 6.8rem;
    padding: 5.3rem 6rem 21.5rem;
  }
}
section.pickup .inner .card::before {
  content: "";
  width: 17.1rem;
  height: 13rem;
  background: url("../images/deco01.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: -13.1rem;
  left: 24rem;
}
@media screen and (max-width: 979px) {
  section.pickup .inner .card::before {
    top: auto;
    bottom: -3rem;
    left: 19.4rem;
    width: 29rem;
    height: 22rem;
  }
}
section.pickup .inner .card figure {
  width: 40rem;
  height: 26.6rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 979px) {
  section.pickup .inner .card figure {
    width: 55.6rem;
    height: 36rem;
    border-radius: 2rem;
  }
}
section.pickup .inner .card figure img {
  object-fit: cover;
}
section.pickup .inner .card .txts {
  width: 53.5rem;
}
@media screen and (max-width: 979px) {
  section.pickup .inner .card .txts {
    width: 100%;
    margin-top: 3rem;
  }
}
section.pickup .inner .card .txts h3 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3.8rem;
  margin-bottom: 2.5rem;
  letter-spacing: -0.3rem;
}
@media screen and (max-width: 979px) {
  section.pickup .inner .card .txts h3 {
    font-size: 4.4rem;
    line-height: 6.4rem;
  }
}
section.pickup .inner .card .txts p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.4rem 0 1.1rem 2.7rem;
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 979px) {
  section.pickup .inner .card .txts p {
    font-size: 3rem;
    line-height: 1.5;
    padding: 0.4rem 0 1.1rem 5rem;
  }
}
section.pickup .inner .card .txts p.date {
  background-image: url("data:image/svg+xml,%3Csvg id='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2%7Bfill:%23fdef4f;%7D.cls-3%7Bfill:%2326a144;%7D%3C/style%3E%3Cg%3E%3Cpath class='cls-3' d='M19.66,5.85l.08,2.82H2.34l-.08-2.82c0-1.19.96-2.15,2.15-2.15h2.35v1.3c0,.72-1.08.38-.36.38s1.3.34,1.3-.38v-1.3h6.6v1.3c0,.72-1.08.38-.36.38s1.3.34,1.3-.38v-1.3h2.26c1.19,0,2.15.96,2.15,2.15Z'/%3E%3Cpath class='cls-3' d='M2.26,10.09v7.98c0,1.19.96,2.15,2.15,2.15h13.1c1.19,0,2.15-.96,2.15-2.15v-7.98H2.26Z'/%3E%3Cpath class='cls-3' d='M7.21,6.55c-.79,0-1.41-.46-1.41-1.04v-2.98c0-.61.66-1.14,1.41-1.14s1.41.53,1.41,1.14v2.98c0,.58-.62,1.04-1.41,1.04Z'/%3E%3Cpath class='cls-2' d='M7.21,1.78c.56,0,1.02.4,1.02.75v2.98c0,.36-.46.65-1.02.65s-1.02-.29-1.02-.65v-2.98c0-.36.46-.75,1.02-.75M7.21,1c-.96,0-1.8.72-1.8,1.53v2.98c0,.8.79,1.43,1.8,1.43s1.8-.63,1.8-1.43v-2.98c0-.82-.84-1.53-1.8-1.53h0Z'/%3E%3Cpath class='cls-3' d='M14.79,6.55c-.79,0-1.41-.46-1.41-1.04v-2.98c0-.61.66-1.14,1.41-1.14s1.41.53,1.41,1.14v2.98c0,.58-.62,1.04-1.41,1.04Z'/%3E%3Cpath class='cls-2' d='M14.79,1.78c.56,0,1.02.4,1.02.75v2.98c0,.36-.46.65-1.02.65s-1.02-.29-1.02-.65v-2.98c0-.36.46-.75,1.02-.75M14.79,1c-.96,0-1.8.72-1.8,1.53v2.98c0,.8.79,1.43,1.8,1.43s1.8-.63,1.8-1.43v-2.98c0-.82-.84-1.53-1.8-1.53h0Z'/%3E%3Crect class='cls-2' x='5.18' y='12.57' width='1.61' height='1.61' rx='.81' ry='.81'/%3E%3Crect class='cls-2' x='8.53' y='12.57' width='1.61' height='1.61' rx='.81' ry='.81'/%3E%3Crect class='cls-2' x='11.89' y='12.57' width='1.61' height='1.61' rx='.81' ry='.81'/%3E%3Crect class='cls-2' x='5.18' y='15.74' width='1.61' height='1.61' rx='.81' ry='.81'/%3E%3Crect class='cls-2' x='8.53' y='15.74' width='1.61' height='1.61' rx='.81' ry='.81'/%3E%3Crect class='cls-2' x='11.89' y='15.74' width='1.61' height='1.61' rx='.81' ry='.81'/%3E%3Crect class='cls-2' x='15.21' y='12.57' width='1.61' height='1.61' rx='.81' ry='.81'/%3E%3Crect class='cls-2' x='15.21' y='15.74' width='1.61' height='1.61' rx='.81' ry='.81'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 2.2rem;
  background-position: top left;
}
@media screen and (max-width: 979px) {
  section.pickup .inner .card .txts p.date {
    background-size: 4rem;
    background-position: top 0.4rem left;
  }
}
section.pickup .inner .card .txts p.place {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cstyle%3E.cls-2%7Bfill:%23fdef4f;%7D.cls-3%7Bfill:%2326a144;%7D%3C/style%3E%3Cg%3E%3Cpath class='cls-3' d='M19.07,8.46c0,4.91-5.28,10.34-7.3,12.79-.4.49-1.14.49-1.54,0-2.02-2.45-7.3-7.35-7.3-12.79C2.93,4,6.54.39,11,.39s8.07,3.61,8.07,8.07Z'/%3E%3Ccircle class='cls-2' cx='11' cy='8.46' r='3.74'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 2.2rem;
  background-position: top left;
}
@media screen and (max-width: 979px) {
  section.pickup .inner .card .txts p.place {
    background-size: 4rem;
    background-position: top 0.6rem left;
  }
}
section.pickup .inner .card .txts p.btn01 {
  margin-top: 2.5rem;
  border-bottom: none;
  padding: 0;
}
@media screen and (max-width: 979px) {
  section.pickup .inner .card .txts p.btn01 {
    margin: auto;
    margin-top: 4.8rem;
  }
}

/* 1. 現在中央にある矢印を右に逃がす */
@keyframes exitToRight {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(150%);
    opacity: 0;
  }
}
/* 2. 左に隠れている矢印を中央に呼び込む */
@keyframes enterFromLeft {
  0% {
    transform: translateX(-150%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
p.btn01 {
  width: 26rem;
  height: 6rem;
  display: block;
}
@media screen and (max-width: 979px) {
  p.btn01 {
    width: 42rem;
    height: 11rem;
  }
}
p.btn01 {
  box-sizing: border-box;
}
p.btn01 a {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #000;
  border-radius: 3rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 3.9rem;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 979px) {
  p.btn01 a {
    border-radius: 5.5rem;
    font-size: 2.8rem;
    padding-left: 5rem;
    box-sizing: border-box;
  }
}
p.btn01 a .arrow {
  overflow: hidden; /* 枠外の矢印を隠す */
  position: absolute;
  top: 1.8rem;
  right: 1.7rem;
  width: 2.4rem;
  height: 2.4rem;
  background: #26a144;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 979px) {
  p.btn01 a .arrow {
    width: 3.8rem;
    height: 3.8rem;
    top: 3.6rem;
    right: 3.8rem;
  }
}
p.btn01 a .arrow:before,
p.btn01 a .arrow:after {
  content: "";
  position: absolute;
  color: #fff;
  font-size: 1.2rem;
  font-family: serif; /* 矢印のデザイン調整 */
  transition: none;
  background-image: url("data:image/svg+xml,%3Csvg id='button' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.57 6.36'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-linejoin:round;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='0 3.18 7.07 3.18 4.24 .35'/%3E%3Cline class='cls-1' x1='4.24' y1='6.01' x2='7.07' y2='3.18'/%3E%3C/svg%3E");
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-position: center top 0.8rem;
  background-size: 0.8rem;
  display: inline-block;
}
@media screen and (max-width: 979px) {
  p.btn01 a .arrow:before,
  p.btn01 a .arrow:after {
    background-size: 1.119rem;
  }
}
p.btn01 a {
  /* --- 初期状態 --- */
  /* beforeは中央に配置 */
}
p.btn01 a .arrow:before {
  transform: translateX(0);
}
p.btn01 a {
  /* afterは左側に隠しておく */
}
p.btn01 a .arrow:after {
  transform: translateX(-150%);
}
p.btn01 a {
  /* --- ホバー時の動き --- */
}
p.btn01 a:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
p.btn01 a:hover .arrow:before {
  animation: exitToRight 0.6s ease forwards;
}
p.btn01 a:hover .arrow:after {
  animation: enterFromLeft 0.6s ease forwards;
}
p.btn01.ext a .arrow:before,
p.btn01.ext a .arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg id='button' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.85 5.85'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-linejoin:round;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='.35 5.5 5.35 .5 1.35 .5'/%3E%3Cline class='cls-1' x1='5.35' y1='4.5' x2='5.35' y2='.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.8rem;
  transition: none;
}
@media screen and (max-width: 979px) {
  p.btn01.ext a .arrow:before,
  p.btn01.ext a .arrow:after {
    background-size: 1rem;
  }
}
p.btn01.ext a {
  /* 初期状態：afterは左下に隠しておく */
}
p.btn01.ext a .arrow:after {
  transform: translate(-150%, 150%);
}
p.btn01.ext a {
  /* --- ホバー時の動き --- */
  /* before：中央から右上へ消える */
}
p.btn01.ext a:hover .arrow:before {
  animation: exitToTopRight 0.4s ease forwards;
}
p.btn01.ext a {
  /* after：左下から中央へ入ってくる */
}
p.btn01.ext a:hover .arrow:after {
  animation: enterFromBottomLeft 0.4s ease forwards;
}

section.news {
  width: 100%;
  background: #f8f6f3;
  padding-bottom: 10rem;
  border-radius: 0 0 7.2rem 7.2rem;
  box-sizing: border-box;
  box-shadow: 0 -1px 0 0 #000 inset;
}
section.news .inner {
  width: 110rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 979px) {
  section.news .inner {
    width: 68rem;
    flex-direction: column;
  }
}
section.news .inner header {
  width: 34.4rem;
  margin-top: -2.6rem;
}
@media screen and (max-width: 979px) {
  section.news .inner header {
    width: 100%;
  }
}
section.news .inner .newsBox {
  width: calc(100% - 34.4rem);
  height: 25rem;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  row-gap: 2.4rem;
}
@media screen and (max-width: 979px) {
  section.news .inner .newsBox {
    width: 100%;
    height: 53rem;
    padding-left: 3.2rem;
    margin-top: 6.4rem;
    row-gap: 4.5rem;
  }
}
section.news .inner .newsBox dl {
  width: 100%;
  padding-right: 4.5rem;
}
section.news .inner .newsBox dl dt {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  color: #26a144;
  position: relative;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 979px) {
  section.news .inner .newsBox dl dt {
    font-size: 2.6rem;
    margin-bottom: 1.6rem;
  }
}
section.news .inner .newsBox dl dt.new::after {
  content: "";
  width: 6rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  /* SVGデータを直接指定 */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 20'%3E%3Cstyle%3E.cls-1%7Bfill:%2326a144;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3Crect class='cls-1' width='60' height='20' rx='10' ry='10'/%3E%3Cg class='cls-2'%3E%3Cpath d='M22.8,15.14h-2l-4.92-7.96h-.05l.03.44c.06.85.1,1.62.1,2.32v5.2h-1.48V5.14h1.98l4.9,7.92h.04c0-.1-.03-.49-.05-1.15s-.04-1.17-.04-1.54v-5.24h1.5v9.99Z'/%3E%3Cpath d='M31.73,15.14h-5.65V5.14h5.65v1.38h-4.02v2.72h3.77v1.37h-3.77v3.14h4.02v1.39Z'/%3E%3Cpath d='M44.14,15.14h-1.78l-1.7-5.96c-.07-.26-.16-.63-.27-1.12s-.18-.83-.2-1.02c-.05.29-.12.67-.22,1.13-.1.46-.19.81-.26,1.04l-1.65,5.93h-1.78l-1.29-5-1.31-4.99h1.67l1.43,5.82c.22.93.38,1.76.48,2.47.05-.39.12-.82.23-1.3s.19-.87.27-1.16l1.63-5.84h1.62l1.67,5.87c.16.54.33,1.35.51,2.43.07-.65.23-1.48.49-2.49l1.42-5.81h1.65l-2.6,9.99Z'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  left: 9.7rem;
}
@media screen and (max-width: 979px) {
  section.news .inner .newsBox dl dt.new::after {
    width: 11.2rem;
    height: 3.8rem;
    left: 15.8rem;
  }
}
section.news .inner .newsBox dl dd {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem;
}
@media screen and (max-width: 979px) {
  section.news .inner .newsBox dl dd {
    font-size: 2.6rem;
    line-height: 4.2rem;
  }
}
section.news .inner .newsBox dl dd a:hover {
  opacity: 1;
  color: #26a144;
}

section.about {
  width: 100%;
  background-repeat: no-repeat;
  background-position: top 10.6rem center;
  background-size: 146.669rem;
  /* SVGデータを直接指定 */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1466.39 521.81'%3E%3Cstyle%3E.cls-1%7Bfill:%23f8f6f3;%7D.cls-2%7Bfill:none;stroke:%23000;stroke-linecap:round;stroke-linejoin:round;%7D.cls-3%7Bfill:%23fdec23;stroke:%23000;stroke-linecap:round;stroke-linejoin:round;%7D%3C/style%3E%3Cg id='bg'%3E%3Cpath class='cls-1' d='M1173.81,243.07c-.41-.25-.41-.84.02-1.09,23.04-12.94,47.69-12.92,74.9-12.19.41.02.76-.26.86-.66,3.59-14.64,12.39-24.14,26.42-28.45,1.87-.58,4.63-.48,6.58-1.09.53-.15.94-.55,1.16-1.04,2.07-4.91,3.56-8.06,4.47-9.4,15.55-23.26,43.29-30.97,68.45-19.64,13.55,6.1,23.01,17.32,28.42,33.66.31.94,1.42,1.36,2.27.84,17.91-10.95,39.07-4.05,48.49,14.72.23.48.66.83,1.17.96,1.69.43,3.99.05,5.82.33,13.07,2,20.91,9.43,23.54,22.27.1.46-.25.89-.73.89-193.49-.05-290.37-.07-290.65-.05-.6.07-.99.05-1.19-.07h0Z'/%3E%3Cpath class='cls-1' d='M433.86,196.81H160.07c-.85,0-1.45-.83-1.19-1.63,4.44-13.88,13.99-20.38,28.6-19.52.9.05,1.73-.45,2.07-1.26,7.59-17.31,28.93-22.11,44.75-13.54.81.45,1.83.02,2.09-.88,7.64-26.51,35.91-41.81,62.59-33.73,14.68,4.44,25.24,14.18,31.68,29.2.14.31.4.52.73.59,16.22,2.78,26.61,11.77,31.19,27.01.17.54.66.92,1.21.93.67.05,3.98-.05,9.87-.28,18.92-.71,44.61,1.3,60.46,12.33.35.24.16.78-.26.78h0Z'/%3E%3Cpath class='cls-1' d='M.45,521.81c-.39,0-.59-.47-.33-.75,6.4-6.91,16.87-9.15,26.08-7.98,1.77.23,2.93.35,3.46.39.35.02.68-.19.81-.52.74-1.94,1.12-4.31,1.87-5.94,7.64-16.53,27.22-21.42,41.6-10.58.37.28.92.03.95-.43,2.01-22.08,21.65-38.34,44-34.91,14.87,2.28,25.34,10.8,31.39,25.54.19.48.74.69,1.21.48,8.95-4.1,17.57-3.44,25.88,1.96,6.44,4.19,10.51,10.22,12.2,18.08.1.51.57.87,1.09.85,11.09-.47,19.46,3.88,25.08,13.07.19.32-.03.74-.42.74H.45Z'/%3E%3C/g%3E%3Cg id='img'%3E%3Ccircle class='cls-3' cx='1209.68' cy='53.91' r='23.92'/%3E%3Cline class='cls-2' x1='1207.15' y1='16.19' x2='1206.11' y2='.5'/%3E%3Cline class='cls-2' x1='1231.86' y1='22.43' x2='1242.99' y2='9.43'/%3E%3Cline class='cls-2' x1='1245.54' y1='44.51' x2='1263.39' y2='41.12'/%3E%3Cline class='cls-2' x1='1244.22' y1='69.87' x2='1261.96' y2='76.52'/%3E%3Cline class='cls-2' x1='1229.36' y1='87.54' x2='1236.35' y2='104.59'/%3E%3Cline class='cls-2' x1='1199.13' y1='87.03' x2='1191.97' y2='103.73'/%3E%3Cline class='cls-2' x1='1177.77' y1='69.7' x2='1162.36' y2='80.7'/%3E%3Cline class='cls-2' x1='1174.11' y1='46.18' x2='1156.13' y2='42.05'/%3E%3Cline class='cls-2' x1='1185.21' y1='28.31' x2='1174.14' y2='13.91'/%3E%3C/g%3E%3C/svg%3E");
  position: relative;
  padding-top: 11.3rem;
  padding-bottom: 47.6rem;
}
@media screen and (max-width: 979px) {
  section.about {
    padding-bottom: 57.5rem;
    background: url("../images/bg_about_deco_sp.png") no-repeat;
    background-size: 100%;
  }
}
section.about::after {
  content: "";
  width: 175.654rem;
  height: 50.3888rem;
  background: url("../images/bg_about.png") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 979px) {
  section.about::after {
    width: 100%;
    height: 55.5653rem;
    background: url("../images/bg_about_sp.png") no-repeat;
    background-size: contain;
  }
}
section.about .inner {
  width: 110rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 979px) {
  section.about .inner {
    width: 100%;
    flex-direction: column;
  }
}
section.about .inner header {
  width: 21.1rem;
  height: 42rem;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-right: 12rem;
}
@media screen and (max-width: 979px) {
  section.about .inner header {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
}
section.about .inner header h2 {
  color: #26a144;
  display: flex;
  flex-direction: column;
  line-height: 4.3rem;
}
@media screen and (max-width: 979px) {
  section.about .inner header h2 {
    display: block;
    line-height: 1;
  }
}
section.about .inner header p.h2Sub {
  writing-mode: vertical-rl;
  color: #26a144;
  font-size: 1.5rem;
  margin-right: 1rem;
}
@media screen and (max-width: 979px) {
  section.about .inner header p.h2Sub {
    display: block;
    writing-mode: horizontal-tb;
    margin-right: 0;
    margin-top: 2.2rem;
    font-size: 3rem;
  }
}
section.about .inner .txts {
  width: calc(100% - 21.1rem);
  padding-top: 8.4rem;
}
@media screen and (max-width: 979px) {
  section.about .inner .txts {
    width: 100%;
    padding-top: 10.8rem;
    padding-left: 8.4rem;
  }
}
section.about .inner .txts p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 4.6rem;
  color: #26a144;
}
@media screen and (max-width: 979px) {
  section.about .inner .txts p {
    font-size: 3.2rem;
    line-height: 6.2rem;
    font-feature-settings: "palt";
  }
}
section.about .inner .txts p + p {
  margin-top: 4.7rem;
}
@media screen and (max-width: 979px) {
  section.about .inner .txts p + p {
    margin-top: 7.5rem;
  }
}

section.why {
  width: 100%;
  background: #f8f6f3;
  padding-top: 15rem;
  padding-bottom: 14rem;
  border-radius: 7.2rem;
  margin-top: -8rem;
  box-sizing: border-box;
  box-shadow: 0 -1px 0 0 #000 inset, 0 1px 0 0 #000 inset;
  position: relative;
}
@media screen and (max-width: 979px) {
  section.why {
    padding-top: 16rem;
    padding-bottom: 55rem; /* 79.4rem */
  }
}
section.why .inner {
  width: 110rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 979px) {
  section.why .inner {
    width: 100%;
    flex-direction: column;
  }
}
section.why .inner::before {
  content: "";
  width: 20.8rem;
  height: 39.6rem;
  background: url("../images/deco02.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 11.1rem;
  left: 8.6rem;
}
@media screen and (max-width: 979px) {
  section.why .inner::before {
    top: auto;
    bottom: -68.6rem;
    left: 50%;
    transform: translateX(-50%);
    width: 22rem;
    height: 62.8rem;
  }
}
section.why .inner header {
  width: 49.6rem;
  margin-top: -3rem;
}
@media screen and (max-width: 979px) {
  section.why .inner header {
    width: 100%;
  }
}
section.why .inner .txts {
  width: calc(100% - 49.6rem);
}
@media screen and (max-width: 979px) {
  section.why .inner .txts {
    width: 62.2rem;
    margin: 7rem auto auto;
  }
}
section.why .inner .txts h3 {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 4.8rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 979px) {
  section.why .inner .txts h3 {
    font-size: 5.6rem;
    line-height: 7.6rem;
    margin-bottom: 4rem;
  }
}
section.why .inner .txts h3 span {
  color: #26a144;
}
section.why .inner .txts p.lead {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  margin-bottom: 5rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 979px) {
  section.why .inner .txts p.lead {
    font-size: 2.6rem;
    line-height: 5rem;
    margin-bottom: 7.5rem;
    text-align: justify;
  }
}
@media screen and (max-width: 979px) {
  section.why .inner .txts p.btn01 {
    margin: auto;
  }
}

/* アニメーション共通設定 */
@keyframes exitToRight {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(150%);
    opacity: 0;
  }
}
@keyframes enterFromLeft {
  0% {
    transform: translateX(-150%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
section.howto {
  width: 100%;
  margin-bottom: 12.8rem;
  padding-top: 11.3rem;
}
@media screen and (max-width: 979px) {
  section.howto {
    padding-top: 15.4rem;
    margin-bottom: 15rem;
  }
}
section.howto.is-visible .howtoBox .content .howto01 img {
  opacity: 1;
  transform: translateY(0);
}
section.howto > header {
  width: 110rem;
  margin: auto auto 7rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 979px) {
  section.howto > header {
    width: 100%;
    flex-direction: column;
    margin: auto auto 16rem;
  }
}
section.howto > header h2 {
  width: 50rem;
  margin-top: -3rem;
}
@media screen and (max-width: 979px) {
  section.howto > header h2 {
    width: 100%;
  }
}
section.howto > header .txts {
  width: calc(100% - 50rem);
}
@media screen and (max-width: 979px) {
  section.howto > header .txts {
    width: 62.4rem;
    margin: auto;
    margin-top: 6.2rem;
  }
}
section.howto > header .txts h3 {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 4.8rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 979px) {
  section.howto > header .txts h3 {
    font-size: 5.6rem;
    line-height: 7.6rem;
    margin-bottom: 4rem;
  }
}
section.howto > header .txts h3 span {
  color: #26a144;
}
section.howto > header .txts p.lead {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 979px) {
  section.howto > header .txts p.lead {
    font-size: 2.6rem;
    line-height: 5rem;
    text-align: justify;
  }
}
section.howto .howtoBox {
  width: 125rem;
  background: #f8f6f3;
  border: 1px solid #000;
  border-radius: 4.2rem;
  padding: 7.4rem 0;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 979px) {
  section.howto .howtoBox {
    width: 68rem;
    border-radius: 6.8rem;
    padding: 10.8rem 0 7.4rem 0;
  }
}
@media screen and (max-width: 979px) {
  section.howto .howtoBox p.btn01 {
    margin: auto;
  }
}
section.howto .howtoBox figure.howto02 {
  width: 40.839rem;
  position: absolute;
  top: -15rem;
  left: 6rem;
}
@media screen and (max-width: 979px) {
  section.howto .howtoBox figure.howto02 {
    width: 59.5rem;
    top: -16rem;
    left: 1.8rem;
  }
}
section.howto .howtoBox .content {
  width: 110rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 979px) {
  section.howto .howtoBox .content {
    width: 100%;
    flex-direction: column;
    padding: 0 6.5rem;
  }
}
section.howto .howtoBox .content header {
  width: calc(100% - 59.8rem);
  padding-top: 0;
}
@media screen and (max-width: 979px) {
  section.howto .howtoBox .content header {
    width: 100%;
  }
}
section.howto .howtoBox .content header h3 {
  font-size: 3.2rem;
  font-weight: 800;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 979px) {
  section.howto .howtoBox .content header h3 {
    font-size: 5.2rem;
    line-height: 6.8rem;
    margin-bottom: 3.6rem;
  }
}
section.howto .howtoBox .content header p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3rem;
  margin-bottom: 3.5rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 979px) {
  section.howto .howtoBox .content header p {
    font-size: 2.6rem;
    line-height: 5rem;
    margin-bottom: 7.3rem;
  }
}
section.howto .howtoBox .content .howto01 {
  width: 59.8rem;
  height: 21.8rem;
  background: url("../images/bg_howto01.png") no-repeat;
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 979px) {
  section.howto .howtoBox .content .howto01 {
    width: 100%;
    height: 33rem;
    background: url("../images/bg_howto01_sp.png") no-repeat;
    background-size: contain;
    margin-bottom: 8rem;
  }
}
section.howto .howtoBox .content .howto01 img {
  position: absolute;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition-delay: 1s;
}
section.howto .howtoBox .content .howto01 img.fuki01 {
  width: 14.175rem;
  top: -2.8rem;
  left: 20.4rem;
}
@media screen and (max-width: 979px) {
  section.howto .howtoBox .content .howto01 img.fuki01 {
    width: 23.1rem;
    top: -4.3rem;
    left: 31.5rem;
  }
}
section.howto .howtoBox .content .howto01 img.fuki02 {
  width: 13.475rem;
  top: 4.2rem;
  left: 4rem;
}
@media screen and (max-width: 979px) {
  section.howto .howtoBox .content .howto01 img.fuki02 {
    width: 23.1rem;
    top: 3.4rem;
    left: 6.5rem;
  }
}
section.howto .howtoBox .content .howto01 img.fuki03 {
  width: 15.137rem;
  top: 4.2rem;
  left: 40rem;
}
@media screen and (max-width: 979px) {
  section.howto .howtoBox .content .howto01 img.fuki03 {
    width: 26rem;
    top: 19.6rem;
    left: 0.7rem;
  }
}
section.howto .howtoBox .content .howto01 img.fuki04 {
  width: 9.8875rem;
  top: 11.4rem;
  left: 21.7rem;
}
@media screen and (max-width: 979px) {
  section.howto .howtoBox .content .howto01 img.fuki04 {
    width: 17rem;
    top: 17rem;
    left: 30.9rem;
  }
}
section.howto .howtoBox02 {
  margin-top: 5rem;
  padding-top: 9rem;
  padding-bottom: 0;
}
@media screen and (max-width: 979px) {
  section.howto .howtoBox02 {
    margin-top: 10rem;
  }
}
section.howto .howtoBox02 figure.howto03 {
  width: 28rem;
  position: absolute;
  top: -2rem;
  left: 6rem;
}
@media screen and (max-width: 979px) {
  section.howto .howtoBox02 figure.howto03 {
    width: 42.4rem;
    top: -7rem;
    left: 2rem;
  }
}
@media screen and (max-width: 979px) {
  section.howto .howtoBox02 .content {
    flex-direction: column;
  }
}
section.howto .howtoBox02 .content header {
  width: calc(100% - 71rem);
  padding-top: 0;
}
@media screen and (max-width: 979px) {
  section.howto .howtoBox02 .content header {
    width: 100%;
  }
}
section.howto .howtoBox02 .content .checkpoints {
  width: 71rem;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media screen and (max-width: 979px) {
  section.howto .howtoBox02 .content .checkpoints {
    width: 100%;
    row-gap: 3.8rem;
    margin-bottom: 7.6rem;
  }
}
section.howto .howtoBox02 .content .checkpoints dl {
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
}
@media screen and (max-width: 979px) {
  section.howto .howtoBox02 .content .checkpoints dl {
    padding-bottom: 2.6rem;
  }
}
section.howto .howtoBox02 .content .checkpoints dl dt {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  padding-left: 2.6rem;
  background-repeat: no-repeat;
  background-size: 1.9674rem;
  background-position: bottom 0.1rem left;
  /* SVGデータを直接指定 */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMC42NyAyMS42NSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMwMDA7fS5jbHMtMntmaWxsOm5vbmU7c3Ryb2tlOiMyNmExNDQ7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS13aWR0aDoycHg7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyLjg2LDYuNTRjMS4yNCwwLDIuMjYsMS4wMSwyLjI2LDIuMjZ2OS42YzAsMS4yNC0xLjAxLDIuMjYtMi4yNiwyLjI2SDMuMjZjLTEuMjQsMC0yLjI2LTEuMDEtMi4yNi0yLjI2di05LjZjMC0xLjI0LDEuMDEtMi4yNiwyLjI2LTIuMjZoOS42TTEyLjg2LDUuNTRIMy4yNmMtMS44LDAtMy4yNiwxLjQ2LTMuMjYsMy4yNnY5LjZjMCwxLjgsMS40NiwzLjI2LDMuMjYsMy4yNmg5LjZjMS44LDAsMy4yNi0xLjQ2LDMuMjYtMy4yNnYtOS42YzAtMS44LTEuNDYtMy4yNi0zLjI2LTMuMjZoMFoiLz48cG9seWxpbmUgY2xhc3M9ImNscy0yIiBwb2ludHM9IjQuNzEgMTEuNjkgOC40MSAxNi4zNyAxOS42NyAxIi8+PC9zdmc+");
  min-height: 2.1rem;
  padding-top: 0.3rem;
}
@media screen and (max-width: 979px) {
  section.howto .howtoBox02 .content .checkpoints dl dt {
    font-size: 2.4rem;
    padding-left: 4.2rem;
    background-size: 3.14rem;
    background-position: bottom 0.4rem left;
    min-height: 3.3rem;
  }
}
section.howto .howtoBox02 .content .checkpoints dl dd {
  width: 100%;
  margin-top: 0.2rem;
}
@media screen and (max-width: 979px) {
  section.howto .howtoBox02 .content .checkpoints dl dd {
    margin-top: 1rem;
  }
}
section.howto .howtoBox02 .content .checkpoints dl dd a {
  display: block;
  width: 100%;
  font-size: 2.2rem;
  font-weight: 700;
  color: #26a144;
  /*
  background-repeat: no-repeat;
     background-position: center right ;
     background-size: 2.4rem;
     background-image: url("data:image/svg+xml,%3Csvg id='button' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-linejoin:round;%7D.cls-2%7Bfill:%2326a144;%7D%3C/style%3E%3Ccircle class='cls-2' cx='12' cy='12' r='12'/%3E%3Cpolyline class='cls-1' points='8.61 11.85 15.68 11.85 12.85 9.03'/%3E%3Cline class='cls-1' x1='12.85' y1='14.68' x2='15.68' y2='11.85'/%3E%3C/svg%3E");
  */
  position: relative;
}
@media screen and (max-width: 979px) {
  section.howto .howtoBox02 .content .checkpoints dl dd a {
    font-size: 3.5rem;
    line-height: 4.8rem;
    padding-right: 5rem;
    box-sizing: border-box;
  }
}
section.howto .howtoBox02 .content .checkpoints dl dd a:hover {
  opacity: 0.5;
}
section.howto .howtoBox02 .content .checkpoints dl dd a:hover .arrow::before {
  animation: exitToRight 0.4s ease forwards;
}
section.howto .howtoBox02 .content .checkpoints dl dd a:hover .arrow::after {
  animation: enterFromLeft 0.4s ease forwards;
}
section.howto .howtoBox02 .content .checkpoints dl dd a span.marker {
  display: inline;
  width: 100%;
  position: relative;
  z-index: 2;
}
section.howto .howtoBox02 .content .checkpoints dl dd a span.marker::after {
  content: "";
  width: 100%;
  height: 0.3rem;
  background: linear-gradient(transparent 0%, #fdec23 0%);
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 979px) {
  section.howto .howtoBox02 .content .checkpoints dl dd a span.marker::after {
    height: 0.6rem;
    bottom: -0.2rem;
  }
}
section.howto .howtoBox02 .content .checkpoints dl dd a .arrow {
  overflow: hidden;
  position: absolute;
  top: 0.5rem;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: #26a144;
  border-radius: 50%;
  flex-shrink: 0; /* 矢印が潰れないように固定 */
}
@media screen and (max-width: 979px) {
  section.howto .howtoBox02 .content .checkpoints dl dd a .arrow {
    width: 3.8rem;
    height: 3.8rem;
    top: auto;
    bottom: 0.5rem;
  }
}
section.howto .howtoBox02 .content .checkpoints dl dd a .arrow::before, section.howto .howtoBox02 .content .checkpoints dl dd a .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  background-image: url("data:image/svg+xml,%3Csvg id='button' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.57 6.36'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-linejoin:round;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='0 3.18 7.07 3.18 4.24 .35'/%3E%3Cline class='cls-1' x1='4.24' y1='6.01' x2='7.07' y2='3.18'/%3E%3C/svg%3E");
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-position: center top 0.8rem;
  background-size: 0.8rem;
  display: inline-block;
}
@media screen and (max-width: 979px) {
  section.howto .howtoBox02 .content .checkpoints dl dd a .arrow::before, section.howto .howtoBox02 .content .checkpoints dl dd a .arrow::after {
    background-size: 1.119rem;
    width: 100%;
    height: 100%;
    background-position: center top 1.4rem;
  }
}
section.howto .howtoBox02 .content .checkpoints dl dd a .arrow {
  /* 初期状態 */
}
section.howto .howtoBox02 .content .checkpoints dl dd a .arrow::before {
  transform: translateX(0);
}
section.howto .howtoBox02 .content .checkpoints dl dd a .arrow::after {
  transform: translateX(-150%);
}
section.howto .howtoBox02 .content.green {
  width: 100%;
  background: #26a144;
  margin-top: 6.7rem;
  padding: 7.5rem 7.5rem 7rem;
  border-radius: 0 0 4.2rem 4.2rem;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 979px) {
  section.howto .howtoBox02 .content.green {
    padding: 11.6rem 6rem 31rem;
    margin-top: 10rem;
  }
}
section.howto .howtoBox02 .content.green figure.howto04 {
  width: 36.8rem;
  position: absolute;
  top: -28.3rem; /*  */
  left: 0;
}
@media screen and (max-width: 979px) {
  section.howto .howtoBox02 .content.green figure.howto04 {
    width: 36.44rem;
    top: auto;
    bottom: -8.2rem;
    left: 16.2rem;
  }
}
section.howto .howtoBox02 .content.green p.btn01 {
  margin-bottom: 0;
}
section.howto .howtoBox02 .content.green ul.checklist {
  margin-top: 1rem;
  width: 71rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2.5rem;
  padding: 0.5rem 0 1rem;
}
@media screen and (max-width: 979px) {
  section.howto .howtoBox02 .content.green ul.checklist {
    width: 100%;
    row-gap: 3.6rem;
    margin-bottom: 6rem;
    margin-top: 0;
  }
}
section.howto .howtoBox02 .content.green ul.checklist li {
  width: 34rem;
  height: auto;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2.7rem;
  letter-spacing: -0.1rem;
  border-bottom: 1px solid #fff;
  padding-left: 2.5rem;
  padding-bottom: 1.9rem;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 1.9674rem;
  /* SVGデータを直接指定（#fdec23は %23fdec23 にエンコードしています） */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.67 21.65'%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fdec23;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3Cpath class='cls-2' d='M12.86,6.54c1.24,0,2.26,1.01,2.26,2.26v9.6c0,1.24-1.01,2.26-2.26,2.26H3.26c-1.24,0-2.26-1.01-2.26-2.26v-9.6c0-1.24,1.01-2.26,2.26-2.26h9.6M12.86,5.54H3.26c-1.8,0-3.26,1.46-3.26,3.26v9.6c0,1.8,1.46,3.26,3.26,3.26h9.6c1.8,0,3.26-1.46,3.26-3.26v-9.6c0-1.8-1.46-3.26-3.26-3.26h0Z'/%3E%3Cpolyline class='cls-1' points='4.71 11.69 8.41 16.37 19.67 1'/%3E%3C/svg%3E");
}
@media screen and (max-width: 979px) {
  section.howto .howtoBox02 .content.green ul.checklist li {
    width: 100%;
    font-size: 2.8rem;
    line-height: 4.6rem;
    padding-left: 4.4rem;
    padding-bottom: 2.5rem;
    background-repeat: no-repeat;
    background-position: top 0.1rem left;
    background-size: 3.14rem;
  }
}
section.howto .howtoBox02 .content.green ul.checklist li a {
  display: block;
  position: relative;
}
section.howto .howtoBox02 .content.green ul.checklist li a .marker {
  display: inline;
  width: 100%;
  position: relative;
  z-index: 2;
}
section.howto .howtoBox02 .content.green ul.checklist li a .marker::after {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: linear-gradient(transparent 0%, #B4D123 0%);
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 979px) {
  section.howto .howtoBox02 .content.green ul.checklist li a .marker::after {
    height: 0.4rem;
    bottom: -0.2;
  }
}
section.howto .howtoBox02 .content.green ul.checklist li a .arrow {
  overflow: hidden; /* 枠外に移動した矢印を隠す */
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: #FDEC23;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 979px) {
  section.howto .howtoBox02 .content.green ul.checklist li a .arrow {
    top: auto;
    bottom: 0;
    right: 0;
    width: 3.8rem;
    height: 3.8rem;
    transform: translateY(0);
  }
}
section.howto .howtoBox02 .content.green ul.checklist li a {
  /* 共通設定 */
}
section.howto .howtoBox02 .content.green ul.checklist li a .arrow:before,
section.howto .howtoBox02 .content.green ul.checklist li a .arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg id='button' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.57 6.36'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23000;stroke-linejoin:round;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='0 3.18 7.07 3.18 4.24 .35'/%3E%3Cline class='cls-1' x1='4.24' y1='6.01' x2='7.07' y2='3.18'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.707rem;
  transition: none;
}
@media screen and (max-width: 979px) {
  section.howto .howtoBox02 .content.green ul.checklist li a .arrow:before,
  section.howto .howtoBox02 .content.green ul.checklist li a .arrow:after {
    background-size: 1.1rem;
  }
}
section.howto .howtoBox02 .content.green ul.checklist li a {
  /* --- 初期状態 --- */
  /* beforeは中央に配置 */
}
section.howto .howtoBox02 .content.green ul.checklist li a .arrow:before {
  transform: translateX(0);
}
section.howto .howtoBox02 .content.green ul.checklist li a {
  /* afterは左側に隠しておく */
}
section.howto .howtoBox02 .content.green ul.checklist li a .arrow:after {
  transform: translateX(-150%);
}
section.howto .howtoBox02 .content.green ul.checklist li a {
  /* --- ホバー時の動き --- */
}
section.howto .howtoBox02 .content.green ul.checklist li a:hover {
  opacity: 0.7;
  color: #fff;
}
section.howto .howtoBox02 .content.green ul.checklist li a:hover .arrow:before {
  animation: exitToRight 0.6s ease forwards;
}
section.howto .howtoBox02 .content.green ul.checklist li a:hover .arrow:after {
  animation: enterFromLeft 0.6s ease forwards;
}
section.howto .howtoBox02 .content.green ul.checklist li a {
  /* 右上へ抜けるアニメーション */
}
@keyframes exitToTopRight {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(150%, -150%);
    opacity: 0;
  }
}
section.howto .howtoBox02 .content.green ul.checklist li a {
  /* 左下から入るアニメーション */
}
@keyframes enterFromBottomLeft {
  0% {
    transform: translate(-150%, 150%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

section.interview {
  width: 100%;
  background-color: #fdef4f;
  background-image: linear-gradient(to right, rgba(251, 180, 54, 0.2) 1px, transparent 1px), linear-gradient(to bottom, rgba(251, 180, 54, 0.2) 1px, transparent 1px);
  background-size: 3rem 3rem;
  background-position: center;
  padding-top: 13.8rem;
  padding-bottom: 14rem;
  border-radius: 7.2rem;
  box-sizing: border-box;
  box-shadow: 0 -1px 0 0 #000 inset, 0 1px 0 0 #000 inset;
  position: relative;
}
@media screen and (max-width: 979px) {
  section.interview {
    padding-top: 15.4rem;
  }
}
section.interview .inner {
  width: 125rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 979px) {
  section.interview .inner {
    width: 100%;
    flex-direction: column;
  }
}
section.interview .inner header {
  width: 49.6rem;
  margin-top: -3rem;
  padding: 0 7.5rem;
}
@media screen and (max-width: 979px) {
  section.interview .inner header {
    width: 100%;
  }
}
section.interview .inner .txts {
  width: calc(100% - 49.6rem);
}
@media screen and (max-width: 979px) {
  section.interview .inner .txts {
    margin: auto;
    margin-top: 8.2em;
    width: 62rem;
  }
}
section.interview .inner .txts h3 {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 4.8rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 979px) {
  section.interview .inner .txts h3 {
    font-size: 5.6rem;
    line-height: 7.6rem;
  }
}
section.interview .inner .txts h3 span {
  color: #26a144;
}
section.interview .inner .txts p.lead {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 979px) {
  section.interview .inner .txts p.lead {
    font-size: 2.6rem;
    line-height: 5rem;
    text-align: justify;
  }
}
section.interview .content {
  width: 125rem;
  border: 1px solid #000;
  border-radius: 4.2rem;
  margin: 6.8rem auto auto;
  background: #f8f6f3;
  position: relative;
  padding: 7.5rem 7.5rem 8rem;
  position: relative;
}
@media screen and (max-width: 979px) {
  section.interview .content {
    width: 68rem;
    padding: 7.5rem 6.5rem 7.4rem;
    border-radius: 4rem;
  }
}
@media screen and (max-width: 979px) {
  section.interview .content + .content {
    margin-top: 4.6rem;
  }
}
section.interview .content figure.int04 {
  width: 17.6267rem;
  position: absolute;
  top: -2rem;
  right: 16.6rem;
}
section.interview .content h3 {
  font-size: 3.2rem;
  font-weight: 800;
  margin-bottom: 1.7rem;
}
@media screen and (max-width: 979px) {
  section.interview .content h3 {
    font-size: 5.2rem;
    line-height: 6.8rem;
  }
}
section.interview .content h3 span {
  color: #26a144;
}
section.interview .content p.h3Sub {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 979px) {
  section.interview .content p.h3Sub {
    font-size: 2.6rem;
    line-height: 5rem;
  }
}
section.interview .content ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 3.6rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 979px) {
  section.interview .content ul {
    flex-direction: column;
    row-gap: 3rem;
    margin-top: 4.6rem;
  }
}
section.interview .content ul li {
  width: 34.6rem;
  background: #fff;
  border-radius: 3rem;
  border: 1px solid #000;
}
@media screen and (max-width: 979px) {
  section.interview .content ul li {
    width: 100%;
  }
}
section.interview .content ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 3.3rem 3.3rem 6.7rem;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: bottom 2.6rem right 2.6rem;
  background-size: 3.2rem;
  position: relative;
  color: #000;
}
@media screen and (max-width: 979px) {
  section.interview .content ul li a {
    padding: 4.5rem 4.5rem 12rem;
  }
}
section.interview .content ul li a figure {
  margin-bottom: 2.7rem;
  width: 27.8rem;
  height: 15.934rem;
  overflow: hidden;
  border-radius: 2rem;
}
@media screen and (max-width: 979px) {
  section.interview .content ul li a figure {
    width: 46rem;
    height: 26rem;
  }
}
section.interview .content ul li a figure img {
  transition: all 0.4s ease;
}
section.interview .content ul li a h4 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3.4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 979px) {
  section.interview .content ul li a h4 {
    font-size: 3.8rem;
    line-height: 5.2rem;
  }
}
section.interview .content ul li a p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.2rem;
}
@media screen and (max-width: 979px) {
  section.interview .content ul li a p {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
section.interview .content ul li a .arrow {
  overflow: hidden; /* 枠外に移動した矢印を隠す */
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 2.4rem;
  height: 2.4rem;
  background: #26a144;
  border-radius: 50%;
}
@media screen and (max-width: 979px) {
  section.interview .content ul li a .arrow {
    bottom: 4rem;
    right: 4rem;
    width: 6.2rem;
    height: 6.2rem;
  }
}
section.interview .content ul li a {
  /* 共通設定 */
}
section.interview .content ul li a .arrow:before,
section.interview .content ul li a .arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg id='button' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.85 5.85'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-linejoin:round;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='.35 5.5 5.35 .5 1.35 .5'/%3E%3Cline class='cls-1' x1='5.35' y1='4.5' x2='5.35' y2='.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.8rem;
  transition: none;
}
@media screen and (max-width: 979px) {
  section.interview .content ul li a .arrow:before,
  section.interview .content ul li a .arrow:after {
    background-size: 1.614rem;
  }
}
section.interview .content ul li a {
  /* 初期状態：afterは左下に隠しておく */
}
section.interview .content ul li a .arrow:after {
  transform: translate(-150%, 150%);
}
section.interview .content ul li a {
  /* --- ホバー時の動き --- */
}
section.interview .content ul li a:hover {
  opacity: 1;
}
section.interview .content ul li a:hover figure img {
  transform: scale(1.1);
}
section.interview .content ul li a {
  /* before：中央から右上へ消える */
}
section.interview .content ul li a:hover .arrow:before {
  animation: exitToTopRight 0.4s ease forwards;
}
section.interview .content ul li a {
  /* after：左下から中央へ入ってくる */
}
section.interview .content ul li a:hover .arrow:after {
  animation: enterFromBottomLeft 0.4s ease forwards;
}
section.interview .content ul li a {
  /* 右上へ抜けるアニメーション */
}
@keyframes exitToTopRight {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(150%, -150%);
    opacity: 0;
  }
}
section.interview .content ul li a {
  /* 左下から入るアニメーション */
}
@keyframes enterFromBottomLeft {
  0% {
    transform: translate(-150%, 150%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
section.interview .content.green {
  background: #26a144;
  padding: 4.2rem 4.6rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 979px) {
  section.interview .content.green {
    flex-direction: column-reverse;
    padding: 3rem 3rem 9.4rem;
  }
}
section.interview .content.green .txts {
  padding-top: 3.3rem;
  padding-left: 2.7rem;
}
@media screen and (max-width: 979px) {
  section.interview .content.green .txts {
    padding: 6rem 4rem 0;
  }
}
section.interview .content.green .txts h3 {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 4.2rem;
  color: #fff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 979px) {
  section.interview .content.green .txts h3 {
    flex-direction: column-reverse;
    font-size: 5.2rem;
    line-height: 6.8rem;
  }
}
section.interview .content.green .txts p.fukidashi {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.1rem;
}
@media screen and (max-width: 979px) {
  section.interview .content.green .txts p.fukidashi {
    font-size: 2.33rem;
    line-height: 3.267rem;
  }
}
section.interview .content.green .txts p.fukidashi.fukidashi01 {
  width: 33.573rem;
  height: 6.84283rem;
  background: url("../images/bg_fukidashi01.png") no-repeat;
  background-size: contain;
  margin-bottom: 0.6rem;
  padding: 1.4rem 0 0 10rem;
}
@media screen and (max-width: 979px) {
  section.interview .content.green .txts p.fukidashi.fukidashi01 {
    width: 53.1rem;
    height: 10.9rem;
    padding: 2.3rem 0 0 16.4rem;
  }
}
section.interview .content.green .txts p.fukidashi.fukidashi02 {
  width: 32.1737rem;
  height: 6.89865rem;
  background: url("../images/bg_fukidashi02.png") no-repeat;
  background-size: contain;
  margin-bottom: 1.5rem;
  padding: 1.4rem 0 0 3rem;
}
@media screen and (max-width: 979px) {
  section.interview .content.green .txts p.fukidashi.fukidashi02 {
    width: 50.739rem;
    height: 10.678rem;
    padding: 2.3rem 0 0 4.7rem;
    margin-bottom: 2rem;
  }
}
section.interview .content.green .txts p.lead {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 3rem;
  color: #fff;
}
@media screen and (max-width: 979px) {
  section.interview .content.green .txts p.lead {
    font-size: 2.6rem;
    margin-bottom: 7.4rem;
  }
}
@media screen and (max-width: 979px) {
  section.interview .content.green .txts p.btn01 {
    margin: auto;
  }
}
section.interview .content.green figure {
  width: 69rem;
  height: 43.4rem;
  overflow: hidden;
  border-radius: 2.4rem;
  border: 1px solid #000;
}
@media screen and (max-width: 979px) {
  section.interview .content.green figure {
    width: 100%;
    height: 41rem;
  }
}
section.interview .content.green figure img {
  transition: all 0.4s ease;
}
section.interview .content.green figure a:hover {
  opacity: 1;
}
section.community {
  width: 100%;
  background: url("../images/bg_com2.png") no-repeat top -2rem center #f8f6f3;
  background-size: 150rem;
  margin-top: -8.6rem;
  padding-top: 9rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 979px) {
  section.community {
    background: url("../images/bg_com2_sp.png") no-repeat top 9rem center #f8f6f3;
    background-size: 100%;
    padding-top: 25rem;
  }
}
section.community .inner {
  width: 106.6rem;
  margin: auto;
  background: url("../images/bg_com.png") no-repeat;
  background-size: 100%;
  text-align: center;
  padding-top: 22rem;
  padding-bottom: 22rem;
  color: #fff;
}
@media screen and (max-width: 979px) {
  section.community .inner {
    width: 100%;
    background: url("../images/bg_com_sp.png") no-repeat;
    background-size: 100%;
    padding-top: 30rem;
    padding-bottom: 78rem;
  }
}
section.community .inner h2 {
  color: #fff;
  margin-bottom: 4.5rem;
  line-height: 1;
}
@media screen and (max-width: 979px) {
  section.community .inner h2 {
    margin-bottom: 8rem;
  }
}
section.community .inner p.h2Sub {
  margin: auto auto 1.2rem;
  width: 28rem;
  height: 6.13rem;
  font-size: 2rem;
  font-weight: 700;
  font-feature-settings: "palt";
  color: #26a144;
  padding: 0.8rem 0 0 0;
  background-image: url('data:image/svg+xml;utf8,<svg id="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 280 61.3"><defs><style>.cls-1{fill:%23fff;stroke-width:0px;}</style></defs><rect class="cls-1" x="0" y="0" width="280" height="48" rx="24" ry="24"/><circle class="cls-1" cx="81.55" cy="43.8" r="10.71"/><circle class="cls-1" cx="96.94" cy="56.62" r="4.68"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 979px) {
  section.community .inner p.h2Sub {
    font-size: 3rem;
    width: 41.2506rem;
    height: 9.031rem;
    padding: 1.2rem 0 0 0;
    margin: auto auto 3rem;
  }
}
section.community .inner h3 {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 3.6rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 979px) {
  section.community .inner h3 {
    font-size: 5.6rem;
    line-height: 7.6rem;
  }
}
section.community .inner p.lead {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 979px) {
  section.community .inner p.lead {
    font-size: 2.6rem;
    line-height: 5rem;
  }
}
section.community .inner p.oshirase {
  width: 30.673rem;
  height: 2.69rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.69rem;
  letter-spacing: -0.2rem;
  margin-bottom: 5rem;
  background-image: url('data:image/svg+xml;utf8,<svg id="line" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 307.62 27.36"><defs><style>.cls-1{fill:none;stroke:%23fff;stroke-miterlimit:10;}</style></defs><line class="cls-1" x1=".44" y1=".23" x2="14.34" y2="27.13"/><line class="cls-1" x1="307.18" y1=".23" x2="293.28" y2="27.13"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: auto;
}
@media screen and (max-width: 979px) {
  section.community .inner p.oshirase {
    font-size: 2.6rem;
    background-image: url("data:image/svg+xml,%3Csvg id='line' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540.05 48.12'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cline class='cls-1' x1='.89' y1='.46' x2='25.28' y2='47.67'/%3E%3Cline class='cls-1' x1='539.16' y1='.46' x2='514.77' y2='47.67'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 53.827rem;
    height: 4.72069rem;
    padding-top: 0.9rem;
    margin-bottom: 1.8rem;
  }
}
section.community .inner p.bnr_get {
  position: static;
  margin: 0.5rem auto auto;
  text-align: left;
}
@media screen and (max-width: 979px) {
  section.community .inner p.bnr_get {
    transform: translateX(0);
  }
}

section.event {
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 0 0 #000 inset;
  border-radius: 7.2rem 7.2rem 0 0;
  position: relative;
  z-index: 2;
  margin-top: -10rem;
  padding-bottom: 11.7rem;
  background: url("../images/bg_event.png") repeat-x bottom center #fff;
  background-size: 150rem;
}
@media screen and (max-width: 979px) {
  section.event {
    padding-bottom: 29rem;
    background: url("../images/bg_event_sp.png") repeat-x bottom center #fff;
    background-size: 100%;
  }
}
section.event .inner {
  width: 110rem;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding-top: 8rem;
  overflow: visible !important;
}
@media screen and (max-width: 979px) {
  section.event .inner {
    flex-direction: column;
    width: 100%;
    padding-top: 5rem;
    padding-left: 12rem;
  }
}
section.event .inner header {
  width: 36rem;
  padding-top: 8.9rem;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 979px) {
  section.event .inner header {
    width: 100%;
    margin-bottom: 8.8rem;
    margin-left: -6rem;
  }
}
section.event .inner ul.slider {
  flex: 1;
  display: block;
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  position: static;
}
section.event .inner ul.slider .slick-list {
  overflow: visible !important;
}
section.event .inner ul.slider .slick-track {
  display: flex !important;
}
section.event .inner ul.slider li {
  width: 35rem !important;
  height: auto;
  background: #f8f6f3;
  border: 1px solid #000;
  border-radius: 2.2rem;
  margin-right: 2rem;
  box-sizing: border-box;
  flex-shrink: 0;
}
@media screen and (max-width: 979px) {
  section.event .inner ul.slider li {
    width: 50rem !important;
    border-radius: 4rem;
  }
}
section.event .inner ul.slider li a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 3.2rem 3.5rem 6.5rem;
  position: relative;
  color: #000;
}
@media screen and (max-width: 979px) {
  section.event .inner ul.slider li a {
    padding: 5rem 5rem 12.2rem;
  }
}
section.event .inner ul.slider li a:hover {
  opacity: 1;
}
section.event .inner ul.slider li a:hover figure img {
  transform: scale(1.1);
}
section.event .inner ul.slider li figure {
  margin-bottom: 1.3rem;
  width: 100%;
  height: 18.666rem;
  overflow: hidden;
  border-radius: 1rem;
}
@media screen and (max-width: 979px) {
  section.event .inner ul.slider li figure {
    margin-bottom: 1.8rem;
    height: 26rem;
    border-radius: 2rem;
  }
}
section.event .inner ul.slider li figure img {
  transition: all 0.4s ease;
}
section.event .inner ul.slider li p.tag {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  background: #d9d9d9;
  min-width: 11rem;
  padding: 0.4rem 1.3rem;
  border-radius: 1.5rem;
  text-align: center;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 979px) {
  section.event .inner ul.slider li p.tag {
    margin-bottom: 2.4rem;
    font-size: 2.6rem;
    border-radius: 2.9rem;
    min-width: 21rem;
    padding: 0.9rem 1.3rem;
  }
}
section.event .inner ul.slider li p.tag.active {
  background: #26a144;
  color: #fff;
}
section.event .inner ul.slider li p.tag.long {
  text-align: left;
  line-height: 2rem;
}
@media screen and (max-width: 979px) {
  section.event .inner ul.slider li p.tag.long {
    line-height: 3.4rem;
    padding: 1.4rem 2.5rem;
  }
}
section.event .inner ul.slider li p.date {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 979px) {
  section.event .inner ul.slider li p.date {
    margin-bottom: 1rem;
    font-size: 2.6rem;
  }
}
section.event .inner ul.slider li p.title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8rem;
}
@media screen and (max-width: 979px) {
  section.event .inner ul.slider li p.title {
    font-size: 3.2rem;
    line-height: 4.6rem;
  }
}
section.event .inner ul.slider li {
  /*
  span {
  	width:2.4rem;
  	height:2.4rem;
  	border-radius:50%;
  	background-color:#26a144;
  	background-image: url("data:image/svg+xml,%3Csvg id='button' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.85 5.85'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-linejoin:round;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='.35 5.5 5.35 .5 1.35 .5'/%3E%3Cline class='cls-1' x1='5.35' y1='4.5' x2='5.35' y2='.5'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 0.5rem;
  	position:absolute;
  	bottom:2rem;
  	right:2rem;
  }
  */
}
section.event .inner ul.slider li .arrow {
  overflow: hidden; /* 枠外に移動した矢印を隠す */
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 2.4rem;
  height: 2.4rem;
  background: #26a144;
  border-radius: 50%;
}
@media screen and (max-width: 979px) {
  section.event .inner ul.slider li .arrow {
    width: 6.2rem;
    height: 6.2rem;
    bottom: 3rem;
    right: 3rem;
  }
}
section.event .inner ul.slider li {
  /* 共通設定 */
}
section.event .inner ul.slider li .arrow:before,
section.event .inner ul.slider li .arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg id='button' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.85 5.85'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-linejoin:round;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='.35 5.5 5.35 .5 1.35 .5'/%3E%3Cline class='cls-1' x1='5.35' y1='4.5' x2='5.35' y2='.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.8rem;
  transition: none;
}
@media screen and (max-width: 979px) {
  section.event .inner ul.slider li .arrow:before,
  section.event .inner ul.slider li .arrow:after {
    background-size: 1.614rem;
  }
}
section.event .inner ul.slider li {
  /* 初期状態：afterは左下に隠しておく */
}
section.event .inner ul.slider li .arrow:after {
  transform: translate(-150%, 150%);
}
section.event .inner ul.slider li {
  /* --- ホバー時の動き --- */
  /* before：中央から右上へ消える */
}
section.event .inner ul.slider li:hover .arrow:before {
  animation: exitToTopRight 0.4s ease forwards;
}
section.event .inner ul.slider li {
  /* after：左下から中央へ入ってくる */
}
section.event .inner ul.slider li:hover .arrow:after {
  animation: enterFromBottomLeft 0.4s ease forwards;
}
section.event .inner ul.slider li {
  /* 右上へ抜けるアニメーション */
}
@keyframes exitToTopRight {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(150%, -150%);
    opacity: 0;
  }
}
section.event .inner ul.slider li {
  /* 左下から入るアニメーション */
}
@keyframes enterFromBottomLeft {
  0% {
    transform: translate(-150%, 150%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
section.event .inner ul.slider .slick-prev::before, section.event .inner ul.slider .slick-next::before {
  display: none;
}
section.event .inner ul.slider .slick-prev {
  z-index: 2;
  top: auto;
  bottom: 3.2rem;
  left: 21.4rem;
  width: 4rem;
  height: 4rem;
  border: 1px solid #000;
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg id="button" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.64 12.87"><polyline fill="none" stroke="black" stroke-miterlimit="10" points="11.39 12.43 1 6.43 11.39 .43"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.1rem;
  transition: all 0.4s ease;
}
@media screen and (max-width: 979px) {
  section.event .inner ul.slider .slick-prev {
    width: 7.6rem;
    height: 7.6rem;
    bottom: -18rem;
    left: 29rem;
    background-size: 1.8rem;
  }
}
@media (any-hover: hover) {
  section.event .inner ul.slider .slick-prev:hover {
    background-color: #000;
    background-image: url('data:image/svg+xml;utf8,<svg id="button" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.64 12.87"><polyline fill="none" stroke="white" stroke-miterlimit="10" points="11.39 12.43 1 6.43 11.39 .43"/></svg>');
  }
}
section.event .inner ul.slider .slick-next {
  z-index: 2;
  top: auto;
  bottom: 3.2rem;
  left: 27rem;
  width: 4rem;
  height: 4rem;
  border: 1px solid #000;
  background: #fff;
  background-image: url("data:image/svg+xml,%3Csvg id='button' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.64 12.87'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23000;stroke-miterlimit:10;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='.25 12.43 10.64 6.43 .25 .43'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.1rem;
  transition: all 0.4s ease;
}
@media screen and (max-width: 979px) {
  section.event .inner ul.slider .slick-next {
    width: 7.6rem;
    height: 7.6rem;
    bottom: -18rem;
    left: 39rem;
    background-size: 1.8rem;
  }
}
@media (any-hover: hover) {
  section.event .inner ul.slider .slick-next:hover {
    background-color: #000;
    background-image: url("data:image/svg+xml,%3Csvg id='button' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.64 12.87'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='.25 12.43 10.64 6.43 .25 .43'/%3E%3C/svg%3E");
  }
}

section.wwf {
  width: 100%;
  text-align: center;
  padding-top: 14rem;
  padding-bottom: 12rem;
  background: url(../images/bg_event.png) repeat-x bottom center #f8f6f3;
  background-size: 150rem;
}
@media screen and (max-width: 979px) {
  section.wwf {
    padding-top: 18.8rem;
    padding-bottom: 16.7rem;
    background: url(../images/bg_event_sp.png) repeat-x bottom center #f8f6f3;
    background-size: 100%;
  }
}
section.wwf h3 {
  font-size: 3.6rem;
  font-weight: 800;
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 979px) {
  section.wwf h3 {
    font-size: 5.6rem;
    margin-bottom: 8rem;
  }
}
section.wwf figure.logo {
  width: 16rem;
  margin: auto auto 2.6rem;
}
@media screen and (max-width: 979px) {
  section.wwf figure.logo {
    width: 18rem;
    margin: auto auto 4rem;
  }
}
section.wwf p.lead {
  width: 50rem;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  text-align: justify;
  font-feature-settings: "palt";
  margin: auto auto 3.6rem;
}
@media screen and (max-width: 979px) {
  section.wwf p.lead {
    width: 62rem;
    font-size: 2.6rem;
    line-height: 5rem;
    margin: auto auto 5rem;
  }
}
section.wwf p.btn01 {
  margin: auto;
}
section.wwf p.towwf {
  margin: 5.7rem auto 2.3rem;
}
@media screen and (max-width: 979px) {
  section.wwf p.towwf {
    margin: 5.7rem auto 5.4rem;
  }
}
section.wwf p.towwf a {
  padding-right: 2.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #26a144;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.8rem;
  background-image: url("data:image/svg+xml,%3Csvg id='button' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2326a144;stroke-width:0px;%7D.cls-2%7Bfill:none;stroke:%2326a144;stroke-linejoin:round;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M9,1c2.14,0,4.15.83,5.66,2.34s2.34,3.52,2.34,5.66-.83,4.15-2.34,5.66c-1.51,1.51-3.52,2.34-5.66,2.34s-4.15-.83-5.66-2.34c-1.51-1.51-2.34-3.52-2.34-5.66s.83-4.15,2.34-5.66c1.51-1.51,3.52-2.34,5.66-2.34M9,0c-2.3,0-4.61.88-6.36,2.64C-.88,6.15-.88,11.85,2.64,15.36c1.76,1.76,4.06,2.64,6.36,2.64s4.61-.88,6.36-2.64c3.51-3.51,3.51-9.21,0-12.73-1.76-1.76-4.06-2.64-6.36-2.64h0Z'/%3E%3Cpolyline class='cls-2' points='6.5 11.29 11.5 6.29 7.5 6.29'/%3E%3Cline class='cls-2' x1='11.5' y1='10.29' x2='11.5' y2='6.29'/%3E%3C/svg%3E");
  display: inline-block;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 979px) {
  section.wwf p.towwf a {
    font-size: 2.8rem;
    background-size: 3.522rem;
    padding-right: 4rem;
  }
}
section.wwf p.towwf a::after {
  position: absolute;
  left: 0;
  content: "";
  width: calc(100% - 2.5rem);
  height: 2px;
  background: #26a144;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.4s;
}
@media screen and (max-width: 979px) {
  section.wwf p.towwf a::after {
    transform: scale(1, 1);
    bottom: -0.2rem;
    width: calc(100% - 4.5rem);
    height: 0.2rem;
  }
}
section.wwf p.towwf a:hover {
  opacity: 1;
}
section.wwf p.towwf a:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
section.wwf ul.sns {
  display: flex;
  justify-content: center;
  gap: 2.6rem;
}
@media screen and (max-width: 979px) {
  section.wwf ul.sns {
    gap: 5.9rem;
  }
}
section.wwf ul.sns li:nth-of-type(1) {
  width: 3.01936rem;
}
@media screen and (max-width: 979px) {
  section.wwf ul.sns li:nth-of-type(1) {
    width: 6.458rem;
  }
}
section.wwf ul.sns li:nth-of-type(2) {
  width: 3.4495rem;
}
@media screen and (max-width: 979px) {
  section.wwf ul.sns li:nth-of-type(2) {
    width: 6.458rem;
  }
}
section.wwf ul.sns li:nth-of-type(3) {
  width: 3.42857rem;
}
@media screen and (max-width: 979px) {
  section.wwf ul.sns li:nth-of-type(3) {
    width: 7.3333rem;
  }
}
section.wwf ul.sns li:nth-of-type(4) {
  width: 3.6rem;
}
@media screen and (max-width: 979px) {
  section.wwf ul.sns li:nth-of-type(4) {
    width: 7.7rem;
  }
}

footer {
  width: 100%;
  background: #000;
  text-align: center;
  padding: 2.6rem 0;
}
@media screen and (max-width: 979px) {
  footer {
    padding: 7.6rem 0 9.2rem;
  }
}
footer p.rights {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 979px) {
  footer p.rights {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}
footer p.attention {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 979px) {
  footer p.attention {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
footer p.attention a {
  color: #fff;
  text-decoration: underline;
}

.menuBtn {
  width: 5rem;
  height: 5rem;
  position: fixed;
  top: 3rem;
  right: 3rem;
  background: #26a144;
  border-radius: 50%;
  z-index: 4;
  cursor: pointer;
}
@media screen and (max-width: 979px) {
  .menuBtn {
    width: 8rem;
    height: 8rem;
    top: 2.6rem;
    right: 2.6rem;
  }
}
.menuBtn.open {
  z-index: 11;
  background: #fff;
}
.menuBtn.open .inner span {
  background: #26a144;
  width: 1.8rem;
}
@media screen and (max-width: 979px) {
  .menuBtn.open .inner span {
    width: 2.8rem;
  }
}
.menuBtn.open .inner span:nth-of-type(1) {
  top: 2.4rem;
  transform: rotate(45deg);
}
@media screen and (max-width: 979px) {
  .menuBtn.open .inner span:nth-of-type(1) {
    top: 3.7rem;
  }
}
.menuBtn.open .inner span:nth-of-type(2) {
  top: 2.4em;
  transform: rotate(-45deg);
}
@media screen and (max-width: 979px) {
  .menuBtn.open .inner span:nth-of-type(2) {
    top: 3.7rem;
  }
}
.menuBtn .inner {
  position: relative;
}
.menuBtn .inner span {
  width: 1.8rem;
  height: 0.2rem;
  background: #fff;
  position: absolute;
  top: 1.9rem;
  left: 1.6rem;
  transition: all 0.4s ease;
}
@media screen and (max-width: 979px) {
  .menuBtn .inner span {
    width: 2.8rem;
    height: 0.4rem;
    top: 3.1rem;
    left: 2.6rem;
  }
}
.menuBtn .inner span:nth-of-type(2) {
  top: 2.8rem;
}
@media screen and (max-width: 979px) {
  .menuBtn .inner span:nth-of-type(2) {
    top: 4.5rem;
  }
}

.menupanel {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  height: 100vh;
  overflow-y: auto;
  transition: opacity 0.4s ease;
}
.menupanel.open {
  z-index: 10;
  opacity: 1;
}
.menupanel .aboutWWF {
  width: 100%;
  background: #fff;
  padding: 4.5rem 0 6rem;
}
@media screen and (max-width: 979px) {
  .menupanel .aboutWWF {
    padding: 9.2rem 0 11.8rem;
  }
}
.menupanel .aboutWWF p {
  width: 110rem;
  margin: auto;
}
@media screen and (max-width: 979px) {
  .menupanel .aboutWWF p {
    width: 56rem;
  }
}
.menupanel .aboutWWF p a {
  width: 30rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
  position: relative;
  display: block;
  border-bottom: 1px solid #000;
  padding-bottom: 1.8rem;
}
@media screen and (max-width: 979px) {
  .menupanel .aboutWWF p a {
    font-size: 3rem;
    padding-bottom: 4rem;
    width: 100%;
  }
}
.menupanel .aboutWWF p a span.arrow {
  overflow: hidden; /* 枠外の矢印を隠す */
  position: absolute;
  top: 0;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: #26a144;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 979px) {
  .menupanel .aboutWWF p a span.arrow {
    width: 3.8rem;
    height: 3.8rem;
    top: 0;
    right: 0;
  }
}
.menupanel .aboutWWF p a span.arrow::before, .menupanel .aboutWWF p a span.arrow::after {
  content: "";
  position: absolute;
  color: #fff;
  font-size: 1.2rem;
  font-family: serif; /* 矢印のデザイン調整 */
  transition: none;
  background-image: url("data:image/svg+xml,%3Csvg id='button' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.57 6.36'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-linejoin:round;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='0 3.18 7.07 3.18 4.24 .35'/%3E%3Cline class='cls-1' x1='4.24' y1='6.01' x2='7.07' y2='3.18'/%3E%3C/svg%3E");
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-position: center top 0.8rem;
  background-size: 0.8rem;
  display: inline-block;
}
@media screen and (max-width: 979px) {
  .menupanel .aboutWWF p a span.arrow::before, .menupanel .aboutWWF p a span.arrow::after {
    background-size: 1.131rem;
    background-position: center top 0.6rem;
  }
}
.menupanel .aboutWWF p a span.arrow {
  /* --- 初期状態 --- */
  /* beforeは中央に配置 */
}
.menupanel .aboutWWF p a span.arrow::before {
  transform: translateX(0);
}
.menupanel .aboutWWF p a span.arrow {
  /* afterは左側に隠しておく */
}
.menupanel .aboutWWF p a span.arrow::after {
  transform: translateX(-150%);
}
.menupanel .aboutWWF p a {
  /* --- ホバー時の動き --- */
}
.menupanel .aboutWWF p a:hover {
  opacity: 0.5;
}
.menupanel .aboutWWF p a:hover .arrow:before {
  animation: exitToRight 0.6s ease forwards;
}
.menupanel .aboutWWF p a:hover .arrow:after {
  animation: enterFromLeft 0.6s ease forwards;
}
.menupanel .menuList {
  width: 100%;
  background: #26a144;
}
.menupanel .menuList .inner {
  width: 110rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 9.3rem 0 7rem;
}
@media screen and (max-width: 979px) {
  .menupanel .menuList .inner {
    width: 56rem;
    flex-wrap: wrap;
    padding: 16.6rem 0 10.4rem;
    row-gap: 9.4rem;
  }
}
.menupanel .menuList .inner ul {
  width: 30rem;
  display: flex;
  flex-direction: column;
  row-gap: 4.5rem;
}
@media screen and (max-width: 979px) {
  .menupanel .menuList .inner ul {
    width: 56rem;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    row-gap: 9rem;
  }
}
.menupanel .menuList .inner ul:nth-of-type(2) {
  width: 34rem;
  row-gap: 2.5rem;
}
@media screen and (max-width: 979px) {
  .menupanel .menuList .inner ul:nth-of-type(2) {
    width: 100%;
    row-gap: 3.6rem;
  }
}
@media screen and (max-width: 979px) {
  .menupanel .menuList .inner ul:nth-of-type(2) li {
    width: 100%;
  }
}
.menupanel .menuList .inner ul:nth-of-type(2) li a {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 979px) {
  .menupanel .menuList .inner ul:nth-of-type(2) li a {
    font-size: 3rem;
    padding-bottom: 3.6rem;
  }
}
.menupanel .menuList .inner ul > .bnr_get {
  position: static;
}
@media screen and (max-width: 979px) {
  .menupanel .menuList .inner ul > .bnr_get {
    transform: translateX(0);
    margin: auto;
    margin-top: -4.5rem;
  }
}
.menupanel .menuList .inner ul > h2 {
  font-size: 3.4rem;
  font-weight: 500;
  color: #fdec23;
  letter-spacing: 0.2rem;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 979px) {
  .menupanel .menuList .inner ul > h2 {
    font-size: 5rem;
  }
}
.menupanel .menuList .inner ul > h2:nth-of-type(2) {
  margin-top: 4.3rem;
}
@media screen and (max-width: 979px) {
  .menupanel .menuList .inner ul > h2:nth-of-type(2) {
    margin-top: 9rem;
  }
}
.menupanel .menuList .inner ul > h2 span {
  font-size: 1.4rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.5rem;
  margin-left: 1.5rem;
}
@media screen and (max-width: 979px) {
  .menupanel .menuList .inner ul > h2 span {
    font-size: 2.4rem;
  }
}
.menupanel .menuList .inner ul li {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 979px) {
  .menupanel .menuList .inner ul li {
    width: 26rem;
  }
}
.menupanel .menuList .inner ul li a {
  display: block;
  position: relative;
  padding-bottom: 1.7rem;
}
@media screen and (max-width: 979px) {
  .menupanel .menuList .inner ul li a {
    padding-bottom: 2.6rem;
  }
}
.menupanel .menuList .inner ul li a h2 {
  font-size: 3.4rem;
  font-weight: 500;
  color: #fdec23;
  letter-spacing: 0.2rem;
  line-height: 1;
}
@media screen and (max-width: 979px) {
  .menupanel .menuList .inner ul li a h2 {
    font-size: 5rem;
  }
}
.menupanel .menuList .inner ul li a p.explaine {
  font-size: 1.4rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.5rem;
}
@media screen and (max-width: 979px) {
  .menupanel .menuList .inner ul li a p.explaine {
    font-size: 2.4rem;
  }
}
.menupanel .menuList .inner ul li a span.arrow {
  overflow: hidden; /* 枠外の矢印を隠す */
  position: absolute;
  top: 0.5rem;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 979px) {
  .menupanel .menuList .inner ul li a span.arrow {
    width: 3.8rem;
    height: 3.8rem;
  }
}
.menupanel .menuList .inner ul li a span.arrow.deg2 {
  top: auto;
  bottom: 1.5rem;
}
@media screen and (max-width: 979px) {
  .menupanel .menuList .inner ul li a span.arrow.deg2 {
    bottom: 50%;
  }
}
.menupanel .menuList .inner ul li a span.arrow::before, .menupanel .menuList .inner ul li a span.arrow::after {
  content: "";
  position: absolute;
  color: #fff;
  font-size: 1.2rem;
  font-family: serif; /* 矢印のデザイン調整 */
  transition: none;
  background-image: url("data:image/svg+xml,%3Csvg id='button' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.57 6.36'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%2326a144;stroke-linejoin:round;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='0 3.18 7.07 3.18 4.24 .35'/%3E%3Cline class='cls-1' x1='4.24' y1='6.01' x2='7.07' y2='3.18'/%3E%3C/svg%3E");
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-position: center top 0.8rem;
  background-size: 0.8rem;
  display: inline-block;
}
@media screen and (max-width: 979px) {
  .menupanel .menuList .inner ul li a span.arrow::before, .menupanel .menuList .inner ul li a span.arrow::after {
    background-size: 1.131rem;
  }
}
.menupanel .menuList .inner ul li a span.arrow::before {
  transform: translateX(0);
}
.menupanel .menuList .inner ul li a span.arrow::after {
  transform: translateX(-150%);
}
.menupanel .menuList .inner ul li a:hover {
  opacity: 0.5;
}
.menupanel .menuList .inner ul li a:hover .arrow:before {
  animation: exitToRight 0.6s ease forwards;
}
.menupanel .menuList .inner ul li a:hover .arrow:after {
  animation: enterFromLeft 0.6s ease forwards;
}

.fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

.fadeIn.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.others {
  background: #f8f6f3;
}
body.others .kv {
  height: 43.5rem;
}
@media screen and (max-width: 979px) {
  body.others .kv {
    height: 109.8rem;
  }
}
body.others .kv.why {
  height: 57.6rem;
  background: url("../images/others/bg_kv_why.png") no-repeat;
  background-size: 36.6899rem;
  background-position: top 26.3rem right -1.25rem;
}
@media screen and (max-width: 979px) {
  body.others .kv.why {
    height: 95rem;
    background: none;
  }
}
body.others .kv h1 {
  animation: none;
  opacity: 1;
}
body.others .kv p.bnr_get.fix {
  position: fixed;
  opacity: 1;
  bottom: 4rem;
  right: 3rem;
  transition: all 0.4s ease;
}
body.others .kv p.bnr_get.fix.bottomEnd {
  opacity: 0;
  z-index: -1;
}
body.others .kv .pageHead {
  width: 110rem;
  height: 100%;
  margin: auto;
  padding-top: 14.5rem;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 979px) {
  body.others .kv .pageHead {
    width: 100%;
    padding: 21.5rem 6.5rem 23.2rem;
  }
}
body.others .kv .pageHead.syokusyu {
  background: url("../images/others/bg_syokusyu.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 979px) {
  body.others .kv .pageHead.syokusyu {
    background: url("../images/others/bg_syokusyu_sp.png") no-repeat;
    background-size: 100%;
    background-position: top 64.8rem center;
  }
}
body.others .kv .pageHead h1.title {
  position: static;
  width: auto;
  height: auto;
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 6.2rem;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 979px) {
  body.others .kv .pageHead h1.title {
    font-size: 6.4rem;
    line-height: 8.4rem;
    margin-bottom: 3.8rem;
  }
}
body.others .kv .pageHead h1.title span {
  color: #269F44;
}
@media screen and (max-width: 979px) {
  body.others .kv .pageHead h1.title span {
    letter-spacing: -0.04em;
  }
}
body.others .kv .pageHead p.lead {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
}
@media screen and (max-width: 979px) {
  body.others .kv .pageHead p.lead {
    font-size: 2.6rem;
    line-height: 5rem;
    text-align: justify;
  }
}
body.others .kv .pageHead ul.breadcrumb {
  position: absolute;
  top: 14.7rem;
  right: 0;
  display: flex;
  justify-content: flex-end;
  gap: 0.7rem;
}
@media screen and (max-width: 979px) {
  body.others .kv .pageHead ul.breadcrumb {
    display: none;
  }
}
body.others .kv .pageHead ul.breadcrumb li {
  font-size: 1.2rem;
}
body.others .kv .pageHead ul.breadcrumb li a {
  font-size: 1.2rem;
  color: #26a044;
  padding-right: 1.3rem;
  background-image: url("data:image/svg+xml,%3Csvg id='txt' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.86 6.82'%3E%3Cstyle%3E.cls-1%7Bfill:%23000;%7D%3C/style%3E%3Cpath class='cls-1' d='M6.86,3.72L0,6.82v-.68l6.12-2.72L0,.68v-.68l6.86,3.11v.61Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 0.68rem;
}
body.others main {
  width: 100%;
  background: url(../images/bg_event.png) repeat-x bottom center;
  background-size: 150rem;
}
body.others section.jobs {
  width: 100%;
  padding-bottom: 23.2rem;
}
@media screen and (max-width: 979px) {
  body.others section.jobs {
    width: 68rem;
    margin: auto;
    padding-bottom: 13.8rem;
  }
}
body.others section.jobs .inner {
  width: 125rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  row-gap: 7rem;
}
@media screen and (max-width: 979px) {
  body.others section.jobs .inner {
    width: 100%;
    row-gap: 10.2rem;
  }
}
body.others section.jobs .inner .job {
  width: 100%;
  padding: 0;
  background: #fff;
  border: 1px solid #000;
  border-radius: 4.2rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 979px) {
  body.others section.jobs .inner .job {
    flex-direction: column;
    border-radius: 7rem;
  }
}
body.others section.jobs .inner .job.job01 {
  transition-delay: 0.4s;
}
body.others section.jobs .inner .job.is-visible .content .dlBox {
  opacity: 1;
  transform: translateY(0);
}
body.others section.jobs .inner .job .numero {
  width: 31rem;
  height: 7.24127rem;
  position: absolute;
  top: -2.2rem;
  left: 6rem;
  padding: 1.4rem 0 0 3.4rem;
}
@media screen and (max-width: 979px) {
  body.others section.jobs .inner .job .numero {
    width: 54.4rem;
    height: 11.6rem;
    top: -5.6rem;
    left: 2rem;
    padding: 2rem 0 0 6.2rem;
  }
}
body.others section.jobs .inner .job .numero.job01 {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg id="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 310 72.41"%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23000;%7D.cls-1,.cls-2%7Bstroke-width:0px;%7D.cls-2%7Bfill:%2326a144;%7D%3C/style%3E%3C/defs%3E%3Cpath class="cls-2" d="M45.61,62.7c-4.03,0-7.53-2.86-8.33-6.8l-.08-.4h-9.2C12.84,55.5.5,43.16.5,28S12.84.5,28,.5h254c15.16,0,27.5,12.34,27.5,27.5s-12.34,27.5-27.5,27.5H54.02l-.08.4c-.8,3.94-4.3,6.8-8.33,6.8Z"/%3E%3Cpath class="cls-1" d="M282,1c14.89,0,27,12.11,27,27s-12.11,27-27,27H53.61l-.16.8c-.75,3.71-4.05,6.4-7.84,6.4s-7.09-2.69-7.84-6.4l-.16-.8h-9.61c-14.89,0-27-12.11-27-27S13.11,1,28,1h254M282,0H28C12.54,0,0,12.54,0,28s12.54,28,28,28h8.79c.83,4.11,4.47,7.2,8.82,7.2s7.98-3.09,8.82-7.2h227.57c15.46,0,28-12.54,28-28S297.46,0,282,0h0Z"/%3E%3Ccircle class="cls-2" cx="57.58" cy="68.41" r="3.5"/%3E%3Cpath class="cls-1" d="M57.58,65.41c1.65,0,3,1.35,3,3s-1.35,3-3,3-3-1.35-3-3,1.35-3,3-3M57.58,64.41c-2.21,0-4,1.79-4,4s1.79,4,4,4,4-1.79,4-4-1.79-4-4-4h0Z"/%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
}
body.others section.jobs .inner .job .numero.job02 {
  background-image: url("data:image/svg+xml,%3Csvg id='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 72.41'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fa9127;%7D.cls-1,.cls-2%7Bstroke-width:0px;%7D.cls-2%7Bfill:%23000;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M45.61,62.7c-4.03,0-7.53-2.86-8.33-6.8l-.08-.4h-9.2C12.84,55.5.5,43.16.5,28S12.84.5,28,.5h254c15.16,0,27.5,12.34,27.5,27.5s-12.34,27.5-27.5,27.5H54.02l-.08.4c-.8,3.94-4.3,6.8-8.33,6.8Z'/%3E%3Cpath class='cls-2' d='M282,1c14.89,0,27,12.11,27,27s-12.11,27-27,27H53.61l-.16.8c-.75,3.71-4.05,6.4-7.84,6.4s-7.09-2.69-7.84-6.4l-.16-.8h-9.61c-14.89,0-27-12.11-27-27S13.11,1,28,1h254M282,0H28C12.54,0,0,12.54,0,28s12.54,28,28,28h8.79c.83,4.11,4.47,7.2,8.82,7.2s7.98-3.09,8.82-7.2h227.57c15.46,0,28-12.54,28-28S297.46,0,282,0h0Z'/%3E%3Ccircle class='cls-1' cx='57.58' cy='68.41' r='3.5'/%3E%3Cpath class='cls-2' d='M57.58,65.41c1.65,0,3,1.35,3,3s-1.35,3-3,3-3-1.35-3-3,1.35-3,3-3M57.58,64.41c-2.21,0-4,1.79-4,4s1.79,4,4,4,4-1.79,4-4-1.79-4-4-4h0Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
body.others section.jobs .inner .job .numero.job03 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 72.41'%3E%3Cstyle%3E.b%7Bfill:%23006ed2%7D.s%7Bfill:%23000%7D%3C/style%3E%3Cpath class='b' d='M45.61 62.7c-4.03 0-7.53-2.86-8.33-6.8l-.08-.4h-9.2C12.84 55.5.5 43.16.5 28S12.84.5 28 .5h254c15.16 0 27.5 12.34 27.5 27.5s-12.34 27.5-27.5 27.5H54.02l-.08.4c-.8 3.94-4.3 6.8-8.33 6.8z'/%3E%3Cpath class='s' d='M282 1c14.89 0 27 12.11 27 27s-12.11 27-27 27H53.61l-.16.8c-.75 3.71-4.05 6.4-7.84 6.4s-7.09-2.69-7.84-6.4l-.16-.8h-9.61c-14.89 0-27-12.11-27-27S13.11 1 28 1h254M282 0H28C12.54 0 0 12.54 0 28s12.54 28 28 28h8.79c.83 4.11 4.47 7.2 8.82 7.2s7.98-3.09 8.82-7.2h227.57c15.46 0 28-12.54 28-28S297.46 0 282 0z'/%3E%3Ccircle class='b' cx='57.58' cy='68.41' r='3.5'/%3E%3Cpath class='s' d='M57.58 65.41c1.65 0 3 1.35 3 3s-1.35 3-3 3-3-1.35-3-3 1.35-3 3-3m0-1c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
body.others section.jobs .inner .job .numero.job04 {
  background-image: url("data:image/svg+xml,%3Csvg id='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 72.41'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23000;%7D.cls-1,.cls-2%7Bstroke-width:0px;%7D.cls-2%7Bfill:%237dc621;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M45.61,62.7c-4.03,0-7.53-2.86-8.33-6.8l-.08-.4h-9.2C12.84,55.5.5,43.16.5,28S12.84.5,28,.5h254c15.16,0,27.5,12.34,27.5,27.5s-12.34,27.5-27.5,27.5H54.02l-.08.4c-.8,3.94-4.3,6.8-8.33,6.8Z'/%3E%3Cpath class='cls-1' d='M282,1c14.89,0,27,12.11,27,27s-12.11,27-27,27H53.61l-.16.8c-.75,3.71-4.05,6.4-7.84,6.4s-7.09-2.69-7.84-6.4l-.16-.8h-9.61c-14.89,0-27-12.11-27-27S13.11,1,28,1h254M282,0H28C12.54,0,0,12.54,0,28s12.54,28,28,28h8.79c.83,4.11,4.47,7.2,8.82,7.2s7.98-3.09,8.82-7.2h227.57c15.46,0,28-12.54,28-28h0c0-15.46-12.54-28-28-28h0Z'/%3E%3Ccircle class='cls-2' cx='57.58' cy='68.41' r='3.5'/%3E%3Cpath class='cls-1' d='M57.58,65.41c1.65,0,3,1.35,3,3s-1.35,3-3,3-3-1.35-3-3,1.35-3,3-3M57.58,64.41c-2.21,0-4,1.79-4,4s1.79,4,4,4,4-1.79,4-4-1.79-4-4-4h0Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
body.others section.jobs .inner .job .numero.job05 {
  background-image: url("data:image/svg+xml,%3Csvg id='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 72.41'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23000;%7D.cls-1,.cls-2%7Bstroke-width:0px;%7D.cls-2%7Bfill:%2346aad9;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M45.61,62.7c-4.03,0-7.53-2.86-8.33-6.8l-.08-.4h-9.2C12.84,55.5.5,43.16.5,28S12.84.5,28,.5h254c15.16,0,27.5,12.34,27.5,27.5s-12.34,27.5-27.5,27.5H54.02l-.08.4c-.8,3.94-4.3,6.8-8.33,6.8Z'/%3E%3Cpath class='cls-1' d='M282,1c14.89,0,27,12.11,27,27s-12.11,27-27,27H53.61l-.16.8c-.75,3.71-4.05,6.4-7.84,6.4s-7.09-2.69-7.84-6.4l-.16-.8h-9.61c-14.89,0-27-12.11-27-27S13.11,1,28,1h254M282,0H28C12.54,0,0,12.54,0,28s12.54,28,28,28h8.79c.83,4.11,4.47,7.2,8.82,7.2s7.98-3.09,8.82-7.2h227.57c15.46,0,28-12.54,28-28h0c0-15.46-12.54-28-28-28h0Z'/%3E%3Ccircle class='cls-2' cx='57.58' cy='68.41' r='3.5'/%3E%3Cpath class='cls-1' d='M57.58,65.41c1.65,0,3,1.35,3,3s-1.35,3-3,3-3-1.35-3-3,1.35-3,3-3M57.58,64.41c-2.21,0-4,1.79-4,4s1.79,4,4,4,4-1.79,4-4-1.79-4-4-4h0Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
body.others section.jobs .inner .job .numero.job06 {
  background-image: url("data:image/svg+xml,%3Csvg id='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 72.41'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23eb5a64;%7D.cls-1,.cls-2%7Bstroke-width:0px;%7D.cls-2%7Bfill:%23000;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M45.61,62.7c-4.03,0-7.53-2.86-8.33-6.8l-.08-.4h-9.2C12.84,55.5.5,43.16.5,28S12.84.5,28,.5h254c15.16,0,27.5,12.34,27.5,27.5s-12.34,27.5-27.5,27.5H54.02l-.08.4c-.8,3.94-4.3,6.8-8.33,6.8Z'/%3E%3Cpath class='cls-2' d='M282,1c14.89,0,27,12.11,27,27s-12.11,27-27,27H53.61l-.16.8c-.75,3.71-4.05,6.4-7.84,6.4s-7.09-2.69-7.84-6.4l-.16-.8h-9.61c-14.89,0-27-12.11-27-27S13.11,1,28,1h254M282,0H28C12.54,0,0,12.54,0,28s12.54,28,28,28h8.79c.83,4.11,4.47,7.2,8.82,7.2s7.98-3.09,8.82-7.2h227.57c15.46,0,28-12.54,28-28h0c0-15.46-12.54-28-28-28h0Z'/%3E%3Ccircle class='cls-1' cx='57.58' cy='68.41' r='3.5'/%3E%3Cpath class='cls-2' d='M57.58,65.41c1.65,0,3,1.35,3,3s-1.35,3-3,3-3-1.35-3-3,1.35-3,3-3M57.58,64.41c-2.21,0-4,1.79-4,4s1.79,4,4,4,4-1.79,4-4-1.79-4-4-4h0Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
body.others section.jobs .inner .job .numero.job07 {
  background-image: url("data:image/svg+xml,%3Csvg id='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 72.41'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23000;%7D.cls-1,.cls-2%7Bstroke-width:0px;%7D.cls-2%7Bfill:%2300a0a0;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M45.61,62.7c-4.03,0-7.53-2.86-8.33-6.8l-.08-.4h-9.2C12.84,55.5.5,43.16.5,28S12.84.5,28,.5h254c15.16,0,27.5,12.34,27.5,27.5s-12.34,27.5-27.5,27.5H54.02l-.08.4c-.8,3.94-4.3,6.8-8.33,6.8Z'/%3E%3Cpath class='cls-1' d='M282,1c14.89,0,27,12.11,27,27s-12.11,27-27,27H53.61l-.16.8c-.75,3.71-4.05,6.4-7.84,6.4s-7.09-2.69-7.84-6.4l-.16-.8h-9.61c-14.89,0-27-12.11-27-27S13.11,1,28,1h254M282,0H28C12.54,0,0,12.54,0,28s12.54,28,28,28h8.79c.83,4.11,4.47,7.2,8.82,7.2s7.98-3.09,8.82-7.2h227.57c15.46,0,28-12.54,28-28S297.46,0,282,0h0Z'/%3E%3Ccircle class='cls-2' cx='57.58' cy='68.41' r='3.5'/%3E%3Cpath class='cls-1' d='M57.58,65.41c1.65,0,3,1.35,3,3s-1.35,3-3,3-3-1.35-3-3,1.35-3,3-3M57.58,64.41c-2.21,0-4,1.79-4,4s1.79,4,4,4,4-1.79,4-4-1.79-4-4-4h0Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
body.others section.jobs .inner .job .numero p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
@media screen and (max-width: 979px) {
  body.others section.jobs .inner .job .numero p {
    font-size: 2.8rem;
  }
}
body.others section.jobs .inner .job .numero p span {
  font-size: 2.7rem;
}
@media screen and (max-width: 979px) {
  body.others section.jobs .inner .job .numero p span {
    font-size: 4.7rem;
  }
}
body.others section.jobs .inner .job header {
  width: 55rem;
  padding-top: 7.3rem;
  padding-left: 7.2rem;
}
@media screen and (max-width: 979px) {
  body.others section.jobs .inner .job header {
    width: 100%;
    padding-top: 10rem;
    padding-left: 5.6rem;
    padding-bottom: 27.8rem;
    position: relative;
    z-index: 2;
  }
}
body.others section.jobs .inner .job header.job01 {
  background: url("../images/others/bg_job01.png") no-repeat;
  background-size: 47.5rem;
  background-position: top 16rem left 7.2rem;
}
@media screen and (max-width: 979px) {
  body.others section.jobs .inner .job header.job01 {
    background: url("../images/others/bg_job01_sp.png") no-repeat;
    background-size: 100%;
    background-position: bottom left;
  }
}
body.others section.jobs .inner .job header.job02 {
  background: url("../images/others/bg_job02.png") no-repeat;
  background-size: 47.5rem;
  background-position: top 16rem left 7.2rem;
}
@media screen and (max-width: 979px) {
  body.others section.jobs .inner .job header.job02 {
    background: url("../images/others/bg_job02_sp.png") no-repeat;
    background-size: 100%;
    background-position: bottom left;
  }
}
body.others section.jobs .inner .job header.job03 {
  background: url("../images/others/bg_job03.png") no-repeat;
  background-size: 47.5rem;
  background-position: top 16.1rem left 7.2rem;
}
@media screen and (max-width: 979px) {
  body.others section.jobs .inner .job header.job03 {
    background: url("../images/others/bg_job03_sp.png") no-repeat;
    background-size: 100%;
    background-position: bottom left;
  }
}
body.others section.jobs .inner .job header.job04 {
  background: url("../images/others/bg_job04.png") no-repeat;
  background-size: 47.5rem;
  background-position: top 20rem left 7.2rem;
}
@media screen and (max-width: 979px) {
  body.others section.jobs .inner .job header.job04 {
    background: url("../images/others/bg_job04_sp.png") no-repeat;
    background-size: 100%;
    background-position: bottom -1rem left;
  }
}
body.others section.jobs .inner .job header.job05 {
  background: url("../images/others/bg_job05.png") no-repeat;
  background-size: 47.5rem;
  background-position: top 14.7rem left 7.2rem;
}
@media screen and (max-width: 979px) {
  body.others section.jobs .inner .job header.job05 {
    background: url("../images/others/bg_job05_sp.png") no-repeat;
    background-size: 100%;
    background-position: bottom left;
  }
}
body.others section.jobs .inner .job header.job06 {
  background: url("../images/others/bg_job06.png") no-repeat;
  background-size: 47.5rem;
  background-position: top 21.1rem left 7.2rem;
}
@media screen and (max-width: 979px) {
  body.others section.jobs .inner .job header.job06 {
    background: url("../images/others/bg_job06_sp.png") no-repeat;
    background-size: 100%;
    background-position: bottom -1.5rem left;
  }
}
body.others section.jobs .inner .job header.job07 {
  background: url("../images/others/bg_job07.png") no-repeat;
  background-size: 47.5rem;
  background-position: top 16.4rem left 7.2rem;
}
@media screen and (max-width: 979px) {
  body.others section.jobs .inner .job header.job07 {
    background: url("../images/others/bg_job07_sp.png") no-repeat;
    background-size: 100%;
    background-position: bottom left;
  }
}
body.others section.jobs .inner .job header h2 {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 4.8rem;
  margin-bottom: 1.3rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 979px) {
  body.others section.jobs .inner .job header h2 {
    text-align: left;
    font-size: 5.2rem;
    line-height: 7.6rem;
    margin-bottom: 2.2rem;
  }
}
body.others section.jobs .inner .job header p.lead {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 979px) {
  body.others section.jobs .inner .job header p.lead {
    font-size: 2.6rem;
  }
}
body.others section.jobs .inner .job .content {
  width: calc(100% - 55rem);
  background-size: 3rem 3rem;
  position: relative;
  padding: 4.7rem 9.4rem;
  border-radius: 0 4.2rem 4.2rem 0;
}
@media screen and (max-width: 979px) {
  body.others section.jobs .inner .job .content {
    width: 100%;
    border-radius: 0 0 7rem 7rem;
    padding: 14.8rem 6.2rem 7.4rem;
  }
}
@media screen and (max-width: 979px) {
  body.others section.jobs .inner .job .content.job01 {
    margin-top: -7.4rem;
  }
}
@media screen and (max-width: 979px) {
  body.others section.jobs .inner .job .content.job02 {
    margin-top: -7.4rem;
  }
}
@media screen and (max-width: 979px) {
  body.others section.jobs .inner .job .content.job03 {
    margin-top: -7.4rem;
  }
}
@media screen and (max-width: 979px) {
  body.others section.jobs .inner .job .content.job04 {
    margin-top: -7.4rem;
  }
}
@media screen and (max-width: 979px) {
  body.others section.jobs .inner .job .content.job05 {
    margin-top: -7.4rem;
  }
}
@media screen and (max-width: 979px) {
  body.others section.jobs .inner .job .content.job06 {
    margin-top: -7.4rem;
  }
}
@media screen and (max-width: 979px) {
  body.others section.jobs .inner .job .content.job07 {
    margin-top: -7.4rem;
  }
}
body.others section.jobs .inner .job .content::after {
  content: "";
  width: 2.6rem;
  height: 5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='txtbg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58.69 117.38'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='58.69 58.69 0 117.38 0 0 58.69 58.69'/%3E%3C/svg%3E");
  background-size: 100% 105%;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 979px) {
  body.others section.jobs .inner .job .content::after {
    background-image: url('data:image/svg+xml;utf8,<svg id="txtbg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 87.69 43.84"><polygon fill="white" points="43.84 43.84 0 0 87.69 0 43.84 43.84"/></svg>');
    top: -1.5rem;
    left: 8.2rem;
    transform: translateY(0);
    width: 8.7689rem;
    height: 4.3844rem;
  }
}
body.others section.jobs .inner .job .content.job01 {
  background-color: #d4ecda;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cg fill='none' stroke='%2326a144' stroke-width='1' stroke-opacity='0.1'%3E%3Cline x1='15' y1='0' x2='15' y2='30'/%3E%3Cline x1='0' y1='15' x2='30' y2='15'/%3E%3C/g%3E%3C/svg%3E");
}
@media screen and (max-width: 979px) {
  body.others section.jobs .inner .job .content.job01 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cg fill='none' stroke='%2326a144' stroke-width='1' stroke-opacity='0.05'%3E%3Cline x1='15' y1='0' x2='15' y2='30'/%3E%3Cline x1='0' y1='15' x2='30' y2='15'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 5.6rem 5.6rem;
  }
}
body.others section.jobs .inner .job .content.job02 {
  background-color: #fee1c5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath d='M15 0v30M0 15h30' fill='none' stroke='%23fa9127' stroke-width='1' opacity='0.13'/%3E%3C/svg%3E");
}
@media screen and (max-width: 979px) {
  body.others section.jobs .inner .job .content.job02 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath d='M15 0v30M0 15h30' fill='none' stroke='%23fa9127' stroke-width='1' opacity='0.06'/%3E%3C/svg%3E");
    background-size: 5.6rem 5.6rem;
  }
}
body.others section.jobs .inner .job .content.job03 {
  background-color: #d1e5f7;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cline x1='15' y1='0' x2='15' y2='30' stroke='%23006ed2' stroke-opacity='0.06'/%3E%3Cline x1='0' y1='15' x2='30' y2='15' stroke='%23006ed2' stroke-opacity='0.06'/%3E%3C/svg%3E");
}
body.others section.jobs .inner .job .content.job04 {
  background-color: #e2f2ce;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cg fill='none' stroke='rgba(125, 198, 33, 0.12)' stroke-width='1'%3E%3Cline x1='15' y1='0' x2='15' y2='30'/%3E%3Cline x1='0' y1='15' x2='30' y2='15'/%3E%3C/g%3E%3C/svg%3E");
}
body.others section.jobs .inner .job .content.job05 {
  background-color: #def0f8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cg fill='none' stroke='rgba(70, 170, 217, 0.09)' stroke-width='1'%3E%3Cline x1='15' y1='0' x2='15' y2='30'/%3E%3Cline x1='0' y1='15' x2='30' y2='15'/%3E%3C/g%3E%3C/svg%3E");
}
body.others section.jobs .inner .job .content.job06 {
  background-color: #fce5e6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cg fill='none' stroke='rgba(235, 90, 100, 0.06)' stroke-width='1'%3E%3Cline x1='15' y1='0' x2='15' y2='30'/%3E%3Cline x1='0' y1='15' x2='30' y2='15'/%3E%3C/g%3E%3C/svg%3E");
}
body.others section.jobs .inner .job .content.job07 {
  background-color: #d1eeee;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cg fill='none' stroke='rgba(0, 160, 160, 0.06)' stroke-width='1'%3E%3Cline x1='15' y1='0' x2='15' y2='30'/%3E%3Cline x1='0' y1='15' x2='30' y2='15'/%3E%3C/g%3E%3C/svg%3E");
}
body.others section.jobs .inner .job .content p.example {
  font-size: 1.4rem;
  font-weight: 600;
  position: absolute;
  top: 4.6rem;
  left: 7rem;
  transform: rotate(90deg);
  transform-origin: top left;
}
@media screen and (max-width: 979px) {
  body.others section.jobs .inner .job .content p.example {
    font-size: 2.6rem;
    transform: rotate(0);
    top: 7rem;
    left: 6rem;
  }
}
body.others section.jobs .inner .job .content p.example.job01 {
  color: #26a144;
}
body.others section.jobs .inner .job .content p.example.job02 {
  color: #fa9127;
}
body.others section.jobs .inner .job .content p.example.job03 {
  color: #006ed2;
}
body.others section.jobs .inner .job .content p.example.job04 {
  color: #006ed2;
}
body.others section.jobs .inner .job .content p.example.job04 {
  color: #7dc621;
}
body.others section.jobs .inner .job .content p.example.job05 {
  color: #46aad9;
}
body.others section.jobs .inner .job .content p.example.job06 {
  color: #eb5a64;
}
body.others section.jobs .inner .job .content p.example.job07 {
  color: #00a0a0;
}
body.others section.jobs .inner .job .content .dlBox {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  opacity: 0;
  transform: translateY(1rem);
  transition: all 0.8s ease;
  transition-delay: 0.6s;
}
@media screen and (max-width: 979px) {
  body.others section.jobs .inner .job .content .dlBox {
    row-gap: 3rem;
  }
}
body.others section.jobs .inner .job .content dl {
  width: 100%;
  height: 7rem;
  display: flex;
}
@media screen and (max-width: 979px) {
  body.others section.jobs .inner .job .content dl {
    height: auto;
    justify-content: space-between;
  }
}
body.others section.jobs .inner .job .content dl dt {
  width: 7rem;
}
@media screen and (max-width: 979px) {
  body.others section.jobs .inner .job .content dl dt {
    width: 9.8rem;
  }
}
body.others section.jobs .inner .job .content dl dd {
  padding-left: 1.9rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 979px) {
  body.others section.jobs .inner .job .content dl dd {
    width: calc(100% - 11rem);
    font-size: 2.8rem;
    line-height: 4.2rem;
  }
}
body.others section.reasons {
  width: 100%;
  padding-bottom: 25.8rem;
  position: relative;
}
@media screen and (max-width: 979px) {
  body.others section.reasons {
    padding-bottom: 54.4rem;
  }
}
body.others section.reasons figure.reasons_bottom {
  width: 92.2rem;
  height: 34.5rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
body.others section.reasons figure.reasons_bottom.active {
  opacity: 1;
  transform: translateY(0);
}
body.others section.reasons figure.reasons_bottom.bottom {
  bottom: 10rem;
}
@media screen and (max-width: 979px) {
  body.others section.reasons figure.reasons_bottomSP {
    width: 100%;
    height: 46.7rem;
    position: absolute;
    bottom: 1rem;
    left: 0;
  }
}
body.others section.reasons .inner {
  width: 80rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media screen and (max-width: 979px) {
  body.others section.reasons .inner {
    width: 62rem;
  }
}
body.others dl.reason {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 2rem;
  border: 1px solid #000000;
  overflow: hidden;
  padding: 4.2rem 5.8rem;
  display: flex;
  justify-content: space-between;
  gap: 4.2rem;
  position: relative;
}
@media screen and (max-width: 979px) {
  body.others dl.reason {
    border-radius: 3.2rem;
    padding: 4rem 4.7rem;
    flex-direction: column;
  }
}
body.others dl.reason p.more {
  position: absolute;
  bottom: 4.9rem;
  right: 6.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #269F44;
  padding-right: 2.2rem;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg id='design' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23269f44;stroke-linejoin:round;%7D%3C/style%3E%3C/defs%3E%3Cline class='cls-1' x1='5' x2='5' y2='10'/%3E%3Cline class='cls-1' x1='10' y1='5' x2='0' y2='5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: center right;
}
@media screen and (max-width: 979px) {
  body.others dl.reason p.more {
    bottom: 6rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.8rem;
    background-size: 2rem;
    padding-right: 3.8rem;
  }
}
body.others dl.reason p.more.open {
  background-image: url("data:image/svg+xml,%3Csvg id='design' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23269f44;stroke-linejoin:round;%7D%3C/style%3E%3C/defs%3E%3Cline class='cls-1' x1='10' y1='5' x2='0' y2='5'/%3E%3C/svg%3E");
}
body.others dl.reason dt {
  width: 12rem;
}
@media screen and (max-width: 979px) {
  body.others dl.reason dt {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
body.others dl.reason dt img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 979px) {
  body.others dl.reason dt img {
    width: 15rem;
    margin: auto;
  }
}
body.others dl.reason dd {
  width: 52rem;
  margin-top: -0.2rem;
  padding-bottom: 4rem;
  height: 16rem;
  max-height: 16rem;
  overflow-y: hidden;
  position: relative;
  transition: all 0.6s ease;
}
@media screen and (max-width: 979px) {
  body.others dl.reason dd {
    padding-bottom: 13.6rem;
    height: 32rem;
    max-height: 32rem;
  }
}
body.others dl.reason dd::after {
  content: "";
  width: 100%;
  height: 10rem;
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 979px) {
  body.others dl.reason dd::after {
    height: 20rem;
  }
}
body.others dl.reason dd.open {
  height: auto;
  max-height: 100rem;
}
body.others dl.reason dd.open::after {
  opacity: 0;
  pointer-events: none;
}
body.others dl.reason dd h3 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #269F44;
  line-height: 1;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 979px) {
  body.others dl.reason dd h3 {
    font-size: 4.2rem;
    text-align: center;
  }
}
body.others dl.reason dd p.lead {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem;
  text-align: justify;
}
@media screen and (max-width: 979px) {
  body.others dl.reason dd p.lead {
    font-size: 2.6rem;
    line-height: 4.6rem;
  }
}

html {
  background-color: #f8f6f3;
}

html.teaser-loading body {
  opacity: 0;
  transform: translateY(2.4rem);
}

main {
  background-color: #f8f6f3;
}

#teaser_area {
  position: relative;
}

#teaser_btn {
  position: absolute;
  left: 50%;
}
@media screen and (min-width: 980px) {
  #teaser_btn {
    bottom: 13rem;
    translate: 8% 0;
  }
}
@media screen and (max-width: 979px) {
  #teaser_btn {
    bottom: 34rem;
    translate: -50% 0;
  }
}

@media screen and (min-width: 980px) {
  p.rights {
    font-size: 1.2rem;
    line-height: 1.3333333333em;
  }
}
@media screen and (max-width: 979px) {
  p.rights {
    font-size: 2rem;
    line-height: 1.5em;
  }
}

footer {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
@media screen and (min-width: 980px) {
  footer {
    padding-top: 3.5rem;
    padding-bottom: 3rem;
    background-image: url(../images/bg_event.png);
  }
}
@media screen and (max-width: 979px) {
  footer {
    padding-top: 9.5rem;
    padding-bottom: 10rem;
    background-image: url(../images/bg_event_sp.png);
  }
}