@charset "UTF-8";
/* normalize.scss */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

img {
  vertical-align: top; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/*a:focus {
    outline: thin dotted;
}*/
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/*a:active,
a:hover {
    outline: 0;
}*/
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1.0em;
  font-weight: normal;
  margin: 0;
  padding: 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 0;
  padding: 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
ul,
ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  margin: 0;
  padding: 0; }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */ }

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   hr
   ========================================================================== */
hr {
  visibility: hidden; }

/* ==========================================================================
   hr
   ========================================================================== */
a {
  outline: none; }

a, a:link {
  outline: none; }

a:visited {
  outline: none; }

/* module.scss */
* {
  margin: 0;
  padding: 0; }

:root {
  --element-x: 0px;
  --window-width: 0px;
  --difference: calc(var(--window-width) - var(--element-x)); }

html {
  font-kerning: normal;
  font-optical-sizing: auto;
  font-variant-east-asian: proportional-width jis04;
  font-feature-settings: "palt" 1, "kern" 1;
  letter-spacing: 0.02em;
  font-size: calc(100vw / 40);
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
  height: 100%; }
  @media screen and (min-width: 500px) {
    html {
      font-size: 62.5%; } }
  @media screen and (min-width: 769px) {
    html {
      font-size: 62.5%;
      scroll-padding-top: 90px; } }

picture,
figure {
  display: flex;
  justify-content: center;
  align-items: center; }

.wf-loading {
  opacity: 0; }

body {
  color: #171717;
  font-family: "Yu Gothic","游ゴシック",YuGothic,"Noto Sans JP",sans-serif;
  font-size: 1.6rem;
  line-height: 1.625;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  background: #fff;
  opacity: 0;
  text-align: justify;
  letter-spacing: 0.03em;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  transition: opacity 0.2s ease-in-out;
  overflow-x: hidden; }

@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none !important; } }
@media screen and (min-width: 769px) {
  .u-sp-only {
    display: none !important; } }
a {
  color: #171717;
  transition: .2s;
  text-decoration: none; }
  a:hover {
    opacity: .8; }

#container {
  width: 100%;
  margin: -6.4rem auto 0;
  position: relative;
  background: #F6F2ED;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    #container {
      margin: 0 auto; } }

#screen {
  position: relative; }

.title__heading {
  margin-bottom: 5.5rem;
  position: relative; }
  @media screen and (min-width: 769px) {
    .title__heading {
      margin-bottom: 8.2rem; } }
  .title__heading::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2.3rem;
    margin: auto;
    z-index: 2;
    background: #52783E;
    width: 5rem;
    height: .15rem; }
    @media screen and (min-width: 769px) {
      .title__heading::after {
        width: 7rem;
        height: .2rem;
        bottom: -2.3rem; } }

.title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.title__en {
  font-family: 'Average';
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.5rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #52783E;
  display: block; }
  @media screen and (min-width: 769px) {
    .title__en {
      font-size: 2rem;
      line-height: 3.5rem;
      margin-bottom: .6rem; } }

.title__ja {
  font-weight: 500;
  font-size: 2rem;
  line-height: 3.2rem;
  text-align: center;
  color: #52783E;
  display: block; }
  @media screen and (min-width: 769px) {
    .title__ja {
      font-size: 3.5rem;
      line-height: 5.6rem; } }

.btn {
  display: flex;
  justify-content: center;
  align-items: center; }

.btn-link {
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #171717;
  width: 27rem;
  padding: .8rem 0 .6rem;
  border-radius: 4rem;
  border: solid 1px #171717;
  box-sizing: border-box; }
  @media screen and (min-width: 769px) {
    .btn-link {
      font-size: 2rem;
      line-height: 3.2rem;
      width: 40rem;
      height: 6rem;
      border-radius: 6rem; } }

/* header.scss */
.header {
  position: relative;
  top: 0;
  z-index: 90;
  width: 100%;
  height: 6.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem 0 2rem;
  box-sizing: border-box; }
  @media screen and (min-width: 800px) {
    .header {
      position: fixed;
      height: 9rem;
      padding: 0 2rem 0 3rem; }
      .header::after {
        position: absolute;
        content: "";
        z-index: -1;
        inset: 0;
        background: #F6F2ED;
        transform: translateY(-120%);
        transition: transform 0.3s ease;
        pointer-events: none; }
      .header.active .header__logo {
        color: #171717; }
      .header.active::after {
        transform: translateY(0); } }

.header__logo {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    .header__logo {
      font-size: 2rem; } }

.header__logo--ja {
  font-size: 1.5rem;
  line-height: 2.8rem; }
  @media screen and (min-width: 769px) {
    .header__logo--ja {
      font-size: 2rem;
      line-height: 3.2rem; } }

.header__logo--en {
  font-size: 1.1rem;
  line-height: 2rem;
  margin-top: -.5rem; }
  @media screen and (min-width: 769px) {
    .header__logo--en {
      font-size: 1.3rem;
      line-height: 2.1rem;
      margin-top: -.5rem; } }

.header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem; }

.header__nav-company {
  box-sizing: border-box;
  width: 16.1rem;
  height: 3.2rem;
  background: #DF624C;
  border: 1px solid #FFFFFF;
  border-radius: 8.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.6rem;
  color: #FFFFFF;
  padding: 0 2rem;
  position: relative; }
  @media screen and (min-width: 769px) {
    .header__nav-company {
      width: 24rem;
      height: 5rem;
      border-radius: 8.2rem;
      font-size: 1.6rem;
      line-height: 2.6rem; } }
  .header__nav-company::after {
    content: "";
    position: absolute;
    top: 0;
    right: 1.2rem;
    bottom: 0;
    margin: auto;
    z-index: 2;
    background: url("../images/common/icon_link.svg") no-repeat;
    background-size: contain;
    width: 1.3rem;
    height: 1.3rem; }
    @media screen and (min-width: 769px) {
      .header__nav-company::after {
        width: 1.7rem;
        height: 1.7rem;
        right: 1.5rem; } }

.header__nav-contact {
  box-sizing: border-box;
  width: 240px;
  height: 50px;
  background: #A48418;
  border: 1px solid #FFFFFF;
  border-radius: 82px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  padding: 0 2rem;
  position: relative; }
  @media screen and (max-width: 768px) {
    .header__nav-contact {
      position: fixed;
      justify-content: center;
      z-index: 99;
      bottom: 1rem;
      left: 0;
      right: 0;
      width: calc(100% - 3rem);
      max-width: 38rem;
      margin: auto; } }
  .header__nav-contact::after {
    content: "";
    position: absolute;
    top: 0;
    right: 1.5rem;
    bottom: 0;
    margin: auto;
    z-index: 2;
    background: url("../images/common/icon_arrow-down.svg") no-repeat;
    background-size: contain;
    width: 2.4rem;
    height: 2.4rem; }

.footer {
  background: #171717;
  color: #fff;
  padding: 3rem 0 7rem; }
  @media screen and (min-width: 769px) {
    .footer {
      padding: 4rem 0 2.5rem; } }

.footer__inner {
  width: calc(100% - 2rem);
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 769px) {
    .footer__inner {
      max-width: 1140px; } }

.footer__nav {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 1rem; }
  @media screen and (min-width: 769px) {
    .footer__nav {
      grid-template-columns: repeat(2, 1fr);
      margin-bottom: 4rem;
      grid-row-gap: 2rem; } }
  @media screen and (min-width: 1140px) {
    .footer__nav {
      grid-template-columns: repeat(4, 1fr);
      margin-bottom: 4rem; } }

@media screen and (max-width: 768px) {
  .footer__sp-inline {
    display: inline-block; } }
.footer__nav-list {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: 1.8rem; }
  @media screen and (min-width: 769px) {
    .footer__nav-list {
      margin-bottom: 0;
      font-size: 1.3rem;
      line-height: 2rem; } }

.footer__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    .footer__bottom {
      align-items: flex-end; } }

.footer__copy {
  font-size: 1.1rem;
  line-height: 1.8rem;
  text-align: right; }

.footer__policy {
  font-size: 1.1rem;
  line-height: 1.8rem;
  margin-bottom: 1rem;
  text-align: right;
  text-decoration-line: underline;
  color: #FFFFFF; }
  .footer__policy:hover {
    text-decoration: none; }

.mv {
  position: relative;
  width: 100%;
  height: 216.75vw; }
  @media screen and (min-width: 769px) {
    .mv {
      aspect-ratio: 1400 / 787;
      height: auto;
      min-height: 867px; } }

.mv__inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 22.5vw;
  width: calc(100% - 5vw);
  max-width: 1140px;
  margin: auto;
  z-index: 2;
  box-sizing: border-box; }
  @media screen and (min-width: 769px) {
    .mv__inner {
      top: 20.6rem;
      width: calc(100% - 2rem); } }

.mv__top {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  left: 5vw;
  margin-bottom: 73.75vw; }
  @media screen and (min-width: 769px) {
    .mv__top {
      left: 2rem;
      margin-bottom: 5.5rem;
      height: 100%; } }

.mv__top-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #FFFFFF;
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: 10vw;
  line-height: 15vw;
  letter-spacing: 0.1em;
  gap: 2vw;
  margin-bottom: 2.5vw; }
  @media screen and (min-width: 769px) {
    .mv__top-title {
      font-size: 6rem;
      line-height: 6rem;
      letter-spacing: 0.1em;
      gap: 1rem;
      margin-bottom: 3.5rem; } }

.mv__top-times {
  position: relative;
  top: 1vw;
  width: 7.5vw;
  height: auto; }
  @media screen and (min-width: 769px) {
    .mv__top-times {
      top: .4rem;
      width: 4.5rem;
      margin-right: 1rem; } }
  .mv__top-times img {
    width: 100%;
    height: auto; }

.mv__top-text {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: 5vw;
  line-height: 8.5vw;
  letter-spacing: 0.1em;
  color: #FFFFFF; }
  @media screen and (min-width: 769px) {
    .mv__top-text {
      font-size: 3rem;
      line-height: 6rem;
      letter-spacing: 0.1em; } }

.mv__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column-reverse; }
  @media screen and (min-width: 769px) {
    .mv__bottom {
      flex-direction: row; } }

.mv__bottom-text {
  font-family: "Average";
  font-weight: 400;
  font-size: 4vw;
  line-height: 5.5vw;
  text-align: right;
  letter-spacing: 0.1em;
  margin-bottom: 7.5vw;
  color: #EDD9AD;
  position: relative; }
  @media screen and (min-width: 769px) {
    .mv__bottom-text {
      font-size: 2rem;
      line-height: 3rem;
      left: 10.5rem;
      top: 1rem;
      margin-bottom: 0; } }

.mv__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  max-width: 185vw;
  width: 100%; }
  @media screen and (min-width: 769px) {
    .mv__list {
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 2rem;
      grid-row-gap: 0;
      max-width: 74rem; } }

.mv__item {
  width: 100%;
  height: 17vw;
  border-radius: 1.25vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/common/mv__cycle-sp.svg") no-repeat #fff;
  background-size: contain;
  font-weight: 500;
  font-size: 4.25vw;
  line-height: 6.25vw;
  text-align: center;
  color: #A48418; }
  @media screen and (min-width: 769px) {
    .mv__item {
      width: 17rem;
      height: 17rem;
      border-radius: 17rem;
      font-size: 2.4rem;
      line-height: 3.5rem;
      background: url("../images/common/mv__cycle-pc.svg") no-repeat;
      background-size: contain; } }

.mv__image {
  position: absolute; }
  @media screen and (max-width: 768px) {
    .mv__image {
      inset: 0;
      margin: auto; } }
  @media screen and (min-width: 769px) {
    .mv__image {
      left: 0;
      top: 0; } }
  .mv__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top; }

@media screen and (min-width: 769px) {
  .mv {
    --mv-unit: min(0.7142857143vw, 13.7142857143px);
    width: 100%;
    min-height: 0; }

  .mv__inner {
    top: calc(var(--mv-unit) * 20.6);
    width: calc(100% - var(--mv-unit) * 3);
    max-width: calc(var(--mv-unit) * 114); }

  .mv__top {
    margin-bottom: calc(var(--mv-unit) * 5.5); }

  .mv__top-title {
    font-size: calc(var(--mv-unit) * 6);
    line-height: calc(var(--mv-unit) * 6);
    gap: var(--mv-unit);
    margin-bottom: calc(var(--mv-unit) * 3.5); }

  .mv__top-times {
    top: calc(var(--mv-unit) * 0.4);
    width: calc(var(--mv-unit) * 4.5);
    margin-right: var(--mv-unit); }

  .mv__top-text {
    font-size: calc(var(--mv-unit) * 3);
    line-height: calc(var(--mv-unit) * 6);
    text-shadow: 0 0 calc(var(--mv-unit) * 0.994) #BA3800; }

  .mv__bottom-text {
    font-size: calc(var(--mv-unit) * 2);
    line-height: calc(var(--mv-unit) * 3);
    left: calc(var(--mv-unit) * 10.5);
    top: var(--mv-unit); }

  .mv__list {
    grid-column-gap: calc(var(--mv-unit) * 2);
    max-width: calc(var(--mv-unit) * 74); }

  .mv__item {
    width: calc(var(--mv-unit) * 17);
    height: calc(var(--mv-unit) * 17);
    border-radius: 50%;
    font-size: calc(var(--mv-unit) * 2.4);
    line-height: calc(var(--mv-unit) * 3.5); } }
.intro {
  background: #F2EEE7;
  padding: 4.2rem 1rem 11.2rem;
  box-sizing: border-box; }
  @media screen and (min-width: 769px) {
    .intro {
      padding: 8.5rem 0 14rem; } }

.title__heading-intro {
  margin-bottom: 7rem; }
  @media screen and (min-width: 769px) {
    .title__heading-intro {
      margin-bottom: 8.2rem; } }

.intro__inner {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (min-width: 769px) {
    .intro__inner {
      max-width: 1140px; } }

.intro__layout-image img {
  width: auto;
  height: 17.9rem;
  mix-blend-mode: multiply; }
  @media screen and (min-width: 769px) {
    .intro__layout-image img {
      height: 19.5rem; } }

.intro__layout-image--left {
  position: absolute;
  left: -1.5rem;
  top: -3rem; }
  @media screen and (min-width: 769px) {
    .intro__layout-image--left {
      left: -8.2rem;
      top: -4rem; } }

.intro__layout-image--right {
  position: absolute;
  right: -1.5rem;
  top: -3.25rem; }
  @media screen and (min-width: 769px) {
    .intro__layout-image--right {
      right: -8.8rem;
      top: -5rem; } }
  .intro__layout-image--right img {
    width: auto;
    height: 17.9rem; }
    @media screen and (min-width: 769px) {
      .intro__layout-image--right img {
        height: 22.4rem; } }

.intro__layout-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem; }
  @media screen and (min-width: 769px) {
    .intro__layout-list {
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 1.6rem;
      grid-row-gap: 1.6rem;
      max-width: 75.5rem;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 1180px) {
    .intro__layout-list {
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 1.6rem;
      grid-row-gap: 2.5rem;
      max-width: initial; } }

.intro__layout-list__item {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
  min-height: 6rem;
  box-sizing: border-box;
  position: relative;
  z-index: 2; }
  @media screen and (min-width: 769px) {
    .intro__layout-list__item {
      font-size: 2rem;
      min-height: 7rem; } }

.cta__block {
  position: relative;
  background: url("../images/common/bg01_pc.png") repeat;
  padding: 6rem 0 4rem; }
  @media screen and (min-width: 769px) {
    .cta__block {
      padding: 6rem 0; } }
  .cta__block::after {
    content: "";
    margin: auto;
    position: absolute;
    width: 100%;
    height: 4.2rem;
    left: 0;
    right: 0;
    top: -1px;
    background-color: #F2EEE7;
    clip-path: polygon(0 0, 100% 0, 100% 14%, 54% 100%); }
    @media screen and (min-width: 769px) {
      .cta__block::after {
        height: 11rem; } }

.cta__illust {
  position: relative;
  z-index: 2;
  margin-top: -14rem;
  margin-bottom: 2rem; }
  @media screen and (min-width: 769px) {
    .cta__illust {
      left: 1rem;
      margin-bottom: 2.4rem; } }
  .cta__illust img {
    width: 100%;
    max-width: 33.3rem;
    height: auto; }
    @media screen and (min-width: 769px) {
      .cta__illust img {
        max-width: 62.2rem; } }

.title__heading.title__heading-cta::after {
  background: #fff; }
.title__heading.title__heading-cta .title__en,
.title__heading.title__heading-cta .title__ja {
  color: #fff; }

.cta__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%; }
  @media screen and (min-width: 900px) {
    .cta__btn {
      flex-direction: row;
      gap: 4rem; } }

.cta__btn-body {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff;
  width: calc(100% - 2rem);
  max-width: 38rem;
  height: 8rem; }
  @media screen and (min-width: 769px) {
    .cta__btn-body {
      width: 44rem;
      height: 10rem;
      max-width: initial; } }
  .cta__btn-body::after {
    content: "";
    position: absolute;
    top: 0;
    right: 1.5rem;
    bottom: 0;
    margin: auto;
    z-index: 2;
    background: url("../images/common/icon_arrow-right.svg") no-repeat;
    background-size: contain;
    width: 2.4rem;
    height: 2.4rem; }
    @media screen and (min-width: 769px) {
      .cta__btn-body::after {
        right: 3rem; } }

.cta__tel-icon {
  position: absolute;
  left: 2rem;
  top: 0;
  bottom: 0;
  margin: auto; }
  @media screen and (min-width: 769px) {
    .cta__tel-icon {
      left: 3rem; } }
  .cta__tel-icon img {
    width: 3.3rem;
    height: auto; }

.cta__tel-item {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .cta__tel-item {
      font-size: 30px;
      line-height: 48px; } }
  .cta__tel-item small {
    display: block;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center; }
    @media screen and (min-width: 769px) {
      .cta__tel-item small {
        font-size: 14px;
        line-height: 22px; } }

.cta__mail-icon {
  left: 2.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute; }
  @media screen and (min-width: 769px) {
    .cta__mail-icon {
      left: 3rem; } }
  .cta__mail-icon img {
    width: 2.1rem;
    height: auto; }

.cta__mail-item {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.9rem;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .cta__mail-item {
      font-size: 2erm;
      line-height: 3.2rem; } }

.features {
  padding: 5.2rem 0 3rem; }
  @media screen and (min-width: 769px) {
    .features {
      padding: 14rem 0 10.2rem; } }

@media screen and (max-width: 768px) {
  .title__heading.title__heading-features {
    margin-bottom: 7rem; } }

.features__card {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 769px) {
    .features__card {
      max-width: 1140px; } }

.features__item {
  gap: 6rem;
  margin-bottom: 7rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    .features__item {
      flex-direction: row;
      gap: 3rem;
      margin-bottom: 5rem; } }
  @media screen and (min-width: 1180px) {
    .features__item {
      gap: 6rem; } }

.features__image {
  width: min(70vw, 350px);
  margin-left: auto; }
  @media screen and (min-width: 769px) {
    .features__image {
      width: 40rem;
      margin-left: initial; } }
  @media screen and (min-width: 980px) {
    .features__image {
      width: 45.2rem; } }
  .features__image img {
    width: 100%;
    height: auto; }

.features__layout {
  flex: 1; }
  @media screen and (max-width: 768px) {
    .features__layout {
      margin-top: -9.9rem;
      padding: 0 3.25rem 0 3.5rem;
      width: 37rem;
      box-sizing: border-box;
      background: #F6F2ED; } }
  @media screen and (min-width: 769px) {
    .features__layout {
      margin-top: 4.6rem;
      padding-right: 1rem;
      box-sizing: border-box; } }
  @media screen and (min-width: 1180px) {
    .features__layout {
      padding-right: 0; } }

.features__number {
  position: relative;
  font-family: 'Average';
  font-weight: 400;
  font-size: 5rem;
  line-height: 3.5rem;
  margin-bottom: 3.4rem;
  margin-top: -4rem;
  top: -1rem;
  left: -1.5rem;
  color: #52783E; }
  @media screen and (min-width: 769px) {
    .features__number {
      font-size: 6rem;
      top: initial;
      left: initial;
      margin-bottom: 5rem; } }

.features__line {
  position: absolute;
  top: -.3rem;
  left: 4rem;
  width: 3.8rem;
  height: 6.3rem; }
  @media screen and (min-width: 769px) {
    .features__line {
      left: 4.7rem;
      width: 4.6rem;
      height: 7.6rem; } }

.features__item-title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #52783E;
  margin-bottom: 1.8rem; }
  @media screen and (min-width: 769px) {
    .features__item-title {
      font-size: 3rem;
      line-height: 4.8rem;
      margin-bottom: 1rem; } }

.features__item-text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-bottom: 3.75rem; }
  @media screen and (min-width: 769px) {
    .features__item-text {
      font-size: 1.8rem;
      line-height: 3.5rem;
      margin-bottom: 5rem; } }

@media screen and (max-width: 768px) {
  .features__item.features__item--second .features__item-text {
    margin-bottom: 4.5rem; }
  .features__item.features__item--second .features__note {
    padding: 1.5rem 2rem 1.4rem; } }

@media screen and (max-width: 768px) {
  .features__item.features__item--fourth .features__item-text {
    margin-bottom: 4.8rem; }
  .features__item.features__item--fourth .features__note {
    padding: 1.5rem 2rem .7rem; } }

.features__note {
  background: #fff;
  padding: 2.25rem 2rem 2.5rem 3rem;
  box-sizing: border-box;
  color: #DF624C; }
  @media screen and (max-width: 768px) {
    .features__note {
      width: 49rem;
      position: relative;
      left: -2.5rem;
      padding: 1.5rem 2rem .7rem; } }
  @media screen and (max-width: 500px) {
    .features__note {
      width: 38rem; } }

.features__note-text {
  font-size: 1.6rem; }
  @media screen and (min-width: 769px) {
    .features__note-text {
      font-size: 1.8rem; } }

.features__note-title {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 3.5rem;
  padding-left: 4rem;
  margin-bottom: .25rem;
  color: #DF624C;
  position: relative;
  box-sizing: border-box; }
  @media screen and (min-width: 769px) {
    .features__note-title {
      font-size: 2.5rem;
      line-height: 3.5rem;
      margin-bottom: 1rem;
      padding-left: 5rem; } }
  .features__note-title::before {
    content: "";
    background: url("../images/common/icon_mark.svg") no-repeat;
    background-size: contain;
    width: 2.9rem;
    height: 2.2rem;
    position: absolute;
    left: 0;
    top: .4rem; }
    @media screen and (min-width: 769px) {
      .features__note-title::before {
        width: 3.7rem;
        height: 2.8rem;
        left: 0;
        top: .3rem; } }

.features__note-list {
  margin-bottom: 1rem;
  margin-left: 1rem; }
  @media screen and (min-width: 769px) {
    .features__note-list {
      margin-bottom: 0; } }
  .features__note-list li {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.5rem;
    color: #DF624C; }
    @media screen and (min-width: 769px) {
      .features__note-list li {
        font-size: 1.8rem;
        line-height: 3rem; } }
    .features__note-list li small {
      font-size: 1.3rem;
      display: block;
      margin-bottom: -1rem; }

@media screen and (max-width: 768px) {
  .title__heading.title__heading-product {
    margin-bottom: 7.2rem; } }

.product {
  padding: 4.2rem 0 5rem;
  background: #fff; }
  @media screen and (min-width: 769px) {
    .product {
      padding: 7rem 0 8rem; } }

.product__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  margin-bottom: 3.75rem;
  width: calc(100% - 2rem);
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 769px) {
    .product__list {
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 2rem;
      grid-row-gap: 3rem;
      margin-bottom: 7rem;
      max-width: 1140px; } }
  @media screen and (min-width: 1140px) {
    .product__list {
      grid-column-gap: 4rem; } }

.product__item {
  position: relative; }
  @media screen and (max-width: 768px) {
    .product__item {
      width: 28rem;
      margin-bottom: 2.5rem;
      margin-left: auto;
      margin-right: auto; } }

.product__image img {
  width: 100%;
  height: auto; }

.product__content {
  position: relative;
  z-index: 2;
  margin-top: -7.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    .product__content {
      margin-top: -8.04vw; } }
  @media screen and (min-width: 1180px) {
    .product__content {
      margin-top: -9rem; } }

.product__text {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: center;
  color: #FFFFFF; }
  @media screen and (min-width: 769px) {
    .product__text {
      font-size: 2.23vw;
      line-height: 3.57vw; } }
  @media screen and (min-width: 1180px) {
    .product__text {
      font-size: 2.5rem;
      line-height: 4rem; } }

.product__text--en {
  font-family: 'Average';
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.8rem;
  display: block; }
  @media screen and (min-width: 769px) {
    .product__text--en {
      font-size: 1.61vw;
      line-height: 1.96vw; } }
  @media screen and (min-width: 1180px) {
    .product__text--en {
      font-size: 1.8rem;
      line-height: 2.2rem; } }

@media screen and (max-width: 768px) {
  .title__heading.title__heading-works {
    margin-bottom: 6rem; } }

.works {
  padding: 7.5rem 0 0; }
  @media screen and (min-width: 769px) {
    .works {
      padding: 14rem 0 6rem; } }

.works__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  width: calc(100% - 2rem);
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 769px) {
    .works__list {
      max-width: 1140px;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 2rem;
      grid-row-gap: 4rem; } }
  @media screen and (min-width: 1140px) {
    .works__list {
      grid-column-gap: 4rem; } }

.works__item {
  background: #FFFFFF;
  box-shadow: 0px 0px 3rem rgba(212, 212, 212, 0.5);
  box-sizing: border-box;
  padding: 1rem 1rem 1.5rem 1rem; }

.works__image {
  margin-bottom: .2rem; }
  .works__image img {
    width: 100%;
    height: auto; }

.works__row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: solid 1px #BDBDBD;
  padding: .75rem 0 .7rem; }
  .works__row:last-of-type {
    border-bottom: solid 0 #BDBDBD; }

.works__term {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.6rem;
  min-width: 7rem; }

.works__desc {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.5rem;
  flex: 1; }
  @media screen and (min-width: 769px) {
    .works__desc {
      line-height: 2.6rem; } }

.title__heading-flow {
  margin-bottom: 6rem; }
  @media screen and (min-width: 769px) {
    .title__heading-flow {
      margin-bottom: 10.8rem; } }
  .title__heading-flow::after {
    bottom: -2rem; }
    @media screen and (min-width: 769px) {
      .title__heading-flow::after {
        bottom: -2.8rem; } }

.flow {
  padding: 9.5rem 0 9.2rem; }
  @media screen and (min-width: 769px) {
    .flow {
      padding: 8rem 0 14rem; } }

.flow__card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  width: calc(100% - 2rem);
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 769px) {
    .flow__card {
      max-width: 1140px;
      grid-template-columns: repeat(5, 1fr);
      grid-column-gap: 1.7rem;
      grid-row-gap: 2rem; } }

.flow__item {
  background: #fff;
  padding: 2rem 2rem 4.5rem;
  box-sizing: border-box;
  border-top: solid 0.5rem #52783E;
  position: relative; }
  @media screen and (max-width: 768px) {
    .flow__item {
      padding: 1.25rem 1.5rem 1.5rem;
      min-height: 26.8rem; }
      .flow__item:nth-of-type(even)::after {
        content: none; } }
  .flow__item::after {
    content: "";
    position: absolute;
    top: 0;
    right: -2rem;
    bottom: 0;
    margin: auto;
    z-index: 2;
    background: url("../images/common/icon_flow-arrow.svg") no-repeat;
    background-size: contain;
    width: .8rem;
    height: 1.3rem; }
    @media screen and (min-width: 769px) {
      .flow__item::after {
        right: -1.3rem; } }
  .flow__item:last-of-type::after {
    content: none; }

.flow__number {
  font-family: 'Average';
  font-weight: 400;
  font-size: 3rem;
  line-height: 3.6rem;
  text-align: center;
  margin-bottom: .4rem;
  color: #52783E; }

.flow__icon {
  margin-bottom: .5rem; }
  .flow__icon img {
    width: auto;
    height: 6rem; }
    @media screen and (min-width: 769px) {
      .flow__icon img {
        height: 8rem; } }

.flow__item-title {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: .6rem;
  text-align: center;
  color: #52783E; }
  @media screen and (min-width: 769px) {
    .flow__item-title {
      font-size: 2rem;
      line-height: 3.2rem;
      margin-bottom: 1.5rem; } }

.flow__item-text {
  font-size: 1.6rem;
  line-height: 2.3rem;
  text-align: justify; }
  @media screen and (min-width: 769px) {
    .flow__item-text {
      line-height: 2.6rem; } }

.facility {
  width: 100%;
  max-width: 50rem;
  margin-bottom: 10rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 769px) {
    .facility {
      max-width: 1140px;
      margin-bottom: 15rem; } }

@media screen and (max-width: 768px) {
  .title__heading.title__heading-facility {
    margin-bottom: 6rem; } }

.facility__layout {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 5.8rem; }
  @media screen and (min-width: 769px) {
    .facility__layout {
      flex-direction: row;
      justify-content: space-between;
      gap: 4rem;
      margin-bottom: 6rem;
      padding: 0 1rem;
      box-sizing: border-box; } }
  @media screen and (min-width: 1140px) {
    .facility__layout {
      padding: 0;
      gap: 6rem; } }

.facility__layout-image {
  width: min(70vw, 350px);
  margin-left: auto; }
  @media screen and (min-width: 769px) {
    .facility__layout-image {
      width: 45.2rem; } }
  .facility__layout-image img {
    width: 100%;
    height: auto; }

.facility__heading {
  flex: 1; }
  @media screen and (max-width: 768px) {
    .facility__heading {
      padding: 3rem 3.5rem 0 3.5rem;
      margin-top: -4rem;
      width: 37rem;
      box-sizing: border-box;
      background: #F6F2ED; } }
  @media screen and (min-width: 769px) {
    .facility__heading {
      margin-top: 5rem; } }

.facility__heading-title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 769px) {
    .facility__heading-title {
      font-size: 3rem;
      line-height: 4.8rem;
      margin-bottom: 1rem; } }

.facility__heading-text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.5rem; }
  @media screen and (min-width: 769px) {
    .facility__heading-text {
      font-size: 1.8rem;
      line-height: 3.5rem; } }

.facility__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 769px) {
    .facility__list {
      width: 100%;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 4rem;
      grid-row-gap: 4rem; } }

.facility__image {
  width: 100%; }
  .facility__image img {
    width: 100%;
    height: auto; }

.faq {
  width: calc(100% - 2rem);
  max-width: 50rem;
  margin-bottom: 7.7rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 769px) {
    .faq {
      max-width: 1140px;
      margin-bottom: 15rem; } }

.faq__inner {
  background: #fff;
  padding: 4.2rem 1rem 4rem;
  box-sizing: border-box; }
  @media screen and (min-width: 769px) {
    .faq__inner {
      padding: 7rem 1rem 6rem; } }

.faq__heading {
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 769px) {
    .faq__heading {
      margin-bottom: 6.2rem; } }

.faq__list {
  width: calc(100% - 2rem);
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 769px) {
    .faq__list {
      max-width: 94.4rem; } }

.faq__row {
  border-bottom: solid 0.1rem #828282;
  padding-bottom: 1.3rem;
  margin-bottom: 1.3rem; }
  @media screen and (min-width: 769px) {
    .faq__row {
      padding-bottom: 1.1rem;
      margin-bottom: 2rem; } }

.faq__term {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-bottom: .7rem;
  color: #52783E;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  @media screen and (min-width: 769px) {
    .faq__term {
      font-size: 1.8rem;
      margin-bottom: .7rem; } }
  .faq__term::before {
    content: "Q";
    position: relative;
    left: 0;
    top: 0;
    font-size: 1.6rem;
    margin-right: .5rem;
    min-width: 2rem;
    display: block;
    font-family: 'Average';
    font-weight: 400; }
    @media screen and (min-width: 769px) {
      .faq__term::before {
        font-size: 2rem; } }

.faq__desc {
  padding-right: 1.4rem;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.5rem; }
  @media screen and (min-width: 769px) {
    .faq__desc {
      font-size: 1.8rem;
      line-height: 3.5rem; } }
  .faq__desc::before {
    content: "A";
    position: relative;
    left: 0;
    top: 0;
    font-size: 1.6rem;
    margin-right: .5rem;
    min-width: 2rem;
    display: block;
    font-family: 'Average';
    font-weight: 400; }
    @media screen and (min-width: 769px) {
      .faq__desc::before {
        font-size: 2rem; } }

.corprate {
  margin-bottom: 8rem; }
  @media screen and (min-width: 769px) {
    .corprate {
      margin-bottom: 15rem; } }

.corprate__link {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 2rem);
  max-width: 38rem;
  height: 13.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #DF624C;
  color: #fff; }
  @media screen and (min-width: 769px) {
    .corprate__link {
      max-width: initial;
      width: 55rem;
      height: 19.4rem; } }

.corprate__image {
  width: 13.4rem; }
  @media screen and (min-width: 769px) {
    .corprate__image {
      width: 19.4rem; } }
  .corprate__image img {
    width: 100%;
    height: auto; }

.corprate__heading {
  width: calc(100% - 13.4rem);
  height: 100%;
  padding: 1.8rem 2rem;
  box-sizing: border-box;
  position: relative; }
  @media screen and (min-width: 769px) {
    .corprate__heading {
      width: calc(100% - 19.4rem);
      padding: 3.8rem 4rem; } }
  .corprate__heading::after {
    content: "";
    position: absolute;
    right: 1.9rem;
    bottom: 1.8rem;
    margin: auto;
    z-index: 2;
    background: url("../images/common/icon_link.svg") no-repeat;
    background-size: contain;
    width: 1.7rem;
    height: 1.7rem; }
    @media screen and (min-width: 769px) {
      .corprate__heading::after {
        right: 1.9rem;
        bottom: 1.9rem; } }

.corprate__title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: -.7rem; }
  @media screen and (min-width: 769px) {
    .corprate__title {
      font-size: 2.3rem;
      line-height: 4rem;
      margin-bottom: -1rem; } }

.corprate__en {
  font-family: 'Average';
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 4rem; }
  @media screen and (min-width: 769px) {
    .corprate__en {
      font-size: 2rem; } }

.contact {
  position: relative;
  background: url("../images/common/bg01_pc.png") repeat;
  padding: 4.4rem 0 5rem;
  width: 100%;
  margin-bottom: 9rem;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 769px) {
    .contact {
      padding: 5rem 0 6rem;
      margin-bottom: 10rem; } }
  @media screen and (min-width: 900px) {
    .contact {
      width: calc(100% - 2rem); } }

.title__heading.title__heading-cta.title__heading-contact {
  margin-bottom: 7.5rem; }
  @media screen and (min-width: 769px) {
    .title__heading.title__heading-cta.title__heading-contact {
      margin-bottom: 7.6rem; } }

.contact__text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #FFFFFF;
  margin-block: -2rem 2rem;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .contact__text {
      font-size: 1.8rem;
      line-height: 2.9rem;
      margin-block: -2rem 4rem;
      text-align: left; } }

.contact__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  box-sizing: border-box; }
