@charset "UTF-8";
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,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.c-red {
  color: #F84646;
}

.en {
  font-family: "Roboto", sans-serif !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  font-size: 1.6rem;
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  background: #EDEBE7;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.sectionTitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sectionTitle .en-ttl {
  text-align: center;
}
.sectionTitle .en {
  font-size: 16px;
  font-weight: 900;
  color: #F2F2F2;
  text-align: center;
  line-height: 2;
  letter-spacing: 0em;
}
.sectionTitle .jp {
  font-size: 20px;
  font-weight: 600;
  color: #F2F2F2;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0em;
}
.sectionTitle--howto span, .sectionTitle--agent span {
  color: #2C3B50 !important;
}
.sectionTitle--agent {
  gap: 13px;
}

.boxShadow {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.0862745098);
}

.boxShadow-s {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
}

.boxShadow-ss {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.0862745098);
}

.textShadow {
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.1882352941);
}

.textShadow-s {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.1882352941);
}

.textShadow-ss {
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.1882352941);
}

.color-yell {
  color: #FFF8A0;
}

/* 全体に適用 */
* {
  -webkit-tap-highlight-color: transparent;
}

/* もしくはラベル／ラジオボタンだけに限定 */
label,
input[type=radio] {
  -webkit-tap-highlight-color: transparent;
}

/* フォーカス時のアウトラインを消したい場合 */
input[type=radio]:focus {
  outline: none;
}

a {
  text-decoration: none;
  transition: 0.3s;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
a:hover {
  text-decoration: none !important;
}

.btn {
  position: relative;
  display: inline-block;
  z-index: 10;
  transform: scale(1);
}
@media (hover: hover) {
  .btn:hover {
    transform: scale(0.9);
  }
}

.center {
  text-align: center;
}

.mt-85 {
  margin-top: 85px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-0 {
  margin: 0px !important;
}

.pt-100 {
  padding-top: 100px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-40 {
  padding-bottom: 40px;
}

/* iOS Data Detectors によるリンク装飾を無効化 */
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  pointer-events: none;
  /* クリックも無効化したい場合 */
}

.footer {
  background: #F2F2F2;
  padding: 10px 0 30px;
}
.footer .copy {
  font-size: 10px;
  font-weight: 700;
  color: #2C3B50;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0em;
}

.container {
  position: relative;
  height: 100vh;
  width: 100%;
}
.container::before {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/img/bg-pc-all.webp) no-repeat center top/cover;
  z-index: 0;
}
@media screen and (max-width: 500px) {
  .container::before {
    display: none;
  }
}
.container__inner {
  position: relative;
  max-width: 1200px;
  padding: 0;
  margin: auto;
}
@media screen and (min-width: 600px) {
  .container__inner {
    padding: 0 40px;
  }
}
.container .pc-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}
.container .pc-wrap--left {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
}
@media screen and (min-width: 1024px) {
  .container .pc-wrap--left {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    max-width: 1200px;
    width: 100%;
    padding: 100px 40px;
  }
}
.container .pc-wrap__menu {
  z-index: 1;
  width: min(14.5833333333vw, 280px);
}
.container .pc-wrap__menu .en {
  font-size: 16px;
  font-weight: 500;
  color: #F2F2F2;
  text-align: left;
  line-height: 2.75;
  letter-spacing: 0em;
  font-family: "Roboto", sans-serif;
  transition: color 0.3s;
}
.container .pc-wrap__menu .jp {
  font-size: 20px;
  font-weight: 600;
  color: #F2F2F2;
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0em;
  transition: color 0.3s;
}
.container .pc-wrap__menu li {
  width: 280px;
}
.container .pc-wrap__menu a {
  display: block;
  padding: 17px 0 14px;
  border-bottom: 2px solid #F2F2F2;
  transition: 0.3s;
}
.container .pc-wrap__menu a.is-active {
  border-bottom: 2px solid #EB9621;
}
.container .pc-wrap__menu a.is-active span {
  color: #EB9621;
}
.container .main__wrap {
  position: relative;
  margin: auto;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 500px) {
  .container .main__wrap {
    background: #F2F2F2;
    max-width: 500px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .container .main__wrap {
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
    max-width: 390px;
  }
}
@media screen and (min-width: 1101px) {
  .container .main__wrap {
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
    max-width: 390px;
  }
}
.container .main__content {
  position: relative;
  max-width: 390px;
  margin: auto;
  height: 100%;
  padding: 0;
  background: #F2F2F2;
}
@media screen and (max-width: 500px) {
  .container .main__content {
    max-width: 500px;
    padding: 0;
  }
}
@media screen and (max-width: 394px) {
  .container .main__content {
    padding: 0;
    max-width: 390px;
  }
}
@media screen and (max-width: 375px) {
  .container .main__content {
    max-width: 375px;
  }
}

.inner, .inner-s {
  width: 86.6%;
  height: 100%;
  margin: auto;
}

.fv {
  position: relative;
  background: #2C3B50;
  /* Chrome / Edge / Safari */
  /* Firefox（UIを非表示） */
  /* クリックやホバーによる操作も無効化 */
}
.fv__logo {
  position: absolute;
  top: 14px;
  left: 15px;
  z-index: 5;
}
.fv__logo img {
  width: 74px;
}
.fv__logo2 {
  right: 15px;
  left: auto;
}
.fv__content {
  width: 87.7%;
  margin: auto;
  padding: 30px 0 30px;
  z-index: 1;
}
.fv__content .subheading {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #E2DFD3;
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0em;
}
.fv__content .heading {
  font-size: 48px;
  font-weight: 600;
  color: #E2DFD3;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0em;
  margin: 4px 0;
}
.fv__content .heading .en {
  font-size: 68px;
  font-weight: 400;
}
.fv .swiper--fv {
  position: relative;
  z-index: 1;
}
.fv .swiper--fv .slide-image {
  width: 120%;
  height: 568px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateX(0%);
}
@media screen and (max-width: 600px) {
  .fv .swiper--fv .slide-image {
    height: calc(90dvh - 254px);
  }
}
.fv .fv-video {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fv .fv-video__media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  pointer-events: none;
  /* コントローラー操作を完全に無効化 */
}
.fv .fv-video__media::-webkit-media-controls {
  display: none !important;
}
.fv .fv-video__media::-webkit-media-controls-enclosure {
  display: none !important;
}
.fv .fv-video__media::-webkit-media-controls-panel {
  display: none !important;
}
.fv .fv-video__media::-moz-media-controls {
  display: none !important;
}
.fv .fv-video__media {
  pointer-events: none !important;
}
.fv .firstcontent {
  display: grid;
  grid-template-columns: 1fr 83%;
  padding-left: 25px;
}
.fv .vertical-text span {
  display: inline-block;
  writing-mode: vertical-rl;
  font-size: 12px;
  font-weight: 400;
  color: #E2DFD3;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
  font-family: "Roboto", sans-serif;
  margin-right: auto;
  margin-left: 0;
  padding-bottom: 62px;
  border-left: 2px solid #E2DFD3;
}
.fv .satisfaction {
  margin-top: -20px;
  background: #E2DFD3;
  border-radius: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.0862745098);
  z-index: 2;
}
.fv .satisfaction__inner {
  padding: 73px 10px 55px;
  width: 87.7%;
  margin: auto;
}
.fv .satisfaction__heading {
  font-size: 20px;
  font-weight: 600;
  color: #2C3B50;
  text-align: center;
  line-height: 2;
  letter-spacing: 0em;
}
.fv .satisfaction__text {
  font-size: 16px;
  font-weight: 500;
  color: #2C3B50;
  text-align: center;
  line-height: 2;
  letter-spacing: 0em;
  margin: 7px 0 33px;
}
.fv .satisfaction__list {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 32px 0 49px;
}
.fv .satisfaction__list li {
  position: relative;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 27px 18px 20px;
}
.fv .satisfaction__list .ttl {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 96%;
  font-size: 14px;
  font-weight: 600;
  color: #F2F2F2;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  background: #2C3B50;
  border-radius: 14px;
  padding: 4px 0;
}
.fv .satisfaction__list .txt {
  font-size: 12px;
  font-weight: 600;
  color: #2C3B50;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
}
.fv .satisfaction__list .txt p:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
.fv .satisfaction__list .txt p:first-child::after {
  content: "";
  display: block;
  width: 13px;
  height: 10px;
  background: url(../../assets/img/arrow.svg) no-repeat center center/contain;
}
.fv .satisfaction__list .fs-16 {
  font-size: 16px;
  font-size: 700;
}
.fv .satisfaction__list .fs-12 {
  font-size: 12px;
  font-size: 700;
}
.fv .satisfaction-score {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 39px;
}
.fv .satisfaction-score:last-child {
  margin-bottom: 0;
}
.fv .satisfaction-score__title {
  text-align: center;
}
.fv .satisfaction-score__title span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #F2F2F2;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  width: 145px;
  padding: 3px 0 2px;
  background: #3E516C;
  border: 1px solid #2C3B50;
  border-radius: 5px;
}
.fv .satisfaction-score__figures {
  display: flex;
  justify-content: center;
  gap: 34px;
}
.fv .satisfaction-score__figures figcaption {
  font-size: 12px;
  font-weight: 600;
  color: #2C3B50;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 10px;
}

.reason {
  position: relative;
  background: #F2F2F2;
}
.reason__top {
  background: #2C3B50;
  padding: 50px 0 5px;
}
.reason__bottom {
  position: relative;
  background: #F2F2F2;
  padding: 99px 0 55px;
}
.reason__bottom::before {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  content: "";
  display: block;
  background: url(../../assets/img/reason_bg.webp) no-repeat center top/contain;
  width: 100%;
  height: 100%;
}
.reason__inner {
  width: 87.7%;
  margin: auto;
  z-index: 1;
}
.reason__text {
  font-size: 16px;
  font-weight: 500;
  color: #F2F2F2;
  text-align: center;
  line-height: 2;
  letter-spacing: 0em;
  margin: 14px 0 10px;
}
.reason__list01 {
  display: flex;
  gap: 32px;
  margin-top: 30px;
  padding: 0 10px;
}
.reason__list01 .ttl {
  font-size: 14px;
  font-weight: 600;
  color: #F2F2F2;
  text-align: center;
  line-height: 2.28;
  letter-spacing: 0em;
  border: 1px solid #F2F2F2;
  border-radius: 5px;
  margin-bottom: 10px;
}
.reason__heading {
  font-size: 20px;
  font-weight: 600;
  color: #2C3B50;
  text-align: center;
  line-height: 2;
  letter-spacing: 0em;
}
.reason__list02 {
  display: flex;
  margin-top: 15px;
}

.howto {
  position: relative;
  background: #F2F2F2;
}
.howto__card {
  padding: 50px 0;
  background: #E2DFD3;
  border-radius: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.0862745098);
  z-index: 1;
}
.howto__inner {
  width: 87.7%;
  margin: auto;
}
.howto__text {
  position: relative;
  display: flex;
  gap: 5px;
  padding-bottom: 14px;
  margin: 24px 0 0px;
}
.howto__text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #2C3B50;
  box-shadow: 0 5px 0 #2C3B50;
}
.howto__text img {
  width: 119px;
  -o-object-fit: contain;
     object-fit: contain;
}
.howto__text p {
  font-size: 16px;
  font-weight: 500;
  color: #2C3B50;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
  width: 63.5%;
}
.howto .qa {
  padding: 40px 0 40px;
  margin: 0 auto;
}
.howto .qa__item {
  margin-bottom: 15px;
  border: 1px solid #2C3B50;
  border-radius: 8px;
}
.howto .qa__button {
  padding: 0 27px 0 56px;
  font-size: 14px;
  font-weight: 500;
  color: #2C3B50;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  width: 100%;
  height: 78px;
  background: #E2DFD3;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.howto .qa__button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #F2F2F2;
  background: #2C3B50;
  border: 1px solid #2C3B50;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
}
.howto .qa__icon {
  width: 28px;
  height: 28px;
  transition: transform 0.3s ease;
}
.howto .qa__button[aria-expanded=true] {
  color: #F2F2F2;
  background-color: #2C3B50;
}
.howto .qa__button[aria-expanded=true]::before {
  color: #2C3B50;
  background: #F2F2F2;
}
.howto .qa__a {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #2C3B50;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  overflow: hidden;
  height: 0;
  padding: 0 27px 0 56px;
  transition: none;
}
.howto .qa__a p {
  position: relative;
  margin: 18px 0 20px;
}
.howto .qa__a p::before {
  position: absolute;
  top: 0;
  left: -1.7em;
  content: "A";
  color: #2C3B50;
  font-size: 16px;
  font-weight: 900;
  color: #2C3B50;
  text-align: left;
  line-height: 1.31;
  letter-spacing: 0em;
  font-family: "Roboto", sans-serif;
}
.howto .qa__a .symptom {
  font-size: 16px;
  font-weight: 900;
  color: #2C3B50;
  text-align: left;
  line-height: 1.31;
  letter-spacing: 0em;
  display: block;
  border-bottom: 1px solid #2C3B50;
  padding-bottom: 5px;
}
.howto .qa__a .description {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #2C3B50;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin: 5px 0 18px;
}
.howto .qa__a .caution {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #2C3B50;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin: 10px 0 20px;
}
.howto .qa__a.is-open {
  height: auto;
  /* JSで一瞬height固定してからautoに戻す */
}

.prepare {
  position: relative;
  background: #F2F2F2;
}
.prepare__content--top {
  text-align: end;
  padding: 76px 8.7% 115px;
  background: url(../../assets/img/prepare_bg01.webp) no-repeat center center/cover;
}
.prepare__content--top .subheading {
  margin: auto;
  display: block;
  font-size: 16px;
  font-weight: 900;
  color: #F2F2F2;
  text-align: right;
  line-height: 2;
  letter-spacing: 0em;
  font-family: "Roboto", sans-serif;
}
.prepare__content--top .heading {
  margin: 10px auto 0;
  font-size: 20px;
  font-weight: 600;
  color: #F2F2F2;
  text-align: right;
  line-height: 1.7;
  letter-spacing: 0em;
}
.prepare__content--main {
  padding: 50px 0 55px;
}
.prepare__content--main .subheading {
  display: block;
  font-size: 16px;
  font-weight: 900;
  color: #2C3B50;
  text-align: center;
  line-height: 2;
  letter-spacing: 0em;
  font-family: "Roboto", sans-serif;
}
.prepare__content--main .heading {
  font-size: 20px;
  font-weight: 600;
  color: #2C3B50;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0em;
  width: 87.7%;
  margin: 7px auto 7px;
}
.prepare__content--main .text {
  font-size: 20px;
  font-weight: 600;
  color: #2C3B50;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin: 40px auto 38px;
  width: 82%;
}
.prepare__content--bottom {
  text-align: center;
  padding: 80px 0 75px;
  background: url(../../assets/img/prepare_bg02.webp) no-repeat center center/cover;
}
.prepare__content--bottom .catch {
  font-size: 20px;
  font-weight: 600;
  color: #F2F2F2;
  text-align: center;
  line-height: 2;
  letter-spacing: 0em;
}
.prepare .flexcontent {
  display: grid;
}
.prepare .flexcontent--first {
  grid-template-columns: 86.5% 1fr;
  padding-right: 20px;
  margin-top: 35px;
}
.prepare .flexcontent--first .vertical-text {
  text-align: end;
}
.prepare .flexcontent--first .vertical-text span {
  display: inline-block;
  writing-mode: vertical-rl;
  font-size: 12px;
  font-weight: 400;
  color: #2C3B50;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
  font-family: "Roboto", sans-serif;
  margin-right: 0;
  margin-left: auto;
  padding-bottom: 97px;
  border-left: 2px solid #2C3B50;
}
.prepare .flexcontent--second {
  grid-template-columns: 1fr 88%;
  padding-left: 25px;
}
.prepare .flexcontent--second .vertical-text span {
  display: inline-block;
  writing-mode: vertical-rl;
  font-size: 12px;
  font-weight: 400;
  color: #2C3B50;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
  font-family: "Roboto", sans-serif;
  margin-right: auto;
  margin-left: 0;
  padding-bottom: 123px;
  border-left: 2px solid #2C3B50;
}
.prepare .prepare__image {
  position: relative;
  width: 87.7%;
  height: 274px;
  margin: auto;
}
.prepare .prepare__image--first {
  margin-bottom: 56px;
}
.prepare .prepare__image--first .left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 192px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
.prepare .prepare__image--first .right {
  position: absolute;
  top: 0;
  right: 0;
  width: 192px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 0;
}
.prepare .prepare__image--second .left {
  position: absolute;
  top: 0;
  left: 0;
  width: 174px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
.prepare .prepare__image--second .right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 264px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 0;
}

.agent {
  position: relative;
  background: #F2F2F2;
}
.agent__inner {
  padding: 50px 0 30px;
}
.agent__text {
  font-size: 16px;
  font-weight: 500;
  color: #2C3B50;
  text-align: center;
  line-height: 2;
  letter-spacing: 0em;
  margin: 22px auto 25px;
}
.agent .card {
  padding: 24px 24px;
  background: #2C3B50;
  border-radius: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.0862745098);
  z-index: 1;
}
.agent .card__item {
  margin-bottom: 20px;
}
.agent .card__item:last-child {
  margin-bottom: 0;
}
.agent .card__item a {
  display: block;
  background: #F2F2F2;
  padding: 20px 20px 15px;
}
.agent .card__image {
  aspect-ratio: 302/184;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 18px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.0862745098);
}
.agent .card__name, .agent .card__url {
  font-size: 14px;
  font-weight: 600;
  color: #2C3B50;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
.agent .card__text {
  font-size: 12px;
  font-weight: 600;
  color: #2C3B50;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin: 15px auto 17px;
}
.agent .card__btn {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #F2F2F2;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EB9621;
  border-radius: 24px;
  height: 48px;
}
.agent .card__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translate(0, -50%);
  width: 22px;
  height: 22px;
  background: url(../../assets/img/i-more.svg) no-repeat center center/contain;
}

/* ▼ 汎用化クラス構成 */
.split-animate {
  overflow: hidden;
  /* 各行・ブロックごとにoverflowを制御したい場合 */
}
.split-animate [data-split] span {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
}
.split-animate .split-block {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

/* ▼ 共通の reveal アニメーション用クラス */
.reveal-animate {
  overflow: hidden;
}

[data-reveal-item=clip] {
  display: inline-block;
  overflow: hidden;
  clip-path: inset(0 0 100% 0);
  /* 初期は下から非表示 */
  opacity: 0;
  /* GSAPの初期値に合わせる */
  will-change: clip-path, opacity;
}

.fade-image {
  overflow: hidden;
}

.fade-image img {
  position: relative;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  transform: translateY(20px);
  will-change: clip-path, opacity, transform;
}

/* 疑似要素で「スキャンライン」効果 */
.fade-image img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0px, rgba(255, 255, 255, 0.3) 2px, transparent 2px, transparent 4px);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s cubic-bezier(0.83, 0, 0.17, 1);
  pointer-events: none;
  z-index: 2;
}

/* アニメーション中に発火 */
.fade-image img.scan-active::after {
  transform: scaleY(1.2); /* 少し伸ばして流れ感を出す */
  opacity: 1;
}

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

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

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

@media screen and (max-width:767px) {
  .sp-only {
    display: block !important;
  }
}
@media screen and (min-width:768px) {
  .sp-only {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */