* {
    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;
  }
  .por{
    position: relative;
  }
  section{
    padding: 6rem 0;
    position: relative;
  }
  .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;
  }
  .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: #C93329;
  }
  .fcBlue{
color: #3aabd2;
  }
  .fcGray{
    color: #999;
  }
  .bgWhite{
    background: #fff;
  }
  .bgGray{
    background: #f1f1f1;
  }
  .bgOrange{
    background-color:#3aabd2;
  }
  .bgBlue{
    color: #fff;
    background:#3aabd2;
    position: relative;
  }
  .bgLBlue{
    position: relative;
    background-color: #c7e3f0;
  }
  section.bgBlue,section.arrowLWhite,section.arrowWhite{
    padding: 9rem 0 4.5rem !important;
  }
  .bbRed{
    border-bottom:#ff0000 4px solid;
  }
  .bbYellow{
    background: linear-gradient(transparent 80%, #FFD24C 20%);
  }
  .bbGray{
    border-bottom:#999 1px solid;
  }
  .borderLi{
    border:#3aabd2 .4rem solid ;
    border-radius: 3rem;
    padding: 2%;
  }
  .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: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 5rem;
        padding: 1.4rem 1rem;
    }
    .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;
    }
    header nav a:hover{
        color: #3aabd2;
    }


    .mv{
        color: #fff;
        position: relative;
        min-height: 84rem;
        background: url(img/mvBg.png) no-repeat;
        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;
        width: 120%;
        height: 26rem;
        border-radius: 50%;
    }
     .mv.lowerMv:after{
      display: none;
     }
    .mvInner{
      padding-top: 13rem;
        display: flex;
    }
    .mvInnerLeft{
        width: 100%;
        max-width: 78rem;
        position: absolute;
        z-index: 3;
        line-height: 1.4;
    }
    .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 .fcBlue{
          text-shadow: 2px 2px 2px rgba(255, 255, 255, 60%);
    }
    .mvInnerLeft ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 1.5rem auto 0;
        max-width: 60rem;
    }
    .mvInnerLeft ul li{
background-color: #fff;
width:30%;
max-width: 15rem;
aspect-ratio: 1;
border-radius: 50%;
margin: 1.5%;
    line-height: 1.4;
    padding-top: 2.5rem;
   }
   .mvInnerLeft ul li .imgOuter{
    width: 6rem;
    height: 6rem;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
   }
   .mvInnerLeft ul li img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    
   }
    .mvInnerRight{
width: 26%;
max-width:39rem ;
    position: absolute;
    z-index: 1;
    left: 65%;
    top: 16rem;
    }
#sect01{
    position: relative;
    margin-top: -9rem;
    padding-top: 0;
}
#sect01 h2{
    padding: 2rem 0;
}
#sect01 ul{
  align-items: center;
}
#sect01 ul li{
width: 36rem;
    height: 45rem;
    margin: 2rem;
    padding: 1rem;
    border: 0.4rem solid #3aabd2;
}
#sect01 ul li .imgOuter{
padding: 2rem;
    display: flex;
    align-items: center;
    aspect-ratio: 1;
    width: 24rem;
    height: 24rem;
    margin: auto;
    justify-content: center;
}
#sect01 ul li .imgOuter img{
  max-width: 22rem;
}
#sect01 table{
  border-collapse: collapse;
  width: 100%;
}

#sect01 table th,#sect01 table td{
  text-align: left;
  vertical-align: top;
  font-size: 2.4rem;
 border-bottom: 1px solid #333;
}
#sect01 table th{
  color: #3aabd2;
  white-space: nowrap;
  padding: 3rem 6rem 3rem 0;
}
#sect01 table td{

  padding: 3rem 0;
}
#sect03 .spColumn{
  align-items: stretch;
  justify-content: center;
  margin-bottom: 4.5rem;
}
#sect03 .imgOuter{
    height: 17rem;
    padding: 1.8rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
#sect03 .imgOuter img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.icon11{
max-width: 12rem !important;  
}
.icon12{
  max-width: 11rem;
}
.icon13{
  max-width: 12rem;
}
#sect03 .borderLi{
 width: 22%;
}
#sect03 .arrow{
  width: 4%;
}
#sect03 .txt.odd{
  margin-left: 3rem;
}
#sect03 .txt.even{
  margin-right: 3rem;
}
#sect03 .txt.odd::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #3aabd2 transparent transparent;
  translate: -100% -50%;
}
#sect03 .txt.odd::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 7.8px 15.5px 7.8px 0;
  border-color: transparent #e2f0d9 transparent transparent;
  translate: -100% -50%;
}
#sect03 .txt.even::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #3aabd2;
  translate: 100% -50%;
}
#sect03 .txt.even::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 7.8px 0 7.8px 15.5px;
  border-color: transparent transparent transparent #e2f0d9;
  translate: 100% -50%;
}
.articleUl {
  max-width:110rem;
  margin: auto;
}
.articleUl li{
  padding:0;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 2rem;
    height: 30rem;
    overflow: hidden;
    margin-bottom: 4.5rem;
}
.articleUl li .bgBlue.fs24{
  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: 10rem;
        height: 10rem;
        border-radius: 2rem 0 2rem 0;
}
.articleUl li .bgBlue.fs24.case02{
  border-radius: 0 0 2rem 0;
}
.articleUl li .bgBlue.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;
    padding: 3rem 2rem 3rem 8rem;
}

.articleUl li .imgOuter img{
width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 15rem;
    max-height: 18rem;
}

.articleUl li .caseTxt{
  width: calc(100% - 25rem);
  padding: 4.5rem 3rem;
}

#sect04 .bgLBlue{
  padding: 6rem 3rem;
  
}
#sect04 .bgLBlue p{
  display: flex;
  align-items: center;
  justify-content: center;
}
#sect04 .bgLBlue p a{
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sect04 .bgLBlue p a img{
  width: 2.8rem;
  margin-left: 0.5rem;
}
#sect05 .bgWhite{
  padding: 4rem;
}
  .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{
    color: #3aabd2;
    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.arrowWhite: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 #fff;
  border-bottom: 0;
}
section.arrowOrange: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 #3aabd2;
  border-bottom: 0;
}
section.bgRBlue: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 #c7e3f0;
  border-bottom: 0;
}
    .footerInner{
        padding: 2rem;
        display: flex;
            align-items: center;
            justify-content: space-between;
    }
    
    footer ul{
        display: flex;
      }
      footer ul li{
        margin-right: 2rem;
      }


      @media (orientation:portrait) and (max-width: 800px){
    html {
        overflow-y: scroll;
        height: 100%;
        font-size: 50%;
    
      }
.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;
}
 .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;
}
.spColumn>div,.spColumn>li{
    width: 100% !important;
}
.logo,.spColumn>div.logo{
    width: 14rem !important;
    margin-left: 0;
}
.mv.lowerMv{
  min-height: 40vh;
}
.mv.lowerMv h1{
  padding-top: 4svh;
}
.mvInner{
      padding-top:12rem;
}
header nav {
    margin-right: 0;
}
.mvInnerLeft{
  position: relative;
  left: 0;
}
.mvInnerLeft ul {
    width:100%;
}
.mvInnerLeft ul li{
margin: .5rem;
 line-height: 1.2;
}
.mvInnerLeft ul li {
    padding-top:2.7rem;
}
.mvImg{
height: 33svh;
margin: 1.5rem auto;
}
.mvBottom{
  position: relative;
  z-index: 2;
  margin: 6rem auto 13rem;
}
#sect02 img,#sect04 img{
  max-width: 34rem;
}
#sect03 .spColumn{
  margin-bottom: 0;
}
#sect03 .imgOuter{
  width: 150px !important;
    height: 150px;
}
#sect03 .txt.odd,#sect03 .txt.even{
  width: 90%;
  margin: 3rem auto 4.5rem;
}
#sect03 .txt::before {
  top: 0 !important;
      right: auto !important;
  left: 50% !important;
  border-width: 0 10px 20px 10px !important;
  border-color: transparent transparent #3aabd2 !important;
  translate: -50% -100% !important;
}
#sect03 .txt::after {
  top: 0 !important;
  left: 50% !important;
      right: auto !important;
  border-width: 0 7.8px 15.5px 7.8px !important;
  border-color: transparent transparent #e2f0d9 !important;
  translate: -50% -100% !important;
}
.articleUl li .imgOuter{
  padding: 3rem 3rem 1rem;
}
.articleUl li .caseTxt{
  padding: 1rem 3rem 3rem;
}
.articleUl li .caseTxt .fs36{
  text-align: center;
}
.contactBtn {
    display: block;
    line-height: 10rem;
}
.mvInnerLeft ul li:first-child span{
  padding: 0 .3rem;
}
.bgBlueUl li{
  width: 100%;
  margin: 0 0 1rem 0;
}
#sect01 ul li{
  height:  auto;
}
.copy{
    margin-bottom: 0.5rem;
}
header nav{
  position: fixed;
  width:300px;
  top: 0;
  right: -300px;
  background-color:#fff;
  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: #333;
}

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: 20rem;
}
.borderLi{
  padding: 3%;
}
#sect01{
  margin-top: 0;
}
#sect01 table th{
  padding: 3rem 3rem 3rem 0;
}
#sect01 table th, #sect01 table td{
  font-size: 2rem;
}
.cardImg{
  max-width: 100%;
}
.articleUl li{
  height: auto;
}
footer .logo,footer .logo img{
  margin-bottom: 1rem;
}
footer ul li{
  margin-right: 0;
  margin-bottom: 1rem;
}
    }