@charset "UTF-8";
:root {
  --pri: #333F69;
  --white: #FFF;
  --bg: #F4F2EA;
  --black: #000;
  --gray-1: #7C7B77;
  --gray-2: #727272;
  --gray-3: #C3C3C3;
  --gray-4: #777777;
  --red: #FF0000;
  --green: #73C819;
  --wine: #8D0000;
}

/*-------------------------------------
リセットCSS
--------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, a, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

a:hover {
  transition: all 0.3s ease-in;
}

ins {
  color: var(--black);
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  font-style: normal;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input[type=submit],
input[type=button],
input[type=radio] select {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=radio]::-webkit-search-decoration select::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus,
input[type=radio]::focus select::focus {
  outline-offset: -2px;
}

html {
  font-size: 62.5%;
}
@media (min-width: 1680px) {
  html {
    font-size: 64.5%;
  }
}
@media (min-width: 1900px) {
  html {
    font-size: 66.5%;
  }
}

body {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  box-sizing: border-box;
  color: var(--pri);
  font-weight: 400;
  width: 100%;
  font-family: YakuHanJP, "Zen Kaku Gothic New", Roboto, "Helvetica Neue", HelveticaNeue, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
}

body.is--fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

html,
body {
  height: auto;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
}

img,
video,
object,
picture {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
  vertical-align: bottom;
}

a, button {
  transition: 0.3s ease;
  color: var(--black);
  text-decoration: none;
}

input,
button,
select,
textarea {
  background: transparent;
  border: none;
  border-radius: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul, ol, li,
dl, dt, dd,
table, tr, th, td,
small,
time,
a,
span,
div {
  line-height: 1;
  box-sizing: border-box;
}

pre {
  color: var(--black);
}

.layout__normal {
  width: calc(100% - (19px*2));
  margin-inline: auto;
}
@media (min-width: 667px) {
  .layout__normal {
    width: min(84%, 120rem);
  }
}
.layout__normal.small {
  width: calc(100% - (19px*2) - (17px*2));
}
@media (min-width: 1024px) {
  .layout__normal.small {
    width: 940px;
  }
}
.layout__normal.spsmall {
  width: calc(100% - (19px*2) - (17px*2));
}
.layout__normal.pclarge {
  max-width: 1180px;
}
@media (min-width: 1024px) {
  .layout__normal.pclarge {
    width: min(84%, 118rem);
  }
}
.layout__normal.pcmedeum {
  max-width: 1040px;
}
@media (min-width: 1024px) {
  .layout__normal.pcmedeum {
    width: min(84%, 104rem);
  }
}
.layout__normal.pcsmall {
  max-width: 960px;
}
@media (min-width: 1024px) {
  .layout__normal.pcsmall {
    width: min(84%, 96rem);
  }
}
.layout__normal.pcexsmall {
  max-width: 940px;
}
@media (min-width: 1024px) {
  .layout__normal.pcexsmall {
    width: min(84%, 94rem);
  }
}
@media (min-width: 1024px) {
  .layout__normal.pc100 {
    width: 100%;
  }
}
.layout__normal.bgwhite {
  background: var(--white);
}

.layout__content01 .content01-ttllayout {
  font-size: min(16 / 390 * 100vw, 16px * 1.4);
  padding-top: 3em;
}
@media (min-width: 1024px) {
  .layout__content01 .content01-ttllayout {
    font-size: 24px;
    position: relative;
    padding-top: 4.5em;
    padding-bottom: 3em;
  }
}
.layout__content01 .content01-ttllayout .ttl {
  font-size: min(30 / 390 * 100vw, 30px * 1.4);
  text-align: center;
  line-height: 1.4;
  margin-bottom: 0.65em;
}
@media (min-width: 1024px) {
  .layout__content01 .content01-ttllayout .ttl {
    font-size: 50px;
  }
}
.layout__content01 .content01-ttllayout .text {
  text-align: center;
  line-height: 1.75;
  font-weight: 700;
  margin-bottom: 1em;
}
@media (min-width: 1024px) {
  .layout__content01 .content01-ttllayout .text {
    line-height: 1.45;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .layout__content01 .content01-ttllayout .text .pcnone {
    display: none;
  }
}
.layout__content01 .content01-ttllayout .img {
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .layout__content01 .content01-ttllayout .img {
    position: absolute;
    bottom: 0;
    left: calc(50% + 460px);
    transform: translateX(-50%);
  }
}
.layout__content01 .content01-ttllayout .img img {
  width: 100%;
}
.layout__content01 .content01-bglayout {
  font-size: min(16 / 390 * 100vw, 16px * 1.4);
  aspect-ratio: 390/149;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media (min-width: 1024px) {
  .layout__content01 .content01-bglayout {
    aspect-ratio: initial;
    width: 100%;
    background-position: top center;
    height: clamp(550px*0.85, 550/1440*100vw, 550px*1.2);
  }
}
.layout__content01 .content01-bglayout .img-position {
  position: absolute;
  width: calc(162/390*100vw);
}
.layout__content01 .content01-cardlayout {
  background: var(--bg);
  font-size: min(16 / 390 * 100vw, 16px * 1.4);
  padding: 2em 0 3em;
}
@media (min-width: 1024px) {
  .layout__content01 .content01-cardlayout .inner-layout {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .layout__content01 .content01-cardlayout .bg--pconly {
    width: 345px;
    height: auto;
    border-radius: 15px;
    background-size: cover;
    background-position: center center;
  }
}
.layout__content01.sec01 .content01-ttllayout .img {
  width: min(173 / 390 * 100vw, 173px * 1.4);
}
@media (min-width: 1024px) {
  .layout__content01.sec01 .content01-ttllayout .img {
    width: 286px;
  }
}
.layout__content01.sec01 .content01-bglayout {
  background-image: url(../img/page/products/bg01.jpg);
}
@media (min-width: 1024px) {
  .layout__content01.sec01 .content01-bglayout {
    background-image: url(../img/page/products/bg01@2x.jpg);
  }
}
.layout__content01.sec01 .content01-bglayout .img-position {
  left: min(19 / 390 * 100vw, 19px * 1.4);
  bottom: 0;
}
@media (min-width: 1024px) {
  .layout__content01.sec01 .content01-bglayout .img-position {
    left: 9%;
  }
}
@media (min-width: 1024px) {
  .layout__content01.sec01 .content01-cardlayout .bg--pconly {
    background-image: url(../img/page/products/bg--pconly01.jpg);
  }
}
@media only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 1024px) and (min-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (min-resolution: 192dpi), only screen and (min-width: 1024px) and (min-resolution: 2dppx) {
  .layout__content01.sec01 .content01-cardlayout .bg--pconly {
    background-image: url(../img/page/products/bg--pconly01@2x.jpg);
  }
}
.layout__content01.sec02 .content01-ttllayout .img {
  width: min(231 / 390 * 100vw, 231px * 1.4);
  margin-top: 2.6em;
}
@media (min-width: 1024px) {
  .layout__content01.sec02 .content01-ttllayout .img {
    width: 283px;
  }
}
.layout__content01.sec02 .content01-bglayout {
  background-image: url(../img/page/products/bg02.jpg);
}
@media (min-width: 1024px) {
  .layout__content01.sec02 .content01-bglayout {
    background-image: url(../img/page/products/bg02@2x.jpg);
  }
}
.layout__content01.sec02 .content01-bglayout .img-position {
  left: min(208 / 390 * 100vw, 208px * 1.4);
  bottom: 0;
}
@media (min-width: 1024px) {
  .layout__content01.sec02 .content01-bglayout .img-position {
    left: 68.5%;
  }
}
@media (min-width: 1024px) {
  .layout__content01.sec02 .content01-cardlayout .bg--pconly {
    background-image: url(../img/page/products/bg--pconly02.jpg);
  }
}
@media only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 1024px) and (min-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (min-resolution: 192dpi), only screen and (min-width: 1024px) and (min-resolution: 2dppx) {
  .layout__content01.sec02 .content01-cardlayout .bg--pconly {
    background-image: url(../img/page/products/bg--pconly02@2x.jpg);
  }
}
.layout__content01.sec03 .content01-ttllayout .img {
  width: min(159 / 390 * 100vw, 159px * 1.4);
}
@media (min-width: 1024px) {
  .layout__content01.sec03 .content01-ttllayout .img {
    width: 204px;
  }
}
.layout__content01.sec03 .content01-bglayout {
  background-image: url(../img/page/products/bg03.jpg);
}
@media (min-width: 1024px) {
  .layout__content01.sec03 .content01-bglayout {
    background-image: url(../img/page/products/bg03@2x.jpg);
  }
}
.layout__content01.sec03 .content01-bglayout .img-position {
  left: min(110 / 390 * 100vw, 110px * 1.4);
  bottom: 0;
}
@media (min-width: 1024px) {
  .layout__content01.sec03 .content01-bglayout .img-position {
    left: 42%;
  }
}
@media (min-width: 1024px) {
  .layout__content01.sec03 .content01-cardlayout .bg--pconly {
    background-image: url(../img/page/products/bg--pconly03.jpg);
  }
}
@media only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 1024px) and (min-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (min-resolution: 192dpi), only screen and (min-width: 1024px) and (min-resolution: 2dppx) {
  .layout__content01.sec03 .content01-cardlayout .bg--pconly {
    background-image: url(../img/page/products/bg--pconly03@2x.jpg);
  }
}

.layout__bginner {
  background: var(--bg);
  padding-top: min(50 / 390 * 100vw, 50px * 1.4);
  padding-bottom: min(25 / 390 * 100vw, 25px * 1.4);
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .layout__bginner {
    width: calc(100% - (30px*2));
    margin-inline: auto;
    padding-top: 72px;
    padding-bottom: 50px;
  }
}
.layout__bginner .illust {
  position: absolute;
}

.layout__ttletxt {
  width: calc(100% - (19px*2) - (17px*2));
  margin-inline: auto;
  font-size: min(16 / 390 * 100vw, 16px * 1.4);
  margin-bottom: 2em;
  max-width: calc(390px * 1.4);
}
@media (min-width: 1024px) {
  .layout__ttletxt {
    max-width: none;
    width: 940px;
    font-size: min(24 / 1440 * 100vw, 24px);
  }
}
.layout__ttletxt .text {
  line-height: 1.75;
  font-weight: 700;
  margin-bottom: 1em;
}
@media (min-width: 1024px) {
  .layout__ttletxt .text br.sponly {
    display: none;
  }
}
.layout__ttletxt .text br.pconly {
  display: none;
}
@media (min-width: 1024px) {
  .layout__ttletxt .text br.pconly {
    display: initial;
  }
}
.layout__ttletxt .ttl {
  font-size: min(30 / 390 * 100vw, 30px * 1.4);
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .layout__ttletxt .ttl {
    font-size: min(50 / 1440 * 100vw, 50px);
  }
}
@media (min-width: 1024px) {
  .layout__ttletxt .ttl .pcnone {
    display: none;
  }
}
.layout__ttletxt .ttl.center--sp {
  text-align: center;
}
@media (min-width: 1024px) {
  .layout__ttletxt .ttl.left--pc {
    text-align: left;
  }
}

.layout__flow {
  padding-top: min(50 / 390 * 100vw, 50px * 1.4);
  max-width: calc(390px * 1.4);
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .layout__flow {
    padding-top: 120px;
    max-width: none;
  }
}
.layout__flow .ttl {
  font-size: min(30 / 390 * 100vw, 30px * 1.4);
  text-align: center;
  margin-bottom: 0.75em;
}
@media (min-width: 1024px) {
  .layout__flow .ttl {
    font-size: 43px;
    margin-bottom: 1.5em;
  }
}
.layout__flow .flowlist {
  font-size: min(12 / 390 * 100vw, 12px * 1.4);
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1em 0;
}
@media (min-width: 1024px) {
  .layout__flow .flowlist {
    font-size: min(15 / 1440 * 100vw, 15px);
    gap: 0 1.25em;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.layout__flow .flowlist .li {
  position: relative;
}
.layout__flow .flowlist .li-ttl {
  font-size: min(16 / 390 * 100vw, 16px * 1.4);
  background: var(--bg);
  border-radius: 5px;
  text-align: center;
  padding: 1em 0;
}
@media (min-width: 1024px) {
  .layout__flow .flowlist .li-ttl {
    border-radius: 21px;
    padding: 0;
    height: 84px;
    font-size: min(20 / 1440 * 100vw, 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    background-image: url(../img/common/icon-flowarrow--pc.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
.layout__flow .flowlist .li-ttl br.pconly {
  display: none;
}
@media (min-width: 1024px) {
  .layout__flow .flowlist .li-ttl br.pconly {
    display: block;
  }
}
.layout__flow .flowlist .li-text {
  line-height: 1.75;
  font-weight: 500;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  text-align: center;
  letter-spacing: -0.08em;
}
@media (min-width: 1024px) {
  .layout__flow .flowlist .li-text {
    text-align: left;
  }
}
.layout__flow .flowlist .icon {
  margin-inline: auto;
  width: min(77 / 390 * 100vw, 77px * 1.4);
  aspect-ratio: 77/19;
  background-image: url(../img/common/icon-flowarrow--sp.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .layout__flow .flowlist .icon {
    display: none;
  }
}

.layout__col2-product {
  padding-top: 66px;
  max-width: calc(390px*1.4);
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .layout__col2-product {
    max-width: none;
    padding-top: 72px;
    padding-bottom: 130px;
    position: relative;
  }
}
.layout__col2-product .name {
  width: calc(100% - (19px*2) - (17px*2));
  margin-inline: auto;
  display: flex;
  align-items: baseline;
  gap: 0.6em;
  font-weight: 700;
  color: var(--gray-4);
  font-size: min(30 / 390 * 100vw, 30px * 1.4);
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .layout__col2-product .name {
    width: min(84%, 1180px);
    font-size: 32px;
    margin-bottom: 1.75em;
  }
}
.layout__col2-product .name .num {
  font-weight: 700;
  font-size: 2em;
  line-height: 1;
}
.layout__col2-product .col2 {
  display: block;
}
@media (min-width: 1024px) {
  .layout__col2-product .col2 {
    display: flex;
    justify-content: space-between;
    width: min(84%, 1180px);
    margin-inline: auto;
    gap: 0 3%;
  }
}
.layout__col2-product .textlayout {
  width: calc(100% - (19px*2) - (17px*2));
  margin-inline: auto;
  margin-bottom: clamp(16px, 5vw, 24px);
}
@media (min-width: 1024px) {
  .layout__col2-product .textlayout {
    width: auto;
    margin-inline: initial;
  }
}
.layout__col2-product .textlayout h2 {
  font-weight: 700;
  line-height: 1.4;
  font-size: min(30 / 390 * 100vw, 30px * 1.4);
  line-height: 1.3;
  margin: 0.75em 0;
}
@media (min-width: 1024px) {
  .layout__col2-product .textlayout h2 {
    margin: 0 0 0.5em 0;
    font-size: min(56 / 1440 * 100vw, 56px);
  }
}
.layout__col2-product .textlayout p {
  margin: 0;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.01em;
  font-size: clamp(14px, 3.8vw, 16px);
  margin-bottom: 2em;
}
@media (min-width: 1024px) {
  .layout__col2-product .textlayout p {
    font-size: min(24 / 1440 * 100vw, 24px);
  }
}
@media (min-width: 1024px) {
  .layout__col2-product .textlayout p br.pcnone {
    display: none;
  }
}
.layout__col2-product .imglayout {
  width: calc(100% - (19px*2));
  margin-inline: auto;
  margin-top: clamp(8px, 2.5vw, 12px);
}
@media (min-width: 1024px) {
  .layout__col2-product .imglayout {
    width: 590px;
    margin-inline: initial;
    margin-top: 0;
  }
}
.layout__col2-product .imglayout img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.layout__col2-product .illust {
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .layout__col2-product .illust {
    position: absolute;
  }
}
.layout__col2-product .illust img {
  width: 100%;
}
.layout__col2-product .illust.type01 {
  margin-top: 0.75em;
  width: min(60 / 390 * 100vw, 60px * 1.4);
}
@media (min-width: 1024px) {
  .layout__col2-product .illust.type01 {
    margin-top: 0;
    width: 149px;
    bottom: 0;
    left: 10.8%;
  }
}
.layout__col2-product .illust.type02 {
  margin-top: 1.5em;
  width: min(177 / 390 * 100vw, 177px * 1.4);
}
@media (min-width: 1024px) {
  .layout__col2-product .illust.type02 {
    margin-top: 0;
    width: 400px;
    bottom: 0;
    left: 10.8%;
  }
}

.layout__dev {
  max-width: calc(390px*1.4);
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .layout__dev {
    max-width: none;
    width: calc(100% - 60px);
  }
}
.layout__dev img {
  width: 100%;
}

.layout__whitebox {
  background: var(--bg);
  padding-bottom: min(60 / 390 * 100vw, 60px * 1.4);
  font-size: clamp(13px, 14/390*100vw, 14px*1.4);
}
@media (min-width: 1024px) {
  .layout__whitebox {
    font-size: 16px;
  }
}
.layout__whitebox .inner-layout {
  margin-inline: auto;
  width: calc(100% - (19px*2));
  padding: 2em 1.5em;
  background: var(--white);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  border-radius: 10px;
  max-width: calc(390px*1.4);
}
@media (min-width: 1024px) {
  .layout__whitebox .inner-layout {
    padding: 4em 2.8em;
    max-width: 1270px;
  }
}
.layout__whitebox .ttllayout01 {
  font-size: 1.428em;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5em;
}
@media (min-width: 1024px) {
  .layout__whitebox .ttllayout01 {
    font-size: 1.5em;
  }
}
.layout__whitebox .ttllayout01 .line {
  margin: 0.7em 0 0.65em;
  background-image: url(../img/page/company/line--sp.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 1px;
}
@media (min-width: 1024px) {
  .layout__whitebox .ttllayout01 .line {
    margin: 1.7em 0 1.65em;
  }
}
.layout__whitebox .ttllayout01 .en {
  font-size: 0.9em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--black);
}
@media (min-width: 1024px) {
  .layout__whitebox .ttllayout01 .en {
    font-size: 1.125em;
  }
}
.layout__whitebox .ttllayout01 .en span {
  font-weight: 700;
}
.layout__whitebox .ttllayout02 {
  font-size: 1.428em;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 1.5em;
  border-bottom: solid 1px var(--pri);
  max-width: 940px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .layout__whitebox .ttllayout02 {
    font-size: 1.5em;
  }
}
.layout__whitebox .ttllayout02.weight {
  border-bottom: solid 2px var(--pri);
}
.layout__whitebox .dlnormal {
  border-bottom: solid 1px var(--pri);
  max-width: 940px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .layout__whitebox .dlnormal {
    display: flex;
    padding: 1.5em 0;
  }
}
.layout__whitebox .dlnormal dt {
  font-size: 1.15em;
  font-weight: 700;
  padding-top: 1em;
  margin-bottom: 0.25em;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .layout__whitebox .dlnormal dt {
    width: 212px;
    flex-shrink: 0;
    padding-top: 0;
    margin-bottom: 0;
    line-height: 1.65;
  }
}
.layout__whitebox .dlnormal dd {
  padding-bottom: 1.1em;
  line-height: 1.5;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .layout__whitebox .dlnormal dd {
    width: calc(100% - 212px);
    padding-bottom: 0;
    line-height: 1.65;
  }
}
@media (min-width: 1024px) {
  .layout__whitebox .dlnormal.map {
    position: relative;
    padding: 70px 0 90px;
  }
}
.layout__whitebox .dlnormal.map .googlemap {
  margin: 1.5em 0;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .layout__whitebox .dlnormal.map .googlemap {
    margin: 1.5em 0 0;
    position: relative;
    left: -212px;
    aspect-ratio: 726/168;
  }
}
.layout__whitebox .dlnormal.map .googlemap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.layout__whitebox .dlnormal.map .companyimg {
  width: min(160 / 390 * 100vw, 160px * 1.4);
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .layout__whitebox .dlnormal.map .companyimg {
    position: absolute;
    bottom: 90px;
    right: 0;
    width: 170px;
  }
}
.layout__whitebox .dlnormal.map .companyimg img {
  width: 100%;
}
.layout__whitebox .ttlmiddle {
  font-size: 1.15em;
  margin: 1.75em 0;
  text-align: center;
}
.layout__whitebox .aclist-layout {
  max-width: 940px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .layout__whitebox .aclist-layout {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 42px;
  }
}
.layout__whitebox .aclist-layout .aclist-wrap {
  display: flex;
  flex-direction: column;
  gap: min(12 / 390 * 100vw, 12px * 1.4) 0;
}
@media (min-width: 1024px) {
  .layout__whitebox .aclist-layout .aclist-wrap {
    width: 834px;
    flex-shrink: 0;
  }
}
.layout__whitebox .aclist-layout .aclist .aclist-btn {
  font-weight: 700;
  padding: 1.5em 1em;
  background: var(--bg);
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.layout__whitebox .aclist-layout .aclist .aclist-btn .icon {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2em;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}
.layout__whitebox .aclist-layout .aclist .aclist-content {
  display: none;
}
.layout__whitebox .aclist-layout .aclist .aclist-content .aclist-dl {
  font-weight: 500;
  margin: 1em 0;
}
@media (min-width: 1024px) {
  .layout__whitebox .aclist-layout .aclist .aclist-content .aclist-dl {
    display: flex;
  }
}
.layout__whitebox .aclist-layout .aclist .aclist-content .aclist-dl dt {
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .layout__whitebox .aclist-layout .aclist .aclist-content .aclist-dl dt {
    width: 145px;
  }
}
.layout__whitebox .aclist-layout .aclist .aclist-content .aclist-dl dd {
  display: flex;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .layout__whitebox .aclist-layout .aclist .aclist-content .aclist-dl dd {
    width: calc(100% - 145px);
  }
}
.layout__whitebox .aclist-layout .aclist .aclist-content .aclist-dl dd:before {
  line-height: 1.5;
  content: "・";
  display: block;
  flex-shrink: 0;
  width: 1em;
}
.layout__whitebox .aclist-layout .aclist.js--aclist.is-open .js--aclist-content {
  display: block;
}
.layout__whitebox .hr {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--pri);
  margin: 1.75em 0;
  max-width: 940px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .layout__whitebox .hr.pcnone {
    display: none;
  }
}
.layout__whitebox .hr.mg0 {
  margin: 0;
}
@media (min-width: 1024px) {
  .layout__whitebox .hr.mg0 {
    margin-inline: auto;
  }
}
.layout__whitebox .text-layout {
  max-width: 940px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .layout__whitebox .text-layout {
    margin-bottom: 4.5em;
  }
}
.layout__whitebox .text-layout .ttl {
  font-size: 1.15em;
  font-weight: 700;
  text-align: center;
  margin: 1.75em 0;
}
@media (min-width: 1024px) {
  .layout__whitebox .text-layout .ttl {
    font-size: 1.5em;
    margin: 2em 0 1.5em;
    border-bottom: solid 1px var(--pri);
    padding-bottom: 0.85em;
  }
}
.layout__whitebox .text-layout .ttlmideum {
  font-size: 1.15em;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media (min-width: 1024px) {
  .layout__whitebox .text-layout .ttlmideum {
    font-size: 1.5em;
  }
}
.layout__whitebox .text-layout p {
  line-height: 1.75;
  font-weight: 700;
}
.layout__whitebox .text-layout p.center {
  text-align: center;
}
@media (min-width: 1024px) {
  .layout__whitebox .text-layout p br.pcnone {
    display: none;
  }
}
.layout__whitebox .text-layout p.fit {
  width: fit-content;
  margin-inline: auto;
}
.layout__whitebox .text-layout p.w400 {
  font-weight: 400;
}
@media (min-width: 1024px) {
  .layout__whitebox .text-layout p.line-hight-large--pc {
    line-height: 2.1875;
  }
}
.layout__whitebox .text-layout .img img {
  width: 100%;
}
.layout__whitebox .sdgs-layout {
  padding: 1em 0 1.5em;
  max-width: 940px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .layout__whitebox .sdgs-layout {
    padding: 1.5em 0 3.5em;
  }
}
.layout__whitebox .sdgs-layout p {
  text-align: center;
  line-height: 1.75;
  font-weight: 500;
  margin-bottom: 1em;
}
@media (min-width: 1024px) {
  .layout__whitebox .sdgs-layout p {
    font-size: 1.15em;
    margin-top: 1em;
    margin-bottom: 2em;
  }
}
@media (min-width: 1024px) {
  .layout__whitebox .sdgs-layout p br {
    display: none;
  }
}
.layout__whitebox .sdgs-layout img {
  width: 100%;
}
.layout__whitebox .sdgs-layout-col2 {
  padding: 2em 0;
  display: flex;
  flex-direction: column;
  gap: 1.5em 0;
  max-width: 940px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .layout__whitebox .sdgs-layout-col2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .layout__whitebox .sdgs-layout-col2 .right {
    width: 550px;
  }
}
.layout__whitebox .sdgs-layout-col2 ul {
  margin-left: 1.5em;
}
.layout__whitebox .sdgs-layout-col2 li {
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.35em;
}
.layout__whitebox .sdgs-layout-col2 img {
  width: 100%;
}
.layout__whitebox .common-ttlsmall {
  font-size: 1.15em;
  line-height: 1.4;
  margin-bottom: 1em;
}
.layout__whitebox .col2-normal {
  max-width: 940px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .layout__whitebox .col2-normal {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .layout__whitebox .col2-normal .left {
    width: 256px;
    flex-shrink: 0;
  }
}
@media (min-width: 1024px) {
  .layout__whitebox .col2-normal .right {
    width: calc(100% - 256px);
  }
}
.layout__whitebox .finlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.layout__whitebox .finlist > li {
  margin: 0 0 2.2rem;
}
.layout__whitebox .finlist .date {
  display: block;
  font-weight: 700;
  color: #2b3560;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.layout__whitebox .finlist .text {
  display: block;
  margin-top: 0.6rem;
  font-weight: 700;
  color: #09a9b8;
  line-height: 1.35;
  text-decoration: none;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.layout__whitebox .finlist .text:hover {
  text-decoration: underline;
}
.layout__whitebox .finlist .text:focus {
  outline-offset: 2px;
  border-radius: 4px;
}
.layout__whitebox .text-pages-layout {
  margin-bottom: 3.8em;
  max-width: 940px;
  margin-inline: auto;
}
.layout__whitebox .text-pages-layout .mainttl {
  font-size: 1.428em;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: solid 2px var(--pri);
  max-width: 940px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .layout__whitebox .text-pages-layout .mainttl {
    border-bottom: solid 4px var(--pri);
    font-size: 1.5em;
  }
}
.layout__whitebox .text-pages-layout p {
  line-height: 1.65;
}
.layout__whitebox .text-pages-layout p + p {
  margin-top: 1em;
}
.layout__whitebox .text-pages-layout p a {
  color: #09a9b8;
}
.layout__whitebox .text-pages-layout ul {
  margin-left: 1.5em;
}
.layout__whitebox .text-pages-layout ul li {
  line-height: 1.4;
  margin-bottom: 0.35em;
}
.layout__whitebox .text-pages-layout .subttl {
  margin-top: 2em;
  font-size: 1.15em;
  line-height: 1.5;
  margin-bottom: 0.3em;
}
.layout__whitebox .text-pages-layout .enact-text {
  font-weight: 500;
  text-align: right;
  margin: 1.25em 0;
}
.layout__whitebox .text-pages-layout .enact-text span {
  font-weight: 700;
}
.layout__whitebox .text-pages-layout .borderbox {
  border: solid 1px var(--pri);
  padding: 1.5em;
  text-align: center;
}
.layout__whitebox .text-pages-layout .borderbox h4 {
  font-size: 1.15em;
  margin-bottom: 0.3em;
}
.layout__whitebox .text-pages-layout .borderbox p {
  font-weight: 700;
}
@media (min-width: 1024px) {
  .layout__whitebox .text-pages-layout .borderbox p br.sponly {
    display: block;
  }
}

.list__news {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list__news li {
  font-size: min(14 / 390 * 100vw, 14px);
  padding: 1.5em 0 0.75em;
  border-bottom: 1px solid var(--pri);
  font-weight: 500;
}
@media (min-width: 1024px) {
  .list__news li {
    font-size: 15px;
  }
}
.list__news li a {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .list__news li a {
    display: flex;
    flex-wrap: wrap;
  }
}
.list__news li .list__news-cat {
  display: inline-block;
  background: var(--pri);
  color: var(--white);
  border-radius: 9999px;
  padding: 0.4em 1em 0.5em;
  font-size: min(15 / 390 * 100vw, 15px);
  letter-spacing: 0.04em;
}
@media (min-width: 1024px) {
  .list__news li .list__news-cat {
    font-size: 16px;
  }
}
.list__news li .list__news-date {
  display: block;
  margin-top: 14px;
  color: var(--gray-4);
  font-size: min(15 / 390 * 100vw, 16px);
  letter-spacing: 0.02em;
}
@media (min-width: 1024px) {
  .list__news li .list__news-date {
    font-size: 14px;
    margin-top: 0.5em;
    margin-left: 0.5em;
  }
}
.list__news li .list__news-title {
  margin: 10px 0 0;
  color: var(--pri);
  line-height: 1.9;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .list__news li .list__news-title {
    width: 100%;
  }
}

.ttl__layout {
  font-size: min(30 / 390 * 100vw, 30px * 1.4);
  position: relative;
}
@media (min-width: 1024px) {
  .ttl__layout {
    font-size: 56px;
  }
}
.ttl__layout .tag {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: min(20 / 390 * 100vw, 20px * 1.4);
  line-height: 1.5;
  color: var(--gray-4);
  margin-bottom: 3.6em;
}
@media (min-width: 1024px) {
  .ttl__layout .tag {
    font-size: 30px;
    margin-bottom: 3em;
  }
}
.ttl__layout .tag.white {
  color: var(--white);
}
.ttl__layout .tag.mb0 {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .ttl__layout .tag.mb2em--pc {
    margin-bottom: 2em;
  }
}
@media (min-width: 1024px) {
  .ttl__layout .tag.mb05--pc {
    margin-bottom: 0.5em;
  }
}
.ttl__layout .ttl {
  display: flex;
  flex-direction: column;
}
.ttl__layout .large {
  line-height: 1.5;
  margin-bottom: 0.85em;
}
@media (min-width: 1024px) {
  .ttl__layout .large {
    margin-bottom: 0.5em;
  }
}
.ttl__layout .large.white {
  color: var(--white);
}
.ttl__layout .medium {
  font-size: min(26 / 390 * 100vw, 26px * 1.4);
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .ttl__layout .medium {
    font-size: 40px;
  }
}
.ttl__layout.mbl {
  margin-bottom: 1.5em;
}
@media (min-width: 1024px) {
  .ttl__layout.mbl {
    margin-bottom: 1em;
  }
}
.ttl__layout.center {
  text-align: center;
}

.ttl__waves-layout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
}
@media (min-width: 1024px) {
  .ttl__waves-layout {
    top: 100px;
  }
}
.ttl__waves-layout .bg-waves {
  width: 100vw;
  height: 220px;
  pointer-events: none;
  z-index: 0;
}

.btn__normal {
  display: flex;
  justify-content: center;
}
.btn__normal a {
  cursor: pointer;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(280 / 390 * 100vw, 280px);
  gap: 12px;
  padding: 1.25em 4.8em 1.25em 1.25em;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 9999px;
  background: transparent;
  color: #fff;
  font-size: min(15 / 390 * 100vw, 15px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  position: relative;
  transition: 0.2s ease;
  background: var(--pri);
}
@media (min-width: 1024px) {
  .btn__normal a {
    width: 280px;
    padding: 1.25em 4.8em 1.25em 1.25em;
  }
}
.btn__normal a .icon {
  background: var(--white);
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 100%;
  transition: 0.3s ease;
}
.btn__normal a .icon::after {
  content: "";
  width: 100%;
  height: 100%;
  mask: url("../img/common/icon-arrow.svg") no-repeat center/32px;
  -webkit-mask: url("../img/common/icon-arrow.svg") no-repeat center/32px;
  background-color: var(--pri);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: block;
}
.btn__normal a:hover .icon {
  transform: translateY(-50%) translateX(6px);
}
.btn__normal.icon-left a {
  padding: 19px 19px 19px 50px;
}
.btn__normal.icon-left a .icon {
  right: auto;
  left: 15px;
}
.btn__normal.icon-left a .icon:after {
  mask: url("../img/common/icon-arrow-left.svg") no-repeat center/32px;
  -webkit-mask: url("../img/common/icon-arrow-left.svg") no-repeat center/32px;
  background-color: var(--pri);
}
.btn__normal.icon-left a:hover .icon {
  transform: translateY(-50%) translateX(-6px);
}
.btn__normal.transparent a {
  background: rgba(235, 235, 235, 0.37);
}
.btn__normal.transparent a .icon {
  background: none;
  border: solid 1px var(--white);
}
.btn__normal.transparent a .icon::after {
  mask: url("../img/common/icon-arrow.svg") no-repeat center/32px;
  -webkit-mask: url("../img/common/icon-arrow.svg") no-repeat center/32px;
  background-color: var(--white);
}
.btn__normal.transparent-white a {
  background: rgba(235, 235, 235, 0.6);
  border: none;
}
.btn__normal.transparent-white a .icon {
  background: none;
  border: solid 1px var(--white);
}
.btn__normal.transparent-white a .icon::after {
  mask: url("../img/common/icon-arrow.svg") no-repeat center/32px;
  -webkit-mask: url("../img/common/icon-arrow.svg") no-repeat center/32px;
  background-color: var(--white);
}
.btn__normal.gohost a {
  background: none;
}
.btn__normal.gohost a .icon {
  background: var(--white);
  border: solid 1px var(--white);
}
.btn__normal.gohost a .icon::after {
  mask: url("../img/common/icon-arrow.svg") no-repeat center/32px;
  -webkit-mask: url("../img/common/icon-arrow.svg") no-repeat center/32px;
  background-color: #7D7D7D;
}
.btn__normal.sp-small a {
  width: min(182 / 390 * 100vw, 182px);
}
@media (min-width: 1024px) {
  .btn__normal.sp-small a {
    width: 280px;
  }
}
.btn__normal.w170 a {
  width: 170px;
}
.btn__normal.w170 a .txt {
  white-space: nowrap;
}
.btn__normal.w195 a {
  width: 195px;
}
@media (min-width: 1024px) {
  .btn__normal.w195 a {
    width: 195px;
  }
}
.btn__normal.w195 a .txt {
  white-space: nowrap;
}
.btn__normal.is--disable {
  opacity: 0.5;
  cursor: default;
}
.btn__normal.is--disable a {
  pointer-events: none;
}

.btn__textlink {
  font-size: 15px;
  font-weight: 700;
  width: fit-content;
}
.btn__textlink a {
  display: flex;
  justify-content: flex-start;
  color: var(--pri);
}
.btn__textlink .icon {
  margin-left: 0.75em;
  width: 1em;
  height: 1em;
  mask: url("../img/common/icon-external-link.svg") no-repeat center/1em;
  -webkit-mask: url("../img/common/icon-external-link.svg") no-repeat center/1em;
  background-color: var(--pri);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: block;
}
.btn__textlink.center {
  margin: 0.5em 0 1.5em;
  margin-inline: auto;
}

.fv__bg {
  width: 100%;
  background-size: cover;
  background-position: center center;
  margin-top: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .fv__bg {
    margin-top: 120px;
  }
}
.fv__bg .ttl {
  color: var(--white);
  font-size: min(20 / 390 * 100vw, 20px * 1.4);
  text-align: center;
  font-weight: 700;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-bottom: 2em;
}
@media (min-width: 1024px) {
  .fv__bg .ttl {
    font-size: 30px;
  }
}
.fv__bg .ttl .en {
  margin-bottom: 0.75em;
  font-family: Roboto, sans-serif;
}
.fv__bg .ttl .jp {
  font-size: min(30 / 390 * 100vw, 30px * 1.4);
  letter-spacing: 0.015em;
}
@media (min-width: 1024px) {
  .fv__bg .ttl .jp {
    font-size: 56px;
  }
}
.fv__bg p {
  color: var(--white);
  font-size: min(14 / 390 * 100vw, 14px * 1.4);
  line-height: 2;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .fv__bg p {
    font-size: 24px;
    font-weight: 500;
  }
}
@media (min-width: 1024px) {
  .fv__bg p .pcnone {
    display: none;
  }
}

.bodyclass__products .fv__bg {
  aspect-ratio: 390/486;
  background-image: url(../img/page/products/fv--sp.jpg);
}
@media (min-width: 1024px) {
  .bodyclass__products .fv__bg {
    aspect-ratio: initial;
    background-image: url(../img/page/products/fv--pc.jpg);
    width: 100%;
    height: calc(100vh - 120px);
    height: calc(100dvh - 120px);
    background-position: top center;
  }
}
@media only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 1024px) and (min-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (min-resolution: 192dpi), only screen and (min-width: 1024px) and (min-resolution: 2dppx) {
  .bodyclass__products .fv__bg {
    background-image: url(../img/page/products/fv--pc@2x.jpg);
  }
}

.fv__col2 {
  width: 100%;
  padding-top: 76px;
}
@media (min-width: 1024px) {
  .fv__col2 {
    padding-top: 120px;
    width: min(90%, 1180px);
    margin-inline: auto;
  }
}
.fv__col2 .products-ttl {
  margin-top: 1.25em;
  margin-bottom: 1.5em;
  font-size: min(30 / 390 * 100vw, 30px * 1.4);
  color: var(--gray-4);
  font-weight: 700;
  width: calc(100% - (19px*2) - (17px*2));
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .fv__col2 .products-ttl {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
    font-size: 32px;
    width: 100%;
  }
}
.fv__col2 .col2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .fv__col2 .col2 {
    align-items: flex-start;
    flex-direction: row;
  }
}
.fv__col2 .textbox {
  width: calc(100% - (19px*2) - (17px*2));
  max-width: calc(390px * 1.4);
}
@media (min-width: 1024px) {
  .fv__col2 .textbox {
    max-width: none;
    width: 50%;
  }
}
.fv__col2 .textbox h1 {
  font-size: min(30 / 390 * 100vw, 30px * 1.4);
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .fv__col2 .textbox h1 {
    font-size: min(56 / 1440 * 100vw, 56px);
  }
}
.fv__col2 .textbox p {
  font-size: min(16 / 390 * 100vw, 16px * 1.4);
  line-height: 1.75;
  font-weight: 700;
  margin-top: 1em;
}
@media (min-width: 1024px) {
  .fv__col2 .textbox p {
    font-size: min(24 / 1440 * 100vw, 24px);
    margin-right: 4em;
  }
}
.fv__col2 .textbox p br.pconly {
  display: none;
}
@media (min-width: 1024px) {
  .fv__col2 .textbox p br.pconly {
    display: initial;
  }
}
.fv__col2 .textbox .logoimg {
  margin: min(28 / 390 * 100vw, 28px * 1.4) auto;
}
@media (min-width: 1024px) {
  .fv__col2 .textbox .logoimg {
    margin: 0;
    margin-top: min(50 / 1440 * 100vw, 50px);
  }
}
.fv__col2 .imgbox {
  width: calc(100% - (19px*2));
  max-width: calc(390px * 1.4);
}
@media (min-width: 1024px) {
  .fv__col2 .imgbox {
    max-width: none;
    width: 50%;
  }
}
.fv__col2 .imgbox img {
  width: 100%;
}
.fv__col2 .bottombox01 {
  width: calc(100% - (19px*2) - (17px*2));
  margin-inline: auto;
  background: var(--bg);
  border-radius: 5px;
  padding: 30px 18px;
  position: relative;
  margin-bottom: min(129 / 390 * 100vw, 129px * 1.4);
  max-width: calc(390px * 1.4);
}
@media (min-width: 1024px) {
  .fv__col2 .bottombox01 {
    max-width: none;
    padding: 5em 0 5.4em;
    width: 100%;
    margin-bottom: 129px;
  }
}
.fv__col2 .bottombox01 .illust {
  position: absolute;
}
.fv__col2 .bottombox01 .illust img {
  width: 100%;
}
.fv__col2 .bottombox01 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px 0;
}
@media (min-width: 1024px) {
  .fv__col2 .bottombox01 ul {
    margin-left: auto;
    margin-right: min(60 / 1440 * 100vw, 60px);
    width: 78%;
    flex-direction: row;
    gap: min(50 / 1440 * 100vw, 50px);
  }
}
.fv__col2 .bottombox01 ul img {
  width: 100%;
}

.fv__simple {
  width: 100%;
  padding-top: 76px;
}
@media (min-width: 1024px) {
  .fv__simple {
    padding-top: 120px;
    margin-inline: auto;
  }
}
.fv__simple .name-layout {
  font-size: min(20 / 390 * 100vw, 20px * 1.4);
  color: var(--gray-4);
  font-weight: 700;
  padding-top: 2em;
  padding-bottom: 1.5em;
}
@media (min-width: 1024px) {
  .fv__simple .name-layout {
    font-size: 30px;
  }
}
.fv__simple .name-layout .inner-layout {
  max-width: calc(390px*1.4);
}
@media (min-width: 1024px) {
  .fv__simple .name-layout .inner-layout {
    max-width: none;
    display: flex;
    justify-content: space-between;
  }
}
.fv__simple .name-layout .links {
  margin-top: 1em;
  font-weight: 500;
  font-size: clamp(13px, 14/390*100vw, 14px*1.4);
  display: flex;
  gap: 0 1em;
}
@media (min-width: 1024px) {
  .fv__simple .name-layout .links {
    margin-top: 0;
    font-size: 16px;
    align-self: flex-end;
    gap: 0 2em;
    margin-right: 7em;
  }
}
.fv__simple .name-layout .links a {
  color: var(--gray-4);
  background: var(--bg);
}
.fv__simple .ttl-layout {
  background: var(--bg);
  font-size: min(16 / 390 * 100vw, 16px * 1.4);
  padding-top: 1.25em;
  padding-bottom: 1.5em;
}
@media (min-width: 1024px) {
  .fv__simple .ttl-layout {
    font-size: 24px;
    padding-top: 2em;
    padding-bottom: 2.75em;
  }
}
.fv__simple .ttl-layout .inner-layout {
  max-width: calc(390px*1.4);
}
@media (min-width: 1024px) {
  .fv__simple .ttl-layout .inner-layout {
    max-width: none;
  }
}
.fv__simple .ttl-layout h1 {
  font-size: min(30 / 390 * 100vw, 30px * 1.4);
  line-height: 1.4;
  color: var(--gray-4);
}
@media (min-width: 1024px) {
  .fv__simple .ttl-layout h1 {
    font-size: 56px;
  }
}
.fv__simple .ttl-layout p {
  line-height: 1.75;
  font-weight: 700;
  margin-top: 1em;
}
@media (min-width: 1024px) {
  .fv__simple .ttl-layout p {
    margin-top: 1.5em;
  }
}

.fv__layout01 {
  padding-top: 76px;
  width: 100%;
}
@media (min-width: 1024px) {
  .fv__layout01 {
    padding-top: 120px;
    margin-inline: auto;
  }
}
.fv__layout01 .col {
  margin: 0;
  padding: 0;
}
.fv__layout01 .top {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--white);
  text-align: center;
  background: no-repeat center/cover url("../img/page/products/hotel-dx/alliance/fv--sp.jpg");
  width: 100%;
  aspect-ratio: 390/250;
}
@media (min-width: 1024px) {
  .fv__layout01 .top {
    aspect-ratio: initial;
    background: no-repeat center/cover url("../img/page/products/hotel-dx/alliance/fv--pc.jpg");
    height: 250px;
  }
}
@media only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 1024px) and (min-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (min-resolution: 192dpi), only screen and (min-width: 1024px) and (min-resolution: 2dppx) {
  .fv__layout01 .top {
    background: no-repeat center/cover url("../img/page/products/hotel-dx/alliance/fv--pc@2x.jpg");
  }
}
.fv__layout01 .top h1 {
  font-size: min(30 / 390 * 100vw, 30px * 1.4);
  line-height: 1.4;
  margin-top: 1.5em;
}
@media (min-width: 1024px) {
  .fv__layout01 .top h1 {
    margin-top: 0;
    font-size: 56px;
  }
}
.fv__layout01 .top p {
  margin: 0;
  line-height: 2;
  font-weight: 500;
  font-size: clamp(15px, 16/390*100vw, 16px);
}
@media (min-width: 1024px) {
  .fv__layout01 .top p {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .fv__layout01 .top p br.pcnone {
    display: none;
  }
}
.fv__layout01 .bottom {
  width: 100%;
  aspect-ratio: 390/190;
  text-align: center;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1024px) {
  .fv__layout01 .bottom {
    aspect-ratio: initial;
    height: 250px;
  }
}
.fv__layout01 .bottom img {
  display: block;
  margin: 0 auto clamp(10px, 3vw, 16px);
  max-width: 360px;
  width: min(178 / 390 * 100vw, 178px * 1.4);
  height: auto;
}
@media (min-width: 1024px) {
  .fv__layout01 .bottom img {
    width: 290px;
  }
}
.fv__layout01 .bottom p {
  margin: 0;
  font-weight: 800;
  line-height: 1.2;
  font-size: min(20 / 390 * 100vw, 20px * 1.4);
}
@media (min-width: 1024px) {
  .fv__layout01 .bottom p {
    font-size: 20px;
  }
}

.cta__fixed-layout {
  width: clamp(80px*0.9, 80/390*100vw, 80px*1.4);
  position: fixed;
  top: calc((var(--vh2) * 100) - ((var(--vh2) * 100) - 76px - 5px));
  right: 19px;
  transition: 0.9s ease;
  z-index: 2;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .cta__fixed-layout {
    width: clamp(182px*0.9, 182/1440*100vw, 182px);
    top: calc((var(--vh2) * 100) - ((var(--vh2) * 100) - 120px - 7px));
  }
}
.cta__fixed-layout a {
  display: block;
}
.cta__fixed-layout picture {
  display: block;
}
.cta__fixed-layout img {
  display: block;
  width: 100%;
}
.cta__fixed-layout.is--scroll {
  top: calc((var(--vh2) * 100) - 80px - 40px);
}
@media (min-width: 1024px) {
  .cta__fixed-layout.is--scroll {
    top: calc((var(--vh2) * 100) - clamp(182px*0.9, 182/1440*100vw, 182px) - 40px);
  }
}
.cta__fixed-layout.is--fadeout {
  opacity: 0;
  pointer-events: none;
}
.cta__fixed-layout:hover {
  opacity: 0.7;
}

.card__typeimg {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  font-size: min(14 / 390 * 100vw, 14px * 1.4);
  list-style: none;
}
@media (min-width: 1024px) {
  .card__typeimg {
    font-size: min(24 / 1920 * 100vw, 24px);
  }
}
.card__typeimg li {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  color: var(--white);
  padding: 2em 1.5em 2.4em;
}
@media (min-width: 1024px) {
  .card__typeimg li {
    padding: 2em 0 2.4em 3em;
  }
}
.card__typeimg li.nth-1 {
  background: center/cover no-repeat url("../img/page/home/products-bg01--sp.jpg");
}
@media (min-width: 1024px) {
  .card__typeimg li.nth-1 {
    background: center/cover no-repeat url("../img/page/home/products-bg01--pc.jpg");
  }
}
.card__typeimg li.nth-2 {
  background: center/cover no-repeat url("../img/page/home/products-bg02--sp.jpg");
}
@media (min-width: 1024px) {
  .card__typeimg li.nth-2 {
    background: center/cover no-repeat url("../img/page/home/products-bg02--pc.jpg");
  }
}
.card__typeimg li.nth-3 {
  background: center/cover no-repeat url("../img/page/home/products-bg03--sp.jpg");
}
@media (min-width: 1024px) {
  .card__typeimg li.nth-3 {
    background: center/cover no-repeat url("../img/page/home/products-bg03--pc.jpg");
  }
}
.card__typeimg li h3 {
  margin: 0 0 16px;
  font-weight: 800;
  color: var(--white);
  font-size: min(24 / 390 * 100vw, 24px * 1.4);
  line-height: 1.35;
  letter-spacing: -0.025em;
  text-align: center;
}
@media (min-width: 1024px) {
  .card__typeimg li h3 {
    text-align: left;
    font-size: min(50 / 1920 * 100vw, 50px);
  }
}
@media (min-width: 1024px) {
  .card__typeimg li h3 br {
    display: none;
  }
}
.card__typeimg li h3::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .card__typeimg li h3::after {
    height: 8px;
    width: 40%;
    margin-left: auto;
    position: relative;
    top: -33px;
  }
}
.card__typeimg li h3.line-red::after {
  background: center/cover no-repeat url("../img/page/home/products-line01.png");
}
.card__typeimg li h3.line-green::after {
  background: center/cover no-repeat url("../img/page/home/products-line02.png");
}
.card__typeimg li h3.line-wine::after {
  background: center/cover no-repeat url("../img/page/home/products-line03.png");
}
.card__typeimg li p {
  margin: 18px 0 28px;
  font-weight: 700;
  line-height: 2;
  color: var(--white);
  letter-spacing: -0.05em;
}
@media (min-width: 1024px) {
  .card__typeimg li p br.pcnone {
    display: none;
  }
}
.card__typeimg li p br.spnone {
  display: none;
}
@media (min-width: 1024px) {
  .card__typeimg li p br.spnone {
    display: initial;
  }
}
@media (min-width: 1024px) {
  .card__typeimg li .btn__normal {
    justify-content: flex-start;
    position: absolute;
    top: 6.6em;
    right: 3%;
  }
}

.card__case {
  list-style: none;
  margin: 0;
  padding: 0;
  /* 2カラムグリッド（SPは1列にしたいならメディアクエリで切替） */
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 20px;
}
@media (min-width: 1024px) {
  .card__case {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 25px;
  }
}
.card__case li a {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  /* サムネイル */
  /* 日付 + チップ */
  /* タイトル（注意：12px固定） */
  /* 2行目の補足タイトル */
}
.card__case li a .case-thumb {
  aspect-ratio: 4/3;
  /* 画像比率を固定 */
  border-radius: 11px;
  overflow: hidden;
  background: #eee;
  overflow: hidden;
}
.card__case li a .case-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.8s ease;
}
.card__case li a .case-meta {
  margin-top: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1024px) {
  .card__case li a .case-meta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.card__case li a .case-meta time {
  font-size: 11px;
  font-weight: 600;
  color: var(--gray-4);
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .card__case li a .case-meta time {
    font-size: 16px;
  }
}
.card__case li a .case-meta .case-chip {
  display: inline-block;
  padding: 6px 12px;
  font-size: 11px;
  /* 固定サイズ（小さめ） */
  font-weight: 700;
  color: var(--pri);
  background: #fff;
  border-radius: 5px;
  white-space: nowrap;
  width: fit-content;
}
@media (min-width: 1024px) {
  .card__case li a .case-meta .case-chip {
    font-size: 16px;
  }
}
.card__case li a .case-title {
  margin: 0.85em 0 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--pri);
}
@media (min-width: 1024px) {
  .card__case li a .case-title {
    font-size: 18px;
  }
}
.card__case li a .case-sub {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: var(--pri);
}
@media (min-width: 1024px) {
  .card__case li a .case-sub {
    font-size: 18px;
  }
}
.card__case li a:hover .case-thumb img {
  transform: scale(1.18);
}

/* SPを1列にしたい場合はこれを追加
@media (max-width: 599px){
  .card__case{ grid-template-columns: 1fr; }
}
*/
.card__servicetype {
  list-style: none;
  width: 100%;
  display: grid;
  font-size: min(14 / 390 * 100vw, 14px * 1.4);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2em 0;
}
@media (min-width: 1024px) {
  .card__servicetype {
    width: 566px;
    font-size: 16px;
    gap: 1.25em 0;
  }
}
.card__servicetype .card {
  width: 100%;
  background: var(--white);
  border-radius: 5px;
  padding: 1.85em 2em 2.4em;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 0.5em;
}
@media (min-width: 1024px) {
  .card__servicetype .card {
    padding: 24px 30px 24px;
    border-radius: 15px;
    margin-bottom: 0;
  }
}
.card__servicetype .cardttl {
  font-size: min(20 / 390 * 100vw, 20px * 1.4);
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .card__servicetype .cardttl {
    font-size: 24px;
    text-align: left;
    margin-bottom: 0.65em;
  }
}
.card__servicetype .cardimg {
  margin-inline: auto;
  height: min(60 / 390 * 100vw, 60px * 1.4);
  width: fit-content;
}
@media (min-width: 1024px) {
  .card__servicetype .cardimg {
    height: 48px;
    position: absolute;
    top: 15px;
    right: 20px;
  }
}
.card__servicetype .cardimg img {
  height: 100%;
  object-fit: contain;
}
.card__servicetype .cardtext {
  font-weight: 500;
  line-height: 1.75;
  margin: 0.5em 0 1.5em;
}
@media (min-width: 1024px) {
  .card__servicetype .cardtext {
    width: 300px;
    line-height: 1.5;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .card__servicetype .btn__normal {
    position: absolute;
    bottom: 25px;
    right: 25px;
  }
}
.card__servicetype .small {
  font-size: min(12 / 390 * 100vw, 12px * 1.4);
  display: block;
  color: var(--gray-4);
  text-align: center;
  margin-top: 0.5em;
}
@media (min-width: 1024px) {
  .card__servicetype .small {
    font-size: 12px;
    width: 170px;
    position: absolute;
    bottom: 7px;
    right: 25px;
  }
}

.card__point {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2em;
  font-size: min(14 / 390 * 100vw, 14px * 1.4);
}
@media (min-width: 1024px) {
  .card__point {
    font-size: 16px;
  }
}
.card__point .card {
  background: var(--white);
  border-radius: 10px;
  padding: 1.4em 1.2em 1.2em;
}
@media (min-width: 1024px) {
  .card__point .card {
    padding: 1.4em 1.5em 1.2em;
  }
}
.card__point .card .ttllayout {
  display: flex;
  align-items: center;
}
.card__point .card .ttllayout .num {
  font-size: min(28 / 390 * 100vw, 28px * 1.4);
  font-family: Roboto, sans-serif;
  width: 3.8em;
  height: 1.75em;
  background: var(--pri);
  color: var(--white);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5em;
}
@media (min-width: 1024px) {
  .card__point .card .ttllayout .num {
    width: 2.8em;
    font-size: 20px;
    margin-right: 0.75em;
  }
}
.card__point .card .ttllayout .ttl {
  font-size: min(20 / 390 * 100vw, 20px * 1.4);
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .card__point .card .ttllayout .ttl {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .card__point .card .ttllayout .ttl br {
    display: none;
  }
}
.card__point .card p {
  line-height: 1.75;
  font-weight: 500;
  margin-top: 0.75em;
}
@media (min-width: 1024px) {
  .card__point .card p {
    padding-left: 4.6em;
  }
}

.card__gridbgwrap {
  width: calc(100% - (19px*2));
  margin-inline: auto;
  position: relative;
  max-width: calc(390px * 1.4);
}
@media (min-width: 1024px) {
  .card__gridbgwrap {
    width: 100%;
    max-width: none;
  }
}
.card__gridbgwrap .small {
  font-size: min(12 / 390 * 100vw, 12px * 1.4);
  margin-top: 0.25em;
  text-align: right;
}
@media (min-width: 1024px) {
  .card__gridbgwrap .small {
    font-size: min(13 / 1440 * 100vw, 13px);
    margin-top: 1.25em;
    width: min(90%, 1180px);
    margin-inline: auto;
  }
}
.card__gridbgwrap .btn__normal {
  margin-top: 2.5em;
}
.card__gridbgwrap .illust {
  position: absolute;
}

.card__gridbg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(18 / 390 * 100vw, 18px * 1.4);
  position: relative;
  padding: 0;
  list-style: none;
  font-size: min(12 / 390 * 100vw, 12px * 1.4);
}
@media (min-width: 1024px) {
  .card__gridbg {
    width: min(90%, 1180px);
    margin-inline: auto;
    gap: min(18 / 1440 * 100vw, 18px);
    font-size: clamp(13px, 14/1440*100vw, 14px);
  }
}
.card__gridbg .card {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 1em 0 0;
}
.card__gridbg .card .ttl {
  font-size: min(15 / 390 * 100vw, 15px * 1.4);
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.03em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  min-height: 3.9em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .card__gridbg .card .ttl {
    font-size: min(18 / 1440 * 100vw, 18px);
  }
}
.card__gridbg .card .ttl .spnone {
  display: none;
}
@media (min-width: 1024px) {
  .card__gridbg .card .ttl .spnone {
    display: initial;
  }
}
@media (min-width: 1024px) {
  .card__gridbg .card .ttl .pcnone {
    display: none;
  }
}
@media (min-width: 1024px) {
  .card__gridbg .card .ttl .sponly {
    display: none;
  }
}
.card__gridbg .card .ttl .pconly {
  display: none;
}
@media (min-width: 1024px) {
  .card__gridbg .card .ttl .pconly {
    display: initial;
  }
}
.card__gridbg .card .text {
  width: calc(100% - (1.25em*2));
  margin-inline: auto;
  border-top: solid 1px var(--pri);
  padding-top: 0.85em;
  margin-top: 0.85em;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .card__gridbg .card.wide--sp {
    aspect-ratio: 352/167 !important;
    grid-column: 1/-1;
    display: flex;
    padding: 1em;
  }
  .card__gridbg .card.wide--sp .ttl {
    width: 50%;
  }
  .card__gridbg .card.wide--sp .text {
    width: 50%;
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    padding: 1em;
    border-left: solid 1px var(--pri);
  }
}
@media (min-width: 1024px) {
  .card__gridbg.pc-col4 {
    grid-template-columns: repeat(4, 1fr);
    gap: min(18 / 1440 * 100vw, 18px);
  }
}
@media (min-width: 1024px) {
  .card__gridbg.pc-col3 {
    width: min(90%, 940px);
    grid-template-columns: repeat(3, 1fr);
    gap: min(50 / 1440 * 100vw, 50px);
  }
}
.card__gridbg.aspect-ratio-167-236 .card {
  aspect-ratio: 167/236;
}
@media (min-width: 1024px) {
  .card__gridbg.aspect-ratio-167-236 .card {
    aspect-ratio: 280/245;
  }
}

.gridbg-tv-platform li:nth-of-type(1) {
  background-image: url(../img/page/products/hotel-dx/tv-platform/gridbg-01--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-tv-platform li:nth-of-type(1) {
    background-image: url(../img/page/products/hotel-dx/tv-platform/gridbg-01--pc.png);
  }
}
.gridbg-tv-platform li:nth-of-type(2) {
  background-image: url(../img/page/products/hotel-dx/tv-platform/gridbg-02--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-tv-platform li:nth-of-type(2) {
    background-image: url(../img/page/products/hotel-dx/tv-platform/gridbg-02--pc.png);
  }
}
.gridbg-tv-platform li:nth-of-type(3) {
  background-image: url(../img/page/products/hotel-dx/tv-platform/gridbg-03--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-tv-platform li:nth-of-type(3) {
    background-image: url(../img/page/products/hotel-dx/tv-platform/gridbg-03--pc.png);
  }
}
.gridbg-tv-platform li:nth-of-type(4) {
  background-image: url(../img/page/products/hotel-dx/tv-platform/gridbg-04--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-tv-platform li:nth-of-type(4) {
    background-image: url(../img/page/products/hotel-dx/tv-platform/gridbg-04--pc.png);
  }
}
.gridbg-tv-platform li:nth-of-type(5) {
  background-image: url(../img/page/products/hotel-dx/tv-platform/gridbg-05--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-tv-platform li:nth-of-type(5) {
    background-image: url(../img/page/products/hotel-dx/tv-platform/gridbg-05--pc.png);
  }
}
.gridbg-tv-platform li:nth-of-type(6) {
  background-image: url(../img/page/products/hotel-dx/tv-platform/gridbg-06--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-tv-platform li:nth-of-type(6) {
    background-image: url(../img/page/products/hotel-dx/tv-platform/gridbg-06--pc.png);
  }
}
.gridbg-tv-platform li:nth-of-type(7) {
  background-image: url(../img/page/products/hotel-dx/tv-platform/gridbg-07--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-tv-platform li:nth-of-type(7) {
    background-image: url(../img/page/products/hotel-dx/tv-platform/gridbg-07--pc.png);
  }
}
.gridbg-tv-platform li:nth-of-type(8) {
  background-image: url(../img/page/products/hotel-dx/tv-platform/gridbg-08--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-tv-platform li:nth-of-type(8) {
    background-image: url(../img/page/products/hotel-dx/tv-platform/gridbg-08--pc.png);
  }
}
.gridbg-tv-platform li:nth-of-type(9) {
  background-image: url(../img/page/products/hotel-dx/tv-platform/gridbg-09--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-tv-platform li:nth-of-type(9) {
    background-image: url(../img/page/products/hotel-dx/tv-platform/gridbg-09--pc.png);
  }
}
.gridbg-tv-platform li:nth-of-type(10) {
  background-image: url(../img/page/products/hotel-dx/tv-platform/gridbg-10--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-tv-platform li:nth-of-type(10) {
    background-image: url(../img/page/products/hotel-dx/tv-platform/gridbg-10--pc.png);
  }
}
.gridbg-tv-platform li:nth-of-type(11) {
  background-image: url(../img/page/products/hotel-dx/tv-platform/gridbg-11--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-tv-platform li:nth-of-type(11) {
    background-image: url(../img/page/products/hotel-dx/tv-platform/gridbg-11--pc.png);
  }
}
.gridbg-tv-platform li:nth-of-type(12) {
  background-image: url(../img/page/products/hotel-dx/tv-platform/gridbg-12--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-tv-platform li:nth-of-type(12) {
    background-image: url(../img/page/products/hotel-dx/tv-platform/gridbg-12--pc.png);
  }
}

.gridbg-ai-platform li:nth-of-type(1) {
  background-image: url(../img/page/products/hotel-dx/ai-platform/gridbg-01--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-ai-platform li:nth-of-type(1) {
    background-image: url(../img/page/products/hotel-dx/ai-platform/gridbg-01--pc.png);
  }
}
.gridbg-ai-platform li:nth-of-type(2) {
  background-image: url(../img/page/products/hotel-dx/ai-platform/gridbg-02--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-ai-platform li:nth-of-type(2) {
    background-image: url(../img/page/products/hotel-dx/ai-platform/gridbg-02--pc.png);
  }
}
.gridbg-ai-platform li:nth-of-type(3) {
  background-image: url(../img/page/products/hotel-dx/ai-platform/gridbg-03--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-ai-platform li:nth-of-type(3) {
    background-image: url(../img/page/products/hotel-dx/ai-platform/gridbg-03--pc.png);
  }
}
.gridbg-ai-platform li:nth-of-type(4) {
  background-image: url(../img/page/products/hotel-dx/ai-platform/gridbg-04--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-ai-platform li:nth-of-type(4) {
    background-image: url(../img/page/products/hotel-dx/ai-platform/gridbg-04--pc.png);
  }
}
.gridbg-ai-platform li:nth-of-type(5) {
  background-image: url(../img/page/products/hotel-dx/ai-platform/gridbg-05--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-ai-platform li:nth-of-type(5) {
    background-image: url(../img/page/products/hotel-dx/ai-platform/gridbg-05--pc.png);
  }
}
.gridbg-ai-platform li:nth-of-type(6) {
  background-image: url(../img/page/products/hotel-dx/ai-platform/gridbg-06--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-ai-platform li:nth-of-type(6) {
    background-image: url(../img/page/products/hotel-dx/ai-platform/gridbg-06--pc.png);
  }
}

.gridbg-cashless-self-service li:nth-of-type(1) {
  background-image: url(../img/page/products/retail/cashless-self-service/gridbg-01--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-cashless-self-service li:nth-of-type(1) {
    background-image: url(../img/page/products/retail/cashless-self-service/gridbg-01--pc.png);
  }
}
.gridbg-cashless-self-service li:nth-of-type(2) {
  background-image: url(../img/page/products/retail/cashless-self-service/gridbg-02--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-cashless-self-service li:nth-of-type(2) {
    background-image: url(../img/page/products/retail/cashless-self-service/gridbg-02--pc.png);
  }
}
.gridbg-cashless-self-service li:nth-of-type(3) {
  background-image: url(../img/page/products/retail/cashless-self-service/gridbg-03--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-cashless-self-service li:nth-of-type(3) {
    background-image: url(../img/page/products/retail/cashless-self-service/gridbg-03--pc.png);
  }
}
.gridbg-cashless-self-service li:nth-of-type(4) {
  background-image: url(../img/page/products/retail/cashless-self-service/gridbg-04--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-cashless-self-service li:nth-of-type(4) {
    background-image: url(../img/page/products/retail/cashless-self-service/gridbg-04--pc.png);
  }
}
.gridbg-cashless-self-service li:nth-of-type(5) {
  background-image: url(../img/page/products/retail/cashless-self-service/gridbg-05--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-cashless-self-service li:nth-of-type(5) {
    background-image: url(../img/page/products/retail/cashless-self-service/gridbg-05--pc.png);
  }
}
.gridbg-cashless-self-service li:nth-of-type(6) {
  background-image: url(../img/page/products/retail/cashless-self-service/gridbg-06--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-cashless-self-service li:nth-of-type(6) {
    background-image: url(../img/page/products/retail/cashless-self-service/gridbg-06--pc.png);
  }
}

.gridbg-furusato-tax li:nth-of-type(1) {
  background-image: url(../img/page/products/retail/furusato-tax/gridbg-01--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-furusato-tax li:nth-of-type(1) {
    background-image: url(../img/page/products/retail/furusato-tax/gridbg-01--pc.png);
  }
}
.gridbg-furusato-tax li:nth-of-type(2) {
  background-image: url(../img/page/products/retail/furusato-tax/gridbg-02--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-furusato-tax li:nth-of-type(2) {
    background-image: url(../img/page/products/retail/furusato-tax/gridbg-02--pc.png);
  }
}
.gridbg-furusato-tax li:nth-of-type(3) {
  background-image: url(../img/page/products/retail/furusato-tax/gridbg-03--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-furusato-tax li:nth-of-type(3) {
    background-image: url(../img/page/products/retail/furusato-tax/gridbg-03--pc.png);
  }
}
.gridbg-furusato-tax li:nth-of-type(4) {
  background-image: url(../img/page/products/retail/furusato-tax/gridbg-04--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-furusato-tax li:nth-of-type(4) {
    background-image: url(../img/page/products/retail/furusato-tax/gridbg-04--pc.png);
  }
}
.gridbg-furusato-tax li:nth-of-type(5) {
  background-image: url(../img/page/products/retail/furusato-tax/gridbg-05--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-furusato-tax li:nth-of-type(5) {
    background-image: url(../img/page/products/retail/furusato-tax/gridbg-05--pc.png);
  }
}
.gridbg-furusato-tax li:nth-of-type(6) {
  background-image: url(../img/page/products/retail/furusato-tax/gridbg-06--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-furusato-tax li:nth-of-type(6) {
    background-image: url(../img/page/products/retail/furusato-tax/gridbg-06--pc.png);
  }
}

.gridbg-alliance li:nth-of-type(1) {
  background-image: url(../img/page/products/hotel-dx/alliance/gridbg-01--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-alliance li:nth-of-type(1) {
    background-image: url(../img/page/products/hotel-dx/alliance/gridbg-01--pc.png);
  }
}
.gridbg-alliance li:nth-of-type(2) {
  background-image: url(../img/page/products/hotel-dx/alliance/gridbg-02--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-alliance li:nth-of-type(2) {
    background-image: url(../img/page/products/hotel-dx/alliance/gridbg-02--pc.png);
  }
}
.gridbg-alliance li:nth-of-type(3) {
  background-image: url(../img/page/products/hotel-dx/alliance/gridbg-03--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-alliance li:nth-of-type(3) {
    background-image: url(../img/page/products/hotel-dx/alliance/gridbg-03--pc.png);
  }
}
.gridbg-alliance li:nth-of-type(4) {
  background-image: url(../img/page/products/hotel-dx/alliance/gridbg-04--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-alliance li:nth-of-type(4) {
    background-image: url(../img/page/products/hotel-dx/alliance/gridbg-04--pc.png);
  }
}
.gridbg-alliance li:nth-of-type(5) {
  background-image: url(../img/page/products/hotel-dx/alliance/gridbg-05--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-alliance li:nth-of-type(5) {
    background-image: url(../img/page/products/hotel-dx/alliance/gridbg-05--pc.png);
  }
}
.gridbg-alliance li:nth-of-type(6) {
  background-image: url(../img/page/products/hotel-dx/alliance/gridbg-06--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-alliance li:nth-of-type(6) {
    background-image: url(../img/page/products/hotel-dx/alliance/gridbg-06--pc.png);
  }
}
.gridbg-alliance li:nth-of-type(7) {
  background-image: url(../img/page/products/hotel-dx/alliance/gridbg-07--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-alliance li:nth-of-type(7) {
    background-image: url(../img/page/products/hotel-dx/alliance/gridbg-07--pc.png);
  }
}
.gridbg-alliance li:nth-of-type(8) {
  background-image: url(../img/page/products/hotel-dx/alliance/gridbg-08--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-alliance li:nth-of-type(8) {
    background-image: url(../img/page/products/hotel-dx/alliance/gridbg-08--pc.png);
  }
}
.gridbg-alliance li:nth-of-type(9) {
  background-image: url(../img/page/products/hotel-dx/alliance/gridbg-09--sp.png);
}
@media (min-width: 1024px) {
  .gridbg-alliance li:nth-of-type(9) {
    background-image: url(../img/page/products/hotel-dx/alliance/gridbg-09--pc.png);
  }
}

.seccontact {
  font-size: min(14 / 390 * 100vw, 14px * 1.4);
  padding: 4.15em 0;
  max-width: calc(390px * 1.4);
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .seccontact {
    max-width: none;
    font-size: min(18 / 1440 * 100vw, 18px);
    padding: 130px 0;
  }
}
.seccontact .bnrlayout {
  width: calc(100% - (19px * 2));
  margin-inline: auto;
  background: var(--green);
  display: flex;
  flex-direction: column;
  padding-top: 2em;
  padding-bottom: 3em;
  color: var(--white);
  border-radius: 10px;
  max-width: 1280px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .seccontact .bnrlayout {
    flex-direction: row;
    align-items: center;
    padding-left: 3.5%;
    padding-top: 13px;
    padding-bottom: 16px;
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .seccontact .bnrlayout:hover .img {
    transform: scale(1.2);
  }
}
.seccontact .textbox .ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: min(15 / 390 * 100vw, 15px * 1.4);
  text-align: center;
}
@media (min-width: 1024px) {
  .seccontact .textbox .ttl {
    text-align: left;
    font-size: min(32 / 1440 * 100vw, 32px * 1.4);
  }
}
.seccontact .textbox .jp {
  margin-bottom: 0.6em;
}
.seccontact .textbox .en {
  font-size: min(35 / 390 * 100vw, 35px * 1.4);
  font-family: Roboto, sans-serif;
}
@media (min-width: 1024px) {
  .seccontact .textbox .en {
    font-size: min(56 / 1440 * 100vw, 56px * 1.4);
  }
}
.seccontact .textbox .text {
  text-align: center;
  line-height: 2;
  font-weight: 700;
  margin-top: 1em;
}
@media (min-width: 1024px) {
  .seccontact .textbox .text {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .seccontact .textbox .text .pcnone {
    display: none;
  }
}
.seccontact .img {
  width: 72.5%;
  margin-left: 18%;
  margin-top: 1.25em;
  margin-bottom: 2.5em;
  transition: 0.9s ease;
}
@media (min-width: 1024px) {
  .seccontact .img {
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0;
    width: 35%;
  }
}
.seccontact .img img {
  width: 100%;
}
.seccontact .icon {
  background: var(--white);
  width: min(40 / 390 * 100vw, 40px * 1.4);
  height: min(40 / 390 * 100vw, 40px * 1.4);
  border-radius: 100%;
  transition: 0.3s ease;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .seccontact .icon {
    margin-inline: initial;
    margin-right: 4.5%;
    margin-left: 1%;
    width: min(50 / 1440 * 100vw, 50px);
    height: min(50 / 1440 * 100vw, 50px);
  }
}
.seccontact .icon::after {
  content: "";
  width: 100%;
  height: 100%;
  mask: url("../img/common/icon-arrow.svg") no-repeat center/min(40 / 390 * 100vw, 40px * 1.4);
  -webkit-mask: url("../img/common/icon-arrow.svg") no-repeat center/min(40 / 390 * 100vw, 40px * 1.4);
  background-color: var(--green);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: block;
}
@media (min-width: 1024px) {
  .seccontact .icon::after {
    mask: url("../img/common/icon-arrow.svg") no-repeat center/min(50 / 1440 * 100vw, 50px);
    -webkit-mask: url("../img/common/icon-arrow.svg") no-repeat center/min(50 / 1440 * 100vw, 50px);
    background-color: var(--green);
  }
}

.js--fadein {
  opacity: 0;
  transform: translateY(0);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}
.js--fadein.is--view {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein {
  transform: translateY(0);
}

.fadein-up {
  transform: translateY(15px);
}

.fadein-down {
  transform: translateY(-15px);
}

.fadein-left {
  transform: translateX(-15px);
}

.fadein-right {
  transform: translateX(15px);
}

.fadein-scale {
  transform: scale(0);
  transition: opacity 0.8s ease-out, transform 1.4s cubic-bezier(0.05, 0.84, 0.85, 0.3);
}

.fadein-scale.is--view {
  transform: scale(1);
}

.fadein-delay.is--view {
  transition-delay: 0.4s;
}

.fadein-up-delay {
  transform: translateY(30px) scale(0.5);
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 1.4s cubic-bezier(0.01, 0.57, 0.86, 0.23);
}
.fadein-up-delay.is--view {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.fadein-up-delay-2 {
  transform: translateY(30px) scale(0.9);
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 0.8s cubic-bezier(0.8, 0.32, 0.85, 1);
}
.fadein-up-delay-2.is--view {
  transform: translateY(0) scale(1);
  opacity: 1;
  transition-delay: 0.4s;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.modal {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.is--visible {
  opacity: 1;
  visibility: visible;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal__content {
  box-sizing: border-box;
  background: #fff;
  padding: 45px 10px;
  position: relative;
  width: 90%;
  max-width: 74rem;
  max-height: 80vh;
  min-height: 400px;
  border-radius: 8px;
  overflow: auto;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
  .modal__content {
    padding: 45px;
  }
}

.modal__close-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.modal__close-btn:before, .modal__close-btn:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
}
.modal__close-btn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close-btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__close-btn:hover {
  opacity: 0.7;
}

.scroll-wrap {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  border: solid 1px var(--black);
  font-size: 13px;
  color: var(--black);
  padding: 2em 1em;
}
@media (min-width: 1024px) {
  .scroll-wrap {
    font-size: 15px;
    height: 500px;
    padding: 3em 2em;
  }
}
.scroll-wrap .mainttl {
  margin-bottom: 1.5em;
  font-size: 1.5em;
  line-height: 1.4;
}
.scroll-wrap .subttl {
  font-size: 1.25em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
.scroll-wrap p {
  line-height: 1.6;
}
.scroll-wrap ul {
  margin-left: 1em;
  margin-bottom: 1em;
}
.scroll-wrap ul li {
  line-height: 1.4;
}
.scroll-wrap ul li + li {
  margin-top: 0.5em;
}
.scroll-wrap a {
  color: #09a9b8;
  text-decoration: underline;
}

.agree-privacy-wrap {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .agree-privacy-wrap {
    font-size: 15px;
  }
}
.agree-privacy-wrap .agree__chk {
  margin-right: 0.5em;
  vertical-align: middle;
}
.agree-privacy-wrap label {
  cursor: pointer;
}

.common__wrap {
  overflow: hidden;
}

.gnav__modal {
  width: 100%;
  height: 76px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(124, 123, 119, 0.78);
  transition: 0.3s ease;
  font-weight: 500;
  backdrop-filter: blur(16px);
}
@media (min-width: 1024px) {
  .gnav__modal {
    height: 120px;
  }
}
.gnav__modal .inner-layout {
  padding: 0 clamp(16px, 20/390*100vw, 26px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .gnav__modal .inner-layout {
    margin-inline: auto;
    padding: 0 32px;
    height: 100%;
  }
}

.gnav__logo {
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
}
.gnav__logo a {
  width: 140px;
}
@media (min-width: 1024px) {
  .gnav__logo a {
    width: clamp(250px*0.8, 250/1440*100vw, 250px);
  }
}
.gnav__logo img {
  width: 100%;
}

.gnav__hamburger {
  width: 52px;
  height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 4;
  gap: 6px 0;
  transition: 0.3s ease;
}
@media (min-width: 1024px) {
  .gnav__hamburger {
    display: none;
  }
}
.gnav__hamburger:before {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background: var(--white);
  transition: 0.3s ease;
  border-radius: 3px;
}
.gnav__hamburger:after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background: var(--white);
  transition: 0.3s ease;
  border-radius: 3px;
}
.gnav__hamburger .border {
  width: 50%;
  height: 2px;
  background: var(--white);
  transition: 0.3s ease;
  border-radius: 3px;
}

.gnav__nav.right {
  position: fixed;
  z-index: 3;
  top: 0;
  right: -256px;
  width: 256px;
  height: 100dvh;
  background: var(--black);
  transition: 0.3s ease;
  overflow-y: scroll;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .gnav__nav.right {
    display: block;
    position: relative;
    transform: none;
    height: auto;
    background: none;
    overflow: inherit;
    width: min-content;
    left: auto;
    right: auto;
    padding-bottom: 0;
    height: 80px;
    margin-left: auto;
  }
}
.gnav__nav.right ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 76px;
}
@media (min-width: 1024px) {
  .gnav__nav.right ul {
    flex-direction: row;
  }
}
.gnav__nav.right ul li {
  margin-bottom: 1.85em;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .gnav__nav.right ul li {
    margin-bottom: 0;
  }
}
.gnav__nav.right ul li:last-of-type {
  margin-bottom: 0;
}
.gnav__nav.right ul li a {
  white-space: nowrap;
  transition: 0.3s ease;
}
.gnav__nav.fade {
  position: fixed;
  z-index: 3;
  top: 76px;
  left: 0;
  width: max-content;
  height: max-content;
  background: var(--white);
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100%;
  height: unset;
  background: #7D7D7D;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .gnav__nav.fade {
    display: flex;
    position: relative;
    transform: none;
    height: auto;
    background: none;
    overflow: inherit;
    width: fit-content;
    left: auto;
    right: auto;
    padding-bottom: 0;
    top: 0;
    height: 80px;
    margin-left: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    align-items: center;
  }
}
.gnav__nav.fade .header-search {
  margin: 18px 0 28px;
}
@media (min-width: 1024px) {
  .gnav__nav.fade .header-search {
    display: none;
  }
}
.gnav__nav.fade .header-search .searchform {
  position: relative;
}
.gnav__nav.fade .header-search input[type=search] {
  width: 100%;
  height: 40px;
  padding: 0 46px 0 15px;
  border: 0;
  border-radius: 5px;
  outline: none;
  background: var(--bg);
  color: var(--black);
  font-size: 14px;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.gnav__nav.fade .header-search input[type=search]::placeholder {
  color: var(--gray-4);
}
.gnav__nav.fade .header-search input[type=search]:focus {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08), 0 0 0 3px rgba(255, 255, 255, 0.18);
}
.gnav__nav.fade .header-search .search-submit {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  cursor: pointer;
  mask: url("../img/common/icon-search.svg") no-repeat center/20px;
  -webkit-mask: url("../img/common/icon-search.svg") no-repeat center/20px;
  background-color: var(--gray-3);
  text-indent: -9999px;
  overflow: hidden;
}
.gnav__nav.fade .header-search .search-submit:hover {
  transform: translateY(-50%) scale(1.04);
}
.gnav__nav.fade .header-search .search-submit:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.22);
  border-radius: 50%;
}
.gnav__nav.fade .header-close-btn {
  display: flex;
  justify-content: center;
  padding: 44px 0 60px;
}
@media (min-width: 1024px) {
  .gnav__nav.fade .header-close-btn {
    display: none;
  }
}
.gnav__nav.fade .header-close-btn .gnav__close {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 19px 72px 19px 28px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 9999px;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  position: relative;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.gnav__nav.fade .header-close-btn .gnav__close .icon {
  background: var(--white);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 100%;
}
.gnav__nav.fade .header-close-btn .gnav__close .icon::after {
  content: "";
  width: 100%;
  height: 100%;
  mask: url("../img/common/icon-arrow.svg") no-repeat center/32px;
  -webkit-mask: url("../img/common/icon-arrow.svg") no-repeat center/32px;
  background-color: #7D7D7D;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: block;
}
.gnav__nav.fade .header-close-btn .gnav__close .icon:hover {
  border-color: #fff;
}
.gnav__nav.fade .header-close-btn .gnav__close .icon:hover::after {
  transform: translateY(-50%) translateX(2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.gnav__nav.fade .header-navlist ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.6rem;
  text-align: center;
  margin: auto;
  width: 100%;
  height: fit-content;
}
@media (min-width: 1024px) {
  .gnav__nav.fade .header-navlist ul {
    flex-direction: row;
    position: static;
    gap: 0 2.8em;
    font-size: clamp(13px, 15/1440*100vw, 16px);
  }
}
.gnav__nav.fade .header-navlist ul li {
  line-height: 1.25;
  width: 50%;
}
@media (min-width: 1024px) {
  .gnav__nav.fade .header-navlist ul li {
    width: fit-content;
  }
}
.gnav__nav.fade .header-navlist ul li:first-of-type {
  width: 100%;
  border-top: solid 1px rgba(255, 255, 255, 0.7);
}
@media (min-width: 1024px) {
  .gnav__nav.fade .header-navlist ul li:first-of-type {
    width: fit-content;
    border: none;
  }
}
.gnav__nav.fade .header-navlist ul li:nth-of-type(even) {
  border-right: solid 1px rgba(255, 255, 255, 0.7);
}
@media (min-width: 1024px) {
  .gnav__nav.fade .header-navlist ul li:nth-of-type(even) {
    border: none;
  }
}
@media (min-width: 1024px) {
  .gnav__nav.fade .header-navlist ul li {
    margin-bottom: 0;
  }
}
.gnav__nav.fade .header-navlist ul li a {
  padding-top: 0.85em;
  padding-bottom: 1em;
  white-space: nowrap;
  transition: 0.3s ease;
  letter-spacing: 0.1em;
  position: relative;
  transform: translateY(0);
  display: block;
  color: var(--white);
  border-bottom: solid 1px rgba(255, 255, 255, 0.7);
}
@media (min-width: 1024px) {
  .gnav__nav.fade .header-navlist ul li a {
    border: none;
  }
}
.gnav__nav.fade .header-navlist ul li a:hover {
  transform: translateY(-2px);
}
.gnav__nav.fade .header-navlist ul li a .text {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (min-width: 1024px) {
  .gnav__nav.fade .header-navlist .header-btn--pc a {
    background: var(--pri);
    border-radius: 100px;
    padding: 0.75em 2.2em 1em 2.8em;
    display: inline-flex;
    align-items: center;
    gap: 0.6em;
  }
  .gnav__nav.fade .header-navlist .header-btn--pc a::after {
    content: "";
    width: 0.8em;
    height: 0.8em;
    flex: 0 0 auto;
    background: url("../img/common/icon-external-link.svg") no-repeat center/contain;
    transition: transform 0.2s ease;
  }
}

.gnav__bg {
  position: fixed;
  top: 76px;
  left: 0;
  width: 100%;
  height: calc(100vh - 76px);
  height: calc(100vh - 76px);
  z-index: 2;
  background: rgba(51, 63, 105, 0.5);
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (min-width: 1024px) {
  .gnav__bg {
    display: none;
  }
}
.gnav__bg.is--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.gnav__modal.is--open .gnav__hamburger:before {
  width: 40%;
  transform: rotate(45deg) translateX(4px) translateY(4px);
}
.gnav__modal.is--open .gnav__hamburger:after {
  width: 40%;
  transform: rotate(-45deg) translateX(7px) translateY(-7px);
}
.gnav__modal.is--open .gnav__hamburger .border {
  opacity: 0;
}
.gnav__modal.is--open .gnav__nav.right {
  right: 0;
}
.gnav__modal.is--open .gnav__nav.fade {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.main__common {
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
  z-index: 1;
}
.main__common.margin-top {
  margin-top: 76px;
}
@media (min-width: 1024px) {
  .main__common.margin-top {
    margin-top: 120px;
  }
}

.footer__global {
  padding: 46px 0 0;
  background: #7D7D7D;
}
@media (min-width: 1024px) {
  .footer__global {
    padding: 90px 0 0;
  }
}
.footer__global .inner-layout {
  width: calc(100% - (19px*2));
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .footer__global .inner-layout {
    width: 90%;
    max-width: 1410px;
    position: relative;
  }
}
.footer__global .footer-top .topttl {
  width: 242px;
  margin-inline: auto;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .footer__global .footer-top .topttl {
    width: 713px;
    margin-bottom: 28px;
  }
}
.footer__global .footer-top .topttl img {
  width: 100%;
}
.footer__global .footer-top .topline {
  background-image: url(../img/common/footer-line.jpg);
  background-size: 100% 100%;
  width: 100%;
  height: 4px;
}
@media (min-width: 1024px) {
  .footer__global .footer-top .topline {
    height: 10px;
  }
}
.footer__global .footer-top .topsub {
  margin-top: 0.75em;
  font-size: 13px;
  text-align: center;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .footer__global .footer-top .topsub {
    font-size: 25px;
  }
}
.footer__global .footer-top .topsub .bold {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
}
.footer__global .footer-col2-middle {
  color: var(--white);
  width: 100%;
  padding-top: 52px;
  padding-bottom: 25px;
}
@media (min-width: 1024px) {
  .footer__global .footer-col2-middle {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
  }
}
.footer__global .footer-col2-left .logo {
  width: 142px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .footer__global .footer-col2-left .logo {
    width: 200px;
    margin-inline: initial;
  }
}
.footer__global .footer-col2-left .logo a {
  display: block;
  width: 100%;
}
.footer__global .footer-col2-left .logo img {
  display: block;
  width: 100%;
}
.footer__global .footer-col2-left .name {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin: 3em 0;
}
@media (min-width: 1024px) {
  .footer__global .footer-col2-left .name {
    text-align: left;
    margin: 2.5em 0 2em;
  }
}
.footer__global .footer-col2-left .site {
  font-size: 13px;
  white-space: nowrap;
  line-height: 2;
  text-align: center;
  font-weight: 500;
  margin: 0 0 3em;
}
@media (min-width: 1024px) {
  .footer__global .footer-col2-left .site {
    text-align: left;
    margin: 0 0 2em;
  }
}
.footer__global .footer-col2-left .site a {
  color: var(--white);
}
.footer__global .footer-col2-left .site a.btn {
  border: solid 1px var(--white);
  padding: 0.5em 1em;
  margin-top: 0.5em;
  display: flex;
  width: fit-content;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .footer__global .footer-col2-left .site a.btn {
    margin-inline: initial;
  }
}
.footer__global .footer-col2-right .btn__normal {
  margin: 40px 0 48px;
}
@media (min-width: 1024px) {
  .footer__global .footer-col2-right .btn__normal {
    width: fit-content;
    margin: 20px 0;
  }
}
.footer__global .footer-col2-right .footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 16px;
  text-align: center;
  margin: auto;
  width: 100%;
  height: fit-content;
  list-style: none;
  font-weight: 500;
  max-width: calc(390px*1.4);
}
@media (min-width: 1024px) {
  .footer__global .footer-col2-right .footer-nav {
    max-width: none;
    width: 21em;
    font-size: 15px;
    text-align: left;
    justify-content: flex-start;
    gap: 0 1em;
  }
}
.footer__global .footer-col2-right .footer-nav li {
  line-height: 1.25;
  width: 50%;
}
@media (min-width: 1024px) {
  .footer__global .footer-col2-right .footer-nav li {
    width: fit-content;
  }
}
.footer__global .footer-col2-right .footer-nav li:first-of-type {
  width: 100%;
  border-top: solid 1px rgba(255, 255, 255, 0.7);
}
@media (min-width: 1024px) {
  .footer__global .footer-col2-right .footer-nav li:first-of-type {
    width: fit-content;
    border: none;
    margin-right: 15em;
  }
}
.footer__global .footer-col2-right .footer-nav li:nth-of-type(even) {
  border-right: solid 1px rgba(255, 255, 255, 0.7);
}
@media (min-width: 1024px) {
  .footer__global .footer-col2-right .footer-nav li:nth-of-type(even) {
    border: none;
  }
}
.footer__global .footer-col2-right .footer-nav li a {
  padding-top: 0.85em;
  padding-bottom: 1em;
  white-space: nowrap;
  transition: 0.3s ease;
  letter-spacing: 0.1em;
  position: relative;
  transform: translateY(0);
  display: block;
  color: var(--white);
  border-bottom: solid 1px rgba(255, 255, 255, 0.7);
}
@media (min-width: 1024px) {
  .footer__global .footer-col2-right .footer-nav li a {
    border: none;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
}
.footer__global .footer-col2-right .footer-nav li a .text {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.footer__global .footer-col2-right .footer-nav li a:hover {
  opacity: 0.7;
}
.footer__global .footer-bottom {
  width: 100%;
  background: var(--white);
  padding-top: 20px;
  padding-bottom: 36px;
}
@media (min-width: 1024px) {
  .footer__global .footer-bottom {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 65px;
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .footer__global .footer-bottom .inner-layout2 {
    margin-inline: auto;
    width: 90%;
    max-width: 1410px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.footer__global .footer-bottom .privacymark-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.6rem;
  width: 232px;
  height: fit-content;
  list-style: none;
  gap: 20px 16px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .footer__global .footer-bottom .privacymark-list {
    width: auto;
    margin: 0;
    gap: 0 25px;
  }
}
.footer__global .footer-bottom .privacymark-list li {
  width: auto;
  height: clamp(50px*0.8, 50/390*100vw, 50px);
}
@media (min-width: 1024px) {
  .footer__global .footer-bottom .privacymark-list li {
    height: auto;
  }
}
.footer__global .footer-bottom .privacymark-list li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__global .footer-bottom .privacymark-list li:nth-of-type(1), .footer__global .footer-bottom .privacymark-list li:nth-of-type(3) {
  width: 64px;
}
.footer__global .footer-bottom .privacymark-list li:nth-of-type(2), .footer__global .footer-bottom .privacymark-list li:nth-of-type(4) {
  width: 152px;
}
@media (min-width: 1024px) {
  .footer__global .footer-bottom .privacymark-list li:nth-of-type(1) {
    width: 108px;
  }
  .footer__global .footer-bottom .privacymark-list li:nth-of-type(2) {
    width: 245px;
  }
  .footer__global .footer-bottom .privacymark-list li:nth-of-type(3) {
    width: 108px;
  }
  .footer__global .footer-bottom .privacymark-list li:nth-of-type(4) {
    width: 129px;
  }
}
.footer__global .footer-bottom small {
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  display: block;
  color: var(--black);
  margin-top: 2em;
}
@media (min-width: 1024px) {
  .footer__global .footer-bottom small {
    font-size: 13px;
  }
}

.home .concept {
  padding-top: 76px;
  padding-bottom: 60px;
  background: var(--bg);
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .home .concept {
    padding-top: 120px;
  }
}
.home .fv {
  position: relative;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: max(100vh - 72px, 500px);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
}
@media (min-width: 1024px) {
  .home .fv {
    height: max((792px - 120px), (100vh - 120px));
  }
}
.home .fv .ttl__waves-layout {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.home .fv .fv-ttl-layout {
  width: 100%;
  transition: 0.65s ease;
  z-index: 2;
  position: relative;
  font-size: min(20 / 390 * 100vw, 20px);
  margin-top: -20vmax;
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .home .fv .fv-ttl-layout {
    font-size: min(80 / 1440 * 100vw, 80px);
  }
}
.home .fv .fv-ttl-layout .mainttl {
  transition: 0.75s ease;
  opacity: 0;
  text-align: center;
}
.home .fv .fv-ttl-layout .mainttl.is--view {
  opacity: 1;
}
.home .fv .fv-ttl-layout .mainttl svg,
.home .fv .fv-ttl-layout .mainttl img {
  width: 100%;
}
.home .fv .fv-ttl-layout .subnttl-2 {
  width: 70%;
  margin-top: 15%;
  margin-inline: auto;
  opacity: 0;
  transition: 0.75s ease;
}
@media (min-width: 1024px) {
  .home .fv .fv-ttl-layout .subnttl-2 {
    margin-top: 20px;
  }
}
.home .fv .fv-ttl-layout .subnttl-2.is--view {
  opacity: 1;
}
.home .fv .fv-ttl-layout .subnttl-2.is--hidden {
  transition: 1s ease;
  opacity: 0;
}
.home .fv .fv-ttl-layout .subnttl-2 img {
  width: 100%;
}
.home .fv .fv-logo-layout {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  aspect-ratio: initial;
  margin: 0;
  display: flex;
  align-items: center;
}
.home .fv .fv-logo-layout .fv-logo-layout-wrap {
  transition: 1.5s ease;
  transform: scale(1);
  width: 80%;
  margin-inline: auto;
  height: auto;
  aspect-ratio: 970/518;
}
.home .fv .fv-logo-layout .fv-logo-layout-wrap.is--size {
  width: 70vmin;
  margin-top: 30vmin;
}
@media (min-width: 1024px) {
  .home .fv .fv-logo-layout .fv-logo-layout-wrap.is--size {
    width: 70vmin;
    margin-top: 30vmin;
  }
}
.home .fv .fv-logo-layout .fv-logo-red {
  position: absolute;
  top: -36vw;
  left: -134vw;
  width: 200vw;
  mix-blend-mode: multiply;
  transition: 2.2s cubic-bezier(0.8, 0.24, 0.24, 0.95);
}
@media (min-width: 1024px) {
  .home .fv .fv-logo-layout .fv-logo-red {
    top: 4vw;
    left: -134vw;
    width: 200vw;
  }
}
.home .fv .fv-logo-layout .fv-logo-red.is--point1 {
  top: 0;
  left: 0vw;
  width: 100%;
}
@media (min-width: 1024px) {
  .home .fv .fv-logo-layout .fv-logo-red.is--point1 {
    top: 0;
    left: 0vw;
    width: 100%;
  }
}
.home .fv .fv-logo-layout .fv-logo-red.is--positionfix {
  top: 0;
  left: 0;
  width: 100%;
  transition: 1.2s ease;
}
.home .fv .fv-logo-layout .fv-logo-red img {
  width: 100%;
}
.home .fv .fv-logo-layout .fv-logo-green {
  position: absolute;
  top: -14vw;
  right: -80vw;
  width: 200vw;
  mix-blend-mode: multiply;
  transition: 2.2s cubic-bezier(0.8, 0.24, 0.24, 0.95);
}
@media (min-width: 1024px) {
  .home .fv .fv-logo-layout .fv-logo-green {
    top: 36vw;
    right: -80vw;
    width: 200vw;
  }
}
.home .fv .fv-logo-layout .fv-logo-green.is--point1 {
  top: 0;
  right: 0vw;
  width: 100%;
}
@media (min-width: 1024px) {
  .home .fv .fv-logo-layout .fv-logo-green.is--point1 {
    top: 0;
    right: 0vw;
    width: 100%;
  }
}
.home .fv .fv-logo-layout .fv-logo-green.is--positionfix {
  top: 0;
  right: 0;
  width: 100%;
  transition: 1.8s ease;
}
.home .fv .fv-logo-layout .fv-logo-green img {
  width: 100%;
}
.home .fv .fv-logo-layout .fv-logo-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: 1.75s cubic-bezier(0.8, 0.24, 0.24, 0.95);
}
.home .fv .fv-logo-layout .fv-logo-text.is--view {
  opacity: 1;
}
.home .fv .fv-logo-layout .fv-logo-text img {
  width: 100%;
}
.home .iot {
  padding-top: max(5em, 80px);
}
@media (min-width: 1024px) {
  .home .iot {
    padding-top: max(5em, 160px);
  }
}
.home .iot .inner-layout {
  width: calc(100% - (19px*2));
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .home .iot .inner-layout {
    width: 90%;
    max-width: 1540px;
  }
}
.home .iot .ttl {
  font-size: min(20 / 390 * 100vw, 20px * 1.4);
  line-height: 1.75;
  font-weight: 600;
  margin-bottom: 1.25em;
}
@media (min-width: 1024px) {
  .home .iot .ttl {
    font-size: clamp(60px*0.8, 60/1920*100vw, 60px);
  }
}
@media (min-width: 1024px) {
  .home .iot .col2 {
    display: flex;
    align-items: center;
  }
}
.home .iot .col2 .left {
  position: relative;
}
@media (min-width: 1024px) {
  .home .iot .col2 .left {
    margin-left: -5%;
  }
}
.home .iot .col2 .left img {
  width: 100vw;
  position: relative;
  left: -19px;
  max-width: none;
}
@media (min-width: 1024px) {
  .home .iot .col2 .left img {
    width: 100%;
    left: 0;
  }
}
.home .iot p {
  margin-top: 1.5em;
  font-size: min(16 / 390 * 100vw, 16px * 1.4);
  line-height: 1.75;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .home .iot p {
    font-size: clamp(18px, 24/1920*100vw, 24px);
    white-space: nowrap;
  }
}
.home .features {
  padding-top: 54px;
  position: relative;
}
@media (min-width: 1024px) {
  .home .features {
    padding-top: 0;
  }
}
.home .features .inner-layout {
  width: calc(100% - (19px*2) - (17px*2));
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .home .features .inner-layout {
    width: 90%;
    max-width: 1410px;
  }
}
@media (min-width: 1024px) {
  .home .features .col2 {
    display: flex;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .home .features .col2 .left {
    width: 42%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .home .features .col2 .right {
    width: 58%;
  }
}
.home .features .txt {
  font-size: min(14 / 390 * 100vw, 14px * 1.4);
  line-height: 2;
  font-weight: 600;
  margin-bottom: 1.5em;
}
@media (min-width: 1024px) {
  .home .features .txt {
    width: 75%;
    font-size: clamp(14px, 16/1920*100vw, 16px);
  }
}
.home .features .gallery-layout {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  height: calc(424/390*100vw);
}
@media (min-width: 1024px) {
  .home .features .gallery-layout {
    height: min(964 / 1440 * 100vw, 964px);
  }
}
.home .features .gallery-layout .js--slider {
  width: 31.5%;
}
.home .features .gallery-layout ul {
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  will-change: transform;
}
.home .features .gallery-layout li {
  width: 100%;
  overflow: hidden;
  border-radius: 60px;
}
.home .features .gallery-layout li img {
  display: block;
  width: 100%;
  height: auto;
}
.home .news {
  padding-top: 74px;
  padding-bottom: 80px;
  position: relative;
  background: var(--bg);
}
@media (min-width: 1024px) {
  .home .news {
    padding-top: 90px;
    padding-bottom: 124px;
  }
}
@media (min-width: 1024px) {
  .home .news .col2 {
    display: flex;
    width: 90%;
    max-width: 1410px;
    margin-inline: auto;
  }
}
.home .news .inner-layout-1 {
  width: calc(100% - (19px*2) - (17px*2));
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .home .news .inner-layout-1 {
    width: 40%;
  }
}
.home .news .inner-layout-2 {
  width: calc(100% - (19px*2));
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .home .news .inner-layout-2 {
    width: 60%;
  }
}
.home .news .btn__normal {
  margin: 44px 0 60px;
}
@media (min-width: 1024px) {
  .home .news .btn__normal {
    margin: 90px 0 60px;
    justify-content: flex-start;
  }
}
.home .news .btn__textlink {
  margin-top: 2em;
}
.home .products {
  padding-top: 54px;
  padding-bottom: 80px;
  position: relative;
}
@media (min-width: 1024px) {
  .home .products {
    padding-top: 138px;
    padding-bottom: 196px;
  }
}
.home .products .inner-layout-1 {
  width: calc(100% - (19px*2) - (17px*2));
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .home .products .inner-layout-1 {
    width: 90%;
    max-width: 1280px;
    position: relative;
  }
}
.home .products .inner-layout-1 .btn__normal {
  margin: 44px 0 60px;
}
@media (min-width: 1024px) {
  .home .products .inner-layout-1 .btn__normal {
    margin: 90px 0;
    justify-content: flex-start;
  }
}
.home .products .img {
  width: 100%;
}
@media (min-width: 1024px) {
  .home .products .img {
    width: 527px;
    position: absolute;
    bottom: -80px;
    right: 0;
  }
}
.home .products .img img {
  width: 100%;
}
.home .products .inner-layout-2 {
  width: calc(100% - (19px*2));
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .home .products .inner-layout-2 {
    width: 90%;
    max-width: 1280px;
    position: relative;
  }
}
.home .products p {
  font-size: min(14 / 390 * 100vw, 14px * 1.4);
  line-height: 2;
  font-weight: 500;
  margin-bottom: 1.5em;
}
.home .case {
  padding-top: 74px;
  padding-bottom: 80px;
  position: relative;
  background: var(--bg);
}
@media (min-width: 1024px) {
  .home .case {
    padding-top: 90px;
    padding-bottom: 140px;
  }
}
.home .case .inner-layout-1 {
  width: calc(100% - (19px*2) - (17px*2));
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .home .case .inner-layout-1 {
    width: 90%;
    max-width: 1280px;
    position: relative;
  }
}
.home .case .inner-layout-2 {
  width: calc(100% - (19px*2));
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .home .case .inner-layout-2 {
    width: 90%;
    max-width: 1280px;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .home .case .inner-layout-2 .card__case li:nth-of-type(4) {
    display: none;
  }
}
.home .case .btn__normal {
  margin: 44px 0 0;
}
@media (min-width: 1024px) {
  .home .case .btn__normal {
    margin: 90px 0 0;
    justify-content: flex-start;
  }
}
.home .company {
  padding-top: 54px;
  padding-bottom: 80px;
  position: relative;
}
@media (min-width: 1024px) {
  .home .company {
    padding-top: 90px;
    padding-bottom: 140px;
  }
}
.home .company .inner-layout-1 {
  width: calc(100% - (19px*2) - (17px*2));
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .home .company .inner-layout-1 {
    width: 90%;
    max-width: 1280px;
    position: relative;
  }
}
.home .company .img {
  width: 100%;
}
.home .company .img img {
  width: 100%;
}
.home .company .inner-layout-2 {
  width: calc(100% - (19px*2));
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .home .company .inner-layout-2 {
    width: 90%;
    max-width: 1280px;
    position: relative;
  }
}
.home .company .inner-layout-2 .textlayout {
  background: center/cover no-repeat url("../img/page/home/company--sp.jpg");
  font-size: min(14 / 390 * 100vw, 14px * 1.4);
  padding: 1.75em 1.25em;
  overflow: hidden;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .home .company .inner-layout-2 .textlayout {
    background: center/cover no-repeat url("../img/page/home/company--pc.jpg");
    padding: 3.75em 2.75em;
    position: relative;
  }
}
.home .company p {
  color: var(--white);
  font-size: min(14 / 390 * 100vw, 14px * 1.4);
  line-height: 2;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: -0.05em;
}
.home .company p br.spnone {
  display: none;
}
@media (min-width: 1024px) {
  .home .company p br.spnone {
    display: initial;
  }
}
.home .company .btn__normal {
  margin: 44px 0 0;
}
@media (min-width: 1024px) {
  .home .company .sponly {
    display: none;
  }
}
.home .company .pconly {
  display: none;
}
@media (min-width: 1024px) {
  .home .company .pconly {
    margin-top: 0;
    display: initial;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
  }
}
.home .recruit {
  position: relative;
  aspect-ratio: 1920/325;
}
@media (min-width: 1024px) {
  .home .recruit {
    background: center/cover no-repeat url("../img/page/home/recruit-bg--pc.jpg");
  }
}
@media only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 1024px) and (min-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (min-resolution: 192dpi), only screen and (min-width: 1024px) and (min-resolution: 2dppx) {
  .home .recruit {
    background: center/cover no-repeat url("../img/page/home/recruit-bg--pc@2x.jpg");
  }
}
.home .recruit .inner-layout-2 {
  width: calc(100% - (19px*2));
  margin-inline: auto;
  background: center/cover no-repeat url("../img/page/home/recruit-bg--sp.jpg");
  aspect-ratio: 1056/1000;
}
@media (min-width: 1024px) {
  .home .recruit .inner-layout-2 {
    background: none;
    aspect-ratio: initial;
    width: 90%;
    max-width: 1410px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.home .recruit .ttl__layout {
  margin-left: 17px;
  padding-top: 1.3em;
  padding-bottom: 0.5em;
}
@media (min-width: 1024px) {
  .home .recruit .ttl__layout {
    margin: 0;
    padding: 0;
    width: fit-content;
  }
}
@media (min-width: 1024px) {
  .home .recruit .btn__normal {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

.bodyclass__tv-platform .fv__col2 .logoimg {
  width: min(46%, 180px * 1.4);
}
@media (min-width: 1024px) {
  .bodyclass__tv-platform .fv__col2 .logoimg {
    width: min(296 / 1440 * 100vw, 296px);
  }
}
.bodyclass__tv-platform .fv__col2 .bottombox01 {
  margin-top: min(72 / 390 * 100vw, 72px * 1.4);
}
@media (min-width: 1024px) {
  .bodyclass__tv-platform .fv__col2 .bottombox01 {
    margin-top: 3em;
  }
}
.bodyclass__tv-platform .fv__col2 .bottombox01 .illust {
  width: min(107 / 390 * 100vw, 107px * 1.4);
  top: max(-97 / 390 * 100vw, -97px * 1.4);
  right: min(9 / 390 * 100vw, 9px * 1.4);
}
@media (min-width: 1024px) {
  .bodyclass__tv-platform .fv__col2 .bottombox01 .illust {
    width: 15%;
    top: auto;
    bottom: 0;
    left: 1%;
  }
}
.bodyclass__tv-platform .layout__bginner .illust {
  width: min(148 / 390 * 100vw, 148px * 1.4);
  top: max(-94 / 390 * 100vw, -94px * 1.4);
  left: calc(129/390*100vw);
}
@media (min-width: 1024px) {
  .bodyclass__tv-platform .layout__bginner .illust {
    width: 207px;
    top: -64px;
    left: 76%;
  }
}
.bodyclass__tv-platform .pms-works {
  padding-top: min(55 / 390 * 100vw, 55px * 1.4);
  padding-bottom: min(80 / 390 * 100vw, 80px * 1.4);
  font-size: min(14 / 390 * 100vw, 14px * 1.4);
}
@media (min-width: 1024px) {
  .bodyclass__tv-platform .pms-works {
    padding-top: 120px;
    padding-bottom: 120px;
    font-size: 15px;
    max-width: none;
  }
}
.bodyclass__tv-platform .pms-works .inner-layout {
  max-width: calc(390px * 1.4);
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .bodyclass__tv-platform .pms-works .inner-layout {
    max-width: none;
  }
}
.bodyclass__tv-platform .pms-works .ttllayout h2 {
  font-size: min(20 / 390 * 100vw, 20px * 1.4);
}
@media (min-width: 1024px) {
  .bodyclass__tv-platform .pms-works .ttllayout h2 {
    display: flex;
    white-space: nowrap;
    align-items: center;
  }
}
.bodyclass__tv-platform .pms-works .ttllayout h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--pri);
  margin: 0.5em 0 0.3em;
}
@media (min-width: 1024px) {
  .bodyclass__tv-platform .pms-works .ttllayout h2:after {
    margin: 0 0 0 1em;
  }
}
.bodyclass__tv-platform .pms-works .ttllayout p {
  line-height: 1.75;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .bodyclass__tv-platform .pms-works .ttllayout p {
    font-weight: 500;
    margin-top: 0.75em;
  }
}
.bodyclass__tv-platform .pms-works ul {
  font-size: min(16 / 390 * 100vw, 16px * 1.4);
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  font-weight: 700;
  margin: 1.25em 0;
}
@media (min-width: 1024px) {
  .bodyclass__tv-platform .pms-works ul {
    font-size: 24px;
    gap: 0.75em 1.25em;
    width: 40em;
    justify-content: center;
    margin: 1.25em auto 0.75em;
  }
}
.bodyclass__tv-platform .pms-works .text {
  line-height: 1.75;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .bodyclass__tv-platform .pms-works .text {
    font-weight: 500;
    text-align: center;
  }
}
@media (min-width: 667px) {
  .bodyclass__tv-platform .pms-works .text .sponly {
    display: none;
  }
}
.bodyclass__tv-platform .bmt-point {
  background: var(--bg);
  padding-top: min(55 / 390 * 100vw, 55px * 1.4);
  padding-bottom: min(100 / 390 * 100vw, 100px * 1.4);
  font-size: min(14 / 390 * 100vw, 14px * 1.4);
  position: relative;
}
@media (min-width: 1024px) {
  .bodyclass__tv-platform .bmt-point {
    padding-top: 72px;
    padding-bottom: 68px;
    font-size: 15px;
  }
}
.bodyclass__tv-platform .bmt-point .inner-layout {
  max-width: calc(390px * 1.4);
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .bodyclass__tv-platform .bmt-point .inner-layout {
    position: relative;
    max-width: none;
  }
}
.bodyclass__tv-platform .bmt-point .illust {
  position: absolute;
  width: min(110 / 390 * 100vw, 110px * 1.4);
  bottom: 0;
  left: min(243 / 390 * 100vw, 234 * 1.4px);
}
@media (min-width: 1024px) {
  .bodyclass__tv-platform .bmt-point .illust {
    width: 156px;
    bottom: auto;
    left: auto;
    right: 0;
    top: -186px;
  }
}

.bodyclass__ai-platform .fv__col2 {
  padding-bottom: min(112 / 390 * 100vw, 112px * 1.4);
}
.bodyclass__ai-platform .fv__col2 .logoimg {
  width: min(46%, 180px * 1.4);
}
@media (min-width: 1024px) {
  .bodyclass__ai-platform .fv__col2 .logoimg {
    width: min(296 / 1440 * 100vw, 296px);
  }
}
.bodyclass__ai-platform .layout__bginner .illust {
  width: min(167 / 390 * 100vw, 167px * 1.4);
  top: max(-69 / 390 * 100vw, -69px * 1.4);
  left: calc(108/390*100vw);
}
@media (min-width: 1024px) {
  .bodyclass__ai-platform .layout__bginner .illust {
    width: 325px;
    top: -40px;
    left: 65%;
  }
}

.bodyclass__cashless-self-service .fv__col2 .logoimg {
  width: min(46%, 180px * 1.4);
}
@media (min-width: 1024px) {
  .bodyclass__cashless-self-service .fv__col2 .logoimg {
    width: min(270 / 1440 * 100vw, 270px);
  }
}
.bodyclass__cashless-self-service .fv__col2 .bnrlayout {
  padding: min(30 / 390 * 100vw, 30px * 1.4) 0 min(50 / 390 * 100vw, 50px * 1.4);
}
@media (min-width: 1024px) {
  .bodyclass__cashless-self-service .fv__col2 .bnrlayout {
    padding: 72px 0 128px;
  }
}
.bodyclass__cashless-self-service .fv__col2 .bnrlayout img {
  width: 100%;
}
.bodyclass__cashless-self-service .fv__col2 .bnrlayout .inner-layout {
  max-width: calc(390px * 1.4);
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .bodyclass__cashless-self-service .fv__col2 .bnrlayout .inner-layout {
    max-width: none;
  }
}
.bodyclass__cashless-self-service .layout__bginner .illust {
  width: min(90 / 390 * 100vw, 90px * 1.4);
  top: max(-20 / 390 * 100vw, -20px * 1.4);
  left: calc(276/390*100vw);
}
@media (min-width: 1024px) {
  .bodyclass__cashless-self-service .layout__bginner .illust {
    width: 212px;
    top: -64px;
    left: 72%;
  }
}

.bodyclass__furusato-tax .fv__col2 {
  padding-bottom: min(50 / 390 * 100vw, 50px * 1.4);
}
.bodyclass__furusato-tax .fv__col2 .logoimg {
  width: min(46%, 180px * 1.4);
}
@media (min-width: 1024px) {
  .bodyclass__furusato-tax .fv__col2 .logoimg {
    width: min(270 / 1440 * 100vw, 270px);
  }
}
.bodyclass__furusato-tax .fv__col2 .bnrlayout {
  padding: min(30 / 390 * 100vw, 30px * 1.4) 0 min(50 / 390 * 100vw, 50px * 1.4);
}
@media (min-width: 1024px) {
  .bodyclass__furusato-tax .fv__col2 .bnrlayout {
    padding: 72px 0 128px;
  }
}
.bodyclass__furusato-tax .fv__col2 .bnrlayout img {
  width: 100%;
}
.bodyclass__furusato-tax .layout__bginner .illust {
  width: min(108 / 390 * 100vw, 108px * 1.4);
  top: min(148 / 390 * 100vw, 148px * 1.4);
  left: calc(259/390*100vw);
}
@media (min-width: 1024px) {
  .bodyclass__furusato-tax .layout__bginner .illust {
    width: 196px;
    top: auto;
    bottom: -60px;
    left: 10%;
  }
}

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