@charset "utf-8";

body {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #fff !important;
}

img {
  max-width: 100%;
}
.slick-slider {
    padding: 0;
}
a {
  color: #5359e6;
}

a:hover {
  opacity: 0.7;
}

body {
  margin: 0;
}

h1,
h2 {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-size: 0;
  margin: 0;
  padding: 0 !important;
}

.en-l {
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.en-r {
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.en-b {
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.btn01 {
  filter: drop-shadow(0px 6px 3px #003d6b50);
}

.btn02 {
  filter: drop-shadow(0px 6px 3px #ff571350);
}

.kome {
  max-width: 1200px;
  font-size: 9px;
  margin: auto;
}

.content_inner {
  max-width: 1200px;
  margin: auto;
  width: 95%;
}

.mini {
  font-size: clamp(0.625rem, 2vw, 1rem);
  color: #969696;
  letter-spacing: 2px;
  margin: 0 0 6%;
}

.mini02 {
  font-size: clamp(0.625rem, 2vw, 1rem);
  color: #969696;
  letter-spacing: 2px;
  margin: 0 0 1%;
}

.mini03 {
  font-size: clamp(0.625rem, 2vw, 1.1rem);
  color: #003d6b;
  letter-spacing: 2px;
  margin: 0 0 1%;
}

.resp {
  font-size: clamp(0.75rem, 1.563vw, 1.3rem);
}

.resp02 {
  font-size: clamp(0.75rem, 1.563vw, 1rem);
}

.ora {
  font-weight: bold;
  color: #ff5713;
}

.line_h01 {
  line-height: 2em;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}


@media screen and (max-width: 768px) {
  .kome {
    width: 90%;
    font-size: 7px;
    margin: auto;
  }

  .content_inner {
    width: 90%;
  }
}

/* ----------SP/CP切り替え------------ */
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

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

@media screen and (max-width: 1055px) {
  .pc_only2 {
    display: none;
  }
}

@media screen and (min-width: 1055px) {
  .sp_only2 {
    display: none;
  }
}

/* ----------ヘッダー------------ */
header {
  position: absolute;
  /* 位置を固定する */
  top: 0;
  /* 固定する位置を指定 */
  left: 0;
  /* 固定する位置を指定 */
  width: 100%;
  /* ヘッダーの幅 */
  z-index: 100;
  background: #003d6b;
}

.head_flx {
  display: flex;
  max-width: 95%;
  margin: 0 auto;
  justify-content: space-between !important;
  align-items: center;
}

.head_flx_le {
  display: flex;
  width: 880px;
  white-space: nowrap;
}

.head_flx_le a {
  text-decoration: none;
  margin-right: 1.5%;
  font-size: 13px;
  color: #fff !important;
}

.head_flx_ri a {
  text-decoration: none;
  margin-right: 1%;
}

.head_logo {
  margin-right: 4%;
  max-width: 90px;
  min-width: 50px;
  display: flex;
  align-items: center;
}

.wrapper {
  overflow: hidden;
}

.head_flx {
  align-items: center;
  padding: 5px;
}

.head_flx_le {
  width: 65%;
}

.head_flx_ri {
  width: 28%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4px;
}

.head_flx_ri a {
  display: block;
  width: 33%;
}

#header.scroll {
  position: fixed;
    background: #003d6b;
  animation-name: anime;
  animation-duration: 0.3s;
}

@keyframes anime {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 1260px) {
    .head_logo {
    margin-right: 2%;
    max-width: 70px;
}
.head_flx_le a {
    font-size: 10px;
}
  .head_flx_ri {
    width: 450px;
  }

  /*.head_flx_ri img{*/
  /*  max-width: 30%;*/
  /*  margin-top: 2%;*/
  /*}*/
  .head_flx_ri a {
    text-decoration: none;
    margin-right: 0;
  }
}

/* ----------ハンバーガーメニュー------------ */
#g-nav {
  position: fixed;
  z-index: 999;
  top: 0%;
  right: -120%;
  width: 34%;
  height: 73vh;
  background: rgba(255, 255, 255, 100);
  transition: all 0.6s;
}

#g-nav.panelactive {
  right: 0;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 34%;
  height: 75vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
    background: #003d6b;
}

#g-nav ul {
  position: absolute;
  z-index: 999;
  top: 10%;
  /* left: 9%; */
  max-width: 85%;
  margin: 10% auto 0;
  height: fit-content;
  width: 100%;
  padding: 7.5%;
  bottom: 0;
  position: absolute;
}


#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-top: -2px;
}

.hum_cta {
  max-width: 85%;
  margin: 10% auto 0;
  background-color: #fff;
  width: 100%;
  padding: 7.5%;
  bottom: 0;
  position: absolute;
}

.hum_cta img {
  margin-bottom: 3%;
}

@media screen and (max-width: 1055px) {
.sp_only2 {
  padding: 1%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #003d6a;
}
}

@media screen and (max-width: 768px) {
    .sp_only2 {
        padding: 2%;
    }
}
img.wan-sign_logo_sp {
  width: 25%;
  max-width: 100px;
}

a.mv_cta03_sp {
  width: 40%;
  line-height: 0;
  max-width: 160px;
  margin-right: 15%;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #003d6a;
  border-radius: 50px;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14.5px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 14px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 32px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

@media (max-width: 768px) {
  #g-nav {
    right: -120%;
    width: 100%;
    /* height: 88vh; */
    transition: all 0.6s;
  }

  #g-nav.panelactive #g-nav-list {
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #003d6b;
  }

  #g-nav ul {
    top: 7%;
    /* left: 24%; */
    font-size: 15px;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    max-width: 100% !important;
  }

  .openbtn {
    top: 0.3%;
    right: 1%;
  }

  #g-nav li a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
}

/* ----------MV------------ */

.mv {
  margin-top: 59px;
  background-image: url(../img/mv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.mv_inner {
  display: flex;
  justify-content: space-between;
  align-items: end;
  max-width: 1200px;
  margin: 0 auto 1.5%;
  padding: 0px 2%;
}

.mv_right {
  width: 49%;
}

.mv_left {
  width: 50%;
}

.mv_btnarea {
  display: flex;
  margin-top: 5%;
  margin-bottom: 3%;
}

.mv_btnarea a:nth-child(1) {
  padding-right: 10px;
}

.mv_text {
  margin: 8% 0 1%;
}

@media (max-width: 767px) {
  .mv {
    margin-top: 0;
    position: relative;
  }

  a.btn02_sp {
    position: absolute;
    width: 90%;
    right: 0;
    left: 0;
    margin: auto;
    top: 84.5%;
    filter: drop-shadow(0px 6px 3px #ff571350);
  }

  a.btn01_sp {
    position: absolute;
    width: 90%;
    right: 0;
    left: 0;
    margin: auto;
    top: 75.5%;
    filter: drop-shadow(0px 6px 3px #003d6b50);
  }
}


/*----------content01----------*/

.content01 {
  padding: 3% 0 0;
  background-image: url(../img/content01_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content01-01_inner {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}

.content01_left {
  width: 50%;
}

.content01_right {
  width: 46%;
  padding-top: 4%;
}

.content01_right h2 {
  font-size: clamp(1.13rem, 2.81vw, 2.25rem);
}

.content01_right h2 .font01 {
  font-size: clamp(2rem, 7vw, 4rem);
  color: #003d6b;
}

.content01_right p:nth-child(3) {
  margin-top: 2%;
}

.content01-02_inner {
  padding: 3.5% 0 5%;
}

.content01-02_inner p {
  text-align: center;
}

.content01-02_inner h3 {
  text-align: center;
  color: #003d6b;
  font-size: clamp(1.13rem, 2.4vw, 2.1rem);
  letter-spacing: 1px;
  margin: 1.3% 0;
}

.content01_img02 {
  width: 90%;
  margin: auto;
  display: block;
  padding-top: 1%;
}

.content01-02_inner p:nth-child(5) {
  width: fit-content;
  background-color: #fff;
  margin: auto;
  padding: 0.5% 2%;
  border-radius: 100px;
  font-size: clamp(0.7rem, 2.4vw, 1.8rem);
  font-weight: bold;
  color: #003d6a;
}

@media (max-width: 767px) {
  .content01 {
    background-image: url(../img/content01_bg_sp.jpg);
  }

  .content01-01_inner {
    flex-direction: column-reverse;
  }

  .content01_right {
    width: 100%;
    padding-top: 7%;
  }

  .mini {
    font-size: 12px;
    margin: 0 0 5%;
  }

  .content01_right h2 .font01 {
    font-size: 48px;
  }

  .resp {
    font-size: 14px;
  }

  .line_h01 {
    line-height: 1.7em;
  }

  .content01_right p:nth-child(3) {
    margin-top: 3%;
    margin-bottom: 8%;
  }

  .content01_left {
    width: 104%;
  }

  .mini02 {
    font-size: 12px;
    margin: 0 0 4%;
  }

  .content01-02_inner h3 {
    font-size: 22px;
    margin: 1.3% 0 5%;
  }

  .content01-02_inner p:nth-child(5) {
    padding: 2% 8%;
    font-size: 20px;
    margin: 4% auto;
  }

  .content01-02_inner {
    padding: 3.5% 0 9%;
  }

  .content01_img02 {
    width: 100%;
  }
}

/*----------content02----------*/

.content02-01_inner li {
  margin: 0 3px;
}

.content02-01_inner {
  padding: 5% 0 7%;
  text-align: center;
}

.content02-01_inner h2 {
  text-align: center;
  color: #003d6b;
  font-size: clamp(1.13rem, 3.5vw, 2.8rem);
  letter-spacing: 1px;
  margin: 1.3% 0 1.8%;
}

.security_slide_inner {
  max-width: 920px;
  width: 90%;
  margin: 4.5% auto 0;
  text-align: center;
  box-sizing: border-box;
}

.security_slide_inner .slick-slide img {
  display: block;
  margin: auto;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 2%;
}

.next-arrow {
  right: -6%;
}

.prev-arrow {
  left: -6%;
}

.slick-dotted {
  padding: 0;
}

.slider_secur img {
  filter: drop-shadow(0px 6px 3px #52b4ff20);
  padding-bottom: 3%;
}

@media (max-width: 768px) {
  .security_slide_inner {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  .security_slide_inner .slick-slide img {
    width: 90%;
    display: inline;
  }

  .security_slide_inner .slick-dots li button:before {
    font-family: 'slick';
    font-size: 9px;
  }

  .security_slide_inner .slick-dots {
    position: absolute;
    bottom: -20px;
  }
}

.content02-02_inner h2 {
  color: #003d6b;
  font-size: clamp(1.13rem, 3.5vw, 2.8rem);
  letter-spacing: 1px;
  margin: 1.3% 0 1.8%;
}

.content02-02_box-area {
  padding: 1.3% 0 2%;
  margin-top: 4%;
  display: flex;
  justify-content: space-between;
}

.content02-02_box {
  padding: 3%;
  background-color: #fff;
  width: 25.5%;
  border-radius: 10px;
  text-align: center;
  filter: drop-shadow(0px 6px 5px #52b4ff50);
}

.content02-02_box h4 {
  color: #ff5713;
  margin: 3% 0;
  font-size: clamp(0.75rem, 1.563vw, 1.25rem);
}

.content02-02_box p:nth-child(3) {
  text-align: left;
  margin: auto;
}

.content02-02_box-icon {
  height: 30%;
}

.arrow01 {
  display: block;
  margin: 2% auto;
}

.content02-03_inner h3 {
  color: #003d6b;
  font-size: clamp(1.13rem, 2.4vw, 2.1rem);
  letter-spacing: 1px;
  margin: 1.3% 0 3%;
  text-align: center;
}

.content02-04_inner {
  text-align: center;
  margin: 6% auto 1.8%;
}

.content02-04_inner h2 {
  color: #003d6b;
  font-size: clamp(1.13rem, 3.5vw, 2.8rem);
  letter-spacing: 1px;
  margin: 1.3% 0 1.8%;
}

.content02_img02 {
  margin: 3% auto 1%;
}

.content02-04_inner h3 {
  color: #003d6b;
  font-size: clamp(1.13rem, 2.4vw, 2.1rem);
  letter-spacing: 1px;
  margin: 1.3% 0 2%;
  text-align: center;
}

.btn03 {
  filter: drop-shadow(0px 6px 3px #003d6b50);
}

.content02_img03 {
  margin-bottom: 4.5%;
}

.content02_bg {
  padding: 2% 0;
  background-image: url(../img/content02_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content02-05_inner {
  margin: 6.5% auto 1%;
}

@media (max-width: 767px) {
  .content02-01_inner {
    padding: 13% 0 7%;
  }

  .content02-01_inner h2 {
    font-size: 22px;
    margin: 1.3% 0 5.8%;
  }

  .resp02 {
    font-size: 14px;
  }

  .slide-arrow {
    width: 5%;
  }

  .prev-arrow {
    left: 8%;
  }

  .next-arrow {
    right: 8%;
  }

  .content02_bg {
    background-image: url(../img/content02_bg_sp.jpg);
    padding: 3% 0 7%;
    margin: 6% 0 9%;
  }

  .content02-02_inner h2 {
    font-size: 23px;
    margin: 1.3% 0 8%;
  }

  .content02-02_box-area {
    /* flex-wrap: wrap; */
    display: block;
  }

  .content02-02_box {
    padding: 6% 6% 6%;
    width: 70%;
    margin: 0 0 5%;
  }

  .content02-02_box-icon {
    height: 70px;
  }

  .content02-02_box h4 {
    font-size: 18px;
  }

  .right_box {
    margin-left: auto;
    margin-right: 0;
  }

  .arrow01 {
    margin: 5% auto;
    width: 50px;
  }

  .content02-03_inner h3 {
    font-size: 22px;
    margin: 1.3% 0 9%;
  }

  .content02-04_inner {
    margin: 11% auto 1.8%;
  }

  .content02-04_inner h2 {
    font-size: 23px;
    margin: 1.3% 0 5.8%;
  }

  .content02-04_inner h3 {
    font-size: 22px;
    margin: 1% 0 5%;
  }

  .content02_img03 {
    margin-bottom: 7.5%;
  }

  img.content02_img04 {
    width: 94vw;
    margin: 0 calc(50% - 50vw);
  }
}

/*----------content03----------*/

.mini_title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a2a2a2;
  font-size: clamp(1rem, 2.5vw, 1.7rem);
  font-weight: bold;
  margin: 0 0 1.5%;
}

.mini_title::before,
.mini_title::after {
  width: 2px;
  height: 30px;
  background-color: #a2a2a2;
  content: '';
}

.mini_title::before {
  transform: rotate(-35deg);
  margin-right: 30px;
  margin-top: 5px;
}

.mini_title::after {
  transform: rotate(35deg);
  margin-left: 30px;
  margin-top: 5px;
}

.content03 {
  background-color: #efefef;
  padding: 5% 0;
  margin-top: 7%;
}

.content03-01_inner h3 {
  color: #003d6b;
  font-size: clamp(1.13rem, 2.4vw, 2.1rem);
  letter-spacing: 1px;
  margin: 0 0 4%;
  text-align: center;
}

.content03_img01 {
  margin-bottom: 1%;
}

@media (max-width: 767px) {
  .content03 {
    padding: 13% 0;
    margin-top: 10%;
  }

  .mini_title::before,
  .mini_title::after {
    height: 16px;
  }

  .mini_title::before {
    margin-right: 16px;
  }

  .mini_title::after {
    margin-left: 16px;
  }

  .mini_title {
    font-size: 16px;
    margin: 0 0 4.5%;
  }

  .content03-01_inner h3 {
    font-size: 19px;
    margin: 0 0 7%;
  }
}

/*----------cta----------*/
.cta {
  background-color: #003d6b;
  padding: 3% 0;
}

.cta p {
  color: #fff;
  text-align: center;
}

.cta h3 {
  color: #fff;
  font-size: clamp(1.13rem, 3vw, 2rem);
  letter-spacing: 1px;
  margin: 0 0 1.5%;
  text-align: center;
}

.cta_inner {
  display: block;
  margin: 3% auto 0;
  border-radius: 20px;
  border: solid 1px #fff;
  max-width: 920px;
}

.cta_inner02 {
  display: flex;
  padding: 3% 3% 2% 3%;
  justify-content: space-around;
  margin: auto;
  max-width: 840px;
}

.cta_inner02 a {
  width: 49%;
}

.cta_img01 {
  display: block;
  margin: auto;
  padding: 0 3% 3%;
  max-width: 840px;
  width: 93%;
}


@media (max-width: 767px) {
  .cta {
    padding: 10% 0;
  }

  .cta h3 {
    font-size: 22px;
  }

  .cta_inner02 {
    display: block;
    padding: 5% 5% 2% 5%;
  }

  .cta_img01 {
    padding: 0 5% 5%;
    width: 90%;
  }

  .cta_inner02 a:nth-child(2) {
    display: block;
    margin-top: 5px;
    width: 100%;
  }

  .cta_inner {
    margin: 7% auto 0;
  }
}

/*----------content04----------*/

.content04 {
  padding: 5% 0;
  background-image: url(../img/content04_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content04-01_inner h3 {
  color: #003d6b;
  font-size: clamp(1.13rem, 2.4vw, 2.1rem);
  letter-spacing: 1px;
  margin: 2.5% 0 2%;
}

.content04-01_inner .text-area {
  max-width: 450px;
  width: 40%;
}

.content04-01_inner h2 {
  color: #003d6b;
  font-size: clamp(1.13rem, 3.5vw, 2.8rem);
  letter-spacing: 1px;
  margin: 1.3% 0 5.8%;
  text-align: center;
}

.content04-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5% 0 0;
}

.content04-box02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5% 0 0;
}


.img-area img,
.img-area02 img {
  padding: 3% 10%;
  max-height: max-content;
  height: 280px;
  width: auto;
  max-width: 80%;
}

.img-area {
  background: #d5edff;
  border-radius: 500px 0 0 500px;
  margin: 0 calc(50% - 50vw);
  /* 画面幅いっぱいにはみ出させるためのネガティブマージン */
  width: 54vw;
}

.img-area02 {
  background: #d5edff;
  border-radius: 0 500px 500px 0;
  margin: 0 calc(50% - 50vw);
  /* 画面幅いっぱいにはみ出させるためのネガティブマージン */
  width: 54vw;
  text-align: right;
}

.point03_ilu {
  padding: 4% 15% 0 !important;
  height: 290px !important;
}

.point04_ilu {
  padding: 3% 15% !important;
}

@media (max-width: 767px) {
  .content04 {
    padding: 13% 0 9%;
    background-image: url(../img/content04_bg_sp.jpg);
  }

  .content04-01_inner h2 {
    font-size: 23px;
  }

  .content04-box {
    display: flex;
    margin: 10% 0 0;
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .content04-box02 {
    display: flex;
    margin: 8% 0 0;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
  }

  .content04-01_inner .text-area {
    width: 95%;
  }

  .mini03 {
    font-size: 14px;
    margin: 0 0 3%;
  }

  .content04-01_inner h3 {
    font-size: 21px;
    margin: 3.5% 0 2%;
  }

  .img-area {
    background: none;
    border-radius: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }

  .img-area img,
  .img-area02 img {
    padding: 3% 0% !important;
    max-height: max-content;
        height: auto !important;
    width: 95%;
    max-width: 95%;
  }

  .img-area02 {
    background: none;
    border-radius: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    text-align: right;
  }

}

/*----------content05----------*/

.content05 {
  background-color: #efefef;
  padding: 5% 0;
  margin-top: 1%;
}

.content05 h3 {
  color: #003d6b;
  font-size: clamp(1.13rem, 2.4vw, 2.1rem);
  letter-spacing: 1px;
  margin: 2.5% 0 3%;
  text-align: center;
}

/* 240618 追加 */
.accordion-area2 {
  list-style: none;
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

.accordion-area2 li {
  margin: 10px 0;
}

.title2 {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  padding: 2% 0 2% 3%;
  transition: all .5s ease;
  color: #fff;
  background: #003d6b;
  border-radius: 15px;
}

.title2::before,
.title2::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #fff;
  transition: all .5s ease;
}

.title2::before {
  top: 48%;
  right: 5%;
  transform: rotate(0deg);
}

.title2::after {
  top: 48%;
  right: 5%;
  transform: rotate(90deg);
}

.title2.close::before {
  transform: rotate(0deg);
}

.title2.close::after {
  transform: rotate(-0deg);
}

.box2 {
  margin: 10px 0 30px;
  background-color: #fff;
  border-radius: 20px 20px 20px 20px;
  display: none;
  padding: 4%;
  position: relative;
  line-height: 1.5;
  font-size: 0.9rem;
  color: #0e247c;
  font-weight: 500;
}

.API_answer h5 {
  color: #003d6b;
  font-size: clamp(1rem, 2.4vw, 1.5rem);
  margin: 0 0 2%;
  display: inline-block;
  position: relative;
}

.API_answer h5:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  border-radius: 10px;
  background-color: #003d6b;
}

.API_flx {
  display: flex;
  justify-content: center;
  max-width: 90%;
  align-items: center;
}

.API_question {
  text-align: center;
  margin-left: 8%;
  font-size: 1.6em;
}

.API_logo {
  margin: 4% auto 4%;
}

.API_logo img.pc_only {
  margin: 0 auto;
}

.API_answer {
  font-size: 1rem;
  color: #000;
  text-align: center;
}

.API_answer a:nth-child(1) {
  display: block;
  margin: 0 auto 2%;
  text-align: center;
  color: #003d6b;
}

.API_textlink {
  margin-top: 3%;
}

.under_whiteline {
  border: solid 1px #fff;
  margin-bottom: 4%;
}

.title2.rounded {
  border-radius: 10px 10px 0 0;
}

.API_ctaarea {
  padding: 3%;
  background: #eaf6ff;
  border-radius: 20px;
  color: #003d6b;
}

.API_answer_inner01 {
  text-align: left;
}

.aco02 .API_answer h5:before {
  left: 0% !important;
  transform: none !important;
}

.API_img01 {
  margin-top: 2%;
  width: 100%;
}

.API_answer_inner02 {
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
}

.API_answer_inner03 {
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
  margin-bottom: 5%;
}

.API_etc_flex {
  width: 65%;
}

.API_answer_inner02 img {
  width: 30%;
  margin: auto auto;
}

.API_answer_inner03 img {
  width: 30%;
  margin: auto auto;
}

/* スマホ用調整 */
@media (max-width: 767px) {
  .acco_sec2 {
    margin-bottom: 0;
  }

  .API_question {
    text-align: center;
    font-size: 18px;
    margin-left: 0;
  }

  .title2 {
    padding: 3% 0 3% 3%;
    border-radius: 10px;
  }

  .API_answer h5 {
    font-size: 1.2rem;
    margin: 0 0 5%;
  }

  .content05 {
    padding: 7% 0;
  }

  .content05 h3 {
    font-size: 22px;
    margin: 2.5% 0 6%;
  }

  .box2 {
    padding: 8% 5%;
    border-radius: 10px;
    margin: 10px 0 20px
  }

  .API_logo {
    margin: 9% auto 7%;
  }

  .API_ctaarea {
    padding: 5% 4%;
  }

  .API_answer a:nth-child(1) {
    margin: 0 auto 4%;
  }

  .API_answer_inner02 {
    flex-direction: column;
    margin-top: 8%;
  }

  .API_answer_inner03 {
    flex-direction: column;
    margin-top: 10%;
    margin-bottom: 9%;
  }

  .API_etc_flex {
    width: 100%;
  }

  .API_answer_inner02 img {
    width: 100%;
  }

  .API_answer_inner03 img {
    width: 100%;
  }
}

/*----------content06----------*/

.content06 {
  background-color: #eaf6ff;
}

.content06-01_inner {
  padding: 5% 0 7%;
  text-align: center;
}

.content06-01_inner h2 {
  text-align: center;
  color: #003d6b;
  font-size: clamp(1.13rem, 3.5vw, 2.8rem);
  letter-spacing: 1px;
  margin: 1.3% 0 1.8%;
}

.arrow02 {
  display: block;
  margin: 2% auto;
}

.content06 h3 {
  color: #003d6b;
  font-size: clamp(1.13rem, 2.4vw, 2.1rem);
  letter-spacing: 1px;
  margin: 2.5% 0 4%;
  text-align: center;
}

.content06_flex {
  display: flex;
  margin: 0 auto 4%;
  width: 90%;
  justify-content: space-around;
}

.content06_flex img {
  filter: drop-shadow(0px 6px 3px #003d6b20);
}

.content06_flex-box {
  margin: 0 1%;
}

@media (max-width: 767px) {
  .content06-01_inner {
    padding: 13% 0 13%;
  }

  .content06-01_inner h2 {
    font-size: 23px;
  }

  .arrow02 {
    width: 3%;
  }

  .content06 h3 {
    font-size: 22px;
  }

  .content06_flex {
    flex-wrap: wrap;
  }

  .content06_flex-box {
    width: 42%;
  }

  .content06_flex-box p {
    margin: 5% 0 15%;
  }
}

/*----------content07----------*/

.content07-01_inner {
  padding: 4% 0 5%;
  text-align: center;
}

.content07-01_inner h3 {
  color: #003d6b;
  font-size: clamp(1.13rem, 2.4vw, 2.1rem);
  letter-spacing: 1px;
  margin: 0 0 3%;
  text-align: center;
}

.tv_mov {
  max-width: 700px;
  margin: 0 auto;
  height: 394px;
}

iframe {
  max-width: 100%;
  display: table;
}

video {
  max-width: 100%;
}

.tv_mov iframe {
  display: block;
  width: 100%;
  min-height: 400px;
}

@media (max-width: 767px) {
  .content07-01_inner {
    padding: 10% 0 18%;
    text-align: center;
  }

  .tv_mov {
    max-width: 90%;
    margin: 0 auto;
    height: 180px;
  }

  .tv_mov iframe {
    min-height: 200px;
  }
}

/*----------content08----------*/

.content08 {
  background: linear-gradient(#d5edff 30%, #fff 30%);
}

.content08-01_inner {
  padding: 5% 0 7%;
  text-align: center;
}

.content08-01_inner h2 {
  text-align: center;
  color: #003d6b;
  font-size: clamp(1.13rem, 3.5vw, 2.8rem);
  letter-spacing: 1px;
  margin: 1.3% 0 3.8%;
}

.mini_title02 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #003d6b;
  font-size: clamp(1.13rem, 2.4vw, 2.1rem);
  font-weight: bold;
  margin: 0 0 1.5%;
}

.mini_title02::before,
.mini_title02::after {
  width: 2px;
  height: 30px;
  background-color: #003d6b;
  content: '';
}

.mini_title02::before {
  transform: rotate(-35deg);
  margin-right: 30px;
  margin-top: 5px;
}

.mini_title02::after {
  transform: rotate(35deg);
  margin-left: 30px;
  margin-top: 5px;
}

.content08_img01 {
  filter: drop-shadow(0px 6px 7px #003d6b40);
  margin-bottom: 1%;
}

.content08_table {
  position: relative;
  display: block;
  margin: 3% auto 7%;
  max-width: 1000px;
}

.content08_table02 h3 {
  align-items: center;
  color: #003d6b;
  font-size: clamp(1.13rem, 2.4vw, 2.1rem);
  font-weight: bold;
  margin: 0 0 1.5%;
}

.content08_table02 {
  background: #d5edff;
  padding: 6% 6% 5%;
  border-radius: 20px;
  margin: -3% 0 0;
}

.content08_img02 {
  margin: 2% 0 1%;
}

.content08_table-text01,
.content08_table-text02,
.content08_table-text03,
.content08_table-text04,
.content08_table-text05,
.content08_table-text06 {
  position: absolute;
  z-index: 1;
  width: 45%;
  max-width: 450px;
  right: 2%;
  font-size: clamp(0.4rem, 1vw, 0.8rem);
  line-height: 1.4em;
  text-align: left;
}

.content08_table-text01 {
  top: 30%;
}

.content08_table-text02 {
  top: 37%;
}

.content08_table-text03 {
  top: 44%;
}

.content08_table-text04 {
  top: 50.7%;
}

.content08_table-text05 {
  top: 57.8%;
}

.content08_table-text06 {
  top: 66.4%;
}

.content08_table-text07 {
  position: absolute;
  z-index: 1;
  max-width: 450px;
  right: 12%;
  top: 93.6%;
  text-align: left;
}

@media (max-width: 767px) {
  .content08-01_inner {
    padding: 13% 0 6%;
  }

  .content08-01_inner h2 {
    font-size: 23px;
  }

  .mini_title02::before,
  .mini_title02::after {
    height: 42px;
  }

  .mini_title02::after {
    margin-top: 10px;
  }
.content08_table02_inner{
        width: 100%;
}
.content08_table02 {
    width: 90vw;
    margin: -7% calc(50% - 50vw);
    border-radius: 0;
    padding: 8% 6% 5%;
}
.content08_table {
    margin: 3% auto 11%;
}
.content08_table02 h3 {
    font-size: 22px;
}
.content08_table-text01, .content08_table-text02, .content08_table-text03, .content08_table-text04, .content08_table-text05, .content08_table-text06 {
    width: 59%;
    max-width: 207px;
    font-size: 11px;
    line-height: 1.3em;
}
.content08_table-text01 {
    top: 29.3%;
}
.content08_table-text02 {
    top: 36.2%;
}
.content08_table-text03 {
    top: 43.5%;
}
.content08_table-text04 {
    top: 49.4%;
}
.content08_table-text05 {
    top: 55%;
}
.content08_table-text06 {
    top: 61.5%;
}
.content08_table-text07 {
    top: 94.6%;
}
}


/*----------content09----------*/

.content09 {
  background-color: #d5edff;
}

.content09-01_inner {
  padding: 5% 0 7%;
  text-align: center;
}

.content09-01_inner h2 {
  text-align: center;
  color: #003d6b;
  font-size: clamp(1.13rem, 3.5vw, 2.8rem);
  letter-spacing: 1px;
  margin: 1.3% 0 3.8%;
}

@media (max-width: 767px) {
.content09-01_inner {
    padding: 10% 0 10%;
}
.content09-01_inner h2 {
    font-size: 23px;
    margin: 1.3% 0 6.8%;
}
}


/*----------content10----------*/

.content10 {
  background-color: #efefef;
}

.content10-01_inner {
  padding: 5% 0 7%;
  text-align: center;
}

.content10-01_inner h2 {
  text-align: center;
  color: #003d6b;
  font-size: clamp(1.13rem, 3.5vw, 2.8rem);
  letter-spacing: 1px;
  margin: 1.3% 0 3.8%;
}

.content10_img01 {
  margin: 3% 0 1%;
}

.content10 h6 {
  text-align: center;
  color: #003d6b;
  font-size: clamp(1rem, 2.4vw, 1.5rem);
  letter-spacing: 1px;
  margin: 0;
}

.Case_ctaarea {
  position: relative;
}

a.Case_ctaarea_btn {
  width: 27%;
  position: absolute;
  top: 75%;
  left: 4%;
}


@media (max-width: 767px) {
.content10-01_inner {
    padding: 13% 0 11%;
}
.content10-01_inner h2 {
        font-size: 23px;
        margin: 2.5% 0 6%;
    }
    .content10 h6 {
    font-size: 20px;
}
.content10_img01 {
        margin: 7% 0 4%;
}
a.Case_ctaarea_btn {
    width: 90%;
    top: 81%;
    left: 0;
    right: 0;
}
}

/*----------content11----------*/
/* ----------スライダー------------ */
.slider_bg {
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
  padding: 0.3% 0;
}

.slider img {
  width: 100% !important;
  height: auto;
}

.slider .slick-slide {
  margin: 0 10px;
  /*スライド左右の余白調整*/
}



@media screen and (max-width: 768px) {
  .slider li {
    width: 100px !important;
  }

  .slider_bg {
    background-color: #fff;
    margin: 8% calc(50% - 50vw) 0%;
  }
}

.content11 {
  background-color: #d5edff;
}

.content11-01_inner {
  padding: 8% 0 9%;
  text-align: center;
}

.content11_img01 {
  max-width: 670px;
  width: 56%;
  text-align: left;
  display: block;
  margin-left: 0;
  margin-bottom: 3%;
}

/*事例*/
.swiper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: visible;
  padding-left: 40px;
  /* 左に余白を確保して寄せる */
}
.swiper img{
  width: 95%;
  margin: 3%;
    filter: drop-shadow(0px 6px 5px #003d6b50);
}

.swiper-button-next,
.swiper-button-prev {
  color: #333;
  /* 矢印の色 */
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: '' !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: '' !important;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  /* ボタンの幅 */
  height: 40px;
  /* ボタンの高さ */
  background: transparent;
  /* 背景は透明 */
}

.swiper-button-next::after {
  content: url(../img/next.png) !important;
  display: block;
  width: 50px;
  height: 50px;
}

.swiper-button-prev::after {
  content: url(../img/prev.png) !important;
  display: block;
  width: 50px;
  height: 50px;
}

.swiper-button-next,
.swiper-button-prev {
  display: none;
}

/* 右矢印（三角形） */
.swiper-button-next::after {
  border-width: 20px 0 20px 25px;
  /* 上 下 左 */
  border-color: transparent transparent transparent #2887f3;
  margin-left: -73px;
}

/* 左矢印（三角形） */
.swiper-button-prev::after {
  border-width: 20px 25px 20px 0;
  /* 上 右 下 左 */
  border-color: transparent #2887f3 transparent transparent;
  margin-right: -30px;
}

.swiper-pagination-bullet {
  background: #999;
}

.swiper-pagination-bullet-active {
  background: #003d6b !important;
}

.swiper-pagination-bullet {
  background: #999;
}

.swiper-pagination-bullet-active {
  background: #333;
}

.swiper-slide {
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: scale(0.6) !important;
  /* デフォルトは小さめ */
  opacity: 0.6;
  /* 脇のスライドは薄く */
}

.swiper-slide-active {
  transform: scale(1) !important;
  /* 中央は大きく */
  opacity: 1;
  /* 中央ははっきり */
}

/* デフォルト（両端用） */
.swiper-slide {
  transform: scale(0.6);
  /* 少し小さく */
  transition: transform 0.3s ease;
  opacity: 0.6;
  /* 薄くするのもアリ */
}

/* 中央スライド（大きく表示） */
.swiper-slide-active {
  transform: scale(1);
  /* 通常サイズ */
  opacity: 1;
  z-index: 2;
  /* 重なりを前に */
}

.case_re a {
  position: absolute;
  right: 10%;
  bottom: 6%;
  text-decoration: none;
}

@media (max-width: 768px) {
  .swiper {
    width: 100%;
  }

  /* 右矢印（三角形） */
    .swiper-button-next::after {
        margin-left: 28px;
    }

  /* 左矢印（三角形） */
  .swiper-button-prev::after {
    margin-right: 28px;
  }
  .content11_img01 {
    width: 80%;
}
.slick-slider {
    padding: 0;
}
.swiper img {
    width: 92%;
}
}

/*----------content12----------*/

.content12 {
  background-color: #eaf6ff;
  background-image: url(../img/content12_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content12-01_inner {
  padding: 5% 0 4%;
  text-align: center;
}

.content12-01_inner h2 {
  text-align: center;
  color: #003d6b;
  font-size: clamp(1.13rem, 3.5vw, 2.8rem);
  letter-spacing: 1px;
  margin: 1.3% 0 1.8%;
}

@media (max-width: 768px) {
  .content12 {
  background-image: url(../img/content12_bg_sp.jpg);
}
.content12-01_inner {
    padding: 13% 0 10%;
}
.content12-01_inner h2 {
    font-size: 23px;
}
}

/*----------content13----------*/
.content13-01_inner {
  padding: 5% 0 4%;
  text-align: center;
}

.content13-01_inner h2 {
  text-align: center;
  color: #003d6b;
  font-size: clamp(1.13rem, 3.5vw, 2.8rem);
  letter-spacing: 1px;
  margin: 1.3% 0 3%;
}

@media (max-width: 768px) {
.content13-01_inner {
    padding: 13% 0 11%;
}
.content13-01_inner h2{
    font-size: 23px;
    margin: 1.3% 0 7%;
}
}

/*----------qa----------*/


.content14-01_inner h2 {
  text-align: center;
  color: #003d6b;
  font-size: clamp(1.13rem, 3.5vw, 2.8rem);
  letter-spacing: 1px;
  margin: 1.3% 0 3%;
}

.QA_bg {
  background-color: #efefef;
}

.content14-01_inner {
  padding: 5% 0 4%;
  text-align: center;
}

.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 800px;
  margin: 0 auto;
}

.accordion-area li {
  margin: 10px 0;
}

.acco_sec {
  margin-bottom: 30px;
}

.title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  padding: 1.5% 0 1.5% 3%;
  transition: all .5s ease;
  color: #ffffff;
  border-radius: 15px;
  background-color: #003d6b;
}

.title::before,
.title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #ffffff;
  transition: all .5s ease;
}

.title::before {
  top: 48%;
  right: 5%;
  transform: rotate(0deg);
}

.title::after {
  top: 48%;
  right: 5%;
  transform: rotate(90deg);
}

.title.close::before {
  transform: rotate(0deg);
}

.title.close::after {
  transform: rotate(0deg);
}

.box {
  display: none;
  padding: 3%;
  margin-top: 1%;
  position: relative;
  line-height: 1.5;
  font-size: 0.9rem;
  color: #0e247c;
  font-weight: 500;
  background: #ffffff;
  border-radius: 20px;
}

.QA_flx {
  display: flex;
  justify-content: flex-start;
  max-width: 90%;
  align-items: center;
}

.QA_icon_Q {
  margin: 1% 1% auto 0;
  width: 5%;
  /* width: fit-content; */
}

.QA_icon_A {
  margin: 0 2% 0 0;
  width: 5%;
}

.QA_flx2 {
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
}

.QA_answer {
  font-size: 1rem;
  color: #000;
  max-width: 85%;
  text-align: left;
}

.title.rounded {
  border-radius: 10px 10px 0 0;
}

.QA_fsS {
  font-size: 0.7rem;
}

@media (max-width: 767px) {
  .QA_bg {
    background-image: url(../img/point_bg_sp.jpg);
    padding: 11% 0 6%;
    background-size: cover;
    background-size: 100%;
  }

  .accordion-area {
    list-style: none;
    max-width: 92%;
    margin: 0 auto;
    padding: 0;
  }

  .title {
    font-size: 0.9rem;
    padding: 0.5% 2.7% 2.9%;
  }

  .box {
    font-size: 0.9rem;
    padding: 1.2% 2.5% 2.5%;
    position: relative;
    line-height: 1.7;
  }

  .QA_answer {
    font-size: 0.9rem;
  }

  .acco_sec {
    margin-bottom: 11px;
    border-radius: 10px;
  }

  .QA_ttl {
    max-width: 70%;
    margin: 0 auto 7%;
    padding: 0;
  }

  .title {
    font-size: 0.9rem;
    padding: 3% 3.5% 3%;
    line-height: 1.3;
  }

  .QA_icon_Q {
        margin: 0 3% 0 0;
        width: 20px;
        line-height: 0;
  }

  .QA_icon_A {
    margin: 0 3% 0 0;
    width: 20px;
  }

  .box {
    font-size: 0.9rem;
        padding: 7% 4%;
    line-height: 1.5;
  }

  .QA_answer {
    max-width: 87%;
  }

  .QA_question {
    max-width: 80%;
        text-align: left;
        line-height: 1.5;
  }

  .QA_flx {
    display: flex;
    justify-content: flex-start;
    max-width: 100%;
    align-items: center;
  }

  .content14-01_inner h2 {
    text-align: center;
    color: #003d6b;
    font-size: 23px;
    letter-spacing: 1px;
    margin: 1.3% 0 7%;
}
}

/*----------フッター----------*/

footer {
  color: #fff;
  background-color: #003d6a;
  text-align: center;
  font-size: 10px;
  font-weight: 300;
  padding: 1.5%;
  letter-spacing: 0.09em;
}

@media (max-width: 767px) {
  footer {
    font-size: 8px;
    font-weight: 300;
    padding: 3%;
    letter-spacing: 0.09em;
  }
}