@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, figure, figcaption {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

* {
  box-sizing: border-box;
}

img {
  margin: 0;
  padding: 0;
  height: auto;
  border-style: none;
  vertical-align: bottom;
  border: none;
}

p {
  word-break: break-all;
  word-wrap: break-word;
}

strong {
  font-weight: bold;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

:root {
  --space-micro: 8px;
  --space-xxs: 16px;
  --space-xs: 24px;
  --space-s: 32px;
  --space-m: 40px;
  --space-l: 80px;
  --space-xl: 120px;
  --inner-width: 1120px;
  --inner-padding: 2%;
  --inner-small: calc(100% * (1000px / var(--inner-width)));
  --font-size-body: 1.8rem;
  --font-size-heading: 4.0rem;
  --font-size-h3: 2.4rem;
  --font-size-cta: 3.2rem;
  --font-size-cta-en: 1.6rem;
  --font-size-button: 2.0rem;
  --opacity-hover: 0.7;
  --radius-xs: 4px;
  --radius-s: 8px;
  --radius-m: 16px;
  --radius-l: 24px;
  --radius-xl: 32px;
  --radius-xxl: 40px;
  --radius-full: 50%;
  --case-shadow: 0px 0px 12px 0px rgba(139, 152, 163, 0.22);
  --intro-grad: linear-gradient(to bottom, #94a0aa, rgba(148, 160, 170, 0));
  --purpose-grad: radial-gradient(circle at 90% -5%, #21415b 0%, #303e4c 35%, #303e4c 100%);
  --cta-grad: linear-gradient(to left, #94a0aa, #d1cbbf, #94a0aa);
}
@media screen and (max-width: 1160px) {
  :root {
    --font-size-cta: 2.8rem;
    --font-size-heading: 3.6rem;
  }
}
@media screen and (max-width: 1020px) {
  :root {
    --space-micro: 8px;
    --space-xxs: 16px;
    --space-xs: 24px;
    --space-s: 32px;
    --space-m: 40px;
    --space-l: 80px;
    --space-xl: 120px;
  }
}
@media screen and (max-width: 890px) {
  :root {
    --font-size-h3: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --space-micro: 4px;
    --space-xxs: 8px;
    --space-xs: 16px;
    --space-s: 24px;
    --space-m: 32px;
    --space-l: 56px;
    --space-xl: 64px;
    --font-size-body: 1.6rem;
    --font-size-heading: 3.0rem;
    --font-size-h3: 2.0rem;
    --font-size-cta: 2.6rem;
    --font-size-button: 1.8rem;
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "Meiryo", "Helvetica Neue", Arial, "MS Pゴシック", sans-serif;
  color: #1A1A1A;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}

a:link {
  color: inherit;
  transition: 0.3s all;
}
a:visited {
  color: inherit;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 890px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

img {
  width: 100%;
}

.l-inner {
  width: 100%;
  max-width: var(--inner-width);
  margin-inline: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1160px) {
  .l-inner {
    padding-inline: var(--inner-padding);
  }
}
@media screen and (max-width:490px) {
  .l-inner {
    padding-inline: 3%;
  }
}

.l-inner__s {
  width: min(832px, var(--inner-small));
  margin-inline: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .l-inner__s {
    width: 90vw;
  }
}

.section-heading {
  text-align: center;
  margin-bottom: var(--space-m);
  font-size: var(--font-size-heading);
  font-weight: 700;
  line-height: 1.2;
  color: #0d1821;
}

.pagetop {
  position: relative;
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .pagetop {
    display: none;
  }
}
.pagetop a {
  background: #303e4c;
  border: 1px solid #ccaa7d;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
}
.pagetop a::before {
  content: "";
  background: #ccaa7d;
  width: 16px;
  height: 12px;
  clip-path: polygon(0% 100%, 100% 100%, 50% 0%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.pagetop a:hover {
  opacity: var(--opacity-hover);
}

.highlight {
  background: #ffe576;
  padding: 0px 2px 1px 3px;
}

.underline {
  text-decoration: underline;
  text-decoration-thickness: 0.4em;
  text-decoration-color: #ffe576;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.spacer {
  margin-left: var(--space-micro);
}

@media screen and (max-width: 768px) {
  .sp_br::before {
    content: "\a";
    white-space: pre;
  }
}

.pc_br::before {
  content: "\a";
  white-space: pre;
}
@media screen and (max-width: 768px) {
  .pc_br::before {
    content: none;
  }
}

.big {
  font-size: 1.3em;
  font-weight: 700;
}

.small {
  font-size: 0.8em;
}

.accent {
  color: #db1f00;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 890px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.header {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .header {
    text-align: center;
  }
}
.header .header__logo img {
  width: min(250px, 40vw);
}

footer {
  background: #2d383f;
  padding: var(--space-xs);
}
footer.-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer.-fixed {
    position: static;
  }
}

.f__wrapper {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
@media screen and (max-width: 768px) {
  .f__wrapper {
    flex-direction: column;
    row-gap: 16px;
  }
}

.footer__box {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  gap: var(--space-xxs) var(--space-xs);
}
@media screen and (max-width:490px) {
  .footer__box {
    flex-direction: column;
  }
}
.footer__box a {
  color: #e6e6e6;
}
.footer__box a::after {
  content: "";
  display: inline-block;
  background: url("../../assets/img/f_link_icon.svg") no-repeat center/contain;
  width: 10px;
  height: 9px;
  margin: 0px 0px 2px 4px;
}
.footer__box a:hover {
  opacity: var(--opacity-hover);
}
.footer__box a.pdf__link::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/f_pdf_icon.svg") no-repeat center/contain;
  width: 20px;
  height: 24px;
  margin: 0px 6px -3px 0px;
}

.footer-copy {
  color: #e6e6e6;
  font-size: 1.2rem;
  position: relative;
  z-index: 1;
}

.-button {
  padding: var(--space-xs) var(--space-xs);
  border-radius: 50px;
  font-size: var(--font-size-button);
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  background: #f76f00;
}
.-button::after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 5px;
  height: 8px;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  margin: 0px 0px 3px 8px;
}
.-button:hover {
  opacity: var(--opacity-hover);
}
.-button, .-button:visited, .-button:link {
  color: #fff;
}

.cta {
  position: relative;
  background: var(--cta-grad);
  padding: 64px var(--space-xs);
  overflow: hidden;
}
.cta::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/cta_bg@2x.webp") no-repeat center right/cover;
  max-width: 1008px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.cta .cta__wrapper {
  position: relative;
  z-index: 1;
}
.cta .cta__heading {
  text-align: center;
  color: #0d1821;
  margin-bottom: var(--space-xs);
}
.cta .cta__heading .ja {
  font-size: var(--font-size-cta);
  font-weight: 700;
  display: block;
}
.cta .cta__heading .en {
  font-size: var(--font-size-cta-en);
  display: block;
  font-family: "Baskervville", serif;
}
@media screen and (max-width:490px) {
  .cta .cta__heading {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 890px) {
  .cta .cta__heading .tab_br::before {
    content: "\a";
    white-space: pre;
  }
}
.cta .button__wrapper {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  gap: var(--space-xs) var(--space-xs);
}
@media screen and (max-width: 890px) {
  .cta .button__wrapper {
    flex-direction: column;
    align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    width: min(500px, 80vw);
    text-align: center;
    margin-inline: auto;
  }
}

.fix {
  position: fixed;
  width: 30%;
  right: 0;
  z-index: 999;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s;
}

.fix.is-active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.hero-wrapper {
  background: #2d383f url("../../assets/img/mainbg@2x.webp") no-repeat right top/cover;
  overflow: hidden;
  padding: 0px 40px;
  height: 100svh;
  height: 1183px;
}
@media print, screen and (max-width: 1500px) {
  .hero-wrapper {
    height: 893px;
  }
}
@media print, screen and (max-width: 1220px) {
  .hero-wrapper {
    height: 720px;
  }
}
@media screen and (max-width: 1160px) {
  .hero-wrapper {
    background: #2d383f url("../../assets/img/mainbg-tab@2x.webp") no-repeat right top/cover;
    height: 990px;
  }
}
@media screen and (max-width: 768px) {
  .hero-wrapper {
    background: #2d383f url("../../assets/img/mainbg-sp@2x.webp") no-repeat right top/cover;
    height: 1180px;
  }
}
@media screen and (max-width:490px) {
  .hero-wrapper {
    height: 920px;
    padding: 0px 3%;
  }
}
@media print, screen and (max-width: 370px) {
  .hero-wrapper {
    height: 810px;
  }
}

.mv .mv__img {
  padding-top: 150px;
}
@media screen and (max-width: 1160px) {
  .mv .mv__img {
    padding-top: 110px;
  }
}
@media screen and (max-width: 890px) {
  .mv .mv__img {
    padding-top: 90px;
  }
}
@media screen and (max-width:490px) {
  .mv .mv__img {
    padding-top: 40px;
  }
}
.mv .mv__img img {
  max-width: 800px;
}
@media print, screen and (max-width: 1650px) {
  .mv .mv__img img {
    max-width: 650px;
  }
}
@media print, screen and (max-width: 1500px) {
  .mv .mv__img img {
    max-width: 580px;
  }
}
@media print, screen and (max-width: 1220px) {
  .mv .mv__img img {
    max-width: 460px;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv__img img {
    max-width: 510px;
  }
}
.mv .main_lead {
  padding: 100px 0px 0px 10px;
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
}
@media print, screen and (max-width: 1500px) {
  .mv .main_lead {
    font-size: 1.8rem;
  }
}
@media print, screen and (max-width: 1220px) {
  .mv .main_lead {
    padding: 60px 0px 0px 10px;
  }
}
@media screen and (max-width: 768px) {
  .mv .main_lead {
    padding: 30px 0px 0px 10px;
  }
}
@media screen and (max-width:490px) {
  .mv .main_lead {
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 1500px) {
  .mv .main_lead .br_point::before {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (max-width:490px) {
  .mv .main_lead .xs_br::before {
    content: "\a";
    white-space: pre;
  }
}

.intro {
  position: relative;
}
.intro::before {
  content: "";
  background: var(--intro-grad);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 460px;
  z-index: -1;
}
.intro .section-heading-img {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  margin-bottom: var(--space-m);
  background: url("../../assets/img/intro_title_pc.svg") no-repeat center/100%;
  max-width: 667px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .intro .section-heading-img {
    background: url("../../assets/img/intro_title_sp.svg") no-repeat center/100%;
    max-width: 370px;
    height: 120px;
  }
}
.intro .intro_issues__wrapper {
  background: url("../../assets/img/intro_check_bg.webp") repeat;
  padding: var(--space-m);
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.intro .intro_issues__wrapper .issues__list .list-item {
  font-weight: 700;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
@media screen and (max-width: 768px) {
  .intro .intro_issues__wrapper .issues__list .list-item {
    line-height: 1.5;
  }
}
.intro .intro_issues__wrapper .issues__list .list-item:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .intro .intro_issues__wrapper .issues__list .list-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.intro .intro_issues__wrapper .issues__list .list-item::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/intro_check.svg") no-repeat center/contain;
  width: 17px;
  height: 15px;
  margin-right: 8px;
}

.solution {
  position: relative;
  padding: var(--space-l) 0;
}
.solution .solution__box {
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
@media screen and (max-width: 890px) {
  .solution .solution__box {
    flex-direction: column;
  }
}
.solution .solution__box .solution__text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .solution .solution__box .solution__text {
    width: 80vw;
  }
}
.solution .solution__box .solution__text .solution_title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  line-height: 1.8;
  margin-bottom: 50px;
  color: #009356;
}
@media screen and (max-width: 768px) {
  .solution .solution__box .solution__text .solution_title {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:490px) {
  .solution .solution__box .solution__text .solution_title {
    font-size: 2.2rem;
  }
}
.solution .solution__box .solution__text .link__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  row-gap: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .solution .solution__box .solution__text .link__wrapper {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-right: 20px;
  }
}
.solution .solution__box .solution__text .link__wrapper .solution__link {
  background: #f76f00;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  font-weight: 700;
  color: #fff;
  padding: 16px;
}
@media screen and (max-width:490px) {
  .solution .solution__box .solution__text .link__wrapper .solution__link {
    padding: 16px 32px 16px 16px;
  }
}
.solution .solution__box .solution__text .link__wrapper .solution__link:hover {
  opacity: var(--opacity-hover);
}
.solution .solution__box .solution__text .link__wrapper .solution__link::after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 5px;
  height: 8px;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  margin: 0px 0px 3px 8px;
}
@media screen and (max-width:490px) {
  .solution .solution__box .solution__text .link__wrapper .solution__link .xs_br::before {
    content: "\a";
    white-space: pre;
  }
}
.solution .solution__box .solution__img {
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  right: 3%;
  max-width: 720px;
  width: 50vw;
  z-index: -1;
}
@media screen and (max-width: 890px) {
  .solution .solution__box .solution__img {
    position: static;
    transform: translateY(0px);
    margin-top: 30px;
    width: 80vw;
  }
}

.reason {
  margin-top: var(--space-xs);
}
.reason .reason__box {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
@media screen and (max-width: 890px) {
  .reason .reason__box {
    flex-direction: column;
  }
}
.reason .reason__box {
  gap: var(--space-xs) var(--space-m);
}
.reason .reason__box:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 890px) {
  .reason .reason__box:nth-child(odd) {
    flex-direction: column;
  }
}
.reason .reason__box:not(:last-child) {
  margin-bottom: 48px;
}
@media screen and (max-width: 890px) {
  .reason .reason__box:not(:last-child) {
    margin-bottom: 56px;
  }
}
.reason .reason__box img {
  width: min(480px, 80vw);
}
.reason .reason__box .text__box {
  position: relative;
}
@media screen and (max-width: 890px) {
  .reason .reason__box .text__box {
    width: min(600px, 80vw);
  }
}
.reason .reason__box .text__box .reason__title {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.5;
  margin-bottom: var(--space-s);
}
@media screen and (max-width: 890px) {
  .reason .reason__box .text__box .reason__title {
    margin-bottom: 16px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width:490px) {
  .reason .reason__box .text__box .reason__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1020px) {
  .reason .reason__box .text__box .reason__title .br::before {
    content: "\a";
    white-space: pre;
  }
}

.support {
  margin-top: var(--space-xl);
}
.support .section-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  color: #009356;
  margin-bottom: var(--space-xxs);
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .support .section-heading {
    font-size: 3.4rem;
    padding: 0px 3%;
  }
}
.support .support__lead {
  text-align: center;
  margin-bottom: var(--space-m);
}
@media screen and (max-width: 768px) {
  .support .support__lead {
    padding: 0px 3%;
  }
}
.support .support__wrapper {
  display: flex;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
@media screen and (max-width: 768px) {
  .support .support__wrapper {
    flex-direction: column;
  }
}
.support .support__wrapper .support__box {
  width: 50%;
  padding: var(--space-l) var(--space-xs) 250px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .support .support__wrapper .support__box {
    width: 100%;
    padding-bottom: 180px;
  }
}
.support .support__wrapper .support__box .support__title {
  font-size: var(--font-size-h3);
  color: #ffe576;
  font-weight: 700;
  text-align: center;
  margin-bottom: var(--space-m);
  line-height: 1.4;
}
.support .support__wrapper .support__box .icon__wrapper {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  gap: var(--space-s) 8px;
  margin-bottom: var(--space-s);
}
@media screen and (max-width: 890px) {
  .support .support__wrapper .support__box .icon__wrapper {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    max-width: 400px;
    margin: 0 auto var(--space-s);
  }
}
@media screen and (max-width: 768px) {
  .support .support__wrapper .support__box .icon__wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width:490px) {
  .support .support__wrapper .support__box .icon__wrapper {
    max-width: 300px;
  }
}
.support .support__wrapper .support__box .icon__wrapper img {
  width: 80px;
  height: auto;
}
.support .support__wrapper .support__box .text {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  max-width: 640px;
  margin-inline: auto;
}
@media screen and (max-width: 1160px) {
  .support .support__wrapper .support__box .text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .support .support__wrapper .support__box .text {
    font-size: 1.6rem;
  }
}
.support .support__wrapper .lifestyle_box::after,
.support .support__wrapper .industrial_box::after {
  content: "";
  display: inline-block;
  max-width: 662px;
  width: 100%;
  height: 156px;
  position: absolute;
  bottom: 0px;
}
.support .support__wrapper .lifestyle_box {
  background: #09301e url("../../assets/img/lifestyle_bg@2x.webp") no-repeat center bottom/100% auto;
}
.support .support__wrapper .lifestyle_box::after {
  content: "";
  background: url("../../assets/img/lifestyle_typo.svg") no-repeat left bottom/contain;
  left: 0;
}
.support .support__wrapper .industrial_box {
  background: #061b30 url("../../assets/img/industrial_bg@2x.webp") no-repeat center bottom/100% auto;
}
.support .support__wrapper .industrial_box::after {
  content: "";
  background: url("../../assets/img/industrial_typo.svg") no-repeat right bottom/contain;
  right: 0;
}

.purpose {
  padding: var(--space-xl) 0px;
}
.purpose .purpose__lead {
  text-align: center;
  margin-bottom: var(--space-m);
}
@media screen and (max-width: 768px) {
  .purpose .purpose__lead {
    text-align: left;
  }
}
.purpose .purpose__wrapper {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: var(--space-m) var(--space-l);
}
.purpose .purpose__wrapper .purpose__box {
  max-width: 520px;
  width: 100%;
}
.purpose .purpose__wrapper .purpose__box .purpose__summary {
  background: var(--purpose-grad);
  padding: var(--space-xs);
  margin-bottom: var(--space-xxs);
}
.purpose .purpose__wrapper .purpose__box .purpose__summary .title__box {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-bottom: var(--space-xxs);
}
.purpose .purpose__wrapper .purpose__box .purpose__summary .title__box img {
  max-width: 50px;
}
.purpose .purpose__wrapper .purpose__box .purpose__summary .title__box .purpose__title {
  font-weight: 700;
  font-size: var(--font-size-h3);
  color: #fff;
}
.purpose .purpose__wrapper .purpose__box .purpose__summary .purpose__text {
  color: #fff;
}
.purpose .purpose__wrapper .purpose__box .purpose__tag {
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 8px;
}
.purpose .purpose__wrapper .purpose__box .purpose__tag .list-item {
  padding: 2px 4px;
  font-weight: 700;
  font-size: 1.6rem;
  background: #f2f2f2;
  color: #666666;
}

.flow {
  padding: var(--space-l) 0px;
  background: #dfe5ea url("../../assets/img/flow_bg@2x.webp") no-repeat center left/100% auto;
}
.flow .flow__lead {
  text-align: center;
  margin-bottom: var(--space-m);
}
.flow .flow__list .list-item {
  background: #fff;
  border-radius: var(--radius-s);
  padding: var(--space-xs) var(--space-xs);
}
@media screen and (max-width: 768px) {
  .flow .flow__list .list-item {
    padding-bottom: 80px;
  }
}
.flow .flow__list .list-item:not(:last-child) {
  margin-bottom: var(--space-xs);
}
.flow .flow__list .list-item .text__box {
  max-width: calc(100% - 185px);
}
@media screen and (max-width: 768px) {
  .flow .flow__list .list-item .text__box {
    max-width: 100%;
  }
}
.flow .flow__list .list-item .text__box .flow__title {
  font-weight: 700;
  color: #009356;
  margin-bottom: var(--space-micro);
  font-size: 2.2rem;
}
.flow .flow__list .list-item .link__wrapper {
  margin-top: 8px;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
@media screen and (max-width: 890px) {
  .flow .flow__list .list-item .link__wrapper {
    flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
  }
}
.flow .flow__list .list-item .link__wrapper .text__link {
  text-decoration: underline;
}
.flow .flow__list .list-item .link__wrapper .text__link:hover {
  opacity: var(--opacity-hover);
}
.flow .flow__list .list-item .link__wrapper .text__link:not(:last-child) {
  margin-right: var(--space-xxs);
}
.flow .flow__list .list-item .link__wrapper .text__link::after {
  content: "";
  display: inline-block;
  background: #1A1A1A;
  width: 5px;
  height: 8px;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  margin: 0px 0px 3px 8px;
}
.flow .flow__list .list-item.num01, .flow .flow__list .list-item.num02, .flow .flow__list .list-item.num03, .flow .flow__list .list-item.num04 {
  position: relative;
}
.flow .flow__list .list-item.num01::before, .flow .flow__list .list-item.num02::before, .flow .flow__list .list-item.num03::before, .flow .flow__list .list-item.num04::before {
  content: "";
  font-family: "Baskervville", serif;
  font-size: 5.2rem;
  color: #dfe5ea;
  letter-spacing: 0.3rem;
  position: absolute;
  right: 0;
  bottom: -11px;
}
.flow .flow__list .list-item.num01::before {
  content: "Step 01";
}
.flow .flow__list .list-item.num02::before {
  content: "Step 02";
}
.flow .flow__list .list-item.num03::before {
  content: "Step 03";
}
.flow .flow__list .list-item.num04::before {
  content: "Step 04";
}

.case {
  padding-top: var(--space-l);
}
.case .case__wrapper {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  gap: var(--space-m) var(--space-s);
}
@media screen and (max-width: 890px) {
  .case .case__wrapper {
    flex-direction: column;
  }
}
.case .case__wrapper .case__list {
  width: 33.3333333333%;
  box-shadow: var(--case-shadow);
  padding: var(--space-s) var(--space-xxs);
  border-radius: 8px;
  background: #fff;
}
@media screen and (max-width: 890px) {
  .case .case__wrapper .case__list {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: var(--space-s) var(--space-xs);
  }
}
.case .case__wrapper .case__list .occupation {
  background: #009356;
  padding: 2px 6px 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 4px;
}
.case .case__wrapper .case__list .case__title {
  color: #009356;
  line-height: 1.38;
  font-weight: 700;
  margin-bottom: var(--space-xs);
}
.case .case__wrapper .case__list .issues__title {
  font-weight: 700;
  color: #303e4c;
  margin-bottom: 5px;
}
.case .case__wrapper .case__list .issues__title::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/assignment-icon.svg") no-repeat center/contain;
  width: 21px;
  height: 24px;
  margin: 0px 5px -2px 0px;
}
.case .case__wrapper .case__list .issues__text {
  margin-bottom: var(--space-xs);
  padding-bottom: var(--space-xs);
  border-bottom: 1px solid #e6e6e6;
}
.case .case__wrapper .case__list .point__title {
  display: inline-block;
  line-height: 1.2;
  padding: 2px 14px 3px 8px;
  font-weight: 700;
  color: #fff;
  background: #303e4c;
  margin-bottom: 4px;
  clip-path: polygon(0% 0%, calc(100% - 10px) 0%, 100% 50%, calc(100% - 10px) 100%, 0% 100%);
}
.case .case__wrapper .case__list .point__list {
  margin-bottom: var(--space-xxs);
}
.case .case__wrapper .case__list .point__list .list-item {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.case .case__wrapper .case__list .point__list .list-item::before {
  content: "";
  display: inline-block;
  background: #1A1A1A;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  margin: 0px 6px 6px 0px;
}
.case .case__wrapper .case__list .point__text {
  margin-bottom: var(--space-xs);
  padding-bottom: var(--space-xs);
  border-bottom: 1px solid #e6e6e6;
}
.case .case__wrapper .case__list .voice__title {
  font-weight: 700;
  margin-bottom: var(--space-micro);
}
.case .case__wrapper .case__list .voice__title::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/voice_icon.svg") no-repeat center/contain;
  width: 25px;
  height: 23px;
  margin: 0px 5px -4px 0px;
}
.case .case__wrapper .case__list .link__wrapper {
  text-align: center;
}
.case .case__wrapper .case__list .detail__link {
  text-align: center;
  display: inline-block;
  padding: 4px var(--space-micro);
  background: #e6e6e6;
  font-weight: 700;
  margin-top: var(--space-s);
  font-size: 1.6rem;
}
.case .case__wrapper .case__list .detail__link::after {
  content: "";
  display: inline-block;
  background: url("../../assets/img/link_icon_black.svg") no-repeat center/contain;
  width: 10px;
  height: 9px;
  margin: 0px 0px 2px 2px;
}

.faq {
  padding: var(--space-l) 0px;
}
.faq .faq__list .faq__q {
  background: #303e4c;
  border-radius: var(--radius-s);
  padding: var(--space-xxs) 16px;
  color: #fff;
  font-weight: 700;
  padding-left: 2.4em;
  text-indent: -1.6em;
}
.faq .faq__list .faq__q::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/faq_icon.svg") no-repeat center/contain;
  width: 19px;
  height: 27px;
  margin: 0px 8px -5px 0px;
}
.faq .faq__list .faq__a {
  padding: var(--space-xxs) var(--space-xxs) 0px;
  margin-bottom: var(--space-s);
}

.info {
  padding: var(--space-l) 0px var(--space-xl);
}
.info .info__table {
  width: 100%;
  margin-bottom: var(--space-m);
  border-top: 1px solid #d1dae0;
  border-right: 1px solid #d1dae0;
}
.info .info__table th,
.info .info__table td {
  border-bottom: 1px solid #d1dae0;
  border-left: 1px solid #d1dae0;
  padding: var(--space-xxs);
}
@media screen and (max-width: 768px) {
  .info .info__table th,
  .info .info__table td {
    display: block;
  }
}
.info .info__table .info__title {
  width: 30%;
  font-weight: 700;
  background: #e7edf2;
}
@media screen and (max-width: 768px) {
  .info .info__table .info__title {
    width: 100%;
  }
}
.info .info__table .info__text .info_list .list-item {
  padding-left: 0.7em;
  text-indent: -0.7em;
}
.info .info__table .info__text .info_list .list-item::before {
  content: "";
  display: inline-block;
  background: #1A1A1A;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  margin: 0px 8px 5px 0px;
}
.info .link__wrapper {
  max-width: 560px;
  width: 100%;
  margin-inline: auto;
}
.info .info__link {
  background: #009356;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  padding: var(--space-xxs);
  font-weight: 700;
  font-size: var(--font-size-button);
}
.info .info__link:hover {
  opacity: var(--opacity-hover);
}
.info .info__link .info__link-cta::after {
  content: "";
  display: inline-block;
  background: url("../../assets/img/link_icon_white.svg") no-repeat center/contain;
  width: 10px;
  height: 9px;
  margin: 0px 0px 2px 4px;
}/*# sourceMappingURL=style.css.map */