@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #494949;
}
article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}
.design {
  position: absolute;
  width: 1200px;
  height: 6650px;
  background-image: url(../images/AIBPOWEB5thOL.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  z-index: 10;
  margin: 0 auto;
  opacity: 0.3;
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Century Gothic", Century Gothic, "Noto Sans JP", CenturyGothic,
    "Montserrat", ryo-gothic-plusn, "Hiragino Sans", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, Osaka, "MS PGothic", arial,
    helvetica, sans-serif;
}
ol,
ul {
  list-style: none;
  list-style-type: none;
}
a {
  text-decoration: none;
}
section img {
  max-width: 100%;
}
.en {
  font-family: "Century Gothic", Century Gothic, CenturyGothic, "Montserrat",
    "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "MS Pゴシック", Osaka, sans-serif;
  font-style: normal;
}
.fv {
  position: relative;
  background-image: url("../images/main_img@2x.png");
  background-position: center center;
  background-size: cover;
  min-height: 50vh;
}
.fv.-news {
  position: relative;
  background-image: none;
  background-color: #dfe7ed;
  min-height: 64px;
}

.fv nav {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
}
.fv nav li {
  list-style: none;
  font-size: 0.9em;
  position: relative;
  padding-left: 1.2em;
  color: #494949;
}

.fv nav li:hover {
  opacity: 0.7;
}

.fv nav li::after {
  position: absolute;
  left: 0;
  content: "＞";
  font-size: 0.9em;
  transition: 0.3s ease left;
  top: calc(50% - 0.5em);
}
.fv nav li:hover::after {
  left: 0.3em;
}
.fv nav .menu {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.fv .logo {
  height: 26px;
  display: block;
  background-image: url("../images/svg/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 124px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 0;
  margin-right: auto;
}
.fv .fv-inner {
  display: block;
  max-width: 1080px;
  margin: 0 auto;
}
.main-left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 36px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-right: auto;
  width: 540px;
  color: #30477f;
  text-align: center;
}

.main-left p {
  font-size: 1.5em;
  color: #30477f;
  line-height: 1.25;
}
.main-left p span {
  color: #30477f;
}
.main-left h1 {
  width: 100%;
  display: block;
  background-image: url("../images/svg/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 0;
  aspect-ratio: 458/98;
}

.news {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  position: relative;
  min-height: 80px;
  border-bottom: 1px solid #30477f;
}
.news .topic {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1080px;
  width: 109%;
  margin: 0 auto;
  padding-right: 200px;
  gap: 40px;
  color: #30477f;
}
.news .button {
  padding: 0px 24px 0 24px;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  background-color: #30477f;
  font-size: 1.1em;
  font-weight: 600;
  height: 80px;
  right: 0;
  width: 300px;
  transition: 0.2s all ease;
}
.news .button span {
  font-weight: 400;
  position: absolute;
  color: #fff;
  padding-left: 24px;
}
.news .button span::before {
  position: absolute;
  left: 0px;
  content: "＞";
  font-size: 1em;
  transition: 0.3s ease right;
  top: calc(50% - 0.5em);
  transition: 0.3s all ease;
  font-weight: 500;
}
.news .button:hover {
  opacity: 0.6;
}
.news .button:hover span::before {
  left: 6px;
}

.newsTextWrapper {
  height: 1.5em; /* ニュース1行分の高さに調整 */
  overflow: hidden;
  position: relative;
}

.newsText {
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease;
  color: #30477f;
}

.newsText a {
  line-height: 1.5em;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #30477f;
}
.newsText a:hover {
  opacity: 0.7;
}
.news .title {
  width: 100px;
  color: #30477f;
  line-height: 1.5em;
  font-size: 1.2em;
  font-weight: 500;
}
.news .more {
  width: 160px;
  text-align: center;
  margin-left: auto;
  color: #30477f;
  padding-right: 1.8em;
  position: relative;
}
.news .more::after {
  position: absolute;
  right: 0.3em;
  content: "＞";
  font-size: 0.9em;
  transition: 0.3s ease right;
  top: calc(50% - 0.5em);
}
.news .more:hover::after {
  right: 0;
}
.client {
  height: 100px;
  overflow: hidden;
  border-bottom: 1px solid #30477f;
}
.client .inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.client .inner .title {
  color: #30477f;
  font-size: 1.5em;
  flex-grow: 1;
  width: 160px;
  border-right: 1px solid #30477f;
  height: 100px;
  display: flex;
  align-items: center;
  background-color: #fff;
  z-index: 2;
  position: relative;
}
.client .inner .title span {
  position: relative;
  z-index: 2;
  display: block;
  color: #30477f;
  font-weight: 600;
}
.client .inner .title::after {
  position: absolute;
  right: 0;
  width: 50dvh;
  background-color: #fff;
  height: 100%;
  content: "";
  z-index: 1;
}
.client .swiper-container {
  display: flex;
  width: calc(100% - 160px);
  max-height: 100px;
  margin: 0;
  padding: 0;
  gap: 0;
}
.swiper-wrapper {
  padding: 0px 0;
}
.swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-wrapper .swiper-slide img {
  width: 100%;
  max-width: 140px;
}
.swiper-slide img {
  height: auto;
}
.logo-slider {
  overflow: hidden;
  width: 100%;
  background: #fff;
  padding: 20px 0;
}
/* ロゴ */
.logo-track {
  display: flex;
  width: max-content;
  animation: scroll-left 40s linear infinite;
}

.logo-slide {
  flex: 0 0 auto;
  width: 148px; /* ロゴの幅 */
  margin-right: 30px;
}
.logo-slide.narrow {
  width: 120px;
}

.logo-slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* アニメーション */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* コンテンツ */
.copy-head {
  text-align: center;
  padding: 40px 0 20px;
}
.copy-head .lead {
  font-size: 1.25em;
  line-height: 1.5;
  color: #30477f;
}
.copy-head .lead span {
  color: #30477f;
}
.copy-head h2 {
  display: block;
  height: 56px;
  width: 440px;
  margin: 26px auto 12px;
  background-image: url("../images/svg/point-title.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.point {
  max-width: 1080px;
  margin: 0px auto 40px;
  display: flex;
  gap: 44px;
  justify-content: center;
}
.point .pointBox {
  display: flex;
  flex-direction: column;
  border-radius: 40px;
  background-color: #ebf0f5;
  padding: 24px 16px 24px;
  width: 28%;
}
.point .pointBox .function {
  color: #ec6649;
  font-size: 1.2em;
  text-align: center;
  font-weight: 600;
  height: 40px;
  width: 100%;
  margin: 0 auto 8px auto;
}
.point .pointBox.point1 .function {
  background-image: url("../images/svg/point1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.point .pointBox.point2 .function {
  background-image: url("../images/svg/point2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.point .pointBox.point3 .function {
  background-image: url("../images/svg/point3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.point .pointBox .lead {
  color: #30477f;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 16px;
  font-weight: 500;
}
.point .pointBox .logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 84%;
  margin: 8px auto 16px;
  height: 160px;
}
.point .pointBox.point1 .logo {
  background-image: url("../images/svg/point1-img.svg");
}
.point .pointBox.point2 .logo {
  background-image: url("../images/svg/point2-img.svg");
}
.point .pointBox.point3 .logo {
  background-image: url("../images/svg/point3-img.svg");
}
.point .pointBox .text {
  line-height: 1.75;
  font-size: 0.9em;
}
section .inner {
  max-width: 1080px;
  margin: 0 auto;
}
section.blue {
  background-color: #30477f;
}
section.video .inner {
  padding: 32px 0;
}
section.video .inner .lead {
  text-align: center;
  color: #fff;
  line-height: 1.25;
  font-size: 1.75em;
  margin-bottom: 28px;
}
section.video .inner .lead span {
  color: #fff;
}
section.video .inner .videoArea {
  max-width: 768px;
  margin: 0 auto;
}
section.white .title {
  text-align: center;
  color: #30477f;
  font-weight: 600;
  font-size: 2em;
  margin-bottom: 20px;
}
section.white .inner {
  padding: 60px 0 48px;
}
section.white.functionArea .inner {
  padding: 40px 0 48px;
}
.solution-task {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 54px;
}
section.white .task {
  border-radius: 32px;
  background-color: #ebf0f5;
  padding: 10px 8px 10px 20px;
  display: flex;
  align-items: stretch;
  margin-top: 44px;
}
section.white .task img {
  width: 160px;
}
section.white .task .right img.taskImg2 {
  width: 140px;
}
section.white .task .left {
  padding: 0 0px;
  font-weight: bold;
  color: #30477f;
  border-right: 1px solid #30477f;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 184px;
}
section.white .task .left .head {
  font-size: 1.75em;
  font-weight: bold;
  color: #30477f;
  letter-spacing: 0.2em;
}
section.white .task .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 40px;
  width: calc(100% - 160px);
  gap: 16px;
}

section.white .task .text {
  letter-spacing: 0em;
  font-size: 1.05em;
  color: #30477f;
  font-weight: 600;
}
section.white .task .issue {
  font-size: 1.7em;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #30477f;
}

section.white .solution {
  border-radius: 32px;
  background-color: #ebf0f5;
  padding: 10px 20px;
  display: flex;
  align-items: stretch;
  margin-top: 16px;
  position: relative;
}

section.white .solution::after {
  position: absolute;
  content: "";
  height: 32px;
  width: 64px;
  top: -32px;
  left: calc(50% - 32px);
  background-image: url(../images/tri.svg);
  z-index: 1;
}
section.white .solution .left {
  padding: 0 0px;
  font-weight: bold;
  color: #30477f;
  border-right: 1px solid #30477f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 184px;
  gap: 8px;
}
section.white .solution .left .head {
  color: #ec6649;
  font-size: 1.75em;
  font-weight: bold;
  letter-spacing: 0.2em;
}
section.white .solution .left img {
  width: 40%;
  margin: 24px auto 20px;
}
section.white .solution .left img.icon-s1 {
  width: 32%;
}
section.white .solution .left img.icon-s3 {
  width: 28%;
}
section.white .solution .left .name {
  color: #30477f;
  font-size: 1.1em;
  margin: 0px 0;
  font-weight: 600;
}
section.white .solution .left .name.en {
  font-weight: 600;
}
section.white .solution .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px 12px 40px;
  width: calc(100% - 160px);
  gap: 40px;
}
section.white .solution .right .textArea {
  display: flex;
  flex-direction: column;
  width: 60%;
  gap: 8px;
}
section.white .solution .right .logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  height: 40px;
  margin: 12px 0;
}
section.white .solution .right .logo.logo1 {
  background-image: url("../images/svg/logo-voicebot.svg");
}
section.white .solution .right .logo.logo2 {
  background-image: url("../images/svg/logo-faq.svg");
}
section.white .solution .right .logo.logo3 {
  background-image: url("../images/svg/logo-summary.svg");
}
section.white .solution .right .lead {
  color: #30477f;
  letter-spacing: 0.05em;
  font-size: 1.6em;
  margin-bottom: 20px;
  font-weight: 500;
}
section.white .solution .right img {
  width: 40%;
}
section.white .solution .right p {
  line-height: 1.75;
  font-size: 0.95em;
}
section.pale-blue {
  background-color: #ebf0f5;
}
section.pale-blue .inner {
  padding: 40px 0;
}
section.pale-blue.agent .inner {
  padding: 44px 0 32px;
}
section.pale-blue .inner h3 {
  background-image: url("../images/svg/logo-agent.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  height: 64px;
  margin-bottom: 24px;
}
section.pale-blue .inner .lead {
  text-align: center;
  font-size: 1.3em;
  color: #30477f;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 40px;
}
section.pale-blue .inner .agent-img {
  display: flex;
  justify-content: center;
  gap: 6%;
}
section.pale-blue .inner .agent-img .left {
  width: 40%;
}
section.pale-blue .inner .agent-img .right {
  width: 40%;
}
section.white h4 {
  font-weight: 600;
  font-size: 2em;
  text-align: center;
  color: #30477f;
  margin: 20px auto 40px;
}
section.white h4.contact {
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
section.white .function {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 16px; /* 要素間の隙間 */
  position: relative;
  left: 32px;
  max-width: 1040px;
}
section.white .function div {
  display: flex;
  align-items: center;
}
section.white .function div .icon {
  width: 60px;
  height: 60px;
  margin-right: 8px;
}
section.white .function div p {
  display: flex;
  flex-direction: column;
}
section.white .function div p span {
  display: block;
  margin: 4px 0;
}
section.white .function div p span:first-child {
  font-size: 1.15em;
  color: #30477f;
}
section.white .function div p span:nth-child(2) {
  font-size: 0.8em;
}

section.pale-blue h4 {
  font-weight: 600;
  font-size: 2.5em;
  text-align: center;
  color: #30477f;
  margin: 32px auto 48px;
}
section.pale-blue .inner {
  max-width: 1080px;
}
section.pale-blue .faq {
  max-width: 880px;
  margin: 0 auto;
}
section.pale-blue .faq-Q {
  border-radius: 32px;
  background-color: #30477f;
  color: #fff;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  font-size: 1.2em;
  width: 80%;
  position: relative;
}
section.pale-blue .faq-Q::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 40px solid #30477f;
  border-left: 0;
  left: -36px;
}
section.pale-blue .faq-Q span.Q {
  display: block;
  font-weight: 600;
  background-image: url("../images/svg/faq-q.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 1.1em;
  height: 1.1em;
  margin-right: 16px;
}
section.pale-blue .faq-Q span:nth-child(2) {
  width: calc(100% - 1.2em);
  line-height: 1.5;
  font-size: 0.9em;
  color: #fff;
}
section.pale-blue .faq-A {
  border-radius: 32px;
  background-color: #fff;
  color: #30477f;
  padding: 12px 12px 12px 24px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  font-size: 1.1em;
  width: 94%;
  margin: 0 0 20px auto;
}
section.pale-blue .faq-A span.A {
  display: block;
  font-weight: 600;
  background-image: url("../images/svg/faq-a.svg");
  background-size: 0.9em;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 1.5em;
  height: 1.5em;
  margin-left: 8px;
  background-color: #ec6649;
  border-radius: 32px;
}
section.pale-blue .faq-A em {
  display: inline-block;
  padding: 0 0.1em;
}
section.pale-blue .faq-A span:nth-child(2) {
  width: calc(100% - 1.5em);
  line-height: 1.5;
  font-size: 0.9em;
  letter-spacing: -0.02em;
}

section .contact {
  padding: 40px 0;
}
section.contact .button {
  max-width: 620px;
  display: block;
  background-color: #ec6649;
  padding: 24px 32px;
  text-align: center;
  font-size: 2em;
  font-weight: 400;
  border-radius: 32px;
  color: #fff;
  margin: 12px auto;
  position: relative;
  transition: 0.3s all;
}
section.contact .button:hover {
  opacity: 0.7;
}
section.contact .button span {
  padding-left: 60px;
  position: relative;
  font-weight: 400;
  color: #fff;
}
section.contact .button span::after {
  display: block;
  content: "＞";
  position: absolute;
  left: 0px;
  top: calc(50% - 0.5em);
  transition: 0.3s all ease;
}
section.contact .button:hover span::after {
  content: "＞";
  position: absolute;
  left: 12px;
  top: calc(50% - 0.5em);
}

.telBox {
  max-width: 980px;
  margin: 48px auto;
  background-color: #ebf0f5;
  border-radius: 32px;
  padding: 32px;
  text-align: center;
}
.telBox .text {
  font-size: 1.65em;
  font-weight: bold;
  color: #30477f;
}
.telBox .num {
  display: block;
  font-weight: 600;
  background-image: url("../images/svg/tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  height: 56px;
  width: 520px;
  margin: 32px auto 15px;
}
.telBox .date {
  font-size: 1.75em;
  font-weight: 500;
  color: #30477f;
}
.telBox .date span {
  font-weight: 500;
  color: #30477f;
}
.contact-bottom {
  max-width: 800px;
  margin: 32px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.contact-bottom img {
  width: 46%;
}
.contact-bottom p {
  width: 46%;
  line-height: 1.5;
}
section.white.contact .inner {
  font-weight: 600;
}
footer {
  background-color: #30477f;
  padding: 40px;
}
footer p {
  text-align: center;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.5;
}
footer img {
  display: block;
  max-width: 440px;
  width: 70%;
  margin: 32px auto 0;
}
@media screen and (max-width: 1280px) {
  .fv nav {
    max-width: calc(100% - 48px);
    padding: 12px 24px;
  }
  .fv .fv-inner {
    width: 96%;
  }
  .news {
    width: 100%;
  }
  .news .button {
    padding: 0px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #30477f;
    font-size: 1.1em;
    font-weight: 600;
    position: relative;
    height: 80px;
    right: 0;
    width: 280px;
    flex-grow: 1;
  }
  .news .topic {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 0px 24px;
    gap: 40px;
    color: #30477f;
  }
  .client .inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  section.white .inner {
    width: 96%;
  }
  section.white .task .left {
    width: 200px;
  }
  section.white .solution .left {
    width: 200px;
  }
  section.white .task .right {
    display: flex;
    width: calc(100% - 200px);
    padding: 0 32px 0 32px;
  }
  section.white .solution .right {
    width: calc(100% - 200px);
    padding: 0 32px 0 32px;
  }
  section.white .solution .right .textArea {
    padding: 24px 0;
  }
  section .faq {
    width: calc(96% - 60px);
    margin: 0 auto;
  }
  .client .inner .title {
    justify-content: center;
  }
}
@media screen and (max-width: 1180px) {
  .fv nav .menu {
    display: none;
  }
  .point {
    max-width: 1080px;
    width: 96%;
    gap: 16px;
  }
  section.white .function {
    left: 0;
  }
}
@media screen and (max-width: 1079px) {
  .news .topic {
    height: 80px;
  }
  .news {
    flex-wrap: wrap;
  }
  .client .inner .title {
    width: 160px;
    justify-content: center;
    text-align: center;
  }
  .fv {
    position: relative;
    background-image: url(../images/main_img_sp.png);
    background-position: center bottom;
    background-size: cover;
    min-height: initial;
  }
  .main-left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 600px;
    padding-top: 0px;
    margin: 0 auto;
    width: 100%;
    color: #30477f;
    text-align: center;
  }
  .main-left h1 {
    width: 80%;
    max-width: 600px;
  }
  section.white .task .right img.taskImg3 {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .main-left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 440px;
    padding-top: 40px;
    margin: 0 auto;
    width: 100%;
    color: #30477f;
    text-align: center;
    font-family: "BIZ UDPGothic", sans-serif;
  }
  .news .topic {
    flex-direction: column;
    height: auto;
    padding: 16px 16px 16px 16px;
    gap: 24px;
  }
  .news .more {
    width: 240px;
    text-align: center;
    margin: 0 auto;
    padding: 16px;
    border: 1px solid #30477f;
    color: #30477f;
    padding-right: 1.8em;
    position: relative;
  }
  .news .title {
    width: 100%;
    text-align: center;
    color: #30477f;
    line-height: 1.5em;
    font-size: 1.1em;
    font-weight: 600;
  }
  .client {
    height: auto;
  }
  .client .inner {
    flex-direction: column;
    height: auto;
    gap: 0;
  }
  .client .inner .title::after {
    content: none;
  }
  .client .inner .title {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #30477f;
  }
  .client .swiper-container {
    display: flex;
    width: 100%;
    max-height: initial;
    margin: 0;
    padding: 0;
    gap: 0;
    flex-wrap: wrap;
  }
  .client .swiper-wrapper {
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 auto 20px;
    width: 96%;
  }
  .swiper-wrapper .swiper-slide {
    flex-wrap: wrap;
    width: calc(50% - 8px);
  }
  .swiper-wrapper .swiper-slide img {
    width: 100%;
    padding: 24px;
    border: 1px solid #aaa;
    margin: 0;
  }
  .copy-head {
    text-align: center;
    padding: 40px 0 0px;
  }
  .point {
    flex-wrap: wrap;
  }
  .point .pointBox {
    display: flex;
    flex-direction: column;
    border-radius: 40px;
    background-color: #ebf0f5;
    padding: 32px 20px;
    width: 100%;
  }
  section.white .title {
    text-align: center;
    color: #30477f;
    font-weight: 600;
    font-size: 1.5em;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  section.white .task {
    flex-direction: column;
    margin-top: 44px;
  }
  section.white .task .left {
    padding: 24px;
    border-right: none;
    border-bottom: 1px solid #30477f;
    width: 100%;
  }
  section.white .task .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 24px;
  }
  section.white .solution {
    padding: 24px;
    display: flex;
    flex-direction: column;
  }
  section.white .solution .left {
    padding: 24px 0;
    border-right: none;
    border-bottom: 1px solid #30477f;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  section.white .solution .left img {
    width: 40%;
    max-width: 160px;
    margin: 20px auto;
  }
  section.white .solution .right {
    width: 100%;
    padding: 24px;
    flex-direction: column;
    gap: 24px;
  }
  section.white .solution .right .textArea {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  section.white .solution .right img {
    width: 100%;
  }
  section.pale-blue .inner .agent-img {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 6%;
    width: 92%;
    margin: 0 auto;
  }
  section.pale-blue .inner .agent-img .left {
    width: 100%;
    margin-bottom: 24px;
  }
  section.pale-blue .inner .agent-img .right {
    width: 100%;
  }
  section.white .function {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .contact-bottom {
    flex-direction: column;
  }
  .contact-bottom p {
    width: 80%;
    margin: 20px auto;
    line-height: 1.5;
  }
  .contact-bottom p br {
    display: none;
  }
  .telBox .num {
    display: block;
    font-weight: 600;
    background-image: url(../images/svg/tel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    height: 56px;
    width: 80%;
    margin: 24px auto;
  }
  .telBox .text {
    font-size: 1.4em;
  }
  section.white .inner {
    padding: 60px 0 32px;
  }
  .newsTextWrapper {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .fv .logo {
    height: 36px;
  }
  .main-left p {
    font-size: 1.25em;
    color: #30477f;
    line-height: 1.25;
  }
  .main-left h1 {
    width: 92%;
    max-width: 600px;
  }
  .copy-head .lead {
    width: 96%;
    margin: 0 auto;
  }
  .point .pointBox .text {
    line-height: 1.5;
    font-size: 1em;
  }
  .point .pointBox .function {
    height: 50px;
  }
  .point .pointBox .lead {
    font-size: 1.2em;
  }
  section.video .inner .videoArea {
    max-width: 768px;
    margin: 0 auto;
    width: 96%;
  }
  section.video .inner .lead {
    text-align: center;
    color: #fff;
    line-height: 1.5;
    font-size: 1.3em;
    margin-bottom: 28px;
  }
  section.white .solution .right {
    width: 100%;
    padding: 0px;
    flex-direction: column;
    gap: 24px;
  }
  section.white .function {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .copy-head h2 {
    display: block;
    height: 50px;
    width: 96%;
    margin: 32px auto;
    background-image: url(../images/svg/point-title.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  section.pale-blue .faq-Q {
    padding: 12px 24px;
  }
  section.pale-blue .faq-Q {
    width: 90%;
  }
  section .faq {
    width: calc(96% - 30px);
    margin: 0 auto 0 30px;
  }
  .telBox {
    background-color: #ebf0f5;
    border-radius: 32px;
    padding: 32px 20px;
    text-align: center;
  }
  section.pale-blue .inner h3 {
    background-image: url(../images/svg/logo-agent.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: 100%;
    width: 96%;
    overflow: hidden;
    white-space: nowrap;
    height: 60px;
    margin: 32px auto 32px auto;
  }
  section.pale-blue .inner .lead {
    text-align: center;
    font-size: 1.2em;
    color: #30477f;
    line-height: 1.5;
    font-weight: 600;
    margin: 12px auto 40px auto;
    width: 96%;
  }
  section.pale-blue .inner .lead br {
    display: none;
  }
  section.pale-blue .faq-Q::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 28px solid #30477f;
    border-left: 0;
    left: -24px;
  }
  section.white .function div p span:first-child {
    font-size: 1.25em;
    color: #30477f;
  }
  section.white .function div p span:nth-child(2) {
    font-size: 0.9em;
  }
}
.responsive-video {
  width: 100%;
  height: auto;
  max-width: 100%;
}