@import "../../../../node_modules/swiper/swiper-bundle.css";
@import url('https://fonts.googleapis.com/css2?family="Roboto", sans-serif;:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

a {
  text-decoration: none;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
}

iframe {
  max-width: 100%;
  vertical-align: middle;
}

picture {
  display: block;
  max-width: 100%;
}

:root {
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-Liver: #672422;
  --color-raisin-black: #232020;
  --color-satin-sheen-gold: #C3A63C;
  --color-root-beer: #200000;
  --color-silver-foil: #B0B0B0;
}

html {
  font-size: 10px;
}

body {
  background-color: var(--color-white);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-black);
  line-height: 1.2;
}

body.of-hidden {
  overflow: hidden;
}

body h1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.container {
  display: block;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .container {
    max-width: 1440px;
  }
}

.only-pc {
  display: none;
}

.only-sp {
  display: block;
}

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

  .only-sp {
    display: none;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media only screen and (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
}

@media only screen and (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
}

@media only screen and (min-width: 576px) {
  .d-sm-inline-block {
    display: inline-block !important;
  }
}

@media only screen and (min-width: 576px) {
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
}

@media only screen and (min-width: 576px) {
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block !important;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media only screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
}

@media only screen and (min-width: 1200px) {
  .d-xl-inline-block {
    display: inline-block !important;
  }
}

@media only screen and (min-width: 1200px) {
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}

@media only screen and (min-width: 1200px) {
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.header__wrapper {
  position: fixed;
  width: 100%;
  padding-block: 10px;
  z-index: 2;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-inline: 15px;
  position: relative;
  z-index: 15;
}

.header__nav-list {
  display: none;
}

.header__toggle {
  display: block;
}

.header__pcnav {
  display: none;
}

.header__logo {
  max-width: 150px;
  width: 100%;
}

.header__nav-item {
  margin-bottom: 5px;
  padding-block: 2px;
}

@media (min-width: 768px) {
  .header__nav-item {
    margin-bottom: 0;
    padding-block: 0;
  }
}

.header__nav-splist {
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.header__nav-item a {
  color: #FFF;
  font-family: "" Roboto ", sans-serif;", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

.header__nav-item a:hover {
  opacity: 0.7;
}

.header__media {
  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;
  gap: 12px;
  margin-top: 30px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.header__media a:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .header__wrapper {
    position: fixed;
    width: 100%;
    padding-block: 20px 0;
  }

  .header__logo {
    max-width: 202px;
    width: 100%;
  }

  .header__nav-list {
    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;
    padding: 15px 20px;
    gap: 5px;
    border-radius: 100px;
    background: #FFF;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  }

  .header__toggle {
    display: block;
  }

  .header__nav-item a {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .header__wrapper {
    position: fixed;
    width: 100%;
  }

  .header__nav-list {
    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;
    padding: 20px;
    gap: 15px;
    border-radius: 100px;
    background: #FFF;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  }

  .header__nav-item a {
    color: #222;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  .header__toggle {
    display: none;
  }

  .header__pcnav {
    display: block;
  }

  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-inline: 20px;
    gap: 0px;
  }
}

@media (min-width: 1200px) {
  .header__nav-list {
    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;
    padding: 28px 50px;
    gap: 30px;
    border-radius: 100px;
    background: #FFF;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  }

  .header__nav-item a {
    color: #222;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}

.header__nav {
  display: none;
  cursor: pointer;
}

.header__nav.active {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 6;
  cursor: pointer;
  padding: 70px 15px 0;
}

.open-icon {
  display: inline;
  cursor: pointer;
}

.close-icon {
  display: none;
}

#nav-icon.active .open-icon {
  display: none;
}

#nav-icon.active .close-icon {
  display: inline;
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  display: none;
}

.nav-overlay.active {
  display: block;
}

.hide-logo {
  display: none;
}

.footer {
  padding: 60px 15px 30px 15px;
}

@media (min-width: 768px) {
  .footer {
    padding: 80px 70px;
  }
}

.footer__wrapper {
  max-width: 1300px;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  /*-ms-flex-direction: column;*/
  -ms-flex-direction: row;
  /*flex-direction: column;*/
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}

@media (min-width: 768px) {
  .footer__wrapper {
    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;*/
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 64px;
  }
}

.footer__company-info {
  /*max-width: 100%;
  width: 100%;*/
}

@media (min-width: 769px) {

  /*追加*/
  .footer__company-info {
    /*width: 60%;*/
  }
}

@media (min-width: 992px) {

  /*追加*/
  .footer__company-info {
    /*width: 70%;*/
  }
}

@media (min-width: 1400px) {
  .footer__company-info {
    /*max-width: 864px;
    width: 100%;*/
  }
}

.footer__logo {
  max-width: 135px;
  width: 100%;
  margin-bottom: 30px;
  justify-self: center;
}

@media (min-width: 768px) {
  .footer__logo {
    justify-self: flex-start;
    margin-bottom: 32px;
  }
}

.footer__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .footer__detail {
    gap: 40px;
    margin-bottom: 20px;
  }
}

.footer__detail:last-child {
  margin-bottom: 0;
}

.footer__label {
  max-width: 100px;
  width: 100%;
  color: var(--Text-primary, #000);
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 21px;
}

@media (min-width: 768px) {
  .footer__label {
    font-size: 14px;
  }
}

.footer__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: var(--Text-primary, #000);
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
}

@media (min-width: 768px) {
  .footer__text {
    font-size: 14px;
  }
}

.footer__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9px;
}

@media (min-width: 992px) {

  /*追加*/
  .footer__navigation {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 10px;
  }
}

@media (min-width: 1400px) {
  .footer__navigation {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 10px;
  }
}

.footer__nav-item {
  color: #222;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media (min-width: 768px) {
  .footer__nav-item {
    font-size: 16px;
    line-height: 21px;
    padding-block: 8px;
  }
}

.footer__nav-item:hover {
  opacity: 0.7;
}

.footer__social-icons {
  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;
  gap: 12px;
  padding-block: 32px 30px;
  border-bottom: 1px solid #000;
}

@media (min-width: 768px) {
  .footer__social-icons {
    padding-block: 60px 30px;
  }
}

.footer__icon-link {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 30px;
  height: auto;
}

.footer__icon-link:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .footer__icon-link {
    width: 80px;
  }
}

.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  gap: 10px;
}

@media (min-width: 768px) {
  .footer__copyright {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0px;
  }
}

.footer__copyright-text {
  color: var(--Text-primary, #000);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.footer__privacy-policy {
  color: var(--Link-primary, #000);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}

.footer__privacy-policy:hover {
  opacity: 0.7;
}

.mv {
  line-height: 0;
  max-width: 100%;
  width: 100%;
}

.mv img {
  width: 100%;
}

.mv__container {
  position: relative;
}

.top__container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  margin-top: 5px;
  padding-left: 15px;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .top__container {
    right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    gap: 20px;
    margin-top: 3.611vw;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .top__container {
    width: -webkit-calc(100vw - 40px);
    width: calc(100vw - 40px);
    gap: 3.473vw;
  }
}

@media (min-width: 1200px) {
  .top__container {
    width: 93.056vw;
  }
}

.top__text-section {
  max-width: 80vw;
  width: 100%;
}

@media (min-width: 575px) {
  .top__text-section {
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  .top__text-section {
    max-width: 60vw;
    width: 100%;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .top__text-section {
    max-width: 47.917vw;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .top__text-section {
    max-width: 47.917vw;
    width: 100%;
  }
}

.top__heading {
  color: #F55235;
  font-family: "Roboto", sans-serif;
  font-size: 7.467vw;
  font-weight: 700;
  line-height: 120%;
}

@media (min-width: 768px) {
  .top__heading {
    font-size: 4.5vw;
  }
}

@media (min-width: 992px) {
  .top__heading {
    font-size: 4.722vw;
  }
}

@media (min-width: 1200px) {
  .top__heading {
    font-size: 4.722vw;
  }
}

.top__image {
  margin-block: 15px;
  max-width: 202px;
}

@media (min-width: 768px) {
  .top__image {
    max-width: 100%;
    width: 100%;
    margin-block: 2.084vw;
  }
}

@media (min-width: 992px) {
  .top__image {
    max-width: 300px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .top__image {
    max-width: 100%;
    width: 100%;
  }
}

.top__description {
  color: #222;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 20px;
  max-width: 80vw;
  width: 100%;
  padding-bottom: 7px;
}

@media (min-width: 575px) {
  .top__description {
    line-height: 29px;
  }
}

@media (min-width: 768px) {
  .top__description {
    font-size: 1.8vw;
    max-width: 100%;
    width: 100%;
    line-height: normal;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .top__description {
    font-size: 1.953vw;
    line-height: 2.153vw;
  }
}

@media (min-width: 1200px) {
  .top__description {
    font-size: 1.2vw;
  }
}

@media (min-width: 1400px) {
  .top__description {
    font-size: 1.25vw;
  }
}

.top__image-section {
  max-width: 96vw;
  width: 100%;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
}

@media (min-width: 768px) {
  .top__image-section {
    max-width: 41.667vw;
  }
}

.top__image-section img {
  width: 100%;
}

.inquiry__thumbnail-wrapper {
  position: relative;
  /*追加*/
  max-width: 900px;
  width: 100%;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  pointer-events: auto;
  /*追加*/
  cursor: pointer;
  /*追加*/
}

.inquiry__thumbnail-wrapper::after {
  /*追加*/
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("./../img/solution/play-button.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 50px;
  z-index: 2;
  pointer-events: none;
}

.inquiry__iframe-wrapper {
  background-color: #F55235;
}

.inquiry__image {
  max-width: 100%;
  width: 100%;
  position: relative;
}

.inquiry__image img {
  width: 100%;
}

.inquiry__iframe {
  width: 100%;
  height: 100%;
}

.inquiry__iframe-box {
  position: absolute;
  left: 50%;
  top: 43.1%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 100%;
  height: 70%;
  padding-inline: 15px;
}

@media (min-width: 768px) {
  .inquiry__iframe-box {
    max-width: 500px;
    width: 100%;
    height: 80%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-inline: 0;
  }
}

@media (min-width: 992px) {
  .inquiry__iframe-box {
    max-width: 700px;
    width: 100%;
    height: 350px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 1400px) {
  .inquiry__iframe-box {
    max-width: 900px;
    width: 100%;
    height: 483px;
  }
}

.about .container {
  padding: 0;
}

.about__block {
  padding-block: 60px;
  position: relative;
  overflow: hidden;
  background-color: #F7F7F7;
}

@media (min-width: 768px) {
  .about__block {
    padding-block: 80px 100px;
  }
}

.about__block::before {
  content: "";
  position: absolute;
  background-image: url("./../img/about/about-01-sp.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  right: -20px;
  width: 296px;
  height: 64px;
}

@media (min-width: 768px) {
  .about__block::before {
    background-image: url("./../img/about/about-01.svg");
    width: 984px;
    height: 213px;
    right: -85px;
  }
}

.about__heading {
  padding-inline: 15px;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
  gap: 15px;
}

@media (min-width: 768px) {
  .about__heading {
    padding-inline: 15px;
    -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;
    margin-bottom: 0;
    gap: 0;
  }
}

@media (min-width: 1400px) {
  .about__heading {
    padding-inline: 150px;
  }
}

.about__heading-title {
  color: #000;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 37px;
  position: relative;
  padding-right: 25px;
}

@media (min-width: 768px) {
  .about__heading-title {
    font-size: 38px;
    padding-right: 40px;
    line-height: 58px;
  }
}

@media (min-width: 992px) {
  .about__heading-title {
    font-size: 45px;
    padding-right: 50px;
  }
}

@media (min-width: 1200px) {
  .about__heading-title {
    font-size: 60px;
    padding-right: 55px;
  }
}

.about__heading-title .highlight {
  color: #F55235;
}

.about__heading-title:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 85px;
  border-radius: 50px;
  background: #F55235;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(20deg);
  -ms-transform: translateY(-50%) rotate(20deg);
  transform: translateY(-50%) rotate(20deg);
}

@media (min-width: 768px) {
  .about__heading-title:after {
    height: 90px;
  }
}

@media (min-width: 992px) {
  .about__heading-title:after {
    height: 100px;
  }
}

@media (min-width: 1200px) {
  .about__heading-title:after {
    height: 136px;
  }
}

.about__heading-subtitle {
  color: #222;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

@media (min-width: 768px) {
  .about__heading-subtitle {
    font-size: 14px;
    line-height: 30px;
    padding-left: 40px;
  }
}

@media (min-width: 992px) {
  .about__heading-subtitle {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .about__heading-subtitle {
    font-size: 20px;
  }
}

.about__row {
  max-width: 1360px;
  width: 100%;
  margin-inline: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
  padding-left: 15px;
  max-width: 1290px;
  width: 100%;
}

@media (min-width: 768px) {
  .about__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .about__row {
    gap: 50px;
    padding-left: 0;
  }
}

.about__row:last-child {
  margin-bottom: 0;
}

.about__row.-rev {
  margin-inline: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding-left: 0;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .about__row.-rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-right: 0;
  }
}

.about__row.-rev .about__backward {
  position: absolute;
  left: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  width: 350px;
  height: 240px;
}

@media (min-width: 768px) {
  .about__row.-rev .about__backward {
    width: 335px;
    height: 280px;
  }
}

@media (min-width: 992px) {
  .about__row.-rev .about__backward {
    width: 400px;
    height: 330px;
  }
}

@media (min-width: 1200px) {
  .about__row.-rev .about__backward {
    width: 550px;
    height: 470px;
  }
}

.about__row.-rev .about__col:last-child img {
  border-radius: 0px 50px 50px 0px;
}

.about__row.-rev .about__col:first-child {
  padding-left: 15px;
}

@media (min-width: 768px) {
  .about__row.-rev .about__col:first-child {
    padding-left: 0;
  }
}

.about__row.-rev .about__title {
  text-align: end;
}

@media (min-width: 768px) {
  .about__row.-rev .about__title {
    text-align: start;
  }
}

.about__col:last-child {
  max-width: 680px;
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .about__col:last-child {
    max-width: 400px;
  }
}

@media (min-width: 992px) {
  .about__col:last-child {
    max-width: 540px;
  }
}

@media (min-width: 1200px) {
  .about__col:last-child {
    max-width: 680px;
  }
}

.about__col:last-child img {
  border-radius: 50px 0 0px 50px;
}

.about__col:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .about__col:first-child {
    padding-right: 0;
  }
}

.about__title {
  color: #222;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .about__title {
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 43px;
  }
}

@media (min-width: 992px) {
  .about__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.about__description {
  color: #222;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}

@media (min-width: 768px) {
  .about__description {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (min-width: 992px) {
  .about__description {
    font-size: 16px;
  }
}

.about__backward {
  position: absolute;
  right: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  width: 350px;
  height: 240px;
}

@media (min-width: 992px) {
  .about__backward {
    width: 320px;
    height: 320px;
  }
}

@media (min-width: 1200px) {
  .about__backward {
    width: 465px;
    height: 470px;
  }
}

.about__backward.width {
  width: 350px;
  height: 240px;
}

@media (min-width: 992px) {
  .about__backward.width {
    width: 400px;
    height: 330px;
  }
}

@media (min-width: 1200px) {
  .about__backward.width {
    width: 570px;
    height: 470px;
  }
}

.industry {
  background-image: url("./../img/industry/industry-sp-img.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  @media (min-width:768px) {
    background-image: url("./../img/industry/industry-img.jpg");
  }
}

.industry__ttl {
  color: #222;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  font-family: "noto-sans-cjk-jp", sans-serif;

  @media (min-width:768px) {
    font-size: 28px;
    line-height: 36px;

  }

  @media (min-width:992px) {
    font-size: 30px;
    line-height: 36px;

  }
}

.industry__subtitle {
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  margin-top: 10px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  @media (min-width:768px) {
    font-size: 32px;
    line-height: 48px;
    margin-top: 15px;

  }

  @media (min-width:992px) {
    font-size: 40px;
    line-height: 48px;
    margin-top: 15px;

  }
}

.industry__subtitle .highlight {
  color: #F55235;
}

.industry__block {
  padding-block: 60px;

  @media (min-width:768px) {
    padding-block: 80px;
  }
}

.industry__row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  max-width: 1110px;
  width: 100%;
  margin-inline: auto;
  margin-block: 30px 20px; 

  @media (min-width:768px) {
    flex-direction: row;
    gap: 30px;
      margin-block: 50px 40px;

  }
}

.industry__col {
  width: 100%;
  border-radius: 15px;
  background: #F5F5F5;
  position: relative;
  padding: 20px 10px;
  z-index: 2;

  @media (min-width:768px) {
    padding: 10px;
    width: calc(100% / 3 - 20px);
  }

  @media (min-width:992px) {
    padding: 20px;
  }
}

.industry__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  @media (min-width:768px) {
    font-size: 18px;
    line-height: 26px;
    min-height: 52px;
  }

  @media (min-width:992px) {
    font-size: 20px;
  }
}

.industry__description {
  color: #222;
  font-size: 13px;
  font-weight: 500;
  line-height: 19.5px;
  margin-top: 10px;

  @media (min-width:768px) {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;


  }
}

.industry__number {
  position: absolute;
  font-family: "DIN 2014";
  font-size: 120px;
  font-weight: 700;
  line-height: 144px;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #EAEAEA;
  z-index: -1;

  @media (min-width:768px) {
      top: 50%;
    font-size: 140px;
    line-height: 168px;

  }
}

.industry__list {
  max-width: 815px;
  width: 100%;
  margin-inline: auto;
  border-inline: 2px solid #f55235;

  @media (min-width:768px) {
    border-inline: 5px solid #f55235;
  }
}

.industry__listwrap {
  padding-inline: 10px;
  padding-block: 10px;

  @media (min-width:768px) {
    padding-inline: 15px;
  }

  @media (min-width:992px) {
    padding-inline: 49px;
  }
}

.indusry__listitem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-family: "noto-sans-cjk-jp", sans-serif;

  @media (min-width:768px) {
    margin-bottom: 15px;
  }
}

.indusry__listitem:last-child {
  margin-bottom: 0;
}

.indusry__listitem .number {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  flex-shrink: 0;
  background-color: #f55235;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.indusry__listitem .text {
  color: #222;
  font-size: 13px;
  font-weight: 700;
  line-height: 19.5px;

  @media (min-width:768px) {
    font-size: 17px;
    line-height: 27px;
  }

  @media (min-width:992px) {
    font-size: 18px;
  }
}

.indusry__listitem .highlight {
  color: #F55235;
}

.industry__headquarters {
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
  border-radius: 15px;
  border: 2px solid #F55235;
  position: relative;
  padding-block: 28px 13px;
  margin-block: 32px 80px;

  @media (min-width:768px) {
    margin-block: 55px 110px;
    padding-block: 38px 28px;
  }

  &:after {
    content: "";
    position: absolute;
    background-image: url("../img/industry/icon-arrow.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 45px;
    height: 45px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -65px;

    @media (min-width:768px) {
      width: 54px;
      height: 55px;
         bottom: -84px;
    }
  }
}

.industry__headquarters-title {
  position: absolute;
  color: #F55235;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  padding-inline: 20px;
  background: #FFF;
  max-width: 220px;
  width: 100%;
  margin-inline: auto;
  left: 50%;
  transform: translateX(-50%);
  top: -17px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  @media (min-width:768px) {
    font-size: 26px;
    line-height: 33px;
    max-width: 274px;



  }
}

.industry__circlewrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.industry__circlelft {
  width: 165px;
  height: 165px;
  border-radius: 165px;
  background-color: rgba(255, 240, 217, 0.5);
  mix-blend-mode: multiply;
  flex-shrink: 0;
  position: relative;
  z-index: 1;

  @media (min-width:768px) {
    width: 250px;
    height: 250px;
    border-radius: 250px;
  }
}

.industry__circlerth {
  position: relative;
  width: 165px;
  height: 165px;
  border-radius: 165px;
  background-color: rgba(255, 212, 205, 0.5);
  mix-blend-mode: multiply;
  flex-shrink: 0;
  margin-left: -15px;
  z-index: 2;

  @media (min-width:768px) {
    width: 250px;
    height: 250px;
    border-radius: 250px;
  }
}

.industry__smtxt {
  color: #000;
     font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 5px;

  @media (min-width:768px) {
    font-size: 14px;
    line-height: 21px;
     margin-bottom: 10px;


  }
}

.industry__image {
  max-width: 133px;
  width: 100%;
  margin-inline: auto;
}

.industry__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;

}

.industry__content.bold p {
  color: #000;
  text-align: center;
   font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;

  @media (min-width:768px) {
    font-size: 22px;
    line-height: 33px;


  }
}

.industry__value {
  display: flex;
  justify-content: center;
  align-items: center;
}

.industry__value-txt {
  color: #F55235;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 80px;
  width: fit-content;
  position: relative;
  font-family: "noto-sans-cjk-jp", sans-serif;
  @media (min-width:768px) {
    font-size: 70px;
    line-height: 130px;


  }

  &:after {
    content: "";
    position: absolute;
    background-image: url("../img/industry/icon-left.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    left: -80px;
    width: 50px;
    height: 79px;
    top: 50%;
    transform: translateY(-50%);

    @media (min-width:768px) {
      width: 80px;
      height: 130px;
      left: -120px;
    }

  }

  &:before {
    content: "";
    position: absolute;
    background-image: url("../img/industry/icon-right.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    right: -80px;
    width: 50px;
    height: 79px;
    top: 50%;
    transform: translateY(-50%);

    @media (min-width:768px) {
      width: 80px;
      height: 130px;
      right: -120px;
    }

  }
}

.what {
  background: #F55235;
  padding-block: 60px;
  position: relative;
  overflow: hidden;

}

@media (min-width: 768px) {
  .what {
    padding-block: 80px;
  }
}

.what:after {
  content: "";
  position: absolute;
  background-image: url("./../img/what/what-01-sp.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 455px;
  height: 64px;
  left: -39px;
  top: 0;
}

@media (min-width: 768px) {
  .what:after {
    background-image: url("./../img/what/what-01.svg");
    background-position: center;
    background-size: contain;
    width: 779px;
    height: 107px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.what__heading {
  color: #FFF;
  text-align: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .what__heading {
    margin-bottom: 50px;
    font-size: 60px;
    line-height: 72px;
  }
}

.what__block {
  max-width: 1140px;
  width: 100%;
  margin-inline: auto;
}

.what__row {
  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;
  gap: 15px;
}

@media (min-width: 768px) {
  .what__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
  }
}

.what__col:first-child {
  max-width: 100%;
  width: 100%;
}

.what__col:first-child img {
  width: 100%;
}

@media (min-width: 768px) {
  .what__col:first-child {
    max-width: 375px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .what__col:first-child {
    max-width: 450px;
    width: 100%;
  }
}

.what__col:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.what__ttl {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
  border-bottom: 2px solid #fff;
  padding-bottom: 8px;
}

@media (min-width: 768px) {
  .what__ttl {
    font-size: 20px;
    line-height: 30px;
    padding-left: 25px;
    padding-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .what__ttl {
    font-size: 30px;
    line-height: 36px;
    padding-left: 50px;
    padding-bottom: 25px;
  }
}

.what__subttl {
  color: #FFF;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .what__subttl {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding-left: 25px;
    padding-top: 10px;
  }
}

@media (min-width: 992px) {
  .what__subttl {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    padding-left: 50px;
    padding-top: 25px;
  }
}

.what__image {
  margin-top: 20px;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .what__image {
    padding-bottom: 10px;
  }

  .what__image::-webkit-scrollbar {
    height: 3px;
  }

  .what__image::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 50px;
  }

  .what__image::-webkit-scrollbar-thumb {
    background-color: #FFA641;
    border-radius: 50px;
  }

  .what__image::-webkit-scrollbar-thumb:hover {
    background: #FFA641;
  }
}

@media (min-width: 768px) {
  .what__image {
    margin-top: 50px;
  }

  .what__image::-webkit-scrollbar {
    display: none;
  }
}

.what__image img {
  display: inline-block;
  min-width: 400px;
  height: auto;
}

.utilize {
  background: #F5F5F5;
  padding-block: 60px;
}

@media (min-width: 768px) {
  .utilize {
    padding-block: 80px;
  }
}

.utilize__heading {
  color: #222;
  text-align: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
}

@media (min-width: 768px) {
  .utilize__heading {
    font-size: 38px;
    line-height: 57px;
  }
}

.utilize__block {
  max-width: 1140px;
  width: 100%;
  margin-inline: auto;
  padding: 36px 7px 7px 7px;
  border: 3px solid #F55235;
  margin-top: 55px;
  background: #F5F5F5;
  position: relative;
}

@media (min-width: 768px) {
  .utilize__block {
    margin-top: 75px;
    padding: 42px 12px 12px 12px;
  }
}

.utilize__title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #FFF;
  text-align: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  display: inline-block;
  background: #F55235;
  padding-inline: 15px;
  max-width: 300px;
  width: 100%;
  margin-inline: auto;
  top: -15px;
}

@media (min-width: 768px) {
  .utilize__title {
    max-width: 761px;
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    display: inline-block;
    background: #F55235;
    padding-inline: 24px;
    top: -23px;
  }
}

@media (min-width: 992px) {
  .utilize__title {
    max-width: 761px;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    display: inline-block;
    background: #F55235;
    padding-inline: 30px;
  }
}

.utilize__coreblock {
  background-color: #fff;
  padding: 10px;
}

@media (min-width: 768px) {
  .utilize__coreblock {
    padding: 20px;
  }
}

.utilize__faq {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .utilize__faq {
    margin-bottom: 30px;
  }
}

.utilize__faq:last-child {
  padding-bottom: 0px;
}

.utilize__faq:nth-child(3) .utilize__question-text {
  background: #91278F;
}

.utilize__faq:nth-child(3) .utilize__answer-text::after {
  background-image: url(./../img/common/arrow-right-purple.svg);
}

.utilize__faq:nth-child(4) .utilize__question-text {
  background: #F35928;
}

.utilize__faq:nth-child(4) .utilize__answer-text::after {
  background-image: url(./../img/common/arrow-right-orange.svg);
}

.utilize__faq:last-child .utilize__question-text {
  background: #F7931D;
}

.utilize__faq:last-child .utilize__answer-text::after {
  background-image: url(./../img/common/arrow-right-yellow.svg);
}

.utilize__question {
  background-color: #eee;
  cursor: pointer;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.utilize__question .icon {
  position: absolute;
  background-image: url("./../img/common/arrow-up.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  right: 12px;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .utilize__question .icon {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}

.utilize__question .icon.active {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.utilize__question-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #FFF;
  text-align: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 13px;
  background: #ED1B24;
  padding-block: 19px 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .utilize__question-text {
    font-size: 24px;
    line-height: 18px;
    padding-block: 21px;
  }
}

.utilize__answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.utilize__answer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px 20px;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .utilize__answer-inner {
    gap: 15px 20px;
    padding-top: 15px;
  }
}

.utilize__answer-text {
  color: #222;
  text-align: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  padding-left: 20px;
  position: relative;
  pointer-events: none;
}

@media (min-width: 768px) {
  .utilize__answer-text {
    font-size: 20px;
    line-height: 30px;
    padding-left: 30px;
  }
}

.utilize__answer-text::after {
  content: "";
  position: absolute;
  background-image: url(./../img/common/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .utilize__answer-text::after {
    width: 30px;
    height: 30px;
  }
}

.utilize__answer-text:hover {
  opacity: 0.7;
}

.flow {
  padding-block: 60px;
  position: relative;
}

@media (min-width: 768px) {
  .flow {
    padding-block: 80px;
  }
}

.flow:after {
  content: "";
  position: absolute;
  background-image: url("./../img/flow/flow-01-sp.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 236px;
  height: 64px;
}

@media (min-width: 768px) {
  .flow:after {
    background-image: url("./../img/flow/flow-01.svg");
    width: 394px;
    height: 107px;
  }
}

.flow__heading {
  color: #222;
  text-align: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .flow__heading {
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 80px;
  }
}

.flow__heading .highlight {
  color: #F55235;
}

.flow__block {
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
}

.flow__row {
  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;
  gap: 30px;
  position: relative;
  padding-inline: 15px;
}

@media (min-width: 768px) {
  .flow__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 50px;
  }
}

@media (min-width: 1400px) {
  .flow__row {
    padding-inline: 0;
  }
}

.flow__row:after {
  content: "";
  position: absolute;
  width: 2px;
  height: -webkit-calc(100% - 80px);
  height: calc(100% - 80px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #F55235;
  z-index: -1;
}

@media (min-width: 768px) {
  .flow__row:after {
    content: "";
    position: absolute;
    width: -webkit-calc(100% - 340px);
    width: calc(100% - 340px);
    height: 2px;
    background: #F55235;
    top: 34%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}

.flow__col {
  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;
  background: #fff;
  padding-block: 15px;
}

@media (min-width: 768px) {
  .flow__col {
    padding-block: 0;
    background-color: transparent;
  }
}

.flow__step {
  color: #F55235;
  font-family: "din-2014", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  /* 36px */
}

@media (min-width: 768px) {
  .flow__step {
    font-size: 30px;
    line-height: 35px;
  }
}

.flow__step span {
  color: #F55235;
  font-family: "din-2014", sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 32px;
  display: inline-block;
}

@media (min-width: 768px) {
  .flow__step span {
    font-size: 50px;
    line-height: 35px;
  }
}

.flow__title {
  color: #222;
  text-align: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding-block: 10px;
}

@media (min-width: 768px) {
  .flow__title {
    padding-block: 30px 15px;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
  }
}

.flow__description {
  color: #222;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

@media (min-width: 768px) {
  .flow__description {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
}

.solution {
  padding-block: 60px;
  background-color: #F7F7F7;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media (min-width: 768px) {
  .solution {
    padding-block: 80px;
  }
}

.solution__swiper-container {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  padding-inline: 15px;
}

@media (min-width: 768px) {
  .solution__swiper-container {
    padding-inline: 0;
    max-width: -webkit-calc(50% + 368px);
    max-width: calc(50% + 368px);
  }
}

@media (min-width: 992px) {
  .solution__swiper-container {
    max-width: -webkit-calc(50% + 480px);
    max-width: calc(50% + 480px);
  }
}

@media (min-width: 1200px) {
  .solution__swiper-container {
    max-width: -webkit-calc(50% + 570px);
    max-width: calc(50% + 570px);
  }
}

.solution:after {
  content: "";
  position: absolute;
  background-image: url("./../img/solution/solution-heading-sp.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: -104px;
  top: 0;
  width: 480px;
  height: 151px;
  z-index: -1;
}

@media (min-width: 768px) {
  .solution:after {
    background-image: url("./../img/solution/solution-heading.svg");
    width: 912px;
    height: 287px;
    right: -54px;
  }
}

.solution__block {
  max-width: 1140px;
  width: 100%;
  margin-inline: auto;
}

.solution__heading {
  color: #222;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .solution__heading {
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: unset;
  }
}

.solution__heading .highlight {
  color: #F55235;
}

.solution__textwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin-block: -30px 30px;
  gap: 30px;
}

@media (min-width: 768px) {
  .solution__textwrap {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-block: 50px;
  }
}

.solution__textwrap img {
  position: relative;
  width: 50px;
  height: 50px;
  fill: #FFF;
  -webkit-filter: drop-shadow(0 3px 20px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 3px 20px rgba(0, 0, 0, 0.15));
}

@media (min-width: 768px) {
  .solution__textwrap img {
    width: 70px;
    height: 70px;
  }
}

.solution__description {
  color: #222;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}

@media (min-width: 768px) {
  .solution__description {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}

.solution__col {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
}

.solution__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: #222;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding: 8px 20px;
  position: relative;
}

@media (min-width: 768px) {
  .solution__title {
    font-size: 30px;
    line-height: 45px;
    padding: 15px 20px;
  }
}

.solution__title:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  height: 5px;
  background: #F55235;
}

@media (min-width: 768px) {
  .solution__title:after {
    width: 25px;
    height: 5px;
    left: 0px;
  }
}

@media (min-width: 1200px) {
  .solution__title:after {
    width: 40px;
    height: 5px;
    left: -10px;
  }
}

.solution__number {
  color: #F55235;
  font-family: "din-2014", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 29px;
}

@media (min-width: 768px) {
  .solution__number {
    font-size: 50px;
    line-height: 35px;
  }
}

.solution__problem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F5F5F5;
  gap: 10px;
}

@media (min-width: 768px) {
  .solution__problem {
    gap: 20px;
  }
}

.solution__label {
  color: #FFF;
  text-align: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  max-width: 94px;
  width: 100%;
  height: 120px;
  background-color: #666666;
  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;
  position: relative;
  clip-path: polygon(0% 0%, 91% 0, 100% 50%, 91% 100%, 0% 100%);
}

@media (min-width: 768px) {
  .solution__label {
    max-width: 170px;
    height: 90px;
    font-size: 20px;
    line-height: 30px;
  }
}

.solution__text {
  color: #222;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px 10px 10px 0px;
  width: 100%;
}

@media (min-width: 768px) {
  .solution__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    padding: 14px 20px 13px 0px;
  }
}

.solution__subtitle {
  color: #F55235;
  text-align: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.5px;
  padding-block: 9px;
  border-top: 1px solid #F55235;
  border-bottom: 1px solid #F55235;
}

@media (min-width: 768px) {
  .solution__subtitle {
    font-size: 22px;
    line-height: 21.5px;
    padding-block: 15px;
  }
}

.solution__contentwrap {
  padding: 10px;
}

@media (min-width: 768px) {
  .solution__contentwrap {
    padding: 20px;
  }
}

.solution__details {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-block: 10px;
  min-height: 95px;
}

@media (min-width: 768px) {
  .solution__details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-block: 15px;
  }
}

.solution__details-label {
  color: #F55235;
  text-align: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  padding-inline: 35px 29px;
  background: #FFEEE5;
  width: 100%;
  padding-block: 5px;
}

@media (min-width: 768px) {
  .solution__details-label {
    font-size: 20px;
    line-height: 30px;
    background: transparent;
    width: auto;
    position: relative;
    padding-block: 0;
  }
}

.solution__competence-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .solution__competence-list {
    border-left: 1px solid #F55235;
    padding-left: 30px;
    margin-top: 0;
    min-height: 65px;
  }
}

.solution__competence-item {
  color: #FFF;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 10px;
  padding: 8px 10px;
  border-radius: 80px;
  background: #F55235;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 768px) {
  .solution__competence-item {
    font-size: 14px;
    padding: 4.5px 20px;
    line-height: 21px;
  }
}

.solution__customer-feedback {
  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;
  gap: 15px;
}

@media (min-width: 768px) {
  .solution__customer-feedback {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.solution__image {
  max-width: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .solution__image {
    max-width: 230px;
  }
}

.solution__image img {
  width: 100%;
}

.solution__voice {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.solution__voice-label {
  color: #F55235;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
  padding-left: 45px;
  margin-bottom: 10px;
  position: relative;
}

.solution__voice-label::after {
  content: "";
  position: absolute;
  background-image: url("./../img/solution/message-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 35px;
  height: 35px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.solution__voice-text {
  color: #222;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.solution__videos {
  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;
  gap: 15px;
  margin-top: 30px;
  padding-inline: 15px;
  max-width: 1140px;
  width: 100%;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .solution__videos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
    margin-top: 80px;
  }
}

@media (min-width: 992px) {
  .solution__videos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
    margin-top: 80px;
  }
}

@media (min-width: 1200px) {
  .solution__videos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
    margin-top: 80px;
  }
}

@media (min-width: 1400px) {
  .solution__videos {
    padding-inline: 0;
  }
}

.solution__video-wrapper {
  width: 100%;
  height: 50.667vw;
  position: relative;
  overflow: hidden;
}

@media (min-width: 575px) {
  .solution__video-wrapper {
    width: 100%;
    height: 52.174vw;
  }
}

@media (min-width: 768px) {
  .solution__video-wrapper {
    width: 550px;
    height: 32.552vw;
  }
}

@media (min-width: 992px) {
  .solution__video-wrapper {
    width: 550px;
    height: 304px;
  }
}

.solution__thumbnail-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  /*追加*/
  cursor: pointer;
  /*追加*/
}

.solution__thumbnail-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("./../img/solution/play-button.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 50px;
  z-index: 2;
  pointer-events: none;
}

.solution__thumbnail,
.solution__placeholder,
.solution__iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.solution__placeholder {
  background-color: black;
  display: none;
}

.solution__iframe {
  display: none;
}

.swiper-pagination {
  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;
}

@media (min-width: 768px) {
  .swiper-pagination {
    display: none;
  }
}

@media (max-width: 767px) {
  .solution__scrollbar {
    display: none;
  }
}

.swiper-pagination-bullet {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50px;
  background: #fff !important;
  border: 1px solid #F55235;
  opacity: unset !important;
  margin-left: 0px !important;
  margin-right: 15px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #F55235;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F55235 !important;
  color: #fff;
}

.solution__scrollbar {
  width: 1140px !important;
  border-radius: 50px;
  bottom: 0;
}

.faq {
  background-color: #F55235;
  position: relative;
  padding-block: 60px;
}

@media (min-width: 768px) {
  .faq {
    padding-block: 80px;
  }
}

.faq:after {
  content: "";
  position: absolute;
  background-image: url("./../img/faq/faq-heading-sp.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 164px;
  height: 64px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .faq:after {
    background-image: url("./../img/faq/faq-heading.svg");
    width: 272px;
    height: 107px;
  }
}

.faq__wrapper {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 10px 0px;
}

@media (min-width: 768px) {
  .faq__wrapper {
    padding: 20px 20px 0px;
    margin-bottom: 30px;
  }
}

.faq__wrapper:last-child {
  margin-bottom: 0;
}

.faq__heading {
  color: #FFF;
  text-align: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
}

@media (min-width: 768px) {
  .faq__heading {
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
  }
}

.faq__block {
  margin-top: 30px;
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .faq__block {
    margin-top: 50px;
  }
}

.faq__question {
  border-radius: 20px 20px 20px 20px;
  background: #FFF;
  cursor: pointer;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .faq__question {
    padding-bottom: 15px;
  }
}

.faq__question.active {
  border-bottom: 1px solid #aaa;
  border-radius: 20px 20px 0px 0px;
}

.faq__question .que {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 0;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #F55235;
  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;
}

@media (min-width: 768px) {
  .faq__question .que {
    font-size: 26px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
  }
}

.faq__question .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #222;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding-inline: 10px 40px;
}

@media (min-width: 768px) {
  .faq__question .text {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    padding-inline: 15px 55px;
  }
}

.faq__question .icon {
  position: absolute;
  background-image: url("./../img/faq/arrow-up.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 40%;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  right: 0px;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .faq__question .icon {
    width: 40px;
    height: 40px;
    right: 20px;
  }
}

.faq__question .icon.active {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  right: 0px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .faq__question .icon.active {
    width: 40px;
    height: 40px;
    right: 20px;
  }
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.faq__answer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  padding-block: 10px;
}

@media (min-width: 768px) {
  .faq__answer-inner {
    gap: 15px;
    padding-inline: 0 50px;
    padding-block: 15px 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 992px) {
  .faq__answer-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.faq__answer-text {
  color: #222;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 768px) {
  .faq__answer-text {
    font-size: 18px;
    line-height: 27px;
  }
}

.faq__answer .ans {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 0;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #000;
  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;
}

@media (min-width: 768px) {
  .faq__answer .ans {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 26px;
  }
}

.business {
  background-image: url("./../img/common/business-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.business__ttl {
  color: var(--Text-alternate, #FFF);
  text-align: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
  padding-block: 60px;
}

@media (min-width: 768px) {
  .business__ttl {
    font-size: 32px;
    line-height: 58px;
    padding-block: 80px;
  }
}

@media (min-width: 992px) {
  .business__ttl {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  .business__ttl {
    font-size: 48px;
  }
}

.swiper {
  width: 100%;
  overflow: visible !important;

}


.swiper-wrapper {
  padding-bottom: 50px;
}

.swiper-slide {
  width: 740px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 20px;
  height: auto !important;
  touch-action: pan-y;
}

.swiper-slide {
  @media (max-width:767px) {
    min-height: 100vh;
  }
}

/* .scrollable-area {
  min-height: 100vh;
} */

@media (min-width: 768px) {
  .swiper-slide {
    margin-bottom: 0;
  }
}

.swiper-pagination-progressbar {
  bottom: 0 !important;
  top: unset !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #F55235 !important;
  border-radius: 50px !important;
}

.animation {
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.animated {
  -webkit-transform: translateY(2em);
  -ms-transform: translateY(2em);
  transform: translateY(2em);
}

.animated.animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.7s ease, opacity 0.3s ease;
  transition: max-height 0.7s ease, opacity 0.3s ease;
  opacity: 0;
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination__item {
  background-color: var(--color-black);
  height: 30px;
  min-width: 30px;
}

.pagination__item:not(:last-of-type) {
  margin-right: 10px;
}

.pagination__item a {
  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: 14px;
  color: var(--color-white);
  height: 100%;
  padding: 7px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pagination__item a:hover {
  opacity: 0.7;
}

.pagination__item.-dots {
  background-color: transparent;
  min-width: auto;
}

.pagination__item.-dots a {
  color: var(--color-black);
  padding-left: 0;
  padding-right: 0;
}

.pagination__item.-active {
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
}

.pagination__item.-active a {
  color: var(--color-black);
}

.pagination__item.-prev a,
.pagination__item.-next a {
  position: relative;
  width: auto;
}

.pagination__item.-prev a::after,
.pagination__item.-next a::after {
  content: "";
  background-image: url(../img/pagination-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 6px;
  width: 8px;
  position: absolute;
}

.pagination__item.-prev a {
  padding: 5px 7px 5px 20px;
}

.pagination__item.-prev a:after {
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination__item.-next a {
  padding: 5px 20px 5px 7px;
}

.pagination__item.-next a:after {
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

/*# sourceMappingURL=app.css.map */