* {
    font-family: 'Noto Sans JP', sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
  }
  
  html {
    overflow-y: scroll;
    height: 100%;
    font-size: 62.5%;

  }
  body {
    font-optical-sizing: auto;
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #333;
    background-size: cover;
    position:relative;
    overflow-x: hidden;
  }
  img{
    max-width: 100%;
  }
  .b{
    font-weight: bold;
  }
  .sp-only{
      display: none !important;
  }
  a{
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: 0.3s;
  }
  a:hover{
    opacity: 0.7;
  }
  .tc{
    text-align: center;
  }
  section{
    padding: 6rem 0;
  }
  .container{
    width: 100%;
    max-width: 126rem;
    padding: 0 3rem;
    margin: auto;
  }
  .container.inner{
    max-width: 80rem;
  }
  .row{
    clear: both;
    overflow: hidden;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
  float: left;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.col-sm-1 {
  width: 8.333333%;
}

.col-sm-2 {
  width: 16.66666%;
}

.col-sm-3 {
  width: 25%;
}

.col-sm-4 {
  width: 33.3333%;
}

.col-sm-5 {
  width: 41.66666%;
}
.col-sm-6 {
  width: 50%;
}

.col-sm-7 {
  width: 58.333333%;
}

.col-sm-8 {
  width: 66.66666%;
}

.col-sm-9 {
  width: 75%;
}

.col-sm-10 {
  width: 83.33333%;
}

.col-sm-12 {
  width: 100%;
}
.fs10 { font-size: 1rem; }
.fs11 { font-size: 2.2rem; }
.fs12 { font-size: 1.2rem; }
.fs14 { font-size: 1.4rem; }
.fs16 { font-size: 1.6rem; }
.fs18 { font-size: 1.8rem; }
.fs20 { font-size: 2.0rem; }
.fs21 { font-size: 2.1rem; }
.fs22 { font-size: 2.2rem; }
.fs24 { font-size: 2.4rem; }
.fs26 { font-size: 2.6rem; }
.fs27 { font-size: 2.7rem; }
.fs28 { font-size: 2.8rem; }
.fs30 { font-size: 3.0rem; }
.fs32 { font-size: 3.2rem; }
.fs34 { font-size: 3.4rem; }
.fs36 { font-size: 3.6rem; }
.fs38 { font-size: 3.8rem; }
.fs40 { font-size: 4.0rem; }
.fs42 { font-size: 4.2rem; }
.fs44 { font-size: 4.4rem; }
.fs46 { font-size: 4.6rem; }
.fs48 { font-size: 4.8rem; }
.fs50 { font-size: 5.0rem; }
.fs52 { font-size: 5.2rem; }
.fs54 { font-size: 5.4rem; }
.fs56 { font-size: 5.6rem; }
.fs58 { font-size: 5.8rem; }
.fs60 { font-size: 6.0rem; }
.fs62 { font-size: 6.2rem; }
.fs72 { font-size:7.2rem; }
.fs88 { font-size:8.8rem; }
.fs90 { font-size: 9rem; }

  .lh1{
    line-height: 1;
  }
  .flexCenter{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .stretch{
    justify-content: stretch;
  }
  .spColumn{
    display: flex;
    gap: 2rem;
  }
  .column{
    flex-flow: column;
  }
  .shadow{
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 10%);
  }
  .text-shadow{
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 40%);
  }
  .fcWhite{
color: #fff;
  }
  .fcRed{
      color: rgba(0,0,0,0);
background: linear-gradient(to right, 
     #ED3B31 0%, #AD2B24 100%);
    -webkit-background-clip: text;
  }
  .fcMain {
    color: rgb(255, 7, 16);
  }
  .fcGreen{
color: #119b15;
  }
  .fcGray{
    color: #999;
  }
  .bgWhite{
    background: #fff;
  }
  .bgBlack{
    background: #000;
  }
  .bgGray{
    background: #f1f1f1;
  }
  .bgGreen{
    background-color:#119b15;
  }
  .bgLGreen{
    position: relative;
    background-color: #E2F0D9;
  }
  .bgPer{
    background-image: linear-gradient(95deg, rgba(127, 52, 184, 1), rgba(69, 28, 101, 1));
  }
  .bgPer-horizontal{
    color: #fff;
    background: #3d1958;
    position: relative;
  }
  section.bgPer-horizontal,section.arrowLLblack,section.arrowBlack{
    padding: 9rem 0 !important;
  }
  .bbRed{
       background: linear-gradient(to right, rgb(255, 7, 16) 0%, #AD2B24 100%);
    background-repeat: no-repeat;
    background-position: left bottom -5px;
    background-size: 100% 30%;
  }

  .bbYellow{
    background: linear-gradient(transparent 80%, #FFD24C 20%);
  }
  .bbGray{
    border-bottom:#999 1px solid;
  }
  .bbWhite{
    border-bottom:#fff 1px solid;
  }
  .borderLi{
    border:#119b15 2px solid ;
    border-radius: 3rem;
    padding: 2%;
  }
  .borderWh{
    border:#fff 2px solid ;
    border-radius: 3rem;
    padding: 2%;
  }
  .bbMain {
    border-bottom: 1px solid rgb(255, 7, 16);
  }
  .mt15{
    margin-top:1.5rem;
  }
  .mt30{
    margin-top: 3rem;
  }
  .mt45{
    margin-top:4.5rem;
  }
  .mt60{
    margin-top: 6rem;
  }
  .mt90{
    margin-top: 9rem;
  }
  .mb10{
    margin-bottom:1rem;
  }
  .mb15{
    margin-bottom:1.5rem;
  }
  .mb30{
    margin-bottom: 3rem;
  }
  .mb45{
    margin-bottom:4.5rem;
  }
  .mb60{
    margin-bottom: 6rem;
  }
  .mb90{
    margin-bottom: 9rem;
  }
  .p15{
    padding: 1.5rem;
  }
    header {
      position: fixed;
      width: 100%;
      padding: 2rem;
      z-index: 999;
    }
    .headerInner{
        background: #000;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 5rem;
        padding: 2.4rem 1rem;
        border:rgb(255, 7, 16) solid 2px; 
    }
    .logo{
        width: 16rem;
        margin-left: 5rem;
    }
    .logo a{
      display: flex;
        align-items: center;
    }
    header nav{
      margin-right: 3rem;
    }
    header nav a {
      margin-right: 2rem;
      text-decoration: none;
      color: #fff;
    }
    header nav a:hover{
        color: #119b15;
    }


    body, main, footer {
      background-color: #000;
    }
    
    .mv{
        color: #fff;
        position: relative;
        min-height: 100vh;
        background: url(img/back-2.png) center;
        background-size: cover;
    }
    .mv.lowerMv{
      min-height: 64vh;
      display: flex;
      align-items: center;
    }
    .mv.lowerMv h1{
      line-height: 1;
    }
    .mv.lowerMv h1 span{
      padding-left: 0.8rem;
    }
    .mv:after{
        content: "";
        position: absolute;
        left: -10%;
        bottom: -13rem;
        display: block;
        background: #fff;
        background-image: linear-gradient(180deg, rgb(124, 50, 178, 1), rgba(0, 0, 0, 1)25%);
        width: 120%;
        height: 26rem;
        border-radius: 50%;
    }
     .mv.lowerMv:after{
      display: none;
     }
    .mvInner{
      padding-top: 30rem;
        display: flex;
    }
    .care-mv .mvInner {
      padding: 20rem 1.8rem;
    }
    .mvInnerLeft{
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        max-width: 74rem;
        position: absolute;
        z-index: 3;
    }
    .mvBottom img{
margin: 0 8px;
    }
    .ImgOuter{
      aspect-ratio: 1/1;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: auto;
      max-width: 22rem;
    }
    .ImgOuter img{
      width: 90%;
      height: 90%;
      object-fit: contain;
    }
    .cl{
      clear: both;
    }
    .oh{
      overflow: hidden;
    }
    .fr{
      float: right;
    }
    .por{
      position: relative;
    }
    .bb{
      padding-bottom: 1rem;
        border-bottom: 1px solid #fff;
    }
    .radious20{
      border-radius: 2rem;
    }
    .radious30{
      border-radius: 3rem;
    }
    .anchor{
     position: relative;
    }
     .anchor#anchor01{
      height: 5rem;
      margin-top: -5rem;
    }
    .mv .bb .fcGreen{
          text-shadow: 2px 2px 2px rgba(255, 255, 255, 60%);
    }
    .mvInnerLeft ul {
        display: flex;
        margin-top: 1.5rem;
        justify-content: center;
    }
    .mvInnerLeft ul li{
background-image: linear-gradient(95deg, rgba(127, 52, 184, 1), rgba(69, 28, 101, 1));
width:30%;
max-width: 20rem;
aspect-ratio: 1;
border-radius: 50%;
margin: 1rem;
    line-height: 1.4;
    }
   .mvInnerLeft ul li:first-child{
    padding-top: 3.6rem;
   }
    .mvInnerLeft ul li:nth-child(2){
    padding-top: 5rem;
   }
    .mvInnerLeft ul li:last-child{
    padding-top: 3.4rem;
   }
  .mvInnerLeft ul li:first-child img{
    width: 6rem;
   }
  .mvInnerLeft ul li:nth-child(2) img {
    width: 7rem;
   }

    .mvInnerRight{
   height: 45vh;
    position: absolute;
    z-index: 1;
    left: 57%;
    bottom: 31vh;
    }
#sect01{
    position: relative;
    margin-top: -9rem;
    margin-bottom: 9rem;
    padding-top: 0;
    
}
#sect01 h2{
    padding: 6rem 0 3rem;
    background-size: 70%;
}
#sect01 .bgLGreen{
  padding: 3rem;
  border: 2px solid #119b15;
}
#sect01 .bgLGreen::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #119b15;
  translate: -50% -100%;
}

#sect01 .bgLGreen::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 7.8px 15.5px 7.8px;
  border-color: transparent transparent #E2F0D9;
  translate: -50% -100%;
}
#sect01 .bgLGreen .bgPer-horizontal{
  display: inline-block;
  padding: 5px;
  line-height: 1;
  border-radius: .5rem;
  padding: .5rem 1rem;
  margin: 1rem auto 0;
}
#sect01 Ul{
  /* max-width: 80rem; */
  margin: auto;
}
#sect01 Ul li{
  text-align: center;
}
.bgBlueUl li{
  width: calc(50% - 2rem);
  margin: 1rem;
  padding: 1rem;
}
.bgBlueUl li .fa{
  margin-right: 1rem;
}
#sect02 .bgGray{
  color: #000;
  padding: 1rem 1rem 3rem;
}
.articleUl .borderUl li{
  width: 23%;
}
.cardImg{
  max-width: 66rem;
}
#sect03 .spColumn{
  align-items: center;
  justify-content: center;
}
#sect03 .spColumn>div{
padding-right: 15px;
padding-left: 15px;
}
#sect03 .col-sm-7 img{
  float: right;
}
.articleUl {
  max-width:110rem;
  margin: auto;
  width: 100%;
}
.articleUl li{
  padding: 6rem 0 0 0;
  position: relative;
  align-items: center;
  border-radius: 2rem;
  overflow: hidden;
  min-height: 320px;
  background-image: linear-gradient(95deg, rgba(127, 52, 184, 1), rgba(69, 28, 101, 1));
}
.articleUl li .bgPer-horizontal.fs18{
  position: absolute;
  z-index: 5;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;        
        width: 8rem;
        height: 7rem;
        border-radius: 2rem 0 2rem 0;
}
.articleUl li .bgPer-horizontal.fs18.case02{
  border-radius: 0 0 2rem 0;
}
.articleUl li .bgPer-horizontal.fs20{
  text-align: center;
  max-width: 45rem;
  line-height: 3rem;
  margin-bottom: 0.5rem;
}
.articleUl li .imgOuter{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.articleUl li .imgOuter img{
width: 100%;
height: 100%;
object-fit: contain;
max-width: 8rem;
}

#sect01 .articleUl:nth-child(3) li .imgOuter img:first-child {
  max-width: 5rem;
}

#sect01 .articleUl:nth-child(3) li .imgOuter img:nth-child(3) {
  max-width: 7rem;
  padding-left: 6px;
}

.movie-sect01 .imgOuter .phone-w {
  max-width: 6rem;
}

.movie-sect01 .imgOuter .sign-in-w {
  max-width: 8rem;
}

.movie-sect01 .imgOuter .tv-w {
  max-width: 7rem;
}

.movie-sect01 .section-b {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.health-sect01 .imgOuter .phone-w {
  max-width: 6rem;
}

.health-sect01 .imgOuter .memo-w {
  max-width: 8rem;
}

.health-sect01 .imgOuter .doctor-w {
  max-width: 7rem;
}

.movie-sect01 li,
.health-sect01 li,
.care-sect04 li {
  width: 22%;
}

.movie-sect01 .arrow,
.health-sect01 .arrow,
.care-sect04 .arrow {
  width: 5%;
}

.movie-sect01 .arrow .fa-caret-right:before,
.movie-sect01 .arrow .fa-caret-down:before,
.health-sect01 .arrow .fa-caret-right:before,
.health-sect01 .arrow .fa-caret-down:before,
.care-sect04 .arrow .fa-caret-right:before,
.care-sect04 .arrow .fa-caret-down:before {
  color: #fff;
}

.movie-sect01 .spColumn,
.health-sect01 .spColumn,
.care-sect04 .spColumn {
  gap: 0;
  justify-content: center;
}

.articleUl li .caseTxt{
  /* width: calc(100% - 25rem); */
  text-align: center;
}

.contact .contactTtl {
    position: relative;
}

.contact .contactTtl:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 0.1rem;
    background: #fff;
}

.hexagon {
    margin: auto;
    padding-top: 2.8rem;
    color: #fff;
    text-align: center;
    display: flex;
    flex-flow: column;
    position: relative;
    width: 180px;
    height: 150px;
    line-height: 1.4;
    background-image: linear-gradient(175deg, rgba(127, 52, 184, 1), rgba(69, 28, 101, 1));
    clip-path: polygon(25% 0%, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

.contactTxt {
    display: inline-block;
    text-align: left;
}

.contactBtn {
    position: relative;
    margin: 1rem auto 0;
    border-radius: .5rem;
    display: block;
    border: 1px solid #fff;
    text-align: center;
}

.contactBtn01 {
    padding: 1.5rem;
    max-width: 40rem;
}

.contactBtn01:before {
    content: '\f046';
    font-family: FontAwesome;
    margin-top: 1rem;
    margin-right: 1.5rem;
    font-size: 2.4rem;
    color: #fff;
}

#sect03.care-sect03 {
  padding: 12rem 0;
}

.care-sect03 .spColumn {
  gap: 6rem;
}

.care-sect03 .spColumn li img {
  max-width: 18rem;
  text-align: center;
}

.care-sect03 .lead, .care-sect03 .detail {
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 2rem 1rem;
}

.care-sect03 .detail .spColumn {
  gap: 0;
}

.care-sect03 .detail .tel-w{
  max-width: 6rem;
}

.care-sect03 .detail .login-w{
  max-width: 6rem;
}

.care-sect03 .detail .play-w{
  max-width: 12rem;
  padding-left: 10px;
}

.care-sect03 .detail .laptop-w{
  padding-left:  10px;
  max-width: 14rem;
}

.care-sect03 .detail .insurance-table {
  margin: 0 auto;
  border-collapse: collapse; /* ← セルの隙間をなくす */
  border-spacing: 0;         /* ← 念のため明示的に指定 */
}

.insurance-table th,
.insurance-table td {
  padding: 10px 15px;
}

.insurance-table th {
  width: 25%;
}

.insurance-table tbody tr:nth-child(even) {
  background:#7130a0;
}

.insurance-table tbody tr:nth-child(even) th {
  border-radius: 10px 0 0 10px;
}

.insurance-table tbody tr:nth-child(even) td {
  border-radius: 0 10px 10px 0;
}

.care-sect04 .spColumn {
  justify-content: center;
  text-align: center;
}

.care-sect04 .imgOuter .check-w{
  max-width: 8rem;
}

.care-sect04 .imgOuter .memo-w{
  max-width: 8rem;
}

.care-sect04 .imgOuter .money-w{
  max-width: 8rem;
}


.chat-wrap{
  padding:24px 16px 40px;
  max-width:720px;
  margin:0 auto;
}

.msg{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin:10px 0;
}

.msg.left{
  justify-content:flex-end;
}

.avatar{
  width:40px;height:40px;object-fit:cover;border-radius:50%;
  background:#000;
  flex:0 0 40px;
}

.bubble{
  position:relative;
  background:#7130a0;
  color:#fff;
  padding:12px 16px;
  min-height:40px;
  line-height:1.6;
  letter-spacing:.02em;
}

.msg.left .bubble::after{
  content:"";
  position:absolute;
  right:-14px; top:12px;
  border:8px solid transparent;
  border-left-color:#6f3dc5; 
}

.msg.right .bubble::after{
  content:"";
  position:absolute;
  left:-14px; top:12px;
  border:8px solid transparent;
  border-right-color:#6f3dc5; 
}

.msg.left{
  gap:12px;
}
.msg.left .avatar{ order:2; }
.msg.left .bubble{ order:1; }



a.fcBlue.bb{
 text-decoration: underline;
 border: none !important;
}

  .companyTable{
max-width: 95.7rem;
margin: 9rem auto ;
border-collapse:collapse ;
  }
  .companyTable tr{
    border-bottom: 1px solid #ccc;
  }
 
  .companyTable th,.companyTable td{
    padding:3rem 1rem;
    text-align: left;
  }
  .companyTable th{
    white-space: nowrap;
    vertical-align: top;
   padding:3rem 3rem 3rem 1rem;
  }
  .privacyTable th{
    white-space: nowrap;
  }
.privacyTable th,.privacyTable td{
  text-align: left;
vertical-align: top;
padding: 3px 8px;
}
 section.arrowBlack:before{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50px;
content:"";
width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 40px solid #000;
  border-bottom: 0;
}
section.arrowGreen:before{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50px;
content:"";
width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 40px solid #119b15;
  border-bottom: 0;
}
section.arrowPer:before{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50px;
content:"";
width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 40px solid #5e1e8f;
  border-bottom: 0;
}

.faqDl{
background-color: #fafafa;
margin-bottom: 2rem;
border-radius: 3rem;
}
.faqDl dt{
  position: relative;
padding: 1rem 5rem;
font-size: 2.4rem;
  cursor: pointer;
}
.faqDl dt:before{
  content:"Q.";
  position: absolute;
  left: 1.5rem;
  top: 0.8rem;
font-size: 2.4rem;
       color: rgba(0,0,0,0);
background: linear-gradient(to right, 
     #119b15 0%, #034373 100%);
    -webkit-background-clip: text;
  font-weight: bold;
}
.faqDl dt:after{
  content:"+";
  position: absolute;
  right: 2rem;
  top: 0.8rem;
  color: #119b15;
  font-size: 4rem;
  line-height: 1;
}
.faqDl dt.active:after{
  content:"";
  display: block;
  width: 2rem;
  height: .4rem;
  background: #119b15;
  position: absolute;
  right: 2.1rem;
    top: 2.8rem;
  
}
.faqDl dd{
  display: none;
  position: relative;
padding: .5rem 5rem 1rem;
font-size: 2.2rem;
  
}
.faqDl dd:before{
    content:"A.";
    position: absolute;
  left: 1.7rem;
  top: 0.3rem;
font-size: 2.4rem;
       color: rgba(0,0,0,0);
background: linear-gradient(to right, 
     #119b15 0%, #034373 100%);
    -webkit-background-clip: text;
  font-weight: bold;
  font-weight: bold;
}
.faqDl dd{
  
}
    .footerInner{
        padding: 2rem;
        display: flex;
            align-items: center;
            justify-content: space-between;
    }
    
    footer ul{
        display: flex;
      }
      footer ul li{
        margin-right: 2rem;
      }
      footer a,.copy{
        color: #fff;
      }

      @media (orientation:portrait) and (max-width: 800px){
    html {
        overflow-y: scroll;
        height: 100%;
        font-size: 50%;
    
      }
.br-sp {
  display: none;
}
.pc-only{
    display: none !important;
}
.sp-only{
    display: inherit !important;
}
.pc-flex{
  flex-flow: column;
}
.sfs10 { font-size: 1rem; }
.sfs11 { font-size: 2.2rem; }
.sfs12 { font-size: 1.2rem; }
.sfs14 { font-size: 1.4rem; }
.sfs16 { font-size: 1.6rem; }
.sfs18 { font-size: 1.8rem; }
.sfs20 { font-size: 2.0rem; }
.sfs21 { font-size: 2.1rem; }
.sfs22 { font-size: 2.2rem; }
.sfs24 { font-size: 2.4rem; }
.sfs26 { font-size: 2.6rem; }
.sfs27 { font-size: 2.7rem; }
.sfs28 { font-size: 2.8rem; }
.sfs30 { font-size: 3.0rem; }
.sfs32 { font-size: 3.2rem; }
.sfs34 { font-size: 3.4rem; }
.sfs36 { font-size: 3.6rem; }
.sfs38 { font-size: 3.8rem; }
.sfs40 { font-size: 4.0rem; }
.sfs42 { font-size: 4.2rem; }
.sfs44 { font-size: 4.4rem; }
.sfs46 { font-size: 4.6rem; }
.sfs48 { font-size: 4.8rem; }
.sfs50 { font-size: 5.0rem; }
.sfs52 { font-size: 5.2rem; }
.sfs54 { font-size: 5.4rem; }
.sfs56 { font-size: 5.6rem; }
.sfs58 { font-size: 5.8rem; }
.sfs60 { font-size: 6.0rem; }
.sfs62 { font-size: 6.2rem; }
.sfs72 { font-size:7.2rem; }
.sfs88 { font-size:8.8rem; }
.sfs90 { font-size: 9rem; }

.smb15{
  margin-bottom: 1.5rem;
}
section {
    padding: 4.5rem 0;
}
 .col-xs-6 {
    width:50%;
  }
 .col-xs-12 {
    width: 100%;
  }
  .container {
    padding: 0 1.5rem;
    margin: auto;
}
header{
    padding: 1.5rem;
    width: 100vw;
}
.spColumn{
    flex-flow: column;
}
.care-sect03 .detail .spColumn {
      flex-flow: initial;
}
.spColumn>div,.spColumn>li{
    width: 100% !important;
}
.logo,.spColumn>div.logo{
    width: 12rem !important;
    margin-left: 0;
}
.mv {
  min-height: 80vh;
}
.mv.lowerMv{
  min-height: 40vh;
}
.mv.lowerMv h1{
  padding-top: 4svh;
}
.mvInner{
      padding-top:25rem;
}
.care-mv .mvInner{
      padding-top:18rem;
}
header nav {
    margin-right: 0;
}
.mvInnerLeft{
  position: relative;
  left: 0;
  transform: initial;
}
.mvInnerLeft ul {
    width:100%;
}
.mvInnerLeft ul li{
margin: .5rem;
 line-height: 1.2;
}
.mvInnerLeft ul li:first-child {
    padding-top:2.2rem;
}
.mvInnerLeft ul li:nth-child(2),.mvInnerLeft ul li:last-child {
    padding-top: 3.7rem;
}
  .mvInnerLeft ul li:first-child img{
    width: 4rem;
   }
  .mvInnerLeft ul li:nth-child(2) img {
    width: 5rem;
   }
    .mvInnerLeft ul li:nth-child(2) p {
    margin-top: 0;
   }

.mvImg{
width: 80%;
margin: 3rem auto;
}
.mvBottom{
  position: relative;
  z-index: 2;
  margin: 6rem auto 13rem;
}
#sect03 .col-sm-7 img,#sect03 .col-sm-5 img{
  float: none;
  margin: auto;
  display: block;
}
.articleUl li .caseTxt .fs36{
  text-align: center;
}
.contactBtn {
   margin-top: 4rem;
}
.mvInnerLeft ul li:first-child span{
  padding: 0 .3rem;
}
.bgBlueUl li{
  width: 100%;
  margin: 0 0 1rem 0;
}
.copy{
    margin-bottom: 0.5rem;
}
header nav{
  position: fixed;
  width:300px;
  top: 0;
  right: -300px;
  background-color:#000;
  height: 100%;
  padding-top: 60px;
}
header nav ul{
  position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    width: 240px;
    padding: 0;
    list-style: none;
    transform: translate(-50%, -50%);
    margin: 0;
    flex-flow: column;
}
header nav ul li{
width: 100%;
padding: 20px;
margin: 20px 0;
}
header nav ul li a{
  font-style: 2rem;
}
header .btn-gnavi{
  position: fixed;
  z-index: 99;
  top: 21px;
  right: 20px;
  display: block;
  width: 50px;
  height: 50px;
  border: none;
  background: transparent;
}

header .btn-gnavi span {
  position: absolute;
  left: 14px;
  display: inline-block;
  width: 45%;
  height: 2px;
  border-radius: 2px;
  background: #fff;
}

header .btn-gnavi span:nth-child(1){
  top: 15px;
}

header .btn-gnavi span:nth-child(2){
  top: 23px;
}

header .btn-gnavi span:nth-child(3){
  top: 31px;
}

header .btn-gnavi.hb-open{
  transform: rotate(180deg);
  -webkit-transform:rotate(180deg);
}


.overlay.sp-only {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none !important;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.overlay.sp-only.open {
  display: block !important;
}
header .btn-gnavi.hb-open span:nth-child(1){
  top: 18px;
  left: 18px;
  width: 30%;
  transform: translateY(6px) rotate(-45deg);
}
header .btn-gnavi.hb-open span:nth-child(2){
  display: none;
}
header .btn-gnavi.hb-open span:nth-child(3){
  top: 30px;
  left: 18px;
  width: 30%;
  transform: translateY(-6px) rotate(45deg);
}
.mv:after{
  height: 20srem;
}
.borderLi{
  padding: 3%;
}

.cardImg{
  max-width: 100%;
}
.articleUl li{
          min-height: auto;
        padding-bottom: 6rem;
}

footer .logo,footer .logo img{
  margin-bottom: 1rem;
}
footer ul li{
  margin-right: 0;
  margin-bottom: 1rem;
}
    }