/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  appearance: checkbox;
}

[type="radio"] {
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

body {
  color: #333;
  font-family: vdl-v7marugothic, sans-serif;
  letter-spacing: 0.07em;
}

.noPc {
  display: none;
}

@media screen and (min-width: 960px) {
  .noPc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: #13ae67;
  }
}

.noPc p {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  color: #fff;
  line-height: 1.8;
}

@media screen and (min-width: 960px) {
  .container {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .section {
    min-width: 1200px;
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (min-width: 1360px) {
  .section {
    padding-left: 0;
    padding-right: 0;
  }
}

.section__wrapper {
  width: calc(100% - 24px * 2);
  margin: 0 auto;
}

@media screen and (min-width: 560px) {
  .section__wrapper {
    width: calc(100% - 40px * 2);
  }
}

@media screen and (min-width: 960px) {
  .section__wrapper {
    width: 100%;
    max-width: 1200px;
  }
}

.TITLE {
  margin-bottom: 56px;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}

.TITLE--en {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: active, sans-serif;
  font-weight: 400;
  font-size: 64px;
}

.TITLE--en::after {
  content: "";
  display: block;
  margin-bottom: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 6px;
}

a {
  color: #f87859;
  text-decoration: underline;
}

.line {
  position: relative;
}

.line::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  margin: 0 auto;
  width: 2px;
  height: 100%;
  background-color: #000;
}

.fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}

.nonMobile {
  display: none;
}

@media screen and (min-width: 960px) {
  .nonMobile {
    display: block;
  }
}

@media screen and (min-width: 560px) {
  .nonTb {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .nonPc {
    display: none;
  }
}

.hover--up {
  transition: all 0.3s;
}

.hover--up:hover {
  transform: translateY(-4px);
}

.hover--down {
  transition: all 0.3s;
}

.hover--down:hover::after {
  transform: translateY(4px);
}

.hover--right {
  transition: all 0.3s;
}

.hover--right::after {
  transition: all 0.3s;
}

.hover--right:hover::after {
  transform: translateX(8px);
}

.hover--right--program .svg {
  transition: all 0.3s;
}

.hover--right--program:hover .svg {
  transform: translate(8px, -50%);
}

.hover--transparent {
  transition: all 0.3s;
}

.hover--transparent:hover {
  opacity: 0.85;
}

.hover--banner {
  transition: all 0.3s;
}

.hover--banner > img {
  transition: all 0.3s;
}

.hover--banner:hover {
  background: rgba(255, 255, 255, 0.85);
}

.hover--banner:hover > img {
  opacity: 0.85;
}

.hover--zoom .img {
  overflow: hidden;
}

.hover--zoom .img img {
  transition: all 0.3s;
}

.hover--zoom:hover .img {
  transition: all 0.3s;
}

.hover--zoom:hover .img img {
  transform: scale(1.1, 1.1);
}

a {
  text-decoration: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 60px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 960px) {
  .header {
    display: none;
    padding: 16px 0;
    height: 100px;
  }
}

.header__wrapper {
  width: calc(100% - 24px * 2);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__homeLogo {
  display: block;
  width: 180px;
  height: auto;
}

.header__homeLogo img {
  width: 100%;
  height: 100%;
}

.headerNav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  height: calc(100vh - 50px);
  width: 100vw;
  margin-top: 50px;
  background-color: #13ae67;
  transform: translateX(100%);
  transition: all 0.3s;
}

@media (min-width: 960px) {
  .headerNav {
    position: static;
    transform: translateX(0);
    height: 100%;
  }
}

.headerNav--opened {
  transform: translateX(0);
}

.headerNav__wrapper {
  margin: 48px auto;
  width: 80vw;
}

@media (min-width: 960px) {
  .headerNav__wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0;
    width: auto;
    align-items: center;
  }
}

.headerNav__list {
  position: relative;
  display: block;
  text-transform: uppercase;
}

.headerNav__list::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #fff, #fff 5px, transparent 5px, transparent 10px);
  background-size: 10px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.headerNav__list__link {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #fff;
  font-size: 18px;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.headerNav__list .angle {
  position: relative;
}

.headerNav__list .angle {
  transition: 0.4s;
}

.headerNav__list .angle::before, .headerNav__list .angle::after {
  content: "";
  position: absolute;
  right: 0;
  width: 12px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
}

.headerNav__list .angle::before {
  top: calc(50% - 5px);
  transform: rotate(45deg);
}

.headerNav__list .angle::after {
  bottom: calc(50% - 5px);
  transform: rotate(-45deg);
}

@media (min-width: 960px) {
  .headerNav__list {
    margin-left: 24px;
    margin-bottom: 0;
  }
  .headerNav__list__link {
    font-size: 1.2rem;
  }
}

.headerNav__list:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.navToggleBtn {
  display: block;
  width: 32px;
  height: 20px;
  z-index: 210;
}

.navToggleBtn span {
  display: block;
  width: 32px;
  height: 4px;
  background-color: #13ae67;
  transition: all 0.3s;
  border-radius: 2px;
}

.navToggleBtn span:nth-child(n + 2) {
  margin-top: 4px;
}

@media (min-width: 960px) {
  .navToggleBtn {
    display: none;
  }
}

.navToggleBtn:hover {
  cursor: pointer;
}

.navToggleBtn--close span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.navToggleBtn--close span:nth-child(2) {
  opacity: 0;
}

.navToggleBtn--close span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.footer {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 24px;
  background-color: #13ae67;
  text-align: center;
  color: #fff;
}

@media (min-width: 960px) {
  .footer {
    display: none;
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (min-width: 1360px) {
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
}

.footer a {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}

.footer a img {
  width: 240px;
  height: auto;
}

.footer .footer__copyright {
  font-family: active, sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.BUTTON {
  max-width: 280px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.3s;
}

@media (min-width: 960px) {
  .BUTTON {
    max-width: 400px;
    height: 66px;
    font-size: 20px;
    border-radius: 33px;
  }
}

.BUTTON p {
  margin-right: 24px;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}

.button--about {
  color: #13ae67;
  font-weight: lighter;
  border: 2px solid #13ae67;
  margin: 0 auto 48px;
}

.button--about svg {
  fill: #13ae67;
}

.button--process {
  color: #333;
  font-weight: lighter;
  background-color: #ffeb27;
  margin: 0 auto;
}

.button--process svg {
  fill: #333;
}

.page--top .mainVisual .imageWrapper {
  position: relative;
  width: 100%;
}

.page--top .mainVisual .imageWrapper::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 32px;
  content: "";
  background-image: url("../svg/material-circle-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 960px) {
  .page--top .mainVisual .imageWrapper::after {
    height: 64px;
  }
}

.page--top .mainVisual img {
  width: 100%;
}

.page--top .about {
  padding-top: 64px;
  margin-bottom: 64px;
  text-align: center;
}

@media (min-width: 960px) {
  .page--top .about {
    text-align: center;
  }
}

.page--top .about .title--about {
  color: #13ae67;
}

.page--top .about .title--about .TITLE--en::after {
  background-image: url(../svg/material-title-green.svg);
}

.page--top .about .text {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}

.page--top .about .text:not(:last-of-type) {
  margin-bottom: 16px;
}

.page--top .about .text:last-of-type {
  margin-bottom: 40px;
}

.page--top .about .title--sideLine {
  font-size: 16px;
  color: #333;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page--top .about .title--sideLine::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: #000;
  margin-right: 24px;
}

.page--top .about .title--sideLine::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: #000;
  margin-left: 24px;
}

.page--top .about .imageWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 960px) {
  .page--top .about .imageWrapper {
    flex-direction: row;
    justify-content: center;
  }
}

.page--top .about .imageWrapper .vegepro {
  display: block;
  width: 160px;
  height: auto;
  margin-bottom: 8px;
}

@media (min-width: 960px) {
  .page--top .about .imageWrapper .vegepro {
    width: 200px;
    margin-right: 48px;
    margin-bottom: 0;
  }
}

.page--top .about .imageWrapper .coop {
  display: block;
  width: 280px;
  height: auto;
}

@media (min-width: 960px) {
  .page--top .about .imageWrapper .coop {
    width: 400px;
  }
}

.page--top .menu {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ffeb27;
  text-align: center;
}

.page--top .menu::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background-image: url("../svg/material-sectionBgTrim-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.page--top .menu .title--menu {
  color: #333;
}

.page--top .menu .title--menu .TITLE--en::after {
  background-image: url(../svg/material-title-black.svg);
}

.page--top .menu .list__item {
  background-color: #fff;
  border-radius: 16px;
  text-align: left;
}

.page--top .menu .list__item:not(:last-of-type) {
  margin-bottom: 32px;
}

.page--top .menu a {
  display: block;
  width: 100%;
}

.page--top .menu .imageWrapper {
  width: 100%;
  height: 40vw;
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.page--top .menu .imageWrapper img {
  width: 100%;
  object-fit: cover;
}

.page--top .menu .textWrapper {
  display: -ms-grid;
  display: grid;
  gap: 8px 0;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333;
}

.page--top .menu .name {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  font-size: 16px;
}

.page--top .menu .price {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  font-size: 14px;
}

.page--top .menu .recipe {
  position: relative;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  padding-right: 24px;
  transition: 0.3s;
}

.page--top .menu .recipe::before, .page--top .menu .recipe::after {
  content: "";
  position: absolute;
  right: 0;
  width: 12px;
  height: 3px;
  border-radius: 3px;
  background: #e8382f;
}

.page--top .menu .recipe::before {
  top: calc(50% - 5px);
  transform: rotate(45deg);
}

.page--top .menu .recipe::after {
  bottom: calc(50% - 5px);
  transform: rotate(-45deg);
}

.process {
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: #13ae67;
  text-align: center;
}

.process::before {
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 32px;
  content: "";
  background-image: url("../svg/material-circle-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 960px) {
  .process::before {
    height: 64px;
  }
}

.process .title--process {
  position: relative;
  margin-bottom: 120px;
  color: #fff;
}

.process .title--process .TITLE--en::after {
  background-image: url(../svg/material-title-white.svg);
}

.process .title--process::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  display: block;
  background-image: url("../svg/bg-process-title.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 264px;
  height: 134px;
  opacity: 0.15;
}

.process .list {
  position: relative;
  margin-bottom: 100px;
}

.process .list__item:not(:last-of-type) {
  margin-bottom: 48px;
}

.process .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.process .caption {
  width: 100%;
  text-align: left;
}

.process .text {
  position: relative;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}

.process .text:not(:last-of-type) {
  margin-bottom: 16px;
}

.process .bg--circle {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 28px;
  height: 28px;
  background-color: #108851;
  border-radius: 50%;
}

.process .bg--circle--top {
  top: -56px;
}

.process .bg--circle--bottom {
  bottom: -56px;
}

.process .bg--line {
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 16px;
  height: calc(100% + 32px * 2);
  background-color: #108851;
}

.process .imageWrapper {
  position: relative;
  width: 55%;
  height: auto;
}

.process .imageWrapper img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-top-right-radius: 16px;
}

.process .bg--image {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffeb27;
  border-top-right-radius: 16px;
}

.process .textWrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 45%;
  text-align: right;
  color: #fff;
}

.process .title {
  margin-bottom: 8px;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
}

.process .date {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
}

.page--top .contact {
  position: relative;
  padding-top: 80px;
  padding-bottom: 56px;
  text-align: center;
}

.page--top .contact::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background-image: url("../svg/material-sectionBgTrim-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.page--top .contact .title--contact {
  position: relative;
  margin-bottom: 56px;
  color: #333;
}

.page--top .contact .title--contact .TITLE--en::after {
  background-image: url(../svg/material-title-black.svg);
}

.page--top .contact .textWrapper {
  text-align: left;
}

.page--top .contact .textWrapper p {
  margin-bottom: 32px;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
}

.page--top .contact .textWrapper p:not(:last-of-type) {
  margin-bottom: 16px;
}

.page--top .contact .form {
  width: 90%;
  margin: 0 auto;
}

.page--about .introduction {
  padding-bottom: 56px;
  margin-top: calc(60px + 64px);
  background-color: #13ae67;
}

@media (min-width: 960px) {
  .page--about .introduction {
    padding-bottom: 64px;
  }
}

@media (min-width: 960px) {
  .page--about .introduction .flexbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.page--about .introduction .imageWrapper {
  width: calc(100% + 24px);
  max-width: 500px;
  margin-left: -24px;
  margin-bottom: 56px;
  transform: translateY(-24px);
}

@media (min-width: 960px) {
  .page--about .introduction .imageWrapper {
    margin-bottom: 0;
    margin-left: 0;
  }
}

.page--about .introduction .imageWrapper img {
  width: 100%;
  height: auto;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.page--about .introduction .textWrapper {
  width: 80%;
  margin: 0 auto;
}

.page--about .introduction .title {
  margin-bottom: 56px;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  line-height: 1.8;
  color: #fff;
}

.page--about .introduction .text {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}

.page--about .activity {
  position: relative;
  padding-top: 80px;
  padding-bottom: 56px;
  background-color: #ffeb27;
}

.page--about .activity::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background-image: url("../svg/material-sectionBgTrim-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.page--about .activity .title--activity {
  margin-bottom: 88px;
  color: #333;
}

.page--about .activity .title--activity .TITLE--en {
  align-items: flex-start;
}

.page--about .activity .title--activity .TITLE--en::after {
  background-image: url(../svg/material-title-black.svg);
}

.page--about .activity .list {
  margin-bottom: 48px;
}

@media (min-width: 960px) {
  .page--about .activity .list {
    display: flex;
    justify-content: space-between;
  }
}

.page--about .activity .list__item {
  position: relative;
  border-top: 4px solid #13ae67;
  padding: 24px;
  background-color: #e4fff3;
  text-align: center;
  border-radius: 0 0 16px 16px;
}

.page--about .activity .list__item:not(:last-of-type) {
  margin-bottom: 64px;
}

.page--about .activity .list .materialWrapper {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 30px;
}

.page--about .activity .list .materialWrapper img {
  width: 100%;
  height: auto;
}

.page--about .activity .list .title {
  margin-bottom: 24px;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}

.page--about .activity .list .imageWrapper {
  width: 100px;
  height: auto;
  margin: 0 auto 24px;
}

.page--about .activity .list .imageWrapper img {
  width: 100%;
  height: auto;
}

.page--about .activity .list .textWrapper {
  text-align: left;
}

.page--about .activity .list .text {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
}

.page--about .activity .list .text:not(:last-of-type) {
  margin-bottom: 16px;
}

.page--about .activity .button--process {
  background-color: #13ae67;
  color: #fff;
  font-size: 14px;
}

.page--about .activity .button--process p {
  margin-right: 16px;
}

.page--about .activity .button--process svg {
  fill: #fff;
}

.page--process {
  margin-top: 60px;
}

.page--process .process {
  padding-bottom: 2px;
}
/*# sourceMappingURL=style.css.map */