@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
@media screen and (max-width: 1323px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1324 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 375px * 100vw);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  color: #333333;
  letter-spacing: 0.1em;
}

html,
body {
  height: 100dvh; /* iOSでの高さズレを防ぐ */
}

main {
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

picture {
  vertical-align: middle;
}

a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
  color: inherit;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.6;
    -webkit-filter: brightness(90%);
            filter: brightness(90%);
  }
}
@media (hover: none) {
  a:hover {
    opacity: 1;
    -webkit-filter: none;
            filter: none;
    cursor: default;
  }
}

button {
  cursor: pointer;
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

h1,
h2,
h3,
h4,
p,
a {
  color: #333333;
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

input,
textarea,
select {
  font: inherit;
}

.u-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

.btn {
  padding: 0.625rem 3rem;
  background: #ffc325;
  -webkit-box-shadow: 0rem 0.375rem 1.25rem 0rem #ffc325;
          box-shadow: 0rem 0.375rem 1.25rem 0rem #ffc325;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  border-radius: 100vmax;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 0.625rem 1.0125rem;
    -webkit-box-shadow: 0rem 0.1875rem 0.625rem 0rem #ffc325;
            box-shadow: 0rem 0.1875rem 0.625rem 0rem #ffc325;
    font-size: 0.75rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
}

.section__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .section__heading {
    gap: 1.5rem;
  }
}

.heading__en {
  color: #00712f;
  font-weight: 700;
  line-height: 1.8;
  text-transform: uppercase;
  letter-spacing: 0.004em;
  margin-top: -0.25rem;
}

.section__headings img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.0625rem;
  margin-bottom: 1.25rem;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .section__headings img {
    margin-bottom: 1.375rem;
  }
}

.heading__ja {
  color: #00712f;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.0001em;
}
@media screen and (max-width: 767px) {
  .heading__ja {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.heading__ja--2 {
  letter-spacing: 0.0001em;
  color: #00712f;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .heading__ja--2 {
    font-size: 2rem;
    margin-top: 2rem;
  }
}

.heading__ja-g {
  color: #b9b9b9;
  letter-spacing: 0.0001em;
}

.heading__text {
  margin-top: 1.1875rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.0001em;
}
@media screen and (max-width: 767px) {
  .heading__text {
    font-size: 1.125rem;
    margin-top: 1.875rem;
  }
}

.heading__description {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.01em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .heading__description {
    font-size: 1rem;
    letter-spacing: 0.06em;
  }
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.5rem;
  padding-inline: 5rem;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .header {
    height: 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding-inline: 1rem;
    height: 3.75rem;
  }
}

.header__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 1.75rem;
}
@media screen and (max-width: 1200px) {
  .header__inner {
    padding-block: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    grid-template-columns: 92px 1fr;
    padding-block: 0.75rem;
  }
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .header__wrap {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.header__logo {
  width: 184px;
  height: 62px;
}
@media screen and (max-width: 1100px) {
  .header__logo {
    width: 120px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 92px;
    height: 31px;
  }
}

.header__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.008em;
}
@media screen and (max-width: 1000px) {
  .header__text {
    display: none;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .header__nav {
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }
}

@media screen and (max-width: 370px) {
  .header__cv-btn {
    -webkit-box-shadow: 0rem 0.125rem 0.3125rem 0rem #ffc325;
            box-shadow: 0rem 0.125rem 0.3125rem 0rem #ffc325;
    padding: 0.5rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
}

.header__contact-btn {
  background: #00712f;
  -webkit-box-shadow: 0rem 0.375rem 1.25rem 0rem #00712f;
          box-shadow: 0rem 0.375rem 1.25rem 0rem #00712f;
}
@media screen and (max-width: 767px) {
  .header__contact-btn {
    -webkit-box-shadow: 0rem 0.1875rem 0.625rem 0rem #00712f;
            box-shadow: 0rem 0.1875rem 0.625rem 0rem #00712f;
  }
}
@media screen and (max-width: 370px) {
  .header__contact-btn {
    -webkit-box-shadow: 0rem 0.125rem 0.3125rem 0rem #00712f;
            box-shadow: 0rem 0.125rem 0.3125rem 0rem #00712f;
    padding: 0.5rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
}

.fv {
  margin-top: 7.5rem;
  background: url("../../img/group39.webp") no-repeat center/cover;
  background-position: center calc(100% - 0.625rem);
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .fv {
    background: url("../../img/group40.webp") no-repeat bottom/cover;
    margin-top: 3.75rem;
    background-position: center calc(100% - 0.625rem);
  }
}

.fv__inner {
  max-width: 90rem;
  margin-inline: auto;
  padding-left: 3.6111111111vw;
  padding-top: 5.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.9375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fv__inner {
    padding-inline: 1rem;
    padding-top: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0rem;
  }
}

.fv__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  margin-left: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media screen and (max-width: 767px) {
  .fv__box {
    gap: 1.5rem;
    margin-left: 0rem;
  }
}

.fv__heading img {
  width: 32.5rem;
  height: 11rem;
}
@media screen and (max-width: 767px) {
  .fv__heading img {
    width: 15rem;
    height: 5.125rem;
  }
}

.fv__text {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  width: 111%;
  letter-spacing: 0.01em;
  margin-left: -1.875rem;
}
@media screen and (max-width: 767px) {
  .fv__text {
    font-size: 0.875rem;
    letter-spacing: 0.01em;
    margin-left: 0rem;
    width: 100%;
  }
}

.fv__word {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  width: 111%;
  letter-spacing: 0.0001em;
  margin-left: -2.5rem;
}
@media screen and (max-width: 767px) {
  .fv__word {
    font-size: 0.875rem;
    margin-left: -0.25rem;
    width: 100%;
  }
}

.fv__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .fv__btn {
    gap: 1.5rem;
  }
}

.fv__cv-btn {
  color: #333333;
  padding: 1.5rem 9.5rem;
  -webkit-box-shadow: 0rem 0.5rem 1.25rem 0rem rgba(0, 113, 47, 0.5);
          box-shadow: 0rem 0.5rem 1.25rem 0rem rgba(0, 113, 47, 0.5);
  margin-left: -0.75rem;
}
@media screen and (max-width: 767px) {
  .fv__cv-btn {
    margin-left: 0.25rem;
    padding: 1rem 2.25rem;
    font-size: 1.125rem;
    line-height: 1.8;
    letter-spacing: 0.0001em;
  }
}

.fv__top-btn {
  color: #00712f;
  border: 0.125rem solid #00712f;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0rem 0.5rem 1.25rem 0rem rgba(0, 113, 47, 0.5);
          box-shadow: 0rem 0.5rem 1.25rem 0rem rgba(0, 113, 47, 0.5);
  padding: 1.375rem 3.875rem;
  margin-left: -0.0625rem;
}
@media screen and (max-width: 767px) {
  .fv__top-btn {
    padding: 0.5625rem 1rem;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.0001em;
  }
}

.fv__img {
  margin: 0 auto;
  margin-left: 1.25rem;
  margin-top: -3.75rem;
}
.fv__img img {
  width: 59.125rem;
}
@media screen and (max-width: 767px) {
  .fv__img {
    margin-left: auto;
    margin-top: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fv__img img {
    width: 21.3125rem;
  }
}

.about {
  margin-top: 1.75rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .about {
    margin-top: 1.5rem;
    padding-bottom: 2.5rem;
  }
}

.about__inner {
  width: min(54.4375rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about__inner {
    width: 100vw;
    padding-inline: 1rem;
    gap: 1.5rem;
  }
}

.about__heading {
  margin-left: -0.625rem;
}
@media screen and (max-width: 767px) {
  .about__heading {
    margin-left: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .about__description {
    letter-spacing: -0.01em;
  }
}

.about__bg-img {
  position: absolute;
  z-index: -2;
}
.about__bg-img:first-of-type {
  width: 30.5555555556vw;
  bottom: -5rem;
  left: -22.5rem;
}
@media screen and (max-width: 767px) {
  .about__bg-img:first-of-type {
    width: 13.5rem;
    left: -6.25rem;
    bottom: 2.5rem;
  }
}
.about__bg-img:nth-of-type(2) {
  width: 31.25vw;
  top: -0.25rem;
  right: -25.25rem;
}
@media screen and (max-width: 767px) {
  .about__bg-img:nth-of-type(2) {
    width: 13.5rem;
    right: -6rem;
    top: -3rem;
  }
}

.about-img__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.box-technology {
  width: 26.25rem;
  height: 26.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 26.25rem;
  background: rgba(187, 234, 194, 0.5);
  margin-right: -1.5625rem;
}
@media screen and (max-width: 767px) {
  .box-technology {
    width: 11.375rem;
    height: 11.375rem;
    margin-right: -0.75rem;
    margin-top: 1.75rem;
  }
}

.box-laboratory {
  width: 26.25rem;
  height: 26.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 26.25rem;
  background: rgba(255, 243, 149, 0.5);
  margin-left: -1.5625rem;
}
@media screen and (max-width: 767px) {
  .box-laboratory {
    width: 11.375rem;
    height: 11.375rem;
    margin-left: -0.75rem;
    margin-top: 1.75rem;
  }
}

.technology__img {
  margin-top: -3.25rem;
  margin-left: 1rem;
  width: 21.5rem;
  height: 22.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .technology__img {
    width: 9.625rem;
    height: 9.375rem;
    margin-top: -1.5rem;
    margin-left: 0.25rem;
  }
}

.laboratory__img {
  margin-left: 4.375rem;
  width: 21.5rem;
  height: 19.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .laboratory__img {
    width: 9.3125rem;
    height: 8.375rem;
    margin-top: -0.75rem;
    margin-left: 2rem;
  }
}

.about-img__title {
  margin-top: 0.25rem;
}

.laboratory__title {
  margin-top: 0rem;
}
@media screen and (max-width: 767px) {
  .laboratory__title {
    margin-top: 0.5rem;
    margin-left: 1.5rem;
  }
}

.about-img__title-ja {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}

.technology__title-ja {
  letter-spacing: -0.01em;
  margin-left: -0.5rem;
}

.laboratory__title-ja {
  letter-spacing: -0.01em;
  margin-left: -2.25rem;
}

.about-img__title-en {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .about-img__title-en {
    font-size: 1rem;
  }
}

.technology__title-en {
  letter-spacing: -0.01em;
  margin-left: -0.625rem;
}

.laboratory__title-en {
  letter-spacing: -0.01em;
  margin-left: -2.625rem;
}

.about__text {
  margin-left: -0.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.001em;
}
@media screen and (max-width: 767px) {
  .about__text {
    font-size: 1rem;
    margin-top: -0.5rem;
  }
}

.about__text-line {
  -webkit-text-decoration: underline #fff9ca 1rem;
          text-decoration: underline #fff9ca 1rem;
  text-underline-offset: -0.1875rem;
}

.create-content {
  background: #F8F8F8;
  padding-top: 5.25rem;
  padding-bottom: 11.5rem;
}
@media screen and (max-width: 767px) {
  .create-content {
    padding-top: 3.125rem;
    padding-bottom: 5.75rem;
  }
}

.create-content__inner {
  width: min(62.5625rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 4.375rem;
}
@media screen and (max-width: 767px) {
  .create-content__inner {
    padding-inline: 0.0625rem;
    gap: 0rem;
  }
}

.create-content__heading {
  margin-top: 0rem;
}
@media screen and (max-width: 767px) {
  .create-content__heading {
    letter-spacing: -0.01em;
  }
}

.steps {
  background: url(../../img/steps.webp) no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-left: -0.5rem;
}
@media screen and (max-width: 767px) {
  .steps {
    background: url(../../img/steps_sp.webp) no-repeat center/cover;
    margin-top: 2.75rem;
    margin-left: -0.125rem;
    width: 23.4375rem;
  }
}

.step__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15rem;
  height: 10.625rem;
}
@media screen and (max-width: 767px) {
  .step__container {
    width: 5.375rem;
    height: 7.75rem;
  }
}

/* ステップの番号 */
.step__number {
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #fff;
  color: #00712f;
  -webkit-clip-path: polygon(50% 0%, 85% 15%, 100% 50%, 85% 85%, 50% 100%, 15% 85%, 0% 50%, 15% 15%);
          clip-path: polygon(50% 0%, 85% 15%, 100% 50%, 85% 85%, 50% 100%, 15% 85%, 0% 50%, 15% 15%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  top: -1.75rem;
  left: 53%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  isolation: isolate;
}
@media screen and (max-width: 767px) {
  .step__number {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
    top: -1.25rem;
    left: 2.75rem;
  }
}

.step__container:nth-child(2) .step__number {
  margin-left: -0.375rem;
}
@media screen and (max-width: 767px) {
  .step__container:nth-child(2) .step__number {
    margin-left: 0rem;
  }
}

.step__container:nth-child(3) .step__number {
  margin-left: -0.75rem;
}
@media screen and (max-width: 767px) {
  .step__container:nth-child(3) .step__number {
    margin-left: 0.0625rem;
  }
}

.step__container:nth-child(4) .step__number {
  margin-left: -1rem;
}
@media screen and (max-width: 767px) {
  .step__container:nth-child(4) .step__number {
    margin-left: 0.25rem;
  }
}

.step__number-back {
  position: absolute;
  top: -1.8125rem;
  left: 6.125rem;
  width: 3.625rem;
  height: 3.625rem;
  background-color: #00712f;
  -webkit-clip-path: polygon(50% 0%, 85% 15%, 100% 50%, 85% 85%, 50% 100%, 15% 85%, 0% 50%, 15% 15%);
          clip-path: polygon(50% 0%, 85% 15%, 100% 50%, 85% 85%, 50% 100%, 15% 85%, 0% 50%, 15% 15%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .step__number-back {
    width: 2.625rem;
    height: 2.625rem;
    top: -1.3125rem;
    left: 1.4375rem;
  }
}

.step__container:nth-child(2) .step__number-back {
  top: -1.8125rem;
  left: 5.75rem;
}
@media screen and (max-width: 767px) {
  .step__container:nth-child(2) .step__number-back {
    top: -1.3125rem;
    left: 1.4375rem;
  }
}

.step__container:nth-child(3) .step__number-back {
  top: -1.8125rem;
  left: 5.375rem;
}
@media screen and (max-width: 767px) {
  .step__container:nth-child(3) .step__number-back {
    top: -1.3125rem;
    left: 1.5rem;
  }
}

.step__container:nth-child(4) .step__number-back {
  top: -1.8125rem;
  left: 5.125rem;
}
@media screen and (max-width: 767px) {
  .step__container:nth-child(4) .step__number-back {
    top: -1.3125rem;
    left: 1.6875rem;
  }
}

.step__text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  z-index: 100;
  letter-spacing: 0.001em;
  margin-top: -0.5rem;
  margin-left: 0.25rem;
}
@media screen and (max-width: 767px) {
  .step__text {
    font-size: 0.75rem;
  }
}

.step__container:nth-child(2) .step__text {
  margin-left: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .step__container:nth-child(2) .step__text {
    margin-left: 0.0625rem;
  }
}

.step__container:nth-child(3) .step__text {
  margin-left: -0.5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .step__container:nth-child(3) .step__text {
    margin-left: 0.25rem;
  }
}

.step__container:nth-child(4) .step__text {
  margin-left: -0.875rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .step__container:nth-child(4) .step__text {
    margin-left: 0.375rem;
  }
}

.step__icon {
  width: 10.625rem;
  height: 9.6875rem;
  position: absolute;
  bottom: -7.5rem;
  left: 15%;
}
@media screen and (max-width: 767px) {
  .step__icon {
    width: 5.25rem;
    height: 5rem;
    bottom: -2.75rem;
    left: 2%;
  }
}

.step__container:nth-child(2) .step__icon {
  margin-left: 0rem;
}
@media screen and (max-width: 767px) {
  .step__container:nth-child(2) .step__icon {
    margin-left: 0rem;
  }
}

.step__container:nth-child(3) .step__icon {
  margin-left: -0.25rem;
}
@media screen and (max-width: 767px) {
  .step__container:nth-child(3) .step__icon {
    margin-left: 0.5rem;
  }
}

.step__container:nth-child(4) .step__icon {
  margin-left: -0.375rem;
}
@media screen and (max-width: 767px) {
  .step__container:nth-child(4) .step__icon {
    margin-left: 0.5rem;
  }
}

.content-type {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  background-color: #FFFCF5;
}
@media screen and (max-width: 767px) {
  .content-type {
    padding-top: 2.625rem;
    padding-bottom: 3.75rem;
  }
}

.content-type__inner {
  width: min(65.625rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .content-type__inner {
    padding-inline: 0.4375rem;
    width: 100%;
  }
}

.content-type__heading {
  margin-top: 0.125rem;
  letter-spacing: 0.01em;
}

.content-type__wrap {
  max-width: 52.5694444444vw;
}
@media screen and (max-width: 767px) {
  .content-type__wrap {
    max-width: 25rem;
  }
}

.content-type__title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  color: #00712f;
  background: #fbfbfb;
  padding: 0.5rem 1rem;
  margin-bottom: 4.6875rem;
  display: inline-block;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .content-type__title {
    font-size: 1.125rem;
    margin-bottom: 4.5rem;
  }
}

.content-type__circle {
  z-index: 2;
  position: relative;
}
.content-type__circle::before {
  content: "";
  position: absolute;
  top: -8.75rem;
  left: 50%;
  width: 38rem;
  height: 38rem;
  border-radius: 50%;
  background: conic-gradient(#61ea76, #bbeac2, #d2ffd9, #61ea76); /* ボーダーをグラデーション */
  -webkit-mask: radial-gradient(circle, transparent calc(50% + 5rem), #000 calc(50% - 18.4375rem)); /* 中を透明にする */
  mask: radial-gradient(circle, transparent calc(50% + 5rem), #000 calc(50% - 18.4375rem));
  -webkit-transform: translate(-50%);
          transform: translate(-50%); /* 中央配置 */
  z-index: 1; /* 背景に配置 */
}
@media screen and (max-width: 767px) {
  .content-type__circle::before {
    width: 26.875rem;
    height: 26.875rem;
    top: -7rem;
    -webkit-mask: radial-gradient(circle, transparent calc(50% + 3rem), #000 calc(50% - 1.6875rem)); /* 中を透明にする */
    mask: radial-gradient(circle, transparent calc(50% + 3rem), #000 calc(50% - 1.5rem));
  }
}

.content-type__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 3.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 56.25rem;
}
@media screen and (max-width: 767px) {
  .content-type__container {
    gap: 0rem;
    row-gap: 3.75rem;
  }
}

.content-type__item {
  position: relative;
  background-color: #00712f;
  width: 12.25rem;
  height: 12.25rem;
  border: 0.125rem solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 4.25rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .content-type__item {
    width: 7.5rem;
    height: 7.5rem;
    padding: 0.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 2.125rem;
  }
}
@media screen and (max-width: 374px) {
  .content-type__item {
    width: 6.875rem;
    height: 6.875rem;
    padding-top: 1.5rem;
  }
}
.content-type__item p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .content-type__item p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .content-type__item:nth-child(2),
  .content-type__item:nth-child(3) {
    padding-top: 2.625rem;
  }
}

.content-type__item:nth-child(4),
.content-type__item:nth-child(5) {
  padding-top: 4.875rem;
}
@media screen and (max-width: 767px) {
  .content-type__item:nth-child(4),
  .content-type__item:nth-child(5) {
    padding-top: 1.75rem;
  }
}

.content-type__icon {
  position: absolute;
  top: -2.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: contain;
  border-radius: 50%;
  background-color: #fff;
  width: 4.5rem;
  height: 4.5rem;
  border: 0.0625rem solid #00712f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-type__icon img {
  width: 2rem;
  height: auto;
}

.clear-the-task {
  padding-top: 5.625rem;
  padding-bottom: 1.125rem;
}
@media screen and (max-width: 767px) {
  .clear-the-task {
    padding-top: 3rem;
  }
}

.clear-the-task__inner {
  width: min(62.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .clear-the-task__inner {
    padding-inline: 0.1875rem;
    width: 100%;
    gap: 1.5rem;
  }
}

.clear-the-task__heading {
  letter-spacing: -0.01em;
}

.clear-the-task__description {
  margin-top: 0rem;
  letter-spacing: 0.01em;
}

.task-step__wrap {
  margin-top: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .task-step__wrap {
    margin-top: 0rem;
    gap: 0.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.task-step__arrow {
  position: absolute;
  top: -19%;
  left: -12%;
  width: 128%;
  height: auto;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .task-step__arrow {
    display: none;
  }
}

.task-step__card {
  background: url(../../img/stepPC.webp) center/contain no-repeat;
  border-radius: 1rem;
  padding: 1.25rem;
  width: 18.75rem;
  height: 28.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .task-step__card {
    background: url(../../img/stepSP.webp) center/contain no-repeat;
    width: 100%;
    max-width: 7.5rem;
    height: 14.125rem;
  }
}
.task-step__card::after {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 15rem;
  height: 15rem;
  top: 56%;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
}
@media screen and (max-width: 767px) {
  .task-step__card::after {
    width: 6.25rem;
    height: 6.25rem;
  }
}

.task-step__card:nth-of-type(3) {
  margin-top: -4rem;
}
@media screen and (max-width: 767px) {
  .task-step__card:nth-of-type(3) {
    margin-top: 0rem;
  }
}

.task-step__card:nth-of-type(4) {
  margin-top: -8.75rem;
}
@media screen and (max-width: 767px) {
  .task-step__card:nth-of-type(4) {
    margin-top: 0rem;
  }
}

.task-step__label {
  position: absolute;
  top: 1.875rem;
  color: #00712f;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .task-step__label {
    font-size: 0.875rem;
    top: 1.125rem;
    letter-spacing: 0.01em;
  }
}

.task-step__image {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
}

.task-step__image-1 {
  width: 6.125rem;
  height: 11.25rem;
  margin-bottom: -1.125rem;
}
@media screen and (max-width: 767px) {
  .task-step__image-1 {
    width: 2.5rem;
    height: 4.6875rem;
    margin-bottom: -0.5rem;
  }
}

.task-step__image-2 {
  width: 8.9375rem;
  height: 11.3125rem;
  margin-bottom: -1.125rem;
}
@media screen and (max-width: 767px) {
  .task-step__image-2 {
    width: 3.75rem;
    height: 4.6875rem;
    margin-bottom: -0.75rem;
  }
}

.task-step__image-3 {
  width: 8.6875rem;
  height: 11.026875rem;
  margin-bottom: -1rem;
}
@media screen and (max-width: 767px) {
  .task-step__image-3 {
    width: 3.375rem;
    height: 4.3125rem;
    margin-bottom: -0.75rem;
  }
}

.task-step__text {
  position: absolute;
  font-size: 1.5rem;
  font-weight: 700;
  color: #00712f;
  text-align: center;
  line-height: 1.8;
  z-index: 100;
  bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .task-step__text {
    font-size: 0.875rem;
    bottom: 0.825rem;
    line-height: 1.4;
  }
}

.clear-the-task__container {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .clear-the-task__container {
    margin-top: 2.75rem;
    margin-left: 1.625rem;
  }
}

.task-box {
  display: grid;
  grid-template-columns: repeat(4, auto);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .task-box {
    grid-template-columns: repeat(2, auto);
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
    row-gap: 2.375rem;
  }
}

.task-box__item {
  position: relative;
  background-color: #00712f;
  padding: 1.25rem;
  width: 12.25rem;
  height: 12.25rem;
  border: 0.125rem solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 4.75rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .task-box__item {
    width: 7.8125rem;
    height: 7.8125rem;
    padding: 0.5rem;
    padding-top: 2.875rem;
  }
}
.task-box__item p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .task-box__item p {
    font-size: 1rem;
    letter-spacing: -0.01em;
    line-height: 1.5;
  }
}

.arrow-right {
  position: absolute;
  top: 38%;
  right: -3rem;
}
@media screen and (max-width: 767px) {
  .arrow-right {
    top: 35%;
    right: -2rem;
  }
}
.arrow-right span {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #00712f;
  line-height: 1;
  position: relative;
  width: 2.5rem;
  height: 0.25rem;
  background: currentColor;
}
@media screen and (max-width: 767px) {
  .arrow-right span {
    width: 1.25rem;
    height: 0.125rem;
  }
}
.arrow-right span::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border: 0.25rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .arrow-right span::after {
    width: 0.625rem;
    height: 0.625rem;
    border-width: 0.125rem;
    right: -0.125rem;
  }
}
.arrow-right--second {
  position: absolute;
  top: 38%;
  left: -3rem;
}
@media screen and (max-width: 767px) {
  .arrow-right--second {
    top: 35%;
    left: -2rem;
  }
}
.arrow-right--second span {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #00712f;
  line-height: 1;
  position: relative;
  width: 2.5rem;
  height: 0.25rem;
  background: currentColor;
}
@media screen and (max-width: 767px) {
  .arrow-right--second span {
    width: 1.25rem;
    height: 0.125rem;
  }
}
.arrow-right--second span::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border: 0.25rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .arrow-right--second span::after {
    width: 0.625rem;
    height: 0.625rem;
    border-width: 0.125rem;
    right: -0.125rem;
  }
}

.task-box__icon {
  position: absolute;
  top: -2.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: contain;
  border-radius: 50%;
  background-color: #fff;
  width: 4.5rem;
  height: 4.5rem;
  border: 0.0625rem solid #00712f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.task-box__icon img {
  width: 2rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .task-box__icon {
    top: -1rem;
    width: 2.8125rem;
    height: 2.8125rem;
  }
  .task-box__icon img {
    width: 1.1875rem;
    height: auto;
  }
}

.under-arrow {
  margin-top: 3.375rem;
  width: 11.25rem;
  height: 8.125rem;
}
@media screen and (max-width: 767px) {
  .under-arrow {
    margin-top: 0rem;
  }
}

.to-the-utilization__heading {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .to-the-utilization__heading {
    margin-top: 0rem;
    line-height: 2.2;
  }
}

.utilization {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .utilization {
    margin-top: 4.5rem;
  }
}

.utilizatio-tabs__wrap {
  max-width: 93.75rem;
  margin: 0 auto;
  padding-inline: 4.375rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .utilizatio-tabs__wrap {
    padding-inline: 0rem;
    gap: 0.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.utilization__tab {
  padding-block: 1.625rem;
  position: relative;
  width: 27.7777777778vw;
  max-width: 37.5rem;
  border-radius: 1.5rem 1.5rem 0rem 0rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  background: #00712f;
  border-top: none;
  border-right: none;
  border-left: none;
}
@media screen and (max-width: 767px) {
  .utilization__tab {
    padding-top: 1.375rem;
    padding-bottom: 0.875rem;
    width: 100%;
    font-size: 0.875rem;
  }
}
.utilization__tab p {
  position: absolute;
  display: inline-block;
  padding-inline: 1rem;
  width: 10rem;
  color: #00712f;
  background: #fff;
  top: -1.25rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border: 0.0625rem solid #00712f;
}
@media screen and (max-width: 767px) {
  .utilization__tab p {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.2;
    top: -0.4375rem;
    width: 5.3125rem;
  }
}
.utilization__tab h3 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .utilization__tab h3 {
    margin-top: 0.25rem;
  }
}
.utilization__tab.selected {
  background: #eef8ef;
  border-top: 0.125rem solid #00712f;
  border-right: 0.125rem solid #00712f;
  border-left: 0.125rem solid #00712f;
}
.utilization__tab.selected p {
  position: absolute;
  display: inline-block;
  padding-inline: 0.875rem;
  color: #fff;
  width: 9.8125rem;
  background: #00712f;
  top: -1.25rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border: 0.0625rem solid #00712f;
}
@media screen and (max-width: 767px) {
  .utilization__tab.selected p {
    line-height: 1.2;
    top: -0.5rem;
    width: 5.3125rem;
  }
}
.utilization__tab.selected h3 {
  color: #00712f;
}
@media screen and (max-width: 767px) {
  .utilization__tab.selected h3 {
    margin-top: 0.25rem;
  }
}

.utilization-area__wrap {
  background: #eef8ef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .utilization-area__wrap {
    padding-top: 2.6875rem;
    padding-bottom: 2.5rem;
  }
}

.utilization-area__wrap {
  display: none;
}

.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.utilization__text {
  display: inline-block;
  padding-inline: 1rem;
  color: #fff;
  background: #00712f;
  border: 0.0625rem solid #00712f;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  width: 10rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .utilization__text {
    font-size: 1rem;
    padding-inline: 1rem;
    width: 7.5rem;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
}

.utilization__title {
  padding-block: 2.375rem;
  padding-inline: 7.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .utilization__title {
    font-size: 1.125rem;
    padding-block: 1.1875rem;
    padding-inline: 5rem;
  }
}
.utilization__title::before, .utilization__title::after {
  position: absolute;
  top: -0.1875rem;
  width: 2.5rem;
  height: 100%;
  content: "";
  border-top: solid 0.0625rem;
  border-bottom: solid 0.0625rem;
}
@media screen and (max-width: 767px) {
  .utilization__title::before, .utilization__title::after {
    width: 1.25rem;
  }
}
.utilization__title::before {
  border-left: solid 0.0625rem;
  left: 0;
}
.utilization__title::after {
  border-right: solid 0.0625rem;
  right: 0;
}

.utilization__description {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .utilization__description {
    font-size: 1rem;
    letter-spacing: 0.01em;
  }
}

.utilization__img-wrap {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .utilization__img-wrap {
    margin-top: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 21.5rem;
  }
}

.utilization-img__box {
  width: 15.0625rem;
}

.utilization-img__speech-bubble {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1rem;
  max-width: 12.5rem;
  background: #00712f;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .utilization-img__speech-bubble {
    padding: 0.5rem 0.5rem;
    width: 12.5rem;
  }
}
.utilization-img__speech-bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.375rem;
  border: 0.375rem solid transparent;
  border-top: 0.625rem solid #00712f;
}
.utilization-img__speech-bubble p {
  margin: 0;
  padding: 0rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.01em;
}

.utilization-img__image {
  display: inline-block;
  margin: 0 auto;
  margin-top: 0.25rem;
  width: 12.5rem;
  height: 12.875rem;
}
@media screen and (max-width: 767px) {
  .utilization-img__image {
    margin-top: 0.75rem;
  }
}

.utilization-img__text {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 1.5rem;
  text-align: center;
  background: #fff;
  border-radius: 1.5rem 0rem 1.5rem 1.5rem;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .utilization-img__text {
    width: 100%;
    padding-block: 0.75rem;
  }
}
.utilization-img__text p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .utilization-img__text p {
    font-size: 1rem;
  }
}

.utilization-taskbox {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .utilization-taskbox {
    margin-top: 3.75rem;
  }
}

.utilization-taskbox__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3.25rem;
}
@media screen and (max-width: 767px) {
  .utilization-taskbox__wrap {
    gap: 3.5rem;
  }
}

.utilization-taskbox__item {
  position: relative;
  background-color: #00712f;
  padding: 1.25rem;
  width: 12.25rem;
  height: 12.25rem;
  border: 0.125rem solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 4.25rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .utilization-taskbox__item {
    width: 8.75rem;
    height: 8.75rem;
    padding: 0rem;
    padding-top: 0.75rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.utilization-taskbox__item p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
}
.utilization-taskbox__icon {
  position: absolute;
  top: -2.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: contain;
  border-radius: 50%;
  background-color: #fff;
  width: 4.5rem;
  height: 4.5rem;
  border: 0.0625rem solid #00712f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.utilization-taskbox__icon img {
  width: 2rem;
  height: auto;
}

.utilization__arrow-right {
  position: absolute;
  top: 30%;
  right: -3rem;
}
.utilization__arrow-right span {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #00712f;
  line-height: 1;
  position: relative;
  width: 2.5rem;
  height: 0.25rem;
  background: currentColor;
}
.utilization__arrow-right span::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border: 0.25rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.utilization-article__boxes {
  width: min(66.6666666667vw, 100%);
  max-width: 75rem;
  padding-inline: 5.9375rem;
  margin-inline: auto;
  margin-top: 2.5rem;
  padding-block: 2.5rem;
  background: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .utilization-article__boxes {
    grid-template-columns: repeat(1, 1fr);
    width: 21.4375rem;
    padding-inline: 2.625rem;
    margin-top: 1.4375rem;
    padding-block: 1.3125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .utilization-article__box:nth-of-type(2) {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .utilization-article__box:nth-of-type(3) {
    margin-top: 0.75rem;
  }
}

.utilization-article__box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .utilization-article__box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.utilization-article__title {
  border-top: 0.0625rem solid #333333;
  border-bottom: 0.0625rem solid #333333;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.01em;
  padding-block: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .utilization-article__title {
    letter-spacing: 0.01em;
    padding-block: 0.4375rem;
  }
}

.utilization-article__wrap {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .utilization-article__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0rem;
    padding-top: 0.5rem;
    gap: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .utilization-article__box:nth-child(2) .utilization-article__wrap {
    margin-top: 0.125rem;
  }
}

@media screen and (max-width: 767px) {
  .utilization-article__box:nth-child(3) .utilization-article__wrap {
    margin-top: 0.125rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.utilization-article__img {
  margin-top: 1rem;
  width: 13rem;
  height: 15.375rem;
}
@media screen and (max-width: 767px) {
  .utilization-article__img {
    width: 6.25rem;
    height: auto;
    margin-top: 0rem;
  }
}
.utilization-article__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.utilization-article__texts {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .utilization-article__texts {
    margin-top: 0.5rem;
    width: 8.75rem;
  }
}

.utilization-article__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .utilization-article__text {
    font-size: 0.75rem;
    line-height: 1.7;
  }
}

.utilization-article__btn-pc {
  margin-top: 1rem;
  background: #fff;
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.625rem 1.75rem;
  -webkit-box-shadow: 0rem 0rem 0.625rem 0rem #BBEAC2;
          box-shadow: 0rem 0rem 0.625rem 0rem #BBEAC2;
}
@media screen and (max-width: 767px) {
  .utilization-article__btn-pc {
    display: none;
  }
}

.utilization-article__btn-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .utilization-article__btn-sp {
    display: inline-block;
    margin-top: 0.875rem;
    background: #fff;
    color: #333333;
    font-size: 0.75rem;
    font-weight: 400;
    padding: 0.625rem 1.375rem;
    -webkit-box-shadow: 0rem 0rem 0.625rem 0rem #BBEAC2;
            box-shadow: 0rem 0rem 0.625rem 0rem #BBEAC2;
  }
}

.utilization-news__container {
  width: min(66.6666666667vw, 100%);
  max-width: 75rem;
  padding-inline: 5.9375rem;
  margin-inline: auto;
  margin-top: 2.5rem;
  padding-block: 2.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .utilization-news__container {
    padding-inline: 1.5rem;
    margin-top: 1.5rem;
    width: 21.4375rem;
    padding-top: 2.625rem;
  }
}

.utilization-news__heading {
  display: inline-block;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.01em;
  padding-block: 0.375rem;
  padding-inline: 3.125rem;
}
@media screen and (max-width: 767px) {
  .utilization-news__heading {
    font-size: 1rem;
    width: 18.4375rem;
  }
}

.utilization-news__boxes {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .utilization-news__boxes {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}

.utilization-news__box {
  border-radius: 1rem;
  background: #fff;
  -webkit-box-shadow: 0rem 0rem 1.25rem 0rem #BBEAC2;
          box-shadow: 0rem 0rem 1.25rem 0rem #BBEAC2;
  height: 100%;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .utilization-news__box {
    width: 18.4375rem;
  }
}

.utilization-news__img {
  position: relative;
}

.utilization-news__thumbnail img {
  width: 22.25rem;
  height: 13.8125rem;
}
@media screen and (max-width: 767px) {
  .utilization-news__thumbnail img {
    width: 16.4375rem;
    height: 10.25rem;
  }
}
.utilization-news__thumbnail span {
  position: absolute;
  background: #00712f;
  color: #fff;
  padding: 0.5rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01em;
  padding-inline: 1.625rem;
}

.utilization-news__box:nth-of-type(2) .utilization-news__thumbnail span {
  background: #ffc325;
}

.utilization-news__text {
  margin-top: 1rem;
  letter-spacing: 0.01em;
}

.utilization-news__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #00712f;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.news-info__text {
  color: #00712f;
}

.utilization-news__title {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}

.utilization-news__cat-wrapper {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.utilization-news__cat-item {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.5rem 0.875rem;
  background: #fff;
  color: #333333;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #00712f;
  margin-right: 0.5rem;
}
.utilization-news__cat-item span {
  color: #00712f;
}

.utilization-point {
  width: min(66.6666666667vw, 100%);
  max-width: 75rem;
  padding-inline: 5.9375rem;
  margin-inline: auto;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  text-align: center;
  border-radius: 0.5rem;
  padding: 1.5rem;
  display: flex;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .utilization-point {
    padding-inline: 1rem;
    margin-top: 1.5rem;
    font-size: 0.875rem;
    width: 21.4375rem;
    text-align: left;
  }
}
.utilization-point span::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2.6875rem;
  height: 2.6875rem;
  border-radius: 50%;
  background: #fff5dd;
  left: 10%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .utilization-point span::after {
    left: 16%;
  }
}

.utilization-point__word {
  color: #ffc325;
  text-transform: uppercase;
  font-size: 1.5rem;
  z-index: 20;
}

.utilization-point__text {
  color: #ffc325;
  font-size: 1.5rem;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .utilization-point__text {
    font-size: 0.875rem;
  }
}

.last-section {
  padding-top: 5.25rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .last-section {
    padding-top: 0.125rem;
    padding-bottom: 2.5rem;
  }
}

.last-section__inner {
  width: min(64.0625rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .last-section__inner {
    padding-inline: 1rem;
    width: 100%;
    gap: 1.5rem;
  }
}

.last-section__text {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.015em;
  margin-left: 0.75rem;
}
@media screen and (max-width: 767px) {
  .last-section__text {
    font-size: 1rem;
    text-align: center;
    margin-left: 0rem;
  }
}
.last-section__text p + p {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .last-section__text p + p {
    margin-top: 2rem;
  }
}

.footer {
  padding-block: 2.5rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px #e3e3e3;
          box-shadow: 0px 0px 20px 0px #e3e3e3;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-block: 1.5rem;
  }
}

.footer__inner {
  width: min(72.5rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding-inline: 1rem;
    width: 100%;
  }
}

.footer__btn-pc {
  gap: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer__btn-pc {
    display: none;
  }
}

.footer__btn-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer__btn-sp {
    gap: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__cv-btn {
  padding-block: 1.5rem;
  padding-inline: 9.5rem;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .footer__cv-btn {
    padding-block: 0.875rem;
    padding-inline: 2rem;
    font-size: 1rem;
  }
}

.footer__contact-btn {
  background: #00712f;
  padding-block: 1.5rem;
  padding-inline: 9.5rem;
  -webkit-box-shadow: 0px 8px 20px 0px #00712f;
          box-shadow: 0px 8px 20px 0px #00712f;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .footer__contact-btn {
    padding-block: 0.875rem;
    padding-inline: 2rem;
    font-size: 1rem;
    -webkit-box-shadow: 0px 4px 10px 0px #00712f;
            box-shadow: 0px 4px 10px 0px #00712f;
  }
}/*# sourceMappingURL=style.css.map */