@charset "UTF-8";
/* ==========================================================================
   Foundation
** ========================================================================== */
/** ===============================================
 *
 * Font
 *
 * =============================================== */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600&family=Zen+Kaku+Gothic+New:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  font-feature-settings: "palt" 1;
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  text-size-adjust: 100%;
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/**
 * 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: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../../assets/images/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  width: calc(100vw * 80 / 750);
  height: calc(100vw * 80 / 750);
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  border: none;
  border-radius: 50% 50%;
  background: #fff;
  color: transparent;
  transform: translateY(-50%);
  z-index: 10;
}
@media (min-width: 600px) {
  .slick-prev,
  .slick-next {
    width: calc(100vw * 60 / 1440);
    height: calc(100vw * 60 / 1440);
  }
}
@media (min-width: 1440px) {
  .slick-prev,
  .slick-next {
    width: 60px;
    height: 60px;
  }
}
.slick-prev:before,
.slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100vw * 28 / 750);
  height: calc(100vw * 16 / 750);
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 16 10"><rect fill="%2300b44f" y="3.97" width="16" height="2.03" rx="1" ry="1"/><path fill="%2300b44f" d="M497.607,1662.73a0.984,0.984,0,0,1-1.415,0l-3.9-3.99a1.031,1.031,0,0,1,0-1.44,1,1,0,0,1,1.414,0l3.9,4A1.02,1.02,0,0,1,497.607,1662.73Zm0,0-3.9,4a1,1,0,0,1-1.414,0,1.031,1.031,0,0,1,0-1.44l3.9-3.99a0.984,0.984,0,0,1,1.415,0A1.02,1.02,0,0,1,497.607,1662.73Z" transform="translate(-482 -1657.03)"/></svg>');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  transform: translate(-50%, -50%);
  transform-origin: center;
}
@media (min-width: 600px) {
  .slick-prev:before,
  .slick-next:before {
    width: calc(100vw * 24 / 1440);
    height: calc(100vw * 14 / 1440);
  }
}
@media (min-width: 1440px) {
  .slick-prev:before,
  .slick-next:before {
    width: 24px;
    height: 14px;
  }
}
.slick-prev {
  left: calc(-100vw * 10 / 750);
}
@media (min-width: 600px) {
  .slick-prev {
    left: calc(-100vw * 10 / 1440);
  }
}
@media (min-width: 1440px) {
  .slick-prev {
    left: -10px;
  }
}
.slick-prev:before {
  transform: translate(-50%, -50%) rotate(-180deg);
}

.slick-next {
  right: 0;
}
@media (min-width: 600px) {
  .slick-next {
    right: calc(100vw * 50 / 1440);
  }
}
@media (min-width: 1440px) {
  .slick-next {
    right: 50px;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* ==========================================================================
   Layout
** ========================================================================== */
html {
  color: #2e3330;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 10px;
}
@media screen and (min-width: 375px) {
  html {
    font-size: calc(10px + calc(14px / (14px * 0 + 1)) * (100vw - 375px) / calc(525px / (525px * 0 + 1)));
  }
}
@media screen and (min-width: 900px) {
  html {
    font-size: 24px;
  }
}
@media (min-width: 600px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 15px;
  }
}

body {
  background: linear-gradient(#00b44f, #009944);
}

img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

address {
  font-style: normal;
}

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

p {
  font-size: 1.1rem;
  line-height: 1.5;
}
@media (min-width: 600px) {
  p {
    font-size: 15px;
  }
}

.for-screen-reader {
  display: none;
}

.pc-only-ib {
  display: none;
}
@media (min-width: 600px) {
  .pc-only-ib {
    display: inline-block;
  }
}

.pc-only {
  display: none;
}
@media (min-width: 600px) {
  .pc-only {
    display: block;
  }
}

@media (min-width: 600px) {
  .sp-only {
    display: none;
  }
}

.site-header {
  position: relative;
  z-index: 20;
}
.site-header .site-id {
  position: fixed;
  top: calc(100vw * 30 / 750);
  left: calc(100vw * 30 / 750);
  margin: 0;
  width: calc(100vw * 240 / 750);
  transition: all 0.3s ease;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3));
}
@media (min-width: 600px) {
  .site-header .site-id {
    top: calc(100vw * 30 / 1440);
    left: calc(100vw * 30 / 1440);
    width: calc(100vw * 280 / 1440);
  }
}
@media (min-width: 1440px) {
  .site-header .site-id {
    top: 30px;
    left: 30px;
    width: 280px;
  }
}
.site-header .global-navigation {
  transition: all 0.3s ease;
}
@media (min-width: 600px) {
  .site-header .global-navigation {
    opacity: 0;
  }
}
.site-header .global-navigation__box {
  visibility: hidden;
}
.site-header.is-fixed .site-id {
  width: calc(100vw * 160 / 750);
}
@media (min-width: 600px) {
  .site-header.is-fixed .site-id {
    width: calc(100vw * 160 / 1440);
  }
}
@media (min-width: 1440px) {
  .site-header.is-fixed .site-id {
    width: 160px;
  }
}
.site-header.is-fixed .global-navigation {
  opacity: 1;
}
.site-header.is-fixed .global-navigation__box {
  visibility: visible;
}
.site-header.is-fixed .global-navigation__box__inner {
  visibility: visible;
}

.global-navigation {
  position: fixed;
  top: calc(100vw * 30 / 750);
  right: calc(100vw * 30 / 750);
  transition: all 0.3s ease;
}
@media (min-width: 600px) {
  .global-navigation {
    top: calc(100vw * 50 / 1440);
    right: calc(100vw * 50 / 1440);
  }
}
@media (min-width: 1440px) {
  .global-navigation {
    top: 50px;
    right: 50px;
  }
}
.global-navigation__toggle-nav {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background-color: transparent;
  padding: calc(100vw * 20 / 750) calc(100vw * 20 / 750);
  width: calc(100vw * 100 / 750);
  height: calc(100vw * 100 / 750);
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 31;
}
@media (min-width: 600px) {
  .global-navigation__toggle-nav {
    padding: calc(100vw * 20 / 1440) calc(100vw * 20 / 1440);
    width: calc(100vw * 100 / 1440);
    height: calc(100vw * 100 / 1440);
  }
}
@media (min-width: 1440px) {
  .global-navigation__toggle-nav {
    padding: 20px 20px;
    width: 100px;
    height: 100px;
  }
}
.global-navigation__toggle-nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100vw * 30 / 750);
  height: calc(100vw * 6 / 750);
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 30 6"><path fill="%2300b44f" d="M63,3486a3,3,0,1,1-3,3A3,3,0,0,1,63,3486Zm24,0a3,3,0,1,1-3,3A3,3,0,0,1,87,3486Zm-12,0a3,3,0,1,1-3,3A3,3,0,0,1,75,3486Z" transform="translate(-60 -3486)"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 1;
  transition: all 0.3s ease;
}
@media (min-width: 600px) {
  .global-navigation__toggle-nav::before {
    width: calc(100vw * 30 / 1440);
    height: calc(100vw * 6 / 1440);
  }
}
@media (min-width: 1440px) {
  .global-navigation__toggle-nav::before {
    width: 30px;
    height: 6px;
  }
}
.global-navigation__toggle-nav::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1, 0);
  transform-origin: center center;
  width: calc(100vw * 38 / 750);
  height: calc(100vw * 38 / 750);
  transition: all 0.3s ease;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 23.781 23.781"><path fill="%23fff" d="M3.515,0.686l19.8,19.8a2,2,0,0,1-2.828,2.828l-19.8-19.8A2,2,0,0,1,3.515.686Zm19.8,0a2,2,0,0,1,0,2.828l-19.8,19.8A2,2,0,0,1,.686,20.485l19.8-19.8A2,2,0,0,1,23.314.686Z" transform="translate(-0.125 -0.125)"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (min-width: 600px) {
  .global-navigation__toggle-nav::after {
    width: calc(100vw * 24 / 1440);
    height: calc(100vw * 24 / 1440);
  }
}
@media (min-width: 1440px) {
  .global-navigation__toggle-nav::after {
    width: 24px;
    height: 24px;
  }
}
.global-navigation__box {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100vw * 100 / 750);
  height: calc(100vw * 100 / 750);
  border-radius: calc(100vw * 50 / 750) calc(100vw * 50 / 750);
  transition: all 0.3s ease;
  background-color: #fff;
  box-shadow: 0 0 calc(100vw * 20 / 750) rgba(46, 51, 48, 0.14);
  overflow: hidden;
  z-index: 30;
}
@media (min-width: 600px) {
  .global-navigation__box {
    width: calc(100vw * 100 / 1440);
    height: calc(100vw * 100 / 1440);
    border-radius: calc(100vw * 50 / 1440) calc(100vw * 50 / 1440);
    visibility: hidden;
  }
}
@media (min-width: 1440px) {
  .global-navigation__box {
    width: 100px;
    height: 100px;
    border-radius: 50px 50px;
  }
}
.global-navigation__box__inner {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  padding: calc(100vw * 30 / 750) calc(100vw * 30 / 750);
  width: calc(100vw * 480 / 750);
  height: calc(100vw * 600 / 750);
  visibility: hidden;
  opacity: 0;
  z-index: 30;
}
@media (min-width: 600px) {
  .global-navigation__box__inner {
    padding: calc(100vw * 40 / 1440) calc(100vw * 40 / 1440);
    width: calc(100vw * 400 / 1440);
    height: calc(100vw * 500 / 1440);
    border-radius: calc(100vw * 60 / 1440) calc(100vw * 60 / 1440);
  }
}
@media (min-width: 1440px) {
  .global-navigation__box__inner {
    padding: 40px 40px;
    width: 400px;
    height: 500px;
    border-radius: 60px 60px;
  }
}
.global-navigation__buttons {
  position: relative;
}
.global-navigation__buttons__sns .c-icon {
  margin-right: calc(100vw * 7 / 750);
}
@media (min-width: 600px) {
  .global-navigation__buttons__sns .c-icon {
    margin-right: calc(100vw * 4 / 1440);
  }
}
@media (min-width: 1440px) {
  .global-navigation__buttons__sns .c-icon {
    margin-right: 4px;
  }
}
.global-navigation__buttons__right {
  position: absolute;
  top: 0;
  right: calc(100vw * 74 / 750);
}
@media (min-width: 600px) {
  .global-navigation__buttons__right {
    right: calc(100vw * 60 / 1440);
  }
}
@media (min-width: 1440px) {
  .global-navigation__buttons__right {
    right: 60px;
  }
}
.global-navigation__logo {
  margin: calc(100vw * 54 / 750) 0 calc(100vw * 29 / 750);
  width: calc(100vw * 180 / 750);
}
@media (min-width: 600px) {
  .global-navigation__logo {
    margin: calc(100vw * 54 / 1440) 0 calc(100vw * 29 / 1440);
    width: calc(100vw * 140 / 1440);
  }
}
@media (min-width: 1440px) {
  .global-navigation__logo {
    margin: 54px 0 29px;
    width: 140px;
  }
}
.global-navigation__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-navigation__menu__item {
  font-size: calc(100vw * 24 / 750);
  border-top: 1px dotted #fff;
}
@media (min-width: 600px) {
  .global-navigation__menu__item {
    font-size: calc(100vw * 18 / 1440);
  }
}
@media (min-width: 1440px) {
  .global-navigation__menu__item {
    font-size: 18px;
  }
}
.global-navigation__menu__item a {
  position: relative;
  display: block;
  padding: calc(100vw * 22 / 750) calc(100vw * 10 / 750) calc(100vw * 22 / 750) calc(100vw * 40 / 750);
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (min-width: 600px) {
  .global-navigation__menu__item a {
    padding: calc(100vw * 20 / 1440) calc(100vw * 10 / 1440) calc(100vw * 20 / 1440) calc(100vw * 30 / 1440);
  }
}
@media (min-width: 1440px) {
  .global-navigation__menu__item a {
    padding: 20px 10px 20px 30px;
  }
}
.global-navigation__menu__item a:before {
  position: absolute;
  top: calc(100vw * 37 / 750);
  left: calc(100vw * 15 / 750);
  display: block;
  content: "";
  width: calc(100vw * 10 / 750);
  height: calc(100vw * 10 / 750);
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 10 10"><circle fill="%23fff" class="cls-1" cx="5" cy="5" r="5"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  transform: translate(-50%, -50%);
}
@media (min-width: 600px) {
  .global-navigation__menu__item a:before {
    top: calc(100vw * 30 / 1440);
    left: calc(100vw * 13 / 1440);
    width: calc(100vw * 6 / 1440);
    height: calc(100vw * 6 / 1440);
  }
}
@media (min-width: 1440px) {
  .global-navigation__menu__item a:before {
    top: 30px;
    left: 13px;
    width: 6px;
    height: 6px;
  }
}
@media (min-width: 600px) {
  .global-navigation__menu__item a:hover {
    opacity: 0.7;
  }
}
.global-navigation.is-open {
  top: calc(100vw * 20 / 750);
  right: calc(100vw * 20 / 750);
}
@media (min-width: 600px) {
  .global-navigation.is-open {
    top: calc(100vw * 40 / 1440);
    right: calc(100vw * 40 / 1440);
  }
}
@media (min-width: 1440px) {
  .global-navigation.is-open {
    top: 40px;
    right: 40px;
  }
}
.global-navigation.is-open .global-navigation__toggle-nav {
  top: calc(100vw * 10 / 750);
  right: calc(100vw * 10 / 750);
  transition: all 0.3s ease;
}
@media (min-width: 600px) {
  .global-navigation.is-open .global-navigation__toggle-nav {
    top: calc(100vw * 10 / 1440);
    right: calc(100vw * 10 / 1440);
  }
}
@media (min-width: 1440px) {
  .global-navigation.is-open .global-navigation__toggle-nav {
    top: 10px;
    right: 10px;
  }
}
.global-navigation.is-open .global-navigation__toggle-nav::before {
  opacity: 0;
}
.global-navigation.is-open .global-navigation__toggle-nav::after {
  transform: translate(-50%, -50%) scale(1, 1);
}
.global-navigation.is-open .global-navigation__toggle-nav:hover {
  opacity: 0.7;
}
.global-navigation.is-open .global-navigation__box {
  width: calc(100vw * 480 / 750);
  height: calc(100vw * 600 / 750);
  border-radius: calc(100vw * 60 / 750) calc(100vw * 60 / 750);
  background-color: #00b44f;
}
@media (min-width: 600px) {
  .global-navigation.is-open .global-navigation__box {
    width: calc(100vw * 400 / 1440);
    height: calc(100vw * 500 / 1440);
    border-radius: calc(100vw * 60 / 1440) calc(100vw * 60 / 1440);
  }
}
@media (min-width: 1440px) {
  .global-navigation.is-open .global-navigation__box {
    width: 400px;
    height: 500px;
    border-radius: 60px 60px;
  }
}
.global-navigation.is-open .global-navigation__box__bg {
  padding: calc(100vw * 30 / 750) calc(100vw * 30 / 750);
  width: calc(100vw * 480 / 750);
  height: calc(100vw * 600 / 750);
  border-radius: calc(100vw * 60 / 750) calc(100vw * 60 / 750);
}
@media (min-width: 600px) {
  .global-navigation.is-open .global-navigation__box__bg {
    padding: calc(100vw * 40 / 1440) calc(100vw * 40 / 1440);
    width: calc(100vw * 400 / 1440);
    height: calc(100vw * 500 / 1440);
    border-radius: calc(100vw * 60 / 1440) calc(100vw * 60 / 1440);
  }
}
@media (min-width: 1440px) {
  .global-navigation.is-open .global-navigation__box__bg {
    padding: 40px 40px;
    width: 400px;
    height: 500px;
    border-radius: 60px 60px;
  }
}
.global-navigation.is-open .global-navigation__box__inner {
  animation: fadein 0.3s ease forwards;
  animation-delay: 0.15s;
}
.page-header {
  position: absolute;
  top: calc(100vw * 50 / 750);
  right: calc(100vw * 160 / 750);
  display: flex;
  z-index: 3;
}
@media (min-width: 600px) {
  .page-header {
    top: calc(100vw * 60 / 1440);
    right: calc(100vw * 50 / 1440);
  }
}
@media (min-width: 600px) {
  .page-header__sns {
    padding-top: calc(100vw * 10 / 1440);
  }
}
@media (min-width: 1440px) {
  .page-header__sns {
    padding-top: 10px;
  }
}
.page-header__sns .c-button:not(:last-of-type) {
  margin-right: calc(100vw * 7 / 750);
}
@media (min-width: 600px) {
  .page-header__sns .c-button:not(:last-of-type) {
    margin-right: calc(100vw * 7 / 1440);
  }
}
@media (min-width: 1440px) {
  .page-header__sns .c-button:not(:last-of-type) {
    margin-right: 7px;
  }
}
.page-header__menu {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 600px) {
  .page-header__menu {
    display: flex;
    margin-left: calc(100vw * 20 / 1440);
    padding: calc(100vw * 10 / 1440) calc(100vw * 15 / 1440) calc(100vw * 10 / 1440) calc(100vw * 10 / 1440);
    border-radius: calc(100vw * 30 / 1440) calc(100vw * 30 / 1440);
    background-color: #fff;
  }
}
@media (min-width: 1440px) {
  .page-header__menu {
    margin-left: 20px;
    padding: 10px;
    border-radius: 30px 30px;
  }
}
.page-header__menu__item a {
  display: block;
  color: #2e3330;
  text-decoration: none;
  background-color: #fff;
  transition: all 0.3s ease;
}
@media (min-width: 600px) {
  .page-header__menu__item a {
    padding: calc(100vw * 11 / 1440) calc(100vw * 18 / 1440);
    border-radius: calc(100vw * 18 / 1440) calc(100vw * 18 / 1440)/50% 50%;
  }
}
@media (min-width: 1440px) {
  .page-header__menu__item a {
    padding: 11px 18px;
    border-radius: 18px 18px/50% 50%;
  }
}
.page-header__menu__item a.page-header__menu__link--icon {
  box-sizing: border-box;
  position: relative;
  color: transparent;
  font-size: 0;
}
@media (min-width: 600px) {
  .page-header__menu__item a.page-header__menu__link--icon {
    width: calc(100vw * 40 / 1440);
    height: calc(100vw * 40 / 1440);
    border-radius: 50% 50%;
  }
}
@media (min-width: 1440px) {
  .page-header__menu__item a.page-header__menu__link--icon {
    width: 40px;
    height: 40px;
  }
}
.page-header__menu__item a.page-header__menu__link--icon:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../../assets/images/common/icon-home.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.3s ease;
}
@media (min-width: 600px) {
  .page-header__menu__item a.page-header__menu__link--icon:before {
    width: calc(100vw * 16 / 1440);
    height: calc(100vw * 16 / 1440);
  }
}
@media (min-width: 1440px) {
  .page-header__menu__item a.page-header__menu__link--icon:before {
    width: 16px;
    height: 16px;
  }
}
.page-header__menu__item a.page-header__menu__link--icon .c-icon-home-svg1 {
  fill: none;
}
.page-header__menu__item a:hover, .page-header__menu__item a.is-active {
  color: #fff;
  background-color: #00b44f;
}
.page-header__menu__item a:hover.page-header__menu__link--icon:before, .page-header__menu__item a.is-active.page-header__menu__link--icon:before {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 16 15.813"><path fill="%23fff" d="M14,16H2a2.02,2.02,0,0,1-2-2.04V6.8A2.055,2.055,0,0,1,.8,5.172l6-4.588a1.968,1.968,0,0,1,2.4,0l6,4.588A2.055,2.055,0,0,1,16,6.8v7.157A2.02,2.02,0,0,1,14,16Z" transform="translate(0 -0.188)"/></svg>');
}
.page-header__menu__item a:hover.page-header__menu__link--icon .c-icon-home-svg1, .page-header__menu__item a.is-active.page-header__menu__link--icon .c-icon-home-svg1 {
  stroke: none;
  fill: #fff;
}
@media (min-width: 600px) {
  .page-header__menu__item:not(:last-of-type) {
    margin-right: calc(100vw * 4 / 1440);
  }
}
@media (min-width: 1440px) {
  .page-header__menu__item:not(:last-of-type) {
    margin-right: 4px;
  }
}
.site-footer {
  position: relative;
  z-index: 1;
  padding-top: calc(100vw * 182 / 750);
  padding-bottom: calc(100vw * 137 / 750);
  background-color: #009944;
  background-image: url("../../assets/images/common/bg-noisy-green.png");
  background-repeat: repeat;
  background-position: 0 0;
}
@media (min-width: 600px) {
  .site-footer {
    padding-top: calc(100vw * 119 / 1440);
    padding-bottom: calc(100vw * 200 / 1440);
  }
}
@media (min-width: 1440px) {
  .site-footer {
    padding-top: 119px;
    padding-bottom: 200px;
  }
}
.site-footer:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: calc(100vw * 129 / 750);
  background-image: url("../../assets/images/common/bg-wave-white-top-03-sp.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
@media (min-width: 600px) {
  .site-footer:before {
    height: calc(100vw * 248 / 1440);
    background-image: url("../../assets/images/common/bg-wave-white-top-03.png");
  }
}
@media (min-width: 1440px) {
  .site-footer:before {
    height: 248px;
  }
}
.site-footer:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100vw * 77 / 750);
  background-image: url("../../assets/images/footer/bg-ribbon-sp.png");
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 100%;
}
@media (min-width: 600px) {
  .site-footer:after {
    height: calc(100vw * 38 / 1440);
    background-image: url("../../assets/images/footer/bg-ribbon.png");
  }
}
@media (min-width: 1440px) {
  .site-footer:after {
    height: 38px;
  }
}
.site-footer__banner {
  width: 100%;
  height: calc(100vw * 180 / 750);
}
@media (min-width: 600px) {
  .site-footer__banner {
    height: 0;
  }
}
.site-footer__banner__inner {
  position: fixed;
  bottom: calc(100vw * 30 / 750);
  left: calc(100vw * 30 / 750);
  z-index: 20;
}
@media (min-width: 600px) {
  .site-footer__banner__inner {
    bottom: calc(100vw * 8 / 1440);
    left: calc(100vw * 40 / 1440);
  }
}
@media (min-width: 1440px) {
  .site-footer__banner__inner {
    bottom: 8px;
    left: 40px;
  }
}
.site-footer__banner__item {
  display: block;
  width: calc(100vw * 540 / 750);
}
@media (min-width: 600px) {
  .site-footer__banner__item {
    width: calc(100vw * 420 / 1440);
  }
}
@media (min-width: 1440px) {
  .site-footer__banner__item {
    width: 420px;
  }
}
.site-footer__banner__item:not(:last-of-type) {
  margin-right: calc(100vw * 20 / 750);
}
.site-footer__totop {
  position: fixed;
  bottom: calc(100vw * 37 / 750);
  right: calc(100vw * 30 / 750);
  box-sizing: border-box;
  width: calc(100vw * 100 / 750);
  height: calc(100vw * 100 / 750);
  transition: all 0.3s ease;
  opacity: 1;
  z-index: 20;
}
@media (min-width: 600px) {
  .site-footer__totop {
    bottom: calc(100vw * 50 / 1440);
    right: calc(100vw * 50 / 1440);
    width: calc(100vw * 100 / 1440);
    height: calc(100vw * 100 / 1440);
    visibility: hidden;
    opacity: 0;
  }
}
@media (min-width: 1440px) {
  .site-footer__totop {
    bottom: 50px;
    right: 50px;
    width: 100px;
    height: 100px;
  }
}
.site-footer__totop__button {
  display: block;
  position: relative;
  width: calc(100vw * 100 / 750);
  height: calc(100vw * 100 / 750);
  border-radius: 50% 50%;
  background-color: #fff;
  box-shadow: 0 0 calc(100vw * 20 / 750) rgba(46, 51, 48, 0.14);
  transition: all 0.3s ease;
}
@media (min-width: 600px) {
  .site-footer__totop__button {
    width: calc(100vw * 100 / 1440);
    height: calc(100vw * 100 / 1440);
  }
}
@media (min-width: 1440px) {
  .site-footer__totop__button {
    width: 100px;
    height: 100px;
  }
}
.site-footer__totop__button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100vw * 22 / 750);
  height: calc(100vw * 42 / 750);
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 21.79 42"><rect fill="%2300b44f" x="9.88" width="2" height="30" rx="1" ry="1"/><path fill="%2300b44f" d="M1339.29,6775.39a1.008,1.008,0,0,0,0,1.42l9.9,9.9a1,1,0,1,0,1.42-1.42l-9.9-9.9A1.008,1.008,0,0,0,1339.29,6775.39Zm0,0-9.9,9.9a1,1,0,1,0,1.42,1.42l9.9-9.9A1,1,0,0,0,1339.29,6775.39Z" transform="translate(-1329.12 -6775)"/><circle fill="%2300b44f" cx="10.88" cy="39" r="3"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
@media (min-width: 600px) {
  .site-footer__totop__button:before {
    width: calc(100vw * 22 / 1440);
    height: calc(100vw * 42 / 1440);
  }
}
@media (min-width: 1440px) {
  .site-footer__totop__button:before {
    width: 22px;
    height: 42px;
  }
}
.site-footer__totop__button:hover {
  opacity: 0.7;
}
.site-footer__totop.is-active {
  visibility: visible;
  opacity: 1;
}
.site-footer__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(100vw * 30 / 750);
  padding-right: calc(100vw * 30 / 750);
  max-width: 1440px;
  text-align: center;
}
@media (min-width: 600px) {
  .site-footer__inner {
    padding-left: calc(100vw * 40 / 1440);
    padding-right: calc(100vw * 40 / 1440);
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .site-footer__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.site-footer__logo {
  margin: 0 auto calc(100vw * 7 / 750);
  width: calc(100vw * 200 / 750);
  text-align: center;
}
@media (min-width: 600px) {
  .site-footer__logo {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: calc(100vw * 7 / 1440);
    width: calc(100vw * 140 / 1440);
  }
}
@media (min-width: 1440px) {
  .site-footer__logo {
    margin-bottom: 7px;
    width: 140px;
  }
}
.site-footer__text {
  margin: 0 0 calc(100vw * 33 / 750);
}
@media (min-width: 600px) {
  .site-footer__text {
    margin-bottom: calc(100vw * 27 / 1440);
  }
}
@media (min-width: 1440px) {
  .site-footer__text {
    margin-bottom: 27px;
  }
}
.site-footer__text p {
  margin: 0;
  color: #fff;
}
.site-footer--bg-blue:before {
  height: calc(100vw * 130 / 750);
  background-image: url("../../assets/images/common/bg-wave-general-blue-top-reverse.png");
}
@media (min-width: 600px) {
  .site-footer--bg-blue:before {
    height: calc(100vw * 250 / 1440);
  }
}
@media (min-width: 1440px) {
  .site-footer--bg-blue:before {
    height: 250px;
  }
}

.copyright {
  margin: 0;
  color: #fff;
}
.home .site-container {
  position: relative;
}

.l-page-content-container {
  position: relative;
  z-index: 1;
  background-color: #009944;
  background-image: url("../../assets/images/common/bg-noisy-green.png");
  background-repeat: repeat;
  background-position: 0 0;
}

.fixed-width {
  margin-right: auto;
  margin-left: auto;
  max-width: 1440px;
}

.l-col__item--flex {
  display: flex;
}
@media (min-width: 600px) {
  .l-col--2 {
    display: flex;
    justify-content: space-between;
  }
}
.l-col--2 .l-col__item {
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .l-col--2 .l-col__item {
    width: 43.939%;
  }
}
.l-col--2 .l-col__item:not(:last-of-type) {
  margin-bottom: calc(100vw * 40 / 750);
}
@media (min-width: 600px) {
  .l-col--2 .l-col__item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media (min-width: 600px) {
  .l-col--2 .l-col__item:first-of-type {
    padding-left: calc(100vw * 40 / 1440);
    padding-right: calc(100vw * 40 / 1440);
  }
}
@media (min-width: 1440px) {
  .l-col--2 .l-col__item:first-of-type {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 600px) {
  .l-col--2 .l-col__item:last-of-type {
    width: 51.515%;
  }
}
.l-col--2 .l-col__item--text {
  display: flex;
  align-items: center;
}
.l-col--2--reverse {
  flex-direction: row-reverse;
}
@media (min-width: 600px) {
  .l-col--2-2 {
    display: flex;
    justify-content: space-between;
  }
}
.l-col--2-2 .l-col__item {
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .l-col--2-2 .l-col__item {
    width: 48.148%;
  }
}
.l-col--2-2 .l-col__item:not(:last-of-type) {
  margin-bottom: calc(100vw * 40 / 750);
}
@media (min-width: 600px) {
  .l-col--2-2 .l-col__item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media (min-width: 600px) {
  .l-col--2-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.l-col--2-3 .l-col__item {
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .l-col--2-3 .l-col__item {
    width: 49.074%;
  }
}
.l-col--2-3 .l-col__item:not(:last-of-type) {
  margin-bottom: calc(100vw * 40 / 750);
}
@media (min-width: 600px) {
  .l-col--2-3 .l-col__item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media (min-width: 600px) {
  .l-col--2-3 .l-col__item--max {
    width: 100%;
  }
}
.l-col--3 {
  display: flex;
  flex-wrap: wrap;
}
.l-col--3 .l-col__item {
  box-sizing: border-box;
  margin-bottom: calc(100vw * 30 / 750);
  width: 48%;
}
@media (min-width: 600px) {
  .l-col--3 .l-col__item {
    margin-bottom: calc(100vw * 30 / 1440);
    width: 31.481%;
  }
}
@media (min-width: 1440px) {
  .l-col--3 .l-col__item {
    margin-bottom: 30px;
  }
}
.l-col--3 .l-col__item:not(:nth-of-type(2n)) {
  margin-right: 4%;
}
@media (min-width: 600px) {
  .l-col--3 .l-col__item:not(:nth-of-type(2n)) {
    margin-right: inherit;
  }
}
@media (min-width: 600px) {
  .l-col--3 .l-col__item:not(:nth-of-type(3n)) {
    margin-right: 2.777%;
  }
}
.l-col--5 {
  display: flex;
  flex-wrap: wrap;
}
.l-col--5 .l-col__item {
  box-sizing: border-box;
  margin-bottom: calc(100vw * 60 / 750);
  width: 48%;
}
@media (min-width: 600px) {
  .l-col--5 .l-col__item {
    margin-bottom: calc(100vw * 30 / 1440);
    width: 18.518%;
  }
}
@media (min-width: 1440px) {
  .l-col--5 .l-col__item {
    margin-bottom: 30px;
  }
}
.l-col--5 .l-col__item:not(:nth-of-type(2n)) {
  margin-right: 4%;
}
@media (min-width: 600px) {
  .l-col--5 .l-col__item:not(:nth-of-type(2n)) {
    margin-right: inherit;
  }
}
@media (min-width: 600px) {
  .l-col--5 .l-col__item:not(:nth-of-type(5n)) {
    margin-right: 1.851%;
  }
}
.l-col--5 .l-col__item.item-2col-last {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 600px) {
  .l-col--5 .l-col__item.item-2col-last {
    width: 38.8%;
  }
}

.flex {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex.flex--col-2 .flex-item {
  width: 48%;
}

.l-vertical-evenly {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.l-vertical-evenly__item {
  width: 100%;
}

/* ==========================================================================
   Component
** ========================================================================== */
.c-heading-a {
  margin: 0 0 calc(100vw * 20 / 750);
  color: #00b44f;
  font-size: calc(100vw * 36 / 750);
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 600px) {
  .c-heading-a {
    margin-bottom: calc(100vw * 20 / 1440);
    font-size: calc(100vw * 36 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-heading-a {
    margin-bottom: 20px;
    font-size: 36px;
  }
}
.c-heading-a__sub {
  font-size: calc(100vw * 20 / 750);
}
@media (min-width: 600px) {
  .c-heading-a__sub {
    font-size: calc(100vw * 20 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-heading-a__sub {
    font-size: 20px;
  }
}
.c-heading-a--white {
  color: #fff;
}

.c-heading-number {
  margin-top: calc(-100vw * 20 / 750);
  color: #00b44f;
  display: flex;
  align-items: center;
}
@media (min-width: 600px) {
  .c-heading-number {
    margin-top: calc(-100vw * 20 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-heading-number {
    margin-top: -20px;
  }
}
.c-heading-number__number {
  display: block;
  margin-right: calc(100vw * 20 / 750);
  padding-bottom: calc(100vw * 20 / 750);
  color: #00b44f;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 1px #00b44f;
  font-size: calc(100vw * 120 / 750);
  line-height: 1;
}
@media (min-width: 600px) {
  .c-heading-number__number {
    margin-right: calc(100vw * 20 / 1440);
    padding-bottom: calc(100vw * 20 / 1440);
    font-size: calc(100vw * 120 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-heading-number__number {
    margin-right: 20px;
    padding-bottom: 20px;
    font-size: 120px;
  }
}
.c-heading-number__text {
  margin: 0;
  color: #00b44f;
  font-size: calc(100vw * 40 / 750);
}
@media (min-width: 600px) {
  .c-heading-number__text {
    font-size: calc(100vw * 40 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-heading-number__text {
    font-size: 40px;
  }
}
.c-heading-number__text--en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: calc(100vw * 40 / 750);
  letter-spacing: 0.08em;
}
@media (min-width: 600px) {
  .c-heading-number__text--en {
    font-size: calc(100vw * 40 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-heading-number__text--en {
    font-size: 40px;
  }
}
.c-heading-number__sub {
  margin: 0;
  font-size: calc(100vw * 22 / 750);
}
@media (min-width: 600px) {
  .c-heading-number__sub {
    font-size: calc(100vw * 16 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-heading-number__sub {
    font-size: 16px;
  }
}
.c-heading-number--non-number .c-heading-number__textarea {
  padding-bottom: calc(100vw * 20 / 750);
}
@media (min-width: 600px) {
  .c-heading-number--non-number .c-heading-number__textarea {
    padding-bottom: calc(100vw * 20 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-heading-number--non-number .c-heading-number__textarea {
    padding-bottom: 20px;
  }
}

.c-list-inlie li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.c-list-has-thumb li {
  position: relative;
  display: table;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.c-list-has-thumb a {
  display: table-row;
  text-decoration: none;
}
.c-list-has-thumb .thumb,
.c-list-has-thumb .desc {
  display: table-cell;
  vertical-align: middle;
}
.c-list-has-thumb .thumb {
  width: 100px;
}

.c-list-chronology dt, .c-list-chronology dd {
  font-size: calc(100vw * 20 / 750);
}
@media (min-width: 600px) {
  .c-list-chronology dt, .c-list-chronology dd {
    font-size: calc(100vw * 12 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-list-chronology dt, .c-list-chronology dd {
    font-size: 12px;
  }
}
.c-list-chronology__text {
  margin-left: calc(100vw * 10 / 750);
}
@media (min-width: 600px) {
  .c-list-chronology__text {
    margin-left: calc(100vw * 10 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-list-chronology__text {
    margin-left: 10px;
  }
}
.c-list-chronology__text p {
  margin: 0;
  font-size: calc(100vw * 20 / 750);
}
@media (min-width: 600px) {
  .c-list-chronology__text p {
    font-size: calc(100vw * 12 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-list-chronology__text p {
    font-size: 12px;
  }
}
.c-list-chronology__dotted__item {
  display: block;
  font-size: calc(100vw * 20 / 750);
  transform: translateX(5%);
}
@media (min-width: 600px) {
  .c-list-chronology__dotted__item {
    font-size: calc(100vw * 12 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-list-chronology__dotted__item {
    font-size: 12px;
  }
}
.c-list-chronology:not(:last-of-type) {
  margin-bottom: calc(100vw * 20 / 750);
}
@media (min-width: 600px) {
  .c-list-chronology:not(:last-of-type) {
    margin-bottom: calc(100vw * 20 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-list-chronology:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.wrap-table {
  overflow: auto;
}

.table-default {
  width: 100%;
}
.table-default tr th,
.table-default tr td {
  padding: 10px;
  border: 1px solid #CCC;
}
.table-default tr th {
  background: #DEDEDE;
}
.table-responsive {
  width: 100%;
}
.table-responsive tr, .table-responsive th, .table-responsive td {
  display: block;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 900px) {
  .table-responsive tr {
    display: table-row;
  }
}
@media (min-width: 900px) {
  .table-responsive th, .table-responsive td {
    display: table-cell;
  }
}
.table-responsive th {
  padding-top: 5px;
  padding-bottom: 5px;
  width: auto;
  text-align: left;
}
.table-responsive td {
  padding-top: 5px;
  padding-bottom: 10px;
}

.c-button {
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 10px;
  border: none;
  background-color: transparent;
  vertical-align: top;
  line-height: 1.1;
  text-decoration: none;
  user-select: none;
}
.c-button.c-button--block {
  display: block;
}
.c-button--nowrap {
  white-space: nowrap;
}

.c-button-default {
  position: relative;
  display: block;
  padding: calc(100vw * 34 / 750) calc(100vw * 50 / 750);
  border-radius: calc(100vw * 50 / 750) calc(100vw * 50 / 750);
  color: #00b44f;
  font-size: calc(100vw * 24 / 750);
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0 0 calc(100vw * 20 / 750) rgba(46, 51, 48, 0.14);
  overflow: hidden;
  transition-duration: 0.4s;
  transition-delay: 0.1s;
  z-index: 2;
}
@media (min-width: 600px) {
  .c-button-default {
    display: inline-block;
    min-width: calc(100vw * 360 / 1440);
    padding: calc(100vw * 25 / 1440) calc(100vw * 70 / 1440) calc(100vw * 25 / 1440) calc(100vw * 40 / 1440);
    border-radius: calc(100vw * 40 / 1440) calc(100vw * 40 / 1440);
    font-size: calc(100vw * 18 / 1440);
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .c-button-default {
    padding: 25px 70px 25px 40px;
    min-width: 360px;
    border-radius: 40px 40px;
    font-size: 18px;
  }
}
.c-button-default::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: calc(100vw * 50 / 750);
  width: calc(100vw * 44 / 750);
  height: calc(100vw * 44 / 750);
  border-radius: 50% 50%;
  background-color: #00b44f;
  transform: translate(50%, -50%);
  transition: transform 0.3s;
  z-index: -1;
}
@media (min-width: 600px) {
  .c-button-default::before {
    right: calc(100vw * 40 / 1440);
    width: calc(100vw * 36 / 1440);
    height: calc(100vw * 36 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-button-default::before {
    right: 40px;
    width: 36px;
    height: 36px;
  }
}
.c-button-default::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100vw * 50 / 750);
  width: calc(100vw * 20 / 750);
  height: calc(100vw * 12 / 750);
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 16 10"><rect fill="%23fff" y="3.97" width="16" height="2.03" rx="1" ry="1"/><path fill="%23fff" d="M497.607,1662.73a0.984,0.984,0,0,1-1.415,0l-3.9-3.99a1.031,1.031,0,0,1,0-1.44,1,1,0,0,1,1.414,0l3.9,4A1.02,1.02,0,0,1,497.607,1662.73Zm0,0-3.9,4a1,1,0,0,1-1.414,0,1.031,1.031,0,0,1,0-1.44l3.9-3.99a0.984,0.984,0,0,1,1.415,0A1.02,1.02,0,0,1,497.607,1662.73Z" transform="translate(-482 -1657.03)"/></svg>');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  transform: translate(50%, -50%);
  transform-origin: center left;
  transition: transform 0.3s;
  z-index: -1;
}
@media (min-width: 600px) {
  .c-button-default::after {
    right: calc(100vw * 40 / 1440);
    width: calc(100vw * 16 / 1440);
    height: calc(100vw * 10 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-button-default::after {
    right: 40px;
    width: 16px;
    height: 10px;
  }
}
@media (min-width: 600px) {
  .c-button-default:hover {
    color: #fff;
    background-color: #00b44f;
  }
}
@media (min-width: 600px) {
  .c-button-default:hover::before {
    transform: translate(50%, -50%) scale(20);
  }
}
.c-button-arrow-down {
  position: relative;
  display: block;
  padding: calc(100vw * 34 / 750) calc(100vw * 50 / 750);
  border-radius: calc(100vw * 50 / 750) calc(100vw * 50 / 750);
  color: #00b44f;
  font-size: calc(100vw * 24 / 750);
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0 0 calc(100vw * 20 / 750) rgba(46, 51, 48, 0.14);
  overflow: hidden;
  transition-duration: 0.4s;
  transition-delay: 0.1s;
  z-index: 2;
}
@media (min-width: 600px) {
  .c-button-arrow-down {
    display: inline-block;
    min-width: calc(100vw * 360 / 1440);
    padding: calc(100vw * 25 / 1440) calc(100vw * 70 / 1440) calc(100vw * 25 / 1440) calc(100vw * 40 / 1440);
    border-radius: calc(100vw * 40 / 1440) calc(100vw * 40 / 1440);
    font-size: calc(100vw * 18 / 1440);
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .c-button-arrow-down {
    padding: 25px 70px 25px 40px;
    min-width: 360px;
    border-radius: 40px 40px;
    font-size: 18px;
  }
}
.c-button-arrow-down::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: calc(100vw * 50 / 750);
  width: calc(100vw * 44 / 750);
  height: calc(100vw * 44 / 750);
  border-radius: 50% 50%;
  background-color: #00b44f;
  transform: translate(50%, -50%);
  transition: transform 0.3s;
  z-index: -1;
}
@media (min-width: 600px) {
  .c-button-arrow-down::before {
    right: calc(100vw * 40 / 1440);
    width: calc(100vw * 36 / 1440);
    height: calc(100vw * 36 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-button-arrow-down::before {
    right: 40px;
    width: 36px;
    height: 36px;
  }
}
.c-button-arrow-down::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100vw * 50 / 750);
  width: calc(100vw * 12 / 750);
  height: calc(100vw * 20 / 750);
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 10 16"><rect class="cls-1" fill="%23fff" x="3.969" width="2.031" height="16" rx="1" ry="1"/><path class="cls-2" fill="%23fff" d="M489.267,749.605a0.988,0.988,0,0,1,0-1.414l3.992-3.9a1.027,1.027,0,0,1,1.437,0,0.989,0.989,0,0,1,0,1.415l-3.992,3.9A1.027,1.027,0,0,1,489.267,749.605Zm0,0-3.993-3.9a0.989,0.989,0,0,1,0-1.415,1.027,1.027,0,0,1,1.437,0l3.993,3.9a0.99,0.99,0,0,1,0,1.414A1.027,1.027,0,0,1,489.267,749.605Z" transform="translate(-485 -734)"/></svg>');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  transform: translate(50%, -50%);
  transform-origin: top center;
  transition: transform 0.3s;
  z-index: -1;
}
@media (min-width: 600px) {
  .c-button-arrow-down::after {
    right: calc(100vw * 39 / 1440);
    width: calc(100vw * 10 / 1440);
    height: calc(100vw * 16 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-button-arrow-down::after {
    right: 39px;
    width: 10px;
    height: 16px;
  }
}
@media (min-width: 600px) {
  .c-button-arrow-down:hover {
    color: #fff;
    background-color: #00b44f;
  }
}
@media (min-width: 600px) {
  .c-button-arrow-down:hover::before {
    transform: translate(50%, -50%) scale(20);
  }
}
.c-button-blank {
  position: relative;
  display: block;
  padding: calc(100vw * 34 / 750) calc(100vw * 50 / 750);
  border-radius: calc(100vw * 50 / 750) calc(100vw * 50 / 750);
  color: #00b44f;
  font-size: calc(100vw * 24 / 750);
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0 0 calc(100vw * 20 / 750) rgba(46, 51, 48, 0.14);
  overflow: hidden;
  transition-duration: 0.4s;
  transition-delay: 0.1s;
  z-index: 2;
}
@media (min-width: 600px) {
  .c-button-blank {
    display: inline-block;
    min-width: calc(100vw * 360 / 1440);
    padding: calc(100vw * 25 / 1440) calc(100vw * 70 / 1440) calc(100vw * 25 / 1440) calc(100vw * 40 / 1440);
    border-radius: calc(100vw * 40 / 1440) calc(100vw * 40 / 1440);
    font-size: calc(100vw * 18 / 1440);
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .c-button-blank {
    padding: 25px 70px 25px 40px;
    min-width: 360px;
    border-radius: 40px 40px;
    font-size: 18px;
  }
}
.c-button-blank::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: calc(100vw * 50 / 750);
  width: calc(100vw * 44 / 750);
  height: calc(100vw * 44 / 750);
  border-radius: 50% 50%;
  background-color: #00b44f;
  transform: translate(50%, -50%);
  transition: transform 0.3s;
  z-index: -1;
}
@media (min-width: 600px) {
  .c-button-blank::before {
    right: calc(100vw * 40 / 1440);
    width: calc(100vw * 36 / 1440);
    height: calc(100vw * 36 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-button-blank::before {
    right: 40px;
    width: 36px;
    height: 36px;
  }
}
.c-button-blank::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100vw * 50 / 750);
  width: calc(100vw * 15 / 750);
  height: calc(100vw * 15 / 750);
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 15 15"><path fill="%23fff" class="st1" d="M11,10V1c0-0.55-0.45-1-1-1H1C0.45,0,0,0.45,0,1v9c0,0.55,0.45,1,1,1h9C10.55,11,11,10.55,11,10z M9,9H2V2h7V9z"/><path fill="%23fff" class="st1" d="M13.5,3L13.5,3C13.22,3,13,3.22,13,3.5V11c0,1.1-0.9,2-2,2H3.5C3.23,13,3,13.22,3,13.5v0C3,13.77,3.23,14,3.5,14H11c1.66,0,3-1.34,3-3V3.5C14,3.22,13.78,3,13.5,3z"/></svg>');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  transform: translate(50%, -50%);
  transform-origin: center center;
  transition: transform 0.3s;
  z-index: -1;
}
@media (min-width: 600px) {
  .c-button-blank::after {
    right: calc(100vw * 40 / 1440);
    width: calc(100vw * 15 / 1440);
    height: calc(100vw * 15 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-button-blank::after {
    right: 40px;
    width: 15px;
    height: 15px;
  }
}
.c-button-blank:hover {
  color: #fff;
  background-color: #00b44f;
}
.c-button-blank:hover::before {
  transform: translate(50%, -50%) scale(20);
}
.c-button-blank:hover::after {
  transform: translate(50%, -50%) scale(1.2);
}

.c-button-circle {
  width: calc(100vw * 60 / 750);
  height: calc(100vw * 60 / 750);
  border-radius: 50% 50%;
  transition: all 0.3s ease;
}
@media (min-width: 600px) {
  .c-button-circle {
    width: calc(100vw * 40 / 1440);
    height: calc(100vw * 40 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-button-circle {
    width: 40px;
    height: 40px;
  }
}
.c-button-circle--white {
  background-color: #fff;
}
.c-button-circle--green {
  background-color: #00b44f;
}
.c-button-circle:hover {
  opacity: 0.7;
}

.c-button-sns {
  padding: 0;
  width: calc(100vw * 60 / 750);
  height: calc(100vw * 60 / 750);
  transition: all 0.3s ease;
}
@media (min-width: 600px) {
  .c-button-sns {
    width: calc(100vw * 40 / 1440);
    height: calc(100vw * 40 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-button-sns {
    width: 40px;
    height: 40px;
  }
}
.c-button-sns:hover {
  opacity: 0.7;
}

.c-button-home {
  position: relative;
}
.c-button-home .c-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-button-close {
  position: relative;
  padding: 0;
  width: calc(100vw * 60 / 750);
  height: calc(100vw * 60 / 750);
}
@media (min-width: 600px) {
  .c-button-close {
    width: calc(100vw * 40 / 1440);
    height: calc(100vw * 40 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-button-close {
    width: 40px;
    height: 40px;
  }
}
.c-button-close .c-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-icon {
  position: relative;
  display: inline-block;
  background: 0 0 no-repeat;
  background-size: 100% auto;
  vertical-align: top;
  line-height: 1;
}
.c-icon.c-icon--arrow {
  top: 8px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-icon.c-icon--circle-arrow {
  background: #333;
  border-radius: 100px;
  width: 16px;
  height: 16px;
}
.c-icon.c-icon--circle-arrow:after {
  display: block;
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-icon.c-icon--circle-arrow.v-top:after {
  left: 5px;
  top: 6px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-icon.c-icon--circle-arrow.v-bottom:after {
  left: 5px;
  top: 4px;
  -moz-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.c-icon.c-icon--circle-arrow.h-left:after {
  left: 6px;
  -moz-transform: rotate(-130deg);
  -o-transform: rotate(-130deg);
  -ms-transform: rotate(-130deg);
  -webkit-transform: rotate(-130deg);
  transform: rotate(-130deg);
}

.c-icon-dotted {
  width: calc(100vw * 30 / 750);
  height: calc(100vw * 6 / 750);
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 30 6"><path fill="%2300b44f" d="M63,3486a3,3,0,1,1-3,3A3,3,0,0,1,63,3486Zm24,0a3,3,0,1,1-3,3A3,3,0,0,1,87,3486Zm-12,0a3,3,0,1,1-3,3A3,3,0,0,1,75,3486Z" transform="translate(-60 -3486)"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 600px) {
  .c-icon-dotted {
    width: calc(100vw * 30 / 1440);
    height: calc(100vw * 6 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-icon-dotted {
    width: 30px;
    height: 6px;
  }
}

.c-icon-home {
  width: calc(100vw * 24 / 750);
  height: calc(100vw * 25 / 750);
}
@media (min-width: 600px) {
  .c-icon-home {
    width: calc(100vw * 16 / 1440);
    height: calc(100vw * 16 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-icon-home {
    width: 16px;
    height: 16px;
  }
}
.c-icon-home--white {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 16 15.813"><path fill="%23fff" d="M14,16H2a2.02,2.02,0,0,1-2-2.04V6.8A2.055,2.055,0,0,1,.8,5.172l6-4.588a1.968,1.968,0,0,1,2.4,0l6,4.588A2.055,2.055,0,0,1,16,6.8v7.157A2.02,2.02,0,0,1,14,16Z" transform="translate(0 -0.188)"/></svg>');
}
.c-icon-home--green {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 16 15.813"><path fill="%2300b44f" d="M14,16H2a2.02,2.02,0,0,1-2-2.04V6.8A2.055,2.055,0,0,1,.8,5.172l6-4.588a1.968,1.968,0,0,1,2.4,0l6,4.588A2.055,2.055,0,0,1,16,6.8v7.157A2.02,2.02,0,0,1,14,16Z" transform="translate(0 -0.188)"/></svg>');
}

.c-icon-close {
  width: calc(100vw * 38 / 750);
  height: calc(100vw * 38 / 750);
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 23.781 23.781"><path fill="%23fff" d="M3.515,0.686l19.8,19.8a2,2,0,0,1-2.828,2.828l-19.8-19.8A2,2,0,0,1,3.515.686Zm19.8,0a2,2,0,0,1,0,2.828l-19.8,19.8A2,2,0,0,1,.686,20.485l19.8-19.8A2,2,0,0,1,23.314.686Z" transform="translate(-0.125 -0.125)"/></svg>');
}
@media (min-width: 600px) {
  .c-icon-close {
    width: calc(100vw * 24 / 1440);
    height: calc(100vw * 24 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-icon-close {
    width: 24px;
    height: 24px;
  }
}

.c-linear-gradient {
  background: linear-gradient(#fff 0, #000 100%);
}

.c-wrap-resposive-iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-wrap-resposive-iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.c-title-en {
  position: relative;
  padding-left: calc(100vw * 50 / 750);
}
@media (min-width: 600px) {
  .c-title-en {
    padding-left: calc(100vw * 40 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-title-en {
    padding-left: 40px;
  }
}
.c-title-en:before {
  content: "";
  position: absolute;
  top: calc(100vw * 7 / 750);
  left: 0;
  width: calc(100vw * 30 / 750);
  height: calc(100vw * 6 / 750);
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 30 6"><path fill="%23fff" d="M63,3486a3,3,0,1,1-3,3A3,3,0,0,1,63,3486Zm24,0a3,3,0,1,1-3,3A3,3,0,0,1,87,3486Zm-12,0a3,3,0,1,1-3,3A3,3,0,0,1,75,3486Z" transform="translate(-60 -3486)"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (min-width: 600px) {
  .c-title-en:before {
    top: calc(100vw * 6 / 1440);
    width: calc(100vw * 20 / 1440);
    height: calc(100vw * 4 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-title-en:before {
    top: 6px;
    width: 20px;
    height: 4px;
  }
}

.c-box-story {
  position: relative;
  color: #fff;
}
.c-box-story__inner {
  padding-left: calc(100vw * 10 / 750);
  padding-right: calc(100vw * 10 / 750);
}
@media (min-width: 600px) {
  .c-box-story__inner {
    padding-left: calc(100vw * 10 / 1440);
    padding-right: calc(100vw * 10 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-box-story__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.c-box-story__title {
  position: relative;
  margin: 0 0 calc(100vw * 10 / 750);
  padding-left: calc(100vw * 50 / 750);
  font-size: calc(100vw * 22 / 750);
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (min-width: 600px) {
  .c-box-story__title {
    margin-bottom: calc(100vw * 10 / 1440);
    padding-left: calc(100vw * 40 / 1440);
    font-size: calc(100vw * 14 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-box-story__title {
    margin-bottom: 10px;
    padding-left: 40px;
    font-size: 14px;
  }
}
.c-box-story__title:before {
  content: "";
  position: absolute;
  top: calc(100vw * 7 / 750);
  left: 0;
  width: calc(100vw * 30 / 750);
  height: calc(100vw * 6 / 750);
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 30 6"><path fill="%23fff" d="M63,3486a3,3,0,1,1-3,3A3,3,0,0,1,63,3486Zm24,0a3,3,0,1,1-3,3A3,3,0,0,1,87,3486Zm-12,0a3,3,0,1,1-3,3A3,3,0,0,1,75,3486Z" transform="translate(-60 -3486)"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (min-width: 600px) {
  .c-box-story__title:before {
    top: calc(100vw * 6 / 1440);
    width: calc(100vw * 20 / 1440);
    height: calc(100vw * 4 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-box-story__title:before {
    top: 6px;
    width: 20px;
    height: 4px;
  }
}
.c-box-story__title--en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.c-box-story__copy {
  margin: 0 0 calc(100vw * 40 / 750);
  font-size: calc(100vw * 42 / 750);
}
@media (min-width: 600px) {
  .c-box-story__copy {
    margin-bottom: calc(100vw * 40 / 1440);
    font-size: calc(100vw * 40 / 1440);
    white-space: nowrap;
  }
}
@media (min-width: 1440px) {
  .c-box-story__copy {
    margin-bottom: 40px;
    font-size: 40px;
  }
}
.c-box-story__copy--nowrap {
  white-space: nowrap;
}
.c-box-story__text p {
  margin: 0;
  font-size: calc(100vw * 22 / 750);
  line-height: 2;
}
@media (min-width: 600px) {
  .c-box-story__text p {
    font-size: calc(100vw * 16 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-box-story__text p {
    font-size: 16px;
  }
}
.c-box-story__button {
  margin-top: calc(100vw * 40 / 750);
}
@media (min-width: 600px) {
  .c-box-story__button {
    margin-top: calc(100vw * 25 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-box-story__button {
    margin-top: 25px;
  }
}
@media (min-width: 600px) {
  .c-box-story__button .c-button {
    min-width: calc(100vw * 320 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-box-story__button .c-button {
    min-width: 320px;
  }
}
.c-box-story--02 .c-box-story__title {
  color: #00b44f;
}
.c-box-story--02 .c-box-story__title:before {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 30 6"><path fill="%2300b44f" d="M63,3486a3,3,0,1,1-3,3A3,3,0,0,1,63,3486Zm24,0a3,3,0,1,1-3,3A3,3,0,0,1,87,3486Zm-12,0a3,3,0,1,1-3,3A3,3,0,0,1,75,3486Z" transform="translate(-60 -3486)"/></svg>');
}
.c-box-story--02 .c-box-story__copy {
  color: #00b44f;
}
.c-box-story--02 .c-box-story__text p {
  color: #2e3330;
}
.c-box-story--col-img {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 600px) {
  .c-box-story--col-img .c-box-story__inner {
    width: calc(100vw * 800 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-box-story--col-img .c-box-story__inner {
    width: 800px;
  }
}
.c-box-story--col-img .c-box-story__text {
  padding-right: calc(100vw * 250 / 750);
  min-height: calc(100vw * 574 / 750);
}
@media (min-width: 600px) {
  .c-box-story--col-img .c-box-story__text {
    padding-right: 0;
    min-height: auto;
  }
}
.c-box-story--col-img .c-box-story__img {
  position: absolute;
  bottom: 0;
  right: calc(100vw * 10 / 750);
  margin: 0;
  width: calc(100vw * 200 / 750);
}
@media (min-width: 600px) {
  .c-box-story--col-img .c-box-story__img {
    right: calc(100vw * 120 / 1440);
    width: calc(100vw * 200 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-box-story--col-img .c-box-story__img {
    right: 120px;
    width: 200px;
  }
}
.c-box-story--type-2 .c-box-story__copy {
  margin-bottom: calc(100vw * 5 / 750);
}
@media (min-width: 600px) {
  .c-box-story--type-2 .c-box-story__copy {
    margin-bottom: calc(100vw * 5 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-box-story--type-2 .c-box-story__copy {
    margin-bottom: 5px;
  }
}
.c-box-story--type-2 .c-box-story__copy--en {
  font-family: "Roboto", sans-serif;
  font-size: calc(100vw * 60 / 750);
  font-weight: 400;
}
@media (min-width: 600px) {
  .c-box-story--type-2 .c-box-story__copy--en {
    font-size: calc(100vw * 60 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-box-story--type-2 .c-box-story__copy--en {
    font-size: 60px;
  }
}
.c-box-story--type-2 .c-box-story__copy--colorful span:nth-of-type(1) {
  color: #e60012;
}
.c-box-story--type-2 .c-box-story__copy--colorful span:nth-of-type(2) {
  color: #7b59a3;
}
.c-box-story--type-2 .c-box-story__copy--colorful span:nth-of-type(3) {
  color: #f39800;
}
.c-box-story--type-2 .c-box-story__copy--colorful span:nth-of-type(4) {
  color: #6fba2c;
}
.c-box-story--type-2 .c-box-story__copy--colorful span:nth-of-type(5) {
  color: #e85298;
}
.c-box-story--type-2 .c-box-story__copy--colorful span:nth-of-type(6) {
  color: #00a7ea;
}
.c-box-story--type-2 .c-box-story__title {
  margin-bottom: calc(100vw * 40 / 750);
}
@media (min-width: 600px) {
  .c-box-story--type-2 .c-box-story__title {
    margin-bottom: calc(100vw * 40 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-box-story--type-2 .c-box-story__title {
    margin-bottom: 40px;
  }
}

.c-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-video video,
.c-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.c-slide__item {
  box-sizing: border-box;
  padding-left: calc(100vw * 10 / 750);
  padding-right: calc(100vw * 10 / 750);
  width: calc(100vw * 345 / 750);
}
@media (min-width: 600px) {
  .c-slide__item {
    padding-left: calc(100vw * 10 / 1440);
    padding-right: calc(100vw * 10 / 1440);
    width: calc(100vw * 320 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-slide__item {
    padding-left: 10px;
    padding-right: 10px;
    width: 320px;
  }
}
.c-slide__item__inner {
  position: relative;
  padding: calc(100vw * 50 / 750) calc(100vw * 30 / 750);
}
@media (min-width: 600px) {
  .c-slide__item__inner {
    padding: calc(100vw * 50 / 1440) calc(100vw * 20 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-slide__item__inner {
    padding: 50px 20px;
  }
}
.c-slide__item__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  width: 100%;
  height: 100%;
  border-radius: 50% 50%/calc(100vw * 150 / 750) calc(100vw * 150 / 750);
  background-color: rgba(108, 217, 155, 0.2);
  z-index: -1;
}
@media (min-width: 600px) {
  .c-slide__item__inner:before {
    border-radius: 50% 50%/calc(100vw * 150 / 1440) calc(100vw * 150 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-slide__item__inner:before {
    border-radius: 50% 50%/150px 150px;
  }
}
.c-slide__item__icon {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: calc(100vw * 10 / 750);
  left: calc(100vw * 10 / 750);
  padding-top: calc(100vw * 26 / 750);
  width: calc(100vw * 80 / 750);
  height: calc(100vw * 80 / 750);
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: calc(100vw * 24 / 750);
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1;
  border-radius: 50% 50%;
  background-color: #ffb200;
  z-index: 2;
}
@media (min-width: 600px) {
  .c-slide__item__icon {
    top: calc(100vw * 10 / 1440);
    left: calc(100vw * 10 / 1440);
    padding-top: calc(100vw * 25 / 1440);
    width: calc(100vw * 70 / 1440);
    height: calc(100vw * 70 / 1440);
    font-size: calc(100vw * 20 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-slide__item__icon {
    top: 10px;
    left: 10px;
    padding-top: 25px;
    width: 70px;
    height: 70px;
    font-size: 20px;
  }
}
.c-slide__thumb {
  display: flex;
  align-items: flex-end;
  margin-bottom: calc(100vw * 30 / 750);
  margin-left: auto;
  margin-right: auto;
  width: calc(100vw * 130 / 750);
  min-height: calc(100vw * 410 / 750);
}
@media (min-width: 600px) {
  .c-slide__thumb {
    margin-bottom: calc(100vw * 30 / 1440);
    width: calc(100vw * 130 / 1440);
    min-height: calc(100vw * 410 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-slide__thumb {
    margin-bottom: 30px;
    width: 130px;
    min-height: 410px;
  }
}
.c-slide__name {
  margin: 0 0 calc(100vw * 15 / 750);
  min-height: calc(100vw * 72 / 750);
  color: #fff;
  font-size: calc(100vw * 24 / 750);
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 600px) {
  .c-slide__name {
    margin-bottom: calc(100vw * 15 / 1440);
    min-height: calc(100vw * 52 / 1440);
    font-size: calc(100vw * 18 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-slide__name {
    margin-bottom: 15px;
    min-height: 52px;
    font-size: 18px;
  }
}
.c-slide__tag {
  box-sizing: border-box;
  display: block;
  padding: calc(100vw * 10 / 750) calc(100vw * 23 / 750);
  color: #00b44f;
  font-size: calc(100vw * 20 / 750);
  text-align: center;
  background-color: #fff;
  border-radius: calc(100vw * 23 / 750) calc(100vw * 23 / 750)/50% 50%;
}
@media (min-width: 600px) {
  .c-slide__tag {
    display: inline-block;
    margin-bottom: calc(100vw * 10 / 1440);
    padding: calc(100vw * 10 / 1440) calc(100vw * 18 / 1440);
    font-size: calc(100vw * 16 / 1440);
    width: 48%;
    border-radius: calc(100vw * 18 / 1440) calc(100vw * 18 / 1440)/50% 50%;
  }
}
@media (min-width: 1440px) {
  .c-slide__tag {
    margin-bottom: 10px;
    padding: 10px 18px;
    font-size: 16px;
    border-radius: 18px 18px/50% 50%;
  }
}
.c-slide__tag:not(:last-of-type) {
  margin-bottom: calc(100vw * 10 / 750);
}
@media (min-width: 600px) {
  .c-slide__tag:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media (min-width: 600px) {
  .c-slide__tag:nth-of-type(2n+1) {
    margin-right: 2%;
  }
}
.c-slide__tag--blue {
  color: #fff;
  background-color: #004098;
}
.c-page-header {
  box-sizing: border-box;
  position: relative;
  background-image: url("../../assets/images/pages/common/bg-page-mv.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}
.c-page-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100vw * 130 / 750);
  background-image: url("../../assets/images/common/bg-wave-general-white-bottom.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 100%;
}
@media (min-width: 600px) {
  .c-page-header:after {
    height: calc(100vw * 248 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-header:after {
    height: 248px;
  }
}
.c-page-header__inner {
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: calc(100vw * 300 / 750) calc(100vw * 40 / 750) calc(100vw * 200 / 750);
  max-width: 1440px;
}
@media (min-width: 600px) {
  .c-page-header__inner {
    padding: calc(100vw * 370 / 1440) calc(100vw * 170 / 1440) calc(100vw * 330 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-header__inner {
    padding: 370px 170px 330px;
  }
}
.c-page-header__heading {
  position: relative;
  margin: 0;
  padding-bottom: calc(100vw * 30 / 750);
  padding-left: calc(100vw * 10 / 750);
  color: #fff;
}
@media (min-width: 600px) {
  .c-page-header__heading {
    padding-bottom: calc(100vw * 30 / 1440);
    padding-left: calc(100vw * 10 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-header__heading {
    padding-bottom: 30px;
    padding-left: 10px;
  }
}
.c-page-header__heading:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100vw * 80 / 750);
  height: 1px;
  border-bottom: 1px dotted #fff;
}
@media (min-width: 600px) {
  .c-page-header__heading:before {
    width: calc(100vw * 80 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-header__heading:before {
    width: 80px;
  }
}
.c-page-header__title {
  margin: 0 0 calc(100vw * 30 / 750);
  line-height: 1;
}
@media (min-width: 600px) {
  .c-page-header__title {
    margin-bottom: calc(100vw * 30 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-header__title {
    margin-bottom: 30px;
  }
}
.c-page-header__title--en {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media (min-width: 600px) {
  .c-page-header__title--en {
    font-size: calc(100vw * 20 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-header__title--en {
    font-size: 20px;
  }
}
.c-page-header__title--ja {
  position: relative;
  display: inline-block;
  padding-left: calc(100vw * 60 / 750);
}
@media (min-width: 600px) {
  .c-page-header__title--ja {
    padding-left: calc(100vw * 60 / 1440);
    font-size: calc(100vw * 20 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-header__title--ja {
    padding-left: 60px;
    font-size: 20px;
  }
}
.c-page-header__title--ja:before {
  content: "";
  position: absolute;
  top: calc(100vw * 9 / 750);
  left: calc(100vw * 18 / 750);
  width: calc(100vw * 30 / 750);
  height: calc(100vw * 6 / 750);
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 30 6"><path fill="%23fff" d="M63,3486a3,3,0,1,1-3,3A3,3,0,0,1,63,3486Zm24,0a3,3,0,1,1-3,3A3,3,0,0,1,87,3486Zm-12,0a3,3,0,1,1-3,3A3,3,0,0,1,75,3486Z" transform="translate(-60 -3486)"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (min-width: 600px) {
  .c-page-header__title--ja:before {
    top: calc(100vw * 9 / 1440);
    left: calc(100vw * 20 / 1440);
    width: calc(100vw * 20 / 1440);
    height: calc(100vw * 4 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-header__title--ja:before {
    top: 9px;
    left: 20px;
    width: 20px;
    height: 4px;
  }
}
.c-page-header__copy {
  margin: 0;
  font-weight: 500;
  line-height: 1.4;
}
@media (min-width: 600px) {
  .c-page-header__copy {
    font-size: calc(100vw * 54 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-header__copy {
    font-size: 54px;
  }
}
.c-page-header__links {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: calc(100vw * 80 / 750);
}
@media (min-width: 600px) {
  .c-page-header__links {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(100vw * 80 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-header__links {
    margin-top: 80px;
  }
}
.c-page-header__links__item {
  margin-bottom: calc(100vw * 20 / 750);
}
@media (min-width: 600px) {
  .c-page-header__links__item {
    margin-bottom: calc(100vw * 20 / 1440);
    width: 32.727%;
  }
}
@media (min-width: 1440px) {
  .c-page-header__links__item {
    margin-bottom: 20px;
  }
}
.c-page-header__links__item .c-button-arrow-down {
  display: block;
  min-width: auto;
}
@media (min-width: 600px) {
  .c-page-header__links__item:not(:nth-of-type(3n)) {
    margin-right: 0.909%;
  }
}
.c-page-header--history {
  background-image: url("../../assets/images/pages/common/bg-page-mv-history.webp");
}
.c-page-header--method {
  background-image: url("../../assets/images/pages/common/bg-page-mv-method.webp");
}
.c-page-header--package {
  background-image: url("../../assets/images/pages/common/bg-page-mv-package.webp");
}
.c-page-header--media {
  background-image: url("../../assets/images/pages/common/bg-page-mv-media.webp");
}
.c-page-header--wave-green:after {
  background-image: none;
}
.c-page-header--wave-black:after {
  background-image: url("../../assets/images/common/bg-wave-general-black-bottom.webp");
}
.c-page-header--02 .c-page-header__inner {
  padding-bottom: calc(100vw * 140 / 750);
}
@media (min-width: 600px) {
  .c-page-header--02 .c-page-header__inner {
    padding-bottom: calc(100vw * 160 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-header--02 .c-page-header__inner {
    padding-bottom: 160px;
  }
}

.c-page-block {
  position: relative;
}
.c-page-block__inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(100vw * 40 / 750);
  padding-right: calc(100vw * 40 / 750);
  max-width: 1440px;
}
@media (min-width: 600px) {
  .c-page-block__inner {
    padding-bottom: calc(100vw * 60 / 1440);
    padding-left: calc(100vw * 60 / 1440);
    padding-right: calc(100vw * 60 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-block__inner {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.c-page-block__heading {
  margin-bottom: calc(100vw * 70 / 750);
}
@media (min-width: 600px) {
  .c-page-block__heading {
    margin-bottom: calc(100vw * 70 / 1440);
    padding-left: calc(100vw * 30 / 1440);
    padding-right: calc(100vw * 30 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-block__heading {
    margin-bottom: 70px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 600px) {
  .c-page-block__heading--center {
    padding-left: calc(100vw * 110 / 1440);
    padding-right: calc(100vw * 110 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-block__heading--center {
    padding-left: 110px;
    padding-right: 110px;
  }
}
.c-page-block__content__item:not(:last-of-type) {
  margin-bottom: calc(100vw * 80 / 750);
}
@media (min-width: 600px) {
  .c-page-block__content__item:not(:last-of-type) {
    margin-bottom: calc(100vw * 80 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-block__content__item:not(:last-of-type) {
    margin-bottom: 80px;
  }
}
.c-page-block__content__item--mt {
  margin-top: calc(100vw * 60 / 750);
}
@media (min-width: 600px) {
  .c-page-block__content__item--mt {
    margin-top: calc(100vw * 140 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-block__content__item--mt {
    margin-top: 140px;
  }
}
@media (min-width: 600px) {
  .c-page-block__content__item--center {
    padding-left: calc(100vw * 40 / 1440);
    padding-right: calc(100vw * 40 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-block__content__item--center {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 600px) {
  .c-page-block__content--center {
    padding-left: calc(100vw * 120 / 1440);
    padding-right: calc(100vw * 120 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-block__content--center {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.c-page-block--bg-white {
  background-color: #fff;
}
.c-page-block--bg-blue {
  background-color: #004098;
}
.c-page-block--bg-black {
  background-color: #00101d;
}
.c-page-block--bg-white-with-bottle {
  padding-bottom: calc(100vw * 300 / 750);
  background-color: #fff;
  background-image: url("../../assets/images/pages/history/bg-history-05-01.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
@media (min-width: 600px) {
  .c-page-block--bg-white-with-bottle {
    padding-bottom: calc(100vw * 453 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-block--bg-white-with-bottle {
    padding-bottom: 453px;
    background-size: auto 1838px;
  }
}
.c-page-block--wave-bottom-blue {
  padding-bottom: calc(100vw * 230 / 750);
}
@media (min-width: 600px) {
  .c-page-block--wave-bottom-blue {
    padding-bottom: calc(100vw * 230 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-block--wave-bottom-blue {
    padding-bottom: 230px;
  }
}
.c-page-block--wave-bottom-blue::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100vw * 130 / 750);
  background-image: url("../../assets/images/common/bg-wave-general-blue-bottom.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 100%;
}
@media (min-width: 600px) {
  .c-page-block--wave-bottom-blue::after {
    height: calc(100vw * 250 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-block--wave-bottom-blue::after {
    height: 250px;
  }
}
.c-page-block--wave-top-blue {
  padding-top: calc(100vw * 250 / 750);
}
@media (min-width: 600px) {
  .c-page-block--wave-top-blue {
    padding-top: calc(100vw * 300 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-block--wave-top-blue {
    padding-top: 300px;
  }
}
.c-page-block--wave-top-blue::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vw * 130 / 750);
  background-image: url("../../assets/images/common/bg-wave-general-blue-top.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
}
@media (min-width: 600px) {
  .c-page-block--wave-top-blue::before {
    height: calc(100vw * 250 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-block--wave-top-blue::before {
    height: 250px;
  }
}
.c-page-block--wave-top-blue-02 {
  padding-top: calc(100vw * 250 / 750);
}
@media (min-width: 600px) {
  .c-page-block--wave-top-blue-02 {
    padding-top: calc(100vw * 300 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-block--wave-top-blue-02 {
    padding-top: 300px;
  }
}
.c-page-block--wave-top-blue-02::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vw * 130 / 750);
  background-image: url("../../assets/images/common/bg-wave-general-blue-top-02.webp");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
}
@media (min-width: 600px) {
  .c-page-block--wave-top-blue-02::before {
    height: calc(100vw * 250 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-block--wave-top-blue-02::before {
    height: 250px;
  }
}
.c-page-block--wave-top-clear-white {
  padding-top: calc(100vw * 130 / 750);
}
@media (min-width: 600px) {
  .c-page-block--wave-top-clear-white {
    padding-top: calc(100vw * 250 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-block--wave-top-clear-white {
    padding-top: 250px;
  }
}
.c-page-block--wave-top-clear-white:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vw * 130 / 750);
  background-image: url("../../assets/images/common/bg-wave-general-white-bottom.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  z-index: -1;
}
@media (min-width: 600px) {
  .c-page-block--wave-top-clear-white:before {
    height: calc(100vw * 250 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-block--wave-top-clear-white:before {
    height: 250px;
  }
}
.c-page-block--wave-top-clear-white:after {
  content: "";
  position: absolute;
  top: calc(100vw * 130 / 750);
  left: 0;
  width: 100%;
  height: calc(100% - 100vw * 130 / 750);
  background-color: #fff;
  z-index: -1;
}
@media (min-width: 600px) {
  .c-page-block--wave-top-clear-white:after {
    top: calc(100vw * 250 / 1440);
    height: calc(100% - 100vw * 250 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-block--wave-top-clear-white:after {
    top: 250px;
    height: calc(100% - 250px);
  }
}
.c-page-block--wave-top-white {
  padding-top: calc(100vw * 250 / 750);
}
@media (min-width: 600px) {
  .c-page-block--wave-top-white {
    padding-top: calc(100vw * 300 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-block--wave-top-white {
    padding-top: 300px;
  }
}
.c-page-block--wave-top-white::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vw * 130 / 750);
  background-image: url("../../assets/images/common/bg-wave-general-white-top.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
}
@media (min-width: 600px) {
  .c-page-block--wave-top-white::before {
    height: calc(100vw * 250 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-block--wave-top-white::before {
    height: 250px;
  }
}
.c-page-block--wave-top-white--02 {
  padding-top: calc(100vw * 250 / 750);
}
@media (min-width: 600px) {
  .c-page-block--wave-top-white--02 {
    padding-top: calc(100vw * 300 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-block--wave-top-white--02 {
    padding-top: 300px;
  }
}
.c-page-block--wave-top-white--02::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vw * 130 / 750);
  background-image: url("../../assets/images/common/bg-wave-general-white-top-02.webp");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
}
@media (min-width: 600px) {
  .c-page-block--wave-top-white--02::before {
    height: calc(100vw * 250 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-block--wave-top-white--02::before {
    height: 250px;
  }
}
.c-page-block--wave-bottom-white {
  padding-bottom: calc(100vw * 250 / 750);
}
@media (min-width: 600px) {
  .c-page-block--wave-bottom-white {
    padding-bottom: calc(100vw * 300 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-block--wave-bottom-white {
    padding-bottom: 300px;
  }
}
.c-page-block--wave-bottom-white::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100vw * 130 / 750);
  background-image: url("../../assets/images/common/bg-wave-general-white-bottom.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
}
@media (min-width: 600px) {
  .c-page-block--wave-bottom-white::after {
    height: calc(100vw * 250 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-block--wave-bottom-white::after {
    height: 250px;
  }
}
.c-page-block--padding-bottom .c-page-block__inner {
  padding-bottom: calc(100vw * 60 / 750);
}
@media (min-width: 600px) {
  .c-page-block--padding-bottom .c-page-block__inner {
    padding-bottom: calc(100vw * 60 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-page-block--padding-bottom .c-page-block__inner {
    padding-bottom: 60px;
  }
}

.c-textarea__heading {
  margin: 0 0 calc(100vw * 20 / 750);
  color: #fff;
  font-size: calc(100vw * 36 / 750);
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 600px) {
  .c-textarea__heading {
    margin-bottom: calc(100vw * 20 / 1440);
    font-size: calc(100vw * 36 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-textarea__heading {
    margin-bottom: 20px;
    font-size: 36px;
  }
}
@media (min-width: 600px) {
  .c-textarea__heading--pc-nowrap {
    white-space: nowrap;
  }
}
.c-textarea__text p {
  margin: 0;
  color: #fff;
  font-size: calc(100vw * 22 / 750);
  line-height: 2;
}
@media (min-width: 600px) {
  .c-textarea__text p {
    font-size: calc(100vw * 16 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-textarea__text p {
    font-size: 16px;
  }
}
.c-textarea--02 .c-textarea__heading {
  color: #00b44f;
}
.c-textarea--02 .c-textarea__text p {
  color: #2e3330;
}
@media (min-width: 600px) {
  .c-textarea--one-column {
    padding-left: calc(100vw * 40 / 1440);
    padding-right: calc(100vw * 40 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-textarea--one-column {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.c-figure {
  margin: 0;
}
.c-figure img {
  display: block;
  overflow: hidden;
  border-radius: calc(100vw * 60 / 750) calc(100vw * 60 / 750);
}
@media (min-width: 600px) {
  .c-figure img {
    border-radius: calc(100vw * 60 / 1440) calc(100vw * 60 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-figure img {
    border-radius: 60px 60px;
  }
}
.c-figure figcaption {
  padding-top: calc(100vw * 20 / 1440);
  font-size: calc(100vw * 20 / 750);
  line-height: 1.5;
}
@media (min-width: 600px) {
  .c-figure figcaption {
    padding-top: calc(100vw * 18 / 1440);
    padding-left: calc(100vw * 40 / 1440);
    padding-right: calc(100vw * 40 / 1440);
    font-size: calc(100vw * 14 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-figure figcaption {
    padding-top: 18px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
  }
}
.c-figure--absolute {
  position: relative;
}
@media (min-width: 600px) {
  .c-figure--absolute figcaption {
    position: absolute;
    top: 100%;
  }
}
.c-figure--white figcaption {
  color: #fff;
}
.c-figure--02 figcaption {
  line-height: 2;
}
.c-figure--center figcaption {
  text-align: center;
}
.c-figure--border img {
  border: 1px solid #dddddd;
}
.c-figure--non-round img {
  border-radius: 0 0;
}
@media (min-width: 600px) {
  .c-figure--non-round img {
    border-radius: 0 0;
  }
}
@media (min-width: 1440px) {
  .c-figure--non-round img {
    border-radius: 0 0;
  }
}
.c-figure--in-text {
  position: relative;
}
.c-figure--in-text img {
  width: 100%;
  max-width: 100%;
}
.c-figure--in-text figcaption {
  position: absolute;
  bottom: calc(100vw * 10 / 750);
  left: calc(100vw * 10 / 750);
  z-index: 2;
  padding: calc(100vw * 2 / 750) calc(100vw * 4 / 750) calc(100vw * 2 / 750);
  font-size: calc(100vw * 20 / 750);
  line-height: 1;
  background-color: #fff;
}
@media (min-width: 600px) {
  .c-figure--in-text figcaption {
    bottom: calc(100vw * 10 / 1440);
    left: calc(100vw * 10 / 1440);
    padding: calc(100vw * 2 / 1440) calc(100vw * 4 / 1440) calc(100vw * 2 / 1440);
    font-size: calc(100vw * 14 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-figure--in-text figcaption {
    bottom: 10px;
    left: 10px;
    padding: 2px 4px 2px;
    font-size: 14px;
  }
}
.c-figure--03 {
  position: relative;
}
.c-figure--03 .c-cloud {
  position: absolute;
  bottom: calc(100% - 100vw * 35 / 750);
  right: calc(-100vw * 20 / 750);
  z-index: 2;
}
@media (min-width: 600px) {
  .c-figure--03 .c-cloud {
    bottom: calc(100% - 100vw * 35 / 1440);
    right: calc(-100vw * 20 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-figure--03 .c-cloud {
    bottom: calc(100% - 35px);
    right: -20px;
  }
}
.c-figure--03 .c-figure__inner {
  overflow: hidden;
  border-radius: calc(100vw * 60 / 750) calc(100vw * 60 / 750);
  background-color: #f2f2f2;
}
@media (min-width: 600px) {
  .c-figure--03 .c-figure__inner {
    border-radius: calc(100vw * 60 / 1440) calc(100vw * 60 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-figure--03 .c-figure__inner {
    border-radius: 60px 60px;
  }
}
.c-figure--03 figcaption {
  text-align: center;
  padding-top: calc(100vw * 10 / 750);
  padding-left: calc(100vw * 20 / 750);
  padding-right: calc(100vw * 20 / 750);
}
@media (min-width: 600px) {
  .c-figure--03 figcaption {
    padding-top: calc(100vw * 10 / 1440);
    padding-left: calc(100vw * 20 / 1440);
    padding-right: calc(100vw * 20 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-figure--03 figcaption {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-figure-numbers {
  counter-reset: number 0;
}
.c-figure-numbers__item {
  position: relative;
  counter-increment: number 1;
}
.c-figure-numbers__item:before {
  content: "";
  position: absolute;
  top: calc(-100vw * 10 / 750);
  left: calc(-100vw * 10 / 750);
  width: calc(100vw * 60 / 750);
  height: calc(100vw * 60 / 750);
  border-radius: 50% 50%;
  background-color: #00b44f;
}
@media (min-width: 600px) {
  .c-figure-numbers__item:before {
    top: calc(-100vw * 10 / 1440);
    left: calc(-100vw * 10 / 1440);
    width: calc(100vw * 60 / 1440);
    height: calc(100vw * 60 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-figure-numbers__item:before {
    top: -10px;
    left: -10px;
    width: 60px;
    height: 60px;
  }
}
.c-figure-numbers__item:after {
  content: counter(number);
  position: absolute;
  top: calc(100vw * 8 / 750);
  left: calc(-100vw * 10 / 750);
  width: calc(100vw * 60 / 750);
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: calc(100vw * 24 / 750);
  font-weight: 400;
  text-align: center;
  line-height: 1;
}
@media (min-width: 600px) {
  .c-figure-numbers__item:after {
    top: calc(100vw * 8 / 1440);
    left: calc(-100vw * 10 / 1440);
    width: calc(100vw * 60 / 1440);
    font-size: calc(100vw * 24 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-figure-numbers__item:after {
    top: 8px;
    left: -10px;
    width: 60px;
    font-size: 24px;
  }
}

.c-flow__img {
  margin: 0 0 calc(100vw * 30 / 750);
}
@media (min-width: 600px) {
  .c-flow__img {
    margin-bottom: calc(100vw * 30 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-flow__img {
    margin-bottom: 30px;
  }
}
.c-flow__img img {
  display: block;
  overflow: hidden;
  border-radius: calc(100vw * 30 / 750) calc(100vw * 30 / 750);
}
@media (min-width: 600px) {
  .c-flow__img img {
    border-radius: calc(100vw * 60 / 1440) calc(100vw * 60 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-flow__img img {
    border-radius: 60px 60px;
  }
}
.c-flow__list {
  color: #fff;
  counter-reset: number 0;
}
@media (min-width: 600px) {
  .c-flow__list {
    padding-left: calc(100vw * 40 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-flow__list {
    padding-left: 40px;
  }
}
.c-flow__list__item {
  position: relative;
  counter-increment: number 1;
  margin-bottom: calc(100vw * 20 / 750);
  padding-left: calc(100vw * 50 / 750);
}
@media (min-width: 600px) {
  .c-flow__list__item {
    display: flex;
    margin-bottom: calc(100vw * 6 / 1440);
    padding-left: calc(100vw * 50 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-flow__list__item {
    margin-bottom: 6px;
    padding-left: 50px;
  }
}
.c-flow__list__item:before {
  content: "";
  position: absolute;
  top: calc(100vw * 2 / 750);
  left: 0;
  width: calc(100vw * 40 / 750);
  height: calc(100vw * 40 / 750);
  border-radius: 50% 50%;
  background-color: #fff;
}
@media (min-width: 600px) {
  .c-flow__list__item:before {
    top: 0;
    width: calc(100vw * 30 / 1440);
    height: calc(100vw * 30 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-flow__list__item:before {
    width: 30px;
    height: 30px;
  }
}
.c-flow__list__item:after {
  content: counter(number);
  position: absolute;
  top: calc(100vw * 12 / 750);
  left: 0;
  width: calc(100vw * 40 / 750);
  color: #00b44f;
  font-family: "Roboto", sans-serif;
  font-size: calc(100vw * 22 / 750);
  font-weight: 400;
  text-align: center;
  line-height: 1;
}
@media (min-width: 600px) {
  .c-flow__list__item:after {
    top: calc(100vw * 8 / 1440);
    width: calc(100vw * 30 / 1440);
    font-size: calc(100vw * 16 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-flow__list__item:after {
    top: 8px;
    width: 30px;
    font-size: 16px;
  }
}
.c-flow__list__item dt, .c-flow__list__item dd {
  font-size: calc(100vw * 22 / 750);
  line-height: 2;
}
@media (min-width: 600px) {
  .c-flow__list__item dt, .c-flow__list__item dd {
    font-size: calc(100vw * 16 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-flow__list__item dt, .c-flow__list__item dd {
    font-size: 16px;
  }
}
.c-flow__list__name {
  position: relative;
}
@media (min-width: 600px) {
  .c-flow__list__name {
    width: calc(100vw * 227 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-flow__list__name {
    width: 227px;
  }
}
.c-flow__list__name:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dotted #fff;
  z-index: -1;
}
.c-flow__list__name span {
  display: inline-block;
  padding-right: calc(100vw * 10 / 750);
  background-image: url("../../assets/images/common/bg-noisy-green.png");
  background-repeat: repeat;
  background-position: 0 0;
}
@media (min-width: 600px) {
  .c-flow__list__name span {
    padding-right: calc(100vw * 10 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-flow__list__name span {
    padding-right: 10px;
  }
}
.c-flow__list__description {
  margin-left: 0;
}
@media (min-width: 600px) {
  .c-flow__list__description {
    margin-left: calc(100vw * 10 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-flow__list__description {
    margin-left: 10px;
  }
}

.c-box-copy__header {
  margin-bottom: calc(100vw * 15 / 750);
}
@media (min-width: 600px) {
  .c-box-copy__header {
    margin-bottom: calc(100vw * 15 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-box-copy__header {
    margin-bottom: 15px;
  }
}
.c-box-copy__header__heading {
  margin: 0;
  color: #00b44f;
  font-size: calc(100vw * 36 / 750);
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 600px) {
  .c-box-copy__header__heading {
    font-size: calc(100vw * 36 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-box-copy__header__heading {
    font-size: 36px;
  }
}
.c-box-copy__header__sub {
  margin: 0;
  color: #00b44f;
  font-size: calc(100vw * 20 / 750);
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 600px) {
  .c-box-copy__header__sub {
    font-size: calc(100vw * 20 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-box-copy__header__sub {
    font-size: 20px;
  }
}
.c-box-copy__text p {
  margin: 0;
  font-size: calc(100vw * 22 / 750);
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 600px) {
  .c-box-copy__text p {
    font-size: calc(100vw * 16 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-box-copy__text p {
    font-size: 16px;
  }
}

.c-box-supplement {
  padding: calc(100vw * 40 / 750) calc(100vw * 40 / 750);
  border-radius: calc(100vw * 60 / 750) calc(100vw * 60 / 750);
  background-color: #f2f2f2;
}
@media (min-width: 600px) {
  .c-box-supplement {
    display: flex;
    justify-content: space-between;
    padding: calc(100vw * 20 / 1440) calc(100vw * 20 / 1440);
    border-radius: calc(100vw * 60 / 1440) calc(100vw * 60 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-box-supplement {
    padding: 20px 20px;
    border-radius: 60px 60px;
  }
}
.c-box-supplement__textarea {
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .c-box-supplement__textarea {
    display: flex;
    align-items: center;
    padding-left: calc(100vw * 40 / 1440);
    padding-right: calc(100vw * 20 / 1440);
    width: calc(100vw * 400 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-box-supplement__textarea {
    padding-left: 40px;
    padding-right: 20px;
  }
}
.c-box-supplement__heading {
  margin: 0;
  color: #00b44f;
  font-size: calc(100vw * 26 / 750);
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 600px) {
  .c-box-supplement__heading {
    font-size: calc(100vw * 26 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-box-supplement__heading {
    font-size: 26px;
  }
}
.c-box-supplement__text p {
  font-size: calc(100vw * 22 / 750);
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 600px) {
  .c-box-supplement__text p {
    font-size: calc(100vw * 16 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-box-supplement__text p {
    font-size: 16px;
  }
}
.c-box-supplement__images {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 600px) {
  .c-box-supplement__images {
    width: calc(100vw * 580 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-box-supplement__images {
    width: 580px;
  }
}
.c-box-supplement__images__item {
  margin: 0;
  width: 48.275%;
}
.c-box-supplement__images__item img {
  display: block;
  border-radius: calc(100vw * 40 / 750) calc(100vw * 40 / 750);
  overflow: hidden;
}
@media (min-width: 600px) {
  .c-box-supplement__images__item img {
    border-radius: calc(100vw * 40 / 1440) calc(100vw * 40 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-box-supplement__images__item img {
    border-radius: 40px 40px;
  }
}

.c-block-col__item:not(:last-of-type) {
  margin-bottom: calc(100vw * 50 / 750);
}
@media (min-width: 600px) {
  .c-block-col__item:not(:last-of-type) {
    margin-bottom: inherit;
  }
}
@media (min-width: 600px) {
  .c-block-col--3 {
    display: flex;
  }
}
@media (min-width: 600px) {
  .c-block-col--3 .c-block-col__item {
    width: 31.481%;
  }
}
@media (min-width: 600px) {
  .c-block-col--3 .c-block-col__item:not(:nth-of-type(3n)) {
    margin-right: 2.777%;
  }
}
.c-box-textarea__heading {
  margin: 0 0 calc(100vw * 20 / 750);
  font-size: calc(100vw * 32 / 750);
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 600px) {
  .c-box-textarea__heading {
    margin-bottom: calc(100vw * 20 / 1440);
    font-size: calc(100vw * 24 / 1440);
    font-weight: 500;
  }
}
@media (min-width: 1440px) {
  .c-box-textarea__heading {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.c-box-textarea__text p {
  margin: 0;
  font-size: calc(100vw * 22 / 750);
  line-height: 2;
}
@media (min-width: 600px) {
  .c-box-textarea__text p {
    font-size: calc(100vw * 16 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-box-textarea__text p {
    font-size: 16px;
  }
}
.c-box-textarea:not(:last-of-type) {
  margin-bottom: calc(100vw * 50 / 750);
}
@media (min-width: 600px) {
  .c-box-textarea:not(:last-of-type) {
    margin-bottom: calc(100vw * 50 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-box-textarea:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.c-box-textarea--white {
  color: #fff;
}

@media (min-width: 600px) {
  .c-block-image-grid {
    display: grid;
  }
}
.c-block-image-grid__item {
  margin-bottom: calc(100vw * 20 / 750);
}
@media (min-width: 600px) {
  .c-block-image-grid__item {
    display: grid;
    margin-bottom: 0;
  }
}
.c-block-image-grid:not(:last-of-type) {
  margin-bottom: calc(100vw * 20 / 750);
}
@media (min-width: 600px) {
  .c-block-image-grid:not(:last-of-type) {
    margin-bottom: calc(100vw * 20 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-block-image-grid:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media (min-width: 600px) {
  .c-block-image-grid--01 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }
}
@media (min-width: 600px) {
  .c-block-image-grid--01 .c-block-image-grid__item:nth-of-type(1) {
    grid-row: 1/2;
    grid-column: 1/3;
  }
}
@media (min-width: 600px) {
  .c-block-image-grid--01 .c-block-image-grid__item:nth-of-type(2) {
    grid-row: 2/3;
    grid-column: 1/3;
  }
}
@media (min-width: 600px) {
  .c-block-image-grid--01 .c-block-image-grid__item:nth-of-type(3) {
    grid-row: 1/3;
    grid-column: 3/5;
  }
}
@media (min-width: 600px) {
  .c-block-image-grid--02 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
}
@media (min-width: 600px) {
  .c-block-image-grid--02 .c-block-image-grid__item:nth-of-type(1) {
    grid-column: 1/2;
  }
}
@media (min-width: 600px) {
  .c-block-image-grid--02 .c-block-image-grid__item:nth-of-type(2) {
    grid-column: 2/3;
  }
}
@media (min-width: 600px) {
  .c-block-image-grid--02 .c-block-image-grid__item:nth-of-type(3) {
    grid-column: 3/4;
  }
}
@media (min-width: 600px) {
  .c-block-image-grid--03 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }
}
@media (min-width: 600px) {
  .c-block-image-grid--03 .c-block-image-grid__item:nth-of-type(1) {
    grid-row: 1/3;
    grid-column: 1/3;
  }
}
@media (min-width: 600px) {
  .c-block-image-grid--03 .c-block-image-grid__item:nth-of-type(2) {
    grid-row: 1/2;
    grid-column: 3/5;
  }
}
@media (min-width: 600px) {
  .c-block-image-grid--03 .c-block-image-grid__item:nth-of-type(3) {
    grid-row: 2/3;
    grid-column: 3/5;
  }
}
@media (min-width: 600px) {
  .c-block-image-grid--04 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }
}
@media (min-width: 600px) {
  .c-block-image-grid--04 .c-block-image-grid__item:nth-of-type(1) {
    grid-column: 1/2;
  }
}
@media (min-width: 600px) {
  .c-block-image-grid--04 .c-block-image-grid__item:nth-of-type(2) {
    grid-column: 2/3;
  }
}
@media (min-width: 600px) {
  .c-block-image-grid--04 .c-block-image-grid__item:nth-of-type(3) {
    grid-column: 3/4;
  }
}
@media (min-width: 600px) {
  .c-block-image-grid--04 .c-block-image-grid__item:nth-of-type(4) {
    grid-column: 4/5;
  }
}

.c-box-chronology {
  box-sizing: border-box;
  padding: calc(100vw * 40 / 750) calc(100vw * 40 / 750);
  color: #fff;
  border: 1px solid #fff;
  border-radius: calc(100vw * 60 / 750) calc(100vw * 60 / 750);
}
@media (min-width: 600px) {
  .c-box-chronology {
    display: flex;
    padding: calc(100vw * 40 / 1440) calc(100vw * 40 / 1440);
    border-radius: calc(100vw * 60 / 1440) calc(100vw * 60 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-box-chronology {
    padding: 40px 40px;
    border-radius: 60px 60px;
  }
}
.c-box-chronology__item {
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .c-box-chronology__item {
    padding-left: calc(100vw * 40 / 1440);
    padding-right: calc(100vw * 20 / 1440);
    width: 25%;
    border-left: 1px dotted #fff;
  }
}
@media (min-width: 1440px) {
  .c-box-chronology__item {
    padding-left: 40px;
    padding-right: 20px;
  }
}
.c-box-chronology__item:first-of-type {
  border-left: none;
}
@media (min-width: 600px) {
  .c-box-chronology__item:first-of-type {
    padding-left: calc(100vw * 7 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-box-chronology__item:first-of-type {
    padding-left: 7px;
  }
}

.c-block-history {
  margin: 0;
  color: #fff;
  border-top: 1px dotted #fff;
}
.c-block-history__item {
  display: flex;
  align-items: center;
  padding: calc(100vw * 40 / 750) 0;
  border-bottom: 1px dotted #fff;
}
@media (min-width: 600px) {
  .c-block-history__item {
    padding: calc(100vw * 40 / 1440) 0;
  }
}
@media (min-width: 1440px) {
  .c-block-history__item {
    padding: 40px 0;
  }
}
.c-block-history__year {
  text-align: center;
  width: 20%;
}
@media (min-width: 600px) {
  .c-block-history__year {
    width: calc(100vw * 100 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-block-history__year {
    width: 100px;
  }
}
.c-block-history__year span {
  display: block;
}
.c-block-history__year__number {
  font-family: "Roboto", sans-serif;
  font-size: calc(100vw * 40 / 750);
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 600px) {
  .c-block-history__year__number {
    font-size: calc(100vw * 40 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-block-history__year__number {
    font-size: 40px;
  }
}
.c-block-history__year__sub {
  font-size: calc(100vw * 20 / 750);
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 600px) {
  .c-block-history__year__sub {
    font-size: calc(100vw * 16 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-block-history__year__sub {
    font-size: 16px;
  }
}
.c-block-history__textarea {
  margin-left: 3%;
  width: 87%;
}
@media (min-width: 600px) {
  .c-block-history__textarea {
    margin-left: calc(100vw * 35 / 1440);
    width: calc(100vw * 950 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-block-history__textarea {
    margin-left: 35px;
    width: 950px;
  }
}
.c-block-history__text {
  position: relative;
  margin: 0;
  padding-left: calc(100vw * 30 / 750);
  font-size: calc(100vw * 20 / 750);
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 600px) {
  .c-block-history__text {
    padding-left: calc(100vw * 30 / 1440);
    font-size: calc(100vw * 16 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-block-history__text {
    padding-left: 30px;
    font-size: 16px;
  }
}
.c-block-history__text:before {
  content: "";
  position: absolute;
  top: calc(100vw * 15 / 750);
  left: 0;
  width: calc(100vw * 16 / 750);
  height: 2px;
  background-color: #fff;
}
@media (min-width: 600px) {
  .c-block-history__text:before {
    top: calc(100vw * 15 / 1440);
    width: calc(100vw * 16 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-block-history__text:before {
    top: 15px;
    width: 16px;
  }
}

.c-cloud {
  position: relative;
  background-color: #2e3330;
  padding: calc(100vw * 10 / 750) calc(100vw * 15 / 750);
  border-radius: calc(100vw * 10 / 750) calc(100vw * 10 / 750);
}
@media (min-width: 600px) {
  .c-cloud {
    padding: calc(100vw * 10 / 1440) calc(100vw * 10 / 1440);
    border-radius: calc(100vw * 10 / 1440) calc(100vw * 10 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-cloud {
    padding: 10px 10px;
    border-radius: 10px 10px;
  }
}
.c-cloud:before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  right: calc(100vw * 40 / 750);
  width: calc(100vw * 12 / 750);
  height: calc(100vw * 17 / 750);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background-color: #2e3330;
}
@media (min-width: 600px) {
  .c-cloud:before {
    right: calc(100vw * 40 / 1440);
    width: calc(100vw * 12 / 1440);
    height: calc(100vw * 17 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-cloud:before {
    right: 40px;
    width: 12px;
    height: 17px;
  }
}
.c-cloud__text {
  margin: 0;
  color: #fff;
  font-size: calc(100vw * 22 / 750);
}
@media (min-width: 600px) {
  .c-cloud__text {
    font-size: calc(100vw * 14 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-cloud__text {
    font-size: 14px;
  }
}

.c-box-trivia {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  box-sizing: border-box;
  padding: calc(100vw * 20 / 750) calc(100vw * 20 / 750);
  border: 1px solid #dddddd;
  border-radius: calc(100vw * 55 / 750) calc(100vw * 55 / 750);
}
@media (min-width: 600px) {
  .c-box-trivia {
    padding: calc(100vw * 20 / 1440) calc(100vw * 20 / 1440);
    border-radius: calc(100vw * 55 / 1440) calc(100vw * 55 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-box-trivia {
    padding: 20px 20px;
    border-radius: 55px 55px;
  }
}
.c-box-trivia__text {
  box-sizing: border-box;
  padding: calc(100vw * 15 / 750) calc(100vw * 20 / 750);
  width: 100%;
}
@media (min-width: 600px) {
  .c-box-trivia__text {
    padding: calc(100vw * 15 / 1440) calc(100vw * 20 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-box-trivia__text {
    padding: 15px 20px;
  }
}
.c-box-trivia__text p {
  margin: 0;
  font-size: calc(100vw * 20 / 750);
  line-height: 1.8;
  text-align: justify;
}
@media (min-width: 600px) {
  .c-box-trivia__text p {
    font-size: calc(100vw * 15 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-box-trivia__text p {
    font-size: 15px;
  }
}
.c-box-trivia__img {
  box-sizing: border-box;
  margin: 0;
  width: 100%;
}

.c-block-cm {
  color: #fff;
  margin-bottom: calc(100vw * 35 / 750);
}
@media (min-width: 600px) {
  .c-block-cm {
    margin-bottom: calc(100vw * 35 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-block-cm {
    margin-bottom: 35px;
  }
}
.c-block-cm__heading {
  margin: 0 0 calc(100vw * 20 / 750);
  padding-left: calc(100vw * 10 / 750);
  font-size: calc(100vw * 32 / 750);
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 600px) {
  .c-block-cm__heading {
    margin-bottom: calc(100vw * 20 / 1440);
    padding-left: calc(100vw * 10 / 1440);
    font-size: calc(100vw * 20 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-block-cm__heading {
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 20px;
  }
}
.c-block-cm__heading__line {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
}
.c-block-cm__images {
  display: flex;
  justify-content: space-between;
  padding: calc(100vw * 20 / 750) calc(100vw * 20 / 750);
  border: 1px solid #fff;
  border-radius: calc(100vw * 20 / 750) calc(100vw * 20 / 750);
}
@media (min-width: 600px) {
  .c-block-cm__images {
    padding: calc(100vw * 20 / 1440) calc(100vw * 20 / 1440);
    border-radius: calc(100vw * 20 / 1440) calc(100vw * 20 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-block-cm__images {
    padding: 20px 20px;
    border-radius: 20px 20px;
  }
}
.c-block-cm__images__item {
  margin: 0;
  width: 47.916%;
}
.c-block-cm__images__item img {
  display: block;
  overflow: hidden;
  border-radius: calc(100vw * 10 / 750) calc(100vw * 10 / 750);
}
@media (min-width: 600px) {
  .c-block-cm__images__item img {
    border-radius: calc(100vw * 10 / 1440) calc(100vw * 10 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-block-cm__images__item img {
    border-radius: 10px 10px;
  }
}
.c-block-cm__caption {
  margin-top: calc(100vw * 7 / 750);
  padding-left: calc(100vw * 10 / 750);
}
@media (min-width: 600px) {
  .c-block-cm__caption {
    margin-top: calc(100vw * 7 / 1440);
    padding-left: calc(100vw * 10 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-block-cm__caption {
    margin-top: 7px;
    padding-left: 10px;
  }
}
.c-block-cm__caption p {
  margin: 0;
  font-size: calc(100vw * 22 / 750);
}
@media (min-width: 600px) {
  .c-block-cm__caption p {
    font-size: calc(100vw * 14 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-block-cm__caption p {
    font-size: 14px;
  }
}

.c-block-campaign {
  padding-bottom: calc(100vw * 30 / 750);
}
@media (min-width: 600px) {
  .c-block-campaign {
    padding-bottom: calc(100vw * 30 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-block-campaign {
    padding-bottom: 30px;
  }
}
.c-block-campaign__container {
  padding: calc(100vw * 25 / 750) calc(100vw * 30 / 750);
  border-radius: calc(100vw * 60 / 750) calc(100vw * 60 / 750);
  background-color: #eff7ed;
}
@media (min-width: 600px) {
  .c-block-campaign__container {
    padding: calc(100vw * 25 / 1440) calc(100vw * 30 / 1440);
    border-radius: calc(100vw * 60 / 1440) calc(100vw * 60 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-block-campaign__container {
    padding: 25px 30px;
    border-radius: 60px 60px;
  }
}
.c-block-campaign__year {
  margin: 0 0 0;
  font-family: "Roboto", sans-serif;
  font-size: calc(100vw * 50 / 750);
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 600px) {
  .c-block-campaign__year {
    font-size: calc(100vw * 50 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-block-campaign__year {
    font-size: 50px;
  }
}
.c-block-campaign__year__outline {
  -webkit-text-fill-color: #eff7ed;
  -webkit-text-stroke: 1px #2e3330;
}
.c-block-campaign__copy {
  margin: 0;
  font-size: calc(100vw * 20 / 750);
  text-align: center;
}
@media (min-width: 600px) {
  .c-block-campaign__copy {
    font-size: calc(100vw * 20 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-block-campaign__copy {
    font-size: 20px;
  }
}
.c-block-campaign__images {
  margin-top: calc(100vw * 25 / 750);
}
@media (min-width: 600px) {
  .c-block-campaign__images {
    margin-top: calc(100vw * 25 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-block-campaign__images {
    margin-top: 25px;
  }
}
.c-block-campaign__images__item {
  margin: 0;
}
.c-block-campaign__images__item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .c-block-campaign__images--col2 {
    display: flex;
    flex-wrap: wrap;
  }
}
.c-block-campaign__images--col2 .c-block-campaign__images__item {
  margin-bottom: calc(100vw * 20 / 750);
}
@media (min-width: 600px) {
  .c-block-campaign__images--col2 .c-block-campaign__images__item {
    margin-bottom: calc(100vw * 20 / 1440);
    width: 49.019%;
  }
}
@media (min-width: 1440px) {
  .c-block-campaign__images--col2 .c-block-campaign__images__item {
    margin-bottom: 20px;
  }
}
@media (min-width: 600px) {
  .c-block-campaign__images--col2 .c-block-campaign__images__item:not(:nth-of-type(2n)) {
    margin-right: 1.96%;
  }
}
@media (min-width: 600px) {
  .c-block-campaign__images--col2 .c-block-campaign__images__item:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .c-block-campaign__images--col2 .c-block-campaign__images__item:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}
.c-block-campaign__images--flex {
  display: flex;
  justify-content: space-between;
}
.c-block-campaign__images--flex .c-block-campaign__images__item {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .c-block-campaign__images--flex .c-block-campaign__images__item {
    margin-bottom: 0;
  }
}
.c-block-campaign__images--flex .c-block-campaign__images__item:not(:last-of-type) {
  margin-right: calc(100vw * 20 / 750);
}
@media (min-width: 600px) {
  .c-block-campaign__images--flex .c-block-campaign__images__item:not(:last-of-type) {
    margin-right: calc(100vw * 20 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-block-campaign__images--flex .c-block-campaign__images__item:not(:last-of-type) {
    margin-right: 20px;
  }
}
.c-block-campaign__caption {
  padding: calc(100vw * 20 / 750) calc(100vw * 20 / 750);
}
@media (min-width: 600px) {
  .c-block-campaign__caption {
    padding: calc(100vw * 20 / 1440) calc(100vw * 20 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-block-campaign__caption {
    padding: 20px 20px;
  }
}
.c-block-campaign__caption p {
  margin: 0;
  font-size: calc(100vw * 20 / 750);
  line-height: 2;
}
@media (min-width: 600px) {
  .c-block-campaign__caption p {
    font-size: calc(100vw * 16 / 1440);
  }
}
@media (min-width: 1440px) {
  .c-block-campaign__caption p {
    font-size: 16px;
  }
}

/* ==========================================================================
   Project
** ========================================================================== */
.p-home--bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.p-home--bg-video__box {
  position: relative;
  width: 100%;
  height: calc(100vw * 920 / 750);
  overflow: hidden;
  z-index: -1;
}
@media (min-width: 600px) {
  .p-home--bg-video__box {
    width: 100%;
    height: 100vh;
  }
}
.p-home--bg-video__box video,
.p-home--bg-video__box iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}
.p-home--mv {
  position: relative;
  z-index: 1;
  height: calc(100vw * 920 / 750);
}
@media (min-width: 600px) {
  .p-home--mv {
    height: calc(100vh + 100vw * 80 / 1440);
    min-height: calc(100vw * 700 / 1440);
    max-height: calc(100vw * 960 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--mv {
    height: calc(100vh + 80px);
    min-height: 700px;
    max-height: 960px;
  }
}
.p-home--mv:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: calc(100vw * 131 / 750);
  background-image: url("../../assets/images/common/bg-wave-white-bottom-sp.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 100%;
}
@media (min-width: 600px) {
  .p-home--mv:before {
    height: calc(100vw * 250 / 1440);
    background-image: url("../../assets/images/common/bg-wave-white-bottom.png");
  }
}
@media (min-width: 1440px) {
  .p-home--mv:before {
    height: 250px;
  }
}
.p-home--mv__tocontent {
  position: absolute;
  bottom: calc(100vw * 80 / 750);
  right: calc(100vw * 30 / 750);
  display: none;
}
@media (min-width: 600px) {
  .p-home--mv__tocontent {
    bottom: auto;
    top: calc(100vh - 100vw * 150 / 1440);
    right: calc(100vw * 50 / 1440);
    display: block;
  }
}
@media (min-width: 1440px) {
  .p-home--mv__tocontent {
    top: calc(100vh - 150px);
    right: 50px;
  }
}
.p-home--mv__tocontent__button {
  display: block;
  position: relative;
  width: calc(100vw * 100 / 750);
  height: calc(100vw * 100 / 750);
  border-radius: 50% 50%;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}
@media (min-width: 600px) {
  .p-home--mv__tocontent__button {
    width: calc(100vw * 100 / 1440);
    height: calc(100vw * 100 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--mv__tocontent__button {
    width: 100px;
    height: 100px;
  }
}
.p-home--mv__tocontent__button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100vw * 22 / 750);
  height: calc(100vw * 42 / 750);
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 21.79 42"><rect fill="%23fff" x="9.88" width="2" height="30" rx="1" ry="1"/><path fill="%23fff" d="M1339.29,6775.39a1.008,1.008,0,0,0,0,1.42l9.9,9.9a1,1,0,1,0,1.42-1.42l-9.9-9.9A1.008,1.008,0,0,0,1339.29,6775.39Zm0,0-9.9,9.9a1,1,0,1,0,1.42,1.42l9.9-9.9A1,1,0,0,0,1339.29,6775.39Z" transform="translate(-1329.12 -6775)"/><circle fill="%23fff" cx="10.88" cy="39" r="3"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translate(-50%, -50%) rotate(180deg);
}
@media (min-width: 600px) {
  .p-home--mv__tocontent__button:before {
    width: calc(100vw * 22 / 1440);
    height: calc(100vw * 42 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--mv__tocontent__button:before {
    width: 22px;
    height: 42px;
  }
}
.p-home--mv__tocontent__button:hover {
  opacity: 0.7;
}

.p-home--about {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color: #fff;
}
.p-home--about__inner {
  margin-left: auto;
  margin-right: auto;
  padding: calc(100vw * 97 / 750) calc(100vw * 30 / 750) calc(100vw * 60 / 750);
  max-width: 1440px;
}
@media (min-width: 600px) {
  .p-home--about__inner {
    display: flex;
    justify-content: space-between;
    padding: calc(100vw * 32 / 1440) calc(100vw * 40 / 1440) calc(100vw * 49 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--about__inner {
    padding: 32px 40px 49px;
  }
}
.p-home--about__left {
  padding-bottom: calc(100vw * 55 / 750);
  padding-left: calc(100vw * 30 / 750);
  padding-right: calc(100vw * 30 / 750);
}
@media (min-width: 600px) {
  .p-home--about__left {
    padding-bottom: 0;
    padding-left: calc(100vw * 180 / 1440);
    padding-right: 0;
  }
}
@media (min-width: 1440px) {
  .p-home--about__left {
    padding-left: 180px;
  }
}
.p-home--about__title {
  margin: 0 0 calc(100vw * 17 / 750);
  width: calc(100vw * 374 / 750);
}
@media (min-width: 600px) {
  .p-home--about__title {
    margin-bottom: calc(100vw * 17 / 1440);
    width: calc(100vw * 374 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--about__title {
    margin-bottom: 17px;
    width: 374px;
  }
}
.p-home--about__copy {
  margin: 0;
  color: #00b44f;
  font-size: calc(100vw * 42 / 750);
}
@media (min-width: 600px) {
  .p-home--about__copy {
    font-size: calc(100vw * 40 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--about__copy {
    font-size: 40px;
  }
}
.p-home--about__text {
  margin-top: calc(100vw * 40 / 750);
}
@media (min-width: 600px) {
  .p-home--about__text {
    margin-top: calc(100vw * 30 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--about__text {
    margin-top: 30px;
  }
}
.p-home--about__text p {
  margin: 0;
  font-size: calc(100vw * 22 / 750);
  line-height: 2;
}
@media (min-width: 600px) {
  .p-home--about__text p {
    font-size: calc(100vw * 16 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--about__text p {
    font-size: 16px;
  }
}
.p-home--about__button {
  margin-top: calc(100vw * 40 / 750);
}
@media (min-width: 600px) {
  .p-home--about__button {
    margin-top: calc(100vw * 30 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--about__button {
    margin-top: 30px;
  }
}
.p-home--about__visual {
  position: relative;
  height: calc(100vw * 470 / 750);
}
@media (min-width: 600px) {
  .p-home--about__visual {
    height: auto;
  }
}
.p-home--about__visual__item {
  position: absolute;
}
.p-home--about__visual__item--1 {
  z-index: 3;
  top: 0;
  right: 50%;
  width: calc(100vw * 300 / 750);
  translate: 50%;
}
@media (min-width: 600px) {
  .p-home--about__visual__item--1 {
    top: calc(100vw * 122 / 1440);
    right: calc(100vw * 195 / 1440);
    width: calc(100vw * 306 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--about__visual__item--1 {
    top: 122px;
    right: 195px;
    width: 306px;
  }
}
.p-home--about__visual__item--2 {
  z-index: 2;
  top: 0;
  right: 50%;
  translate: 50%;
}
@media (min-width: 600px) {
  .p-home--about__visual__item--2 {
    top: calc(-100vw * 150 / 1440);
    right: calc(100vw * 364 / 1440);
    width: calc(100vw * 378 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--about__visual__item--2 {
    top: -150px;
    right: 364px;
    width: 378px;
  }
}
.p-home--about__visual__item--3 {
  z-index: 1;
  top: calc(100vw * 48 / 750);
  right: 50%;
  width: calc(100vw * 624 / 750);
  translate: 50%;
}
@media (min-width: 600px) {
  .p-home--about__visual__item--3 {
    top: calc(100vw * 80 / 1440);
    right: calc(100vw * 300 / 1440);
    width: calc(100vw * 533 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--about__visual__item--3 {
    top: 80px;
    right: 300px;
    width: 533px;
  }
}
.p-home--about__fanclub {
  position: relative;
  padding: calc(100vw * 30 / 750) calc(100vw * 30 / 750);
  border-radius: calc(100vw * 75 / 750) calc(100vw * 75 / 750);
  background-color: #fce99f;
  z-index: 10;
}
@media (min-width: 600px) {
  .p-home--about__fanclub {
    display: none;
  }
}
.p-home--about__fanclub__content {
  min-height: calc(100vw * 610 / 750);
}
.p-home--about__fanclub__button {
  margin-top: calc(100vw * 30 / 750);
}
.p-home--history {
  position: relative;
  z-index: 1;
  padding-top: calc(100vw * 145 / 750);
  color: #fff;
  background-color: #00b44f;
}
@media (min-width: 600px) {
  .p-home--history {
    margin-top: 0;
    padding-top: calc(100vw * 291 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--history {
    padding-top: 291px;
  }
}
.p-home--history:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vw * 131 / 750);
  background-image: url("../../assets/images/common/bg-wave-white-top-sp.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
@media (min-width: 600px) {
  .p-home--history:before {
    background-image: url("../../assets/images/common/bg-wave-white-top.png");
    top: calc(100vw * 47 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--history:before {
    top: 47px;
  }
}
@media (min-width: 600px) {
  .p-home--history:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vw * 47 / 1440);
    background-color: #fff;
  }
}
@media (min-width: 1440px) {
  .p-home--history:after {
    height: 47px;
  }
}
.p-home--history__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(100vw * 30 / 750);
  padding-right: calc(100vw * 30 / 750);
  max-width: 1440px;
}
@media (min-width: 600px) {
  .p-home--history__inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-left: 0;
    padding-right: calc(100vw * 120 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--history__inner {
    padding-left: 0;
    padding-right: 120px;
  }
}
.p-home--history__left {
  position: relative;
  z-index: 1;
}
.p-home--history__right {
  position: relative;
  z-index: 2;
}
@media (min-width: 600px) {
  .p-home--history__right {
    padding-bottom: calc(100vw * 150 / 1440);
    width: calc(100vw * 470 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--history__right {
    padding-bottom: 150px;
    width: 470px;
  }
}
.p-home--history__visual {
  position: relative;
  width: 100%;
  height: calc(100vw * 720 / 750);
}
@media (min-width: 600px) {
  .p-home--history__visual {
    height: auto;
  }
}
.p-home--history__visual__item--1 {
  position: absolute;
  top: calc(-100vw * 20 / 750);
  left: 50%;
  width: 100%;
  translate: -50%;
}
@media (min-width: 600px) {
  .p-home--history__visual__item--1 {
    top: calc(-100vw * 291 / 1440);
    width: calc(100vw * 802 / 1440);
    translate: 0;
  }
}
@media (min-width: 1440px) {
  .p-home--history__visual__item--1 {
    top: -291px;
    width: 802px;
  }
}
.p-home--history__visual__item--2 {
  position: absolute;
  display: none;
}
@media (min-width: 600px) {
  .p-home--history__visual__item--2 {
    top: calc(100vw * 155 / 1440);
    left: calc(100vw * 402 / 1440);
    width: calc(100vw * 302 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--history__visual__item--2 {
    top: 155px;
    left: 402px;
    width: 302px;
  }
}

.p-home--method {
  position: relative;
  z-index: 1;
  background-color: #004098;
  overflow: hidden;
}
.p-home--method:before, .p-home--method:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100vw * 14 / 750);
  background: linear-gradient(to right, #a6a6a6 0%, #fff 35%, #a6a6a6 50%, #fff 65%, #a6a6a6 100%);
}
@media (min-width: 600px) {
  .p-home--method:before, .p-home--method:after {
    height: calc(100vw * 14 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--method:before, .p-home--method:after {
    height: 14px;
  }
}
.p-home--method:before {
  top: 0;
}
.p-home--method:after {
  bottom: 0;
}
.p-home--method__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding: calc(100vw * 90 / 750) calc(100vw * 30 / 750);
}
@media (min-width: 600px) {
  .p-home--method__inner {
    display: flex;
    justify-content: space-between;
    padding: calc(100vw * 75 / 1440) calc(100vw * 40 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--method__inner {
    padding: 75px 40px;
  }
}
.p-home--method__left {
  box-sizing: border-box;
  padding-bottom: calc(100vw * 80 / 750);
}
@media (min-width: 600px) {
  .p-home--method__left {
    padding-bottom: 0;
    padding-left: calc(100vw * 70 / 1440);
    width: calc(100vw * 500 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--method__left {
    padding-left: 70px;
    width: 500px;
  }
}
@media (min-width: 600px) {
  .p-home--method__right {
    width: calc(100vw * 740 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--method__right {
    width: 740px;
  }
}
.p-home--method__content {
  padding-left: calc(100vw * 30 / 750);
  padding-right: calc(100vw * 30 / 750);
}
@media (min-width: 600px) {
  .p-home--method__content {
    padding-left: calc(100vw * 10 / 1440);
    padding-right: 0;
  }
}
@media (min-width: 1440px) {
  .p-home--method__content {
    padding-left: 10px;
  }
}
.p-home--method__visual {
  position: relative;
  height: calc(100vw * 420 / 750);
}
@media (min-width: 600px) {
  .p-home--method__visual {
    height: calc(100vw * 452 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--method__visual {
    height: 452px;
  }
}
.p-home--method__visual__item {
  position: absolute;
}
.p-home--method__visual__item--1 {
  top: 0;
  left: 50%;
  width: calc(100vw * 690 / 750);
  translate: -50%;
}
@media (min-width: 600px) {
  .p-home--method__visual__item--1 {
    width: calc(100vw * 740 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--method__visual__item--1 {
    width: 740px;
  }
}
.p-home--method__visual__item--2 {
  bottom: calc(-100vw * 40 / 750);
  right: calc(-100vw * 44 / 750);
  width: calc(100vw * 268 / 750);
}
@media (min-width: 600px) {
  .p-home--method__visual__item--2 {
    bottom: calc(-100vw * 30 / 1440);
    right: calc(-100vw * 37 / 1440);
    width: calc(100vw * 275 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--method__visual__item--2 {
    bottom: -30px;
    right: -37px;
    width: 275px;
  }
}

.p-home--package {
  position: relative;
  padding-bottom: calc(100vw * 130 / 750);
}
@media (min-width: 600px) {
  .p-home--package {
    padding-bottom: calc(100vw * 100 / 750);
  }
}
@media (min-width: 1440px) {
  .p-home--package {
    padding-bottom: 100px;
  }
}
.p-home--package:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: calc(100% - 100vw * 130 / 750);
  background-color: #fff;
}
@media (min-width: 600px) {
  .p-home--package:before {
    height: calc(100% - 100vw * 247 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--package:before {
    height: calc(100% - 247px);
  }
}
.p-home--package:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: calc(100vw * 130 / 750);
  background-image: url("../../assets/images/common/bg-wave-white-top-02-sp.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 100%;
}
@media (min-width: 600px) {
  .p-home--package:after {
    height: calc(100vw * 247 / 1440);
    background-image: url("../../assets/images/common/bg-wave-white-top-02.png");
  }
}
@media (min-width: 1440px) {
  .p-home--package:after {
    height: 247px;
  }
}
.p-home--package__inner {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}
@media (min-width: 600px) {
  .p-home--package__inner {
    padding-top: calc(100vw * 40 / 1440);
    padding-left: calc(100vw * 40 / 1440);
    padding-right: calc(100vw * 40 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--package__inner {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 600px) {
  .p-home--package__video {
    overflow: hidden;
    border-radius: calc(100vw * 60 / 1440) calc(100vw * 60 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--package__video {
    border-radius: 60px 60px;
  }
}
.p-home--package__content {
  position: relative;
  padding: calc(100vw * 70 / 750) calc(100vw * 50 / 750) calc(100vw * 40 / 750);
}
@media (min-width: 600px) {
  .p-home--package__content {
    display: flex;
    justify-content: space-between;
    padding: calc(100vw * 80 / 1440) calc(100vw * 250 / 1440) 0;
  }
}
@media (min-width: 1440px) {
  .p-home--package__content {
    padding: 80px 250px 0;
  }
}
@media (min-width: 600px) {
  .p-home--package__content .c-box-story {
    width: calc(100vw * 590 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--package__content .c-box-story {
    width: 590px;
  }
}
.p-home--package__content .c-box-story__copy {
  width: calc(100vw * 540 / 750);
  letter-spacing: -0.08em;
  margin-left: -4px;
}
@media (min-width: 600px) {
  .p-home--package__content .c-box-story__copy {
    width: auto;
  }
}
@media (min-width: 600px) {
  .p-home--package__visual {
    position: relative;
    width: calc(100vw * 220 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--package__visual {
    width: 220px;
  }
}
.p-home--package__visual__item {
  position: absolute;
}
.p-home--package__visual__item--1 {
  top: calc(100vw * 40 / 750);
  right: calc(100vw * 60 / 750);
  width: calc(100vw * 80 / 750);
}
@media (min-width: 600px) {
  .p-home--package__visual__item--1 {
    top: calc(-100vw * 220 / 1440);
    right: calc(-100vw * 16 / 1440);
    width: calc(100vw * 200 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--package__visual__item--1 {
    top: -220px;
    right: -16px;
    width: 200px;
  }
}

.p-home--lineup {
  position: relative;
  padding-bottom: calc(100vw * 130 / 750);
}
@media (min-width: 600px) {
  .p-home--lineup {
    padding-bottom: calc(100vw * 115 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--lineup {
    padding-bottom: 115px;
  }
}
.p-home--lineup:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100vw * 130 / 750);
  background-image: url("../../assets/images/common/bg-wave-green-bottom-sp.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 100%;
}
@media (min-width: 600px) {
  .p-home--lineup:before {
    height: calc(100vw * 250 / 1440);
    background-image: url("../../assets/images/common/bg-wave-green-bottom-sp.png");
  }
}
@media (min-width: 1440px) {
  .p-home--lineup:before {
    height: 250px;
  }
}
.p-home--lineup__inner {
  position: relative;
  z-index: 2;
  padding: calc(100vw * 90 / 750) calc(100vw * 30 / 750) 0;
}
@media (min-width: 600px) {
  .p-home--lineup__inner {
    display: flex;
    justify-content: right;
    align-items: stretch;
    padding: calc(100vw * 30 / 1440) 0 0 calc(100vw * 120 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--lineup__inner {
    padding: 30px 0 0 120px;
  }
}
.p-home--lineup__left {
  box-sizing: border-box;
  padding-left: calc(100vw * 20 / 750);
  padding-right: calc(100vw * 20 / 750);
}
@media (min-width: 600px) {
  .p-home--lineup__left {
    position: absolute;
    top: 0;
    right: calc(50% + 100vw * 280 / 1440);
    display: table;
    padding-left: 0;
    padding-right: 0;
    width: calc(100vw * 330 / 1440);
    height: 100%;
  }
}
@media (min-width: 1440px) {
  .p-home--lineup__left {
    right: calc(50% + 280px);
    width: 330px;
  }
}
@media (min-width: 600px) {
  .p-home--lineup__left .c-box-story {
    display: table-cell;
    vertical-align: middle;
  }
}
.p-home--lineup__left .c-box-story__inner {
  padding-left: calc(100vw * 10 / 750);
  padding-right: calc(100vw * 10 / 750);
}
@media (min-width: 600px) {
  .p-home--lineup__left .c-box-story__inner {
    padding-left: calc(100vw * 10 / 1440);
    padding-right: calc(100vw * 10 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--lineup__left .c-box-story__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.p-home--lineup__right {
  padding-top: calc(100vw * 60 / 750);
  padding-bottom: calc(100vw * 38 / 750);
}
@media (min-width: 600px) {
  .p-home--lineup__right {
    padding-top: 0;
    padding-bottom: 0;
    width: 64.583%;
  }
}
@media (min-width: 1440px) {
  .p-home--lineup__right {
    width: 65.277%;
  }
}
.p-home--info {
  position: relative;
  background-color: #00b44f;
  padding-bottom: calc(100vw * 130 / 750);
}
@media (min-width: 600px) {
  .p-home--info {
    padding-bottom: calc(100vw * 247 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--info {
    padding-bottom: 247px;
  }
}
.p-home--info:before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: calc(100vw * 130 / 750);
  background-image: url("../../assets/images/common/bg-wave-green-top-sp.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 100%;
  z-index: 2;
}
@media (min-width: 600px) {
  .p-home--info:before {
    height: calc(100vw * 247 / 1440);
    background-image: url("../../assets/images/common/bg-wave-green-top.png");
  }
}
@media (min-width: 1440px) {
  .p-home--info:before {
    height: 247px;
  }
}
.p-home--info:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100vw * 130 / 750);
  background-color: #fff;
  z-index: 1;
}
@media (min-width: 600px) {
  .p-home--info:after {
    height: calc(100vw * 247 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--info:after {
    height: 247px;
  }
}
.p-home--info__inner {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-bottom: calc(100vw * 35 / 750);
}
@media (min-width: 600px) {
  .p-home--info__inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-bottom: 0;
    padding-left: calc(100vw * 40 / 1440);
    padding-right: calc(100vw * 40 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--info__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.p-home--info__left {
  padding: calc(100vw * 80 / 750) calc(100vw * 50 / 750) calc(100vw * 50 / 750);
}
@media (min-width: 600px) {
  .p-home--info__left {
    padding: calc(100vw * 108 / 1440) calc(100vw * 70 / 1440) 0 0;
    width: calc(100vw * 470 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--info__left {
    padding-top: 108px;
    padding-right: 70px;
    width: 470px;
  }
}
@media (min-width: 600px) {
  .p-home--info__right {
    width: calc(100vw * 740 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--info__right {
    width: 740px;
  }
}
.p-home--info__products {
  overflow: hidden;
}
.p-home--info__visual {
  position: relative;
}
@media (min-width: 600px) {
  .p-home--info__visual__item {
    position: absolute;
  }
}
@media (min-width: 600px) {
  .p-home--info__visual__item--1 {
    top: calc(-100vw * 43 / 1440);
    left: calc(100vw * 20 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--info__visual__item--1 {
    top: -43px;
    left: 20px;
  }
}
@media (min-width: 600px) {
  .p-home--info__visual__item--2 {
    top: calc(-100vw * 73 / 1440);
    right: 0;
  }
}
@media (min-width: 1440px) {
  .p-home--info__visual__item--2 {
    top: -73px;
  }
}
@media (min-width: 600px) {
  .p-home--info__visual__item--3 {
    top: calc(100vw * 386 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--info__visual__item--3 {
    top: 386px;
  }
}

.p-home--more {
  position: relative;
  background-color: #fff;
}
.p-home--more__inner {
  margin-left: auto;
  margin-right: auto;
  padding-top: calc(100vw * 70 / 750);
  padding-bottom: calc(100vw * 64 / 750);
  max-width: 1440px;
}
@media (min-width: 600px) {
  .p-home--more__inner {
    display: flex;
    justify-content: space-between;
    padding: 0 calc(100vw * 180 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--more__inner {
    padding: 0 180px;
  }
}
.p-home--more__left {
  padding-bottom: calc(100vw * 45 / 750);
}
@media (min-width: 600px) {
  .p-home--more__left {
    padding-bottom: calc(100vw * 80 / 1440);
    width: calc(100vw * 540 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--more__left {
    padding-bottom: 80px;
    width: 540px;
  }
}
@media (min-width: 600px) {
  .p-home--more__right {
    position: relative;
    width: calc(100vw * 480 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--more__right {
    width: 480px;
  }
}
.p-home--more__content {
  padding-left: calc(100vw * 50 / 750);
  padding-right: calc(100vw * 50 / 750);
}
@media (min-width: 600px) {
  .p-home--more__content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 600px) {
  .p-home--more__visual__item {
    position: absolute;
  }
}
@media (min-width: 600px) {
  .p-home--more__visual__item--1 {
    bottom: 0;
    left: 0;
    width: calc(100vw * 276 / 1440);
    height: calc(100vw * 484 / 1440);
    z-index: 3;
  }
}
@media (min-width: 1440px) {
  .p-home--more__visual__item--1 {
    width: 276px;
    height: 484px;
  }
}
.p-home--more__visual__fixed-bottom {
  position: absolute;
}
@media (min-width: 600px) {
  .p-home--more__visual__fixed-bottom {
    bottom: calc(100vw * 323 / 1440);
    left: calc(50% + 100vw * 245 / 1440);
    width: calc(100vw * 276 / 1440);
    height: calc(100vw * 484 / 1440);
  }
}
@media (min-width: 1440px) {
  .p-home--more__visual__fixed-bottom {
    bottom: 323px;
    left: calc(50% + 245px);
    width: 276px;
    height: 484px;
  }
}

/* ==========================================================================
   Utility
** ========================================================================== */
.animation {
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.animation:hover {
  background-color: #F00;
}

.animset {
  -webkit-animation: anim 1.5s ease-in-out infinite alternate;
  -o-animation: anim 1.5s ease-in-out infinite alternate;
  -ms-animation: anim 1.5s ease-in-out infinite alternate;
  -moz-animation: anim 1.5s ease-in-out infinite alternate;
  animation: anim 1.5s ease-in-out infinite alternate;
}

.anim-item {
  transition: all 0.4s ease;
}

.anim-item-box .anim-slidein {
  opacity: 0;
  transform: translateY(calc(100vw * 50 / 750));
}
@media (min-width: 600px) {
  .anim-item-box .anim-slidein {
    transform: translateY(calc(100vw * 50 / 1440));
  }
}
@media (min-width: 1440px) {
  .anim-item-box .anim-slidein {
    transform: translateY(50px);
  }
}
.anim-item-box .anim-slidein:nth-of-type(1) {
  transition-delay: 0s;
}
.anim-item-box .anim-slidein:nth-of-type(2) {
  transition-delay: 0.2s;
}
.anim-item-box .anim-slidein:nth-of-type(3) {
  transition-delay: 0.4s;
}
.anim-item-box .anim-slidein:nth-of-type(4) {
  transition-delay: 0.6s;
}
.anim-item-box .anim-slidein:nth-of-type(5) {
  transition-delay: 0.8s;
}
.anim-item-box.is-active .anim-slidein {
  opacity: 1;
  transform: translateY(0);
}

.anim-updown {
  -webkit-animation: anim-updown 1.8s ease-in-out infinite alternate;
  -o-animation: anim-updown 1.8s ease-in-out infinite alternate;
  -ms-animation: anim-updown 1.8s ease-in-out infinite alternate;
  -moz-animation: anim-updown 1.8s ease-in-out infinite alternate;
  animation: anim-updown 1.8s ease-in-out infinite alternate;
}

@-webkit-keyframes anim {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}
@-moz-keyframes anim {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}
@keyframes anim {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
@keyframes anim-updown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
/************************************************

 Single property

************************************************/
.set-nowrap {
  white-space: nowrap;
}

.set-pos-rel {
  position: relative;
}

.set-pos-abs {
  position: absolute;
}

.set-hide {
  display: none;
}

.set-disp-cell {
  display: table-cell;
}

.set-disp-ib {
  display: inline-block;
}

.set-valign-m {
  vertical-align: middle;
}

.set-float-l {
  float: left;
}

.set-float-r {
  float: right;
}

.set-valign-m {
  vertical-align: middle;
}

.set-valign-t {
  vertical-align: top;
}

.set-valign-b {
  vertical-align: bottom;
}

.set-align-c {
  text-align: center;
}

.set-align-r {
  text-align: right;
}

.set-align-l {
  text-align: left;
}

.bold {
  font-weight: bold;
}
.set-mb-small {
  margin-bottom: calc(100vw * 20 / 750);
}
@media (min-width: 600px) {
  .set-mb-small {
    margin-bottom: calc(100vw * 20 / 1440);
  }
}
@media (min-width: 1440px) {
  .set-mb-small {
    margin-bottom: 20px;
  }
}

.set-mb-medium {
  margin-bottom: calc(100vw * 70 / 750);
}
@media (min-width: 600px) {
  .set-mb-medium {
    margin-bottom: calc(100vw * 70 / 1440);
  }
}
@media (min-width: 1440px) {
  .set-mb-medium {
    margin-bottom: 70px;
  }
}

.u-letter-space--number {
  letter-spacing: 0.1em;
}
/*# sourceMappingURL=sourcemaps/style.css.map */