@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald&family=Zen+Maru+Gothic:wght@700&display=swap");
/* reset */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
  padding: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/* base styles */
:root {
  color-scheme: light;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  font-size: 62.5%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}

body {
  color: #444444;
  margin: 0;
  line-height: inherit;
  font-size: 1.5rem;
  background: #fff;
}
@media (max-width: 864px) {
  body {
    min-width: 320px;
  }
}

.l-wrap {
  position: relative;
  overflow: hidden;
}

.l-container {
  position: relative;
  background: url(../img/bg.jpg) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media (min-width: 865px) {
  .l-container {
    margin-left: 312px;
    width: calc(100% - 312px);
  }
}

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 312px;
  height: 100vh;
  z-index: 50;
  transition: 0.3s ease;
  background: #fff;
}

.l-nav {
  position: relative;
}

.l-main {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 520px;
  box-shadow: 0px 0px 52px rgba(128, 196, 124, 0.2);
  overflow: hidden;
  background: #fff;
}

.l-footer {
  position: relative;
  margin: 0 auto;
  max-width: 520px;
  background: #fff;
}
@media (max-width: 864px) {
  .l-footer {
    padding-bottom: 50px;
  }
}

.l-content {
  padding-top: 1px;
  padding-bottom: 1px;
  max-width: 1140px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 864px) {
  .l-content {
    max-width: 500px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.c-impact {
  font-size: 2rem;
  font-weight: bold;
}

.c-lead {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.6em;
}
@media (max-width: 864px) {
  .c-lead {
    font-size: 1.8rem;
  }
}

.c-note {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.875em;
  margin-bottom: 45px;
}
@media (max-width: 864px) {
  .c-note {
    font-size: 1.3rem;
    margin-bottom: 25px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.c-text {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.75em;
}
@media (max-width: 864px) {
  .c-text {
    font-size: 1.4rem;
    line-height: 1.7143em;
  }
}

.c-notice {
  font-size: 1.6rem;
  color: #888888;
  line-height: 1.5em;
}
.c-notice--toggle span {
  text-decoration: underline;
  cursor: pointer;
}
.c-notice--hide {
  display: none;
}

hr {
  border: none;
  border-bottom: 1px solid #4fb47c;
  margin: 20px auto;
  display: block;
}

.c-hr {
  border: none;
  border-bottom: 3px dashed white;
  margin: 40px auto;
  display: block;
}
.c-hr--line {
  border-bottom: 1px solid #e1e1e1;
  margin: 55px auto;
}

.c-btn {
  position: relative;
  width: 300px;
  display: block;
  color: white;
  text-decoration: none;
  line-height: 150%;
  font-size: 1.5rem;
  padding: 15px 0px;
  text-align: center;
  background: #4fb47c;
  transition: 0.3s ease;
  margin: 0;
  border-radius: 9999px;
}
.c-btn:hover {
  text-decoration: none;
  border-bottom: none;
  box-shadow: none;
  opacity: 0.7;
}
.c-btn--auto {
  margin: 25px auto;
}

.c-title-2 {
  font-size: 2.7rem;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  color: #4fb47c;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 864px) {
  .c-title-2 {
    font-size: 2.8rem;
  }
}

.c-title-3 {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 30px;
}
.c-title-3 sup {
  font-size: 2rem;
}
@media (max-width: 864px) {
  .c-title-3 {
    font-size: 2.2rem;
  }
}

.c-title-4 {
  text-align: left;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 2px dashed #dddddd;
  margin-top: 60px;
  padding-bottom: 15px;
}
@media (max-width: 864px) {
  .c-title-4 {
    font-size: 1.8rem;
  }
}

.c-tab-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 10px;
  grid-gap: 5px;
}

.c-tab-item {
  color: #c2c2c2;
  cursor: pointer;
  text-align: center;
  font-size: 3.6rem;
}
.c-tab-item.is-active {
  pointer-events: none;
}
.c-tab-item:hover {
  opacity: 0.7;
}
@media (max-width: 864px) {
  .c-tab-item {
    line-height: 100px;
  }
}

.c-tab {
  display: none;
  opacity: 0;
}
.c-tab.is-active {
  display: block;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.c-deco {
  position: absolute;
  z-index: 2;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.c-deco--mini-1 {
  background-image: url(../img/deco-mini-1.png);
  width: 89.5px;
  height: 190.5px;
}
.c-deco--mini-2 {
  background-image: url(../img/deco-mini-2.png);
  width: 39.5px;
  height: 120px;
}
.c-deco--mini-3 {
  background-image: url(../img/deco-mini-3.png);
  width: 64px;
  height: 117px;
}
.c-deco--mini-4 {
  background-image: url(../img/deco-mini-4.png);
  width: 90px;
  height: 190.5px;
}
.c-deco--mini-5 {
  background-image: url(../img/deco-mini-5.png);
  width: 64px;
  height: 117px;
}
.c-deco--mini-6 {
  background-image: url(../img/deco-mini-6.png);
  width: 39.5px;
  height: 120px;
}
.c-deco--mini-7 {
  background-image: url(../img/deco-mini-7.png);
  width: 43.5px;
  height: 128.5px;
}
.c-deco--blur-1 {
  background-image: url(../img/deco-blur-1.png);
  width: 82.5px;
  height: 82.5px;
}
.c-deco--blur-2 {
  background-image: url(../img/deco-blur-2.png);
  width: 183.5px;
  height: 183.5px;
}
.c-deco--pencil {
  background-image: url(../img/deco-pencil.png);
  width: 61px;
  height: 51px;
}
.c-deco--butter {
  background-image: url(../img/deco-butter.png);
  width: 43px;
  height: 31.5px;
}
.c-deco--butter-yellow {
  background-image: url(../img/deco-butter-yellow.png);
  width: 67.5px;
  height: 51.5px;
}
.c-deco--flower-2 {
  background-image: url(../img/deco-flower-2.png);
  width: 41.5px;
  height: 39.5px;
}
.c-deco--insta {
  background-image: url(../img/deco-insta.png);
  width: 84.5px;
  height: 84.5px;
}
.c-deco--fes-l {
  background-image: url(../img/deco-fes-l.png);
  width: 84.5px;
  height: 139.5px;
}

.c-cta {
  position: relative;
  background: #4fb47c;
  padding-top: 1px;
  padding-bottom: 40px;
}
.c-cta .c-title-2 {
  text-align: center;
  color: #fff;
}
.c-cta__lead {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5556em;
}
.c-cta__note {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.6666666667em;
}
.c-cta .c-deco--mini-4 {
  right: 0;
  top: -80px;
}

.c-flag {
  position: absolute;
}
.c-flag--l {
  position: fixed;
  top: 0;
  left: 320px;
  width: 226px;
  transform-origin: left top;
}
.c-flag--r {
  position: fixed;
  right: 0;
  top: 120px;
  width: 303px;
  transform-origin: right top;
}
.c-flag:hover {
  opacity: 0.9;
}
@media (max-width: 1450px) {
  .c-flag {
    transform: scale(0.7);
  }
}
@media (max-width: 1250px) {
  .c-flag--l {
    display: none;
  }
  .c-flag--r {
    display: none;
  }
}

.c-insta {
  position: fixed;
  left: 340px;
  bottom: 25px;
  width: 167px;
}
.c-insta:hover {
  opacity: 0.7;
}
@media (max-height: 615px) {
  .c-insta {
    display: none;
  }
}
@media (max-width: 1250px) {
  .c-insta {
    display: none;
  }
}

.p-header {
  position: relative;
  transition: 0.3s ease;
  padding-top: 30px;
  height: 100vh;
  overflow-y: auto;
  scrollbar-width: thin;
}
.p-header::-webkit-scrollbar {
  width: 6px;
}
.p-header::-webkit-scrollbar-track {
  background: transparent;
}
.p-header::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
@media (max-height: 850px) and (min-width: 865px) {
  .p-header {
    padding-top: 20px;
  }
}
@media (max-height: 700px) and (min-width: 865px) {
  .p-header {
    padding-top: 15px;
  }
}
.p-header__logo {
  width: 229px;
  margin: 0 auto 35px;
}
.p-header__logo:hover {
  opacity: 0.7;
}
@media (max-height: 850px) and (min-width: 865px) {
  .p-header__logo {
    width: 180px;
    margin-bottom: 20px;
  }
}
@media (max-height: 700px) and (min-width: 865px) {
  .p-header__logo {
    width: 140px;
    margin-bottom: 15px;
  }
}
@media (max-width: 864px) {
  .p-header__logo {
    width: 120px;
    margin-top: 15px;
    margin-left: 15px;
  }
}

.p-nav__tab {
  position: relative;
}
.p-nav__content {
  padding: 10px 0;
  transition: padding 0.3s ease;
}
@media (max-height: 850px) and (min-width: 865px) {
  .p-nav__content {
    padding: 5px 0;
  }
}
@media (max-height: 700px) and (min-width: 865px) {
  .p-nav__content {
    padding: 2px 0;
  }
}
.p-nav__item {
  display: block;
  color: #4fb47c;
  text-decoration: none;
  font-size: 1.8rem;
  padding: 10px 20px;
  transition: padding 0.3s ease, font-size 0.3s ease;
}
@media (max-height: 850px) and (min-width: 865px) {
  .p-nav__item {
    font-size: 1.6rem;
    padding: 6px 15px;
  }
}
@media (max-height: 700px) and (min-width: 865px) {
  .p-nav__item {
    font-size: 1.4rem;
    padding: 4px 15px;
  }
}

.p-footer {
  position: relative;
}
.p-footer__copyright {
  text-align: center;
  background: #eaf6ed;
  padding: 25px 0;
  margin: 0;
  font-size: 1.2rem;
}
.p-footer__tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
}
@media (min-width: 865px) {
  .p-footer__tabs {
    left: 312px;
    width: calc(100% - 312px);
  }
}
.p-footer__tab:hover {
  opacity: 0.7;
}
.p-footer__tab.is-active {
  pointer-events: none;
}

.p-coop {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #4fb47c;
}
.p-coop__title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.5rem;
}
.p-coop__note {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6667em;
}

.p-en {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}
.p-en__banner {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.p-en__banner:hover {
  opacity: 0.7;
}
.p-en__note {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.6667em;
}

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

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

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

@media (max-width: 864px) {
  .u-left-sp {
    text-align: left;
  }
}

.u-mt--10 {
  margin-top: -10px;
  z-index: 3;
}

.u-strike {
  text-decoration: line-through;
}

.u-tate {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.u-tate-com {
  transform: rotate(90deg);
  transform-origin: center center;
  display: inline-block;
}

.u-tate-com-2 {
  transform: rotate(180deg);
  transform-origin: center center;
  display: inline-block;
  left: 5px;
  position: relative;
}

.u-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}

.u-sans-all * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}

.u-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}

.u-serif-all * {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}

.u-type {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.u-type-all * {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.u-en {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.u-en-all * {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.u-small {
  font-size: 0.7em;
}

.u-big {
  font-size: 1.3em;
}

.u-font-lg {
  font-size: 2.4rem !important;
}

.u-bold {
  font-weight: bold;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-pic-round {
  border-radius: 15px;
}

@media (max-width: 864px) {
  .u-br-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-br-sp {
    display: none;
  }
}

@media (max-width: 864px) {
  .u-pc {
    display: none !important;
  }
}

@media (min-width: 865px) {
  .u-sp {
    display: none !important;
  }
}

.u-mt-lg {
  margin-top: 3rem;
}

.u-list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.u-list-reset li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.u-over {
  transition: 0.3s ease;
}

.u-over:hover {
  opacity: 0.7;
}

.u-under-yellow {
  text-decoration: underline;
  text-decoration-thickness: 7px;
  text-decoration-color: #fdf3dd;
  text-underline-offset: 0px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.u-under-red {
  text-decoration: underline;
  text-decoration-thickness: 7px;
  text-decoration-color: #fbe3e6;
  text-underline-offset: 0px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.u-under-blue {
  text-decoration: underline;
  text-decoration-thickness: 7px;
  text-decoration-color: #dceaf6;
  text-underline-offset: 0px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.u-color-gold {
  color: #a19071 !important;
}

.u-color-blue {
  color: #2dbad1 !important;
}

.u-color-blue-2 {
  color: #4e95d0 !important;
}

.u-color-blue-sub {
  color: #0050ad !important;
}

.u-color-white {
  color: #fff !important;
}

.u-color-lightblue {
  color: #3ed2e3 !important;
}

.u-color-yellow {
  color: #f4c555 !important;
}

.u-color-yellow-2 {
  color: #fce36d !important;
}

.u-bg-yellow {
  background: #f4c555 !important;
}

.u-color-pink {
  color: #f7c1bc !important;
}

.u-color-gray {
  color: #fbfbfb !important;
}

.u-color-red {
  color: #990808 !important;
}

.u-color-green {
  color: #4fb47c !important;
}

.u-color-green-2 {
  color: #97cb7f !important;
}

.u-bleed-right {
  flex: 1;
  margin-right: calc(50% - 50vw) !important;
}
@media (max-width: 864px) {
  .u-bleed-right {
    margin-right: 0 !important;
    width: auto;
  }
}

.u-bleed-left {
  flex: 1;
  margin-left: calc(50% - 50vw);
}
@media (max-width: 864px) {
  .u-bleed-left {
    margin-left: 0 !important;
    width: 100%;
  }
}

/*
BG
*/
.u-bg-red {
  background: #990808;
}

.u-bg-green {
  background: #4fb47c;
}

.u-bg-blue-3 {
  background: #2dbad1;
}

.p-visual {
  position: relative;
  margin-bottom: 50px;
}
.p-visual p {
  margin: 0;
}

.p-info {
  position: relative;
}
.p-info__block {
  position: relative;
  color: white;
  display: flex;
  align-items: center;
  background: #97cb7f;
  padding: 20px 0;
}
.p-info__block--2 {
  background: #75c378;
}
.p-info__block--3 {
  background: #6ab16d;
}
.p-info__block--4 {
  background: #4fb47c;
}
.p-info__block--5 {
  background: #3dad75;
}
.p-info__block--6 {
  background: #379d6a;
}
.p-info__title {
  font-size: 2rem;
  text-align: center;
  margin: 0;
  flex: 0 0 32%;
}
.p-info__content p {
  font-size: 1.5rem;
  margin: 0;
}
.p-info__time {
  font-weight: bold;
  font-size: 4rem;
}
.p-info__bold {
  font-weight: bold;
  font-size: 1.8rem;
}
.p-info__notice {
  text-align: center;
  font-size: 1.5rem;
}

.p-about {
  position: relative;
  padding-top: 65px;
  padding-bottom: 40px;
}
.p-about__pic {
  width: 100%;
}
.p-about__title {
  text-align: center;
  font-size: 2.7rem;
  letter-spacing: 0.03em;
  line-height: 1.1852em;
}
.p-about__note {
  font-size: 1.5rem;
  line-height: 1.6667em;
}
.p-about .c-deco--mini-1 {
  right: 0;
  top: -10px;
}
.p-about--2 {
  padding-top: 35px;
}
.p-about--2 .c-deco--mini-1 {
  top: -55px;
}

.p-feat {
  position: relative;
  background: #eaf6ed;
  padding: 15px 0 30px;
}
.p-feat__title {
  position: relative;
  text-align: center;
  color: #4fb47c;
  background: #fff;
  border-radius: 9999px;
  font-size: 2.3rem;
  font-weight: bold;
  padding: 12px 0;
  margin-top: 35px;
  margin-bottom: 20px;
}
.p-feat__note {
  line-height: 1.6667em;
  font-size: 1.5rem;
}
.p-feat .c-deco--blur-1 {
  left: -30px;
  top: -50px;
}
.p-feat .c-deco--pencil {
  right: 0;
  top: -25px;
}
.p-feat .c-deco--butter {
  left: 10px;
  top: -15px;
}
.p-feat .c-deco--flower-2 {
  right: -5px;
  top: -15px;
}

.p-event {
  position: relative;
  padding-top: 1px;
  padding-bottom: 30px;
}
.p-event__item {
  margin-bottom: 20px;
  position: relative;
}
.p-event__pic {
  position: relative;
}
.p-event__title {
  text-align: center;
  font-size: 2.3rem;
  margin: 20px auto;
}
.p-event__note {
  font-size: 1.5rem;
  line-height: 1.6667em;
}
.p-event .c-deco--mini-2 {
  right: -10px;
  top: 110px;
}
.p-event .c-deco--butter {
  left: 10px;
  bottom: -10px;
}
.p-event .c-deco--blur-2 {
  right: -100px;
  top: 100px;
  z-index: -1;
}

.p-exp {
  position: relative;
  padding-top: 20px;
  padding-bottom: 50px;
}

.p-flow {
  position: relative;
  background: #eaf6ed;
  padding-top: 1px;
  padding-bottom: 50px;
}
.p-flow__list {
  position: relative;
}
.p-flow__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0 10px;
  padding-bottom: 15px;
}
.p-flow__item::before {
  content: "";
  display: block;
  position: absolute;
  left: 60px;
  top: 0;
  background: #4fb47c;
  width: 1px;
  height: 100%;
}
.p-flow__item:last-child {
  padding-bottom: 0;
}
.p-flow__time {
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  flex: 0 0 120px;
  margin: 0;
  font-size: 2.7rem;
  position: relative;
}
.p-flow__content {
  flex: 1;
}
.p-flow__title {
  font-size: 2.3rem;
  margin-top: 15px;
}
.p-flow__title:first-child {
  margin-top: 0;
}
.p-flow__note {
  font-size: 1.5rem;
  line-height: 1.6667em;
  margin-bottom: 0;
}
.p-flow .c-deco--mini-3 {
  left: 0;
  top: -20px;
}
.p-flow .c-deco--blur-1 {
  right: -40px;
  top: 50px;
}

.p-insta {
  position: relative;
  padding-top: 1px;
  padding-bottom: 35px;
}
.p-insta .c-deco--butter {
  left: 15px;
  top: -20px;
}
.p-insta .c-deco--insta {
  right: -20px;
  top: 60px;
  z-index: -1;
}
.p-insta .c-deco--blur-2 {
  left: -80px;
  bottom: -20px;
  z-index: -1;
}

.p-fes {
  position: relative;
  padding-bottom: 45px;
}
.p-fes__list {
  margin: 0;
}
.p-fes__item {
  position: relative;
  display: flex;
  gap: 0 15px;
  padding-bottom: 15px;
}
.p-fes__item::before {
  content: "";
  display: block;
  position: absolute;
  left: 60px;
  top: 0;
  background: #4fb47c;
  width: 1px;
  height: 100%;
}
.p-fes__item:last-child {
  padding-bottom: 0;
}
.p-fes__pic {
  flex: 0 0 120px;
  position: relative;
}
.p-fes__content {
  flex: 1;
}
.p-fes__title {
  font-size: 2.3rem;
  margin-top: 0;
}
.p-fes__note {
  font-size: 1.5rem;
  line-height: 1.6667em;
}
.p-fes__notice {
  margin-top: 2em;
  font-size: 1.2rem;
  color: #888888;
  line-height: 1.3846em;
}
.p-fes .c-deco--fes-l {
  left: 0;
  top: -20px;
}
.p-fes .c-deco--butter-yellow {
  right: 30px;
  top: 80px;
}

.p-mov {
  position: relative;
  background: #eaf6ed;
  padding-bottom: 45px;
}
.p-mov .c-deco--mini-5 {
  left: 0;
  top: -20px;
}
.p-mov .c-deco--blur-1 {
  right: -30px;
  top: -30px;
}

.p-join {
  position: relative;
  padding-bottom: 35px;
}
.p-join__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.p-join__block {
  position: relative;
}
.p-join__title {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
.p-join__item {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.9231em;
}
.p-join .c-deco--mini-6 {
  right: 0;
  top: 0;
}
.p-join .c-deco--mini-7 {
  right: 0;
  bottom: 160px;
}
.p-join .c-deco--blur-2 {
  left: -100px;
  bottom: -50px;
}
/*# sourceMappingURL=style.css.map */
