/* CSS Document */
@font-face {
    font-family: 'Sans';
    src: url('../font/NotoSansJP-medium.woff') format('woff'),
             url('../font/NotoSansJP-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;font-display: swap;
}
@font-face {
    font-family: 'Sans';
    src: url('../font/NotoSansJP-light.woff') format('woff'),
             url('../font/NotoSansJP-light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;font-display: swap;
}
@font-face {
    font-family: 'Sans';
    src: url('../font/NotoSansJP-regular.woff') format('woff'),
             url('../font/NotoSansJP-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;font-display: swap;
}
@font-face {
    font-family: 'Sans';
    src: url('../font/NotoSansJP-bold.woff') format('woff'),
             url('../font/NotoSansJP-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;font-display: swap;
}
@font-face {
    font-family: 'Serif';
    src: url('../font/NotoSerifJP-medium.woff') format('woff'),
             url('../font/NotoSerifJP-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;font-display: swap;
}
@font-face {
    font-family: 'Serif';
    src: url('../font/NotoSerifJP-semibold.woff') format('woff'),
             url('../font/NotoSerifJP-semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;font-display: swap;
}
body{
  font-family: 'Sans','Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #333333;
  /*max-width: 2000px;
  margin: auto;*/
}
.body-container{
  width: 100%;
  overflow: hidden;
}
.serif{
  font-family: 'Serif','Noto Serif JP', serif;
}
.roboto{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.roboto.italic{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: italic;
}
.titillium{
  font-family: 'Titillium Web', sans-serif;
  font-weight: bold;
}
.inner1406{
  max-width: 1406px;
  padding: 0 20px;
  margin: 0 auto;
}
.inner1040{
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px){
  
  .inner1406{
  max-width: 600px;
}
  .inner1040{
  max-width: 600px;
}
}
img{
  max-width: 100%;
  height: auto;
}

/* ---------------------------------------------------------------------------
//  globalNavi
--------------------------------------------------------------------------- */
header{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.globalNavi{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  width: 100%;
  padding-top: 17px;
}
.globalNavi .sp-wrap{
  display: none;
}
@media screen and (max-width: 1024px){
  header{
  position: fixed;
  top: 0;
  width: 100%;
    background: rgba(255,255,255,.4);
}
.globalNavi{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 20px;
}
  .globalNavi .company-logo{
    width: 110px;
  }
  /*.globalNavi .tel{
    width: 120px;
  }*/
  .globalNavi .sp-wrap{
  display: flex;
    align-items: center;
}
  .globalNavi .sp-wrap .tel{
  margin-right: 20px;
}
  .globalNavi .sp-wrap .mail img{
  width: 30px;
}
}
/* ---------------------------------------------------------------------------
//  mv
--------------------------------------------------------------------------- */
.section-mv{
  position: relative;
}
.section-mv .container{
  background: url("../img/bg_mv.jpg") no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  
}
.mv-contents{
  display: flex;
  min-height: 100vh;
  align-items: center;
  padding: 59px 0 90px;
}
.mv-contents .text-area{
  width: 44.8%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.mv-contents .co{
  margin-bottom: 8.8px;
}
.mv-contents .image-area{
  width: 55.2%;
}
.section-mv .cta-area{
  position: absolute;
  width: 100%;
  bottom: 0;
  background: linear-gradient(90deg, #49DBCF 0%, #49DBCF 50%, transparent 50%, transparent 100%);
}
.section-mv .cta-area .inner1040{
  display: flex;
}
.section-mv .cta-wrap{
  height: 80px;
  display: flex;
  align-items: center;
  color: #fff;
  padding-right: 11px;
  background: #49DBCF;
}
.section-mv .cta-wrap .cta-text{
  font-size: 21px;
}
.section-mv .cta-wrap .cta-btn{
  background: #333333;
  padding: 6px;
}
.section-mv .cta-wrap .cta-btn .btn-text{
  font-size: 25px;
  color: #49DBCF;
  width: 334px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #49DBCF;
  transition: all .2s;
}
.section-mv .cta-wrap .cta-btn .btn-text::after{
  content: url("../img/arow01.svg");
  margin-left: 13.4px;
  position: relative;
  top: 1px;
  transition: all .2s;
}
.section-mv .cta-wrap .cta-btn:hover .btn-text{
  color: #333333;
  background: #49DBCF;
}
.section-mv .cta-wrap .cta-btn:hover .btn-text:after{
 content: url("../img/arow01h.svg");
}

@media screen and (max-width: 1024px){
  body::before{
    content: "";
    background: url("../img/bg_mv.jpg") no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: block;
    position:  fixed;
    top: 0;
  }
  .section-mv .container{
  /*background: url("../img/bg_mv.jpg") no-repeatcenter top;
  background-size: 1400px;*/
  background: none;
}
.mv-contents{
  min-height: 100vh;
  max-height: 844px;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 20px;
}
.mv-contents .text-area{
  width: 100%;
  margin-top: 30px;
  order: 2;
  align-items: center;
}
.mv-contents .image-area{
  width: 100%;
}
  .section-mv .cta-area{
  position: relative;
    background: #49DBCF;
    border-bottom: solid 1px #fff;
}
.section-mv .cta-area .inner1040{
  display: block;
}
.section-mv .cta-wrap{
  height: auto;
  display: block;
  padding: 20px;
  text-align: center;
}
.section-mv .cta-wrap .cta-text{
  font-size: 18px;
  margin-bottom: 10px;
}
.section-mv .cta-wrap .cta-btn{
  background: #333333;
  padding: 4px;
  display: flex;
  justify-content: center;
  max-width: 334px;
  margin: auto;
}
.section-mv .cta-wrap .cta-btn .btn-text{
  font-size: 20px;
  width: 100%;
  height: 44px;
}
}
@media screen and (max-width: 500px){
  .mv-contents{
  min-height:500px;
  height: calc(100vh - 123px);
}
  .mv-contents .text-area{
  max-width: 270px;
}
.mv-contents .image-area{
  width: 90%;
  padding-top: 60px;
}
}
/* ---------------------------------------------------------------------------
//  section01
--------------------------------------------------------------------------- */
.section01 .container{
  background: #49DBCF;
  position: relative;
  padding: 53px 0 83px;
  color:#fff;
}
.section01 .section-contents{
  display: flex;
  align-items: flex-end;
}
.section01 .section-contents .left-area{
  width: 50%;
}
.section01 .section-contents .left-area .copy{
  font-size: 48px;
  line-height: calc(60 / 48);
  position: relative;
}
.section01 .section-contents .left-area .copy span{
  position: relative;
  z-index: 2;
}
.section01 .section-contents .left-area .copy::before{
  content: "";
  background: url("../img/image_section01.png") no-repeat;
  background-size: contain;
  width: 578px;
  height: 431px;
  display: block;
  position: absolute;
  top: 49px;
  left: 28px;
  z-index: 1;
}
.section01 .section-contents .right-area{
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.section01 .section-contents .right-area .copy{
  font-size: 23px;
  line-height: calc(37 / 23);
  max-width: 400px;
}
@media screen and (max-width: 1024px){
.section01 .section-contents{
  display: block;
}
.section01 .section-contents .left-area{
  width: 100%;
  margin-bottom: 20px;
}
.section01 .section-contents .left-area .copy{
  font-size: 32px;
}
.section01 .section-contents .left-area .copy::before{
  position: absolute;
  top: -40px;
}
.section01 .section-contents .right-area{
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
.section01 .section-contents .right-area .copy{
  font-size: 18px;
  max-width: 100%;
}
}
/* ---------------------------------------------------------------------------
//  section02
--------------------------------------------------------------------------- */
.section02 .container{
  position: relative;
  padding: 80px 0 111px;
}
.section02 .gray-area{
  position: relative;
  z-index: 0;
  background: #F5F5F5;
  padding: 162px 80px 43px;
  text-align: center;
}
.section02 .gray-area .area-title{
  font-size: 48px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 28px;
}
.section02 .gray-area .area-title font{
  color: #49DBCF;
}
.section02 .worry-list{
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
}
.section02 .worry-list .worry-item{
  width: 160px;
}
.section02 .worry-list .worry-item .illust{
  width: 141px;
  margin: 0 auto 16px;
}
.section02 .worry-list .worry-item .text{
  color: #49DBCF;
  font-size: 20px;
  line-height: 1.5;
}
.section02 .worry-list .worry-item .text span{
  display: inline-block;
}
@media screen and (max-width: 1024px){
  .section02 .container{
  position: relative;
  padding: 80px 0;
    background: #fff;
}
.section02 .gray-area{
  padding: 60px 20px;
  text-align: center;
}
.section02 .gray-area .area-title{
  font-size: 32px;
  margin-bottom: 40px;
}
.section02 .worry-list{
  justify-content:center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap:10px;
}
.section02 .worry-list .worry-item{
  width: 140px;
  margin-bottom: 20px;
}
.section02 .worry-list .worry-item .illust{
  width: 141px;
  margin: 0 auto 5px;
}
.section02 .worry-list .worry-item .text{
  font-size: 16px;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section02 .worry-list .worry-item .text span{
  display: inline-block;
}
  .section02 .copy{
    max-width: 380px;
    margin: auto;
  }
}

/* ---------------------------------------------------------------------------
//  section03
--------------------------------------------------------------------------- */
.section03{
  position: relative;
  z-index: 2;
}
.section03 .section-image01{
  position: absolute;
  width: 100%;
  top: 0;
  background: url("../img/bg_mv2.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  height: 531px;
}
.section03 .section-image01 .inner1406{
  display: flex;
  justify-content: flex-end;
}
.section03 .section-image01 .inner1406::before{
  content: url("../img/service_section03.svg");
  position: relative;
  right: -20px;
}
.section03 .container{
  position: relative;
}
.section03 .section-contents{
  padding-top: 107px;
  
}
.section03 .section-contents .section-title{
  text-align: center;
  margin-bottom: 40px;
  font-size: 36px;
  line-height: calc(48 / 36);
  font-weight: bold;
}
.section03 .section-contents .section-title font{
  color: #49DBCF;
}
.section03 .consultation-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section03 .consultation-list .consultation-item{
  width: calc((100% - 26px) / 2);
  background: #F5F5F5;
  padding: 60px 50px;
  min-height: 487px;
  margin-bottom: 24px;
  position: relative;
}
.section03 .consultation-list .consultation-item .title{
  text-align: center;
  margin-bottom: 36px;
}
.section03 .consultation-list .consultation-item  .description{
  font-size: 20px;
  line-height: calc(37 / 20);
}
.section03 .consultation-list .consultation-item.iphone::before{
  content: "";
  position: absolute;
  background: url("../img/image01_section03.png") no-repeat;
  background-size: contain;
  width: 292px;
  height: 376px;
  bottom: -169px;
  left: -247px;
  z-index: 2;
}
.section03 .consultation-list .consultation-item.camera::before{
  content: "";
  position: absolute;
  background: url("../img/image02_section03.png") no-repeat;
  background-size: contain;
  width: 360px;
  height: 341px;
  bottom: -176px;
  right: -144px;
  z-index: 2;
}
.section03 .last-area{
  background: #fff;
  padding: 90px 50px 57px;
  
}
.section03 .last-area .copy{
  font-size: 25px;
  line-height: calc(55 / 36);
  font-weight: bold;
  text-align: center;
  margin-bottom: 37px;
}
.section03 .last-area .copy font{
  color: #49DBCF;
}
.section03 .last-area .description{
  font-size: 16px;
  line-height: calc(30 / 16);
  font-weight: normal;
}
@media screen and (max-width: 1024px){
.section03 .section-image01{
  /*background: url("../img/bg_mv2.jpg")no-repeat center;
  background-size: 1400px;*/
  background: none;
  height: 531px;
}
.section03 .section-image01 .inner1406{
  justify-content: center;
  transform: rotate(-90deg)
}
.section03 .section-image01 .inner1406::before{
  content: url("../img/service_section03.svg");
  position: relative;
  right: -20px;
  right: -81px
}
.section03 .container{
  position: relative;
}
.section03 .section-contents{
  padding-top: 80px;
  position: relative;
}
  .section03::before{
    content: "";
    background: #fff;
    width: 100%;
    height: calc(100% - 323px);
    position: absolute;
    bottom: 0;
  }
.section03 .section-contents .section-title{
  font-size: 24px;
  line-height: 1.5;
}
.section03 .consultation-list{
  display: block;
}
.section03 .consultation-list .consultation-item{
  width: 100%;
  background: #F5F5F5;
  padding: 60px 20px;
  min-height: inherit;
  margin-bottom: 30px;
}
.section03 .consultation-list .consultation-item .title{
  text-align: center;
  margin-bottom: 36px;
  position: relative;
  z-index: 10;
}
.section03 .consultation-list .consultation-item  .description{
  font-size: 14px;
  position: relative;
  z-index: 10;
}
.section03 .consultation-list .consultation-item.iphone::before{
  bottom: -100px;
  left: -120px;
  
}
.section03 .consultation-list .consultation-item.camera::before{
  right: -160px;
}
.section03 .last-area{
  background: #fff;
  padding: 40px 0 50px;
  
  
}
.section03 .last-area .copy{
  font-size: 22px;
  margin-bottom: 30px;
}
.section03 .last-area .copy font{
  color: #49DBCF;
}
.section03 .last-area .description{
  font-size: 14px;
}
}
/* ---------------------------------------------------------------------------
//  section03
--------------------------------------------------------------------------- */
.section04{
  position: relative;
}
.section04 .container{
  background: url("../img/bg_mv3.jpg") no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  padding: 240px 0 246px;
  margin-top: -128px;
}
.section04 .work-list .work-item{
  display: flex;
  justify-content: space-between;
  height: 361px;
}
.section04 .work-list .work-item .image-area{
  position: relative;
  width: 50%;
}
.section04 .work-list .work-item.reverce .image-area{
  order: 2;
}
.section04 .work-list .work-item .image-area .image{
  position: absolute;
  right: 0;
  width: 683px;
}
.section04 .work-list .work-item.reverce .image-area .image{
  position: absolute;
  right: inherit;
  left: 0;
}
.section04 .work-list .work-item .text-area{
  width: 415px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section04 .work-list .work-item:nth-of-type(1) .text-area{
  padding-top: 26px;
}
.section04 .work-list .work-item:nth-of-type(2) .text-area{
  padding-top: 64px;
}
.section04 .work-list .work-item:nth-of-type(3) .text-area{
  padding-top: 113px;
}
.section04 .work-list .work-item .text-area .title{
  padding: 0 19px;
  font-size: 20px;
  font-weight: 500;
  margin: 0 auto 27.5px;
}
.section04 .work-list .work-item:nth-of-type(1) .text-area .title{
  background: #F4D1FA;
}
.section04 .work-list .work-item:nth-of-type(2) .text-area .title{
  background: #D0F4B9;
}
.section04 .work-list .work-item:nth-of-type(3) .text-area .title{
  background: #B4FCC8;
}
.section04 .work-list .work-item .text-area .description{
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
}
@media screen and (max-width: 1024px){
.section04 .container{
  background: none;
  padding: 80px 0;
  margin-top: -0;
}
.section04 .work-list .work-item{
  display: block;
  height: auto;
}
  .section04 .work-list .work-item+.work-item{margin-top: 60px;}
.section04 .work-list .work-item .image-area{
  position: relative;
  width: 100%;
}
.section04 .work-list .work-item .image-area .image{
  position: relative;
  width: calc(100% + 20px);
  left: -20px;
}
.section04 .work-list .work-item.reverce .image-area .image{
  position: relative;
  right: -20px;
}
.section04 .work-list .work-item .text-area{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px!important;
}
.section04 .work-list .work-item .text-area .title{
  padding: 2px 19px;
  font-size: 18px;
  margin: 0 auto 20px;
}
.section04 .work-list .work-item .text-area .description{
  font-size: 14px;
}
}


/* ---------------------------------------------------------------------------
//  section-bnr
--------------------------------------------------------------------------- */
.section-bnr .container{
  position: relative;
}
.section-bnr.bnr03 .container{
  background: #F5F5F5;
}
.section-bnr .bnr-area{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  z-index: 2;
  position: relative;
}
.section-bnr.bnr01 .bnr-area{
  position: absolute;
  top: -40px;
  width: calc(100% - 40px);
  left: 0;
  right: 0;
  margin: auto;
}
.section-bnr .bnr-area .bnr{
  background: #333333;
  color: #fff;
  max-width: 457px;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px;
}
.section-bnr .bnr-area .bnr .bnr-text{
  border: solid 1px;
  height: 57px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  font-weight: normal;
  transition: .2s;
}
.section-bnr .bnr-area .bnr .bnr-text font{
  font-size: 26px;
  font-weight: 900;
  position: relative;
  top: -3px;
}
.section-bnr .bnr-area .bnr .bnr-text::after{
  content: url("../img/arow02.svg");
  margin-left: 22px;
  transition: .2s;
}
.section-bnr .bnr-area .bnr:hover .bnr-text{
  background: #fff;
  color: #333333;
}
.section-bnr .bnr-area .bnr:hover .bnr-text:after{
  content: url("../img/arow02h.svg");
  transition: .2s;
}
.section-bnr .bnr-area .description{
  font-size: 20px;
  font-weight: bold;
  line-height: calc(33 / 20);
  margin-top: 6px;
}
@media screen and (max-width: 1024px){
.section-bnr.bnr01 .bnr-area{
  top: -36px;
}
  .section-bnr.bnr02 .container{
    background: #fff;
    padding-top: 40px;
  } 
.section-bnr .bnr-area .bnr{
  padding: 4px;
  height: auto;
}
.section-bnr .bnr-area .bnr .bnr-text{
  font-size: 18px;
}
.section-bnr .bnr-area .bnr .bnr-text font{
  font-size: 22px;
  top: -2px;
}
.section-bnr .bnr-area .bnr .bnr-text::after{
  margin-left: 13.4px;
}
.section-bnr .bnr-area .description{
  font-size: 16px;
}
}

/* ---------------------------------------------------------------------------
//  section05
--------------------------------------------------------------------------- */
.section05 .container{
  position: relative;
  background: #fff;
  padding: 116px 0 112px;
}
.section05 .strong-area{
  background: #F5F5F5;
  padding: 54px 0 80px;
  margin-bottom: 74px;
}
.section05 .strong-area .contents-title{
  text-align: center;
  margin-bottom: 63px;
}
.section05 .strong-area .contents-title  span{
  position: relative;
}
.section05 .strong-area .contents-title span::before{
  content: "";
  background: url("../img/handN.png") no-repeat;
  background-size: contain;
  width: 924px;
  height: 948px;
  position: absolute;
  display: block;
  top: -420px;
  right: -841px;
}
.section05 .strong-area .strong-list .strong-item{
  display: flex;
  padding-right: 73px;
  position: relative;
}
.section05 .strong-area .strong-list .strong-item.watch::before{
  content: "";
  background: url("../img/watch.png") no-repeat;
  background-size: contain;
  width: 286px;
  height: 306px;
  position: absolute;
  top: 58px;
  left: -183px
}
.section05 .strong-area .strong-list .strong-item+.strong-item{
  margin-top: 70px;
}
.section05 .strong-area .strong-list .strong-item .number{
  width: 131px;
  position: relative;
}
.section05 .strong-area .strong-list .strong-item:nth-of-type(1) .number img{
  position: absolute;
  top: 0;
  right: 44px;
}
.section05 .strong-area .strong-list .strong-item:nth-of-type(2) .number img{
  position: absolute;
  top: 0;
  right: 34px;
}
.section05 .strong-area .strong-list .strong-item:nth-of-type(3) .number img{
  position: absolute;
  top: 0;
  right: 33.4px;
}
.section05 .strong-area .strong-list .strong-item:nth-of-type(4) .number img{
  position: absolute;
  top: 0;
  right: 33.1px;
}
.section05 .strong-area .strong-list .strong-item:nth-of-type(5) .number img{
  position: absolute;
  top: 0;
  right: 29.3px;
}
.section05 .strong-area .strong-list .strong-item .image-area{
  width: 267px;
  padding-top: 20px;
  position: relative;
  z-index: 2;
}
.section05 .strong-area .strong-list .strong-item .text-area{
  width: calc(100% - (267px + 131px));
  padding-right: 42px;
  position: relative;
  z-index: 2;
}
.section05 .strong-area .strong-list .strong-item .text-area .title{
  color: #49DBCF;
  line-height: calc(48 / 36);
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 11px;
}
.section05 .strong-area .strong-list .strong-item .text-area .description{
  line-height: calc(30 / 16);
  font-weight: normal;
  font-size: 16px;
}

.JCA-area{
  background: #F5F5F5;
  padding: 50px 0 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.JCA-area .image-area{
  margin-right: 54px;
  width: 250px;
}
.JCA-area .text-area{
  width: 338px;
}
.JCA-area .text-area .title{
  margin-bottom: 13px;
}
.JCA-area .text-area .description{
  font-size: 16px;
  line-height: calc(26 / 16);
  font-weight: bold;
}
.JCA-area .text-area .icon{
  margin: 19px 0 16px;
}
@media screen and (max-width: 1024px){
  .section05 .container{
  padding: 120px 0 80px;
}
.section05 .strong-area{
  padding: 60px 20px;
  margin-bottom: 60px;
}
.section05 .strong-area .contents-title{
  text-align: center;
  margin-bottom: 60px;
}
  .section05 .strong-area .contents-title span::before{
  content: "";
  background: url("../img/handN.png") no-repeat;
  background-size: contain;
  width: 613px;
  height: 725px;
  position: absolute;
  display: block;
  top: -320px;
  right: -500px;
}
.section05 .strong-area .strong-list .strong-item{
  display: block;
  padding-right: 0;
}
  .section05 .strong-area .strong-list .strong-item.watch::before{
  content: "";
  background: url("../img/watch.png") no-repeat;
  background-size: contain;
  width: 286px;
  height: 306px;
  position: absolute;
  top: -120px;
  left: -183px
}
.section05 .strong-area .strong-list .strong-item+.strong-item{
  margin-top: 60px;
}
.section05 .strong-area .strong-list .strong-item .number{
  width: 100%;
  position: relative;
  zoom:.5;
  text-align: center;
  margin-bottom: 5px;
}
.section05 .strong-area .strong-list .strong-item .number img{
  position: relative!important;
  top: inherit!important;
  right: inherit!important;
}
.section05 .strong-area .strong-list .strong-item .image-area{
  width: 100%;
}
.section05 .strong-area .strong-list .strong-item .text-area{
  width: 100%;
  padding-right: 0;
}
.section05 .strong-area .strong-list .strong-item .text-area .title{
  font-size: 22px;
  text-align: center;
  margin-bottom: 11px;
}
.section05 .strong-area .strong-list .strong-item .text-area .description{
  font-size: 14px;
}

.JCA-area{
  padding: 60px 20px;
  display: block;
}
.JCA-area .image-area{
  margin-right: 0;
  width: 250px;
  margin: auto;
}
 .JCA-area .text-area{
  width: 100%;
   display: flex;
  flex-direction: column;
  align-items: center;
}
 .JCA-area .text-area .title{
  margin-top: 10px;
  text-align: center;
}
 .JCA-area .text-area .description{
  font-size: 14px;
}
 .JCA-area .text-area .icon{
  margin: 19px 0 16px;
}
}
/* ---------------------------------------------------------------------------
//  section05
--------------------------------------------------------------------------- */
.section06 {
  position: relative;
}
.section06 .container{
  position: relative;
  padding: 159px 0 55px;
}
.section06 .section-image01{
   position: absolute;
  width: 100%;
  top: 0;
  background: url("../img/bg_mv4.jpg") no-repeat center bottom;
  background-size: cover;
  background-attachment: fixed;
  height: 479px;
}
.section06 .gray-area{
  position: relative;
  z-index: 2;
  background: #F5F5F5;
  padding: 63px 73px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 67px;
}
.section06 .gray-area .section-title{
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
}
.section06 .gray-area .section-title font{
  display: inline-block;
  margin: 0 3px;
}
.section06 .gray-area .percent-list{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.section06 .gray-area .percent-list .percent-item{
  padding: 0 24px;
  position: relative;
}
.section06 .gray-area .percent-list .percent-item+.percent-item::before{
  content: "";
  width: 1px;
  height: 42px;
  background: #D9D9D9;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
}
.section06 .gray-area .description{
  font-size: 16px;
  line-height: calc(30 / 16);
  font-weight: normal;
  text-align: center;
}
.section06 .achievement-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section06 .achievement-list .achievement-item{
  width: calc((100% - 52px) / 3);
  margin-bottom: 28px;
}
.section06 .achievement-list .achievement-item .name{
  font-size: 16px;
  line-height: calc(25 / 16);
  font-weight: normal;
  margin-top: 7px;
}
.section06 .slider-area{
  position: relative;
}
.section06 .slider-area .bg-area{
  position: relative;
  background: url("../img/bg_mv5.jpg") no-repeat center bottom;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  max-width: 1000px;
  margin: auto;
  padding: 500px 20px 129px;
}
.section06 .slider-area a{
  font-size: 16px;
  display: inline-block;
  font-weight: normal;
  background:linear-gradient(transparent 60%, #B3FDC7 60%);
  padding-bottom: 2px;
}

.section06 .slideshow-wrap {
  position: absolute;
  top: 180px;
    display: flex;
    align-items: center;
    height: 293px;
    overflow: hidden;
  z-index: 2;
  }
  .section06 .slideshow {
    display: flex;
    animation: loop-slide 40s infinite linear 1s both;
  }
  .section06 .slideshow .content {
    width: 248px;
    margin: 0 43px;
  }
  @keyframes loop-slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
@media screen and (max-width: 1024px){
.section06 .container{
  padding: 80px 0 0;
  position: relative;
}
  .section06 .container::before{
    content: "";
    width: 100%;
    height: calc(100% - 280px - 522px);
    display: block;
    position: absolute;
    top: 280px;
    background: #fff;
  }
.section06 .section-image01{
  display: none;
}
.section06 .gray-area{
  position: relative;
  z-index: 2;
  background: #F5F5F5;
  padding: 60px 20px;
  margin-bottom: 60px;
  line-height: 3;
}
.section06 .gray-area .section-title{
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}
.section06 .gray-area .section-title font{
  display: inline-block;
  margin: 0 3px;
  position: relative;
  top: -20px;
}
.section06 .gray-area .percent-list{
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.section06 .gray-area .percent-list .percent-item{
  padding: 0 15px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.section06 .gray-area .percent-list .percent-item+.percent-item::before{
  display: none;
}
.section06 .gray-area .description{
  font-size: 14px;
}
  .section06  .achievement-area{
    position: relative;
  z-index: 2;
  }
.section06 .achievement-list{
  text-align: center;
  padding-bottom: 20px;
}
.section06 .achievement-list .achievement-item{
  width: 100%;
  margin-bottom: 40px;
}
.section06 .achievement-list .achievement-item .name{
  margin-top: 7px;
}
.section06 .slider-area{
  position: relative;
}
.section06 .slider-area .bg-area{
  position: relative;
  background:none;
  padding-top: 400px;
  padding-bottom: 80px;
  text-align: center;
  max-width: calc(100% - 40px);
  margin: auto;
  padding: 400px 20px 80px;
}
  .section06 .slider-area a{
    display: block;
    background: none;
  }
.section06 .slider-area a span{
  background:linear-gradient(transparent 60%, #B3FDC7 60%);
  display: inline-block;
  padding-bottom: 2px;
  font-size: 14px;
}

.section06 .slideshow-wrap {
  top: 80px;
  }
  .section06 .slideshow .content {
    margin: 0 20px;
  }
}
/* ---------------------------------------------------------------------------
//  section07
--------------------------------------------------------------------------- */
.section07 .container{
  position: relative;
  background: #fff;
  padding: 70px 0 0;
}
.section07 .container::before{
  content: "";
  background: url("../img/deco01.svg") no-repeat;
  position: absolute;
  display: block;
  width: 305px;
  height: 661px;
  right: 0;
  bottom: -463px;
  z-index: 1;
}
.section07 .section-title{
  font-size: 36px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
  position: relative;
  z-index: 2;
}
.section07 .section-title span{
  background:linear-gradient(transparent 70%, #F4D5F7 70%);
  line-height: 1.2;
  width: 95px;
  text-align: center;
}
.section07 .gray-area{
  background: #F5F5F5;
  padding: 41px 51px 63px;
  position: relative;
  z-index: 2;
}
.section07 .gray-area .copy{
  text-align: center;
  font-size: 25px;
  line-height: calc(43 / 25);
  font-weight: bold;
  margin-bottom: 44px;
}
.section07 .gray-area .copy font{
  color: #49DBCF;
}
.section07 .gray-area .description{
  font-size: 16px;
  line-height: calc(30 / 16);
  font-weight: normal;
}
@media screen and (max-width: 1024px){
  .section07 .container{
  padding: 40px 0 0;
}
.section07 .container::before{
  content: "";
  background: url("../img/deco01.svg") no-repeat;
  position: absolute;
  display: block;
  width: 305px;
  height: 661px;
  right: -100px;
  bottom: -263px;
}
.section07 .gray-area{
  padding: 41px 20px 63px;
}
.section07 .gray-area .copy{
  font-size: 22px;
  margin-bottom: 20px;
}
.section07 .gray-area .copy font{
  color: #49DBCF;
}
.section07 .gray-area .description{
  font-size: 14px;
}
}
/* ---------------------------------------------------------------------------
//  section08
--------------------------------------------------------------------------- */
.section08 .container{
  position: relative;
  background: #fff;
  padding: 100px 0 0;
}
.section08 .container::before{
  content: "";
  background: url("../img/deco02.svg") no-repeat;
  position: absolute;
  display: block;
  width: 650px;
  height: 561px;
  left: -183px;
  bottom: -491px;
  z-index: 1;
}
.section08 .section-contents{
  position: relative;
  z-index: 2;
}
.section08 .section-title{
  font-size: 36px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
}
.section08 .section-title span{
  background:linear-gradient(transparent 70%, #D1ED34 70%);
  line-height: 1.2;
  width: 173px;
  text-align: center;
}
.section08 .staff-image{
  background: url("../img/staff-image.jpg") no-repeat center bottom;
  background-size: cover;
  padding-top: 41.9%;
  margin-bottom: 17.5px;
}
.section08 .description{
  font-size: 16px;
  font-weight: normal;
  line-height: calc(28 / 16);
  text-align: center;
}
@media screen and (max-width: 1024px){
.section08 .container::before{
  left: -500px;
  bottom: -291px;
}
.section08 .staff-image{
  padding-top: 47.9%;
}
.section08 .description{
  font-size: 14px;
}
}
/* ---------------------------------------------------------------------------
//  section09
--------------------------------------------------------------------------- */
.section09 .container{
  position: relative;
  background: #fff;
  padding: 70px 0 0;
}
.section09 .container::before{
  content: "";
  background: url("../img/deco03.svg") no-repeat;
  position: absolute;
  display: block;
  width: 466px;
  height: 468px;
  right: 0;
  top: 533px;
  z-index: 1;
}
.section09 .section-title{
  font-size: 36px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
  z-index: 2;
  position: relative;
}
.section09 .section-image .inner1406{
  background: url("../img/bg_section09.jpg") no-repeat center;
  background-size: cover;
  height: 557px;
  z-index: 2;
  position: relative;
}
.section09 .section-title span{
  background:linear-gradient(transparent 70%, #5BF2E6 70%);
  line-height: 1.2;
  width: 173px;
  text-align: center;
}
.section09 .gray-area{
  background: #F5F5F5;
  margin-top: -95px;
  padding: 31px 33px 51px;
  position: relative;
  z-index: 2;
  margin-bottom: 30.8px;
}
.section09 .area-title{
  font-size: 25px;
  font-weight: 600;
  line-height: calc(43 / 25);
  margin-bottom: 24px;
  text-align: center;
}
.section09 .area-title+.description{
  font-size: 16px;
  line-height: calc(28 / 16);
  font-weight: 500;
  max-width: 628px;
  margin: auto;
  text-align: center;
  margin-bottom: 47px;
}
.section09 .office-list{
  display: flex;
  justify-content: center;
}
.section09 .office-item{
  padding: 4px 40px 15px;
  text-align: center;
}
.section09 .office-item:nth-of-type(2){
  border-left: solid 1px #D9D9D9;
  border-right: solid 1px #D9D9D9;
}
.section09 .office-item .name{
  font-size: 15px;
  line-height: 1;
  font-weight: normal;
  padding: 0 10px 1px;
  display: inline-block;
  margin-bottom: 6px;
}
.section09 .office-item:nth-of-type(1) .name{
  background: #7EFCF2;
}
.section09 .office-item:nth-of-type(2) .name{
  background: #A4FAC7;
}
.section09 .office-item:nth-of-type(3) .name{
  background: #D3EB4A;
}

.section09 .office-item .address{
  font-size: 14px;
  font-weight: normal;
  line-height: calc(20 /14);
}
.section09 .office-item .address span{
  display: inline-block;
}
.section09 .gray-container{
  background: #F5F5F5;
  position: relative;
  z-index: 2;
  padding: 92px 0 100px;
}
.section09 .gray-container .flex-wrap{
  display: flex;
  justify-content: space-between;
}
.section09 .gray-container .flex-item{
  width: calc((100% - 64px) / 2);
  text-align: center;
  
}
.section09 .gray-container .description{
  margin-top: 18px;
  font-size: 16px;
  font-weight: normal;
  line-height: calc(28 / 16);
}
@media screen and (max-width: 1024px){
  .section09 .container{
  padding: 80px 0 0;
}
.section09 .container::before{
  top: 633px;
}
.section09 .section-image .inner1406{
  height: 400px;
}
.section09 .gray-area{
  padding: 30px 20px;
}
.section09 .area-title{
  font-size: 22px;
}
.section09 .area-title+.description{
  font-size: 14px;
  margin-bottom: 20px;
  text-align: left;
}
.section09 .office-list{
  display: block;
}
.section09 .office-item{
  padding: 20px 0;
}
.section09 .gray-container{
  padding: 60px 0 40px;
}
.section09 .gray-container .flex-wrap{
  display: block;
}
.section09 .gray-container .flex-item{
  width: 100%;
  margin-bottom: 40px;
}
.section09 .gray-container .description{
  margin-top: 14px;
  font-size: 14px;
}
}
/* ---------------------------------------------------------------------------
//  section10
--------------------------------------------------------------------------- */
.section10 .container{
  position: relative;
  background: #F5F5F5;
  padding: 70px 0 0;
}
.section10 .section-contents>div{
  background: #fff;
}
.online-area{
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.online-area .illust{
  max-width: 398px;
}
.online-area .text-area{
  padding: 0 56px;
}
.online-area .text-area .description{
  font-size: 18px;
  line-height: calc(40 / 18);
  font-weight: normal;
}
@media screen and (max-width: 1024px){
  .section10 .container{
  padding: 80px 0 0;
}
.online-area{
  flex-direction: column;
  padding: 40px 0 60px;
}
.online-area .illust{
  margin-bottom: 20px;
  margin: 0 auto 20px auto;
}
.online-area .text-area{
  padding: 0 20px;
}
.online-area .text-area .description{
  font-size: 14px;
}
  .online-area .text-area .description span{
    display: inline-block
  }
}
/* ---------------------------------------------------------------------------
//  section11
--------------------------------------------------------------------------- */
.section11 .container{
  position: relative;
  background: url("../img/bg_mv6.png") no-repeat center top,#F5F5F5;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0 108px;
}

.section11 .section-contents{
  background: #fff;
}
.section11 .form-area{
  padding: 53px 0 112px;
  max-width: 710px;
  margin: 0 auto;
}
.section11 .section-title{
  font-size: 36px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.section11 .section-title span{
  background:linear-gradient(transparent 70%, #BEC2FD 70%);
  line-height: 1.2;
  width: 223px;
  text-align: center;
}
.section11 .form-area .section-title+.description{
  font-size: 14px;
  line-height: calc(26 / 14);
  font-weight: normal;
  margin-bottom: 46px;
  text-align: center;
}
#form .sup{
  font-size: 16px;
  line-height: calc(28 / 16);
}
#form font{
  color: #EA394B;
}
#form dl{
  display: flex;
}
#form dl+dl{
  margin-top: 36px;
}
#form dt{
  width: 236px;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 500;
}
#form dd{
  width: calc(100% - 236px);
}
#form dd input,#form dd textarea{
  background: #F5F5F5;
  width: 100%;
  padding: 20px 22px;
}
#form dd textarea{
  min-height: 233px;
}
::placeholder {
  color: #BDBDBD;
}
#form .submit-wrap{
  margin-top: 86.7px;
}
#form .submit-wrap input{
  font-size: 21px;
  font-weight: normal;
  background: url("../img/yajirusi.svg") no-repeat right 28px center,#49DBCF;
  border: solid 1px #49DBCF;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 50px;
  width: 100%;
  transition: all .2s;text-align: center
}
#form .submit-wrap input:hover{
  color: #49DBCF;
  background: url("../img/yajirusi.svg") no-repeat right 8px center,#fff; 
}
@media screen and (max-width: 1024px){
  .section11 .container{
  position: relative;
  background: url("../img/bg_mv6.png") no-repeat center top,#F5F5F5;
  background-size: cover;
  padding: 60px 0 100px;
}
.section11 .form-area{
  padding: 40px 20px 80px;
}
.section11 .form-area .section-title+.description span{
  display: inline-block
  }
  #form .sup{
    margin-bottom: 30px;
    text-align: center;
  }
#form dl{
  display: block;
}
#form dl+dl{
  margin-top: 30px;
}
#form dt{
  width: 100%;
  padding: 0 0 10px;
}
#form dd{
  width:100%;
}
#form dd input,#form dd textarea{
  background: #F5F5F5;
  width: 100%;
  padding: 20px;
}
#form .submit-wrap{
  margin-top: 60px;
}
}
/* ---------------------------------------------------------------------------
//  section-footer
--------------------------------------------------------------------------- */
.section-footer .container{
  position: relative;
  background: #fff;
  padding: 71px 0 60px;
  text-align: center;
  overflow: hidden;
}
.section-footer .inner1040{
  position: relative;
}
.section-footer .inner1040::before{
  content: "";
  background: url("../img/bg_footer.jpg") no-repeat;
  background-size: contain;
  width: 745px;
  height: 768px;
  display: block;
  position: absolute;
  z-index: 1;
  top: -45px;
  left: -151px;
}
.section-footer .footer-contents{
  position: 
    relative;
  z-index: 2;
  
}
.section-footer .footer-contents .copy{
  font-size: 18px;
  line-height: calc(32 / 18);
  margin-bottom: 66px;
}
.section-footer .footer-contents .flex-wrap{
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.section-footer .footer-contents .flex-wrap>div{
  width: 286px;
  margin: 0 70px;
}
.section-footer .footer-contents .flex-wrap .left .tel{
  pointer-events: none;
  margin-bottom: 15px;
  display: block;
}
.section-footer .footer-contents .flex-wrap .left .time{
  display: flex;
  justify-content: center;
  padding-left: 20px;
}
.section-footer .footer-contents .flex-wrap .left .time::before{
  content: url("../img/icon-clock.svg");
  margin-right: 6px;
}
.section-footer .footer-contents .flex-wrap .left .time p{
  font-size: 14px;
  line-height: calc(20 / 14);
}
.section-footer .footer-contents .flex-wrap .right{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-footer .footer-contents .flex-wrap .right .btn{
  width: 232px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333333;
  border: solid 1px #333333;
  color: #fff;
  font-size: 17px;
  transition: all .2s;
  margin-bottom: 5px;
}
.section-footer .footer-contents .flex-wrap .right .btn::before{
  content: url("../img/icon-mail.svg");
  margin-right: 13px;
  position: relative;
  top: 2px;
  transition: all .2s;
}
.section-footer .footer-contents .flex-wrap .right .btn:hover{
  background: #fff;
  color:#333333;
}
.section-footer .footer-contents .flex-wrap .right .btn:hover:before{
  content: url("../img/icon-mail_h.svg");
}
.section-footer .footer-contents .flex-wrap .right p{
  font-size: 16px;
  line-height: calc(20 / 16);
}

.section-footer .footer-contents .corporate-btn{
  display: inline-block;
  transition: .2s;
}
.section-footer .footer-contents .corporate-btn p{
  font-size: 18px;
  line-height: calc(20 / 18);
  margin-bottom: 14px;
}
.section-footer .footer-contents .corporate-btn:hover{
  opacity: .7;
}
.copyright{
  background: url("../img/bg-copyright.jpg") no-repeat center top;
  background-size: cover;
  padding: 36px 0 41px;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: #757575;
  display: block;
}
@media screen and (max-width: 1024px){
  .section-footer .container{
  padding: 200px 0 100px;
}
.section-footer .inner1040::before{
  width: 500px;
  height: 500px;
  left: 0;
  right: 0;
  top: -180px;
  margin: auto;
}
.section-footer .footer-contents .copy{
  
  padding: 20px 0;
  margin-bottom: 100px;
}
  .section-footer .footer-contents .copy span{
  display: inline-block;
    background: #fff;
    margin-bottom: 10px;
    padding: 0 1px;
}
  
.section-footer .footer-contents .flex-wrap{
  display: block;
  margin-bottom: 60px;
}
.section-footer .footer-contents .flex-wrap>div{
  width: 100%;
  margin: 0;
}
  .section-footer .footer-contents .flex-wrap .left{
    margin-bottom: 60px;
  }
.section-footer .footer-contents .flex-wrap .left .tel{
  pointer-events: all;
  margin-bottom: 20px;
}
.section-footer .footer-contents .flex-wrap .left .time{
  padding-left: 0;
}
.copyright{
  background: none;
  padding: 20px;
  z-index: 2;
  position: relative;
}
}

.thanks .container{
  padding: 120px 0 108px;
  position: relative;
  z-index: 2;
}
.thanks .section-contents{
  background: #fff;
  padding: 80px
}
.thanks-h2{
  text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
    line-height: calc(48 / 36);
    font-weight: bold;
}
.thanks-text{
  text-align: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
  margin-bottom: 60px;
}
.thanks .top-btn{
  max-width: 300px;
  margin: auto;
  font-size: 18px;
  height:60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-weight: bold;
  background: #49DBCF;
  color: #fff;
  border: solid 1px #49DBCF;
  transition: .2s
}
.thanks .top-btn:hover{
  background: #fff;
  color: #49DBCF;
}
@media screen and (max-width: 1024px){
  .thanks .container{
  padding: 100px 0 80px;
}
.thanks .section-contents{
  padding: 40px 20px;
}
.thanks-h2{
    margin-bottom: 30px;
    font-size: 18px;
}
.thanks-text{
    font-size: 14px;
  margin-bottom: 50px;
}
  .thanks .top-btn{
    font-size: 16px;
    height: 50px;
  }

}


.forSP{
  display: none;
}
@media screen and (max-width: 1024px){
  .forPC{
    display: none;
  }
  .forSP{
    display: block;
  }
}