@charset 'UTF-8';
body {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #fff !important;
  }
img {
  max-width: 100%;
}
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;
}
p {
  padding: 0 !important;
}
.blu {
  color: #0b75e6;
}
/* ----------SP/CP切り替え------------ */ 
@media screen and (max-width: 768px) { 
  .pc_only { 
      display: none; 
  } 
}  
@media screen and (min-width: 768px) { 
  .sp_only { 
      display: none; 
  } 
}
@media screen and (max-width: 1055px) { 
  .pc_only2 { 
      display: none; 
  } 
}  
@media screen and (min-width: 1055px) { 
  .sp_only2 { 
      display: none; 
  } 
}
/* ----------MV------------ */
.mv_bg {
  position: relative;
  max-width: 100%;
}
.mv_logo {
  position: absolute;
  top: 5%;
  left: 7.5%;
  max-width: 23%;
}
.mv_inner {
  position: absolute;
  top: 22%;
  left: 13%;
  max-width: 37%;
}
.mv_inner img{
  width: 100%;
}
.mv_txt {
  font-size:clamp(30px, 2.7vw, 70px);
  font-weight: 700;
  margin-bottom: 7%;
  line-height: 1.2;
}
.mv_txt_blue {
  color: #0b75e6;
  font-size: 135%;
}
.mv_cta_flx {
  display: flex;
  justify-content: space-between;
  margin: 7% 0 3%;
  max-width: 98%;
}
.mv_cta_flx img{
  max-width: 97%;
}
.tyu,.tyu2 {
  font-size: 10px;
  color: #717171;
  text-align: left;
}
@media screen and (max-width: 1055px) { 
  .mv_inner {
    top: 10%;
    left: 6%;
    max-width: 45%;
  }
  .mv_txt {
    margin-bottom: 4%;
  }
  .mv_cta_flx {
    margin: 4% 0 7%;
    max-width: 99%;
  }
  .tyu {
    font-size: 9px;
  }
}
@media screen and (max-width: 877px) { 
  .mv_txt {
    font-size: clamp(26px, 2.7vw, 70px);
  }
  .mv_cta_flx {
    margin: 4% 0 3%; 
  }
}
@media screen and (max-width: 768px) { 
  .mv_inner {
    position: absolute;
    top: 72.5%;
    left: 0;
    max-width: 100%;
  }
  .mv_cta_flx {
    display: block;
    justify-content: space-between;
    margin: 2% auto;
    max-width: 87%;
  }
  .mv_cta_flx img {
    max-width: 100%;
    margin-bottom: 2%;
  }
  .tyu {
    font-size: 7px;
    color: #fff;
    max-width: 92%;
    margin: 0 auto;
  }
  .tyu2 {
    font-size: 7px;
    color: #717171;
    max-width: 100%;
    margin: 0 auto;
  }
  .bg_blu {
    background-color: #e3f3ff;
  }
}

/* ----------スライダー------------ */
.slider_bg {
  background-color: #fff;
  padding: 1% 0 0.5%;
  margin-top: -0.2%;
}
.slider img {
  width: 100% !important;
  height:auto;
  margin-bottom: 8%;
}
.slider .slick-slide {
  margin:0 10px;/*スライド左右の余白調整*/
}
.slider li {
  width: 180px !important;
}
@media screen and (max-width: 1460px) { 
  .slider li {
    width: 150px !important;
  }
}
@media screen and (max-width: 768px) { 
  .slider li {
    width: 100px !important;
  }
  .slider_bg {
    background-color: #fff;
    padding: 4% 0 3%;
    margin-top: -1%;
  }
}
/* ----------ヘッダー------------ */
header {
  position: absolute;  /* 位置を固定する */
  top: 0;  /* 固定する位置を指定 */
  left: 0;  /* 固定する位置を指定 */
  width: 100%;  /* ヘッダーの幅 */
  z-index: 100;
}
.head_flx {
  display: flex;
  max-width: 95%;
  margin: 0 auto;
  justify-content: space-between !important;
  padding: 1%;
}
.head_flx_le {
  display: flex;
  width: 550px;
}
.head_flx_ri {
  width: 516px;
}
.head_flx_le a {
  text-decoration: none;
  font-weight: bold;
  margin-right: 3%;
  font-size: 15px;
}
.head_flx_ri a {
  text-decoration: none;
  margin-right: 1%;
}
.head_logo {
  margin-right: 10%;
  max-width: 90%;
}
@media screen and (max-width: 1260px) { 
  .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;
}
#g-nav ul {
  position: absolute;
  z-index: 999;
  /*top:20%;*/
  /*left: 32%;*/
  /*transform: translate(-20%,-50%);*/
  /*max-width: 80%;*/
}
#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;
}
.hum_cta {
  max-width: 85%;
  margin: 13% auto 0;
}
.hum_cta img {
  margin-bottom: 3%;
}
/*========= ボタンのための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: 92vh;
    transition: all 0.6s;
  }
  #g-nav.panelactive #g-nav-list {
    width: 100%;
    height: 85vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g-nav li a {
    padding: 8px 0;
  }
  #g-nav ul {
    top: 10%;
    /*left: 19%;*/
    font-size: 15px;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
  }
  .openbtn {
    top: 3%;
    right: 7%;
  }
  #g-nav li a{
    color: #fff;
    text-decoration: none;
    padding:10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
}

/* ----------イントロ------------ */
.intro_bg {
  background-image: url(../img/intro_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 3.5% 0 0.5%;
}
.intro_ttl01 {
  font-weight: bold;
  color: #fff;
  font-size:clamp(30px, 2.2vw, 70px);
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.intro_ttl02 {
  max-width: 388px;
  margin: 2.5% auto 1%;
}
.intro_flx {
  display: flex;
  max-width: 1024px;
  margin: 0 auto 2%;
  justify-content: space-between;
  padding: 0 50px;
}
.intro_flx img {
  width: 33%;
}
.tyu_w  {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 25px;
}
.tyu_w p{
  color: #fff;
  text-align: left;
  font-size: 12px;
}
@media (max-width: 768px) {
  .intro_ttl01 {
    font-size: 21px;
  }
  .intro_ttl02 {
    max-width: 62%;
    margin: 6% auto 3%;
  }
  .intro_bg {
    background-image: url(../img/intro_bg_sp.jpg);
    padding: 10% 0 0.5%;
  }
  .intro_flx {
    display: block;
    max-width: 95%;
    margin: 0 auto 2%;
    padding: 0 0 0 1.5%;
  }
  .intro_flx img {
    width: 100%;
    margin-bottom: 1.2%;
  }
  .tyu_w  {
    max-width: 95%;
    margin: 0 auto 2%;
  }
  .tyu_w p{
    color: #fff;
    text-align: left;
    font-size: 10px;
  }
}

/* ---------- 選ばれるポイント ------------ */
.point_bg {
  background-image: url(../img/point_bg_pc.jpg);
  background-position: top;
  padding: 4.5% 0 0.5%;
}
.point_ttl {
  font-weight: bold;
  color: #0b75e6;
  font-size:clamp(30px, 2.4vw, 70px);
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 5%;
}
.point_ttl_min01 {
  max-width: 62px;
  margin: 0 auto;
}
.point_inner_bg01 {
  position: relative;
  margin: 0 5% 5% 0;
  background: linear-gradient(to left, #e3f3ff 80%, rgba(227,243,255,0) 100%);
  max-width: 95%;
  height: 400px;
  border-radius: 0 29px 29px 0;
}
.point_inner_bg02 {
  position: relative;
  margin: 0 5% 5% 5%;
  background: linear-gradient(to right, #e3f3ff 80%, rgba(227,243,255,0) 100%);
  max-width: 95%;
  height: 400px;
  border-radius: 29px 0 0 29px;
}
.point_ab {
  position: absolute;
  top: -12%;
  left: 0;
  right: 0;
}
.point_flx01 {
  display: flex;
  justify-content: center;
  margin: 0 0 0 5%;
}
.point_txt01 {
  max-width: 500px;
  font-size: 1.15rem;
  line-height: 1.8;
  font-weight: 450;
  margin: 4% 15% 0 0;
}
.point_ttl_min02 {
  font-weight: bold;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
}
.point_txt_area01 {
  margin-top: 6.5%;
}
.point_txt_area02 {
  margin: 6.5% 0 0 3%;
}
.point_ilu01 {
  max-width: 520px;
}
.point_ilu02 {
  max-width: 500px;
  margin-top: 1%;
}
.point_ilu03 {
  max-width: 510px;
  margin-top: 5.5%;
}
@media (max-width: 1400px) {
  .point_txt_area01 {
    margin-top: 9%;
  }
  .point_txt_area02 {
    margin-top: 9%;
  }
  .point_ilu01 {
    max-width: 450px;
  }
  .point_txt {
    margin: 4% 7% 0 0;
  }
  .point_txt01 {
    margin: 4% 8% 0 0;
  }
  .point_ilu01 {
    margin-top: 3%;
  }
}
@media (max-width: 768px) {
  .point_inner_bg01 {
    position: relative;
    margin: 0 5% 5% 0;
    background: #e3f3ff;
    max-width: 95%;
    height: 400px;
    border-radius: 0 29px 29px 0;
  }
  .point_inner_bg02 {
    position: relative;
    margin: 0 5% 5% 5%;
    background: #e3f3ff;
    max-width: 95%;
    height: 400px;
    border-radius: 29px 0 0 29px;
  }
  .point01_sp {
    max-width: 96%;
    margin-bottom: 6.5%;
  }
  .point02_sp {
    max-width: 100%;
    margin: 0 0 6.5% 4%;
    float: right;
  }
  .point_ttl {
    font-weight: bold;
    color: #0b75e6;
    font-size: 28px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 9%;
  }
  .point_bg {
    background-image: url(../img/point_bg_sp.jpg);
    padding: 11% 0 6%;
    background-size: cover;
    background-size: 100%;
  }
  .point_ttl_min01 {
    max-width: 37px;
    margin: 0 auto;
  }
}

/* ---------- WAN-Signの特長動画 ------------ */
.tv_bg {
  background-color: #edf0f2;
  padding: 4.5% 0 4%;
}
.tv_ttl {
  font-size:30px;
  font-weight: 700;
  margin-bottom: 2.5%;
  line-height: 1.2;
  color: #0b75e6;
  text-align: center;
}
.tv_ttl:before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 50px;/*画像の幅*/
  height: 50px;/*画像の高さ*/
  background-image: url(../img/tv_ttl_le.png);
  background-size: contain;
  vertical-align: middle;
  margin: 0;
  background-repeat: no-repeat;
}
.tv_ttl:after {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 50px;/*画像の幅*/
  height: 50px;/*画像の高さ*/
  background-image: url(../img/tv_ttl_ri.png);
  background-size: contain;
  vertical-align: middle;
  margin: 0 12px 0 0;
  margin: 0 0 0 25px;
  background-repeat: no-repeat;
}
.tv_mov {
  max-width: 700px;
  margin: 0 auto;
  height: 394px;
}
iframe {
  max-width: 100%;
  display: table;
}
video {
  max-width: 100%;
}
@media (max-width: 768px) {
  .tv_bg {
    background-color: #edf0f2;
    padding: 10% 0 12%;
  }
  .tv_mov {
    max-width: 90%;
    margin: 0 auto;
    height: 180px;
  }
  .tv_ttl:before {
    width: 20px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
    margin: 0;
  }
  .tv_ttl:after {
    width: 20px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
    margin: 0 0 0 6px;
  }
  .tv_ttl {
    font-size:15px;
    margin-bottom: 4%;
    line-height: 1.2;
    margin-left: 2%;
  }
}

/* ---------- CTA01 ------------ */
.cta01_bg {
  background-image: url(../img/cta_bg01_pc.jpg);
  background-position: top;
  background-size: cover;
  padding: 4% 0 5%;
}
.cta_ttl {
  font-weight: bold;
  color: #fff;
  font-size:clamp(30px, 2.2vw, 70px);
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.cta_ttl2 {
  font-weight: bold;
  color: #fff;
  font-size:clamp(30px, 2.2vw, 70px);
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 2%;
}
.cta_txt_min {
  color: #fff;
  margin: 1% 0 2.5%;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 20px;
}
.cta_box,.cta_box2 {
  max-width: 1000px;
  margin: 0 auto;
  border: solid 3px #fff;
  padding: 2.2% 1% 1%;
}
.cta_flx {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto 3.2%;
}
.cta_tel_box {
  background: rgba(255, 255, 255, 0.18);
  text-align: center;
  padding: 2.5% 2% 2%;
}
@media (max-width: 1195px) {
  .cta_box,.cta_box2 {
    max-width: 900px;
    padding: 2.2% 1% 1%;
  }
}
@media (max-width: 1132px) {
  .cta_box,.cta_box2 {
    max-width: 800px;
    padding: 2.2% 1% 1%;
  }
  .cta_flx {
    max-width: 700px;
    margin: 0 auto 3.2%;
  }
  .cta_flx img{
    max-width: 98%;
  }
}
@media (max-width: 927px) {
  .cta_box,.cta_box2 {
    max-width: 700px;
    padding: 2.2% 1% 1%;
  }
}
@media (max-width: 768px) {
  .cta01_bg {
    background-image: url(../img/cta_bg01_sp.jpg);
    padding: 8.5% 0 12%;
  }
  .cta_ttl {
    font-size:26px;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .cta_ttl2 {
    font-size:26px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-bottom: 3%;
  }
  .cta_txt_min {
    margin: 3% 0 4.5%;
    line-height: 1.7;
    font-size: 15px;
  }
  .cta_box {
    max-width: 80%;
    border: solid 2px #fff;
    padding: 5% 4%;
  }
  .cta_box2 {
    max-width: 80%;
    border: solid 2px #fff;
    padding: 5% 4%;
    margin: 4% auto 0;
  }
  .cta_flx {
    display: block;
    max-width: 100%;
    margin: 0 auto 3.2%;
  }
  .cta_tel_box {
    background: rgba(255, 255, 255, 0.18);
    text-align: center;
    padding: 2.5% 2% 2%;
  }
  .cta_flx img{
    max-width: 100%;
    margin-bottom: 2%;
  }
}

/* ---------- 料金プラン ------------ */
.plan_bg {
  background-image: url(../img/point_bg_pc.jpg);
  background-position: top;
  padding: 4.5% 0 5%;
}
.plan_ttl_min01 {
  max-width: 53px;
  margin: 0 auto;
}
.plan_inner01 {
  max-width: 1180px;
  margin: -3% auto 0;
  position: relative;
  padding: 0 25px;
}
.plan_link01 {
  position: absolute;
  bottom: 56.8%;
  right: 12%;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}
.plan_link02 {
  position: absolute;
  bottom: 50.8%;
  right: 12%;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}
.plan_link03 {
  position: absolute;
  bottom: 44.8%;
  right: 14%;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}
.plan_link04 {
  position: absolute;
  bottom: 38.9%;
  right: 16%;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}
.plan_link05 {
  position: absolute;
  bottom: 25.8%;
  right: 10%;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
}
.plan_link06 {
  position: absolute;
  bottom: 7.8%;
  right: 16%;
  font-size: 19px;
  text-align: center;
  font-weight: 600;
}
.plan_link07 {
  position: absolute;
  bottom: 31.6%;
  right: 14%;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}
.plan_inner02 {
  max-width: 1180px;
  margin: 5% auto 0;
  padding: 0 25px;
}
@media (max-width: 1248px) {
  .plan_link01 {
    bottom: 56.5%;
    right: 12%;
    font-size: 81%;
  }
  .plan_link02 {
    bottom: 50.8%;
    right: 12%;
    font-size: 81%;
  }
  .plan_link03 {
    bottom: 44.8%;
    right: 14%;
    font-size: 81%;
  }
  .plan_link04 {
    bottom: 38.8%;
    right: 16%;
    font-size: 81%;
  }
  .plan_link05 {
    bottom: 25.8%;
    right: 10%;
    font-size: 81%;
  }
  .plan_link07 {
    bottom: 31.6%;
    right: 14%;
    font-size: 81%;
  }  
}
@media (max-width: 1117px) {
  .plan_link01,.plan_link02,.plan_link03,.plan_link04,.plan_link05,.plan_link07{
    font-size: 40%;
  }
  .plan_link01 {
    bottom: 56.5%;
    right: 15%;
  }
  .plan_link02 {
    bottom: 50.8%;
    right: 15%;
  }
  .plan_link03 {
    bottom: 44.8%;
    right: 17%;
  }
  .plan_link04 {
    bottom: 38.8%;
    right: 19%;
  }
  .plan_link05 {
    bottom: 25.8%;
    right: 13%;
  }
  .plan_link07 {
    bottom: 31.6%;
    right: 17%;
  }  
}
@media (max-width: 768px) {
  .plan_bg {
    background-color: #fff;
    padding: 10% 0 0.5%;
    background-image: none;
  }
  .plan_txt_sub {
    max-width: 92%;
    margin: 0 auto 10%;
  }
  .plan_inner01 {
    max-width: 92%;
    margin: 0 auto ;
    position: relative;
    padding: 12% 4% 10%;
  }
  .plan_inner03 {
    max-width: 92%;
    margin: 0 auto ;
    position: relative;
    padding: 0 4% 10%;
    margin-top: -2%;
  }
  .plan_inner04 {
    max-width: 92%;
    margin: 0 auto ;
  }
  .pran_ttl_min {
    max-width: 45%;
    margin: 0 auto 5%;
  }
  .pran_ttl_min02 {
    max-width: 49%;
    margin: 0 auto 1%;
    padding: 4%;
  }
  .plan_ttl3 {
    font-weight: bold;
    color: #0b75e6;
    font-size:clamp(30px, 2.4vw, 70px);
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 5%;
    margin-top: 8%;
  }
  .plan_txt {
    max-width: 90%;
    margin: 2% auto 8%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  .tbl_w {
    background-color: #fff;
    padding: 2% 4% 4%;
    font-size: 13px;
    margin-top: -2%;
  }
  .tbl_w2 {
    background-color: #fff;
    padding: 2% 4% 4%;
    font-size: 13px;
    margin-top: -2%;
    margin-bottom: 2%;
  }
  .tbl_w3 {
    background-color: #fff;
    padding: 3% 4% 4%;
    font-size: 15px;
    margin-top: -2%;
    margin-bottom: 2%;
    text-align: center;
  }
  .plan_inner02 {
    max-width: 92%;
    margin: 3% auto 2%;
    padding: 0 0 8%;
  }
}

/* ---------- 導入事例 ------------ */
.case_bg {
  background-image: url(../img/case_bg_pc.jpg);
  background-position: top;
  background-size: cover;
  padding: 5% 0 4%;
}
.case_ttl {
  font-weight: bold;
  color: #fff;
  font-size:clamp(30px, 2.2vw, 70px);
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.case {
  max-width: 52px;
  margin: 0 auto;
}
.case_txt {
  font-weight: 400;
  color: #fff;
  font-size: 22px;
  text-align: center;
  margin: 2% 0;
}
.case_inner {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 25px;
}
.case_flx {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  padding: 0 25px;
  margin: 2% auto 0;
}
.case_re {
  position: relative;
}
.case_re a {
  position: absolute;
  right: 10%;
  bottom: 6%;
  text-decoration: none;
}
@media (max-width: 1060px) {
  .case_check img {
    max-width: 80%;
  }
  .case_ab a {
    right: 6%;
    bottom: 9%;
  }
}
@media (max-width: 768px) {
  .case_bg {
    background-image: url(../img/case_bg_sp.jpg);
    padding: 10% 0 8%;
  }
  .case {
    max-width: 32px;
  }
  .case_txt {
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin: 2% 0 8%;
    letter-spacing: 0.05em;
  }
  .point_ma {
    margin-top: -5%;
  }
  .case_inner {
    margin: 0 auto 5%;
    max-width: 95.5%;
    padding: 0 0 0 1%;
  }
  .case_flx {
    display: block;
    max-width: 100%;
    padding: 0 0 0 2%;
  }
  .case_check img {
    max-width: 82%;
  }
  .case_ab a {
    right: 6%;
    bottom: 9%;
  }
  .case_re {
    margin-bottom: 4%;
    max-width: 97.5%;
    padding: 0 0 0 1%;
  }
  .case_re img{
    width: 100%;
  }
  .case_re a {
    right: 2%;
    bottom: 7.5%;
  }
}

/*---------- よくあるご質問 アコーディオン----------*/
.QA_bg {
    background-image: url(../img/point_bg_pc.jpg);
    background-position: top;
    padding: 4.5% 0 3%;
}
.FAQ_ttl_min {
  max-width: 39px;
  margin: 0 auto;
}
.QA_ttl {
    font-weight: bold;
    color: #0b75e6;
    font-size: clamp(30px, 2.4vw, 70px);
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.05em;
    margin-bottom: 3%;
}
.accordion-area{
  list-style: none;
  width: 96%;
  max-width: 800px;
  margin:0 auto;
  padding: 0;
}
.accordion-area li{
  margin: 10px 0;
}
.acco_sec {
  margin-bottom: 30px;
  border-radius: 15px;
  background-color: #e3f3ff;
}
.title {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  padding: 2.5% 0 2.5% 3%;
  transition: all .5s ease;
  color: #000;
}
.title::before,
.title::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #0b75e6;
}
.title::before{
  top:48%;
  right: 5%;
  transform: rotate(0deg);
}
.title::after{    
  top:48%;
  right: 5%;
  transform: rotate(90deg);
}
.title.close::before{
transform: rotate(45deg);
}
.title.close::after{
transform: rotate(-45deg);
}
.box {
  display: none;/*はじめは非表示*/
  padding: 0% 0 2.5% 3%;
  position: relative;
  line-height: 1.5;
  font-size:0.9rem;
  color: #0e247c;
  font-weight: 500;
}
.QA_flx {
  display: flex;
  justify-content: flex-start;
  max-width: 90%;
  align-items: center;
}
.QA_icon_Q {
  margin: 0 2% 0 0;
  width: 27px;
}
.QA_icon_A {
  margin: 0 2% 0 0;
  width: 27px;
}
.QA_flx2 {
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
}
.QA_answer {
  font-size: 1rem;
  color: #000;
  max-width: 85%;
}
.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;
  }
  .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: 20px;
      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: 18px;
  }
  .QA_icon_A {
    margin: 0 3% 0 0;
    width: 18px;
  }
  .box {
    font-size: 0.9rem;
    padding: 0 2.5% 4% 3%;
    line-height: 1.5;
  }
  .QA_answer {
    max-width: 87%;
  }
  .QA_question {
    max-width: 80%;
  }
  .QA_flx {
    display: flex;
    justify-content: flex-start;
    max-width: 100%;
    align-items: center;
  }
}

/*----------フッター----------*/
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;
  }
}

/* サポート */
.sup_bg {
  background-image: url(../img/point_bg_pc.jpg);
  background-position: top;
  padding: 4.5% 0 5.5%;
}
.sup_ttl {
  font-weight: bold;
  color: #0b75e6;
  font-size:clamp(30px, 2.4vw, 70px);
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 2%;
}
.sup_ttl_min01 {
  max-width: 86px;
  margin: 0 auto;
}
.sup_detail {
  margin: auto;
  background-color: #e3f3ff;
  padding: 4% 3%;
  border-radius: 10px;
  width: 90%;
  max-width: 1100px;
}
.sup_detail .ttl {
  text-align: center;
  margin: 0 auto 1%;
}
.sup_box {
  display: flex;
  justify-content: center;
}
.sup_box div {
  width: 33%;
}
.sup_box p {
  padding: 0 3.5%!important;
  text-align: left;
}
.sup_box .txt01 {
  font-size: clamp(12px, 1.6vw, 20px);
  color: #0066d3;
  font-weight: bold;
}
.sup_box .txt01 span {
  border-left: 4px solid #0066d3;
  margin-right: 10px;
  margin: 0 10px 0 3px;
}
.sup_box .txt02 {
  text-align: justify;
}
@media (max-width: 768px){
  .sup_detail .ttl {
    margin: 3% 2% 1%;
  }
  .sup_bg {
    padding: 13.5% 0 12.5%;
  }
  .sup_box {
    flex-direction: column;
  }
  .sup_box div {
    width: 100%;
  }
  .sup_box p {
    margin: 0 auto 2%;
  }
  .sup_box .txt01 {
    font-size: clamp(18px, 5.0vw, 24px);
  }
}

.tv_mov iframe{
    display: block;
    width: 100%;
    min-height: 400px;
}
@media (max-width: 768px){
    .tv_mov iframe{
        min-height: 200px;
    }
}


/* 251107追記 */
@media (min-width: 1181px) {
    img[src*="plan_inner01_pc.png"],
    img[src*="plan_inner02_pc.png"]{
        max-width: none !important;
    }
    .intro_flx img {
    width: auto;
}
}

.slick-slider {
    padding:0;
}
}