@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Oswald:wght@200..700&display=swap";
body {
  width: 100%;
  letter-spacing: 0.01em;
  line-height: 1.8;
  color: #0b2a3a;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

li {
  list-style: none;
}

@media screen and (max-width: 768px) {
  .pcShow {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .spShow {
    display: none !important;
  }
}
.sp {
  display: none;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.h100 {
  height: 100%;
}

.w100 {
  width: 100%;
}

.w66 {
  width: 66%;
}

.w50 {
  width: 50%;
}

.w49 {
  width: 49%;
}

.w48 {
  width: 48.5%;
}

.w45 {
  width: 45%;
}

.w33 {
  width: 33.33%;
}

.w25 {
  width: 25%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.m0 {
  margin: 0;
}

.m2p_t {
  margin: 2% auto 0;
}

.m3p_t {
  margin: 3% auto 0;
}

.m5p_t {
  margin: 5% auto 0;
}

.m2p_b {
  margin: 0 auto 2%;
}

.m3p_b {
  margin: 0 auto 3%;
}

.m5p_b {
  margin: 0 auto 5%;
}

.m3p_y {
  margin: 3% auto;
}

.m5p_y {
  margin: 5% auto;
}

.m5p_x {
  margin: auto 5%;
}

.p2p {
  padding: 2%;
}

.p3p {
  padding: 3%;
}

.p5p {
  padding: 5% 5% 20% 5%;
}

.p5p_t {
  padding: 5% 0 0;
}

.p3p_b {
  padding: 0 0 3%;
}

.p5p_b {
  padding: 0 0 5%;
}

.p2p_y {
  padding: 2% 0;
}

.p3p_y {
  padding: 3% 0;
}

.p5p_y {
  padding: 5% 0;
}

.p5p_x {
  padding: 0 5%;
}

.p_r {
  position: relative;
}

.p_c {
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 0;
}

.p_r {
  position: relative;
}

.p_c {
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 0;
}

.p_y {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 0;
}

.p_x {
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 0;
}

.p_c50,
.p_y50 {
  top: 50%;
}

.p_c50,
.p_x50 {
  left: 50%;
}

.flex {
  display: flex;
}

.inflex {
  display: inline-flex;
}

.flex_in {
  display: flex !important;
}

.inflex_in {
  display: inline-flex !important;
}

.flex_s {
  justify-content: space-around;
}

.flex_ss {
  justify-content: space-between;
}

.flex_c {
  justify-content: center;
}

.flex_cc {
  align-items: center;
}

.flex_r {
  flex-direction: row-reverse;
}

.flex_b {
  align-items: baseline;
}

.flex_w {
  flex-wrap: wrap;
}

.flex_ws {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: space-around;
}

.flex_e {
  align-items: flex-end;
}

.db {
  display: block;
}

.di {
  display: inline-block;
}

.ohd {
  overflow: hidden;
}

.ob_con {
  -o-object-fit: contain;
     object-fit: contain;
}

.ob_cb {
  -o-object-fit: cover;
     object-fit: cover;
}

.container,
.slider_area {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.inner {
  width: 90%;
  margin: auto;
}

h3 {
  line-height: 1.5;
}

.fb_01 {
  font-weight: 700;
}

.fb_02 {
  font-weight: 600;
}

.f01,
h2 {
  font-size: 48px;
}

.f02 {
  font-size: 30px;
}

.f03 {
  font-size: 20px;
}

.f04 {
  font-size: 18px;
}

.f06,
.slick-dots li button:before {
  font-size: 16px !important;
}

.f_w {
  color: #fff;
}

.f_r,
.slick-dots li.slick-active button:before {
  color: #e02828 !important;
}

.bg_01 {
  background-color: #fff;
}

.bg_02 {
  background-color: #deeff5;
}

.bg_03 {
  background-image: url(../img/creatingthefuture_bg.png);
  background-size: cover;
}

.bg_04 {
  background-color: #e02828;
}

.bg_05 {
  background-color: #0063be;
}

.bg_06 {
  background-color: #f7f8f9;
}

.bg_07 {
  background: #dfffef;
  background: linear-gradient(125deg, rgb(223, 255, 239) 0%, rgb(212, 235, 255) 100%);
}

.bg_08 {
  background-image: url(../img/api_bg_pc.png);
  background-size: cover;
  background-position: right;
}

.br_01,
#flow li figure img {
  border-radius: 10px;
}

.b_b01 {
  border: solid 1px #0b2a3a;
}

.fv_img,
.fv_h1 img {
  transition: transform 0.02s linear;
}

.fv_fixed {
  position: fixed;
  z-index: -1;
  top: 150px;
  height: 100%;
}

.visual {
  height: 100vh;
  padding: 0;
}

.visual h1 {
  width: 30%;
  padding-bottom: 150px;
  max-width: 480px;
}

.visual figure img {
  height: 100%;
  -o-object-position: top;
     object-position: top;
}

.thema {
  background-color: hsla(0, 0%, 100%, 0.95);
  z-index: 1;
  padding-bottom: 10%;
  overflow: unset !important;
}

.thema h2 img {
  width: 80%;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__list--right {
  animation: infinity-scroll-right 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: 20vw;
  display: flex;
  align-items: flex-end;
  margin: 20px;
}

.scroll-infinity__item:nth-child(2n-1) {
  width: 27.027027027vw;
}

.scroll-infinity__item > img {
  width: 100%;
}

#inconvenience ul {
  max-width: 980px;
  margin: auto;
}

#inconvenience li .ttl03::after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 36px;
  background-color: #e02828;
  margin-left: 20px;
}

#inconvenience li .inconvenience_txt {
  z-index: 2;
}

#inconvenience li figure {
  z-index: 1;
}

#inconvenience li .dot,
#inconvenience li .circle01,
#inconvenience li .circle02 {
  position: absolute;
}

#inconvenience li .circle01 {
  background-color: #f7f8f9;
}

#inconvenience li .circle02 {
  border: 2px solid #e02828;
}

#inconvenience li .dot {
  z-index: 2;
}

#inconvenience li .circle01,
#inconvenience li .circle02 {
  border-radius: 50%;
  z-index: -1;
}

#inconvenience li:nth-of-type(1) .dot {
  right: -5%;
  top: -10%;
}

#inconvenience li:nth-of-type(1) .circle01 {
  width: 460px;
  height: 460px;
  right: 25%;
  bottom: -5%;
}

#inconvenience li:nth-of-type(2) .dot {
  left: 50%;
  bottom: 10%;
}

#inconvenience li:nth-of-type(2) .circle01 {
  width: 375px;
  height: 375px;
  right: -140%;
  top: 30%;
}

#inconvenience li:nth-of-type(3) .dot {
  left: 36%;
  bottom: -22%;
}

#inconvenience li:nth-of-type(3) .dot img {
  width: 65%;
}

#inconvenience li:nth-of-type(3) .circle01 {
  width: 330px;
  height: 330px;
  right: 50%;
  top: 55%;
}

#inconvenience li:nth-of-type(3) .circle02 {
  width: 210px;
  height: 210px;
  right: -25%;
  bottom: -5%;
}

.slick-dots li,
.slick-dots li button {
  width: 30px !important;
  height: 30px !important;
}

.slick-dots li button:before {
  opacity: 1 !important;
  color: #c0dbe5 !important;
}

#future .ttl_02 h2 {
  z-index: 1;
  line-height: 1.3;
}

#future ul p b {
  margin-left: 20px;
}

#future .scroll-infinity__item {
  width: 620px;
}

.policy_cont {
  overflow-y: scroll;
  height: 670px;
}

@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.scenes .slide-arrow {
  position: absolute;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 50%;
}

.scenes .next-arrow {
  right: 8%;
}

.scenes .prev-arrow {
  left: 8%;
}

#service .slider_02 p b {
  padding: 5px 10px;
}

.service_cta b {
  justify-content: flex-end;
}

.service_cta b img {
  margin-left: 10px;
}

#flow ul {
  align-items: stretch;
}

.accordion {
  margin: 10px auto;
  box-shadow: 0 0 18px 5px #e6e6e6;
  padding: 30px;
  transition: 0.3s;
}

.accordion_title {
  position: relative;
  border: none;
  display: block;
  list-style: none;
  width: 100%;
  cursor: pointer;
  background: #fff;
  line-height: 1.6em;
}
.accordion_title .red {
  color: #E02828;
  font-size: 18px;
  font-weight: 500;
}

.accordion_title img {
  margin-right: 10px;
}

summary.accordion_title::-webkit-details-marker {
  display: none;
}

.accordion_title::before,
.accordion_title:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #0b2a3a;
}

.accordion_title::before {
  top: 10%;
  right: 15px;
  width: 1px;
  height: 22px;
}

.accordion[open] .accordion_title:before {
  height: 0;
}

.accordion_title:after {
  top: 50%;
  right: 5px;
  width: 22px;
  height: 1px;
}

.accordion::details-content {
  opacity: 0;
  block-size: 0;
  transition: 0.3s;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
}

.accordion .accordion_content {
  padding: 0 2em 0 3em;
}

.accordion .accordion_content > *:first-of-type {
  margin-top: 0;
}

.accordion .accordion_content > *:last-of-type {
  margin-bottom: 0;
}

.accordion[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}

.accordion[open] .accordion_content {
  padding: 1.4em 2em 1.4em 3em;
}

.policy h3 {
  margin-top: 20px;
}

.policy ol li {
  list-style: decimal;
  margin-left: 20px;
}

.policy ul li {
  list-style: lower-alpha;
  margin-left: 20px;
}

.thema .w66 {
  padding-top: 100vh;
  padding-bottom: 5%;
}

#about figure img {
  width: 80%;
}

.motion-txt {
  display: inline-block;
  position: sticky;
  top: 40%;
}

#future h3 span {
  border-bottom: solid 2px #0b2a3a;
}

.js-scroll,
.js-scroll2 {
  opacity: 0;
}

.js-scroll {
  transition-duration: 2s;
}

.js-scroll2 {
  transition-duration: 2.5s;
}

.js-scroll.show,
.js-scroll2.show {
  opacity: 1;
}

.js-scroll2:nth-child(1) {
  transition-delay: 0.2s;
}

.js-scroll2:nth-child(2) {
  transition-delay: 0.4s;
}

.js-scroll2:nth-child(3) {
  transition-delay: 0.6s;
}

.js-scroll2:nth-child(4) {
  transition-delay: 0.8s;
}

.js-scroll2:nth-child(5) {
  transition-delay: 1s;
}

.js-scroll2:nth-child(6) {
  transition-delay: 1.2s;
}

.thema h2 {
  padding-bottom: 28%;
  padding-top: 20%;
}

#flow li figure img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}

#future .scroll-infinity__item figure {
  width: 200px;
  border-radius: 10px;
  overflow: hidden;
}

#future .scroll-infinity__item figure img {
  width: 100%;
}

#inconvenience .ttl_02,
#inconvenience p.f04 {
  position: relative;
  z-index: 2;
}

#flow ul li + figure {
  padding: 0 2%;
}

.policy_cont figure {
  max-width: 500px;
}

#flow ul .arrow {
  align-items: flex-start;
}

#flow ul .arrow img {
  padding-top: 65px;
}

#future {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1350px) {
  .scenes .f04 {
    font-size: 1.2vw;
  }
}
@media screen and (max-height: 950px) {
  .visual h1 {
    width: 42vh;
  }
}
@media screen and (max-width: 1080px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .w33,
  .thema .w66,
  .w48,
  #flow ul li figure img,
  .w50,
  .w45 {
    width: 100%;
  }
  .w25 {
    width: 50%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .flex {
    display: block;
  }
  .f01,
  h2 {
    font-size: 23px;
  }
  .p5p {
    padding: 5% 5% 5% 5%;
  }
  .f02 {
    font-size: 17px;
  }
  .f03 {
    font-size: 17px;
  }
  .f04,
  #future .f03,
  .scenes .f04 {
    font-size: 16px;
  }
  .ttl_02 > img {
    height: 14px;
  }
  .ttl_02 h2 {
    padding: 3% 0;
  }
  .ttl_02 h2 {
    line-height: 1.4;
  }
  #inconvenience dt {
    line-height: 1.6;
  }
  #about figure img {
    width: 100%;
  }
  .scroll-infinity__item {
    width: 43.4782608696vw;
  }
  #inconvenience .ttl_02 + p.f04 {
    text-align: left;
  }
  #inconvenience li .ttl03::after {
    height: 1px;
    width: 55px;
  }
  #inconvenience li figure {
    text-align: center;
  }
  .inconvenience_txt {
    padding-bottom: 10%;
  }
  #inconvenience li figure .dot + img,
  #inconvenience li .dot img {
    width: 70%;
  }
  #inconvenience li:nth-of-type(1) .dot {
    right: -6%;
    top: -5%;
  }
  #inconvenience li:nth-of-type(1) .circle01 {
    width: 257px;
    height: 257px;
    bottom: 130%;
  }
  #inconvenience li:nth-of-type(2) .dot {
    left: 50%;
    bottom: -10%;
  }
  #inconvenience li:nth-of-type(2) .circle01 {
    width: 257px;
    height: 257px;
    right: -30%;
    top: -67%;
  }
  section {
    padding: 15% 0;
  }
  #inconvenience .container {
    padding-bottom: 8%;
  }
  #inconvenience li:nth-of-type(3) .circle01 {
    width: 257px;
    height: 257px;
    right: 70%;
    top: 0%;
  }
  #inconvenience li .circle02 {
    border: 1px solid #e02828;
  }
  #inconvenience li:nth-of-type(3) .circle02 {
    width: 124px;
    height: 124px;
    right: -1%;
    bottom: 20%;
  }
  #inconvenience li:nth-of-type(3) .dot {
    left: -14%;
    bottom: 8%;
  }
  .scenes li .flex_in figure {
    border-radius: 4px;
    overflow: hidden;
    height: 100px;
    width: 115px;
    margin-right: 15px;
  }
  .scenes li .flex_in .txt {
    width: calc(100% - 130px);
  }
  .scenes li .flex_in figure img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .br_01,
  #flow li figure img {
    border-radius: 4px;
  }
  .scenes li .flex_in {
    padding: 10px 20px;
    margin-bottom: 20px;
    height: 120px;
  }
  .scenes li .flex_in .f04 {
    line-height: 1.4;
  }
  .f06,
  .slick-dots li button:before {
    font-size: 12px !important;
  }
  .slick-dots li,
  .slick-dots li button {
    width: 15px !important;
    height: 15px !important;
  }
  #future p.f04 {
    text-align: left;
  }
  #future .scroll-infinity__item {
    width: 66.6666666667vw;
  }
  #future .scroll-infinity__item figure {
    width: 100px;
  }
  .css-ky21t9.cta {
    width: 320px;
    margin-top: 10%;
    padding: 12px;
  }
  .cta_area .css-ky21t9.cta {
    margin-top: 3%;
  }
  .css-ky21t9.cta img {
    width: 25px;
    height: 25px;
    margin-left: 4px;
  }
  #future .ttl_02 > img {
    height: 27px;
  }
  #service .f03 {
    text-align: left;
  }
  #service .slider_02 p b {
    padding: 2px 6px;
  }
  .service_cta {
    margin-bottom: 10%;
  }
  #flow .css-ky21t9.cta {
    margin-top: 5%;
  }
  #flow .ttl_03 {
    margin-top: 5%;
  }
  #flow .arrow {
    text-align: center;
    display: block !important;
    margin-bottom: 5%;
  }
  #flow .arrow img {
    transform: rotate(90deg);
  }
  #flow ul li small.tl {
    text-align: center;
    display: block;
    margin-bottom: 5%;
  }
  .bg_08 {
    background-position: left;
  }
  .cta_area .ttl_02 div,
  .accordion_title {
    display: flex;
  }
  .cta_area .ttl_02 h2 {
    text-align: left;
  }
  .cta_area .ttl_02 h2 {
    width: 90%;
    margin: auto;
  }
  .accordion_title img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .accordion_title b {
    padding-right: 35px;
  }
  .accordion {
    padding: 12px;
  }
  .accordion_title:after {
    right: 5px;
    width: 16px;
  }
  .accordion_title::before {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
    right: 12px;
    height: 16px;
  }
  .policy_cont {
    margin-top: 5%;
    padding: 10%;
    height: 420px;
  }
  @keyframes square-move {
    0% {
      left: -50px;
      width: 0%;
    }
    40% {
      left: 0;
      width: 80%;
      opacity: 1;
    }
    60% {
      left: 0;
      width: 80%;
      opacity: 1;
    }
    100% {
      left: 350px;
      width: 0%;
    }
  }
  .slider_area {
    width: 100%;
  }
  .app_btn div {
    width: 40%;
    position: absolute;
    right: 15%;
  }
  .fv_fixed {
    top: 125px;
  }
  .visual h1 {
    width: 60%;
    padding-bottom: 35%;
    max-width: 300px;
    z-index: 1;
  }
  .fv_img {
    height: calc(100% - 60px);
  }
  .scroll-infinity__item {
    margin: 12px;
  }
  #flow li figure img {
    height: auto;
  }
  .visual figure.fv_img img {
    width: 100%;
  }
  .visual figure.fv_img img:nth-child(2) {
    position: absolute;
    top: 0;
  }
  .visual figure.fv_img img:nth-child(3) {
    position: absolute;
    bottom: 0;
  }
  .thema .flex {
    display: flex;
  }
  #flow ul .arrow img {
    padding-top: 0;
  }
  .scroll-infinity__item:nth-child(2n-1) {
    width: 58.8235294118vw;
  }
  .js-scroll2:nth-child(1),
  .js-scroll2:nth-child(2),
  .js-scroll2:nth-child(3),
  .js-scroll2:nth-child(4),
  .js-scroll2:nth-child(5),
  .js-scroll2:nth-child(6) {
    transition-delay: 0.2s;
  }
}
@media screen and (max-width: 830px) {
  .visual h1 {
    padding-bottom: 20%;
  }
}
@media screen and (min-width: 2000px) {
  .scenes .slider p {
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .visual h1 {
    padding-bottom: 30%;
    width: 50%;
  }
  #future .scroll-infinity__item {
    width: 117.6470588235vw;
  }
  .thema h2 {
    padding-bottom: 0%;
    padding-top: 0%;
  }
  .thema .w66 {
    padding-top: 10%;
    letter-spacing: 0.15em;
  }
  .thema .flex {
    display: block;
  }
  .inconvenience_txt,
  #inconvenience .container,
  #inconvenience ul {
    padding-bottom: 0%;
  }
  #inconvenience li {
    margin-bottom: 5%;
  }
  #inconvenience li:nth-child(2) {
    position: relative;
    z-index: 2;
  }
  #inconvenience li:nth-child(3) {
    margin-bottom: 0;
  }
}
.safari .header_wrap {
  overflow: initial;
}

#flow li:nth-child(1) figure.pc {
  max-height: 160px;
  padding: 0 10px;
}

#flow li:nth-child(1) figure.pc img {
  -o-object-fit: contain;
     object-fit: contain;
}

#flow li:nth-child(1) figure.pc > img:nth-child(1) {
  width: 100px;
  margin-right: 12px;
}

#flow li:nth-child(1) figure.pc .flex_in {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto 4px;
}

#flow li:nth-child(1) figure.pc .flex_in img:nth-of-type(1) {
  width: 80px;
  height: auto;
  margin-bottom: 10px;
}

#flow li:nth-child(1) figure.pc .flex_in img:nth-of-type(2) {
  height: 16px;
}

.p3p_y {
  word-break: break-all;
}

.publication_request {
  max-width: 1200px;
  margin: auto;
  font-size: 0.8em;
  padding: 40px 20px;
}

.publication_request a {
  color: #0063be;
}

.publication_request a:link {
  text-decoration: underline;
}

.publication_request a:link:hover {
  text-decoration: none;
}

.news {
  background-color: #f7f8f9;
}

@media (min-width: 769px) {
  .news {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .news {
    padding-top: 48px;
    padding-bottom: 80px;
  }
}
@media (min-width: 769px) {
  .news_title + * {
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .news_title + * {
    margin-top: 24px;
  }
}
.news_titleEn {
  display: block;
  font-size: 1px;
  line-height: 1;
  aspect-ratio: 83/18;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 769px) {
  .news_titleEn {
    width: 83px;
  }
}
@media screen and (max-width: 768px) {
  .news_titleEn {
    width: 54px;
  }
}
.news_titleEn_img {
  width: 100%;
  max-width: inherit;
  height: auto;
}

.news_titleJp {
  display: block;
  color: #0b2a3a;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 769px) {
  .news_titleJp {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .news_titleJp {
    font-size: 24px;
  }
}
@media (min-width: 769px) {
  * + .news_titleJp {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  * + .news_titleJp {
    margin-top: 10px;
  }
}
.news_listBlock {
  overflow: auto;
  scrollbar-gutter: stable;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

@media (min-width: 769px) {
  .news_listBlock {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .news_listBlock {
    height: 360px;
  }
}
.news_list_item {
  width: 100%;
  opacity: 1;
  max-height: 1000px;
  overflow: hidden;
  transition: opacity 0.3s ease-out, max-height 0.4s ease-out, padding-top 0.3s ease-out;
}

@media (min-width: 769px) {
  .news_list_item:not(:first-of-type) {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .news_list_item:not(:first-of-type) {
    padding-top: 10px;
  }
}
.news_list_item.-hidden {
  opacity: 0;
  max-height: 0;
  padding-top: 0;
  overflow: hidden;
  pointer-events: none;
}

.news_list_itemInner {
  display: flex;
  background-color: #fff;
}

@media (min-width: 769px) {
  .news_list_itemInner {
    flex-wrap: nowrap;
    -moz-column-gap: 15px;
         column-gap: 15px;
    padding: 15px 20px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .news_list_itemInner {
    flex-wrap: wrap;
    gap: 8px 15px;
    padding: 10px 15px;
    border-radius: 10px;
  }
}
.news_list_date {
  display: block;
  color: #0b2a3a;
  font-weight: 400;
  line-height: 1.7;
}

@media (min-width: 769px) {
  .news_list_date {
    font-size: 14px;
    padding-top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .news_list_date {
    font-size: 16px;
    padding-top: 2px;
  }
}
.news_list_labelBlock {
  display: flex;
  align-items: flex-start;
}

@media (min-width: 769px) {
  .news_list_labelBlock {
    flex-direction: column;
    flex-basis: 105px;
    padding-top: 3px;
    gap: 10px 10px;
  }
}
@media screen and (max-width: 768px) {
  .news_list_labelBlock {
    width: calc(100% - 7em);
    flex-wrap: wrap;
    padding-top: 3px;
    gap: 10px 10px;
  }
}
.news_list_label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0b2a3a;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  background-color: #c0dbe5;
}

@media (min-width: 769px) {
  .news_list_label {
    width: 105px;
    min-height: 25px;
    font-size: 12px;
    padding: 5px 4px;
    border-radius: 42px;
  }
}
@media screen and (max-width: 768px) {
  .news_list_label {
    width: 105px;
    min-height: 25px;
    font-size: 12px;
    padding: 5px 4px;
    border-radius: 42px;
  }
}
.news_list_label.-alert {
  color: #fff;
  background-color: #c00;
}

@media screen and (max-width: 768px) {
  .news_list_detail {
    flex-basis: 100%;
  }
}
.news_list_detail,
.news_list_detail > a,
.news_list_detailLink {
  color: #0b2a3a;
  font-weight: 400;
  line-height: 1.7;
}

@media (min-width: 769px) {
  .news_list_detail,
  .news_list_detail > a,
  .news_list_detailLink {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .news_list_detail,
  .news_list_detail > a,
  .news_list_detailLink {
    font-size: 16px;
  }
}
.news_list_detail > a,
.news_list_detailLink {
  text-decoration: none;
}

.news_list_detail > a > .news_list_detailLinkText,
.news_list_detailLink > .news_list_detailLinkText {
  text-decoration: underline;
}

@media (any-pointer: fine) {
  .news_list_detail > a > .news_list_detailLinkText:hover,
  .news_list_detailLink > .news_list_detailLinkText:hover {
    text-decoration: none;
  }
}
@media all and (-ms-high-contrast: none) {
  .news_list_detail > a > .news_list_detailLinkText:hover,
  .news_list_detailLink > .news_list_detailLinkText:hover {
    text-decoration: none;
  }
}
@media (any-pointer: coarse) {
  .news_list_detail > a > .news_list_detailLinkText:active,
  .news_list_detailLink > .news_list_detailLinkText:active {
    text-decoration: none;
  }
}
.news_list_detail > a::after,
.news_list_detailLink::after {
  content: "";
  position: relative;
  display: inline-block;
  aspect-ratio: 1/1;
  background-image: url("/svg/icon_link.svg?$staticlink$");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

@media (min-width: 769px) {
  .news_list_detail > a::after,
  .news_list_detailLink::after {
    top: 6px;
    width: 24px;
    margin-left: 4px;
  }
}
@media screen and (max-width: 768px) {
  .news_list_detail > a::after,
  .news_list_detailLink::after {
    top: 6px;
    width: 24px;
    margin-left: 4px;
  }
}
.news_list_detail > a[target=_blank]::after,
.news_list_detailLink[target=_blank]::after {
  content: "";
  position: relative;
  display: inline-block;
  aspect-ratio: 1/1;
  background-image: url("/svg/icon_external.svg?$staticlink$");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

@media (min-width: 769px) {
  .news_list_detail > a[target=_blank]::after,
  .news_list_detailLink[target=_blank]::after {
    top: 4px;
    width: 18px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 768px) {
  .news_list_detail > a[target=_blank]::after,
  .news_list_detailLink[target=_blank]::after {
    top: 4px;
    width: 18px;
    margin-left: 8px;
  }
}
.news_list_detail > a[href*=".pdf"]::after,
.news_list_detail > a[target=_blank][href*=".pdf"]::after,
.news_list_detailLink[href*=".pdf"]::after,
.news_list_detailLink[target=_blank][href*=".pdf"]::after {
  content: "";
  position: relative;
  display: inline-block;
  aspect-ratio: 1/1;
  background-image: url("/svg/icon_pdf.svg?$staticlink$");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

@media (min-width: 769px) {
  .news_list_detail > a[href*=".pdf"]::after,
  .news_list_detail > a[target=_blank][href*=".pdf"]::after,
  .news_list_detailLink[href*=".pdf"]::after,
  .news_list_detailLink[target=_blank][href*=".pdf"]::after {
    top: 6px;
    width: 24px;
    margin-left: 4px;
  }
}
@media screen and (max-width: 768px) {
  .news_list_detail > a[href*=".pdf"]::after,
  .news_list_detail > a[target=_blank][href*=".pdf"]::after,
  .news_list_detailLink[href*=".pdf"]::after,
  .news_list_detailLink[target=_blank][href*=".pdf"]::after {
    top: 6px;
    width: 24px;
    margin-left: 4px;
  }
}
.news_list_detailLinkText {
  color: inherit;
}

.news_listMoreButtonBlock {
  position: relative;
  background: linear-gradient(180deg, rgba(247, 248, 249, 0) 0%, rgba(247, 248, 249, 0.4) 20%, rgba(247, 248, 249, 0.9) 100%);
  transition: margin-top 0.3s ease-out, padding-top 0.3s ease-out;
  z-index: 2;
}

@media (min-width: 769px) {
  .news_listMoreButtonBlock {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .news_listMoreButtonBlock {
    padding-top: 30px;
  }
}
.news_listMoreButtonBlock.-hidden {
  display: none;
}

* + .news_listMoreButtonBlock {
  margin-top: 0;
}

@media (min-width: 769px) {
  .news_list:has(.news_list_item.-hidden) + .news_listMoreButtonBlock {
    margin-top: -70px;
  }
}
@media screen and (max-width: 768px) {
  .news_list:has(.news_list_item.-hidden) + .news_listMoreButtonBlock {
    margin-top: -120px;
    padding-top: 75px;
  }
}
.news_listMoreButton {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #0b2a3a;
  background-color: #fff;
}

@media (min-width: 769px) {
  .news_listMoreButton {
    width: 180px;
    height: 44px;
    padding-right: 16px;
    padding-left: 24px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 768px) {
  .news_listMoreButton {
    width: 158px;
    height: 44px;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 12px;
  }
}
.news_listMoreButtonText {
  color: #0b2a3a;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
}

@media (min-width: 769px) {
  .news_listMoreButtonText {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .news_listMoreButtonText {
    font-size: 12px;
  }
}
.news_listMoreButtonDeco {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  background-color: #0b2a3a;
  border-radius: 50%;
}

@media (min-width: 769px) {
  .news_listMoreButtonDeco {
    width: 22px;
  }
}
@media screen and (max-width: 768px) {
  .news_listMoreButtonDeco {
    width: 22px;
  }
}
.news_listMoreButtonDeco::before,
.news_listMoreButtonDeco::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease-out;
}

@media (min-width: 769px) {
  .news_listMoreButtonDeco::before,
  .news_listMoreButtonDeco::after {
    width: 10px;
    height: 2px;
  }
}
@media screen and (max-width: 768px) {
  .news_listMoreButtonDeco::before,
  .news_listMoreButtonDeco::after {
    width: 10px;
    height: 2px;
  }
}
.news_listMoreButtonDeco::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.news_listMoreButtonDeco::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.-opened .news_listMoreButtonDeco::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.media {
  background-color: #eaf3f6;
}

@media (min-width: 769px) {
  .media {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .media {
    padding-top: 48px;
    padding-bottom: 80px;
  }
}
@media (min-width: 769px) {
  .media_content {
    display: flex;
    -moz-column-gap: 6.6%;
         column-gap: 6.6%;
  }
}
@media screen and (max-width: 768px) {
  .media_header + * {
    margin-top: 32px;
  }
}
@media (min-width: 769px) {
  .media_content > .media_header {
    flex-basis: 10%;
  }
}
.media_titleEn {
  display: block;
  color: #0b2a3a;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .media_titleEn {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .media_titleEn {
    width: 54px;
  }
}
.media_listBlock {
  overflow: auto;
  scrollbar-gutter: stable;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

@media (min-width: 769px) {
  .media_listBlock {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .media_listBlock {
    height: 360px;
  }
}
@media (min-width: 769px) {
  .media_content > .media_listBlock {
    flex-basis: 83.4%;
  }
}
.media_list_item {
  width: 100%;
  opacity: 1;
  max-height: 1000px;
  overflow: hidden;
  transition: opacity 0.3s ease-out, max-height 0.4s ease-out, padding-top 0.3s ease-out;
}

@media (min-width: 769px) {
  .media_list_item:not(:first-of-type) {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .media_list_item:not(:first-of-type) {
    padding-top: 20px;
  }
}
.media_list_item:not(:first-of-type).-hidden {
  opacity: 0;
  max-height: 0;
  padding-top: 0;
  overflow: hidden;
  pointer-events: none;
}

.media_list_itemInner {
  display: flex;
}

@media (min-width: 769px) {
  .media_list_itemInner {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .media_list_itemInner {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.media_list_itemGenreImgElm {
  display: block;
  aspect-ratio: 287/162;
  overflow: hidden;
}

@media (min-width: 769px) {
  .media_list_itemGenreImgElm {
    width: 130px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .media_list_itemGenreImgElm {
    width: 90px;
    border-radius: 10px;
  }
}
.media_list_itemGenreImg {
  width: 100%;
  max-width: inherit;
  height: auto;
}

.media_list_itemDetailHeader {
  display: flex;
}

@media (min-width: 769px) {
  .media_list_itemDetailHeader {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .media_list_itemDetailHeader {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.media_list_date {
  display: block;
  color: #0b2a3a;
  font-weight: 400;
  line-height: 1.7;
}

@media (min-width: 769px) {
  .media_list_date {
    font-size: 14px;
    padding-top: 4px;
  }
}
@media screen and (max-width: 768px) {
  .media_list_date {
    font-size: 16px;
    padding-top: 2px;
  }
}
.media_list_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e02828;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  background-color: #fff;
  border: 1px solid #e02828;
}

@media (min-width: 769px) {
  .media_list_icon {
    min-height: 25px;
    font-size: 12px;
    padding: 5px 6px;
    border-radius: 42px;
  }
}
@media screen and (max-width: 768px) {
  .media_list_icon {
    min-height: 25px;
    font-size: 12px;
    padding: 5px 6px;
    border-radius: 42px;
  }
}
.media_list_labelBlock {
  display: flex;
  align-items: flex-start;
}

@media (min-width: 769px) {
  .media_list_labelBlock {
    flex-direction: column;
    flex-basis: 95px;
    padding-top: 3px;
    gap: 10px 10px;
  }
}
@media screen and (max-width: 768px) {
  .media_list_labelBlock {
    flex-basis: 75px;
    flex-wrap: wrap;
    padding-top: 3px;
    gap: 10px 10px;
  }
}
.media_list_label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0b2a3a;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  background-color: #c0dbe5;
}

@media (min-width: 769px) {
  .media_list_label {
    width: 95px;
    min-height: 25px;
    font-size: 12px;
    padding: 5px 4px;
    border-radius: 42px;
  }
}
@media screen and (max-width: 768px) {
  .media_list_label {
    width: 95px;
    min-height: 25px;
    font-size: 12px;
    padding: 5px 4px;
    border-radius: 42px;
  }
}
.media_list_label.-alert {
  color: #fff;
  background-color: #c00;
}

.media_list_itemDetailOverview,
.media_list_itemDetailOverview > a,
.media_list_textLink {
  color: #0b2a3a;
  font-weight: 400;
  line-height: 1.7;
}

@media (min-width: 769px) {
  .media_list_itemDetailOverview,
  .media_list_itemDetailOverview > a,
  .media_list_textLink {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .media_list_itemDetailOverview,
  .media_list_itemDetailOverview > a,
  .media_list_textLink {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  * + .media_list_itemDetailOverview {
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  * + .media_list_itemDetailOverview {
    margin-top: 8px;
  }
}
.media_list_itemDetailOverview > a,
.media_list_textLink {
  text-decoration: none;
}

.media_list_itemDetailOverview > a > .media_list_textLinkElm,
.media_list_textLink > .media_list_textLinkElm {
  text-decoration: underline;
}

@media (any-pointer: fine) {
  .media_list_itemDetailOverview > a > .media_list_textLinkElm:hover,
  .media_list_textLink > .media_list_textLinkElm:hover {
    text-decoration: none;
  }
}
@media all and (-ms-high-contrast: none) {
  .media_list_itemDetailOverview > a > .media_list_textLinkElm:hover,
  .media_list_textLink > .media_list_textLinkElm:hover {
    text-decoration: none;
  }
}
@media (any-pointer: coarse) {
  .media_list_itemDetailOverview > a > .media_list_textLinkElm:active,
  .media_list_textLink > .media_list_textLinkElm:active {
    text-decoration: none;
  }
}
.media_list_itemDetailOverview > a[target=_blank]::after,
.media_list_textLink[target=_blank]::after {
  content: "";
  position: relative;
  display: inline-block;
  aspect-ratio: 1/1;
  background-image: url("/svg/icon_external.svg?$staticlink$");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

@media (min-width: 769px) {
  .media_list_itemDetailOverview > a[target=_blank]::after,
  .media_list_textLink[target=_blank]::after {
    top: 4px;
    width: 18px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 768px) {
  .media_list_itemDetailOverview > a[target=_blank]::after,
  .media_list_textLink[target=_blank]::after {
    top: 4px;
    width: 18px;
    margin-left: 8px;
  }
}
.media_list_itemDetailOverview > a[href*=".pdf"]::after,
.media_list_itemDetailOverview > a[target=_blank][href*=".pdf"]::after,
.media_list_textLink[href*=".pdf"]::after,
.media_list_textLink[target=_blank][href*=".pdf"]::after {
  content: "";
  position: relative;
  display: inline-block;
  aspect-ratio: 1/1;
  background-image: url("/svg/icon_pdf.svg?$staticlink$");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

@media (min-width: 769px) {
  .media_list_itemDetailOverview > a[href*=".pdf"]::after,
  .media_list_itemDetailOverview > a[target=_blank][href*=".pdf"]::after,
  .media_list_textLink[href*=".pdf"]::after,
  .media_list_textLink[target=_blank][href*=".pdf"]::after {
    top: 6px;
    width: 24px;
    margin-left: 4px;
  }
}
@media screen and (max-width: 768px) {
  .media_list_itemDetailOverview > a[href*=".pdf"]::after,
  .media_list_itemDetailOverview > a[target=_blank][href*=".pdf"]::after,
  .media_list_textLink[href*=".pdf"]::after,
  .media_list_textLink[target=_blank][href*=".pdf"]::after {
    top: 6px;
    width: 24px;
    margin-left: 4px;
  }
}
.media_list_textLinkElm {
  color: inherit;
}

.media_listMoreButtonBlock {
  position: relative;
  background: linear-gradient(180deg, rgba(247, 248, 249, 0) 0%, rgba(234, 243, 246, 0.4) 20%, rgba(234, 243, 246, 0.9) 100%);
  transition: margin-top 0.3s ease-out, padding-top 0.3s ease-out;
  z-index: 2;
}

@media (min-width: 769px) {
  .media_listMoreButtonBlock {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .media_listMoreButtonBlock {
    padding-top: 30px;
  }
}
.media_listMoreButtonBlock.-hidden {
  display: none;
}

* + .media_listMoreButtonBlock {
  margin-top: 0;
}

@media (min-width: 769px) {
  .media_list:has(.media_list_item.-hidden) + .media_listMoreButtonBlock {
    margin-top: -70px;
  }
}
@media screen and (max-width: 768px) {
  .media_list:has(.media_list_item.-hidden) + .media_listMoreButtonBlock {
    margin-top: -120px;
    padding-top: 75px;
  }
}
.media_listMoreButton {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #0b2a3a;
  background-color: #fff;
}

@media (min-width: 769px) {
  .media_listMoreButton {
    width: 180px;
    height: 44px;
    padding-right: 16px;
    padding-left: 24px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 768px) {
  .media_listMoreButton {
    width: 158px;
    height: 44px;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 12px;
  }
}
.media_listMoreButtonText {
  color: #0b2a3a;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
}

@media (min-width: 769px) {
  .media_listMoreButtonText {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .media_listMoreButtonText {
    font-size: 12px;
  }
}
.media_listMoreButtonDeco {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  background-color: #0b2a3a;
  border-radius: 50%;
}

@media (min-width: 769px) {
  .media_listMoreButtonDeco {
    width: 22px;
  }
}
@media screen and (max-width: 768px) {
  .media_listMoreButtonDeco {
    width: 22px;
  }
}
.media_listMoreButtonDeco::before,
.media_listMoreButtonDeco::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease-out;
}

@media (min-width: 769px) {
  .media_listMoreButtonDeco::before,
  .media_listMoreButtonDeco::after {
    width: 10px;
    height: 2px;
  }
}
@media screen and (max-width: 768px) {
  .media_listMoreButtonDeco::before,
  .media_listMoreButtonDeco::after {
    width: 10px;
    height: 2px;
  }
}
.media_listMoreButtonDeco::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.media_listMoreButtonDeco::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.-opened .media_listMoreButtonDeco::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

#daoi {
  position: relative;
  z-index: 1;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

@media (min-width: 769px) {
  #daoi {
    padding: 4% 0 5%;
    background-image: url(../img/bg_future_pc.png);
  }
}
@media screen and (max-width: 768px) {
  #daoi {
    background-image: url(../img/bg_future_sp.png);
  }
}
#daoi h2 {
  color: #0b2a3a;
  line-height: 1.3;
}

#daoi h2 img {
  display: inline-block;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  #daoi h2 img {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  #daoi h2 img {
    width: 250px;
  }
}
#daoi .ttl_02 + p {
  line-height: 2;
}

@media (min-width: 769px) {
  #daoi .ttl_02 + p {
    margin: 24px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #daoi .ttl_02 + p {
    margin: 24px 0 0;
  }
}
#daoi figure.logo_daoi {
  text-align: center;
}

#daoi figure.logo_daoi img {
  margin: 0 auto;
}

@media (min-width: 769px) {
  #daoi figure.logo_daoi {
    margin-top: 140px;
  }
  #daoi figure.logo_daoi img {
    width: 80%;
    max-width: 796px;
  }
}
@media screen and (max-width: 768px) {
  #daoi figure.logo_daoi {
    margin-top: 70px;
  }
  #daoi figure.logo_daoi img {
    width: 314px;
  }
}
@media (min-width: 769px) {
  #daoi .btnwrap {
    margin-top: 30px;
  }
}
.section-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

.kv-btn {
  width: clamp(150px, 12.8125vw, 246px);
  height: clamp(60px, 5.15625vw, 99px);
  position: absolute;
  right: clamp(10px, 1.04167vw, 20px);
  bottom: calc(-100% - 3px);
}
@media screen and (max-width: 1300px) {
  .kv-btn {
    top: clamp(36px, 3.59375vw, 69px);
  }
}
@media screen and (max-width: 767px) {
  .kv-btn {
    width: auto;
    height: auto;
    right: 2.5vw;
    top: 69px;
  }
}
.kv-btn a {
  display: flex;
  border-radius: 0 0 clamp(6px, 0.52083vw, 10px) clamp(6px, 0.52083vw, 10px);
  position: relative;
  background-color: #e02828;
  color: #fff;
  font-size: clamp(14px, 1.04167vw, 20px);
  font-weight: bold;
  padding: clamp(10px, 0.72917vw, 14px) clamp(18px, 1.77083vw, 34px) clamp(10px, 0.72917vw, 14px) clamp(10px, 0.72917vw, 14px);
  line-height: 1.5;
  border-left: 3px solid #e02828;
  border-right: 3px solid #e02828;
  border-bottom: 3px solid #e02828;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .kv-btn a {
    padding: 2.8205128205vw 2.7vw;
    font-size: 3vw;
    align-items: center;
    gap: 2vw;
  }
}
.kv-btn a:hover {
  background-color: #FFF;
  color: #e02828;
}
.kv-btn a:hover::after {
  transform: translateX(5px);
  background-color: #e02828;
}
.kv-btn a:after {
  transition: 0.3s;
  content: "";
  width: clamp(16px, 1.14583vw, 22px);
  height: clamp(16px, 1.14583vw, 22px);
  -webkit-mask-image: url(../svg/arrow.svg);
          mask-image: url(../svg/arrow.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  right: clamp(10px, 0.9375vw, 18px);
  bottom: clamp(10px, 0.9375vw, 18px);
}
@media screen and (max-width: 767px) {
  .kv-btn a:after {
    position: static;
    width: 5.641025641vw;
    height: 5.641025641vw;
  }
}

.kv-section {
  padding: clamp(40px, 4.2vw, 80px) 0 clamp(32px, 4.2vw, 80px);
  background-image: url("../webp/kv_mv.webp");
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .kv-section {
    padding: 12.8205128205vw 0 5.1282051282vw;
    background-image: url("../webp/kv_mv-sp.webp");
  }
}
.kv-section img {
  max-width: 100%;
}
.kv-section .section-inner {
  max-width: 850px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.kv-section .section-inner h1 {
  margin: 0;
}
.kv-section .section-inner .fig img {
  width: clamp(500px, 40vw, 720px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kv-section .section-inner .fig img {
    width: 100%;
  }
}
.kv-section .section-inner .kv-title {
  margin-bottom: clamp(16px, 1.5625vw, 30px);
  font-size: clamp(24px, 2.08333vw, 40px);
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kv-section .section-inner .kv-title {
    font-size: 4.6153846154vw;
    margin: 7.6923076923vw 0 5.1282051282vw;
  }
}
.kv-section .section-inner .kv-title .line {
  display: inline-block;
  position: relative;
}
.kv-section .section-inner .kv-title .line:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96%;
  height: clamp(3px, 0.20833vw, 4px);
  border-radius: clamp(3px, 0.26042vw, 5px);
  background-color: #e02828;
}
.kv-section .section-inner .kv-title-img {
  margin-bottom: clamp(30px, 2.5vw, 60px);
  height: clamp(80px, 9.5vw, 175px);
}
@media screen and (max-width: 767px) {
  .kv-section .section-inner .kv-title-img {
    display: block;
    width: 68.4615384615vw;
    height: auto;
    margin: 0 auto;
  }
}
.kv-section .section-inner .kv-title-text {
  margin-bottom: clamp(24px, 2.34375vw, 45px);
  font-size: clamp(14px, 1.04167vw, 20px);
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kv-section .section-inner .kv-title-text {
    font-size: 3.5897435897vw;
    line-height: 1.9;
    margin-bottom: 10.2564102564vw;
  }
}
@media screen and (max-width: 767px) {
  .kv-section .section-inner .fig {
    width: 90.5128205128vw;
    display: block;
    margin: 0 auto;
    padding-bottom: 14vw;
  }
}
.kv-section .kv-btns {
  margin-left: auto;
  margin-right: auto;
  padding: 0 clamp(5px, 0.52083vw, 10px);
}

.merit-section {
  background-color: #fcefef;
  background-image: url("../svg/merit_bg.svg");
  background-repeat: no-repeat;
  background-position: center clamp(220px, 15vw, 240px);
  background-size: 90% auto;
  padding: 80px 0 120px 0;
}
@media screen and (max-width: 767px) {
  .merit-section {
    padding: 17.9487179487vw 0 5vw;
    background-position: center 10vw;
    background-size: 100%;
  }
}
.merit-section .kv-btns {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .merit-section .kv-btns {
    padding: 0;
    margin: 0 auto;
  }
}
.merit-section h2 .small {
  display: block;
  font-size: 80%;
  margin-bottom: 0.3em;
}
.merit-section h2 .red {
  color: #e02828;
}
.merit-section .title2 {
  font-size: clamp(24px, 3vw, 36px);
  margin: 90px 0 40px;
}
@media screen and (max-width: 767px) {
  .merit-section .title2 {
    font-size: 4.8717948718vw;
    margin: 10.2564102564vw 0 0;
  }
}
.merit-section .title2.istype2 {
  font-size: clamp(24px, 3vw, 30px);
}
.merit-section .title2.istype2.mt0 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .merit-section .title2.istype2.mt0 {
    margin-top: 4.5vw;
  }
}
@media screen and (max-width: 767px) {
  .merit-section .title2.istype2 {
    font-size: 5.1282051282vw;
    margin-bottom: 5.1282051282vw;
  }
}
.merit-section .title2.istype3 {
  font-size: clamp(30px, 3.7vw, 48px);
}
@media screen and (max-width: 767px) {
  .merit-section .title2.istype3 {
    font-size: 5.8974358974vw;
    margin-bottom: 0vw;
  }
}
.merit-section .merit-img {
  display: none;
}
@media screen and (max-width: 767px) {
  .merit-section .merit-img {
    display: block;
    text-align: center;
  }
}
.merit-section .merit-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .merit-section .merit-list {
    margin-top: 0;
    padding: 6.1538461538vw 0 !important;
  }
}
.merit-section .merit-list .mrit-list-head {
  flex: 0 0 100%;
  width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 40px 36px 36px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .merit-section .merit-list .mrit-list-head {
    padding: 0;
  }
}
.merit-section .merit-list .mrit-list-connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0;
}
.merit-section .merit-list .mrit-list-connector::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background-color: #e02828;
  transform: translateX(-50%);
}
.merit-section .merit-list .mrit-connector-dot {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #e02828;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.merit-section .merit-list .mrit-connector-logo {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 16px;
  padding: 20px 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .merit-section .merit-list .mrit-connector-logo {
    padding: 3.5897435897vw 5.1282051282vw;
    margin: 3.5897435897vw auto;
    width: 53.8461538462vw;
  }
}
.merit-section .merit-list .mrit-connector-logo img {
  display: block;
  width: clamp(140px, 14vw, 220px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .merit-section .merit-list .mrit-connector-logo img {
    width: 100%;
  }
}
.merit-section .merit-list .mrit-list-bottom {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 0;
  height: auto;
  max-width: none;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 40px 36px 36px;
}
@media screen and (max-width: 767px) {
  .merit-section .merit-list .mrit-list-bottom {
    padding: 0;
  }
}
.merit-section .merit-list .mrit-bottom-ttl {
  text-align: center;
  color: #e02828;
  font-weight: 700;
  font-size: clamp(18px, 2.2vw, 26px);
  line-height: 1.3;
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  .merit-section .merit-list .mrit-bottom-ttl {
    font-size: 4.1025641026vw;
    border-bottom: 1px solid #ddd;
    padding: 5.1282051282vw;
    margin-bottom: 0;
  }
}
.merit-section .merit-list .mrit-bottom-ttl .lg {
  font-size: clamp(26px, 3vw, 36px);
}
@media screen and (max-width: 767px) {
  .merit-section .merit-list .mrit-bottom-ttl .lg {
    font-size: 6.1538461538vw;
  }
}
@media screen and (max-width: 767px) {
  .merit-section .merit-list .mrit-bottom-grid {
    padding: 0vw 5.1282051282vw 5.1282051282vw 5.1282051282vw;
  }
}
.merit-section .merit-list .mrit-bottom-grid.top {
  max-width: 960px;
  margin: 0 auto;
}
.merit-section .merit-list .mrit-bottom-row {
  display: flex;
}
.merit-section .merit-list .mrit-bottom-row:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .merit-section .merit-list .mrit-bottom-row:not(:last-child) {
    padding-bottom: 4.1025641026vw;
    margin-bottom: 4.1025641026vw;
  }
}
@media screen and (max-width: 767px) {
  .merit-section .merit-list .mrit-bottom-row {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.merit-section .merit-list .mrit-bottom-item {
  flex: 1;
  padding: 0 20px;
}
.merit-section .merit-list .mrit-bottom-item:first-child {
  padding-left: 0;
}
.merit-section .merit-list .mrit-bottom-item:last-child {
  padding-right: 0;
}
.merit-section .merit-list .mrit-bottom-item.top {
  padding-bottom: 20px;
}
.merit-section .merit-list .mrit-bottom-item.bottom {
  padding-top: 20px;
}
.merit-section .merit-list .mrit-bottom-item:not(:first-child) {
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .merit-section .merit-list .mrit-bottom-item {
    flex: 0 0 50%;
    padding: 2.5641025641vw 0;
    border-top: 0;
    border-bottom: 1px solid #ddd;
  }
  .merit-section .merit-list .mrit-bottom-item:not(:first-child) {
    border-left: none;
  }
  .merit-section .merit-list .mrit-bottom-item:nth-child(odd) {
    border-right: 1px solid #ddd;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .merit-section .merit-list .mrit-bottom-item:nth-child(odd) {
    border-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .merit-section .merit-list .mrit-bottom-item:nth-child(n+3) {
    border-top: 1px solid #ddd;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .merit-section .merit-list .mrit-bottom-item:nth-child(n+3) {
    border-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .merit-section .merit-list .slide-arrow {
    position: absolute;
    bottom: 3.8vw;
    width: 40px !important;
    height: 40px !important;
  }
  .merit-section .merit-list .slide-arrow.next-arrow {
    right: 3vw;
  }
  .merit-section .merit-list .slide-arrow.prev-arrow {
    transform: rotate(180deg);
    left: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .merit-section .merit-list .slick-dots {
    padding-top: 5.1282051282vw;
    position: static;
  }
  .merit-section .merit-list .slick-dots li button:before {
    display: none;
  }
  .merit-section .merit-list .slick-dots li.slick-active button {
    background-color: #0B2A3A;
  }
  .merit-section .merit-list .slick-dots button {
    background-color: #FFF;
    border: 1px solid #0B2A3A;
    border-radius: 100px;
    width: 10px !important;
    height: 10px !important;
  }
}
.merit-section .merit-list .mrit-bottom-label {
  color: #e02828;
  font-weight: 700;
  font-size: clamp(13px, 1.3vw, 16px);
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .merit-section .merit-list .mrit-bottom-label {
    font-size: 4.1025641026vw;
    margin-bottom: 3px;
  }
}
.merit-section .merit-list .mrit-bottom-text {
  color: #0b2a3a;
  font-size: clamp(12px, 1.1vw, 14px);
  font-weight: 500;
  margin: 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .merit-section .merit-list .mrit-bottom-text {
    font-size: 4.1025641026vw;
  }
}
@media screen and (max-width: 767px) {
  .merit-section .merit-list {
    padding: 0 5.1282051282vw;
  }
}
.merit-section .effect-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .merit-section .effect-list {
    grid-template-columns: 1fr;
    padding: 0 5.1282051282vw;
  }
}
.merit-section .effect-list .bg {
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .merit-section .effect-list .bg {
    background-color: #FFF;
  }
}
.merit-section .effect-list .bg dl {
  position: relative;
  z-index: 2;
  max-width: 640px;
  width: 42vw;
  padding: 30px 0px 30px 60px;
}
@media screen and (max-width: 767px) {
  .merit-section .effect-list .bg dl {
    width: 100%;
    padding: 5.1282051282vw 5.1282051282vw 5.1282051282vw 16.9230769231vw;
  }
}
.merit-section .effect-list .bg dl dt {
  font-size: clamp(18px, 1.9vw, 30px);
}
@media screen and (max-width: 767px) {
  .merit-section .effect-list .bg dl dt {
    font-size: 4.1025641026vw;
  }
}
.merit-section .effect-list .bg dl dd {
  font-size: clamp(14px, 1.4vw, 22px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .merit-section .effect-list .bg dl dd {
    line-height: 1.4;
    font-size: 4.1025641026vw;
  }
}
.merit-section .effect-list .bg dl:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../svg/check02.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .merit-section .effect-list .bg dl:before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    left: 5.1282051282vw;
  }
}
.merit-section .effect-list .bg:after {
  content: "";
  display: block;
  width: calc(50vw - 10px);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .merit-section .effect-list .bg:after {
    display: none;
  }
}
.merit-section .effect-list .bg.left {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .merit-section .effect-list .bg.left {
    padding-left: 0;
  }
}
.merit-section .effect-list .bg.left dl {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .merit-section .effect-list .bg.left dl {
    margin: 0;
  }
}
.merit-section .effect-list .bg.left:after {
  content: "";
  display: block;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 767px) {
  .merit-section .effect-list .bg.left:after {
    display: none;
  }
}
.merit-section .effect-list .bg.right {
  padding-left: 50px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .merit-section .effect-list .bg.right {
    padding: 0;
  }
}
.merit-section .effect-list .bg.right:after {
  content: "";
  display: block;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 767px) {
  .merit-section .effect-list .bg.right:after {
    display: none;
  }
}
.merit-section .merit-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .merit-section .merit-box {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 4.1025641026vw;
    margin-top: 7.6923076923vw;
  }
}
.merit-section .merit-box dl {
  flex: 1;
  margin: 0;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.merit-section .merit-box dt {
  display: flex;
  align-items: center;
  gap: clamp(15px, 1.7vw, 40px);
  margin: 0;
  padding: 10px 20px;
  background: #e02828;
  color: #fff;
  font-weight: 700;
  font-size: clamp(18px, 1.9vw, 24px);
  line-height: 1.3;
  text-align: center;
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .merit-section .merit-box dt {
    font-size: 4.6153846154vw;
    padding: 1.2820512821vw 2.5641025641vw;
    justify-content: space-between;
  }
  .merit-section .merit-box dt span {
    display: block;
    text-align: center;
    width: calc(100% - 13.8461538462vw);
  }
}
.merit-section .merit-box dt img {
  flex-shrink: 0;
  width: clamp(40px, 4.7vw, 60px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .merit-section .merit-box dt img {
    width: 13.8461538462vw;
  }
}
.merit-section .merit-box dd {
  margin: 0;
  padding: 20px;
  font-size: clamp(15px, 1.7vw, 22px);
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.6;
  min-height: 7em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .merit-section .merit-box dd {
    font-size: 4.1025641026vw;
    padding: 3.8461538462vw 2.3vw;
    min-height: 0;
  }
}
.merit-section.salesforce {
  background-color: #e5f6fc;
  background-image: none;
}
@media screen and (max-width: 767px) {
  .merit-section.salesforce .btn-wrap {
    padding: 0 5.1282051282vw;
  }
}
.merit-section .merit-textbox {
  text-align: center;
  padding: 40px 20px;
}
@media screen and (max-width: 767px) {
  .merit-section .merit-textbox {
    padding: 0vw 0vw;
  }
}

.merit-section.salesforce.pt0 {
  padding-top: 0;
}
.merit-section.salesforce .sec-image-modal {
  position: relative;
}
@media screen and (max-width: 767px) {
  .merit-section.salesforce .sec-image-modal {
    padding: 0vw 5.1282051282vw;
  }
}
.merit-section.salesforce .sec-image-modal .openmodal {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}
.merit-section.salesforce .sec-image-modal .title2 {
  text-align: center;
  margin: 0;
}
.merit-section.salesforce .sec-image-modal .image-modal-img-wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}
.merit-section.salesforce .sec-image-modal .image-modal-img-wrap .image-modal-img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .merit-section.salesforce .sec-image-modal .u-title2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2820512821vw;
  }
}
.merit-section.salesforce .sec-image-modal .image-modal-trigger {
  display: none;
  border: 0;
  background: transparent;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .merit-section.salesforce .sec-image-modal .image-modal-trigger {
    display: inline-flex;
    align-items: center;
  }
}
.merit-section.salesforce .sec-image-modal .image-modal-trigger-icon {
  display: block;
}
.merit-section.salesforce .merit-introduce-img-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .merit-section.salesforce .merit-introduce-img-wrap {
    text-align: center;
  }
}
.merit-section.salesforce .merit-introduce-img-wrap .merit-introduce-img {
  max-width: 100%;
}
.merit-section.salesforce .image-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.merit-section.salesforce .image-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.merit-section.salesforce .image-modal.is-open .image-modal__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.merit-section.salesforce .image-modal__dialog {
  position: relative;
  max-width: min(1100px, 92vw);
  max-height: 90vh;
  width: 100%;
  opacity: 0;
  transform: translateY(8px) scale(0.98);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.merit-section.salesforce .image-modal__dialog img {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  margin: 0 auto;
}
.merit-section.salesforce .image-modal__close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.merit-section.salesforce .image-modal__close::before, .merit-section.salesforce .image-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #102939;
  transform-origin: center;
}
.merit-section.salesforce .image-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.merit-section.salesforce .image-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.merit-section.salesforce .image-modal__close:hover {
  transform: scale(1.06);
  opacity: 0.85;
}
.merit-section.salesforce .merit-textbox {
  text-align: center;
}
.merit-section.salesforce .merit-textbox .merit-text {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .merit-section.salesforce .merit-textbox .merit-text {
    font-size: 4.1025641026vw;
    text-align: left;
  }
}

.sf-section {
  padding-bottom: 0;
}
.sf-section h2 {
  margin-top: 20px;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .sf-section h2 {
    font-size: 5.8974358974vw;
    margin: 1.2820512821vw 0 3vw 0;
  }
}
.sf-section img {
  max-width: 100%;
}
.sf-section .sfbox {
  border-radius: 10px;
  padding: clamp(30px, 4vw, 60px) 0 clamp(30px, 4vw, 60px) clamp(50px, 6vw, 100px);
  background-color: #F4F4F4;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.15);
  position: relative;
  display: block;
}
.sf-section .sfbox:hover {
  opacity: 0.8;
}
.sf-section .sfbox:hover .css-ky21t9.cta.cta_02:before {
  border: solid 6px #364349;
}
.sf-section .sfbox:hover .css-ky21t9.cta.cta_02 img {
  transform: translateX(5px);
}
.sf-section .sfbox.sf {
  background-color: #FFF;
  margin-top: 40px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .sf-section .sfbox {
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .sf-section .sfbox .sfbox__text {
    padding: 4.6153846154vw;
  }
}
.sf-section .sfbox .sfbox__text h3 {
  margin-bottom: 1em;
  font-size: clamp(20px, 2.2vw, 30px);
}
@media screen and (max-width: 767px) {
  .sf-section .sfbox .sfbox__text h3 {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .sf-section .sfbox .logo {
    width: 38.2051282051vw;
  }
  .sf-section .sfbox .logo img {
    max-width: 100%;
  }
}
.sf-section .sfbox__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .sf-section .sfbox__main {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.sf-section .sfbox__main p {
  font-size: clamp(12px, 1.25vw, 16px);
  margin-bottom: 40px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sf-section .sfbox__main p {
    font-size: 4.1025641026vw;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .sf-section .sfbox .btnwrap {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .sf-section .sfbox .css-ky21t9.cta.cta_02 {
    font-size: 4.1025641026vw;
    width: 100%;
  }
}
.sf-section .sfbox .sfbox__visual {
  width: 56%;
  text-align: right;
}
@media screen and (max-width: 1080px) {
  .sf-section .sfbox .sfbox__visual {
    width: 40%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .sf-section .sfbox .sfbox__visual {
    position: static;
    width: 100%;
  }
}
.sf-section .sfbox .sfbox__visual img {
  max-width: 100%;
}
.sf-section .sfbox2 {
  position: relative;
  margin-top: 40px;
  display: block;
  background-color: #FFF;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.15);
}
.sf-section .sfbox2:hover {
  opacity: 0.8;
}
.sf-section .sfbox2:hover .css-ky21t9.cta.cta_02:before {
  border: solid 6px #364349;
}
.sf-section .sfbox2:hover .css-ky21t9.cta.cta_02 img {
  transform: translateX(5px);
}
@media screen and (max-width: 1080px) {
  .sf-section .sfbox2 .css-ky21t9.cta {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sf-section .sfbox2 .css-ky21t9.cta {
    margin-top: 8vw;
    width: 100%;
  }
}
.sf-section .sfbox2.sf .sfbox__main {
  display: flex;
  align-items: stretch;
  min-height: 340px;
}
@media screen and (max-width: 767px) {
  .sf-section .sfbox2.sf .sfbox__main {
    flex-direction: column;
  }
}
.sf-section .sfbox2.sf .sfbox__text {
  flex: 0 0 45%;
  background: linear-gradient(90deg, #3BC6FD 0%, #0187D2 100%);
  padding: 20px 0 40px clamp(50px, 6vw, 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .sf-section .sfbox2.sf .sfbox__text {
    flex: none;
    padding: 46vw 4.5vw 5.1282051282vw 4.5vw;
  }
}
.sf-section .sfbox2.sf .logo {
  padding: 20px 0 20px clamp(50px, 6vw, 100px);
}
@media screen and (max-width: 767px) {
  .sf-section .sfbox2.sf .logo {
    padding: 5.1282051282vw 5.1282051282vw 13.8461538462vw 5.1282051282vw;
  }
}
.sf-section .sfbox2.sf .logo img {
  display: block;
  height: 80px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .sf-section .sfbox2.sf .logo img {
    height: 14.6153846154vw;
  }
}
.sf-section .sfbox2.sf h3 {
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .sf-section .sfbox2.sf h3 {
    font-size: 5.1282051282vw;
  }
}
.sf-section .sfbox2.sf p {
  font-size: clamp(13px, 1.2vw, 16px);
  font-weight: 500;
  color: #fff;
  line-height: 1.7;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sf-section .sfbox2.sf p {
    font-size: 4.1025641026vw;
  }
}
.sf-section .sfbox2.sf .sf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #0b2a3a;
  font-weight: 700;
  font-size: clamp(13px, 1.2vw, 16px);
  border-radius: 10px;
  padding: 14px 48px 14px 24px;
  position: relative;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .sf-section .sfbox2.sf .sf-btn {
    width: 100%;
    font-size: 3.8461538462vw;
    padding: 3.5897435897vw 12.3076923077vw 3.5897435897vw 5.1282051282vw;
  }
}
.sf-section .sfbox2.sf .sf-btn::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0b2a3a url(../svg/arrow.svg) center/60% no-repeat;
}
.sf-section .sfbox2.sf .sfbox__visual {
  flex: 1;
  overflow: hidden;
  position: absolute;
  right: 0;
  max-width: 700px;
  top: 40px;
  width: 57%;
}
@media screen and (max-width: 1080px) {
  .sf-section .sfbox2.sf .sfbox__visual {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .sf-section .sfbox2.sf .sfbox__visual {
    height: auto;
    right: 0;
    top: 25vw;
    width: 85.8974358974vw;
  }
}
.sf-section .sfbox2.sf .sfbox__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.plan-section {
  background-color: #f7f8f9;
}
.plan-section h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .plan-section h2 {
    margin-bottom: 7.6923076923vw;
  }
}
.plan-section .lead {
  font-size: 18px;
  margin-bottom: 80px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .plan-section .lead {
    font-size: 4.1025641026vw;
    text-align: left;
    margin-bottom: 10.2564102564vw;
  }
}
.plan-section .plan-coming {
  position: absolute;
  top: -2em;
  right: 0;
  text-align: right;
  color: #e02828;
  font-size: clamp(13px, 1.81vw, 26px);
  font-weight: bold;
  padding-right: 1em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.plan-section .plan-coming .sp2 {
  display: none;
}
@media screen and (max-width: 767px) {
  .plan-section .plan-coming .sp2 {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .plan-section .plan-coming {
    font-size: 4.1025641026vw;
    text-align: center;
    line-height: 1.4;
    gap: 5.1282051282vw;
    justify-content: space-between;
    padding-right: 0;
  }
}
.plan-section .plan-coming::before {
  content: "";
  width: 2px;
  height: 1em;
  display: block;
  background-color: #e02828;
  transform: rotate(-40deg);
}
@media screen and (max-width: 767px) {
  .plan-section .plan-coming::before {
    height: 4em;
    transform: rotate(-20deg);
  }
}
.plan-section .plan-coming::after {
  content: "";
  width: 2px;
  height: 1em;
  display: block;
  background-color: #e02828;
  transform: rotate(40deg);
}
@media screen and (max-width: 767px) {
  .plan-section .plan-coming::after {
    height: 4em;
    transform: rotate(20deg);
  }
}
@media screen and (max-width: 767px) {
  .plan-section .plan-coming {
    position: static;
  }
}
.plan-section .note {
  font-size: 14px;
}

.planbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  position: relative;
  margin-bottom: 40px;
  position: relative;
}

.plan-card {
  flex: 1;
  overflow: hidden;
  display: flex;
  position: relative;
  color: #0b2a3a;
  flex-direction: column;
}
.plan-card.plan-card--business:after, .plan-card.plan-card--enterprise:after {
  background-color: #FFF;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  pointer-events: none;
  opacity: 0.5;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.plan-card.red {
  position: relative;
}
.plan-card.red:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border: 6px solid #E02828;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  pointer-events: none;
}
.plan-card__header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 220px;
  color: #fff;
  text-align: center;
  border-radius: 20px 20px 0 0;
  border-top: 1px solid #a6a6a6;
  border-left: 1px solid #a6a6a6;
  border-right: 1px solid #a6a6a6;
}
@media screen and (max-width: 767px) {
  .plan-card__header {
    height: 25.641025641vw;
  }
}
.plan-card--free .plan-card__header {
  background: #fff;
  color: #0b2a3a;
  border-color: #a6a6a6;
}
.plan-card--business .plan-card__header {
  background: #7BC183;
}
.plan-card--enterprise .plan-card__header {
  background: #475784;
}
.plan-card__name {
  font-size: clamp(18px, 2.5vw, 36px);
  font-weight: 700;
  line-height: 1.35;
  color: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5em;
}
@media screen and (max-width: 767px) {
  .plan-card__name {
    font-size: 5.8974358974vw;
    height: auto;
  }
}
.plan-card__name small {
  font-size: 0.65em;
  font-weight: 600;
  vertical-align: super;
}
.plan-card__lead {
  margin: 0;
  font-size: clamp(10px, 1.39vw, 20px);
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .plan-card__lead {
    font-size: 3.5897435897vw;
    margin-top: 3px;
  }
}
.plan-card__body {
  flex: 1;
  padding: 24px 16px;
  background: #dbdbdb;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .plan-card__body {
    padding: 5.1282051282vw 4.1025641026vw;
  }
}
.plan-card .font-green {
  color: #4FAD5B;
}
.plan-card .font-red {
  color: #e02828;
}
.plan-card .font-blue {
  color: #0154a1;
}
.plan-card .font-navy {
  color: #091F5C;
}
.plan-card .fontS {
  font-size: clamp(11px, 1.53vw, 22px);
}
@media screen and (max-width: 767px) {
  .plan-card .fontS {
    font-size: 4.8717948718vw;
  }
}
.plan-card__row {
  margin-bottom: 10px;
  position: relative;
}
.plan-card__row:last-child {
  margin-bottom: 0;
}
.plan-card__row--2col {
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
}
.plan-card__cell {
  min-width: 0;
  position: relative;
  padding: 20px 0px;
  background: #fff;
  border-radius: 8px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .plan-card__cell {
    padding: 2.5641025641vw 0;
  }
}
.plan-card__cell.w100 {
  width: 100%;
}
.plan-card__cell.w100.price {
  height: 122px;
}
@media screen and (max-width: 767px) {
  .plan-card__cell.w100.price {
    height: auto;
  }
}
.plan-card__cell.w100.price .plan-card__value {
  line-height: 1;
}
.plan-card__cell.w100.price .plan-card__value.plan-card__value--soon {
  margin-top: 0.5em;
}
.plan-card__cell.rule {
  width: 75%;
}
.plan-card__cell.num {
  width: 25%;
}
.plan-card__label {
  display: block;
  font-size: clamp(8px, 1.11vw, 16px);
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .plan-card__label {
    font-size: 3.5897435897vw;
  }
}
.plan-card__value {
  font-size: clamp(15px, 2vw, 26px);
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
.plan-card__value .en {
  font-size: clamp(20px, 2.2vw, 40px);
}
.plan-card__value .zero {
  font-size: clamp(26px, 3vw, 52px);
}
@media screen and (max-width: 767px) {
  .plan-card__value {
    font-size: 5.8974358974vw;
  }
}
.plan-card .btn {
  background-color: #0B2A3A;
  display: flex;
  border-radius: 12px;
  font-size: clamp(10px, 1.5vw, 16px);
  font-weight: bold;
  width: 90%;
  color: #fff;
  height: 79px;
  justify-content: center;
  padding: 0 2em 0 1em;
  align-items: center;
  transition: 0.3s;
  position: relative;
  z-index: 3;
  border: 3px solid #0B2A3A;
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .plan-card .btn {
    font-size: 4.1025641026vw;
    height: 15.3846153846vw;
    width: 100%;
    max-width: none;
    padding: 0 5.1282051282vw 0 5.1282051282vw;
    margin: 7.6923076923vw auto 0 auto;
    justify-content: flex-start;
  }
}
.plan-card .btn:hover {
  background-color: #fff;
  color: #0B2A3A;
}
.plan-card .btn:hover:after {
  margin-right: -5px;
  background-color: #0B2A3A;
}
.plan-card .btn:after {
  transition: 0.3s;
  content: "";
  display: block;
  -webkit-mask-image: url(../svg/arrow.svg);
          mask-image: url(../svg/arrow.svg);
  background-color: #fff;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-position: center;
}
@media screen and (max-width: 1080px) {
  .plan-card .btn:after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .plan-card .btn:after {
    height: 31px;
    width: 31px;
  }
}
.plan-card--free .btn {
  background-color: #CC0000;
  border-color: #CC0000;
}
.plan-card--free .btn:hover {
  background-color: #fff;
  color: #CC0000;
}
.plan-card--free .btn:hover:after {
  background-color: #CC0000;
}

@media screen and (max-width: 767px) {
  .planbox {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .plan-card {
    width: 100%;
  }
}
.future-section {
  background-color: #f7f8f9;
  padding: 80px 0 120px;
  background-image: url(../webp/future_bg.webp);
  background-position: center bottom;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .future-section {
    padding: 17.9487179487vw 0 5vw;
    background-size: 200%;
    background-position: -35vw bottom;
  }
}
.future-section .future-list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .future-section .future-list {
    padding: 0 5.1282051282vw;
  }
}
.future-section .future-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .future-section .future-list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.1025641026vw;
  }
}
.future-section .future-list li {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 28px 14px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .future-section .future-list li {
    justify-content: space-between;
    padding: 5.1282051282vw 2.5641025641vw 4.1025641026vw;
    gap: 3.5897435897vw;
  }
}
.future-section .future-list .txt {
  font-weight: 700;
  font-size: clamp(14px, 1.6vw, 20px);
  min-height: 4.8em;
  display: flex;
  align-items: center;
  color: #e02828;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .future-section .future-list .txt {
    font-size: 3.3333333333vw;
    line-height: 1.2;
    min-height: 5.2em;
  }
}
.future-section .future-list .img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.future-section .future-list .img img {
  max-width: 100%;
  height: auto;
}
.future-section .text {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .future-section .text {
    margin-bottom: 5.1282051282vw;
  }
}
.future-section .text p {
  color: #102939;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .future-section .text p {
    font-size: 4.1025641026vw;
    text-align: left;
  }
}
.future-section .text p + p {
  margin-top: 1em;
}
.future-section h2 {
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .future-section h2 {
    font-size: 5.8974358974vw;
    margin-bottom: 10.2564102564vw;
  }
}

.intro-section {
  background-color: rgb(255, 255, 255);
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .intro-section {
    padding: 8.9743589744vw 5.1282051282vw 11.5384615385vw 5.1282051282vw;
  }
}
.intro-section .section-inner {
  max-width: 1189px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.intro-section .section-inner .sp-intro {
  display: none;
}
@media screen and (max-width: 767px) {
  .intro-section .section-inner .sp-intro {
    display: block;
  }
}
.intro-section .section-inner h2 {
  text-align: center;
}
.intro-section .section-inner .intro_change-img {
  margin-top: 60px;
  position: relative;
}
.intro-section .section-inner .intro_change-img .small {
  font-size: clamp(12px, 1.15vw, 14px) !important;
}
.intro-section .section-inner .intro_change-img .intro_change-row-icon {
  width: 25%;
  display: flex;
  align-items: center;
  gap: clamp(5px, 0.5208vw, 10px);
}
@media screen and (max-width: 767px) {
  .intro-section .section-inner .intro_change-img .intro_change-row-icon {
    width: 19.2307692308vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.7692307692vw;
  }
}
.intro-section .section-inner .intro_change-img .intro_change-visual {
  display: flex;
  justify-content: space-between;
  gap: clamp(12px, 2.5vw, 28px);
  min-width: 0;
}
.intro-section .section-inner .intro_change-img .intro_change-rows {
  width: 71.5%;
  aspect-ratio: 850/347;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  min-width: 0;
  padding: clamp(24px, 2.55vw, 49px) clamp(28px, 2.92vw, 56px) clamp(15px, 1.6146vw, 31px);
  padding-right: clamp(45px, 4.6875vw, 90px);
  background-image: url("../svg/intro_change-frame.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  gap: clamp(5px, 0.5208vw, 7px);
}
@media screen and (max-width: 767px) {
  .intro-section .section-inner .intro_change-img .intro_change-rows {
    background-image: url("../svg/intro_change-frame-sp.svg");
  }
}
.intro-section .section-inner .intro_change-img .intro_change-row {
  width: 96%;
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.1vw, 14px);
  border-bottom: 1px solid #707070;
  padding-bottom: clamp(5px, 0.5208vw, 10px);
}
@media screen and (max-width: 767px) {
  .intro-section .section-inner .intro_change-img .intro_change-row {
    width: 100%;
  }
}
.intro-section .section-inner .intro_change-img .intro_change-row:last-child {
  border-bottom: none;
}
.intro-section .section-inner .intro_change-img .intro_change-row img {
  width: clamp(16px, 2.2vw, 23px);
  flex-shrink: 0;
}
.intro-section .section-inner .intro_change-img .intro_change-row span {
  color: #000000;
  font-size: clamp(14px, 1.15vw, 22px);
  line-height: 1.1;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  min-width: 0;
}
.intro-section .section-inner .intro_change-img .intro_change-row .items {
  font-size: clamp(12px, 1.5vw, 22px);
  white-space: normal;
  font-weight: 700;
}
.intro-section .section-inner .intro_change-img .intro_change-row .intro_change-row-text {
  font-size: clamp(12px, 1.5vw, 22px);
  font-weight: 500;
  line-height: 1.5;
  width: 75%;
}
.intro-section .section-inner .intro_change-img .intro_change-right {
  width: 25.7%;
  min-width: 0;
  position: relative;
}
.intro-section .section-inner .intro_change-img .intro_change-right img {
  width: 100%;
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .intro-section .section-inner .intro_change-img .intro_change-right img {
    position: static;
    transform: none;
    left: auto;
    top: auto;
  }
}
@media screen and (max-width: 767px) {
  .intro-section .section-inner .intro_change-img {
    margin-top: 8.9743589744vw;
  }
  .intro-section .section-inner .intro_change-img .intro_change-visual {
    flex-direction: column;
    align-items: center;
    gap: 3.5897435897vw;
  }
  .intro-section .section-inner .intro_change-img .intro_change-rows {
    width: 100%;
    gap: 1.5384615385vw;
    aspect-ratio: 353/430;
    padding: 6% 6% 13%;
  }
  .intro-section .section-inner .intro_change-img .intro_change-row {
    gap: 4.5vw;
  }
  .intro-section .section-inner .intro_change-img .intro_change-row img {
    width: 3.5897435897vw;
  }
  .intro-section .section-inner .intro_change-img .intro_change-row:nth-child(1) img {
    width: 6.1538461538vw;
  }
  .intro-section .section-inner .intro_change-img .intro_change-row:nth-child(2) img {
    width: 5.3846153846vw;
  }
  .intro-section .section-inner .intro_change-img .intro_change-row:nth-child(3) img {
    width: 5.3846153846vw;
  }
  .intro-section .section-inner .intro_change-img .intro_change-row:nth-child(4) img {
    width: 5.8974358974vw;
  }
  .intro-section .section-inner .intro_change-img .intro_change-row:nth-child(5) img {
    width: 7.1794871795vw;
  }
  .intro-section .section-inner .intro_change-img .intro_change-row:nth-child(6) img {
    width: 7.6923076923vw;
  }
  .intro-section .section-inner .intro_change-img .intro_change-row .items {
    white-space: normal;
    flex: 1;
    font-size: 3.5897435897vw;
  }
  .intro-section .section-inner .intro_change-img .intro_change-row .intro_change-row-text {
    line-height: 1.5;
    font-size: 4.1025641026vw;
  }
  .intro-section .section-inner .intro_change-img .intro_change-right {
    width: 86%;
  }
}
@media screen and (max-width: 767px) {
  .intro-section .section-inner .intro_change-img .btn {
    text-align: center;
    margin-top: 10.2564102564vw;
  }
}
.intro-section .section-inner .intro_change-img .address-btn {
  padding-bottom: 5px;
  border-bottom: 2px solid #102939;
  color: #102939;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  position: absolute;
  right: 0%;
  bottom: 0%;
  transition: 0.3s;
  font-size: clamp(12px, 1.3vw, 16px);
}
@media screen and (max-width: 767px) {
  .intro-section .section-inner .intro_change-img .address-btn {
    position: static;
    display: inline-flex;
    font-size: 4.1025641026vw;
  }
}
.intro-section .section-inner .intro_change-img .address-btn:hover {
  opacity: 0.6;
}
.intro-section img {
  max-width: 100%;
}

.ba-section {
  background-color: #f7f8f9;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .ba-section {
    padding: 17.9487179487vw 5.1282051282vw 10.2564102564vw;
  }
}
.ba-section .section-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.ba-section .section-inner .ba-arrow-img {
  width: clamp(214px, 34.5161vw, 428px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ba-section .section-inner .arrow {
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .ba-section .section-inner .arrow {
    padding: 3.8461538462vw 0 7.6923076923vw;
  }
}
.ba-section .section-inner .arrow p {
  font-size: clamp(20px, 2vw, 28px);
  font-weight: bold;
  line-height: 1.4;
  color: #e02828;
}
@media screen and (max-width: 767px) {
  .ba-section .section-inner .arrow p {
    font-size: 5.1282051282vw;
  }
}
.ba-section .section-inner .ba-list-outer {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .ba-section .section-inner .ba-list-outer {
    margin-top: 11.5384615385vw;
  }
}
.ba-section .section-inner .ba-list-outer .ba-list-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .ba-section .section-inner .ba-list-outer .ba-list-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.ba-section .section-inner .ba-list-outer .ba-list-inner .ba-ul {
  width: clamp(200px, 47vw, 440px);
  padding: clamp(15px, 2.4194vw, 30px) 20px;
  align-self: stretch;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .ba-section .section-inner .ba-list-outer .ba-list-inner .ba-ul {
    width: 100%;
    padding: 6.4102564103vw 5.1282051282vw 5.1282051282vw 5.1282051282vw;
  }
}
.ba-section .section-inner .ba-list-outer .ba-list-inner .ba-ul .ba-li {
  border-bottom: 1px solid #cacaca;
  position: relative;
}
.ba-section .section-inner .ba-list-outer .ba-list-inner .ba-ul .ba-li .coming {
  position: absolute;
  top: 13px;
  right: 0;
  width: clamp(30px, 6.5vw, 76px);
  height: clamp(30px, 6.5vw, 76px);
  background-color: #FFF;
  border: 1px solid #E02928;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(10px, 1.1vw, 14px);
  font-weight: bold;
  line-height: 1;
  text-align: center;
  line-height: 1.4;
  color: #E02928;
}
@media screen and (max-width: 767px) {
  .ba-section .section-inner .ba-list-outer .ba-list-inner .ba-ul .ba-li .coming {
    top: 2vw;
    width: 17.9487179487vw;
    height: 17.9487179487vw;
    font-size: 3.3333333333vw;
  }
}
.ba-section .section-inner .ba-list-outer .ba-list-inner .ba-ul.before {
  background-color: #d3d7d9;
  position: relative;
  margin-right: -20px;
}
@media screen and (max-width: 767px) {
  .ba-section .section-inner .ba-list-outer .ba-list-inner .ba-ul.before {
    margin: 0;
  }
}
.ba-section .section-inner .ba-list-outer .ba-list-inner .ba-ul.before::before {
  content: "Before";
  display: block;
  width: clamp(87px, 14.1129vw, 175px);
  height: clamp(25px, 4.0323vw, 50px);
  background-color: #434f5c;
  color: #fff;
  font-size: clamp(12px, 2.0161vw, 25px);
  font-weight: 900;
  position: absolute;
  top: clamp(-22px, -1.7742vw, -11px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: clamp(25px, 4.0323vw, 50px);
}
@media screen and (max-width: 767px) {
  .ba-section .section-inner .ba-list-outer .ba-list-inner .ba-ul.before::before {
    font-size: 4.6153846154vw;
    width: 45.3846153846vw;
    padding: 2vw;
    line-height: 1;
    height: auto;
  }
}
.ba-section .section-inner .ba-list-outer .ba-list-inner .ba-ul.after {
  margin-left: -20px;
  background-color: #fcefef;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ba-section .section-inner .ba-list-outer .ba-list-inner .ba-ul.after {
    width: 100%;
    margin: 0;
    padding: 6.4102564103vw 5.1282051282vw 5.1282051282vw 5.1282051282vw;
  }
}
.ba-section .section-inner .ba-list-outer .ba-list-inner .ba-ul.after::before {
  content: "After";
  display: block;
  width: clamp(87px, 14.1129vw, 175px);
  height: clamp(25px, 4.0323vw, 50px);
  background-color: #e02828;
  color: #fff;
  font-size: clamp(12px, 2.0161vw, 25px);
  font-weight: 900;
  position: absolute;
  top: clamp(-22px, -1.7742vw, -11px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: clamp(25px, 4.0323vw, 50px);
}
@media screen and (max-width: 767px) {
  .ba-section .section-inner .ba-list-outer .ba-list-inner .ba-ul.after::before {
    font-size: 4.6153846154vw;
    width: 45.3846153846vw;
    padding: 2vw;
    line-height: 1;
    height: auto;
  }
}
.ba-section .section-inner .ba-list-outer .ba-list-inner .ba-ul.after .ba-li .ba-li-icon {
  width: clamp(28px, 3.5vw, 56px);
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
}
.ba-section .section-inner .ba-list-outer .ba-list-inner .ba-ul .ba-li {
  flex: 1;
  padding: clamp(5px, 0.8065vw, 10px) 0px;
  font-size: clamp(10px, 1.4vw, 18px);
  font-weight: 700;
  line-height: 1.4;
  color: #102939;
  display: flex;
  gap: clamp(10px, 1.4vw, 20px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ba-section .section-inner .ba-list-outer .ba-list-inner .ba-ul .ba-li {
    gap: 5.1282051282vw;
    font-size: 4.1025641026vw;
    padding: 2.5641025641vw 0;
  }
}
.ba-section .section-inner .ba-list-outer .ba-list-inner .ba-ul .ba-li:last-child {
  border-bottom: none;
}
.ba-section .section-inner .ba-list-outer .ba-list-inner .ba-bill-img {
  width: clamp(108px, 17.4194vw, 216px);
}
.ba-section img {
  max-width: 100%;
}

.problems-section {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ffffff;
}
.problems-section .section-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.problems-section .lead {
  font-size: 18px;
  line-height: 1.8;
  margin: 1.5em 0 3.5em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .problems-section .lead {
    font-size: 4.1025641026vw;
    text-align: left;
    line-height: 1.7;
  }
}
.problems-section .problems-list {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .problems-section .problems-list {
    flex-direction: column;
    gap: 0px;
  }
}
.problems-section .problems-item {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.problems-section .problems-item:nth-child(2) {
  padding: 0 40px;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
}
@media screen and (max-width: 767px) {
  .problems-section .problems-item:nth-child(2) {
    padding: 10.2564102564vw 0;
    margin: 10.2564102564vw 0;
    border: 0;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
  }
}
.problems-section .problems-item-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .problems-section .problems-item-head {
    gap: 10px 15px;
  }
}
.problems-section .problems-item-head .en {
  color: #e02828;
  font-weight: 200;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .problems-section .problems-item-head .en {
    font-size: 3.5897435897vw;
    letter-spacing: 0.2em;
  }
}
.problems-section .problems-icon {
  width: 32px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .problems-section .problems-icon {
    width: 10.2564102564vw;
  }
}
.problems-section .problems-category {
  font-size: clamp(18px, 1.7vw, 32px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .problems-section .problems-category {
    font-size: 7.6923076923vw;
  }
}
.problems-section .problems-img {
  margin-top: auto;
}
.problems-section .problems-title {
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: bold;
  line-height: 1.4;
  color: #e02828;
  margin-bottom: 15px;
  min-height: 5.1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .problems-section .problems-title {
    min-height: 0;
    text-align: left;
    font-size: 5.1282051282vw;
    text-align: center;
    margin-bottom: 3.8461538462vw;
    font-weight: 900;
  }
}
.problems-section .problems-text {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .problems-section .problems-text {
    font-size: 4.1025641026vw;
  }
}
.problems-section .problems-img img {
  max-width: 100%;
  height: auto;
}

.download-section {
  overflow: visible;
  position: relative;
  padding: 120px 20px;
  padding-top: 100px;
  width: 100%;
  background: linear-gradient(110deg, #3ec9ff 0%, #1da8e8 52%, #0187d2 100%);
}
@media screen and (max-width: 767px) {
  .download-section {
    padding: 60vw 5.1282051282vw 10.2564102564vw 5.1282051282vw;
    margin-top: 17.9487179487vw;
  }
}
.download-section .section-inner {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .download-section .section-inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -21.7948717949vw;
  }
}
.download-section .kv-btns {
  max-width: 850px;
}
@media screen and (max-width: 767px) {
  .download-section .kv-btns {
    margin: 0 auto;
  }
}
.download-section .download-subtitle {
  max-width: 720px;
  font-size: clamp(18px, 2.3vw, 32px);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .download-section .download-subtitle {
    max-width: 100%;
    font-size: 4.6153846154vw;
    line-height: 1.45;
    margin-bottom: 2.5641025641vw;
    margin-top: 7.6923076923vw;
  }
}
.download-section .download-title {
  max-width: 720px;
  font-size: clamp(22px, 3vw, 44px);
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .download-section .download-title {
    max-width: 100%;
    font-size: 5.8974358974vw;
    line-height: 1.2;
    margin-bottom: 5.1282051282vw;
  }
}
.download-section .download-img {
  position: absolute;
  right: 0;
  top: -7%;
  width: min(47vw, 900px);
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  pointer-events: none;
}
@media screen and (max-width: 1080px) {
  .download-section .download-img {
    width: 54vw;
  }
}
@media screen and (max-width: 767px) {
  .download-section .download-img {
    width: 90vw;
    transform: none;
    order: 1;
  }
}
.download-section .link-btn-wrap {
  max-width: 846px;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .download-section .link-btn-wrap {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
}
.download-section img {
  max-width: 100%;
}

.future-section {
  background-color: #f7f8f9;
  padding: 80px 0 120px;
  background-image: url(../webp/future_bg.webp);
  background-position: center bottom;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .future-section {
    padding: 17.9487179487vw 0 5vw;
    background-size: 200%;
    background-position: -35vw bottom;
  }
}
.future-section .future-list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .future-section .future-list {
    padding: 0 5.1282051282vw;
  }
}
.future-section .future-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .future-section .future-list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.1025641026vw;
  }
}
.future-section .future-list li {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 28px 14px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .future-section .future-list li {
    justify-content: space-between;
    padding: 5.1282051282vw 2.5641025641vw 4.1025641026vw;
    gap: 3.5897435897vw;
  }
}
.future-section .future-list .txt {
  font-weight: 700;
  font-size: clamp(14px, 1.6vw, 20px);
  min-height: 4.8em;
  display: flex;
  align-items: center;
  color: #e02828;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .future-section .future-list .txt {
    font-size: 3.3333333333vw;
    line-height: 1.2;
    min-height: 5.2em;
  }
}
.future-section .future-list .img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.future-section .future-list .img img {
  max-width: 100%;
  height: auto;
}
.future-section .text {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .future-section .text {
    margin-bottom: 5.1282051282vw;
  }
}
.future-section .text p {
  color: #102939;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .future-section .text p {
    font-size: 4.1025641026vw;
    text-align: left;
  }
}
.future-section .text p + p {
  margin-top: 1em;
}
.future-section h2 {
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .future-section h2 {
    font-size: 5.8974358974vw;
    margin-bottom: 10.2564102564vw;
  }
}

.kv-salesforce {
  background: #ffffff;
  padding: 1px;
  position: relative;
}
.kv-salesforce .kv-salesforce-mv {
  position: absolute;
  top: 40px;
  right: 0;
  max-width: clamp(540px, 56.25vw, 1080px);
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .kv-salesforce .kv-salesforce-mv {
    width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .kv-salesforce .kv-salesforce-mv {
    width: 90vw;
    top: 25vw;
  }
}
.kv-salesforce .kv-salesforce-mv img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .kv-salesforce .pc2 {
    display: none;
  }
}
.kv-salesforce .ttl-logo {
  width: clamp(238px, 35vw, 475px);
  padding: 40px 0 40px 60px;
}
@media screen and (max-width: 767px) {
  .kv-salesforce .ttl-logo {
    width: 60.2564102564vw;
    padding: 5.1282051282vw 5.1282051282vw 15.3846153846vw 5.1282051282vw;
  }
}
.kv-salesforce .ttl-logo img {
  width: 100%;
}
.kv-salesforce .wrap {
  position: relative;
}
.kv-salesforce .wrap .bottom {
  padding: 40px 60px 70px;
  background: linear-gradient(90deg, #3BC6FD 0%, #0187D2 100%);
}
@media screen and (max-width: 767px) {
  .kv-salesforce .wrap .bottom {
    padding: 41.0256410256vw 5.1282051282vw 5.1282051282vw 5.1282051282vw;
  }
}
.kv-salesforce .wrap h1 {
  position: relative;
  font-size: clamp(24px, 3vw, 48px);
  font-weight: bold;
  line-height: 1.4583333333;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .kv-salesforce .wrap h1 {
    font-size: 5.641025641vw;
    line-height: 1.4;
    margin-top: 5.1282051282vw;
  }
}
.kv-salesforce .wrap p {
  color: #ffffff;
  position: relative;
  font-size: clamp(16px, 1.6vw, 24px);
  font-weight: bold;
  line-height: 1.8333333333;
}
@media screen and (max-width: 1300px) {
  .kv-salesforce .wrap p {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .kv-salesforce .wrap p {
    font-size: 3.5897435897vw;
    line-height: 1.8571428571;
    margin-top: 2.5641025641vw;
    margin-bottom: 10.2564102564vw;
  }
}
.kv-salesforce .wrap .kv-note {
  font-size: 12px;
  font-weight: 500;
  margin-top: 20px;
  color: #0B2A3A;
}
@media screen and (max-width: 767px) {
  .kv-salesforce .wrap .kv-note {
    margin-top: 2.5641025641vw;
  }
}
.kv-salesforce .kv-btns {
  max-width: 700px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .kv-salesforce .kv-btns {
    margin-top: 10.2564102564vw;
  }
}

.business-section {
  background: #f7f8f9;
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .business-section {
    padding: 10.2564102564vw 0 17.9487179487vw;
  }
}
.business-section .wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.business-section h2 {
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .business-section h2 {
    font-size: 5.8974358974vw;
    line-height: 1.3913043478;
  }
}
.business-section .sec-sf-about {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .business-section .sec-sf-about {
    padding-top: 10vw;
  }
}
.business-section .business-list {
  display: flex;
  margin: 70px 0 0;
}
@media screen and (max-width: 767px) {
  .business-section .business-list {
    flex-direction: column;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .business-section .business-list li {
    display: flex;
    flex-direction: column-reverse;
    padding: 7.6923076923vw 0;
  }
}
.business-section .business-list li dl {
  padding: 20px clamp(20px, 2vw, 40px) 0;
}
@media screen and (max-width: 767px) {
  .business-section .business-list li dl {
    padding: 0;
  }
}
.business-section .business-list li .img img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .business-section .business-list li .img {
    text-align: center;
    height: auto;
    margin-top: 5.1282051282vw;
  }
}
.business-section .business-list li + li {
  border-left: 1px solid #cacaca;
}
@media screen and (max-width: 767px) {
  .business-section .business-list li + li {
    border-left: none;
    border-top: 1px solid #cacaca;
  }
}
@media screen and (max-width: 767px) {
  .business-section .business-list li:last-child {
    padding-bottom: 0;
  }
}
.business-section dl dt {
  font-size: clamp(16px, 2vw, 26px);
  font-weight: bold;
  line-height: 1.3846153846;
  color: #e02828;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .business-section dl dt {
    font-size: 5.1282051282vw;
    line-height: 1.7;
  }
}
.business-section dl dd {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .business-section dl dd {
    font-size: 4.1025641026vw;
    margin-top: 5.1282051282vw;
  }
}
.business-section .sf-box {
  margin-top: 20px;
  padding: 20px;
  background: rgba(1, 161, 224, 0.1);
}
@media screen and (max-width: 767px) {
  .business-section .sf-box {
    margin-top: 10.2564102564vw;
    padding: 2.5641025641vw;
  }
}
.business-section .sf-box .in {
  padding: 3.4482758621% clamp(20px, 4vw, 70px);
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .business-section .sf-box .in {
    padding: 10.2564102564vw 2.5641025641vw 5.1282051282vw;
  }
}
.business-section .sf-box .in h3 {
  font-size: clamp(20px, 3vw, 36px);
  font-weight: bold;
  color: #e02828;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .business-section .sf-box .in h3 {
    font-size: 5.8974358974vw;
    line-height: 1.3913043478;
  }
}
.business-section .sf-box .in .ph {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .business-section .sf-box .in .ph {
    margin-top: 11.5384615385vw;
  }
}
.business-section .sf-box .in .ph img {
  width: 100%;
}
.business-section .sf-box .in .sf-note-list {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 500;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .business-section .sf-box .in .sf-note-list {
    font-size: 3.3333333333vw;
    line-height: 1.7692307692;
    margin-top: 7.6923076923vw;
  }
}
.business-section .sf-box .in .sf-note-list li {
  text-indent: -1em;
  padding-left: 1em;
}
.business-section .sf-box .in .sf-note-list li:before {
  content: "※";
  margin-right: 0.25em;
  color: #e02828;
}
.business-section .sf-box .in .sf-note-list li a {
  color: #0063be;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.business-section .sf-box .in .sf-note-list li a:hover {
  text-decoration: none;
}
.business-section .biz-address-panel {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .business-section .biz-address-panel {
    flex-direction: column;
    align-items: center;
  }
}
.business-section .biz-address-panel__left {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 24%;
}
@media screen and (max-width: 767px) {
  .business-section .biz-address-panel__left {
    width: auto;
    padding-right: 0;
    min-width: 0;
  }
}
.business-section .biz-address-panel__title {
  margin: 0 0 16px;
  font-size: clamp(14px, 1.7vw, 20px);
  text-align: center;
  line-height: 1.25;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .business-section .biz-address-panel__title {
    font-size: 4.6153846154vw;
    margin-bottom: 3.0769230769vw;
  }
}
.business-section .biz-address-panel__code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 20px;
  background: #e02828;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .business-section .biz-address-panel__code {
    font-size: 4.1025641026vw;
    padding: 2.5641025641vw 4.1025641026vw;
    margin-bottom: 4.1025641026vw;
  }
}
.business-section .biz-address-panel__building {
  width: 100%;
  text-align: center;
}
.business-section .biz-address-panel__building img {
  max-width: 220px;
  width: 100%;
}
.business-section .biz-address-panel__arrow {
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 16px solid #333;
  align-self: center;
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  .business-section .biz-address-panel__arrow {
    transform: rotate(90deg);
    margin: 2.0512820513vw 0;
  }
}
.business-section .biz-address-panel__right {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .business-section .biz-address-panel__right {
    width: 100%;
  }
}
.business-section .biz-address-panel__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.business-section .biz-address-panel__row {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  margin: 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .business-section .biz-address-panel__row {
    justify-content: space-between;
  }
}
.business-section .biz-address-panel__row:last-child {
  border-bottom: none;
}
.business-section .biz-address-panel__row dt {
  font-size: clamp(12px, 1.5vw, 22px);
  display: flex;
  align-items: center;
  gap: 10px;
  width: 21%;
  color: #000000;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .business-section .biz-address-panel__row dt {
    font-size: 4.1025641026vw;
    width: 30%;
    align-items: center;
    flex-direction: column;
  }
}
.business-section .biz-address-panel__row dt span {
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business-section .biz-address-panel__row dd {
  font-size: clamp(12px, 1.5vw, 22px);
  margin: 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .business-section .biz-address-panel__row dd {
    width: 65%;
    font-size: 4.1025641026vw;
  }
}

.merit-section.salesforce .sec-sf-about h2 {
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .merit-section.salesforce .sec-sf-about h2 {
    font-size: 5.8974358974vw;
    line-height: 1.3913043478;
  }
}
.merit-section.salesforce .sec-sf-about .sf-box {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .merit-section.salesforce .sec-sf-about .sf-box {
    margin-top: 10.2564102564vw;
    padding: 5.1282051282vw;
  }
}
.merit-section.salesforce .sec-sf-about .sf-box .in {
  padding: 3.4482758621% clamp(20px, 4vw, 70px);
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .merit-section.salesforce .sec-sf-about .sf-box .in {
    padding: 10.2564102564vw 2.5641025641vw 5.1282051282vw;
  }
}
.merit-section.salesforce .sec-sf-about .sf-box .in h3 {
  font-size: clamp(20px, 3vw, 36px);
  font-weight: bold;
  color: #e02828;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .merit-section.salesforce .sec-sf-about .sf-box .in h3 {
    font-size: 5.8974358974vw;
    line-height: 1.3913043478;
  }
}
.merit-section.salesforce .sec-sf-about .sf-box .in .ph {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .merit-section.salesforce .sec-sf-about .sf-box .in .ph {
    margin-top: 11.5384615385vw;
  }
}
.merit-section.salesforce .sec-sf-about .sf-box .in .ph img {
  width: 100%;
}
.merit-section.salesforce .sec-sf-about .sf-box .in .sf-note-list {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 500;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .merit-section.salesforce .sec-sf-about .sf-box .in .sf-note-list {
    font-size: 3.3333333333vw;
    line-height: 1.7692307692;
    margin-top: 7.6923076923vw;
  }
}
.merit-section.salesforce .sec-sf-about .sf-box .in .sf-note-list li {
  text-indent: -1em;
  padding-left: 1em;
}
.merit-section.salesforce .sec-sf-about .sf-box .in .sf-note-list li:before {
  content: "※";
  margin-right: 0.25em;
  color: #e02828;
}
.merit-section.salesforce .sec-sf-about .sf-box .in .sf-note-list li a {
  color: #0063be;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.merit-section.salesforce .sec-sf-about .sf-box .in .sf-note-list li a:hover {
  text-decoration: none;
}
.merit-section.salesforce .sec-sf-about .biz-address-panel {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .merit-section.salesforce .sec-sf-about .biz-address-panel {
    flex-direction: column;
    align-items: center;
    gap: 1vw;
  }
}
.merit-section.salesforce .sec-sf-about .biz-address-panel__left {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 24%;
}
@media screen and (max-width: 767px) {
  .merit-section.salesforce .sec-sf-about .biz-address-panel__left {
    width: auto;
    padding-right: 0;
    min-width: 0;
  }
}
.merit-section.salesforce .sec-sf-about .biz-address-panel__title {
  margin: 0 0 16px;
  font-size: clamp(14px, 1.7vw, 20px);
  text-align: center;
  line-height: 1.25;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .merit-section.salesforce .sec-sf-about .biz-address-panel__title {
    font-size: 4.6153846154vw;
    margin-bottom: 3.0769230769vw;
  }
}
.merit-section.salesforce .sec-sf-about .biz-address-panel__building {
  width: 100%;
  text-align: center;
}
.merit-section.salesforce .sec-sf-about .biz-address-panel__building img {
  max-width: 220px;
  width: 100%;
}
.merit-section.salesforce .sec-sf-about .biz-address-panel__arrow {
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 16px solid #333;
  align-self: center;
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  .merit-section.salesforce .sec-sf-about .biz-address-panel__arrow {
    transform: rotate(90deg);
    margin: 2.0512820513vw 0;
  }
}
.merit-section.salesforce .sec-sf-about .biz-address-panel__right {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .merit-section.salesforce .sec-sf-about .biz-address-panel__right {
    width: 100%;
  }
}
.merit-section.salesforce .sec-sf-about .biz-address-panel__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.merit-section.salesforce .sec-sf-about .biz-address-panel__row {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  margin: 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .merit-section.salesforce .sec-sf-about .biz-address-panel__row {
    justify-content: space-between;
  }
}
.merit-section.salesforce .sec-sf-about .biz-address-panel__row:last-child {
  border-bottom: none;
}
.merit-section.salesforce .sec-sf-about .biz-address-panel__row dt {
  font-size: clamp(12px, 1.5vw, 22px);
  display: flex;
  align-items: center;
  gap: 10px;
  width: 25%;
  color: #000000;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .merit-section.salesforce .sec-sf-about .biz-address-panel__row dt {
    font-size: 4.1025641026vw;
    width: 30%;
    align-items: center;
    flex-direction: column;
  }
}
.merit-section.salesforce .sec-sf-about .biz-address-panel__row dt span {
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.merit-section.salesforce .sec-sf-about .biz-address-panel__row dd {
  font-size: clamp(12px, 1.5vw, 22px);
  margin: 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .merit-section.salesforce .sec-sf-about .biz-address-panel__row dd {
    width: 65%;
    font-size: 4.1025641026vw;
  }
}

footer.common {
  padding-top: 10px;
}

.u-title1 {
  font-size: clamp(30px, 3.7vw, 48px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .u-title1 {
    font-size: 5.8974358974vw;
    line-height: 1.5;
  }
}

.link-btn-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .link-btn-wrap {
    flex-direction: column;
    gap: 5.1282051282vw;
    padding: 0 3.8461538462vw;
  }
}
.link-btn-wrap .link-btn {
  position: relative;
  width: 410px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 30px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  transition: opacity 0.3s;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .link-btn-wrap .link-btn {
    width: 100%;
    height: 15.3846153846vw;
    justify-content: flex-start;
  }
}
.link-btn-wrap .link-btn:before {
  content: "";
  position: absolute;
  border-radius: 12px;
  left: 50%;
  top: 50%;
  width: 101%;
  height: 106%;
  border: solid 0px #364349;
  transform: translate(-50%, -50%);
  transition-duration: 0.3s;
}
.link-btn-wrap .link-btn--appexchange {
  background-color: #102939;
  color: #fff;
  border: 2px solid #102939;
}
.link-btn-wrap .link-btn--appexchange:before {
  border-color: #102939;
}
.link-btn-wrap .link-btn--appexchange .link-btn-icon {
  background: url("../svg/download_btn-icon01.svg") no-repeat center center;
  background-size: contain;
}
.link-btn-wrap .link-btn--appexchange:hover {
  background: #fff;
  color: #000;
}
.link-btn-wrap .link-btn--appexchange:hover:before {
  border: 6px solid #102939;
}
.link-btn-wrap .link-btn--appexchange:hover .link-btn-icon {
  background: url("../svg/download_btn-icon01_hvr.svg") no-repeat center center;
  background-size: contain;
}
.link-btn-wrap .link-btn--document {
  background-color: #E02828;
  color: #fff;
  border: 2px solid #E02828;
}
.link-btn-wrap .link-btn--document:before {
  border-color: #E02828;
}
.link-btn-wrap .link-btn--document .link-btn-icon {
  background: url("../svg/download_btn-icon02.svg") no-repeat center center;
  background-size: 26px 22px;
}
.link-btn-wrap .link-btn--document:hover {
  background: #fff;
  color: #000;
}
.link-btn-wrap .link-btn--document:hover:before {
  border: 6px solid #E02828 !important;
}
.link-btn-wrap .link-btn--document:hover .link-btn-icon {
  background: url("../svg/download_btn-icon02_hvr.svg") no-repeat center center;
  background-size: contain;
  background-size: 26px 22px;
}
.link-btn-wrap .link-btn .link-btn-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: transform 0.3s ease;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .link-btn-wrap .link-btn .link-btn-icon {
    width: 6.4102564103vw;
    height: 6.4102564103vw;
  }
}
.link-btn-wrap .link-btn:hover .link-btn-icon {
  transform: translate(5px, -50%);
}
.link-btn-wrap .link-btn:hover:before {
  border: solid 6px #364349;
}
@media screen and (min-width: 768px) {
  .link-btn-wrap .link-btn.pl-0 {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .link-btn-wrap.row {
    flex-direction: row;
    max-width: 100%;
    gap: 2.5641025641vw;
    padding: 0;
  }
  .link-btn-wrap.row a {
    font-size: 3.0769230769vw;
    padding: 3.8461538462vw 4.1025641026vw;
    justify-content: center;
    height: 11.5384615385vw;
  }
}

.css-ky21t9 {
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .css-ky21t9 {
    font-size: min(16px, 4.1025641026vw);
  }
}
.css-ky21t9.c-red {
  border-color: #df0623;
  background-color: #df0623;
}
.css-ky21t9.c-red:hover {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .css-ky21t9.head {
    font-size: 3vw;
    line-height: 1.2;
    padding: 1.8vw 2.5vw;
  }
}
.css-ky21t9.head .btn_img.red {
  background-image: none;
  -webkit-mask-image: url(../svg/arrow.svg);
          mask-image: url(../svg/arrow.svg);
  background-color: #FFF;
  width: 22px;
  height: 22px;
  display: inline-block;
  -webkit-mask-size: contain;
          mask-size: contain;
  margin-left: 10px;
}
.css-ky21t9.head:hover .btn_img.red {
  background-color: #E02828;
}

section {
  padding: clamp(40px, 10%, 110px) 0 5%;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  section {
    padding: clamp(40px, 10%, 110px) 0 5%;
  }
}

.css-59yu1c img {
  height: 46px;
}

.css-ky21t9.head {
  background-color: #637985;
  border-color: #637985;
}
.css-ky21t9.head:hover {
  color: #637985;
  background-color: #FFF;
}
.css-ky21t9.head:hover span {
  background-image: url(../svg/icon_01.svg);
}

.kv-btns {
  display: flex;
  margin-top: 60px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .kv-btns {
    gap: 2.5641025641vw;
    align-items: center;
    justify-content: center;
  }
}
.kv-btns li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .kv-btns li.docs {
    width: 34.1025641026vw;
  }
}
.kv-btns li.docs a {
  background-color: #FFF;
  color: #0B2A3A;
}
.kv-btns li.docs a:hover:before {
  border: 5px solid #0B2A3A;
}
@media screen and (max-width: 767px) {
  .kv-btns li.business {
    width: 53.8461538462vw;
  }
}
.kv-btns li.business a {
  background-color: #0B2A3A;
  color: #FFF;
}
.kv-btns li.business a:hover {
  background-color: #FFF;
  color: #0B2A3A;
}
.kv-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  height: 79px;
  border-radius: 12px;
  font-size: 16px;
  background-color: #FFF;
  width: 100%;
  border: 2px solid #0B2A3A;
  font-weight: bold;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kv-btns a {
    font-size: 3.0769230769vw;
    height: 11.5384615385vw;
    padding: 0vw;
  }
}
.kv-btns a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 8px;
  border: 0px solid #0B2A3A;
  transition: 0.1s;
}
.faq_list .p2p {
  padding: 1.5%;
}
.faq_list a {
  text-decoration: underline;
  color: #0063BE;
}
.faq_list a:hover {
  text-decoration: none;
}

.white-btn {
  background-color: #ffffff !important;
  color: #102939 !important;
  border-color: #102939 !important;
}

@media screen and (max-width: 767px) {
  .logotop {
    width: 39.7435897436vw;
  }
}

.faq-section {
  background-color: #F7F8F9;
  padding-top: 80px;
  margin-top: 100px;
}
.faq-section .accordion {
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .faq-section {
    padding-top: 10.2564102564vw;
    margin-top: 10.2564102564vw;
    padding-bottom: 10vw;
  }
  .faq-section .css-ky21t9.cta {
    margin-top: 1vw;
  }
}

@media screen and (max-width: 767px) {
  section#daoi {
    padding-bottom: 15%;
  }
}

.fixbtn {
  display: none;
}
@media screen and (max-width: 767px) {
  .fixbtn {
    display: block;
    position: fixed;
    bottom: -80px;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: rgb(255, 255, 255);
    backdrop-filter: blur(12px) brightness(1.08);
    -webkit-backdrop-filter: blur(12px) brightness(1.08);
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.06);
    padding: 3vw;
    transition: bottom 0.3s ease-out;
  }
  .fixbtn.is-show {
    bottom: 0;
  }
  .fixbtn .kv-btns {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  footer.common {
    padding-bottom: 18vw;
  }
}

.u-anchor {
  display: block;
  position: relative;
  top: -60px;
  height: 0;
  visibility: hidden;
}

.css-ky21t9 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

footer .footer_nav ul a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}/*# sourceMappingURL=style.css.map */