@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
body{
-webkit-print-color-adjust: exact;
color:#333333; /* */
font-family: "Noto Sans JP",YuGothic, "Yu Gothic Medium", "Yu Gothic", 游ゴシック, "Hiragino Kaku Gothic ProN", メイリオ, meiryo, sans-serif;
-webkit-text-size-adjust: 100%;
line-height:2em;
text-align:center;
}
html{
  -webkit-font-smoothing: antialiased;
  background-color: #E3ECF8;
}

/* リンク */
a:link{
color:#333333; /* 色 */
text-decoration:none;
}
a:visited{
color:#333333; /* 色 */
text-decoration:none;
}
a:hover {
color:#333333; /* 色 */
text-decoration:none;
}
a:active {
color:#333333; /* 色 */
text-decoration:none;
}

#wrapper{
  width:100%;
  overflow-x: hidden;
}

.invisibleparts{display: none !important;}

.image{
  font-size: 0;
  line-height: 0;
}
.image img{
  max-width: 100%;
  height: auto;
}
.txt-image{
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
}
/* font
----------------------- */
.font-en{
  letter-spacing: 0.05em;
}
.en-Up{
  text-transform: uppercase;
}
.font-s{
  font-size: 80%;
}
.color-blue{color: #054498 !important;}
.color-red{color: #D10000 !important;}
.color-white{color: #fff !important;}

.link-txt{
  text-decoration: underline !important;
}
.link-txt:hover{
  text-decoration: none !important;
}
.word{
  display: inline-block;
  vertical-align: bottom
}
/* .image-f
----------------------- */
.image-f{
  font-size: 0;
  line-height: 0;
}
.image-f img{
  opacity:1;filter: alpha(opacity=100);-ms-filter: "alpha(opacity=100)";
  transition-property: opacity,filter;
  transition: 0.15s linear;
}
.image-f:hover img{
  opacity:.6;filter: alpha(opacity=60);-ms-filter: "alpha(opacity=60)";
}
/* .image-z
----------------------- */
.image-z {
  font-size: 0;
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
.image-z img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.image-z__hover {
  transform: scale(1);
  transition-property: transform,-webkit-transform;
  transition: 0.1s linear;
}
a:hover .image-z__hover {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}

.show{display: block !important;}
.hide{display: none !important;}

/* spFadeIn
----------------------- */
@media screen and (max-width: 767px){
  .spFadeIn{
    opacity:0;filter: alpha(opacity=0);-ms-filter: "alpha(opacity=0)";
    transition-property: opacity,filter;
    transition: 0.15s linear;
    pointer-events: none;
  }
  .spFadeIn.start{
    opacity:1;filter: alpha(opacity=100);-ms-filter: "alpha(opacity=100)";
    pointer-events: auto;
  }
}


@media print, screen and (min-width:768px){
body{
 font-size:16px;
}
.spVer{
  display: none !important;
}
}

@media screen and (max-width: 767px){
body{
 font-size:3.58vw;
 line-height: 1.8em;
}
.pcVer{
  display: none !important;
}
#wrapper{
  overflow-x: hidden;
}
}

/* ========================================================
header
======================================================== */
.header-area{
  background-color: #054498;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
}
.header-inner{
  position: relative;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
  min-height: 70px;
  padding: 0 30px;
}
.header-logo{
  display: flex;
  justify-content: center;
    align-items: center;
  gap: 0 10px;
}
.header-txt{
  color: #fff;
  font-weight: bold;
  margin-right: auto;
  display: flex;
  justify-content: center;
    align-items: center;
  margin-left: 1em;
  vertical-align: middle;
  font-size: 18px;
}
@media screen and (max-width: 880px){
  .header-txt{
    display: none;
  }
}
@media screen and (max-width: 767px){
  .header-inner{
    height: 15.38vw;
  min-height: 15.38vw;
    padding: 0 2.5vw;
  }
  .header-logo{
    height: 15.38vw;
    gap: 0 2vw;
  }
  .header-logo__group{
    width: 23vw;
  }
  .header-logo__itec{
    width: 43vw;
  }
}
/*  .sp-menu__bt
----------------------- */
.sp-menu__bt{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.sp-menu__bt .sp-menu__trigger,
.sp-menu__bt .sp-menu__trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
@media print, screen and (max-width:1080px){
  .sp-menu__bt .sp-menu__trigger {
    position: relative;
    width: 15.38vw;
    height: 15.38vw;
    text-decoration: none;
    text-align: left;
  }
  .sp-menu__bt .sp-menu__trigger span {
    position: absolute;
    right: 3vw;
    width: 9.2vw;
    height: 0.7vw;
    background-color: #fff;
  }
  .sp-menu__bt .sp-menu__trigger span:nth-of-type(1) { top: 3.88vw;}
  .sp-menu__bt .sp-menu__trigger span:nth-of-type(2) { top: 7.2vw;}
  .sp-menu__bt .sp-menu__trigger span:nth-of-type(3) { top: 10.55vw;}
  .sp-menu__bt.active .sp-menu__trigger span{
    background-color: #054498;
  }
  .sp-menu__bt.active .sp-menu__trigger span:nth-of-type(1) {
    transform: translateY(3.4vw) rotate(-45deg);
  }
  .sp-menu__bt.active .sp-menu__trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .sp-menu__bt.active .sp-menu__trigger span:nth-of-type(3) {
    transform: translateY(-3.4vw) rotate(45deg);
  }
  @media screen and (min-width: 768px){
    .sp-menu__bt .sp-menu__trigger {
      width: 70px;
      height: 70px;
    }
    .sp-menu__bt .sp-menu__trigger span {
      right: 10px;
      width: 50px;
      height: 5px;
    }
    .sp-menu__bt .sp-menu__trigger span:nth-of-type(1) { top: 14px;}
    .sp-menu__bt .sp-menu__trigger span:nth-of-type(2) { top: 32px;}
    .sp-menu__bt .sp-menu__trigger span:nth-of-type(3) { top: 50px;}
    .sp-menu__bt.active .sp-menu__trigger span:nth-of-type(1) {
      transform: translateY(18px) rotate(-45deg);
    }
    .sp-menu__bt.active .sp-menu__trigger span:nth-of-type(3) {
      transform: translateY(-18px) rotate(45deg);
    }
  }
}
@media screen and (min-width: 1081px){
  .sp-menu__bt{
    display: none;
  }
}
/*  header-nav
----------------------- */
@media screen and (min-width: 1081px){
  .header-nav{
   display:flex !important;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding:10px 0 10px 50px;
  }
}
@media screen and (max-width: 1180px){
  .header-nav{
    padding:10px 0 10px;
  }
}
@media screen and (max-width: 1080px){
  .header-nav{
    display: none;
    background-color: #fff;
    width: 100vw;
    height: 100vh;
    letter-spacing: -0.3em;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    padding: 25vw 6.15vw 6.15vw;
  }
  .header-nav > *{
    letter-spacing: 0;
  }
  @media screen and (min-width: 768px){
    .header-nav{
      width: 500px;
      padding: 100px 60px 100px;
    }
  }
}
/*  header-nav__list
----------------------- */
@media screen and (min-width: 1081px){
  .header-nav__list{
     display:flex;
      justify-content: center;
      align-items: center;
    list-style: none;
    margin-right: 24px;
  }
  .header-nav__list li:not(:last-of-type)::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 24px;
    background-color: #fff;
    margin: 0 1em;
  }
  .header-nav__list a{
    color: #fff;
  }
  .header-nav__list a:hover{
    text-decoration: underline !important;
  }
}
@media screen and (max-width: 1080px){
  .header-nav__list{
    width: 100%;
    margin-bottom: 15.38vw;
  }
  .header-nav__list li a{
    display: block;
    text-align: left;
    border-bottom: solid 1px #E6E6E6;
    font-size: 4.1vw;
    padding: 1em;
    position: relative;
  }
  .header-nav__list li a::after{
    content: "";
    display: block;
    width: 0.4em;
    height: 0.4em;
    border-right:solid 1px #000;
    border-bottom:solid 1px #000;
    transform: rotate(45deg);
    position: absolute;
    right: 1em;
    top: calc(50% - 0.2em)
  }
  @media screen and (min-width: 768px){
    .header-nav__list{
      margin-bottom: 40px;
    }
    .header-nav__list li a{
      font-size: 18px;
    }
  }
}
/*  header-nav bt
----------------------- */
@media screen and (min-width: 1081px){
  .header-nav .radius-bt:not(:last-of-type){
    margin-right: 6px;
  }
}
@media screen and (max-width: 1080px){
  .header-nav .radius-bt{
    width: calc((100% - 4.6vw) / 2);
    display: inline-block;
    vertical-align: middle;
  }
  .header-nav .radius-bt a{
    padding: 0.5em;
  }
  .header-nav .radius-bt:not(:last-of-type){
    margin-right: 4.6vw;
  }
}
/* ========================================================
bt
======================================================== */
/*  radius-bt
----------------------- */
.radius-bt a,
.radius-bt button{
  text-align: center;
  font-weight: bold;
      display:flex;
    justify-content: center;
    align-items: center;
  border-radius: 9999px;
  cursor: pointer;
  position: relative;
  box-shadow: 0px 2px 0px #00000080;
  color: #054498;
  min-height: 3em;
  padding: 0.5em 1.5em;
  transition-property: border,background;
  transition: 0.2s linear;
}
.radius-bt button{width: 100%;}
.radius-bt__bgwhite a,.radius-bt__bgwhite button{background-color: #fff;border: solid 1px #054498;}
.radius-bt__bgyellow a,.radius-bt__bgyellow button{background-color: #FECE2A;border: solid 1px #FECE2A;}
.radius-bt__bgblue a,.radius-bt__bgblue button{color: #fff;background-color: #054498;border: solid 1px #054498;}
.radius-bt a:hover,
.radius-bt button:hover{
  color: #fff;
  background-color: #054498;
  border: solid 1px #fff;
}
.radius-bt.radius-bt__bgblue a:hover,
.radius-bt.radius-bt__bgblue button:hover{
  color: #054498;
  background-color: #fff;
  border: solid 1px #054498;
}
.radius-bt.radius-bt__arrow a,
.radius-bt.radius-bt__arrow button{
  padding: 0.5em 3em 0.5em 1.5em;
}
.radius-bt.radius-bt__arrow a i,
.radius-bt.radius-bt__arrow button i{
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  border-radius: 9999px;
  background-color: #054498;
  line-height: 0;
  right: 1em;
  top: calc(50% - 0.75em);
  transition-property: background;
  transition: 0.2s linear;
}
.radius-bt.radius-bt__arrow a:hover i,
.radius-bt.radius-bt__arrow button:hover i{
  background-color: #fff;
}
.radius-bt.radius-bt__arrow a i svg ,
.radius-bt.radius-bt__arrow button i svg {
  fill:#fff;
  width: 54%;
  height: 54%;
  margin: 23%;
  transition-property: fill;
  transition: 0.2s linear;
}
.radius-bt.radius-bt__arrow a:hover i svg,
.radius-bt.radius-bt__arrow button:hover i svg {
  fill:#054498;
}
.radius-bt.radius-bt__bgblue.radius-bt__arrow a i,
.radius-bt.radius-bt__bgblue.radius-bt__arrow button i{
  background-color: #fff;
}
.radius-bt.radius-bt__bgblue.radius-bt__arrow a:hover i,
.radius-bt.radius-bt__bgblue.radius-bt__arrow button:hover i{
  background-color: #054498;
}
.radius-bt.radius-bt__bgblue.radius-bt__arrow a i svg ,
.radius-bt.radius-bt__bgblue.radius-bt__arrow button i svg {
  fill:#054498;
}
.radius-bt.radius-bt__bgblue.radius-bt__arrow a:hover i svg,
.radius-bt.radius-bt__bgblue.radius-bt__arrow button:hover i svg {
  fill:#fff;
}
@media screen and (max-width: 767px){
  .radius-bt.radius-bt__arrow a,
  .radius-bt.radius-bt__arrow button{
    padding: 1em 2em 1em 1.5em;
  }
  .radius-bt.radius-bt__arrow a i,
  .radius-bt.radius-bt__arrow button i{
    width: 1em;
    height: 1em;
    top: calc(50% - 0.5em);
    right: 0.8em;
  }
}
/* ========================================================

======================================================== */
/* content-area
----------------------- */
.content-area{
  padding-top: 70px;
}
@media screen and (max-width: 767px){
  .content-area{
    padding-top: 15.38vw;
  }
}
/*  radius-area
----------------------- */
.radius-area{
  text-align: left;
  border-radius: 100px;
  margin: 100px auto 0;
  max-width: 1760px;
  width: calc(100% - 80px);
  padding: 0 160px;
}
@media screen and (max-width: 1280px) and (min-width: 768px){
  .radius-area{
    padding: 0 40px;
    width: calc(100% - 40px);
  }
  @media screen and (max-width: 1080px){
    .radius-area{
      padding: 0 20px;
      width: calc(100% - 40px);
    }
  } 
}
@media screen and (max-width: 767px){
  .radius-area{
    border-radius: 7.69vw;
    margin: 15.38vw auto 0;
    width: calc(100% - 6vw);
    padding: 0 6.15vw;
  }
}
/*  ttl
----------------------- */
.content-subtitle{
  text-align: center;
  line-height: 1.6em;
  font-size: 40px;
}
@media screen and (max-width: 767px){
  .content-subtitle{
    line-height: 1.6em;
    font-size: 7.1vw;
  }
}
/* under-headline
----------------------- */
.under-headline{
  text-align: center;
  font-weight: bold;
  padding: 100px 40px 80px;
}
.under-headline__caption{
  line-height: 1.4em;
  font-size: 28px;
}
.under-headline__ttl{
  line-height: 1.4em;
  font-size: 40px;
}
@media screen and (max-width: 767px){
  .under-headline{
    padding: 10.25vw 4vw;
  }
  .under-headline__caption{
    font-size: 4.1vw;
  }
  .under-headline__ttl{
    font-size: 7.1vw;
  }
}
/*  caption
----------------------- */
.caption-txt{
  padding-left: 1em;
  text-indent: -1em;
}
.caption-txt::before{
  content: "※" / "";
  display: inline-block;
  text-indent: 0;
}
.caption-txt > *{
  text-indent: 0;
}
@media screen and (max-width: 767px){
}
/* ========================================================
form
======================================================== */
.form-area{
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
.form-summarytxt{
  text-align: center;
  margin-top: 55px;
}
.under-headline + .form-summarytxt{margin-top: 0;}
.form-linkbt{
  margin: 60px auto 0;
  width: 300px;
}
@media screen and (max-width: 767px){
  .form-area{
    padding: 0 4vw;
  }
  .form-summarytxt{
    text-align: left;
    margin-top: 7.69vw;
  }
  .form-linkbt{
    margin: 10.25vw auto 0;
    width: 80vw;
    max-width: 100%;
  }
}
/* ========================================================
zoom-area
======================================================== */
/* .zoom-area
----------------------- */
.zoom-area{
  position: fixed;
  background-color: rgba(0,0,0,0.52);
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 500;
      display:flex;
    justify-content: center;
    align-items: center;
}
.zoom-area.first{
  height: 0;
}
.zoom-area__inner{
  max-width: 100vw;
  max-height: 90vh;
  padding: 5vh 0;
}
.zoom-area__box{
  background-color: #fff;
  position: relative;
  width: 800px;
  border-radius: 10px;
}
.zoom-area__txt{
  font-weight: bold;
  padding: 0.3em 1.5em;
  text-align: left;
  font-size: 18px;
}
.zoom-area__image{
  max-height: calc(90vh - 200px);
  border-top:solid 1px #707070;
  border-bottom:solid 1px #707070;
    overflow-y: scroll;
}
.zoom-area__box .radius-bt{
  padding: 12px 0;
  margin: 0 auto;
  width: 200px;
}
.zoom-area__close button{
  position: absolute;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  right: 20px;
  top: 2px;
  width: 40px;
  height: 40px;
}
.zoom-area__close button::before,
.zoom-area__close button::after{
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #054498;
  position: absolute;
  right: 0;
  top: calc(50% - 1.5px);
}
.zoom-area__close button::before{
  transform: rotate(45deg);
}
.zoom-area__close button::after{
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px){
  .zoom-area__box{
    width: 90vw;
    border-radius: 2.5vw;
  }
  .zoom-area__txt{
    padding: 1.5em;
    font-size: 4.1vw;
  }
  .zoom-area__image{
    max-height: calc(90vh - 46vw);
  }
  .zoom-area__box .radius-bt{
    padding: 5.1vw 0;
    font-size: 4.6vw;
    max-width: 300px;
    width: 76.9vw;
  }
  .zoom-area__close button{
    right: 2.5vw;
    top: 4vw;
    width: 10.25vw;
    height: 10.25vw;
  }
  .zoom-area__close button::before,
  .zoom-area__close button::after{
    height: 0.8vw;
    top: calc(50% - 0.4vw);
  }
}

/* ========================================================
mv
======================================================== */
.mv-area{
  padding: 0 40px;
}
.mv-area__inner{
  background-color: #fff;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  max-width: 1760px;
  border-radius: 0 0 200px 200px;
  padding: 75px 40px 110px;
}
.mv-area__content{
  margin: 0 auto;
  text-align: left;
  max-width: 1200px;
}
.mv-mainttl{
  line-height: 1.1em;
  font-size: 60px;
}
.mv-mainttl span{
  line-height: 1em;
  display: block;
  margin: 0 0 0.5em;
  font-size: 24px;
}
.mv-lead{
  font-weight: bold;
  margin-top: 1em;
  font-size: 18px;
}
@media screen and (max-width: 1280px) and (min-width: 768px){
  .mv-area__content{
        display:flex;
    -ms-flex-pack:distribute;
    flex-direction: column;
    text-align: center;
  }
  .mv-lead{
    order: 99;
  }
}
@media screen and (max-width: 767px){
  .mv-area{
    padding: 0;
  }
  .mv-area__inner{
    border-radius: 0 0 9999px 9999px;
    padding: 5.12vw 0 13vw;
    flex-wrap: wrap;
  }
  .mv-area__content{
        display:flex;
    -ms-flex-pack:distribute;
    flex-direction: column;
    text-align: center;
  }
  .mv-mainttl{
    line-height: 1.1em;
    font-size: 8.2vw;
  }
  .mv-mainttl span{
    font-size: 5.1vw;
  }
  .mv-lead{
    order: 99;
    font-size: 4.1vw;
  }
}
/*  mv-contact
----------------------- */
.mv-contact{
  text-align: center;
  font-weight: bold;
  margin-top: 60px;
  max-width: 500px;
}
.mv-contact__pop{
  font-size: 24px;
}
.mv-contact__pop::before,
.mv-contact__pop::after{
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.1em;
  content: "";
  width: 1em;
  height: 1px;
  background-color: #333;
}
.mv-contact__pop::before{
  margin-right: 0.3em;
  transform: rotate(45deg);
}
.mv-contact__pop::after{
  margin-left: 0.3em;
  transform: rotate(-45deg);
}
.mv-contact__pop .color-red{
  margin-left: 0.3em;
}
.mv-contact .radius-bt{
  margin-top: 10px;
  font-size: 28px;
}
@media screen and (max-width: 1280px) and (min-width: 768px){
  .mv-contact{
    margin: 60px auto 0;
    width: 500px;
  }
}
@media screen and (max-width: 767px){
  .mv-contact{
    margin: 5.1vw auto 0;
    width: 87vw;
  }
  .mv-contact__pop{
    font-size: 5.1vw;
  }
  .mv-contact .radius-bt{
    margin-top: 2vw;
    font-size: 5.64vw;
  }
}
/*  mv-image
----------------------- */
@media screen and (min-width: 1281px){
  .mv-image{
    position: absolute;
    left: calc(50% + 50px);
    bottom: 90px;
    width: calc(50% - 200px);
    min-width: 380px;
    max-width: 600px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px){
  .mv-image{
    width: 470px;
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 767px){
  .mv-image{
    width: 77vw;
    margin: 5.1vw auto 0;
  }
}
/* ========================================================
suggestion-area
======================================================== */
.suggestion-area{
  padding: 0 40px;
}
.suggestion-area__inner{
  background-color: #054498;
  padding: 0 40px;
  border-radius: 200px 200px 100px 100px;
  position: relative;
  z-index: 5;
  margin: -160px auto 0;
  max-width: 1760px;
}
.suggestion-area__content{
  margin: 0 auto;
  max-width: 1200px;
  padding: 240px 0 110px;
}
@media screen and (max-width: 1280px) and (min-width: 768px){
  .suggestion-area__content{
    padding: 240px 0 40px;
  }
}
@media screen and (max-width: 767px){
  .suggestion-area{
    padding: 0;
  }
  .suggestion-area__inner{
    padding: 0 6.15vw;
    border-radius: 9999px 9999px 10.25vw 10.25vw;
    margin: -25vw auto 0;
  }
  .suggestion-area__content{
    padding: 35.8vw 0 10.25vw;
  }
}
/*  suggestion-problem
----------------------- */
.suggestion-problem__headline{
  color: #fff;
  line-height: 2.4em;
  font-size: 35px;
}
.suggestion-problem__headline strong{
  position: relative;
  display: inline-block;
  line-height: 1em;
  font-size: 44px;
}
.suggestion-problem__headline strong::before{
  content: "";
  display: block;
  background-color: #FECE2A;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -15px;
  height: 10px;
}
.suggestion-problem__headline .bg{
  color: #054498;
  display: inline-block;
  background-color: #FECE2A;
  border: solid 1px #707070;
  line-height: 1em;
  padding: 0.1em 0.2em 0.2em;
  margin: 0 0.15em;
  font-size: 48px;
}
@media screen and (max-width: 767px){
  .suggestion-problem__headline{
    font-size: 5.64vw;
    line-height: 2em;
  }
  .suggestion-problem__headline strong{
    font-size: 6.15vw;
  }
  .suggestion-problem__headline strong::before{
    bottom: -2vw;
    height: 1.538vw;
  }
  .suggestion-problem__headline .bg{
    font-size: 7.1vw;
  }
}
/*  suggestion-problem__list
----------------------- */
.suggestion-problem__list{
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
  margin-top: 60px;
}
.suggestion-problem__list__box{
  background-color: #fff;
  display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-direction: column;
    flex-wrap: wrap;
  border-radius: 10px;
  width: calc((100% - 60px) / 3);
  padding: 30px 15px 40px;
}
.suggestion-problem__list__txt{
  position: relative;
  font-weight: bold;
      display:flex;
    justify-content: center;
    align-items: center;
  line-height: 1.5em;
  height: 5em;
  font-size: 24px;
  margin-bottom: 0.7em;
}
.suggestion-problem__list__txt::before,
.suggestion-problem__list__txt::after{
  position: absolute;
  line-height: 1em;
  font-weight: bold;
  color: #054498;
  font-size: 48px;
}
.suggestion-problem__list__txt::before{
  content: "“" / "";
  left: 0;
  top: -0.5em;
}
.suggestion-problem__list__txt::after{
  content: "”" / "";
  right: 0;
  bottom: -0.5em;
}
.suggestion-problem__list__txt__bg{
  background-color: #FECE2A;
  display: inline-block;
  padding: 0.2em 0.5em;
  font-size: 30px;
}
.suggestion-problem__list__txt__bg span{
  color: #054498;
}
.suggestion-problem__list__box .image{
  margin: auto auto 0;
  max-width: 280px;
}
@media screen and (max-width: 1280px) and (min-width: 768px){
  .suggestion-problem__list__box{
    width: 100%;
    display:block;
    padding: 1em;
  }
  .suggestion-problem__list__box:not(:first-of-type){
    margin-top: 2%;
  }
  .suggestion-problem__list__txt,
  .suggestion-problem__list__box .image{
    display: inline-block;
    vertical-align: middle;
  }
  .suggestion-problem__list__txt{
    padding: 0 5%;
    margin: 0 auto;
    height: auto;
    width: 68%;
    max-width: 420px;
  }
  .suggestion-problem__list__box .image{
    width: 25%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 767px){
  .suggestion-problem__list{
    margin-top: 7.69vw;
  }
  .suggestion-problem__list__box{
    border-radius: 2.5vw;
    width: 100%;
    padding: 8vw 5.1vw 5.1vw;
  }
  .suggestion-problem__list__box:not(:first-of-type){
    margin-top: 5.1vw;
  }
  .suggestion-problem__list__txt{
    height: auto;
    font-size: 5.64vw;
  }
  .suggestion-problem__list__txt::before,
  .suggestion-problem__list__txt::after{
    font-size: 10.25vw;
  }
  .suggestion-problem__list__txt::before{
    top: -0.3em;
  }
  .suggestion-problem__list__txt::after{
    bottom: -0.3em;
  }
  .suggestion-problem__list__txt__bg{
    font-size: 6.15vw;
    margin-top: 0.1em;
  }
  .suggestion-problem__list__box .image{
    margin: auto auto 0;
    max-width: 43vw;
  }
}
/*  suggestion-solution
----------------------- */
.suggestion-solution{
  background-color: #fff;
  position: relative;
  border-radius: 100px;
  padding: 60px 45px;
  max-width: 1200px;
  margin-top: 145px;
}
.suggestion-solution::before{
    position: absolute;
  content: "";
  background-color: #FECE2A;
  aspect-ratio: 1/cos(77.5deg);
  clip-path: polygon(0 0,100% 0,50% 100%);
  width: 300px;
  left: calc(50% - 150px);
  top: -100px;
}
.suggestion-solution__headline{
  font-weight: bold;
  line-height: 1.4em;
  font-size: 50px;
}
.suggestion-solution__headline strong{
  display: inline-block;
  position: relative;
  padding: 0 0.2em;
}
.suggestion-solution__headline strong::after{
  content: "";
  display: block;
  background-color: #FECE2A;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 10px;
}
.suggestion-solution__list{
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
  margin-top: 60px;
}
.suggestion-solution__list__box{
  border: 1px solid #CFCFCF;
  border-radius: 1em;
  width: calc((100% - 60px) / 3);
  padding: 30px 15px;
}
.suggestion-solution__list__box__ttl{
  font-weight: bold;
  font-size: 24px;
}
.suggestion-solution__list__box__ttl span{
  font-size: 116%;
}
.suggestion-solution__list__box .image{
  margin-top: 30px;
}
.suggestion-solution__list__txt{
  text-align: left;
  margin-top: 1em;
}
@media screen and (max-width: 1280px) and (min-width: 768px){
  .suggestion-solution{
    border-radius: 80px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px){
  .suggestion-solution__list__box{
    width: 100%;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .suggestion-solution__list__box:not(:first-of-type){
    margin-top: 2%;
  }
  .suggestion-solution__list__box__ttl{
    width: 65%;
  }
  .suggestion-solution__list__box .image{
    margin-top: 0;
    margin-right: 3%;
    width: 30%;
  }
}
@media screen and (max-width: 767px){
  .suggestion-solution{
    border-radius: 7.69vw;
    padding: 10.25vw 3vw 5.1vw;
    margin-top: 20.5vw;
  }
  .suggestion-solution::before{
    background-color: #FECE2A;
    aspect-ratio: 1/cos(72deg);
    clip-path: polygon(0 0,100% 0,50% 100%);
    width: 68vw;
    left: calc(50% - 34vw);
    top: -15.38vw;
  }
  .suggestion-solution__headline{
    font-size: 7.1vw;
  }
  .suggestion-solution__headline strong::after{
    bottom: -1vw;
    height: 1.538vw;
  }
  .suggestion-solution__list{
    margin-top: 0;
  }
  .suggestion-solution__list__box{
    width: 100%;
    margin-top: 5.1vw;
    padding: 5.1vw 6.15vw;
  }
  .suggestion-solution__list__box__ttl{
    font-size: 5.64vw;
    line-height: 1.4em;
  }
  .suggestion-solution__list__box__ttl span{
    font-size: 108%;
  }
  .suggestion-solution__list__box .image{
    margin: 6.6vw auto 0;
    width: 50vw;
  }
}
/* ========================================================
service-area
======================================================== */
.service-area{
  padding: 0;
  max-width: 1200px;
}
@media screen and (max-width: 767px){
  .service-area{
    padding: 0;
  }
}
/*  service-pagelink
----------------------- */
.service-pagelink{
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
  margin-top: 100px;
}
.service-pagelink li{
  width: calc((100% - 40px)/4);
}
.service-pagelink a{
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 1em 0 1.5em;
  background-color: #054498;
  border-radius: 0.5em;
  font-size: 20px;
  transition-property: background-color;
  transition: 0.2s linear;
}
.service-pagelink a::after{
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  border-right:solid 2px #fff;
  border-bottom:solid 2px #fff;
  transform: rotate(45deg);
  bottom: 0.7em;
  left: calc(50% - 0.3em);
}
.service-pagelink .service-pagelink__diagnosis a:hover{
  background-color: #022E78;
}
.service-pagelink .service-pagelink__conformity a:hover{
  background-color: #36843C;
}
.service-pagelink .service-pagelink__policy a:hover{
  background-color: #0044B5;
}
.service-pagelink .service-pagelink__development a:hover{
  background-color: #489224;
}
.service-pagelink a .image{
  position: absolute;
  left: 15px;
  top: calc(50% - 21px);
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 1380px) and (min-width: 768px){
  .service-pagelink a{
    padding: 1em 0 1.5em 1em;
    }
}
@media screen and (max-width: 767px){
  .service-pagelink{
    margin-top: 10.25vw;
  }
  .service-pagelink li{
    width: calc((100% - 1.5vw)/4);
  }
  .service-pagelink a{
    font-size: 4.1vw;
    line-height: 1.3em;
  padding: 14.1vw 0 1.5em;
    height: 100%;
        display:flex;
    -ms-flex-pack:distribute;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .service-pagelink a::after{
    bottom: 0.6em;
  }
  .service-pagelink a .image{
    left: calc(50% - 5.35vw);
    top: 2vw;
    width: 10.7vw;
    height: 10.7vw;
  }
}
/*  service-content
----------------------- */
.service-content{
  background-color: #fff;
  position: relative;
  border-radius: 100px 0px;
  padding: 60px 80px;
  margin-top: 40px;
}
@media screen and (min-width: 1081px){
  #serviceDevelopment.service-content{
    background: url("../../image/service_development_illust.png") calc(50% - 30%) calc(100% - 85px) #fff no-repeat;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px){
  .service-content{
    padding: 60px 40px;
  }
}
@media screen and (max-width: 767px){
  .service-content{
    border-radius: 12.8vw 0px;
    padding: 5.1vw 6.6vw;
    margin-top: 5.1vw;
  }
}
/*  service-content__headline
----------------------- */
.service-content__headline__label{
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: absolute;
      display:flex;
    justify-content: center;
    align-items: center;
  line-height: 1.3em;
  border-radius: 9999px;
  font-size: 28px;
  left: 18px;
  top: 18px;
  width: 152px;
  height: 152px;
}
#serviceDiagnosis .service-content__headline__label{
  background-color: #022E78;
}
#servicConformity .service-content__headline__label{
  background-color: #36843C;
}
#servicePolicy .service-content__headline__label{
  background-color: #0044B5;
}
#serviceDevelopment .service-content__headline__label{
  background-color: #489224;
}
.service-content__headline__ttl{
  margin-top: 140px;
  font-size: 30px;
}
.service-content__headline__txt{
  font-weight: bold;
  margin-top: 1em;
  font-size: 18px;
}
.service-content__topunit{
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
}
.service-content__topunit .service-content__headline{
  width: 50%;
}
@media screen and (max-width: 1080px) and (min-width: 768px){
  .service-content__headline__ttl{
    text-align: center;
  }
  .service-content__topunit .service-content__headline{
    width: 100%;
  }
  .service-content__topunit .service-content__sample{
    width: 70%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px){
  .service-content__headline__label{
    font-size: 5.1vw;
    left: 6.6vw;
    top: 5.1vw;
    width: 20.5vw;
    height: 20.5vw;
  }
  #servicePolicy .service-content__headline__label{
    font-size: 4.1vw;
  }
  .service-content__headline__ttl{
    margin-top: 25.6vw;
    font-size: 5.1vw;
    text-align: center;
  }
  .service-content__headline__txt{
    font-size: 3.58vw;
  }
  .service-content__topunit{
      display:block;
  }
  .service-content__topunit .service-content__headline{
    width: 100%;
  }
}
/*  service-content__body
----------------------- */
.service-content__body{
  background-color: rgba(227,236,248,0.4);
  padding: 40px 35px;
  margin-top: 40px;
}
.service-content__body__headline{
  font-size: 20px;
}
.service-content__body__txt{
  margin-top: 0.8em;
}
.service-content__data dt{
  float: left;
  text-align: center;
  border-radius: 9999px;
  color: #fff;
  width: 200px;
}
#serviceDiagnosis .service-content__data dt{
  background-color: #022E78;
}
#servicConformity .service-content__data dt{
  background-color: #36843C;
}
#servicePolicy .service-content__data dt{
  background-color: #0044B5;
}
#serviceDevelopment .service-content__data dt{
  background-color: #489224;
}
.service-content__data dd{
  padding-left: 230px;
  margin-bottom: 15px;
}
.service-content__data dd:last-child{
  margin-bottom: 0;
}
@media screen and (max-width: 1080px) and (min-width: 768px){
  .service-content__data dt{
    width: 100px;
  }
  .service-content__data dd{
    padding-left: 130px;
  }
}
@media screen and (max-width: 767px){
  .service-content__body{
    padding: 5.1vw 3vw;
    margin-top: 5.1vw;
  }
  .service-content__body__headline{
    font-size: 4.1vw;
  }
  .service-content__data dt{
    display: inline-block;
    width: auto;
    float: none;
    padding: 0 1em;
  }
  .service-content__data dd{
    padding-left: 0;
    margin-top: 0.3em;
    margin-bottom: 5.1vw;
  }
}
/*  service-content__speech
----------------------- */
.service-content__speech{
  border-radius: 1em;
  position: relative;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
  border: solid 4px #054498;
  padding: 25px 45px;
  margin-top: 60px;
}
.service-content__speech::before{
  content: "";
  display: block;
  background: url("../../image/service_speech_arrow.svg") center bottom no-repeat;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  left: calc(50% - 16px);
  top: -29px;
  width: 32px;
  height: 32px;
}
.service-content__speech .image{
  width: 15%;
  max-width: 140px;
}
.service-content__speech__txt{
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.service-content__speech__txt__main{
  display: inline-block;
  position: relative;
  margin-top: 0.3em;
  font-size: 28px;
}
.service-content__speech__txt__main::after{
  content: "";
  display: block;
  background-color: #FECE2A;
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 4px;
}
.service-content__speech__txt__main .color-red{
  font-size: 32px;
}
.service-content__speech__txt__pop::before,
.service-content__speech__txt__pop::after{
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1em;
  height: 1px;
  background-color: #333;
}
.service-content__speech__txt__pop::before{
  transform: rotate(45deg);
  margin-right: 0.3em;
}
.service-content__speech__txt__pop::after{
  transform: rotate(-45deg);
  margin-left: 0.3em;
}
.service-content__speech .radius-bt{
  font-size: 20px;
}
@media screen and (max-width: 1080px) and (min-width: 767px){
  .service-content__speech{
    display: block;
  }
  .service-content__speech .image{
    float: left;
    width: 140px;
  }
  .service-content__speech .radius-bt{
    margin: 20px auto 0;
    width: 440px;
    padding-left: 140px;
  }
  @media screen and (max-width: 960px){
    .service-content__speech .image{
      display: none;
    }
    .service-content__speech .radius-bt{
      padding-left: 0;
    }
  }
}
@media screen and (max-width: 767px){
  .service-content__speech{
    border: solid 1vw #054498;
    padding: 3.8vw 2.5vw;
    margin-top: 10.25vw;
  }
  .service-content__speech::before{
    content: "";
    display: block;
    background: url("../../image/service_speech_arrow.svg") center bottom no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    left: calc(50% - 3.5vw);
    top: -6.5vw;
    width: 7vw;
    height: 7vw;
  }
  .service-content__speech .image{
    order: 99;
    width: 100%;
    max-width: 100%;
    margin-top: 8.7vw;
  }
  .service-content__speech__txt{
    font-size: 3.8vw;
    margin: 0 auto;
  }
  .service-content__speech__txt__main{
    font-size: 4.3vw;
  }
  .service-content__speech__txt__main::after{
    content: "";
    display: block;
    background-color: #FECE2A;
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 4px;
  }
  .service-content__speech__txt__main .color-red{
    font-size: 5.9vw;
  }
  .service-content__speech__txt__pop{
    position: relative;
  }
  .service-content__speech__txt__pop::before,
  .service-content__speech__txt__pop::after{
    position: absolute;
    bottom: 0;
  }
  .service-content__speech__txt__pop::before{
    right: calc(50% + 6em);
  }
  .service-content__speech__txt__pop::after{
    left: calc(50% + 6em);
  }
  .service-content__speech .radius-bt{
    font-size: 5.64vw;
    width: 100%;
    margin-top: 8.2vw;
  }
}
/* service-content__sample
----------------------- */
.service-content__sample{
  width: 42%;
  max-width: 440px;
}
.service-content__sample a{
  display: block;
  position: relative;
  border: solid 1px #CFCFCF;
  aspect-ratio: 44 / 36;
}
.service-content__sample__viewbt{
  color: #fff;
  font-weight: bold;
  background-color: rgba(51,51,51,0.7);
  padding: 1em 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.2em;
  width: 200px;
  font-size: 16px;
  border-radius: 8px;
}
.service-content__sample__viewbt::after{
  content: "";
  display: inline-block;
  vertical-align: bottom;
  background: url("../../image/ic_search.svg") center center no-repeat;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  width: 1.6em;
  height: 1.6em;
  margin-left: 0.4em;
  margin-bottom: -0.2em;
}
.service-content__sample__ttl{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  line-height: 1.4em;
  padding: 0.5em 1em;
  font-size: 18px;
}
#serviceDiagnosis .service-content__sample__ttl{
  background-color: #022E78;
}
#servicConformity .service-content__sample__ttl{
  background-color: #36843C;
}
#servicePolicy .service-content__sample__ttl{
  background-color: #0044B5;
}
#serviceDevelopment .servicecontent__sample__ttl{
  background-color: #489224;
}
.service-content__sample__unit{
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
  max-width: 680px;
  margin-top: 40px;
}
.service-content__sample__unit .service-content__sample{
  width: calc(50% - 20px);
}
@media screen and (max-width: 1080px) and (min-width: 768px){
  .service-content__sample__unit .service-content__sample{
    width: 70%;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 767px){
  .service-content__sample{
    width: 100%;
    max-width: 100%;
    margin-top: 5.1vw;
  }
  .service-content__sample__viewbt{
    width: 50vw;
    font-size: 4.1vw;
    border-radius: 2vw;
  }
  .service-content__sample__ttl{
    font-size: 3.58vw;
    padding: 0.7em 0;
  }
  .service-content__sample__unit{
    max-width: 100vw;
    margin: 0 -2vw 0;
  }
  .service-content__sample__unit .service-content__sample{
    width: calc(50% - 1vw);
  }
  .service-content__sample__unit .service-content__sample a{
    aspect-ratio: 44 / 40;
  }
  .service-content__sample__unit .service-content__sample .service-content__sample__viewbt{
    width: 35.8vw;
    font-size: 3.58vw;
    top: 40%;
  }
  .service-content__sample__unit .service-content__sample .service-content__sample__viewbt::after{
    width: 1em;
    height: 1em;
    margin-left: 0.4em;
    margin-bottom: 0;
  }
}
/* service-box__wrap
----------------------- */
.service-box__wrap{
  width: calc(50% - 80px);
}
.service-box{
  border: 1px solid #CCCCCC;
  position: relative;
  padding: 30px 35px;
}
.service-box:not(:first-of-type){
  margin-top: 30px;
}
.service-box__ttl{
    display:flex;
    justify-content: flex-start;
    align-items: center;
  height: 80px;
  font-size: 20px;
}
.service-box__icon{
  order: 99;
  border-radius: 9999px;
  background-color: rgba(72,146,36,0.12);
      display:flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 35px;
    top: 30px;
  width: 80px;
  height: 80px;
}
.service-box__icon img{
  width: 65%;
}
.service-box__txt{
  margin-top: 1.5em;
}
@media screen and (max-width: 1080px) and (min-width: 768px){
  .service-box__wrap{
    width: 100%;
  }
  .service-box{
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px){
  .service-box__wrap{
    width: 100%;
  }
  .service-box{
    padding: 5.1vw 3vw;
    margin-top: 5.1vw;
  }
  .service-box__ttl{
    height: 15.38vw;
    font-size: 4.6vw;
  }
  .service-box__icon{
      right: 3vw;
      top: 5.1vw;
    width: 15.38vw;
    height: 15.38vw;
  }
}
/* ========================================================
step-area
======================================================== */
.step-area{
  background-color: #D9E6F6;
}
.step-area__inner{
  max-width: 1040px;
  padding: 90px 0;
  margin: 0 auto;
}
.step-area__inner .caption-txt{
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 1080px) and (min-width: 768px){
  .step-area__inner .caption-txt{
    text-align: left;
  }
}
@media screen and (max-width: 767px){
  .step-area__inner{
    padding: 15.38vw 0;
  }
  .step-area__inner .caption-txt{
    margin-top: 6.15vw;
    text-align: left;
  }
}
/*  step-content
----------------------- */
.step-content{
  margin-top: 80px;
}
.step-content li{
  border: solid 1px #054498;
  background-color: #fff;
  position: relative;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 12px;
    padding: 25px 52px 25px 43px;
}
.step-content li:nth-of-type(2n-1){
  background-color: #F8F9FF;
}
.step-content li:not(:first-of-type){
  margin-top: 10px;
}
.step-content__box__lead{
  color: #000000;
  font-weight: bold;
  margin-left: 1.5em;
  margin-right: auto;
  font-size: 20px;
}
.step-content__box__ic{
  width: 72px;
}
.step-content__box__data{
  display: table;
  background-color: #E3ECF8;
  padding: 0.5em 2em;
  width: 240px;
  margin-left: 50px;
}
.step-content__box__data dt,
.step-content__box__data dd{
  display: table-cell;
  vertical-align: middle;
}
.step-content__box__data dt{
  color: #054498;
  font-weight: bold;
}
.step-content__box__data dd{
  text-align: right;
  font-size: 18px;
}
.step-content__box__arrow{
  position: absolute;
  width: 26px;
  height: 19px;
  left: 134px;
  bottom: -19px;
  z-index: 2;
}
.step-content__box__arrow svg{
  width: 100%;
  height: auto;
}
.step-content__box__arrow .st0{
  fill: none;
  stroke: #054498;
  stroke-width: 1px;
  stroke-miterlimit: 10;
}
.step-content li:nth-of-type(2n) .step-content__box__arrow .st1{
  fill: #fff;
}
.step-content li:nth-of-type(2n-1) .step-content__box__arrow .st1{
  fill: #f8f9ff;
}
@media screen and (max-width: 1080px) and (min-width: 768px){
  .step-content{
    margin-top: 60px;
  }
  .step-content li{
      padding: 20px 22px 20px 13px;
  }
  .step-content__box__data{
    width: 160px;
    margin-left: 20px;
    padding: 0.5em 1em;
  }
  @media screen and (max-width: 900px){
    .step-content__box__lead br.spVer{
      display: block !important;
    }
  }
}
@media screen and (max-width: 767px){
  .step-content{
    margin-top: 10.25vw;
  }
  .step-content li{
      border-radius: 0;
      padding: 2.5vw;
  }
  .step-content li:not(:first-of-type){
    margin-top: 2.5vw;
  }
  .step-content__box__count{
    background: url("../../image/step_1.svg") left -1vw no-repeat;
    -moz-background-size: 220% auto;
    background-size: 220% auto;
    width: 12.25vw;
    height: 18.38vw;
    padding-top: 7.5vw;
    overflow: hidden;
  }
  .step-content__box__count img{
    width: 27.5vw;
    max-width: 27.5vw;
    margin-left: -16.5vw;
  }
  .step-content__box__lead{
    font-size: 4.1vw;
    margin-left: 0.5em;
  }
  .step-content__box__ic{
    width: 12.8vw;
  }
  .step-content__box__data{
      display:flex;
    -ms-flex-pack:distribute;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.5em;
    position: relative;
    padding-top: 10vw;
    min-height: 20.5vw;
    width: 15.38vw;
    margin-left: 2vw;
  }
  .step-content__box__data dt,
  .step-content__box__data dd{
    text-align: center;
    display: block;
  }
  .step-content__box__data dt{
    position: absolute;
    left: 0;
    top: 0;
    padding: 0.5em 0;
    width: 100%;
  }
  .step-content__box__data dd{
    text-align: center;
    font-size: 3.58vw;
    line-height: 1.4em;
  }
  .step-content__box__arrow{
    width: 7vw;
    height: 4.9vw;
    left: 4.6vw;
    bottom: -4.9vw;
  }
}
/* ========================================================
socialbg-area
======================================================== */
.socialbg-area{
  background-color: #fff;
}
.socialbg-subtitle{
  font-size: 40px;
  line-height: 1.6em;
  text-align: center;
}
.socialbg-area{
  border-radius: 400px 0px;
  padding: 100px 100px 120px;
}
@media screen and (max-width: 1280px) and (min-width: 768px){
  .socialbg-area{
    border-radius: 200px 0px;
    padding: 100px 60px 120px;
  }
  @media screen and (max-width: 1080px){
    .socialbg-area .socialbg-subtitle br.spVer{display: block !important;}
  }
}
@media screen and (max-width: 767px){
  .socialbg-area{
    border-radius: 30vw 0px;
    padding: 15.38vw 6.15vw;
  }
  .socialbg-subtitle{
    font-size: 6.15vw;
  }
}
/*  .socialbg-point
----------------------- */
.socialbg-point__box{
  border-bottom: solid 1px #0044BF;
  position: relative;
}
.socialbg-point__box:last-child{
  border-bottom: none;
}
.socialbg-point__box__lead{
  color: #054498;
}
@media screen and (min-width: 768px){
  .socialbg-point{
    max-width: 1200px;
    margin: 40px auto 0;
  }
  .socialbg-point__box{
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
    margin-top: 80px;
    padding: 60px 0;
  }
  .socialbg-point__box__lead{
    font-size: 24px;
  }
  .socialbg-point__box__number{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 13.5%;
  }
  .socialbg-point__box:nth-of-type(2n-1){
    padding-left: calc(50% + 13.5%);
  }
  .socialbg-point__box:nth-of-type(2n){
    padding-right: calc(50% + 13.5%);
  }
  .socialbg-point__box__txt{
    margin-top: 1em;
    line-height: 2em;
    font-size: 18px;
  }
  .socialbg-point__box__image{
    position: absolute;
    top: calc(50% - 20px);
    transform: translate(0, -50%);
    width: calc(50% - 13.5%);
  }
  .socialbg-point__box:nth-of-type(2n-1) .socialbg-point__box__image{
    left: 0;
  }
  .socialbg-point__box:nth-of-type(2n) .socialbg-point__box__image{
    right: 0;
  }
  @media screen and (max-width: 1400px){
    .socialbg-point__box{
      padding: 0 0 20px;
    }
    .socialbg-point__box:nth-of-type(2n-1),
    .socialbg-point__box:nth-of-type(2n){
      padding-left: 0;
      padding-right: 0;
    }
    .socialbg-point__box__lead{
      padding-left: 280px;
      display:flex;
      justify-content: center;
      align-items: center;
      height: 120px;
    }
    .socialbg-point__box__number{
      left: 0;
      top: 0;
      transform: none;
      width: 75px;
    }
    .socialbg-point__box:nth-of-type(2n-1) .socialbg-point__box__image,
    .socialbg-point__box:nth-of-type(2n) .socialbg-point__box__image{
      position: absolute;
      top: -20px;
      left: 85px;
      right: auto;
      transform: none;
      width: 185px;
    }
    @media screen and (max-width: 880px){
      .socialbg-point__box__lead br.hide{display: block !important;}
    }
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px){
    .socialbg-point__box__txt{
      width: 100%;
    }
}
@media screen and (max-width: 767px){
  .socialbg-point{
    margin: 5.1vw auto 0;
  }
  .socialbg-point__box{
    padding: 5.1vw 0 10.25vw;
  }
  .socialbg-point__box__lead{
    font-size: 5.1vw;
    text-align: center;
    margin-top: 5.64vw;
  }
  .socialbg-point__box__number{
    position: absolute;
    width: 17.9vw;
    top: 10vw;
    left: 4vw;
  }
  .socialbg-point__box__txt{
    margin-top: 1em;
    line-height: 2em;
    font-size: 3.58vw;
  }
  .socialbg-point__box__image{
    text-align: right;
  }
  .socialbg-point__box__image img{
    width: 46vw;
    margin-left: auto;
  }
}
/* ========================================================
price-area
======================================================== */
.price-area{
  background-color: #D9E6F6;
}
.price-area__inner{
  max-width: 1040px;
  padding: 90px 0;
  margin: 0 auto;
  text-align: center;
}
.price-lead{
  font-size: 16px;
  margin-top: 40px;
}
@media screen and (max-width: 767px){
  .price-area{
    background-color: #fff;
  }
  .price-area__inner{
    padding: 15.38vw 0;
  }
  .price-lead{
    font-size: 3.58vw;
    margin-top: 4.6vw;text-align: left;
  }
}
/*  price-table
----------------------- */
.price-table{
  border-top:solid 1px #CFCFCF;
  border-left: solid 1px #CFCFCF;
  background-color: #fff;
  width: 100%;
  table-layout: fixed;
  margin-top: 80px;
}
.price-table th,
.price-table td{
  border-bottom:solid 1px #CFCFCF;
  border-right: solid 1px #CFCFCF;
  padding: 1.5em;
}
.price-table th{
  background-color: #022E78;
  color: #fff;
  font-weight: normal;
}
.price-table td{
  font-size: 20px;
}
@media screen and (max-width: 1080px) and (min-width: 768px){
  .price-table{
    table-layout: auto;
  }
  .price-table th br.spVer{display: block !important;}
}
@media screen and (max-width: 767px){
  .price-table{
    margin-top: 10.25vw;
  }
  .price-table th,
  .price-table td{
    display: block;
    width: 100%;
  }
  .price-table th{
    padding:0.5em 0;
    font-size: 4.1vw;
  }
  .price-table td{
    font-size: 4.6vw;
    padding: 1em 1.5em;
  }
}
/* ========================================================
qaa-area
======================================================== */
.qaa-area{
  background-color: #fff;
}
.qaa-area__inner{
  max-width: 1140px;
  padding: 110px 0 120px;
  margin: 0 auto;
}
@media screen and (max-width: 767px){
  .qaa-area__inner{
    padding: 15.38vw 0 10vw;
  }
}
/*  qaa-list
----------------------- */
.qaa-list{
  margin-top: 80px;
}
.qaa-list li{
  border: solid 1px #054498;
  display: block;
  border-radius: 10px;
}
.qaa-list li:not(:first-of-type){
  margin-top: 20px;
}
.qaa-list__q{
  position: relative;
}
.qaa-list__q::before,
.qaa-list__q::after{
  pointer-events: none;
  content: "";
  display: block;
  background-color: #054498;
  position: absolute;
  width: 20px;
  height: 4px;
  right: 40px;
  top: calc(50% - 2px);
}
.qaa-list__q::before{
  transform: rotate(90deg);
  transition-property: transform;
  transition: 0.2s linear;
}
.qaa-list__q.active::before{
  transform: rotate(0deg);
}
.qaa-list__q button{
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  padding: 30px 120px 30px 85px;
}
.qaa-list__q button::before{
  content: "Q" / "Q";
  color: #054498;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  width: 1em;
  line-height: 1em;
  text-align: center;
  font-size: 32px;
  left: 40px;
}
.qaa-list__a{
  position: relative;
  padding: 0 120px 30px 85px;
}
.qaa-list__a::before{
  content: "A" / "A";
  color: #D10000;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  width: 1em;
  line-height: 1em;
  text-align: center;
  font-size: 32px;
  left: 40px;
}
@media screen and (max-width: 767px){
  .qaa-list{
    margin-top: 10.25vw;
  }
  .qaa-list li{
    border-radius: 2vw;
  }
  .qaa-list li:not(:first-of-type){
    margin-top: 5.1vw;
  }
  .qaa-list__q::before,
  .qaa-list__q::after{
    width: 3.8vw;
    height: 0.6vw;
    right: 3vw;
    top: calc(50% - 0.3vw);
  }
  .qaa-list__q button{
    padding: 2.5vw 9.2vw;
    font-weight: bold;
  }
  .qaa-list__q button::before{
    font-size: 4.6vw;
    top: 3vw;
    left: 3vw;
  }
  .qaa-list__a{
    padding: 2.5vw 9.2vw;
  }
  .qaa-list__a::before{
    font-size: 4.6vw;
    top: 3vw;
    left: 3vw;
  }
}
/* ========================================================
introduction-area
======================================================== */
.introduction-area{
  background-color: #fff;
}
.introduction-area__inner{
  max-width: 1200px;
  padding: 125px 0 135px;
  margin: 0 auto;
}
.introduction-lead{
  text-align: center;
  margin-top: 80px;
  font-size: 24px;
}
.introduction-txt{
  margin-top: 20px;
}
@media screen and (max-width: 767px){
  .introduction-area__inner{
    padding: 15.38vw 0 10.25vw;
  }
  .introduction-area__inner .content-subtitle{
    font-size: 6.15vw;
    margin: 0 -0.5em;
  }
  .introduction-lead{
    margin-top: 10.25vw;
    font-size: 5.1vw;
  }
  .introduction-txt{
    margin-top: 5.1vw;
    font-size: 4.1vw;
    line-height: 1.8em;
  }
}
/*  introduction-unit
----------------------- */
.introduction-unit{
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
  margin-top: 40px;
}
.introduction-unit .image{
  width: 35.8%;
}
.introduction-point{
  width: 56.6%;
}
.introduction-point li{
  background-color: #E3ECF8;
  position: relative;
  border-radius: 10px;
  padding: 35px 35px 35px 140px;
}
.introduction-point li:not(:first-of-type){
  margin-top: 20px;
}
.introduction-point__ic{
  position: absolute;
  background-color: #fff;
      display:flex;
    justify-content: center;
    align-items: center;
  border-radius: 9999px;
  width: 90px;
  height: 90px;
  left: 20px;
  top: calc(50% - 45px);
}
.introduction-point__ic img{
  width: 58px;
  height: auto;
}
.introduction-point__lead{
  font-size: 20px;
}
.introduction-point__txt span{
  display: inline-block;
}
@media screen and (max-width: 1080px) and (min-width: 768px){
  .introduction-unit{
        display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .introduction-unit .image{
    width: 100%;
    order: 99;
    text-align: center;
    margin: 5.1vw auto 0;
  }
  .introduction-point{
    width: 100%;
  }
}
@media screen and (max-width: 767px){
  .introduction-unit{
        display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 6.15vw;
  }
  .introduction-unit .image{
    width: 100%;
    order: 99;
    text-align: center;
    margin: 5.1vw auto 0;
  }
  .introduction-point{
    width: 100%;
  }
  .introduction-point li{
    border-radius: 2.5vw;
    padding: 4.6vw 2vw 4.6vw 21vw;
  }
  .introduction-point li:not(:first-of-type){
    margin-top: 2.5vw;
  }
  .introduction-point__ic{
    width: 15.38vw;
    height: 15.38vw;
    left: 4.1vw;
    top: calc(50% - 7.69vw);
  }
  .introduction-point__ic img{
    width: 9.7vw;
  }
  .introduction-point__lead{
    font-size: 4.1vw;
  }
  .introduction-point__txt{
    margin-top: 0.3em;
  }
  .introduction-point__txt span{
    display: inline;
  }
}
/* ========================================================
contact-area
======================================================== */
.contact-area{
  background-color: #fff;
  padding: 0;
  overflow: hidden;
    display:flex;
    -ms-flex-pack:distribute;
    align-items: center;
    flex-wrap: wrap;
}
/* contact-diagnosis
----------------------- */
.contact-diagnosis{
  width: 50%;
  padding: 50px 90px 55px;
}
.contact-diagnosis__inner{
  max-width: 520px;
  text-align: center;
  margin-left: auto;
}
.contact-diagnosis__headline{
  text-align: left;
  line-height: 1.5em;
  font-size: 32px;
}
.contact-diagnosis__headline .count{
  line-height: 1em;
  font-size: 160%;
  display: inline-block;
  margin-left: 0.1em;
}
.contact-diagnosis__headline .word{
  position: relative;
  z-index: 2;
}
.contact-diagnosis__headline .color-red{
  font-size: 1.125em;
  line-height: 1.5em;
  margin-top: -0.2em;
}
.contact-diagnosis__headline .word::before{
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -0.1em;
  height: 0.25em;
  width: 100%;
  background-color: #FECE2A;
}
.contact-diagnosis__headline .color-red.word::before{
  bottom: -0.1em;
  height: 0.23em;
}
.contact-diagnosis__txt{
  text-align: left;
  font-weight: bold;
  line-height: 1.5em;
  margin-top: 1.5em;
  font-size: 24px;
}
.contact-diagnosis__txt strong{
  color: #fff;
  background-color: #D10000;
  padding: 0 0.3em;
  display: inline-block;
  margin: 0 0.2em;
}
.contact-diagnosis .radius-bt{
  max-width: 510px;
  margin: 80px auto 0;
  font-size: 34px;
}
@media screen and (max-width: 1280px) and (min-width: 768px){
  .contact-diagnosis{
    width: 100%;
    padding: 50px 90px 55px;
  }
  .contact-diagnosis__inner{
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px){
  .contact-diagnosis{
    width: 100%;
    padding: 6.6vw 6.6vw 15.38vw;
  }
  .contact-diagnosis__headline{
    font-size: 6.15vw;
    line-height: 1.8em;
    text-align: center;
  }
  .contact-diagnosis__headline .word::before{
    bottom: 0.2em;
  }
  .contact-diagnosis__headline .color-red.word::before{
    bottom: 0.2em;
  }
  .contact-diagnosis__txt{
    text-align: center;
    font-size: 5.1vw;
  }
  .contact-diagnosis .radius-bt{
    margin: 10.25vw auto 0;
    font-size: 5.64vw;
  }
}
/* contact-download
----------------------- */
.contact-download{
  width: 50%;
  background: url("../../image/contact_bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 72px 48px 58px;
}
.contact-download__inner{
  background-color: rgba(5,68,152,0.8);
  text-align: center;
  border-radius: 6px;
  padding: 50px 20px 55px;
  max-width: 550px;
}
.contact-download__headline{
  color: #fff;
  margin: 0 auto;
  background: url("../../image/contact_headline_line.svg") center bottom no-repeat;
    -moz-background-size: 100% auto;
  background-size: 100% auto;
  padding-bottom: 1.75em;
  font-size: 24px;
  max-width: 420px;
}
.contact-download__check{
  margin: 7px auto 0;
  max-width: 420px;
}
.contact-download__check li{
  background-color: #fff;
  font-weight: bold;
  text-align: left;
  position: relative;
  padding: 0.8em 0.8em 0.8em 4.8em;
  margin-top: 10px;
  border-radius: 4px;
}
.contact-download__check li::before{
  content: "";
  display: block;
  position: absolute;
  background: url("../../image/ic_check.svg") center center no-repeat;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  left: 23px;
  top: calc(50% - 13px);
  width: 33px;
  height: 27px;
}
.contact-download .radius-bt{
  margin-top: 20px;
  max-width: 550px;
}
.contact-download .radius-bt a{
  margin: 0 auto;
  max-width: 420px;
  font-size: 20px;
}

@media screen and (max-width: 1280px) and (min-width: 768px){
  .contact-download{
    width: 100%;
  }
  .contact-download__inner{
    margin: 0 auto;
  }
  .contact-download .radius-bt{
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 767px){
  .contact-download{
    width: 100%;
    padding: 5.1vw 6.15vw;
  }
  .contact-download__inner{
    border-radius: 1vw;
    padding: 6.15vw 3vw;
  }
  .contact-download__headline{
    font-size: 4.6vw;
    padding-bottom: 1.5em;
  }
  .contact-download__check{
    margin: 2.5vw auto 0;
  }
  .contact-download__check li{
    font-size: 3.3vw;
    padding: 0.4em 0.4em 0.4em 2.8em;
    margin-top: 2vw;
    border-radius: 1vw;
  }
  .contact-download__check li::before{
    background: url("../../image/ic_check.svg") center center no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    left: 2vw;
    top: calc(50% - 1.9vw);
    width: 4.6vw;
    height: 3.8vw;
  }
  .contact-download .radius-bt{
    margin-top: 3.3vw;
  }
  .contact-download .radius-bt a{
    font-size: 4.1vw;
  }
}
/* ========================================================
fixedbnr
======================================================== */
.fixedbnr{
  position: fixed;
  z-index: 90;
  right: 0;
  bottom: 0;
  font-size: 0;
  line-height: 0;
}
.fixedbnr-close{
  position: relative;
  z-index: 2;
  text-align: right;
  margin: 0 8px -18px auto;
}
.fixedbnr a:hover img{
  opacity:.9;filter: alpha(opacity=90);-ms-filter: "alpha(opacity=90)";
}
@media screen and (max-width: 767px){
  .fixedbnr-close{
    width: 10.7vw;
    margin: 0 2vw -2.8vw auto;
  }
  .fixedbnr-close button,
  .fixedbnr-close button img{width: 100%;}
}
/* ========================================================
footer
======================================================== */
.footer-area{
  background-color: #fff;
  margin-top: 100px;
}
@media screen and (max-width: 767px){
}
/*  .footer-contect
----------------------- */
.footer-contect{
  color: #fff;
  background-color: #054498;
  text-align: center;
  padding: 60px 0;
}
.footer-contact__lead{
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.footer-contect .radius-bt{
  display: inline-block;
  vertical-align: middle;
  margin-left: 120px;
}
.footer-contect .radius-bt a{
  font-size: 20px;
  width: 300px;
}
@media screen and (max-width: 1280px){
  .footer-contact__lead{
    display: block;
  }
  .footer-contect .radius-bt{
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px){
  .footer-contect{
    padding: 5.1vw 0 10.25vw;
  }
  .footer-contact__lead{
    font-size: 4.1vw;
    line-height: 1.6em;
  }
  .footer-contect .radius-bt{
    margin: 5.1vw auto 0;
  }
  .footer-contect .radius-bt a{
    font-size: 4.1vw;
    width: 68.7vw;
    color: #333;
    padding: 0.5em;
  }
}
/* footer-gotop
----------------------- */
.footer-gotop{
  position: fixed;
  z-index: 90;
  right: 0;
  bottom: 200px;
}
.footer-gotop button{
  position: relative;
  padding-top:30%;
  font-weight: bold;
  transition-property: background-color,color;
  transition: 0.2s linear;
  border: solid 2px #fff;
  background-color: #054498;
  color: #fff;
  font-size: 14px;
  width: 60px;
  height: 60px;
  border-radius: 10px;
}
.footer-gotop button:hover{
  border: solid 2px #054498;
  background-color: #fff;
  color: #054498;
}
.footer-gotop button::before{
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  border-right:solid 4px #fff;
  border-top:solid 4px #fff;
  transform: rotate(-45deg);
  top: 1em;
  left: calc(50% - 0.5em);
}
.footer-gotop button:hover::before{
  border-right:solid 4px #054498;
  border-top:solid 4px #054498;
}
@media screen and (max-width: 767px){
  .footer-gotop{
    right: -2vw;
    bottom: 27vw;
  }
  .footer-gotop button{
    font-size: 3vw;
    padding-right: 2vw;
    width: 12vw;
    height: 12vw;
    border-radius: 1.5vw;
  }
  .footer-gotop button::before{
    border-right:solid 2px #fff;
    border-top:solid 2px #fff;
    left: calc(50% - 0.8em);
  }
  .footer-gotop button:hover::before{
    border-right:solid 2px #054498;
    border-top:solid 2px #054498;
  }
}
/* footer-inner
----------------------- */
.footer-inner{
  padding: 60px 80px;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
}
.footer-logo{
  text-align: left;
  margin-bottom: 24px;
}
.footer-data{
  text-align: left;
  width: 100%;
}
.footer-data address{
  font-style: normal;
}
.footer-copylight{
  line-height: 2em;
  margin-top: 0.8em;
  font-size: 14px;
}
.footer-link__list li{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.footer-link__list li:not(:first-of-type){
  margin-left: 45px;
}
.footer-link__list li::after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  background:url("../../image/ic_blank.svg")  center center no-repeat;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  width: 0.86em;
  height: 0.86em;
  margin-left: 0.7em;
}
@media screen and (max-width: 1280px){
  .footer-logo,
  .footer-data,
  .footer-link{
    width: 100%;
    text-align: center;
  }
  .footer-link{
    order: -1;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px){
  .footer-inner{
    padding: 9vw 3.8vw 20.5vw;
        display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .footer-logo{
    width: 85vw;
    margin: 10.25vw auto 0;
  }
  .footer-data{
    margin-top: 7.1vw;
  }
  .footer-copylight{
    line-height: 1em;
    margin-top: 7.1vw;
    font-size: 3vw;
  }
  .footer-link{
    margin: 0;
    padding: 0 4vw;
  }
  .footer-link__list{
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
  }
  .footer-link__list li{
    display: inline-block;
    vertical-align: middle;
    font-size: 3.58vw;
    margin-top: 0.5em;
  }
  .footer-link__list li:not(:first-of-type){
    margin-left: 0;
  }
}

