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

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wrapper {
  position: relative;
}

/* =============================================================================
Image
========================================================================== */
a {
  display: block;
  cursor: pointer;
}

button {
  cursor: pointer;
}

picture,
figure {
  display: block;
}

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

/* =============================================================================
Basic style
========================================================================== */
:root {
  --black: #444;
  --white: #fff;
  --red: #ef8e8e;
  --blue: #3e7fd6;
  --lightBlue: #e3f8f8;
  --green: #0fc3c5;
  --yellow: #f7fcbd;
  --lightYellow: #fdffec;
}

html {
  overflow-x: hidden;
}

body {
  position: relative;
  background: #eee;
  color: var(--black);
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  word-break: break-all;
}

.din {
  font-family: "urw-din-semi-condensed", sans-serif;
}

.red {
  color: var(--red);
}

.blue {
  color: var(--blue);
}

.green {
  color: var(--green);
}

.yellow {
  color: var(--yellow);
}

/*==============================================================================
Media
============================================================================= */
/*
  sp
----------------------------------------------- */
/*
  pc
----------------------------------------------- */
/*==============================================================================
Accessibility
============================================================================= */
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

/*==============================================================================
font-size
============================================================================= */
html {
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.1333333333vw;
  }
}
@media (min-width: 1441px) {
  html {
    font-size: 16px;
  }
}

.header {
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .header {
    max-width: 46.875rem;
  }
}

.main {
  margin-inline: auto;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .main {
    max-width: 46.875rem;
  }
}

.footer {
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .footer {
    max-width: 46.875rem;
  }
}

p {
  font-size: 1rem;
}

.inner {
  width: 62.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .inner {
    width: 41.875rem;
  }
}

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

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

.br {
  display: block;
}

.br-pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .br-pc {
    display: inline;
  }
}

.br-sp {
  display: inline;
}
@media screen and (max-width: 750px) {
  .br-sp {
    display: block;
  }
}

/*==============================================================================
Header
============================================================================= */
.header {
  width: 100%;
}
.header__bg {
  padding-block: 0.75rem;
  background: #fff;
}
.header__logo {
  width: 8rem;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .header__logo {
    width: 13.25rem;
  }
}

/*==============================================================================
Footer
============================================================================= */
.footer {
  padding-block: 3.4375rem;
  background: #0fc3c5;
}
@media screen and (max-width: 750px) {
  .footer {
    padding-block: 6.25rem;
  }
}
.footer .copy {
  color: #fff;
  text-align: center;
  font-size: 0.625rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .footer .copy {
    font-size: 1.25rem;
  }
}

/*==============================================================================
Hero
============================================================================= */
.hero {
  padding-block: 2.5rem;
  background: var(--green);
}
@media screen and (max-width: 750px) {
  .hero {
    padding-block: 3.4375rem 5.625rem;
  }
}
@media screen and (min-width: 751px) {
  .hero__inner {
    width: 50rem;
  }
}
.hero__main-img {
  width: 42.125rem;
  -webkit-margin-after: 2.25rem;
          margin-block-end: 2.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .hero__main-img {
    width: 36.875rem;
    -webkit-margin-after: 3.4375rem;
            margin-block-end: 3.4375rem;
    margin-inline: 0 auto;
  }
}
.hero__text {
  padding-block: 1.875rem;
  border-top: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  text-align: center;
  color: var(--white);
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .hero__text {
    padding-block: 3.125rem 2.75rem;
    font-size: 2rem;
    line-height: 1.8;
  }
}

/*==============================================================================
Job
============================================================================= */
.job {
  padding-block: 5.625rem 8.125rem;
  background: var(--lightYellow);
}
@media screen and (max-width: 750px) {
  .job {
    padding-block: 5.75rem 9.1875rem;
  }
}
.job__title {
  width: 56.9375rem;
  -webkit-margin-after: 2.625rem;
          margin-block-end: 2.625rem;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .job__title {
    width: 38.9375rem;
    -webkit-margin-after: 4.375rem;
            margin-block-end: 4.375rem;
  }
}
.job__lead {
  -webkit-margin-after: 1.875rem;
          margin-block-end: 1.875rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .job__lead {
    -webkit-margin-after: 3.125rem;
            margin-block-end: 3.125rem;
    font-size: 1.75rem;
    line-height: 1.8;
  }
}
.job__tab {
  width: 62.5rem;
  -webkit-margin-after: 3.75rem;
          margin-block-end: 3.75rem;
  margin-inline: auto;
  -webkit-box-shadow: 0 0 1rem rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 1rem rgba(204, 204, 204, 0.5);
}
@media screen and (max-width: 750px) {
  .job__tab {
    width: 41.875rem;
    -webkit-margin-after: 3.75rem;
            margin-block-end: 3.75rem;
  }
}
.job__tab-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .job__tab-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.job__tab-item {
  place-content: center;
  width: 8.9285714286rem;
  height: 4.375rem;
  background: var(--white);
  border: none !important;
  text-align: center;
  color: #777;
  font-weight: 500;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .job__tab-item {
    width: 10.46875rem;
    height: 7.5rem;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 750px) {
  .job__tab-item:nth-child(4) {
    border-right: none;
  }
}
@media screen and (max-width: 750px) {
  .job__tab-item:nth-child(5), .job__tab-item:nth-child(6), .job__tab-item:nth-child(7) {
    width: 13.9583333333rem;
    border-top: 1px solid #d5d5d5 !important;
  }
}
.job__tab-item:not(:last-child) {
  border-right: 1px solid #d5d5d5 !important;
}
.job__tab-item.is-active {
  background: var(--green);
  color: var(--white);
}
.job__slide-item {
  display: grid;
  grid-template-areas: "title" "thumb" "text";
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-rows: -webkit-min-content -webkit-min-content;
  grid-template-rows: min-content min-content;
  width: 26.875rem;
  height: 26.875rem;
  -webkit-padding-before: 2rem;
          padding-block-start: 2rem;
  padding-inline: 2.3125rem;
  background: var(--white);
  border: 0.125rem solid var(--green);
  border-radius: 1.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .job__slide-item {
    width: 41.875rem;
    height: 47.3125rem;
    max-height: 1px;
    -webkit-padding-before: 4.0625rem;
            padding-block-start: 4.0625rem;
    padding-inline: 3.75rem;
    border-width: 0.375rem;
  }
}
@media screen and (max-width: 750px) {
  .job__slide-item--06 .job__slide-title {
    font-size: 3.625rem;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 750px) {
  .job__slide-item--07 {
    height: 57.8125rem;
    line-height: 1.25;
  }
}
@media screen and (max-width: 750px) {
  .job__slide-item.is-active {
    max-height: 100%;
  }
}
.job__slide-title {
  grid-area: title;
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
  -webkit-padding-after: 1.25rem;
          padding-block-end: 1.25rem;
  border-bottom: 0.125rem solid var(--green);
  text-align: center;
  color: var(--green);
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .job__slide-title {
    -webkit-margin-after: 3.1875rem;
            margin-block-end: 3.1875rem;
    -webkit-padding-after: 2.625rem;
            padding-block-end: 2.625rem;
    border-width: 0.1875rem;
    font-size: 3.75rem;
  }
}
.job__slide-text {
  grid-area: text;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .job__slide-text {
    font-size: 1.75rem;
  }
}
.job__slide-text small {
  font-size: 0.75rem;
}
@media screen and (max-width: 750px) {
  .job__slide-text small {
    font-size: 1.375rem;
  }
}
.job__slide-thumbnail {
  grid-area: thumb;
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
}
@media screen and (max-width: 750px) {
  .job__slide-thumbnail {
    -webkit-margin-after: 3.3125rem;
            margin-block-end: 3.3125rem;
  }
}
.job__slide .splide__pagination {
  gap: 1.25rem;
  padding: 0;
  bottom: -3.25rem;
}
@media screen and (max-width: 750px) {
  .job__slide .splide__pagination {
    gap: 1.75rem;
    bottom: -3.9375rem;
  }
}
.job__slide .splide__pagination button {
  width: 0.75rem;
  height: 0.75rem;
  margin: 0;
  background: var(--white);
  border: 1px solid var(--green);
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .job__slide .splide__pagination button {
    width: 1.375rem;
    height: 1.375rem;
  }
}
.job__slide .splide__pagination button.is-active {
  background: var(--green);
}
@media screen and (min-width: 751px) {
  .job__slide .splide__arrows {
    max-width: 1425px;
    margin-inline: auto;
    position: relative;
    top: 13.75rem;
  }
}
@media screen and (max-width: 750px) {
  .job__slide .splide__arrow {
    top: 21.875rem;
    -webkit-transform: none;
            transform: none;
  }
}
.job__slide .splide__arrow svg {
  display: none;
}
.job__slide .splide__arrow--prev, .job__slide .splide__arrow--next {
  width: auto;
  height: auto;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.job__slide .splide__arrow--prev::before, .job__slide .splide__arrow--next::before {
  content: "";
  width: 2.375rem;
  height: 2.375rem;
  background: url(../images/job_slide_arrow.webp) no-repeat top left/cover;
}
@media screen and (max-width: 750px) {
  .job__slide .splide__arrow--prev::before, .job__slide .splide__arrow--next::before {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.job__slide .splide__arrow--prev {
  left: 27.5rem;
}
@media (min-width: 1441px) {
  .job__slide .splide__arrow--prev {
    left: 440px;
  }
}
@media screen and (max-width: 750px) {
  .job__slide .splide__arrow--prev {
    left: 0.6875rem;
  }
}
.job__slide .splide__arrow--next {
  right: 27.5rem;
}
@media (min-width: 1441px) {
  .job__slide .splide__arrow--next {
    right: 440px;
  }
}
@media screen and (max-width: 750px) {
  .job__slide .splide__arrow--next {
    right: 0.6875rem;
  }
}
.job__slide .splide__arrow--next::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*==============================================================================
Affairs
============================================================================= */
.affairs {
  padding-block: 6.25rem;
  background: var(--lightBlue);
}
@media screen and (max-width: 750px) {
  .affairs {
    padding-block: 5rem 6.25rem;
  }
}
.affairs__title {
  width: 45.1875rem;
  -webkit-margin-after: 3.75rem;
          margin-block-end: 3.75rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .affairs__title {
    width: 24.75rem;
    -webkit-margin-after: 3.5rem;
            margin-block-end: 3.5rem;
    margin-inline: auto 0;
  }
}
.affairs__title::before {
  content: "";
  width: 9.6875rem;
  height: 9.6875rem;
  position: absolute;
  top: 50%;
  left: -11.3125rem;
  background: url(../images/affairs_human.webp) no-repeat top left/cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .affairs__title::before {
    width: 14.4375rem;
    height: 14.4375rem;
    top: 5.625rem;
    left: -15.5625rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 751px) {
  .affairs__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media screen and (max-width: 750px) {
  .affairs__list {
    padding-block: 4.0625rem;
    padding-inline: 3.75rem;
    background: var(--white);
    border-radius: 1.875rem;
  }
}
.affairs__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 751px) {
  .affairs__item {
    height: 10.625rem;
    -webkit-padding-before: 1.25rem;
            padding-block-start: 1.25rem;
    padding-inline: 2.5rem 0;
    background: var(--white);
    border-radius: 1.875rem;
  }
}
@media screen and (max-width: 750px) {
  .affairs__item {
    padding-block: 3.4375rem;
  }
  .affairs__item:not(:last-child) {
    border-bottom: 0.125rem dotted var(--green);
  }
  .affairs__item:first-child {
    -webkit-padding-before: 0;
            padding-block-start: 0;
  }
  .affairs__item:last-child {
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
}
.affairs__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
  color: var(--green);
  font-size: 1.75rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .affairs__item-title {
    gap: 1.1875rem;
    -webkit-margin-after: 2.5rem;
            margin-block-end: 2.5rem;
    font-size: 2.25rem;
  }
}
.affairs__item-title::before {
  content: "";
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  background: url(../images/affairs_check.webp) no-repeat top left/cover;
}
@media screen and (max-width: 750px) {
  .affairs__item-title::before {
    width: 2.6875rem;
    height: 2.6875rem;
  }
}
.affairs__item-text {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .affairs__item-text {
    font-size: 1.75rem;
  }
}

/*==============================================================================
How
============================================================================= */
.how {
  padding-block: 6.75rem 6.25rem;
  background: var(--green);
  position: relative;
}
@media screen and (max-width: 750px) {
  .how {
    padding-block: 7.1875rem 6.0625rem;
  }
}
.how__title {
  width: 50.25rem;
  -webkit-margin-after: 3.75rem;
          margin-block-end: 3.75rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .how__title {
    width: 41.1875rem;
    -webkit-margin-after: 3rem;
            margin-block-end: 3rem;
  }
}
.how__title::before {
  content: "";
  width: 10.1875rem;
  height: 10.0625rem;
  position: absolute;
  top: -5rem;
  right: 2.1875rem;
  background: url(../images/how_title_human.webp) no-repeat top left/cover;
}
@media screen and (max-width: 750px) {
  .how__title::before {
    width: 13.5rem;
    height: 13.3125rem;
    top: -0.625rem;
    right: -2.5rem;
  }
}
.how__lead {
  width: 52.1875rem;
  -webkit-margin-after: 3.125rem;
          margin-block-end: 3.125rem;
  margin-inline: auto;
  padding-block: 1.875rem;
  position: relative;
  background: var(--lightYellow);
  border: 0.375rem solid var(--white);
  border-radius: 1.875rem;
  text-align: center;
  color: var(--green);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .how__lead {
    width: 100%;
    -webkit-margin-after: 4rem;
            margin-block-end: 4rem;
    padding-block: 3.125rem;
    font-size: 1.75rem;
  }
}
.how__lead::after {
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
  bottom: -1.3125rem;
  left: 50%;
  background: var(--lightYellow);
  border-right: 0.375rem solid var(--white);
  border-bottom: 0.375rem solid var(--white);
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.how__subtitle {
  width: 49.375rem;
  -webkit-margin-after: 4.0625rem;
          margin-block-end: 4.0625rem;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .how__subtitle {
    width: 38.1875rem;
    -webkit-margin-after: 7.1875rem;
            margin-block-end: 7.1875rem;
  }
}
.how__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125rem;
}
@media screen and (max-width: 750px) {
  .how__container {
    gap: 1.875rem;
  }
}
.how__wrapper {
  -webkit-padding-after: 2.625rem;
          padding-block-end: 2.625rem;
  position: relative;
  background: #fff;
  border-radius: 1.25rem;
}
@media screen and (max-width: 750px) {
  .how__wrapper {
    -webkit-padding-after: 3.125rem;
            padding-block-end: 3.125rem;
    border-radius: 1.875rem;
  }
}
.how__item-title {
  height: 7.5rem;
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
  position: relative;
  border-radius: 1.25rem 1.25rem 0 0;
}
@media screen and (min-width: 751px) {
  .how__item-title {
    place-content: center;
  }
}
@media screen and (max-width: 750px) {
  .how__item-title {
    height: 16.875rem;
    -webkit-padding-before: 10.75rem;
            padding-block-start: 10.75rem;
    -webkit-padding-after: 0;
            padding-block-end: 0;
    border-radius: 1.875rem 1.875rem 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.how-learn .how__item-title {
  background: var(--blue);
}
.how-learn .how__item-title picture {
  width: 15.5rem;
  -webkit-margin-start: 3.75rem;
          margin-inline-start: 3.75rem;
}
@media screen and (max-width: 750px) {
  .how-learn .how__item-title picture {
    width: 18.75rem;
    margin-inline: auto;
  }
}
.how-learn .how__item-title::before {
  content: "";
  width: 9.375rem;
  height: 10.375rem;
  position: absolute;
  bottom: 0.5625rem;
  right: 0.3125rem;
  background: url(../images/how_learn_human.webp) no-repeat top left/contain;
}
@media screen and (max-width: 750px) {
  .how-learn .how__item-title::before {
    width: 14rem;
    height: 15.3125rem;
    bottom: 7.625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.how-learn .how__item::before {
  background: url(../images/how_check_blue.webp) no-repeat top left/contain;
}
.how-learn .how__button {
  background: var(--blue);
}
.how-work .how__item-title {
  background: var(--red);
}
.how-work .how__item-title picture {
  width: 11.5rem;
  -webkit-margin-start: 11.25rem;
          margin-inline-start: 11.25rem;
}
@media screen and (max-width: 750px) {
  .how-work .how__item-title picture {
    width: 14.0625rem;
    margin-inline: auto;
  }
}
.how-work .how__item-title::before {
  content: "";
  width: 8rem;
  height: 10.875rem;
  position: absolute;
  bottom: 0.5rem;
  left: 0.9375rem;
  background: url(../images/how_work_human.webp) no-repeat top left/cover;
}
@media screen and (max-width: 750px) {
  .how-work .how__item-title::before {
    width: 11.125rem;
    height: 15.1875rem;
    bottom: 8rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.how-work .how__item::before {
  background: url(../images/how_check_pink.webp) no-repeat top left/cover;
}
.how-work .how__button {
  background: var(--red);
}
.how__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .how__list {
    width: auto;
    -webkit-margin-after: 2.5rem;
            margin-block-end: 2.5rem;
    padding-inline: 1.25rem;
  }
}
.how__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6875rem;
}
@media screen and (max-width: 750px) {
  .how__item {
    gap: 0.875rem;
  }
}
.how__item:not(:last-child) {
  -webkit-margin-after: 1.3125rem;
          margin-block-end: 1.3125rem;
}
@media screen and (max-width: 750px) {
  .how__item:not(:last-child) {
    -webkit-margin-after: 2.125rem;
            margin-block-end: 2.125rem;
  }
}
.how__item::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
}
@media screen and (max-width: 750px) {
  .how__item::before {
    width: 1.5625rem;
    height: 1.5625rem;
    position: relative;
    top: 0.3125rem;
  }
}
.how__item p {
  font-size: 1.125rem;
}
@media screen and (max-width: 750px) {
  .how__item p {
    font-size: 1.625rem;
    line-height: 1.5;
  }
}
.how__button {
  width: 18.75rem;
  margin-inline: auto;
  padding-block: 1.25rem;
  position: relative;
  border-radius: 999px;
  text-align: center;
  color: #fff;
  font-size: 1.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .how__button {
    width: 16.25rem;
    padding-block: 1.3125rem;
    -webkit-padding-start: 1.875rem;
            padding-inline-start: 1.875rem;
    text-align: left;
    font-size: 1.875rem;
  }
}
.how__button::after {
  content: "";
  width: 1rem;
  height: 1.0625rem;
  position: absolute;
  top: 50%;
  right: 2.1875rem;
  background: url(../images/how_arrow_to_bottom.webp) no-repeat top left/cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .how__button::after {
    width: 1.375rem;
    height: 1.5rem;
    right: 1.3125rem;
  }
}

/*==============================================================================
Cta
============================================================================= */
.wave__bg {
  position: relative;
}
.wave__bg::after {
  content: "";
  width: 100vw;
  height: 10.375rem;
  position: absolute;
  top: -0.75rem;
  left: 0;
  background: url(../images/white_wave_bg.webp) repeat-x top left/contain;
}

.cta {
  padding-block: 2.875rem 5.8125rem;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .cta {
    padding-block: 4.375rem 6.375rem;
  }
}
.cta--fixed {
  width: 100%;
  padding-block: 0.625rem 1.25rem;
  position: fixed;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 20;
  visibility: hidden;
}
@media screen and (max-width: 750px) {
  .cta--fixed {
    padding-block: 1.25rem 1.75rem;
  }
}
@media screen and (max-width: 750px) {
  .cta--fixed .cta__button {
    border-radius: 1.875rem !important;
  }
}
.cta--fixed.is__show {
  opacity: 1;
  visibility: visible;
}
.cta--fixed.is__show .cta__button {
  pointer-events: all;
}
.cta__inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  .cta__inner {
    width: 57.125rem;
  }
}
.cta__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.375rem;
}
@media screen and (max-width: 750px) {
  .cta__container {
    gap: 2.1875rem;
  }
}
.cta__block {
  position: relative;
}
.cta .cta__button {
  width: 26.875rem;
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
  margin-inline: auto;
  padding-block: 1.4375rem;
  position: relative;
  border-radius: 62.4375rem;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .cta .cta__button {
    width: 19.6875rem;
    padding-block: 1.125rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.cta .cta__button::before {
  content: "";
  width: 0.9375rem;
  height: 0.875rem;
  position: absolute;
  top: 50%;
  right: 4.25rem;
  background: url(../images/cta_link_arrow.webp) no-repeat top left/contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .cta .cta__button::before {
    display: none;
  }
}
.cta__learn .cta__text {
  width: 20.375rem;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .cta__learn .cta__text {
    width: 17.625rem;
  }
}
.cta__learn .cta__campaign {
  width: 7rem;
  position: absolute;
  bottom: -1.0625rem;
  right: -3.625rem;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .cta__learn .cta__campaign {
    width: 7.375rem;
    bottom: 0rem;
    right: -1.625rem;
  }
}
.cta__learn .cta__button {
  background: var(--blue);
  -webkit-box-shadow: 0 6px 0 #2164be;
          box-shadow: 0 6px 0 #2164be;
}
.cta__work .cta__text {
  width: 19.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .cta__work .cta__text {
    width: 14rem;
  }
}
.cta__work .cta__button {
  background: #ef8e8e;
  -webkit-box-shadow: 0 6px 0 #cd6b6b;
          box-shadow: 0 6px 0 #cd6b6b;
}

/*==============================================================================
Nichii
============================================================================= */
.nichii {
  position: relative;
}
.nichii__title {
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .nichii__title {
    -webkit-margin-after: 3.125rem;
            margin-block-end: 3.125rem;
  }
}
.nichii__merit {
  width: 50rem;
  -webkit-margin-after: 5rem;
          margin-block-end: 5rem;
  margin-inline: auto;
  padding-block: 1.875rem 2.25rem;
  padding-inline: 7.65625rem;
  background: var(--white);
  border-radius: 1.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .nichii__merit {
    width: auto;
    -webkit-margin-after: 7.8125rem;
            margin-block-end: 7.8125rem;
    padding-block: 2.8125rem 4rem;
    padding-inline: 3.75rem;
  }
}
.nichii__merit-title {
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
  -webkit-padding-after: 1.0625rem;
          padding-block-end: 1.0625rem;
  border-bottom-width: 0.1875rem;
  border-style: solid;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .nichii__merit-title {
    -webkit-margin-after: 3.75rem;
            margin-block-end: 3.75rem;
    -webkit-padding-after: 1.25rem;
            padding-block-end: 1.25rem;
    border-bottom-width: 0.25rem;
    font-size: 2.875rem;
    line-height: 1.5;
  }
}
.nichii__merit-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .nichii__merit-list {
    width: auto;
  }
}
.nichii__merit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.0625rem;
}
@media screen and (max-width: 750px) {
  .nichii__merit-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 1.875rem;
  }
}
.nichii__merit-item:not(:last-child) {
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
}
@media screen and (max-width: 750px) {
  .nichii__merit-item:not(:last-child) {
    -webkit-margin-after: 2.8125rem;
            margin-block-end: 2.8125rem;
    -webkit-padding-after: 1.25rem;
            padding-block-end: 1.25rem;
    border-bottom-width: 0.125rem;
    border-bottom-style: dotted;
  }
}
.nichii__merit-item::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5625rem;
  height: 1.5625rem;
}
@media screen and (max-width: 750px) {
  .nichii__merit-item::before {
    width: 2.5rem;
    height: 2.5rem;
    -webkit-margin-start: 1.5rem;
            margin-inline-start: 1.5rem;
    position: relative;
    top: 0.3125rem;
  }
}
.nichii__merit-item p {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .nichii__merit-item p {
    font-size: 1.875rem;
    line-height: 1.5;
  }
}
.nichii__graph {
  -webkit-margin-after: 4.8125rem;
          margin-block-end: 4.8125rem;
}
@media screen and (max-width: 750px) {
  .nichii__graph {
    -webkit-margin-after: 9.0625rem;
            margin-block-end: 9.0625rem;
  }
}
.nichii__graph-title {
  -webkit-margin-after: 1.5625rem;
          margin-block-end: 1.5625rem;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
}
@media screen and (max-width: 750px) {
  .nichii__graph-title {
    -webkit-margin-after: 3.125rem;
            margin-block-end: 3.125rem;
    font-size: 2.5rem;
    line-height: 1.5;
  }
}
.nichii__graph-img {
  width: 37.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .nichii__graph-img {
    width: 100%;
  }
}
.nichii__reason-title {
  width: 31rem;
  -webkit-margin-after: 2.75rem;
          margin-block-end: 2.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .nichii__reason-title {
    width: 38.75rem;
    -webkit-margin-after: 4.25rem;
            margin-block-end: 4.25rem;
  }
}
.nichii__reason-text {
  -webkit-margin-after: 1.875rem;
          margin-block-end: 1.875rem;
  text-align: center;
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .nichii__reason-text {
    -webkit-margin-after: 4.1875rem;
            margin-block-end: 4.1875rem;
    font-size: 2rem;
  }
}
.nichii__reason-text .din {
  font-size: 1.75rem;
}
@media screen and (max-width: 750px) {
  .nichii__reason-text .din {
    font-size: 2.625rem;
  }
}
.nichii__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.375rem;
}
.nichii__item {
  padding-block: 1.4375rem 1.875rem;
  padding-inline: 6.25rem;
  background: var(--lightYellow);
  border-width: 0.3125rem;
  border-style: solid;
  border-radius: 1.25rem;
}
@media screen and (max-width: 750px) {
  .nichii__item {
    padding-block: 3.125rem 4.875rem;
    padding-inline: 3.75rem;
  }
}
.nichii__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-after: 1.875rem;
          margin-block-end: 1.875rem;
  -webkit-padding-after: 1.4375rem;
          padding-block-end: 1.4375rem;
  border-bottom-width: 1px;
  border-style: solid;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .nichii__item-title {
    -webkit-margin-after: 2.5625rem;
            margin-block-end: 2.5625rem;
    -webkit-padding-after: 3rem;
            padding-block-end: 3rem;
    font-size: 2.25rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.nichii__item-title .num {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-margin-start: 1.25rem;
          margin-inline-start: 1.25rem;
  text-align: center;
  border-style: dotted;
  font-size: 2.75rem;
  font-weight: 700;
  font-family: "urw-din-semi-condensed", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 751px) {
  .nichii__item-title .num {
    -webkit-margin-end: 2.6875rem;
            margin-inline-end: 2.6875rem;
    -webkit-padding-end: 1.875rem;
            padding-inline-end: 1.875rem;
    border-right-width: 0.1875rem;
  }
}
@media screen and (max-width: 750px) {
  .nichii__item-title .num {
    font-size: 5rem;
  }
}
.nichii__item-title .num .small {
  display: block;
  -webkit-margin-after: 0.625rem;
          margin-block-end: 0.625rem;
  font-size: 1rem;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 750px) {
  .nichii__item-title .num .small {
    -webkit-margin-after: 0;
            margin-block-end: 0;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 750px) {
  .nichii__item-title .ttl {
    -webkit-margin-start: 2.3125rem;
            margin-inline-start: 2.3125rem;
    -webkit-padding-start: 1.4375rem;
            padding-inline-start: 1.4375rem;
    border-left-width: 0.25rem;
    border-left-style: dotted;
  }
}
.nichii__item-title .din {
  font-size: 2.875rem;
}
.nichii__item__wrapper-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6875rem;
}
@media screen and (max-width: 750px) {
  .nichii__item__wrapper-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3rem;
  }
}
.nichii__item__wrapper-body .text {
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .nichii__item__wrapper-body .text {
    font-size: 1.75rem;
  }
}
.nichii__item__wrapper-body .small {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
  font-size: 0.625rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .nichii__item__wrapper-body .small {
    -webkit-margin-before: 2.25rem;
            margin-block-start: 2.25rem;
    font-size: 1.25rem;
  }
}
.nichii__item-thumbnail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18.75rem;
}
@media screen and (max-width: 750px) {
  .nichii__item-thumbnail {
    width: 100%;
  }
}
.nichii-voice__title {
  -webkit-margin-after: 4.125rem;
          margin-block-end: 4.125rem;
  margin-inline: auto;
}

.nichii-learn {
  padding-block: 8.4375rem 6.25rem;
  background: #659ae3;
}
@media screen and (max-width: 750px) {
  .nichii-learn {
    padding-block: 15.9375rem 6.6875rem;
  }
}
.nichii-learn::before {
  content: "";
  width: 9.4375rem;
  height: 10.375rem;
  position: absolute;
  top: -3.4375rem;
  left: 50%;
  background: url(../images/learn_title_human.webp) no-repeat top left/cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .nichii-learn::before {
    width: 14rem;
    height: 15.25rem;
    top: -2.5rem;
  }
}
.nichii-learn .nichii__title {
  width: 26.25rem;
}
@media screen and (max-width: 750px) {
  .nichii-learn .nichii__title {
    width: 37rem;
  }
}
.nichii-learn .nichii__merit {
  border: 0.3125rem solid var(--blue);
}
.nichii-learn .nichii__merit-title {
  border-color: #1f6bd3;
  color: #1f6bd3;
}
.nichii-learn .nichii__merit-item {
  border-color: var(--blue);
}
.nichii-learn .nichii__merit-item::before {
  background: url(../images/nichii_check_blue.webp) no-repeat top left/cover;
}
.nichii-learn .nichii__merit-item span {
  color: var(--blue);
}
.nichii-learn .nichii__item {
  border-color: var(--blue);
}
.nichii-learn .nichii__item-title {
  border-color: var(--blue);
  color: var(--blue);
}
.nichii-learn .nichii__item-title .num {
  border-color: var(--blue);
}
.nichii-learn .nichii__item-title .ttl {
  border-color: var(--blue);
}

.nichii-work {
  padding-block: 9.0625rem 6.5rem;
  background: #eca2a2;
}
@media screen and (max-width: 750px) {
  .nichii-work {
    padding-block: 15.625rem 6.25rem;
  }
}
.nichii-work::before {
  content: "";
  width: 8rem;
  height: 10.8125rem;
  position: absolute;
  top: -3.4375rem;
  left: 50%;
  background: url(../images/work_title_human.webp) no-repeat top left/cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .nichii-work::before {
    width: 11.125rem;
    height: 15.125rem;
    top: -2.5rem;
  }
}
.nichii-work .nichii__title {
  width: 34.5rem;
}
@media screen and (max-width: 750px) {
  .nichii-work .nichii__title {
    width: 40.375rem;
  }
}
.nichii-work .nichii__merit {
  border: 0.3125rem solid var(--red);
}
@media screen and (max-width: 750px) {
  .nichii-work .nichii__merit {
    -webkit-padding-after: 2.5rem;
            padding-block-end: 2.5rem;
  }
}
.nichii-work .nichii__merit-title {
  border-color: #ef8e8e;
  color: var(--red);
}
.nichii-work .nichii__merit-item {
  border-color: var(--red);
}
@media screen and (max-width: 750px) {
  .nichii-work .nichii__merit-item:not(:last-child) {
    -webkit-margin-after: 2.8125rem;
            margin-block-end: 2.8125rem;
    -webkit-padding-after: 1.875rem;
            padding-block-end: 1.875rem;
  }
}
.nichii-work .nichii__merit-item::before {
  background: url(../images/nichii_check_red.webp) no-repeat top left/cover;
}
.nichii-work .nichii__merit-item span {
  color: var(--red);
}
.nichii-work .nichii__item {
  border-color: var(--red);
}
.nichii-work .nichii__item-title {
  border-color: var(--red);
  color: var(--red);
}
.nichii-work .nichii__item-title .num {
  border-color: var(--red);
}
.nichii-work .nichii__item-title .ttl {
  border-color: var(--red);
}

/*==============================================================================
Voice
============================================================================= */
.voice {
  padding-block: 3.125rem 5.1875rem;
  padding-inline: 6.25rem;
  background: url(../images/voice_bg.webp) no-repeat top left/cover;
}
@media screen and (max-width: 750px) {
  .voice {
    padding-block: 4.375rem 5.625rem;
    padding-inline: 3.625rem;
  }
}
.voice__container {
  display: grid;
}
@media screen and (min-width: 751px) {
  .voice__container {
    grid-template-areas: "subtitle thumb" "date thumb";
    grid-template-columns: 1fr 20rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  .voice__container {
    grid-template-areas: "subtitle" "thumb" "date";
    -webkit-margin-after: 2.625rem;
            margin-block-end: 2.625rem;
  }
}
.voice__title {
  -webkit-margin-after: 1.875rem;
          margin-block-end: 1.875rem;
  text-align: center;
  font-size: 1.375rem;
}
@media screen and (max-width: 750px) {
  .voice__title {
    -webkit-margin-after: 3.75rem;
            margin-block-end: 3.75rem;
    font-size: 2rem;
  }
}
.voice__subtitle {
  grid-area: subtitle;
  -webkit-margin-after: 1.875rem;
          margin-block-end: 1.875rem;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .voice__subtitle {
    -webkit-margin-after: 2.1875rem;
            margin-block-end: 2.1875rem;
    font-size: 2.25rem;
  }
}
.voice__subtitle::before {
  content: "";
  width: 1.3125rem;
  height: 0.9375rem;
  position: absolute;
  top: -1.5625rem;
  left: 0;
}
@media screen and (max-width: 750px) {
  .voice__subtitle::before {
    width: 2.625rem;
    height: 1.875rem;
    top: -2.5rem;
  }
}
.voice__subtitle.red::before {
  background: url(../images/voice_colon_red.webp) no-repeat top left/contain;
}
.voice__subtitle.blue::before {
  background: url(../images/voice_colon_blue.webp) no-repeat top left/contain;
}
.voice__subtitle.green::before {
  background: url(../images/voice_colon_green.webp) no-repeat top left/contain;
}
.voice__data {
  grid-area: date;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8125rem;
  width: 21.875rem;
  padding: 1.25rem;
  background: #f0f0f0;
  border-radius: 0.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .voice__data {
    width: 100%;
    padding-block: 3.125rem 2.125rem;
    padding-inline: 3.75rem;
    position: relative;
  }
}
.voice__data .data__title {
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .voice__data .data__title {
    position: absolute;
    top: -0.625rem;
    left: 50%;
    font-size: 1.5rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.voice__data .item {
  -webkit-margin-after: 0.875rem;
          margin-block-end: 0.875rem;
  font-size: 0.875rem;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .voice__data .item {
    -webkit-margin-after: 0.875rem;
            margin-block-end: 0.875rem;
    font-size: 1.5rem;
  }
}
.voice__data .item .small {
  font-size: 0.75rem;
}
@media screen and (max-width: 750px) {
  .voice__data .item .small {
    font-size: 1.25rem;
  }
}
.voice__data .data__attention {
  font-size: 0.75rem;
}
@media screen and (max-width: 750px) {
  .voice__data .data__attention {
    font-size: 1.25rem;
  }
}
.voice__thumbnail {
  grid-area: thumb;
}
@media screen and (max-width: 750px) {
  .voice__thumbnail {
    -webkit-margin-after: 1.75rem;
            margin-block-end: 1.75rem;
  }
}
.voice__thumbnail img {
  height: auto;
}
.voice__text {
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .voice__text {
    font-size: 1.75rem;
  }
}
.voice__text:not(:last-child) {
  -webkit-margin-after: 1.875rem;
          margin-block-end: 1.875rem;
}
@media screen and (max-width: 750px) {
  .voice__text:not(:last-child) {
    -webkit-margin-after: 2.75rem;
            margin-block-end: 2.75rem;
  }
}
.voice__text:first-of-type {
  margin-top: 2.5rem;
}
.voice .toggle__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  font-size: 1.625rem;
  font-weight: 700;
}
@media screen and (min-width: 751px) {
  .voice .toggle__button {
    display: none;
  }
}
.voice .toggle__icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.375rem;
  height: 2.375rem;
  position: relative;
  background: #0fc3c5;
  border-radius: 50%;
}
.voice .toggle__icon::before {
  content: "";
  width: 0.875rem;
  height: 0.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.voice .toggle__icon::after {
  content: "";
  width: 0.875rem;
  height: 0.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.voice .toggle__icon.is__open::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.nichii-voice-learn {
  padding-block: 5.875rem 6.25rem;
  background: #ddeafb;
}
@media screen and (max-width: 750px) {
  .nichii-voice-learn {
    padding-block: 5.625rem 6.0625rem;
  }
}
.nichii-voice-learn .nichii-voice__title {
  width: 46.125rem;
}
@media screen and (max-width: 750px) {
  .nichii-voice-learn .nichii-voice__title {
    width: 41.875rem;
  }
}
.nichii-voice-learn .voice__title {
  color: var(--blue);
}
.nichii-voice-learn .voice__subtitle {
  color: var(--blue);
}
.nichii-voice-learn .data__title {
  color: var(--blue);
}
.nichii-voice-learn .toggle__icon {
  background: var(--blue);
}

.nichii-voice-work {
  padding-block: 5.3125rem 6.25rem;
  background: #faf0f0;
}
@media screen and (max-width: 750px) {
  .nichii-voice-work {
    padding-block: 5rem 6.6875rem;
  }
}
.nichii-voice-work .nichii-voice__title {
  width: 39.75rem;
}
@media screen and (max-width: 750px) {
  .nichii-voice-work .nichii-voice__title {
    width: 41rem;
  }
}
.nichii-voice-work .voice__title {
  color: var(--red);
}
.nichii-voice-work .voice__subtitle {
  color: var(--red);
  line-height: 1.5;
}
@media screen and (min-width: 751px) {
  .nichii-voice-work .voice__subtitle {
    -webkit-margin-after: 1rem;
            margin-block-end: 1rem;
  }
}
.nichii-voice-work .data__title {
  color: var(--red);
}
.nichii-voice-work .toggle__icon {
  background: var(--red);
}

/*==============================================================================
Flow
============================================================================= */
.flow {
  padding-block: 6.25rem 5rem;
  background: var(--white);
}
.flow__title {
  -webkit-margin-after: 3.9375rem;
          margin-block-end: 3.9375rem;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .flow__title {
    -webkit-margin-after: 4.375rem;
            margin-block-end: 4.375rem;
  }
}
.flow__item {
  width: 50rem;
  margin-inline: auto;
  padding-block: 1.25rem;
  padding-inline: 2.5rem 1.5rem;
  position: relative;
  background: var(--lightYellow);
  border-width: 0.25rem;
  border-style: solid;
  border-radius: 1.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .flow__item {
    width: 100%;
    padding-block: 2.75rem 3.4375rem;
  }
}
.flow__item:not(:last-child) {
  -webkit-margin-after: 3.75rem;
          margin-block-end: 3.75rem;
}
@media screen and (max-width: 750px) {
  .flow__item:not(:last-child) {
    -webkit-margin-after: 6.5625rem;
            margin-block-end: 6.5625rem;
  }
}
.flow__item:not(:last-child)::after {
  content: "";
  width: 1.5625rem;
  height: 1.1875rem;
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .flow__item:not(:last-child)::after {
    width: 3.5625rem;
    height: 2.75rem;
    bottom: -4.625rem;
  }
}
.flow__item--small {
  padding-block: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .flow__item--small {
    padding-block: 3.125rem;
  }
}
.flow__item--small .flow__item-title {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.flow__item.has-img {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 751px) {
  .flow__item.has-img {
    grid-template-areas: "step img" "title img" "text img";
    grid-template-columns: 1fr 15.75rem;
  }
}
@media screen and (max-width: 750px) {
  .flow__item.has-img {
    grid-template-areas: "step" "title" "img" "text";
  }
}
.flow__item.no-step {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 751px) {
  .flow__item.no-step {
    grid-template-areas: "title img" "text img";
    grid-template-columns: 1fr 15.75rem;
  }
}
@media screen and (max-width: 750px) {
  .flow__item.no-step {
    grid-template-areas: "title" "img" "text";
  }
}
@media screen and (min-width: 751px) {
  .flow__item.no-step .flow__item-title {
    -ms-flex-item-align: end;
        align-self: end;
  }
}
@media screen and (min-width: 751px) {
  .flow__item.no-step .flow__item-text {
    -ms-flex-item-align: start;
        align-self: start;
  }
}
.flow__item.no-text {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 751px) {
  .flow__item.no-text {
    grid-template-areas: "step img" "title img";
    grid-template-columns: 1fr 15.75rem;
  }
}
@media screen and (max-width: 750px) {
  .flow__item.no-text {
    grid-template-areas: "step" "title" "img";
  }
}
@media screen and (min-width: 751px) {
  .flow__item.no-text .flow__item-step {
    -ms-flex-item-align: end;
        align-self: end;
  }
}
@media screen and (min-width: 751px) {
  .flow__item.no-text .flow__item-title {
    -ms-flex-item-align: start;
        align-self: start;
  }
}
.flow__item-step {
  grid-area: step;
  align-self: end;
  width: 5.625rem;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
  padding-block: 0.4375rem;
  border-radius: 999px;
  text-align: center;
  color: var(--white);
  font-size: 1.1875rem;
  font-family: "urw-din-semi-condensed", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .flow__item-step {
    width: 8.125rem;
    -webkit-margin-after: 1.875rem;
            margin-block-end: 1.875rem;
    margin-inline: auto;
    padding-block: 0.625rem;
    font-size: 1.75rem;
  }
}
.flow__item-title {
  grid-area: title;
  align-self: start;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .flow__item-title {
    -webkit-margin-after: 2.5rem;
            margin-block-end: 2.5rem;
    text-align: center;
    font-size: 2.25rem;
  }
}
.flow__item-text {
  grid-area: text;
  align-self: start;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .flow__item-text {
    text-align: center;
    font-size: 1.75rem;
    line-height: 1.8;
  }
}
.flow__item-text small {
  font-size: 0.75rem;
}
@media screen and (max-width: 750px) {
  .flow__item-text small {
    display: block;
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
    text-align: center;
    font-size: 1.375rem;
  }
}
.flow__item-block {
  grid-area: img;
  position: relative;
}
@media screen and (max-width: 750px) {
  .flow__item-block {
    -webkit-margin-after: 3.3125rem;
            margin-block-end: 3.3125rem;
  }
}
.flow__item-point {
  place-content: center;
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: -0.5rem;
  left: -3rem;
  background: #edf984;
  border: 0.25rem solid var(--white);
  border-radius: 50%;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .flow__item-point {
    width: 10.375rem;
    height: 10.375rem;
    top: -1.6875rem;
    left: -2.5rem;
    font-size: 1.5rem;
  }
}

.flow-learn .flow__title {
  width: 38.75rem;
}
.flow-learn .flow__item {
  border-color: var(--blue);
}
.flow-learn .flow__item::after {
  background: url(../images/flow_arrow_blue.webp) no-repeat top left/cover;
}
.flow-learn .flow__item:nth-child(3) .flow__item-title {
  -webkit-margin-after: 0.3125rem;
          margin-block-end: 0.3125rem;
}
.flow-learn .flow__item-step {
  background: var(--blue);
}
.flow-learn .flow__item-title {
  color: var(--blue);
}
.flow-learn .flow__item-point {
  color: var(--blue);
}

.flow-work .flow__title {
  width: 24.5rem;
}
.flow-work .flow__item {
  border-color: var(--red);
}
.flow-work .flow__item::after {
  background: url(../images/flow_arrow_red.webp) no-repeat top left/cover;
}
@media screen and (min-width: 751px) {
  .flow-work .flow__item:nth-child(4) .flow__item-title {
    -webkit-margin-after: -1rem;
            margin-block-end: -1rem;
  }
}
.flow-work .flow__item-step {
  background: var(--red);
}
.flow-work .flow__item-title {
  color: var(--red);
}
.flow-work .flow__item-point {
  color: var(--red);
}

/*==============================================================================
Nichii-Cta
============================================================================= */
.nichii-cta {
  padding-block: 5rem 8.375rem;
}
@media screen and (max-width: 750px) {
  .nichii-cta {
    padding-block: 5.75rem 6.25rem;
  }
}
.nichii-cta__inner {
  padding-block: 2.5rem 4.125rem;
  position: relative;
  background: var(--lightYellow);
  border-radius: 1.875rem;
}
@media screen and (max-width: 750px) {
  .nichii-cta__inner {
    padding-block: 3.125rem 3.4375rem;
  }
}
.nichii-cta__title {
  -webkit-margin-after: 1.9375rem;
          margin-block-end: 1.9375rem;
  margin-inline: auto;
}
.nichii-cta__block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.nichii-cta__campaign {
  width: 6.5625rem;
  position: absolute;
  top: 50%;
  left: -1.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .nichii-cta__campaign {
    width: 7.375rem;
    left: -1.75rem;
  }
}
.nichii-cta__button {
  width: 37.3125rem;
  -webkit-margin-after: 1.875rem;
          margin-block-end: 1.875rem;
  margin-inline: auto;
  padding-block: 1.5rem;
  position: relative;
  border-radius: 999px;
  text-align: center;
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .nichii-cta__button {
    place-content: center;
    width: 34.375rem;
    height: 9.375rem;
    padding-block: 0;
    font-size: 2.5rem;
    line-height: 1.25;
  }
}
.nichii-cta__button::after {
  content: "";
  width: 0.9375rem;
  height: 0.875rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  background: url(../images/nichii_cta_arrow.webp) no-repeat top left/cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .nichii-cta__button::after {
    width: 1.875rem;
    height: 1.75rem;
    right: 1.875rem;
  }
}
.nichii-cta__button.orange {
  background: #f5a65b;
  -webkit-box-shadow: 0 0.375rem 0 #d28236;
          box-shadow: 0 0.375rem 0 #d28236;
}
@media screen and (max-width: 750px) {
  .nichii-cta__button.orange {
    -webkit-box-shadow: 0 0.5rem 0 #d28236;
            box-shadow: 0 0.5rem 0 #d28236;
  }
}
.nichii-cta__button.green {
  background: #0fc3c5;
  -webkit-box-shadow: 0 0.375rem 0 #079d9f;
          box-shadow: 0 0.375rem 0 #079d9f;
}
@media screen and (max-width: 750px) {
  .nichii-cta__button.green {
    -webkit-box-shadow: 0 0.5rem 0 #079d9f;
            box-shadow: 0 0.5rem 0 #079d9f;
  }
}
.nichii-cta__button.purple {
  background: #9c5bf5;
  -webkit-box-shadow: 0 0.375rem 0 #7939d0;
          box-shadow: 0 0.375rem 0 #7939d0;
}
@media screen and (max-width: 750px) {
  .nichii-cta__button.purple {
    -webkit-box-shadow: 0 0.5rem 0 #7939d0;
            box-shadow: 0 0.5rem 0 #7939d0;
  }
}
.nichii-cta__button.blue {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  background: #3e7fd6;
  -webkit-box-shadow: 0 0.375rem 0 #2164be;
          box-shadow: 0 0.375rem 0 #2164be;
}
@media screen and (max-width: 750px) {
  .nichii-cta__button.blue {
    -webkit-box-shadow: 0 0.5rem 0 #2164be;
            box-shadow: 0 0.5rem 0 #2164be;
  }
}
.nichii-cta__button.red {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  background: #ef8e8e;
  -webkit-box-shadow: 0 0.375rem 0 #db5353;
          box-shadow: 0 0.375rem 0 #db5353;
}
@media screen and (max-width: 750px) {
  .nichii-cta__button.red {
    -webkit-box-shadow: 0 0.5rem 0 #db5353;
            box-shadow: 0 0.5rem 0 #db5353;
  }
}

.nichii-cta-learn {
  background: #ddeafb;
}
.nichii-cta-learn .nichii-cta__inner::before {
  content: "";
  width: 7.1875rem;
  height: 8.625rem;
  position: absolute;
  top: -2.125rem;
  right: 0.625rem;
  background: url(../images/learn_cta_human.webp) no-repeat top left/cover;
}
@media screen and (max-width: 750px) {
  .nichii-cta-learn .nichii-cta__inner::before {
    width: 7.3125rem;
    height: 8.8125rem;
    top: -5rem;
    right: -2.5rem;
  }
}
.nichii-cta-learn .nichii-cta__title {
  width: 35.125rem;
}
@media screen and (max-width: 750px) {
  .nichii-cta-learn .nichii-cta__title {
    width: 37.5rem;
  }
}

.nichii-cta-work {
  background: #faf0f0;
}
.nichii-cta-work .nichii-cta__inner::before {
  content: "";
  width: 6.5rem;
  height: 6.6875rem;
  position: absolute;
  top: -1.9375rem;
  left: 3.75rem;
  background: url(../images/work_cta_human.webp) no-repeat top left/cover;
}
@media screen and (max-width: 750px) {
  .nichii-cta-work .nichii-cta__inner::before {
    width: 7.375rem;
    height: 7.8125rem;
    top: -4.375rem;
    left: 1.25rem;
  }
}
.nichii-cta-work .nichii-cta__title {
  width: 33.875rem;
}
@media screen and (max-width: 750px) {
  .nichii-cta-work .nichii-cta__title {
    width: 36.875rem;
  }
}
/*# sourceMappingURL=style.css.map */