@charset "utf-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', sans-serif;
  background: #fff;
  color: #000;
  font-size: 17px;
  background: #fff;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a:link, a:visited, a:hover, a:active {
  color: #b83397;
}


a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}



/*共通*/
.bg_gray{
background-color:#ededed;
}
.fcR{
    color:#df1f00;
}
.fcB{
    color:#0461ca;
}
.fsS{
    font-size: .9em;
}
.fsSS {
    font-size: .6em;
    line-height: 1.3;
}
.fsL{
    font-size: 1.3em;
}
.taC {
    text-align: center;
}
.taR {
    text-align: right;
}
.taL {
    text-align: left;
}
.fwB {
  font-weight: bold;
}
.marker {
    background:linear-gradient(transparent 60%, #ff6 60%);
    color:#000;
}
.rel {
    position: relative;
}
.abs {
    position: absolute;
}
.pa {
    margin: 20px auto;
}
.pa2 {
    padding: 0 10px;
}
.pd{
    padding:0 3%;
}
.pc_n {
    display: none;
}
.sp_n {
  display: block;
}

.red {
    color: #f10205;
  font-weight: bold;
}
 .br_sp {
    display: block;
  }
 .br_pc {
    display: none;
  }

@media screen and (min-width:640px){
.sp_n {
  display: none;
}
.pc_n {
    display: block;
}
.pa2 {
    padding: 0 20px;
}
  .br_sp {
    display: none;
  }
 .br_pc {
    display: block;
  }
.pa {
    margin: 20px auto;
}
}



/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/

#content {
    width: 100%;
    margin: 0 auto;
}
.wrapper {
    margin: 3% 3% 0;
}
figure{
  margin: 0 auto;
  max-width: 100%;
}
img {
    width: 100%;
    height: 100%;
  vertical-align: middle;
}

p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
  }

@media screen and (min-width:640px) {
    p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
/*------------------------------------------------------------
スマホから
ヘッダー
------------------------------------------------------------*/
header {
  width: 100%;
  position: relative;
  top: 0;
  z-index: 100;
  box-shadow: 0px 10px 15px -10px #808080;
}
#mv {
    /*margin-top: 16vw;*/
}
.head_tell{
    position: absolute;
    color: red;
    font-weight: bold;
    font-size:4.3vw;
    top: 33%;
    right: 2%;
/*    letter-spacing:-2.3px;*/
    margin: 0;
}

.head_tell a:link{
    color: red;
}

/* 光らせるためのstyle */
.shine{
  position: relative;
  overflow: hidden;
}
/* 光の疑似要素 */
.shine::before{
    content: '';
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shine 3s ease-in-out infinite;
    position: absolute;
    top: -180px;
    left: 0;
    opacity: 0;
    transform: rotate(45deg);
}
/* 光の動き */
@keyframes shine{
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.mv_btn {
        margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
}

@media screen and (min-width:640px) {
.head_tell{
    font-size: 2vw;
    top: 25%;
    right: 4%;
}
}

/*------------------------------------------------------------
コンテンツ
------------------------------------------------------------*/

#Realtime, #Realtime01, #Realtime02, #Realtime03, #Realtime04, #Realtime05{
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    font-family: 'Meiryo', 'メイリオ', sans-serif;
    margin-top:20%;
}
#endtime, #endtime1, #endtime2, #endtime3, #endtime4, #endtime5{
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    font-family: 'Meiryo', 'メイリオ', sans-serif;
    margin-top:15%;
}
h2 {
    text-align: center;
    margin: 0;
}
.comment_abs {
    top: -38px;
    width: 45%;
    left: 10px;
    position: absolute;
}

@media screen and (min-width:1024px) {
#Realtime, #Realtime01, #Realtime02, #Realtime03, #Realtime04, #Realtime05{
    font-size: 1.5em;
    margin-top: 0%;
    margin-left: -13%;
}
#endtime, #endtime1, #endtime2, #endtime3, #endtime4, #endtime5{
    font-size: 1.5em;
    margin-top:18%;
}
.comment_abs {
    top: -64px;
    height: 55%;
    left: 10px;
    position: absolute;
}
}
@media screen and (min-width:640px) and (max-width:1024px) {
    #Realtime, #Realtime01, #Realtime02, #Realtime03, #Realtime04, #Realtime05{
        font-size: 0.8em;
        margin-top: 0%;
        margin-left: -20%;
    }
}

@media screen and (max-width:320px) {
#Realtime, #Realtime01, #Realtime02, #Realtime03, #Realtime04, #Realtime05 {
    font-size: 1em;
}
#endtime, #endtime1, #endtime2, #endtime3, #endtime4, #endtime5{
     font-size: 0.6em;
}
    
.comment_abs {
    top: -31px;
    width: 45%;
    left: 10px;
    position: absolute;
}
}

.mv-under{
    font-size: 1.5em;
    font-weight: 700;
    margin: 0;
    padding: 1%;
    text-align: center;
    font-family: 'Meiryo', 'メイリオ', sans-serif;
}

@media screen and (max-width:500px) {
.mv-under{
    font-size: 1.1em;
    padding-top: 5%;
}
}

/* 点滅 */
.blinking{
  animation: flash 1.5s linear infinite;
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }


  100% {
    opacity: 1;
  }
}

.arrow_mt {
margin-top: -2vw;
}


/*-------------基本プランのごあんない-------------*/
.trouble-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 3% 3% 0;
}

h1{
        width: 94%;
    max-width: 650px;
    margin: auto;
}
.item {
    width: 31%;
}
section.trouble {
    margin-bottom:0;
    background: #ffe7dd;
       padding: 1px 0 8%;
}
.plan_box {
    border-radius: 15px;
}

.tp {
    width: 100px;
    background-size: 100%;
}

section .plan_box p.point-mi{
    font-size: 12px;
    margin: 0;
    padding: 0 10px 10px;    
}

.trouble_bottom {
    color: #0461ca;
    background: #fff;
    padding: 1% 0;
    margin-bottom: 5%;
    text-align: center;
    font-size: 1.3em;
    margin-top: 0;
    font-weight:bold;
}
.trouble-point_p {
background: #fcc301;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    position: absolute;
    border-radius: 100vh;
    letter-spacing: -1.5px;
    width: 28%;
    margin-top: 0;
}

.plan_box_ttl {
   font-weight: bold;
    color: #fff;
    background: #ef350f;
    padding: 1vw;
    font-size: 1.3em;
}

.tp.trouble-point1 a:hover , .tp.trouble-point2 a:hover , .tp.trouble-point3 a:hover , .tp.trouble-point4 a:hover , .tp.trouble-point5 a:hover , .tp.trouble-point6 a:hover {
    opacity: 0.7;
}


@media screen and (min-width: 1024px){
section.trouble {
    margin-bottom: 0;
}
.tp {
    width: 200px;
    margin-bottom: 10px;
    background-size: 100%;
}
.trouble-point_p {
    font-size: 1.3em;
    padding: 0.3em 0.3em;
    width: 200px;
}
.plan_box_ttl {
    font-size: 30px;
}

.trouble-flex{
    margin: 3% 18% 0;
}
}

@media screen and (max-width:320px){
.tp {
    width: 27vw;
    height: 31vw;
    margin-bottom: 10px;
}
.trouble-point_p {
    font-size: 0.7em;
    margin-top: 25vw;
}
p.item02 {
    height: 43vw;
}
}

.view_ex_all{
    margin-bottom: 4%;
    margin-top: 1%;
    text-align: center;
}
.view_ex_all a{
    color: #fff;
    border-radius: 50px;
    background-color: #f00;
    padding: 10px 25px;
    font-weight: bold;
}

.web3000 {
    text-align: center;
}

/*-------------仕組み-------------*/
section.system {
    background-size: auto auto;
background-color: rgba(255, 135, 27, 1);
background-image: repeating-linear-gradient(140deg, transparent, transparent 5px, rgba(255, 121, 1, 1) 5px, rgba(255, 121, 1, 1) 10px );
    padding: 3% 3% 7%;
}

.ballon2 {
       padding: 3%;
    background: #fff;
    border-radius: 15px;
    margin-top: 3%;
}

@media screen and (min-width:640px) {
section.system {
margin-top: 5em;
}
}

@media screen and (max-width:320px) {
p.fz_se {
    font-size: 0.75em;
}
.ballon2 {
    padding: 11% 5% 5%;
}
}

/*-------------選ばれる理由-------------*/
section.point {
    background: #0461ca;
    padding-bottom: 6%;
}
section.point p.point-mi{
    font-size: 12px;
    margin: 0;
    padding: 0 0 10px;    
}
.point .wrapper {
     margin: 3% 3% 0;
}


.point_box {
     background: #fff;
     border-radius: 15px;
}

.point_tx p {
    font-weight: bold;
    line-height: 1.4;
    margin-top: 0;
    padding-top: 3%;
}
.point_ttl {
    display: block;
    font-weight: bold;
    padding: 5% 0;
    margin-top: 0;
    color: #0461ca;
    font-weight: bold;
    margin: 0;
    padding-bottom: 1%;
    font-size: 1.2em;
    line-height: 1.3;
    border-bottom: solid #0461ca 2px;
}
.point_box p:nth-child(3) {
    line-height: 1.2;
}
.abs_p1 {
    width: 80%;
}
.abs_p2 {
    top: -1%;
    left: 53%;
    width: 52%;
}
.abs_p4 {
    top: -4%;
    left: 61%;
    width: 37%;
}
.abs_p5 {
    top: -6%;
    left: 62%;
    width: 45%;
}
.abs_p6 {
    top: -4%;
    left: 57%;
    width: 48%;
}

@media screen and (min-width:640px){

.abs_p1 {
    width: 55%;
}
.abs_p2 {
    top: -5%;
    left: 54%;
    width: 53%;
}
.abs_p4 {
    top: -8%;
    left: 69%;
    width: 37%;
}
.abs_p5 {
    top: -8%;
    left: 69%;
    width: 33%;
}
.abs_p6 {
    top: -4%;
    left: 64%;
    width: 51%;
}
.point_txt{
    font-size: 1.2rem;
}
}

@media screen and (max-width:600px) {
.point_ttl {
    font-size: 1.3em;
    width: 100%;
}
.trouble_bottom {
font-size: 1.3em;
}
}

@media screen and (max-width:370px) {
.point_ttl {
    font-size: 0.7em;
    height: 30px;
}
}

/*-------------お客様からの声-------------*/
section.voices {
    background:#fff;
    background-size: cover;
    padding: 7% 0 5%;
    letter-spacing: -0.8px;
}
.voice_ttl {
    font-size: 1.8em;
    color: #e60012;
    letter-spacing: -0.5px;
    font-weight: 800;
}
.slider{
    margin: auto;
    margin-top: 5px;
    width: 100%;
}
.slider img{
    display: block;
    margin: auto;
}
.voice {
    width: 97%;
    background: #fff;
    padding: 5%;
    border-radius: 20px;
    box-shadow:0px 0px 10px -5px #555;
    margin: 2%;
}
.position-voice_p1 {
    text-align: center;
    padding: 2px;
    color: #fff;
        background: #0461ca;
    border-radius: 30px;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: -4%;
}
.position-voice_p2 {
    font-size: 1em;
}

@media screen and (min-width:640px){
    .voice_ttl {
    font-size: 2em;
}
}

@media screen and (max-width:320px) {
.point_ttl {
    font-size: 1em;
}
}
.step h2{
    width: 70%;
    margin: auto;
    max-width: 800px;
}
/* PC版限定 */
@media screen and (min-width: 1024px) {

    .slider {
        width: 80%;
        margin: 1% auto 0;
        overflow: visible;
    }
    
  .slick-slide {
    transform: scale(0.8);
    opacity: 0.5;
  }
  /* 中央スライドだけ強調 */
  .slick-center {
    transform: scale(1);
    opacity: 1;
    z-index: 3;
  }
    .voice {
        width: 90%;
        margin: 2% auto;
    }
}

/*-------------ご利用の流れ-------------*/
section.step {
    background-color: #05cfe1;
    padding: 3% 0;
}
.step_flex {
    display: flex;
    flex-wrap: wrap; /* ← ここを追加！折り返しを有効化 */
    justify-content: center; /* 中央揃え */
    gap: 30px; /* ボックス間の隙間 */
}
.step_box {
    border-radius: 10px;
    margin-bottom: 20px;
    background: #fff;
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
}
.step_box img{
    height: auto;
}
.step-p1 {
    text-align: center;
    color: #fff;
    background: #05cfe1;
    padding: 2%;
    font-weight: bold;
}
.step_n {
    top: -15%;
    left: -1%;
    width: 22%;
}
.step_p {
    padding: 0px 4%;
    font-weight: bold;
}
.step_mt {
    margin-top: 0;
}
.step_box .abs{
    top: -12%;
    left: 5%;
}
.step .fcB{
    color:#05cfe1;
}
@media screen and (min-width: 1024px){
.wrapper {
    margin: 5% 25% 0;
}
step_p {
    font-size: 1.5rem;
}
}
@media screen and (min-width:641px) and (max-width:1023px) {
step_p {
    font-size: 1.2rem;
}
.step_box {
    width: 80%;
}
}


/*-------------対象エリア-------------*/
.area{
    background: #fff3ed;
    padding: 8% 0 4%;
    color: #000;
}
.area p {
    padding: 5%;
    font-size: 1.1em;
    text-align: center;
    margin-top: 4em;
    margin-bottom: 0;
    font-weight:bold;
}

dl {
    display: inline-block;
    text-align: center;
    font-weight:bold;
    width: 100%;
}
dl.area2 {
    margin-top: -10px;
    width: 65%;
    margin-bottom: 16vh;
}
.map_abs {
    top: 34%;
    width: 30%;
    height: auto;
    left: 53%;
}
dt {
    color: #fff;
}
dt.area_hokkai {
    background-color: #06e2ef;
        border-radius: 10px 10px 0 0;
}
dt.area_kansai {
    background-color: #f9cc00;
        border-radius: 10px 10px 0 0;
}
dt.area_shikoku {
    background-color: #f47c9a;
        border-radius: 10px 10px 0 0;
}
dt.area_kyusyu {
    background-color: #f36662;
        border-radius: 10px 10px 0 0;
}
dt.area_cyubu {
    background-color: #d1de05;
        border-radius: 10px 10px 0 0;
}
dt.area_kanto {
    background-color: #8fd668;
        border-radius: 10px 10px 0 0;
}

dd.area_hokkai {
    margin-bottom: 10px;
    background:#fff;
    margin-left: 0;
    border-radius: 0px 0px 10px 10px;
        font-size: 0.9em;
        padding: 10px;
}

dd.area_kansai {
    background:#fff;
    margin-bottom: 10px;
    margin-left: 0;
    border-radius: 0px 0px 10px 10px;
        font-size: 0.9em;
        padding: 10px;
}
dd.area_shikoku {
    
    margin-bottom: 10px;
       background:#fff;
       margin-left: 0;
       border-radius: 0px 0px 10px 10px;
           font-size: 0.9em;
           padding: 10px;
}
dd.area_kyusyu {
    
    margin-bottom: 10px;
        background:#fff;
        margin-left: 0;
        border-radius: 0px 0px 10px 10px;
            font-size: 0.9em;
            padding: 10px;
}
dd.area_cyubu {
    
    margin-bottom: 10px;
        background:#fff;
        margin-left: 0;
        border-radius: 0px 0px 10px 10px;
            font-size: 0.9em;
            padding: 10px;
}
dd.area_kanto {
    
    margin-bottom: 10px;
       background:#fff;
       margin-left: 0;
       border-radius: 0px 0px 10px 10px;
           font-size: 0.9em;
           padding: 10px;
}
@media screen and (min-width:1024px) {
    .area {
        padding: 6% 0 8%;
    }
    .area_wrapper {
        margin: 3% 35% 0 20%;
    }
    dl.area2 {
        margin-bottom: 10%;
    }
    .area p {
        padding: 0px 53% 0 25%;
        font-size: 0.8em;
        text-align: left;
        margin-top: -2%;
        margin-bottom: 0;
        font-weight: bold;
    }
    dt.area_hokkai,dt.area_kansai,dt.area_shikoku,dt.area_kyusyu,dt.area_cyubu,dt.area_kanto,
    dd.area_hokkai,dd.area_kansai,dd.area_shikoku,dd.area_kyusyu,dd.area_cyubu,dd.area_kanto {
            font-size: 1.2em;
    }
}
@media screen and (min-width:641px) and (max-width:1023px) {
    .map_abs {
        top: 30%;
    left: 11%;
    width: 83%;
    height: auto;
}
dl {
    font-size: 22px;
    width: 65%;
}
.area p  {
    padding: 0 5%;
    font-size: 1.6em;
    margin-top: 8em;
}
}

@media screen and (max-width:640px) and (min-width:400px){
    .map_abs {
        top: 48%;
        left: 3%;
        width: 93%;
        height: auto;
}
.area p  {
    padding: 5%;
    font-size: 1.1em;
    text-align: center;
    margin-top: 9em;
    margin-bottom: 0;
}
}
@media screen and (max-width:399px){
    .map_abs {
        top: 49%;
        left: 3%;
        width: 93%;
        height: auto;
}
.area p  {
    margin-top: 3em;
}
}

/*-------------Q&A-------------*/
section.qa {
    background: #ffe7dd;
    padding: 6% 0;
    margin-top: -8%;
}
.qa h2{
    margin-top:0;
}
/*アコーディオン*/
   .q_arrow {
        position: absolute;
        top: 40%;
        right: 4%;
        width: 2%;
        height: auto;
    }

/*1~10*/
    .OaC_btn_1,.OaC_btn_2,.OaC_btn_3,.OaC_btn_4,.OaC_btn_5,.OaC_btn_6,.OaC_btn_7,.OaC_btn_8,.OaC_btn_9,.OaC_btn_10 {
    display: block;
    background-color: #05cfe1;
    padding: 18px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    line-height: 1.3;
    padding-left: 12%;
    padding-right: 10%;
    margin: 3%;
    border-radius: 10px;
    background-image: url(../img/Q.png);
    background-repeat: no-repeat;
    background-size: 7%;
    background-position: right 100% bottom 40%;
    }

    .sp_close_1,.sp_close_2,.sp_close_3,.sp_close_4,.sp_close_5,.sp_close_6,.sp_close_7,.sp_close_8,.sp_close_9,.sp_close_10 {
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    .close {
        line-height: 1.6;
        padding: 3%;
        margin: 0 10px 10px;
        padding-top: 10px;
        padding-bottom: 20px;
        color: #000;
    }
    .another{
        width: 100%;
        padding: 5px 110px 20px;
        font-weight: bold;
        border-top: 1px solid #5f86bb;
    }


@media screen and (max-width:640px) {
     .OaC_btn_1,.OaC_btn_2,.OaC_btn_3,.OaC_btn_4,.OaC_btn_5,.OaC_btn_6,.OaC_btn_7,.OaC_btn_8,.OaC_btn_9,.OaC_btn_10 {
    display: block;
    background-color: #05cfe1;
    padding: 18px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    line-height: 1.3;
    padding-left: 12%;
    padding-right: 10%;
    margin: 20px 10px 5px 10px;
    border-radius: 10px;
    background-image: url(../img/Q.png);
    background-repeat: no-repeat;
    background-size: 13%;
    background-position: right 102% bottom 40%;
    }
/*アコーディオン*/
.q_arrow {
    position: absolute;
    top: 40%;
    right: 4%;
    width: 4%;
}



.sp_close_1,.sp_close_2,.sp_close_3,.sp_close_4,.sp_close_5,.sp_close_6,.sp_close_7,.sp_close_8,.sp_close_9,.sp_close_10 {
    display: none;
    width: 100%;
    margin: 0 auto;
}

.close {
    line-height: 1.6;
    padding: 3%;
    margin: 0 10px 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #000;
}
.another{
    width: 100%;
    padding: 5px 110px 20px;
    font-weight: bold;
    border-top: 1px solid #5f86bb;
}
}

/*FAQ*/
@media screen and (min-width:1024px) {
    section.qa {
        background: #ffe7dd;
        padding: 4% 20% 6%;f
        margin-top: -9%;
    }
}

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

footer {
    background: #0461ca;
    color: #fff;
}
tbody {
    font-size: 12px;
}
table.fooer_table {
    width: 100%;
    padding: 20px 10px 0;
    line-height: 1.8;
}
table.fooer_table th{
    width: 35%;
}
footer a:link, a:visited, a:hover, a:active {
    color: #fff;
}

.footer_oya{
    display: flex;
    justify-content:space-around;
}
.another p{
    font-size: 12px;
    color: #fff;
}
    .close1 {
        display: none;
    }

.logo img {
    width: 80%;
    margin-bottom: 10px;
    height: auto;
}
.another {
    width: 100%;
    padding: 5px 30px 20px;
    font-weight: bold;
    border-top: 1px solid #fff;
}

@media screen and (min-width:640px) and (max-width:1023px) {
    .another{
        width: 100%;
        padding: 5px 110px 20px;
        font-weight: bold;
        border-top: 1px solid #fff;
    }
    .toiawase{
        width: 400px;
    }
    .logo img {
        width: 50%;
        margin-bottom: 10px;
    }
    table.fooer_table {
    width: 80%;
    padding: 20px 10px 0;
    line-height: 1.8;
    margin: 0 0 0 15%;
    }
}
@media screen and (min-width:1024px) {

    footer {
        background: #0461ca;
        color: #fff;
        padding: 40px 0 20px;
        font-size: 14px;
    }

    table.fooer_table {
        width: 30%;
        max-width: 1000px;
        margin: 0px 0 0 40%;
        padding: 20px 0;
        line-height: 1.8;
        border-collapse: collapse;
    }

    table.fooer_table th {
        width: 25%;
        text-align: left;
        font-size: 1em;
        padding-right: 20px;
    }

    table.fooer_table td.logo {
        text-align: left;
    }

    .logo img {
        width: 180px;
        height: auto;
        margin-bottom: 10px;
        display: block;
    }

    footer a {
        color: #fff;
        text-decoration: underline;
    }

    footer a:hover {
        opacity: 0.8;
    }

    .privacy-policy {
        text-align: center;
        margin-top: 20px;
        font-size: 13px;
    }

    .toiawase {
        width: 350px;
        margin: 20px auto;
    }

    .another {
        width: 90%;
        max-width: 1000px;
        margin: 30px auto 0;
        padding-top: 20px;
        border-top: 1px solid #fff;
        font-weight: bold;
    }

    .another > p {
        font-size: 14px;
        margin-bottom: 10px;
        text-align: center;
    }

    .footer_oya {
        display: flex;
        justify-content: center;
        gap: 60px; /* 均等な間隔を確保 */
        flex-wrap: wrap;
    }

    .footer_oya p {
        font-size: 13px;
        line-height: 1.8;
        margin: 0;
    }
}


/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 10000;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/*モーダルを閉じるボタンの指定*/
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -26px;
  right: -10px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
  width: 100%;
}

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

@media screen and (min-width:768px) {
    .modal-container:before{
      height: 100%;
    }
    .modal-content {
    width: 50%;
    margin: 0 auto;
    }
    .modal-close {
    top: -26px;
    right: 244px;
    width: 40px;
    height: 40px;
    font-size: 55px;
    color: #fff;
    cursor: pointer;
    }
}
@media screen and (min-width:640px) {
.point h2 figure img{
       height: auto;
    margin: auto;

}
}

.case{
    width:32%;
    height:32%;
        margin-bottom: 4%;
}
.case p {
    position: relative;
    background: #fff;
    padding: 3%;
    text-align: center;
    border-radius: 50px;
    color: #000;
    font-weight: bold;
    margin-top: 0;
        margin-bottom: 0;
}
.case a{
    text-decoration: none;
}
.case img{
    margin-top: 3%;
}
.area h2{
    margin-top: 0;
    width:50%;
    margin: auto;
}
.point_ttl img {
    height: 28px;
    width: auto;
    margin-right: 7px;
    vertical-align: top;
}
.step_box .step_mt{
    width:85%;
}

.office_txt{
    display:block;
    font-size:30px;
    font-weight:bold;
    text-align:center;
    margin-top: 0;
}
.double {
    justify-content: center;
    margin-bottom:20px;
}
.double .case:nth-child(1){
    margin-right:20px;
}
@media screen and (max-width:760px){
    .office_txt{
        font-size:6vw;
    }
    .double .case:nth-child(1){
        margin-right:0px;
    }
    .double {
        justify-content: space-between;
    }
}

/*プライバシーポリシー*/
.privacy-policy {
    text-align: center;
    font-size: 0.8em;
}

#privacy h2 {
    margin: 0 auto;
}
#privacy .inner {
    margin: 0 auto;
    padding: 0 3%;
    overflow-wrap: break-word;
}
#privacy .inner dl{
    font-size: inherit;
    width: 100%;
    font-weight: normal;
    text-align: left;
}
#privacy .inner dt{
    color: #222;
    font-weight: bold;
    margin-bottom: 5px;
}
#privacy .inner dd{
    margin: 0 auto;
}

.recruit_box{
    border: 3px solid #ff6c00;
    padding: 0 0 20px;
    width: 95%;
    margin: 30px auto;
    border-radius: 20px;
}
.recruit_box p{
    display: block;
    margin: 0 auto 10px;
    text-align: center;
}
.recruit_box p:first-child{
    font-weight: bold;
    background-color: #ff6c00;
    font-size: 22px;
    padding: 15px 0;
    border-radius: 15px 15px 0 0;
    color: #fff;
    margin-bottom: 20px;
}

.recruit_box p a{
    color: #ff7901;
    font-weight: bold;
    font-size: 22px;
}
/* 追従 */
.floating{
    background-color: #0026b3;
    width: 750px;
    position: fixed;
    height: 130px;
    bottom: 0;
    display: flex;
    justify-content: center;
}
.floating_txt{
display: flex;

}
.floating_txt01{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    font-weight: bold;
    line-height: 1.3;
    color: #ff7901;
    padding: 31px 0px 0 0px;
    text-align: center;
    margin-top: 8%;
}
.floating_txt02{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    font-weight: bold;
    line-height: 1.3;
    color: #ff7901;
    padding: 31px 0px 0 0px;
    text-align: center;
    margin-top: 8%;
    margin-left: 3%;
}
.floating_txt03{
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.floating_tel{
    text-align: center;
    margin-top: 2%;
    margin-left: 3%;
}
.floating_tel p{
    margin: 0;
}
.floating_telnumber{
    font-size: 55px;
    font-weight: bold;
}
.floating a:link{
    color: #faed30;
}
.floating_telnumber a:visited{
    color: #faed30;
}
@media screen and (max-width:768px) {
    .case {
    width: 49%;
    height: 49%;
    margin-bottom: 4%;
}
    .floating{
        width: 100%;
        height: 90px;
    }
    .floating_txt{
        display: block;
        margin-top: 4%;
    }
    .floating_txt01{
        background-color: transparent;
    font-size: 13px;
    color: #fff;
    }
    .floating_txt02{
        background-color: transparent;
        font-size: 13px;
        margin-left: 0;
        color: #fff;
    }
    .floating_txt03{
        font-size: 14px;
    }
    .floating_telnumber{
        font-size: 30px;
    }
}

.none {
    display: none;
}
   .cta_box{
       position:relative;
       background-color: #ef350f;
   }
   .timetxt{
       position: absolute;
    top: 17%;
    text-align: left;
    padding: 10%;
}
.camp .timetxt{
    top: 16%;
}
.camp .mv_btn{
    bottom: 12%;
}
.mv_btn img{
    width:95%;
}
.kaikei img {
    margin: auto;
    width: 94%;
    margin-top: -20%;
    max-width: 750px;
}
.kaikei{
    text-align: center;
    width: 94%;
    background: #deeeff;
    margin: auto;
    border: solid 3px #0461ca;
    font-weight: bold;
    padding: 0;
    margin-top: 15%;
    padding-top: 3%;
}
.w-box{
        background: #fff;
    padding: 3%;
    border-radius: 10px;
    width: 94%;
    margin: 5% auto;
}
.caution{
    background: #0461ca;
    color: #fff;
    padding: 1% 0;
}
.caution p{
    font-size: 1.2em;
}
.reason_ttl{
    max-width: 500px;
    margin-bottom: -4%;
    top: -5%;
    left: 2px;
    position: absolute;
    height: auto;
}
.point_tx figure{
    text-align: center;
    margin-bottom: 2%;
    max-width: 305px;
}
.point_tx {
    margin-top: 18%;
    padding: 22% 3% 3%;
    position: relative;
}
.message{
    background-image: url(../img/message_bg.jpg);
    font-weight:bold;
}
.message h2{
    text-align: center;
    width: 94%;
    margin: auto;
    max-width: 800px;
}
.message p{
    padding: 3%;
}
.credit{
    display:flex;
    margin:3%;
    align-items: center;
    background: #fff;
    border-radius: 20px;
}
.credit p{
    background: #000;
    color: #fff;
    font-weight: bold;
    width: 30%;
    text-align: center;
    padding: 27px;
    margin: 0;
    border-radius: 20px 0 0 20px;
}
.credit img {
    padding: 15px;
    width: 70%;
}
.anshin{
    margin:3%;
}

@media screen and (max-width:768px) {
    .credit{
    display:inherit;
}
.credit p{
    width: 100%;
    border-radius: 20px 20px 0 0 ;
    padding: 10px;
}
.credit img {
    width: 100%;
}
}
.slick-dots li button:before {
    opacity: 1;
    color: #e5e5e5;
}

.balloon1 {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #ef350f;
  border-radius: 15px;
  font-weight:bold;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 49px;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #ef350f;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}


/*-------------cta------------*/
@media screen and (min-width:640px) {
    .cta_box {
        padding: 6% 20%;
    }
    .mv_btn {
        bottom: 20%;
        right: 15%;
        width: 30%;
    }
    .mv_btn img {
        width: 100%;
    }

    .camp .timetxt {
        top: 20%;
    }
    .camp .mv_btn {
        bottom: 19%;
        width: 30%;
    }
}



@media screen and (min-width:640px) {
.kaikei {
    text-align: center;
    width: 60%;
    background: #deeeff;
    margin: auto;
    border: solid 3px #0461ca;
    font-weight: bold;
    padding: 0;
    margin-top: 8%;
    padding-top: 5%;
}
.kaikei p {
    font-size: 22px;
}
}

@media screen and (min-width:640px) and (max-width:1023px) {
    .kaikei {
        width:90%;
        margin-top: 15%;
    }
    .kaikei p {
        font-size: 22px;
    }
    .point .wrapper {
         margin: 5% 15% 0;
    }
    .reason_ttl {
    top: -5%;
    left: 50%;
    transform: translateX(-50%);
    }
    .point_tx {
    margin-top: 18%;
    padding: 15% 7% 5%;
    }
    .point_tx figure {
    width: 100%;
}
}


@media screen and (min-width:1024px) {
    .message {
        background-image: url(../img/message_bg_pc.jpg);
        padding: 0 0 5%;
    }
    .message_logo{
        display: flex;
        justify-content: center;  /* ←中央揃えに変更 */
        align-items: center;      /* 縦方向は中央 */
        gap: 20px;                /* 画像間の間隔 */
        padding: 2% 25%;        /* 横paddingを削除または調整 */
    }
    .message p {
        padding: 1% 23%;
        font-size: 1.5rem;
    }
    .message_logo figure img {
        width: 500px;   /* 横幅を統一 */
        height: auto;   /* 縦は比率に応じて自動 */
        display: block; /* 余白調整用 */
        margin: auto;   /* 中央寄せ */
    }
    .reason_ttl {
        max-width: 600px;
        top: -10%;
        left: 50%;
        transform: translateX(-50%);
    }
    .point .wrapper {
         margin: 5% 20% 0;
    }
    .point_tx {
        margin-top: 12%;
        padding: 12% 7% 3%;
    }
    .point_box_inner {  
        display: flex;
        justify-content: space-between;
        gap: 20px;
        flex-direction: row-reverse;
        margin: 3% 0;
        align-items: center;
    }
    .point_box_inner_tx {
        width: 100%;
    }
    .point_ttl {
        font-size: 1.6em;
    }

}