@charset 'UTF-8';
body {
  font-family: 'Noto Sans JP', 'Roboto', 'Yu Gothic', 'Segoe UI', 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;
}
.yel{
  color: #ffee51;
}
/* ----------SP/CP切り替え------------ */
@media screen and (max-width: 768px) {
  .pc_only {
      display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp_only {
      display: none !important;
  }
}
/* ----------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: 18%;
  left: 13%;
  max-width: 50%;
}
.mv_inner img{
  width: 100%;
}
.mv_txt {
  font-size:clamp(15px, 1.2vw, 30px);
  font-weight: 700;
  line-height: 2.0;
}
.mv_txt_blue {
  color: #0b75e6;
  line-height: 1.3;
  font-size:clamp(28px, 3.4vw, 70px);
  font-weight: 700;
  margin-bottom: 3%;
}
.mv_small{
  line-height: 1.7;
  font-size: 1.1vw;
}
.mv_cta_flx {
  display: flex;
  justify-content: space-between;
  margin: 4% 0 3%;
  max-width: 75%;
}
.mv_cta_flx img{
  max-width: 97%;
}
.tyu{
  font-size: 10px;
  color: #717171;
  float: right;
  margin-right: 40px;
}
.tyu2{
  font-size: 10px;
  color: #717171;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv_inner {
    position: absolute;
    top: 10%;
    left: 0;
    max-width: 95%;
    padding: 20px;
  }
  .mv_cta_flx {
    display: block;
    justify-content: space-between;
    margin: 2% auto;
    max-width: 95%;
  }
  .mv_cta_flx img {
    max-width: 100%;
    margin-bottom: 2%;
  }
  .bg_blu {
    background-color: #e3f3ff;
  }
.mv_logo {
  position: absolute;
  top: 5%;
  left: 5.5%;
  max-width: 67%;
}
.mv_txt_blue span {
  font-size: 44px;
}
.mv_small{
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 47%;
}
.tyu{
  margin-right: 5px;
}
}
/* ----------ヘッダー------------ */
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: 765px;
}
.head_flx_ri {
  width: 555px;
}
.head_flx_le a {
  text-decoration: none;
  font-weight: bold;
  margin-right: 3%;
  font-size: 15px;
  color: #000
}
.head_flx_ri a {
  text-decoration: none;
  margin-right: 1%;
}
.head_logo {
  margin: .6% 5% 0 0;
  width: 48%;
}
@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: 5%;
  }
  #g-nav li a{
    color: #fff;
    text-decoration: none;
    padding:10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
}

/* ----------イントロ------------ */
.intro01_bg {
  background-image: url(../img/01_back_pc.png), url(../img/point_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 3.5% 0 5%;
  margin-top: -10px;
}

.intro_ttl {
  font-weight: bold;
  color: #fff;
  font-size: clamp(25px, 2vw, 40px);
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .intro01_bg {
    background-image: url(../img/01_back_sp.png), url(../img/point_bg_pc.jpg);
    padding: 3.5% 0 7%;
  }
  .intro_ttl {
    font-size: 16px;
    margin: 20px 0 30px;
  }
  .intro_bg {
    padding: 10% 0 0.5%;
  }
}

.intro02_bg {
  background-image: url(../img/point_bg_pc.jpg);
  background-position: top;
  padding: 2% 0 0;
}
.intro02_ttl {
  font-weight: bold;
  color: #000;
  font-size: clamp(20px, 1.2vw, 35px);
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 2%;
}
.fle{
  display: flex;
  justify-content: space-between;
  gap: 20px; /* 子要素の間に20pxの隙間を追加 */
}

.intro_inner{
  max-width: 1000px;
  margin: 0 auto 20px;
  padding: 0 50px;
}
.intro_gray {
  position: relative;
  display: inline-block; /* 画像サイズに合わせる */
}
.intro_gray img {
  display: block;
  max-width: 100%; /* レスポンシブにする場合 */
  height: auto;
}
.text01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 87%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(18px, 1.2vw, 35px);
  font-weight: 600;
  text-align: center;      /* 複数行でも中央 */
}
.intro03_bg{
  background-color: #e3f3ff;
  padding: 2.5% 0 4%;
}
.intro03_ttl{
  font-weight: bold;
  color: #0b75e6;
  font-size: clamp(25px, 2vw, 40px);
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 2%;
}
.orange{
  color: #ff7200;
}
.intro_box {
  width: 310px;       /* 基本幅 */
  background-color: #fff;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 0 10px 0 rgba(0, 31, 172, 0.1);
}
.intro_box .ttl01,.intro_box .ttl02,.intro_box .ttl03{
  font-weight: bold;
  font-size: clamp(18px, 1.2vw, 35px);
  margin-bottom: 10px;
  background-color: #003d6a;
  color: #fff;
  padding: 15px 0;
  border-radius: 12px 12px 0 0;
}
.intro_box .ttl01 {
  background-image: url(../img/01.png);
  background-repeat: no-repeat;   /* 繰り返さない */
  background-position: left center; /* 左端 & 縦中央（調整可） */
  background-size: auto;         /* そのままのサイズで表示 */
}
.intro_box .ttl02 {
  background-image: url(../img/02.png);
  background-repeat: no-repeat;   /* 繰り返さない */
  background-position: left center; /* 左端 & 縦中央（調整可） */
  background-size: auto;         /* そのままのサイズで表示 */
}
.intro_box .ttl03 {
  background-image: url(../img/03.png);
  background-repeat: no-repeat;   /* 繰り返さない */
  background-position: left center; /* 左端 & 縦中央（調整可） */
  background-size: auto;         /* そのままのサイズで表示 */
}
.intro_box .con{
  padding: 10px 20px 10px;
}
.intro_box p{
  text-align: left;
  font-size: 17px;
}
@media (max-width: 768px) {
  .fle{
    display: block;
  }
  .intro02_ttl {
    font-size: 15px;
    margin-top: 10px;
  }
  .intro_gray {
    position: relative;
    padding: 10px 25px 0px 20px;
  }
  .intro_gray img {
    display: block;
    max-width: 100%; /* レスポンシブにする場合 */
    height: auto;
  }
  .text01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
    font-size: 16px;
    line-height: 1.6;
}
.intro03_ttl{
  font-size: 22px;
  margin: 10px 0 20px;
}
.intro_inner{
  margin: 0 auto 20px;
  padding: 0 25px;
}
.intro_box p{
  text-align: left;
  font-size: 14px;
}
.intro_box{
  margin-bottom: 20px;
  width: 100%;
}
.intro03_bg{
  padding: 2.5% 0 6%;
}
}

/* 実現 */
.realize_bg{
  background-image: url(../img/realize_bg_pc.jpg);
  background-position: top;
  background-size: cover;
  padding: 4% 0 5%;
}
.realize_bg h2{
  color: #fff;
  font-size: clamp(25px, 2vw, 40px);
  text-align: center;
  margin-bottom: 3%;
}
.realize_inner{
  max-width: 1000px;
  margin: 0 auto 20px;
}
.realize_box{
  position: relative;
  text-align: center;
  flex: 1 1 300px;   /* 基準は300px、縮小・拡大OK */
  max-width: 300px;  /* 最大幅を300pxに制限 */
}
.t_margin{
  margin: 0 100px;
}
.text02{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 143%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  text-align: center;      /* 複数行でも中央 */
}
.text03{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  text-align: center;      /* 複数行でも中央 */
}
.large{
  font-size: larger;
  font-weight: 700;
}
.realize_inner .fle {
  justify-content: center; /* 中央寄せ */
}

@media (max-width: 768px) {
  .realize_box{
    max-width: 95%;
    display: block;     /* インラインだと効かないのでブロック化 */
    margin-left: auto;  /* 左側の余白を自動にして右へ寄せる */
    margin-right: 0;
  }
  .t_margin{
    margin: 0;
  }
  .text02, .text03{
    top: 30px;
    left: 165px;
    font-size: 15px;
    width: auto;   /* デフォルト幅に戻す */
    height: auto;  /* デフォルト高さに戻す */
    text-align: left;
  }
}

/* おすすめ */
.recomend_bg{
  background-color: #fffdec;
  padding: 4% 0 5%;
}
.recomend_bg h2{
  color: #0b75e6;
  font-size: clamp(35px, 2.5vw, 45px);
  text-align: center;
  margin-bottom: 3%;
}
.recomend_inner{
  max-width: 950px;
  margin: 0 auto 20px;
}
.recomend_box{
  flex: 1 1 475px;   /* 基準は300px、縮小・拡大OK */
  max-width: 475px;  /* 最大幅を300pxに制限 */
  text-align: center;
  position: relative;
}
.recomend_box .ttl{
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 130%;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.text04{
  position: absolute;
  top: 0;
  left: 35px;
  width: 50%;
  height: 105%;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
.recomend_bg .fle{
  gap: 0;
}
.recomend_bottom{
  position: relative;
}
.text05{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  font-weight: 600;
  text-align: center;      /* 複数行でも中央 */
  color: #fff;
}
@media (max-width: 768px) {
  .realize_bg h2{
    font-size: 23px;
  }
  .realize_bg{
    padding: 9% 0 5%;
  }
  .recomend_bg h2{
    font-size: 25px;
    margin-top: 8%;
    margin-bottom: 5%;
  }
  .recomend_box .ttl{
    top: 2px;
  }
  .recomend_bottom{
    position: relative;
    width: 95%;
    margin: 5% auto;
  }
  .text05{
    font-size: 21px;
  }
}

/* ---------- 選ばれるポイント ------------ */
.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.3;
  letter-spacing: 0.05em;
  margin-bottom: 5%;
  margin-top: 10px;
}
.point_ttl_min01 {
  max-width: 62px;
  margin: 0 auto;
}
.point_inner_bg01 {
  position: relative;
  margin: 0 10% 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% 10%;
  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_inner_bg03 {
  position: relative;
  margin: 0 10% 5% 0;
  background: linear-gradient(to left, #e3f3ff 80%, rgba(227,243,255,0) 100%);
  max-width: 95%;
  height: 500px;
  border-radius: 0 29px 29px 0;
}
.point_ab {
  position: absolute;
  top: -12%;
  left: 0;
  right: 0;
}
.point_flx01 {
  display: flex;
  justify-content: center;
  margin: 0 0 0 20%;
}
.point_txt01 {
  max-width: 500px;
  font-size: clamp(15px, 0.9vw, 20px);
  line-height: 1.8;
  font-weight: 450;
  margin: 4% 10% 0 0;
}
.point_ttl_min02 {
  font-weight: bold;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
}
.point_txt_area01 {
  margin-top: 8.5%;
}
.point_txt_area02 {
  margin: 8.5% 0 0 5%;
}
.point_ilu01 {
  max-width: 650px;
  margin-right: -100px;
}
.point_ilu02 {
  max-width: 650px;
  margin-left: -50%;
}
.point_ilu03 {
  max-width: 650px;
  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) {
  .point01_sp, .point02_sp{
    position: relative;
    padding-bottom: 5%;
  }
  .point01_sp{
    padding-right: 15px;
  }
  .point02_sp{
    padding-left: 15px;
  }
  .point_txt_area01, .point_txt_area02{
    position: absolute;
    top: 0;
  }
  .point_ttl_min02{
    font-size: 1.3rem !important;
  }
  .point_txt01{
    line-height: 1.5 !important;
    margin: 2% 8% 0px 0px !important;
  }
  .point_txt_area01{
    margin-left: 7%;
  }
  .point_txt_area02 {
    margin: 8% 0 0 7% !important;
}
  .point02_sp{
    float: none !important;
  }
  .point_ttl {
    font-weight: bold;
    color: #0b75e6;
    font-size: 28px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 0%;
  }
  .point_bg {
    background-image: url(../img/point_bg_sp.jpg);
    padding: 11% 0 7% 0;
    background-size: cover;
    background-size: 100%;
  }
  .point_bg2{
    background-image: url(../img/point_bg_sp.jpg);
    background-size: cover;
    background-size: 100%;
    padding-bottom: 7%;
  }
  .point_ttl_min01 {
    max-width: 37px;
    margin: 0 auto;
  }
}


/* ---------- 料金プラン ------------ */
.plan_bg {
  background-color: #f0f2f4;
  padding: 4.5% 0 5%;
}
.plan_inner{
  margin: -60px auto 0;
  max-width: 1000px;
}
.blue{
  color: #0066d3;
}
.plan_inner p{
  text-align: center;
  font-size: 23px;
}
.plan_inner a img{
  margin-top: 10px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .plan_bg {
    background-color: #f0f2f4;
    padding: 9% 0 7%;
  }
  .plan_inner{
    margin: 3% auto;
    padding: 0 5%;
  }
  .plan_inner p{
    font-size: 14px;
  }
}

/* ---------- 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;
  margin-bottom: 20px;
}
.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_box,.cta_box2 {
  max-width: 1000px;
  margin: 0 auto;
  border: solid 3px #fff;
  padding: 2.2% 1% 0;
}
.cta_flx {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto 3.2%;
}
.cta_slash {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  overflow: visible;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}
.cta_slash::before,
.cta_slash::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 3px;
  height: 120%;
  background: #ffffff;
  border-radius: 3px;
  transform-origin: center;
  z-index: 0; /* 念のため */
}
.cta_slash::before {
  left: -15px; /* 少し外に出すと見えやすい */
  transform: translateY(-50%) rotate(-25deg);
}
.cta_slash::after {
  right: -15px;
  transform: translateY(-50%) rotate(25deg);
}
@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_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_flx img{
    max-width: 100%;
    margin-bottom: 2%;
  }
}

/* 流れ */
.flow_bg{
  background-image: url(../img/point_bg_pc.jpg);
    background-position: top;
    padding: 4.5% 0 5%;
}
.flow_inner{
  max-width: 1000px;
  margin: -30px auto 0;
}
.flow_box{
  text-align: center;
}
.flow_bg .fle{
  gap: 0;
}
@media (max-width: 768px) {
  .flow_box{
    display: flex;
    align-items: flex-start; /* 子要素を上揃えに */
    text-align: left;
  }
  .flow_box img{
    width: 33%;
    height: auto;    /* 縦横比を維持 */
    max-height: 100%; /* 親要素の高さを超えない */
    margin-top: -20px;
  }
  .flow_box p{
    margin: 0 5%;
  }
  .flow_inner {
    padding: 15% 5% 10% 5%;
  }
  .flow_bg{
    background-image: url(../img/point_bg_sp.jpg);
    padding: 12% 0 6%;
    background-size: cover;
  }
}

/* 活用方法 */
.utilize_bg{
  background-color: #fffdec;
    background-position: top;
    padding: 4.5% 0 5%;
}
.utilize_ttl_min01 {
  max-width: 80px;
  margin: 0 auto;
}
.utilize_inner{
  max-width: 950px;
  margin: -50px auto 0;
  padding: 0 20px;
  background-image: url(../img/tensen.png);
  background-position: 150px 90px;
  background-repeat: no-repeat;
}
.utilize_inner img{
  height: auto;      /* 高さは自動で比率を維持 */
  object-fit: contain; /* はみ出さず比率を維持 */
  flex-shrink: 0;    /* 縮まないようにする（必要な場合のみ） */
}
.utilize_inner .text{
  font-size: large;
}
.utilize_inner .text .large{
  font-size: 27px;
}
@media (max-width: 768px) {
  .utilize_bg{
    padding: 12% 0 6%; 
  }
  .utilize_inner .text{
    font-size: 15px;
  }
  .utilize_inner .text .large{
    font-size: 16px;
  }
  .utilize_inner .text img{
    width: 20px;
    margin-bottom: -10px;
  }
  .utilize_ttl_min01{
    max-width: 55px;
    margin: 0 auto;
  }
  .utilize_inner{
    margin: 0 auto;
  }
  img.pc{
    width: 200px;
    margin: -22% 0 0 40%;
  }
  .utilize_inner{
    background-image: url(../img/tensen_sp.png);
    background-position: 280px 110px;
    background-size: 3% 80%;
    background-repeat: no-repeat;
  }
}

/*---------- よくあるご質問 アコーディオン----------*/
.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;
    }
}
/*キャンペーン*/
.campaign{
  background-color: #e4f3ff;
  text-align: center;
  padding: 4.5% 0 5%;
}
.campaign .tyu{
  text-align: right;
}
.campaign_inner{
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
}
.campaign h3{
  font-size: clamp(20px, 2.4vw, 30px);
  color: #fff;
  background-color: #0b75e6;
  padding: 15px;
  position: relative;
}
.campaign h3::before{
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 15px solid #0b75e6;  /* 好みで色を変えてください */ 
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.campaign_txt{
  font-size: 22px;
  line-height: 1.8;
  font-weight: 450;
}
.campaign_box{
  position: relative;
}
.campaign_box p{
  position: absolute;
  top: 33px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 450;
}
.campaign_box .bold {
    font-size: 32px;
    font-weight:bold;
}
@media (max-width: 768px){
  .campaign{
    padding: 5% 0 7%;
  }
  .campaign h3{
    font-size: 24px;
  }
  .campaign_txt{
    font-size: 16px;
  }
  .campaign_box p{
    top: 55px;
    font-size: 15px;
    line-height: 1.7;
  }
  .campaign_box .bold {
    font-size: 23px;
}
}