/* 共通設定解除 */
.header-container{
  position: relative;
}
.header-container.open{
  position: sticky;
}
.footer{
  margin-top: 0;
}
.seminar-content{
  margin-top: 50px;
}
.cmn-banner-link{
  margin: 60px auto 40px auto;
}
.cmn-banner-link a{
  background-color: var(--color-primary2);
  border-color: var(--color-primary);
}
/* サービスメニュー*/
.service-head{
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  padding: 15px 5%;
  border-bottom: 1px solid #000;
  border-top: 1px solid #ebebeb;
  background-color: #FFF;
  z-index: 10;
  position: sticky;
  position: -webkit-sticky;
  backface-visibility: hidden;
}
.service-head-ttl{
  font-size: 1.5rem;
}
.service-head-menu{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.service-head-list{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.3rem;
}
.service-head-list li{
  margin: 0 10px;
}
.service-head-list li a{
  display: block;
}
.service-head-apply a{
  font-size: 1.3rem;
  display: block;
  padding: 0 10px;
  text-decoration: underline;
}
.service-head-apply a.red{
  color: var(--color-primary);
}
.service-head-btn{
  line-height: 1;
  cursor: pointer;
  margin-right: 10px;
}
.service-head-btn img{
  width:17px;
}
.service-head-btn.on{
  transform: rotate(180deg);
}
@media screen and (max-width:980px) {
  .service-head{
    padding: 15px 3%;
  }
  .service-head-ttl{
    font-size: 1.3rem;
  }
  .service-head-list{
    font-size: 1.2rem;
  }
  .service-head-list li{
    margin: 0;
  }
  .service-head-list li a{
    padding: 0 10px;
  }
  .service-head-apply a{
    font-size: 1.2rem;
  }
}
@media screen and (max-width:767px) {
  .service-head{
    padding: 15px 2%;
  }
  .service-head-ttl{
    font-size: 1.2rem;
  }
  .service-head-list{
    font-size: 1.2rem;
    display: none;
    padding-bottom: 50px;
    padding-top: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    background-color: #FFF;
    border-bottom: 1px solid #000;
    width: 100%;
  }
  .service-head-list.on{
    display: block;
  }
  .service-head-list li{
    margin: 0;
    width: 90%;
    margin: auto;
  }
  .service-head-list li a{
    padding:15px 30px;
    border-bottom: 1px solid #000;
  }
  .service-head-list li:first-child{
    border-top: 1px solid #000;
  }
  .service-head-apply a{
    font-size: 1.3rem;
  }
}

/* サービス タイトル */
.service-ttl{
  text-align: center;
  font-size:3.8rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
}
.service-ttl .small{
  font-size: 2.4rem;
}
.service-para{
  font-size:1.6rem;
  text-align: center;
  margin-top:20px;
}
@media screen and (max-width:980px) {
  .service-ttl{
    font-size:3.4rem;
  }
  .service-ttl .small{
    font-size: 2rem;
  }
  .service-para{
    font-size:1.5rem;
  }
  
}
@media screen and (max-width:767px) {
  .service-ttl{
    font-size:2.6rem;
  }
  .service-ttl .small{
    font-size: 1.6rem;
  }
  .service-para{
    font-size:1.4rem;
  }
}

/* 共通パーツ */
.service-fukidashi{
  text-align: center;
  margin-bottom:20px;
  position: relative;
  z-index: 2;
}
.service-fukidashi-block{
  display: inline-block;
  padding:15px 44px;
  border: 2px solid var(--color-primary);
  background-color: var(--color-yellow2);
  border-radius: 100px;
  position: relative;
  font-size: 2.6rem;
  line-height: 1.4;
}
.service-fukidashi-block:before{
  width: 15px;
  height: 15px;
  background-color:var(--color-yellow2);
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1px;
  transform: translate3d(0,50%,0px) rotate(45deg);
}
.bg-white{
  max-width: var(--max2);
  margin: auto;
  background-color: #FFF;
  background: #FFFFFF;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.12);
  border-radius: 30px;
  padding: 50px 70px;
}
@media screen and (max-width:980px) {
  .service-fukidashi-block{
    font-size: 2.4rem;
    padding:15px 30px;
  }
.bg-white{
  padding: 40px 40px;
}
}
@media screen and (max-width:767px) {
  .service-fukidashi-block{
    font-size: 2.2rem;
    padding: 15px 30px;
  }
  .bg-white{
    padding: 30px 20px;
    border-radius: 20px;
  }
}

/* サービス トップ*/
.service-top{
  padding:100px 0 50px ;
  text-align: center;
}
.service-top.yellow{
  background-color: var(--color-yellow2);
  padding: 100px 0 0;
}
.service-top-subttl{
  display: inline-block;
  border:2px solid #000;
  padding: 15px 50px;
  font-size: 2.3rem;
  letter-spacing: 0.07em;
  background-color: #FFF;
}
.service-top-subttl .dot{
  padding-top: .4em;
  background-position: top left;
	background-repeat: repeat-x;
	background-size: 1.02em 0.6em;
	background-image: radial-gradient(circle at center, var(--color-primary) 20%, transparent 20%);
}
.service-top-ttl{
  font-size: 5.4rem;
  margin-top: 35px;
  line-height:  1.2;
  letter-spacing: 0.1em;
}
.service-top-ttl2{
  font-size: 4.4rem;
  line-height:  1.2;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
.service-top-ttl .small{
  font-size:2.4rem;
  display: block;
}
.service-top-ttl .logo{
  height:100px;
  width: auto;
  margin-top: 20px;
}
.service-top-badge{
  display: inline-block;
  padding: 5px 20px;
  background-color: #000;
  border-radius: 50px;
  font-size:1.6rem;
  color: #FFF;
  margin-top: 20px;
}
.service-top-image{
  margin: auto;
  margin-top: 50px;
  max-width: 650px;
}
.pr-top-image{
  max-width: 520px;
}

.kenkin-top-image{
  max-width: 420px;
}
.hybrid-top-image{
  max-width: 450px;
}
.service-top-para{
  font-size: 1.8rem;
  margin-top: 40px;
  line-height: 2;
}
.service-top-para .line{
  background:linear-gradient(transparent 0%, var(--color-yellow1) 0%);
}


.service-top-menu{
  display: grid;
  grid-template-columns: 32% 64%;
  gap: 4%;
  margin: auto;
  max-width:var(--max4);
  margin-top: 50px;
}
.service-top-menu-block-ttl{
  font-size:1.7rem;
  background-color: var(--color-yellow2);
  border: 1px solid var(--color-primary);
  padding: 10px 20px;
}
.service-top-menu-block-list.clm{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.service-top-menu-block-list li{
  margin-top: -1px;
  border: 1px solid var(--color-primary);
}
.service-top-menu-block-list.clm li:nth-child(2n+2){
  border-left: none;
}
.service-top-menu-block-list li a{
  display: block;
  padding: 10px 20px;
  font-size: 1.5rem;
  position: relative;
}
.service-top-menu-block-list li a:before{
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color:var(--color-primary) var(--color-primary) transparent transparent;
  display: block;
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate3d(0,-50%,0px) rotate(135deg);
}

@media screen and (max-width:980px) {
  .service-top{
  }
  .service-top-subttl{
    font-size: 2rem;
  }
  .service-top-subttl .dot{
    padding-top: .4em;
    background-size: 2.2rem 1rem;
  }
  .service-top-ttl{
    font-size: 4.8rem;
  }
  .service-top-ttl .small{
    font-size:2.2rem;
  }
  .service-top-ttl2{
    font-size: 3.8rem;
    margin-bottom: 50px;
  }
  .service-top-ttl .logo{
    height:100px;
  }
  .service-top-para{
    font-size: 1.6rem;
  }
  .service-top-badge{
    font-size:1.5rem;
  }
  .service-top-image{
    margin-top: 50px;
    max-width: 550px;
  }
  .pr-top-image{
    max-width: 470px;
  }
  .hybrid-top-image {
    max-width: 450px;
  }
  .kenkin-top-image{
    max-width: 400px;
  }
  .service-top-menu{
    margin-top: 40px;
  }
  .service-top-menu-block-ttl{
    font-size:1.6rem;
  }
  .service-top-menu-block-list li a{
    font-size: 1.4rem;
  }
}
@media screen and (max-width:767px) {
  .service-top{
    padding:30px 0 30px ;
  }
  .service-top-subttl{
    font-size: 1.5rem;
    padding: 10px 15px;
  }
  .service-top-subttl .dot{
    background-size: 1.6rem 1.1rem;
  }
  .service-top-ttl{
    font-size: 3.6rem;
  }
  .service-top-ttl2{
    font-size:3rem;
    margin-bottom: 30px;
  }
  .service-top-ttl .small{
    font-size:1.8rem;
  }
  .service-top-ttl .logo{
    height:65px;
    margin-top: 15px;
  }

  .service-top-badge{
    font-size:1.3rem;
  }
  .service-top-image{
    margin-top: 40px;
  }
  .hybrid-top-image {
    max-width: 290px;
  }
  .kenkin-top-image {
    max-width: 270px;
  }
  .service-top-para{
    font-size: 1.5rem;
    margin-top: 30px;
  }
  .service-top-menu{
    margin-top: 30px;
    display: block;
  }
  .service-top-menu-block{
    margin-top: 10px;
  }
  .service-top-menu-block-list li a{
    font-size:1.3rem ;
  }
  .service-top-menu-block-list li a:before{
    left: 8px;
  }
}

/* サービス バナー*/
.service-banner{
  text-align: center;
  margin-bottom: 80px;
}
.service-banner-img{
  max-width: 750px;
  margin: auto;
}
.service-banner-img a{
  display: block;
}
@media screen and (max-width:767px) {
  .service-banner{
    margin-bottom: 50px;
  }
}
/* サービス バナー*/
/* サービス ポイント*/
.service-point{
  background-color: var(--color-yellow2);
}
.service-point-ttl{
  text-align: center;
  font-size: 4.4rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
}
.service-point-ttl .small{
  font-size:2.4rem;
}
.service-point-ttl span{
  display: block;
}
.service-point-ttl .red{
  color: var(--color-primary);
}
.service-point-para{
  text-align: center;
  margin-top: 30px;
  font-size: 1.6rem;
}
.service-point-box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service-point-block{
  width: 30%;
  background-color: #FFF;
  border-radius: 20px;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.12);
  text-align: center;
  padding:30px 10px;
  margin-top: 50px;
}
.service-point-block-ttl{
  font-size:2.8rem;
  line-height: 1.5;
}
.service-point-block-ttl .red{
  color: var(--color-primary);
}
.service-point-block-image{
  margin:30px auto;
  width: 80%;
}
.service-point-block-para{
  font-size:1.4rem;
}
.service-point-block-note{
  font-size:1rem;
}

@media screen and (max-width:980px) {
  .service-point-ttl{
    font-size: 3.8rem;
  }
  .service-point-ttl .small{
    font-size:2.2rem;
    display: block;
    margin-bottom: 5px;
  }
  .service-point-box{
    display: block;
    margin: auto;
    margin-top: 40px;
    max-width: 400px;
  }
  .service-point-block{
    width:auto;
    margin-top: 30px;
    padding: 25px 10px;
  }
  .service-point-block-ttl{
    font-size:2.6rem;
  }
  .service-point-block-ttl .red{
    color: var(--color-primary);
  }
  .service-point-block-image{
    margin: 20px auto;
  }
  .service-point-block-para{
    font-size:1.4rem;
  }
  .service-point-block-note{
    font-size:1rem;
  }
}
@media screen and (max-width:767px) {
  .service-point-block{
    padding: 20px 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .service-point-ttl{
    font-size: 3rem;
  }
  .service-point-ttl .small{
    font-size:1.9rem;
    margin-bottom: 10px;
  }
  .service-point-block-ttl{
    font-size:2.6rem;
  }
}

/*サービス タイプ*/
.service-type{
  background-color: var(--color-yellow2);
  border-top: 1px solid #000;
}
.service-type-box{
  display: flex;
  justify-content:space-around;
  flex-wrap: wrap;
  margin-top: 50px;
}
.service-type-box.center{
  justify-content: center;
}
.service-type-block{
  width: 48%;
  border-radius: 20px;
  background-color: #FFF;
  border:3px solid var(--color-yellow-line);
  padding: 40px 50px;
  text-align: center;
}

.service-type-block:first-child{
  width: 100%;
  max-width: 700px;
  border-radius: 20px;
  margin-bottom: 30px;
  background-color: #FFF;
  border:3px solid var(--color-yellow-line);
  padding: 40px 50px;
  text-align: center;
}

.service-type-block-ttl{
  font-size:2.6rem;
  text-align: center;
  border-radius: 100px;
  background-color: var(--color-primary);
  color: #FFF;
  display: inline-block;
  max-width: 350px;
  width: 100%;
  padding: 15px 30px;
  line-height: 1;
}
.service-type-block-para{
  margin-top:30px;
  font-size: 1.5rem;
  text-align: left;
}
.service-type-block-image{
  margin-top: 30px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.service-type-block-lead{
  margin-top: 50px;
  font-size: 2.4rem;
}
.service-type-block-lead img{
  height:32px;
  width: auto;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 7px;
}
.service-type-block-lead .line{
  background:linear-gradient(transparent 70%, var(--color-yellow-line) 60%);
  line-height: 1;
}
.service-type-block-lead .big{
  font-size:6rem;
}
.service-type-block-text{
  margin-top: 25px;
  font-size: 1.8rem;
}
.service-type-block-text .big{
  font-size:3rem;
  text-decoration: underline;
  text-decoration-color: var(--color-yellow-line);
  text-underline-offset: 8px;
  text-decoration-thickness: 3px;
}
.service-type-block-apply{
  margin-top: 30px;
}
.service-lead-box{
  margin-top: 30px;
}
.service-lead-box-block{
  max-width:730px;
  margin: auto;
  margin-top: 60px;
  border: 2px solid var(--color-yellow-line);
  padding: 30px;
  padding-bottom: 0;
  text-align: center;
  border-radius: 10px;
}
.service-lead-box-block-ttl{
  font-size:2.3rem;
}
.service-lead-box-block-image{
  max-width: 600px;
  margin: auto;
  margin-top: 30px;
}

@media screen and (max-width:980px) {
  .service-type{
  }
  .service-type-box{
    margin-top: 40px;
    display: block;
  }
  .service-type-block{
    max-width: 620px;
    margin: auto;
    margin-top: 30px;
    width: auto;
  }
  .service-type-block:first-child{
    width: 100%;
    max-width: 620px;
    border-radius: 20px;
    margin-bottom: 30px;
  }

  .service-type-block-ttl{
    font-size:2.6rem;
  }
  .service-type-block-para{
    margin-top:30px;
    font-size: 1.5rem;
  }
  .service-type-block-image{
    margin-top: 30px;
  }
  .service-type-block-lead{
    margin-top: 50px;
    font-size: 2.2rem;
  }
  .service-type-block-lead img{
    height:32px;
  }
  .service-type-block-lead .big{
    font-size:5.5rem;
  }
  .service-type-block-text{
    margin-top: 25px;
    font-size: 1.7rem;
  }
  .service-type-block-text .big{
    font-size:2.8rem;
  }
  .service-lead-box{
    margin-top: 20px;
  }
  .service-lead-box-block{
    max-width:600px;
}
  .service-lead-box-block-ttl{
    font-size:2rem;
  }
}
@media screen and (max-width:767px) {
  .service-type{
  }
  .service-type-box{
    margin-top: 30px;
    display: block;
  }
  .service-type-block{
    margin-top: 20px;
    padding: 35px 20px;
  }
  .service-type-block-ttl{
    font-size:2.4rem;
  }
  .service-type-block-para{
    margin-top:20px;
    font-size: 1.4rem;
  }
  .service-type-block-image{
    margin-top: 20px;
  }
  .service-type-block-lead{
    margin-top: 40px;
    font-size: 2rem;
  }
  .service-type-block-lead img{
    height:30px;
  }
  .service-type-block-lead .big{
    font-size:5rem;
  }
  .service-type-block-text{
    margin-top: 20px;
    font-size: 1.7rem;
  }
  .service-type-block-text .big{
    font-size:2.8rem;
    text-underline-offset: 5px;
  }
  .service-lead-box-block{
    padding: 20px 5px 0 5px;
    margin-top: 50px;
  }
  .service-lead-box-block-ttl{
    font-size:1.8rem;
  }
}

/*サービス ユーザー*/
.service-user{
  margin-top: 120px;
}
.service-user-box{
  display: flex;
  justify-content: space-between;
}
.service-user-block{
  width: 46%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 60px;
}
.service-user-block-left{
  width:calc(100% - 100px);
  height: 100%;
}
.service-user-block-right{
  width: 70px;
}
.service-user-block-para{
  font-size: 2rem;
  line-height: 1.2;
}
.service-user-block-para:nth-child(3){
  margin-top: 15px;
}
.service-user-block-para span{
  display: inline-block;
}
.service-user-block-para .num{
  background:linear-gradient(transparent 80%, var(--color-yellow-line) 60%);
  margin-right: 10px;
}
.service-user-block-para .num.big{
  font-size:6.7rem;
}
.service-user-block-para .num.medium{
  font-size:4.4rem;
}
.service-user-block-para .num .small{
  font-size: 3rem;
}
.service-user-block-para .small{
  font-size:1.2rem;
}

.service-user-clm{
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-user-clm-left{
  width: 45%;
}
.service-user-clm-right{
  width: 52%;
  margin-right: 3%;
}
.service-user-clm-para{
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: 30px;
}
.service-user-clm-para:first-child{
  margin-top: 0;
}
.service-user-clm-para span{
  display: inline-block;
}
.service-user-clm-para .num{
  background:linear-gradient(transparent 85%, var(--color-yellow-line) 60%);
  margin-right: 10px;
}
.service-user-clm-para .num.big{
  font-size:9rem;
  line-height: 1;
}
.service-user-clm-para .num.medium{
  font-size:4.4rem;
}
.service-user-clm-para .num .small{
  font-size: 4.5rem;
}
.service-user-clm-para .big{
  font-size:3.3rem;
  background:linear-gradient(transparent 80%, var(--color-yellow-line) 60%);
}
.service-user-clm-image{
  text-align: center
}
.service-user-link{
  margin-top: 50px;
  text-align: center;
}
.service-user-link:before{
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color:var(--color-primary) transparent transparent transparent;
  content: "";
  display: block;
  margin-bottom: 20px;
}
.service-user-link-block{
  display: inline-block;
  padding: 20px 130px;
  border: 5px solid var(--color-primary);
  background-color: #FFF;
  border-radius: 500px;
}
.service-user-link-logo img{
  height: 50px;
  margin: auto;
}
.service-user-link-para{
  font-size:2rem;
}
.service-user-link-para.margin{
  margin-top: 10px;
}
.service-user-link-para img{
  height: 50px;
}
@media screen and (max-width:980px) {
  .service-user{
    margin-top: 80px;
  }
  .service-user-box{
    display: block;
  }
  .service-user-block{
    width: 75%;
    margin-top:40px;
  }
  .service-user-block:nth-child(even){
    margin-left: auto;
  }
  .service-user-block-left{
    width:calc(100% - 100px);
  }
  .service-user-block-right{
    width: 70px;
  }
  .service-user-block-para{
    font-size: 1.8rem;
  }
  .service-user-block-para .num.big{
    font-size:6rem;
  }
  .service-user-block-para .num.medium{
    font-size:4rem;
  }
  .service-user-block-para .num .small{
    font-size: 2.6rem;
  }
  .service-user-block-para  .small{
    font-size:1.2rem;
  }
  .service-user-clm{
    margin-top: 40px;
  }
  .service-user-clm-left{
    width: 47%;
  }
  .service-user-clm-right{
    width: 53%;
    margin-right: 0%;
 }
  .service-user-clm-para{
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 20px;
  }
  .service-user-clm-para .num.big{
    font-size:7.5rem;
  }
  .service-user-clm-para .num.medium{
    font-size:4rem;
  }
  .service-user-clm-para .num .small{
    font-size: 4rem;
  }
  .service-user-clm-para .big{
    font-size:2.4rem;
  }
  .service-user-link{
    margin-top: 40px;
  }
  .service-user-link:before{
    border-width: 30px 30px 0 30px;
    margin-bottom: 20px;
  }
  .service-user-link-block{
    padding: 20px 100px;
  }
  .service-user-link-para{
    font-size:1.8rem;
  }
  .service-user-link-para.margin{
    margin-top: 10px;
  }
  .service-user-link-para img{
    height: 35px;
  }
}
@media screen and (max-width:767px) {
  .service-user{
    margin-top: 60px;
  }
  .service-user-box{
    display: block;
  }
  .service-user-block{
    width:auto;
    margin-top:30px;
  }
  .service-user-block:nth-child(even){
    margin-left: auto;
  }
  .service-user-block-left{
    width:calc(100% - 70px);
  }
  .service-user-block-right{
    width: 50px;
    padding-bottom: 40px;
  }
  .right .voice-block-comment:before{
    bottom: 50px;
  }
  .service-user-block-para{
    font-size: 1.6rem;
  }
  .service-user-block-para .num{
   margin-right: 5px;
  }
  .service-user-block-para .num.big{
    font-size:5.8rem;
  }
  .service-user-block-para .num.medium{
    font-size:3.4rem;
  }
  .service-user-block-para .num .small{
    font-size: 2rem;
  }
  .service-user-block-para .small{
    font-size:1.2rem;
  }
  .service-user-clm{
    margin-top:30px;
    display: block;
  }
  .service-user-clm-left{
    width:auto;
  }
  .service-user-clm-right{
    width:auto;
    margin-top: 20px;
  }
  .service-user-clm-para{
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: 20px;
  }
  .service-user-clm-para .num.big{
    font-size:7rem;
  }
  .service-user-clm-para .num.medium{
    font-size:3.6rem;
  }
  .service-user-clm-para .num .small{
    font-size:3.6rem;
  }
  .service-user-clm-para .big{
    font-size:2.4rem;
  }
  .service-user-link{
    margin-top: 40px;
  }
  .service-user-link:before{
    border-width: 20px 20px 0 20px;
    margin-bottom: 20px;
  }
  .service-user-link-block{
    padding: 20px 50px;
    border-radius: 80px;
  }
  .service-user-link-logo img{
    height: 40px;
  }
  .service-user-link-para{
    font-size:1.6rem;
  }
  .service-user-link-para.margin{
    margin-top: 10px;
  }
  .service-user-link-para img{
    height: 30px;
  }
}

/*サービス お悩み*/
.service-worries{
  background-color: var(--color-primary);
  color: #FFF;
  position: relative;
  margin-bottom: 50px;
}
.service-worries-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 1150px;
  margin-top:15px;
}
.service-worries-image{
  width: 22%;
}
.service-worries-list{
  width: 72%;
  font-size: 2.4rem;
}
.service-worries-list li{
  margin:30px 0;
  padding-left: 40px;
  line-height: 1.5;
  background-image: url("../img/service/list-image.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 21px auto;

}
.service-worries-list li .line{
  text-decoration: underline;
  text-decoration-color: var(--color-yellow-line);
  text-underline-offset: 8px;
  text-decoration-thickness: 3px;
}
.service-worries:before{
  content: "";
  display: block;
  width:230px;
  height:90px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("../img/service/worries-text.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translate3d(0,60%,0px);
}
@media screen and (max-width:980px) {
  .service-worries-box{
    margin-top:15px;
  }
  .service-worries-image{
    width: 20%;
  }
  .service-worries-list{
    width: 75%;
    font-size: 2rem;
  }
  .service-worries-list li{
    background-size: 19px auto;
    padding-left: 35px;
    margin: 25px 0;
  }
  .service-worries:before{
    width:230px;
    height:90px;
  }
}
@media screen and (max-width:767px) {
  .service-worries-box{
    margin-top:20px;
    display: block;
  }
  .service-worries-image{
    width:auto;
    max-width: 150px;
    margin: auto;
  }
  .service-worries-list{
    width:auto;
    font-size: 1.8rem;
  }
  .service-worries-list li{
    background-size: 17px auto;
    padding-left: 30px;
  }
  .service-worries-list li .line{
    text-underline-offset: 5px;
  }
  .service-worries:before{
    width:215px;
    height:90px;
  }
}
/* サービス 強み*/
.service-lead-block{
  padding: 100px 0;
}
.service-lead-block.padding{
  padding-top: 0;
}
.service-lead-block.border{
  border-top:1px solid #000;
}
.service-lead-block .inner.small{
  max-width: var(--max2);
}
.service-lead-center{
  margin: auto;
  max-width:700px;
  text-align: center;
}
.service-lead-center.wide{
  max-width:var(--max2) ;
}
.service-lead-clm{
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  max-width: var(--max2);
  margin: auto;
}
.service-lead-clm-left{
  width:50%;
}
.service-lead-clm-left.small{
  width: 40%;
}
.service-lead-clm-right{
  width: 45%;
  text-align: center;
}
.service-lead-clm-right.big{
  width: 50%;
}
.service-lead-clm-right.small{
  width: 37%;
  margin-right: 3%;
}
.service-lead-clm-right .img_wd2 img{
  width:70%;
}
.service-lead-block-number{
  width:90px;
  height: 80px;
  border: 1px solid #000;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  margin-bottom: 30px;
}
.service-lead-block-head{
  padding-top: 15px;

}
.service-lead-block-head-para{
  font-size:2.6rem;
}
.service-lead-block-head-ttl{
  font-size:3.6rem;
  line-height: 1;
  background:linear-gradient(transparent 80%, var(--color-yellow-line) 60%);
  display: inline-block;
}
.service-lead-block-head-ttl .big{
  font-size: 8rem;
}
.service-lead-block-head-note{
  font-size:1.3rem;
  margin-top: 20px;
}
.service-lead-block-ttl{
  font-size: 3.8rem;
  text-decoration: underline;
  text-decoration-color: var(--color-yellow-line);
  text-underline-offset: 10px;
  text-decoration-thickness: 6px;
  line-height: 2;
  white-space: nowrap;
}
.service-lead-block-ttl.small{
  font-size: 3rem;
}
.service-lead-block-ttl .small{
  font-size:3rem;
}
.service-lead-block-para{
  max-width: 640px;
  font-size: 1.6rem;
  margin:30px auto 50px;
  text-align: left;
  position: relative;
  z-index: 1;
}
.service-lead-block-para.service-lead-block-para--center{
  text-align:center;
}
.service-lead-block-para.small{
  font-size: 1.4rem;
  text-align: center;
}
.service-lead-block-image{
  max-width:650px;
  margin: auto;
}
.service-lead-block-image.wide{
  max-width: 800px;
}
.service-lead-block-image.margin{
  margin-top: -110px;
  margin-right: 0;
}
.service-lead-block-image.wide2{
  max-width:950px;
}
.service-lead-block-image.margin2{
  margin-top: -90px;
}
.service-lead-block-image.wide3{
  max-width:750px;
}
.service-lead-block-image.margin3{
  margin-top: -100px;
}
.service-lead-block-image .img_wd{
  width:80%;
}
.service-lead-block-image .img_wd2{
  width:60%;
}
.service-lead-block-note{
  text-align: center;
  margin-top: 30px;
  font-size:1.8rem;
}
.service-lead-block-memo{
  font-size: 1.2rem;
  text-align: left;
}
.service-lead-block-memo .big{
  font-size: 1.4rem;
}
.service-lead-flex{
  margin: auto;
  display: flex;
  align-items: center;
  max-width: var(--max3);
  margin-top: 30px;
}
.service-lead-flex .service-lead-block-number{
  margin: 0;
  margin-right: 30px;
  margin-top: 10px;
}
.service-lead-more{
  background-color: var(--color-yellow2);
  padding: 30px 80px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}
.service-lead-more-circle{
  width:90px;
  height: 90px;
  border: 2px solid var(--color-yellow-line);
  position: absolute;
  left: 30px;
  top: 0;
  transform: translate3d(0,-50%,0px);
  border-radius: 50%;
  display: flex;
  background-color: #FFF;
  justify-content: center;
  align-items: center;
  font-size:2.2rem;
}
.service-lead-more-left{
  width: 55%;
}
.service-lead-more-right{
  width: 40%;
}
.service-lead-more-ttl{
  font-size:2.8rem;
}
.service-lead-more-para{
  margin-top: 20px;
  font-size: 1.6rem;
}
.service-lead-more-para .border{
  text-decoration: underline;
}
.service-lead-writing{
  margin-top: 50px;
  max-width: var(--max4);
  margin-left: auto;
  margin-right: auto;
}
.service-lead-writing-box{
  display: flex;
  justify-content:space-between;
  align-items: center;
  margin-top: 50px;
}
.service-lead-writing-box-left{
  width: 42%;
}
.service-lead-writing-image{
}
.service-lead-writing-box-right{
  width: 50%;
}
.service-lead-writing-box-right p{
  margin: 0;
}
.service-lead-writing-text{
  margin: auto;
  max-width:620px;
  background-color: var(--color-primary2);
  text-align: center;
  padding:20px 30px;
  margin-top: 50px;
  border-radius: 10px;
}
.service-lead-writing-text-ttl{
  font-size:2.2rem;
}
.service-lead-writing-text-para{
  margin-top: 10px;
  font-size:1.2rem;
}
.service-lead-target-box,
.service-lead-target-clm{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.service-lead-target-clm.center{
  justify-content: center;
}
.service-lead-target-block{
  width: 24%;
  background-color: var(--color-yellow2);
  padding: 20px;
  border-radius: 10px;
}
.service-lead-target-block-ttl{
  font-size:2.2rem;
}
.service-lead-target-block-para{
  font-size:1.4rem;
  margin-top: 10px;
  line-height: 1.4;
}
.service-lead-target-image{
  width: 31%;
}
.service-lead-target-text{
  margin-top: 40px;
}
.service-lead-target-text-ttl{
  font-size:2.8rem;
}
.service-lead-target-text-para{
  font-size: 2rem;
  line-height: 1;
}
.service-lead-target-text-lead{
  font-size: 4.4rem;
  line-height: 1.4;
}
.service-lead-target-text-lead.margin{
  margin-top: 50px;
  line-height: 1;
}
.service-lead-target-text-lead .small{
  font-size: 2.8rem;
}
.service-lead-target-text-lead .line{
  text-decoration: underline;
  text-decoration-thickness: 0.3em;
  text-decoration-color:var(--color-yellow-line);
  text-underline-offset: -0.1em;
  text-decoration-skip-ink: none;
}
.service-lead-target-text-note{
  font-size:1.6rem;
  text-align: left;
  margin-top: 50px;
}
@media screen and (max-width:980px) {
  .service-lead{
    padding-top: 30px;
  }
  .service-lead.padding{
    padding-top: 100px;
  }
  .service-lead-block{
    padding: 80px 0;
  }
  .service-lead-clm.tb-block{
    display: block;
  }
  .service-lead-clm-left{
    width: 70%;
    padding-right: 5%;
  }
  .service-lead-clm.tb-block .service-lead-clm-left,
  .service-lead-clm.tb-block .service-lead-clm-right{
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
  .service-lead-clm-left.small{
    width: 50%;
    padding-right: 0%;
  }
  .service-lead-clm-right.big{
    width:45%;
  }
  .service-lead-clm-right.small{
    width: 45%;
    margin-left: 3%;
    margin-right: 0%;
  }
  .service-lead-clm-right .img_wd2 img{
    width:90%;
  }
  .service-lead-block-number{
    width:80px;
    height:70px;
    font-size: 3.8rem;
    margin-bottom: 30px;
  }
  .service-lead-block-ttl{
    font-size: 3.4rem;
    text-underline-offset: 10px;
    text-decoration-thickness: 5px;
  }
  .service-lead-block-ttl .small{
    font-size: 2.4rem;
  }
  .service-lead-clm.tb-block .service-lead-block-ttl{
    text-align: center;
  }
  .service-lead-block-head-para{
    font-size:2.2rem;
  }
  .service-lead-block-head-ttl{
    font-size:3rem;
    background:linear-gradient(transparent 70%, var(--color-yellow-line) 60%);
    display: inline-block;
  }
  .service-lead-block-head-ttl .big{
    font-size: 7.5rem;
  }
  .service-lead-block-head-note{
    font-size:1.3rem;
  }
  .service-lead-block-ttl.small{
    font-size:2.6rem;
  }
  .service-lead-block-para{
    font-size: 1.5rem;
    margin:30px auto 50px;
    max-width: 550px;
  }
  .service-lead-clm.tb-block .service-lead-block-para{
    max-width:none;
    margin: 0;
    margin-top: 30px;
  }
  .service-lead-block-memo{
    margin-top: 30px;
  }
  .service-lead-block-note{
    margin-top: 30px;
    font-size:1.6rem;
  }
  .service-lead-block-image{
    max-width: 550px;
  }
  .service-lead-block-image.wide{
    max-width: 550px;
  }
  .service-lead-block-image.margin2{
    margin-top: -40px;
  }
  .service-lead-block-image .img_wd{
    width:90%;
  }
  .service-lead-flex{
    margin-top: 30px;
  }
  .service-lead-flex .service-lead-block-number{
    margin: 0;
    margin-right: 30px;
    margin-top: 10px;
  }
  .service-lead-more{
    padding: 30px 30px;
    margin-top: 40px;
  }
  .service-lead-more-circle{
    width:80px;
    height:80px;
    left: 30px;
    font-size:2rem;
  }
  .service-lead-more-left{
    width: 55%;
  }
  .service-lead-more-right{
    width: 40%;
  }
  .service-lead-more-ttl{
    font-size:2.4rem;
  }
  .service-lead-more-para{
    margin-top: 20px;
    font-size: 1.5rem;
  }
  .service-lead-more-para .border{
    text-decoration: underline;
  }
  .service-lead-writing{
    margin-top: 30px;
  }
  .service-lead-writing-box{
    margin-top: 40px;
    display: block;
  }
  .service-lead-writing-box-left{
    width:45%;
    margin: auto;
    margin-top: 40px;
  }
  .service-lead-writing-box-right{
    width:auto;
    margin: auto;
    margin-top: 30px;
    max-width: 560px;
  }
  .service-lead-writing-text{
    max-width: 570px;
    margin-top: 30px;
  }
  .service-lead-writing-text-ttl{
    font-size:2rem;
  }
  .service-lead-writing-text-para{
    margin-top: 10px;
    font-size:1.2rem;
  }
  .service-lead-target-box,
  .service-lead-target-clm{
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .service-lead-target-box{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .service-lead-target-block{
    width: 48%;
    margin-bottom: 20px;
  }
  .service-lead-target-block-ttl{
    font-size:2rem;
  }
  .service-lead-target-block-para{
    font-size:1.4rem;
  }
  .service-lead-target-image{
    width: 32%;
  }
  .service-lead-target-text{
    margin-top: 40px;
  }
  .service-lead-target-text-ttl{
    font-size:2.4rem;
  }
  .service-lead-target-text-para{
    font-size: 1.8rem;
  }
  .service-lead-target-text-lead{
    font-size: 3.8rem;
  }
  .service-lead-target-text-lead .small{
    font-size: 2.4rem;
  }
  .service-lead-target-text-note{
    font-size: 1.4rem;
  }
}
@media screen and (max-width:767px) {
  .service-lead{
    padding-top: 20px;
  }
  .service-lead.padding{
    padding-top: 50px;
  }
  .service-lead-block{
    padding: 60px 0;
  }
  .service-lead-clm-right.small{
    width: 80%;
    margin: auto;
  }
  .service-lead-clm-right.sp_none{
    display: none;
  }
  .service-lead-clm{
    display: block;
  }
  .service-lead-clm-left{
    width:auto;
    padding-right: 0;
  }
  .service-lead-clm-right{
    width:auto;
  }
  .service-lead-clm-left.small{
    width: auto;
  }
  .service-lead-clm-right.big{
    width:auto;
  }
  .service-lead-block-number{
    width: 55px;
    height: 50px;
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .service-lead-block-ttl{
    font-size: 2.8rem;
    text-underline-offset: 8px;
    text-decoration-thickness: 4px;
    text-align: center;
  }
  .service-lead-block-ttl.small{
    font-size:2.1rem;
  }
  .service-lead-block-ttl .small{
    font-size: 2.2rem;
  }
  .service-lead-block-head-para{
    font-size:2rem;
    text-align: center;
  }
  .service-lead-block-head-ttl{
    font-size:2.8rem;
    text-align: center;
    display: block;
    max-width: 290px;
    margin: auto;
    background: linear-gradient(transparent 80%, var(--color-yellow-line) 60%);
  }
  .service-lead-block-head-ttl .big{
    font-size: 7rem;
  }
  .service-lead-block-head-note{
    font-size:1.2rem;
    text-align: center;
  }
  .service-lead-block-para{
    font-size: 1.4rem;
    margin:30px 0 25px;
  }
  .service-lead-block-para.small{
    font-size: 1.2rem;
  }
  .service-lead-block-note{
    margin-top: 20px;
    font-size:1.5rem;
  }
  .service-lead-block-image{
    margin-top: 20px;
  }
  .service-lead-block-image.small{
    width: 80%;
  }
  .service-lead-block-image.margin{
    margin-top: 30px;
    margin-right: auto;
  }
  .service-lead-block-image.margin2{
    margin-top:30px;
  }
  .service-lead-block-image.margin3{
    margin-top:30px;
  }
  .service-lead-block-image.wide3{
    max-width:85%;
  }
  .service-lead-block-image .img_wd{
    width:100%;
  }
  .service-lead-flex{
    margin-top: 30px;
    display: block;
  }
  .service-lead-flex .service-lead-block-ttl{
    text-align: left;
    margin-top: 15px;
  }
  .service-lead-more{
    padding: 30px 20px;
    margin-top: 70px;
    display: block;
  }
  .service-lead-more-circle{
    width:70px;
    height:70px;
    left: 30px;
    font-size:1.8rem;
  }
  .service-lead-more-left{
    width:auto;
    margin-top: 20px;
  }
  .service-lead-more-right{
    width: auto;
    margin-top: 20px;
  }
  .service-lead-more-ttl{
    font-size:2.2rem;
  }
  .service-lead-more-para{
    font-size: 1.4rem;
  }
  .service-lead-more-para .border{
    text-decoration: underline;
  }
  .service-lead-writing{
    margin-top: 50px;
  }
  .service-lead-writing-box{
    margin-top: 0px;
  }
  .service-lead-writing-box-right{
    margin-top: 20px;
  }
  .service-lead-writing-box-left{
    width:60%;
  }
  .service-lead-writing-text{
    max-width: 560px;
    margin-top: 30px;
  }
  .service-lead-writing-text-ttl{
    font-size:2rem;
  }
  .service-lead-writing-text-para{
    margin-top: 10px;
    font-size:1.2rem;
  }
  .service-lead-target-box,
  .service-lead-target-clm{
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .service-lead-target-clm{
    justify-content: center;
  }
  .service-lead-target-block{
    padding: 10px 10px;
    min-height: 110px;
  }
  .service-lead-target-block-ttl{
    font-size:1.8rem;
  }
  .service-lead-target-block-para{
    font-size:1.3rem;
    margin-top: 5px;
  }
  .service-lead-target-image{
    width: 48%;
    margin-bottom: 20px;
  }
  .service-lead-target-image:first-child{
    margin-right: 4%;
  }
  .service-lead-target-text{
    margin-top: 30px;
  }
  .service-lead-target-text-ttl{
    font-size:2rem;
  }
  .service-lead-target-text-para{
    font-size: 1.6rem;
  }
  .service-lead-target-text-lead{
    font-size: 3.2rem;
    line-height: 1.6;
  }
  .service-lead-target-text-lead .small{
    font-size: 2rem;
  }
}

/*サービス 政治活動 3つの機能*/
.service-merit{
  max-width: var(--max2);
  margin: auto;
}
.service-merit-box{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.service-merit-box .service-merit-block{
  width: 49%;
}
.service-merit-block{
  border-radius: 10px;
  border:1px solid var(--color-yellow-line);
  overflow: hidden;
}
.service-merit-block-head{
  text-align: center;
  padding: 20px 0;
  background-color:var(--color-yellow2);
}
.service-merit-block-head-icon img{
  height:70px;
  width: auto;
}
.service-merit-block-head-ttl{
  font-size:2.4rem;
  margin-top: 10px;
}
.service-merit-block-text{
  padding: 30px;
}
.service-merit-block-para{
  font-size:1.4rem;
}
.service-merit-block-more{
  margin-top: 20px;
  font-size:1.4rem;
  color: var(--color-primary);
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--color-primary);
  padding-right: 20px;
  position: relative;
  cursor: pointer;
}
.service-merit-block-more:before{
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--color-primary);
  border-right: 1px solid var(--color-primary);
  transform: rotate(135deg);
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.service-merit-block-listWrapp{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  display: none;
}
.service-merit-block-listWrapp.on{
  display: flex;
}
.service-merit-block-list{
  font-size: 1.2rem;
}
.service-merit-bottom{
  margin-top: 100px;
  position: relative;
}
.service-merit-bottom-circle{
  position: absolute;
  right: 0;
  top: -50px;
  width:156px;
  height: 156px;
}
.service-merit-bottom-para{
  font-size:2rem;
  text-align: center;
  margin-top: 30px;
}

.service-merit-bottom-note{
  margin-top: 10px;
  font-size:1.2rem;
  text-align: center;
}
@media screen and (max-width:980px) {
  .service-merit-block-head-ttl{
    font-size:2rem;
  }
  .service-merit-bottom{
    margin-top: 200px;
  }
  .service-merit-bottom-circle{
    transform: translateY(-100%);
    top: 0;
  }
}
@media screen and (max-width:767px) {
  .service-merit-box{
    display:block;
    margin-bottom: 0;
  }
  .service-merit-box .service-merit-block{
    width:auto;
  }
  .service-merit-block{
    margin-bottom: 20px;
  }
  .service-merit-block-head-ttl{
    font-size:1.8rem;
  }
  .service-merit-block-listWrapp.on{
    display: block;
  }
  .service-merit-bottom{
    margin-top: 150px;
  }
  .service-merit-bottom-circle{
    width: 120px;
    height: 120px;
    top: -10px;
  }
  .service-merit-bottom-para{
    font-size:1.6rem;
  }
  
}

/* サービス 声*/
.service-voice{
  background-color: var(--color-yellow2);
}
.service-voice-ttl{
  text-align: center;
  font-size: 3.4rem;
  letter-spacing: 0.07em;
}
.service-voice-ttl .line{
  background: linear-gradient(transparent 70%, var(--color-yellow-line) 0%);
}
@media screen and (max-width:980px) {
  .service-voice-ttl{
    font-size: 3rem;
  }
  .service-voice-ttl .line{
  }
}
@media screen and (max-width:767px) {
  .service-voice-ttl{
    font-size: 2.4rem;
  }
  .service-voice-ttl .line{
    text-decoration-thickness: 0.3em;
  }
}

/*サービス 詳細*/
.service-detail-block{
  padding: 100px 0;
}
.service-detail-block.border{
  border-top: 1px solid #000;
}
.service-detail-block .inner{
  max-width: var(--max4);
}
.service-detail-ttl{
  border: 3px solid var(--color-yellow-line);
  padding: 5px 30px;
  font-size:3.8rem;
  text-align: center;
  border-radius: 10px;
  letter-spacing: 0.07em;
}
.service-detail-text{
  text-align: center;
  margin-top: 50px;
}
.service-detail-text-ttl{
  font-size:2.8rem;
  text-decoration: underline;
  text-decoration-color: var(--color-yellow-line);
  text-underline-offset: 10px;
  text-decoration-thickness: 3px;
}
.service-detail-text-subttl{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  font-size: 2.4rem;
}
.service-detail-text-subttl img{
  margin: 0 10px;
}
.service-detail-text-para{
  margin-top: 30px;
  font-size: 1.6rem;
}
.service-detail-text-para a{
  color: var(--color-primary);
  text-decoration: underline;
}
.service-detail-text-note{
  font-size: 1.3rem;
  margin-top: 20px;
}
.service-detail-flow{
  margin: auto;
  margin-top:50px;
}
.service-detail-flow.small{
  max-width:400px;
}
.service-detail-flow-block{
  position: relative;
}
.service-detail-flow-block:before{
  position: absolute;
  left: 0;
  right:0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 10px 0 10px;
  border-color: var(--color-yellow-line) transparent transparent transparent;
  display: block;
  content: "";
  transform: translate3d(0,100%,0px);
}
.service-detail-flow-block:last-child:before{
  display: none;
}
.service-detail-flow-block-border{
  border: 1px solid #000;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.service-detail-flow-block-num{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary2);
  padding: 0 20px;
  font-size: 2.6rem;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.service-detail-flow-block-text{
  padding:13px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1.8rem;
}
.service-detail-flow-block-text.left{
  justify-content: flex-start;
  padding-left: 80px;
}
.service-detail-flow-block-text .big{
  width: 190px;
}
.service-detail-flow-block-text .small{
  font-size:1.3rem;
  font-weight: normal;
  margin-left: 10px;
  width: calc(100% - 170px);
}
.service-detail-flow-note{
  font-size: 1.6rem;
  text-align: center;
}
.service-detail-faq{
  margin-top: 50px;
  border-bottom: 1px solid #000;
}
.service-detail-faq-ttl{
  text-align: center;
  background-color: #595959;
  color: #FFF;
  padding:15px 20px;
  font-size:2.2rem;
}
.service-detail-faq-block{
  display: flex;
  border-top: 1px solid #000;
  position: relative;
  cursor: pointer;
}
.service-detail-faq-block.answear{
  background-color:var(--color-gray3);
  border: none;
  cursor:auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height .8s;
}
.service-detail-faq-block.answear.on{
  max-height: 200px;
}
.service-detail-faq-block-icon{
  display: flex;
  justify-content: center;
  width: 58px;
  background-color: var(--color-primary2);
  padding: 15px 0;
  font-size: 2rem;
}
.service-detail-faq-block-text{
  padding: 15px 20px;
  padding-right: 40px;
  width: calc(100% - 58px);
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
.service-detail-faq-block.answear .service-detail-faq-block-icon{
  background-color: #000;
  color: #FFF;
}
.service-detail-faq-block-btn{
  width:16px;
  height: 16px;
  position:absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.service-detail-faq-block-btn:before,
.service-detail-faq-block-btn:after{
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.service-detail-faq-block-btn:before{
  width: 100%;
  height: 1px;
}
.service-detail-faq-block-btn:after{
  width: 1px;
  height: 100%;
}
.on .service-detail-faq-block-btn:after{
  display: none;
}
.service-detail-clm{
  margin-top: 50px;
}
.service-detail-plan{
  padding-bottom: 100px;
}
.service-detail-plan-box{
  margin-top: 50px;
}
.service-detail-plan-box-ttl{
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-detail-plan-box-ttl .circle{
  display: flex;
  width:50px;
  height: 50px;
  border: 2px solid var(--color-yellow-line);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 2.4rem;
}
.service-detail-plan-box-ttl .text{
  font-size:2.8rem;
}
.service-detail-plan-clm{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.service-detail-plan-block{
  width: 48%;
  background-color: var(--color-yellow2);
  padding: 30px;
  border-radius: 20px;
  align-items: center;
  display: grid;
  grid-template-columns: 60% 35%;
  grid-template-rows: auto auto;
  gap: 5%;
}
.service-detail-plan-block-head{
  padding-left: 20px;
  border-left: 5px solid var(--color-yellow-line);
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.service-detail-plan-block-ttl{
  font-size: 2rem;
}
.service-detail-plan-block-subttl{
  font-size:1.4rem;
}
.service-detail-plan-block-para{
  font-size:1.4rem;
  margin-top: 20px;
  text-decoration: underline;
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}
.service-detail-plan-block-image{
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}
.service-detail-ban{

}
.service-detail-ban-list{
  margin-top: 50px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  font-size:1.5rem;
}
.service-detail-ban-text{
  margin-top: 30px;
}
.service-detail-ban-text-ttl{
  font-size:2rem;
}
.service-detail-ban-text-para{
  font-size:1.5rem;
  margin-top: 10px;
}
.service-detail-content{
  margin-bottom: 100px;
}
.service-detail-content:last-child{
  margin-bottom: 0;
}
.service-detail-partner{
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}
.service-detail-partner.center{
  justify-content: center;
}
.service-detail-partner-block{
  border-radius: 10px;
  background-color: var(--color-primary2);
  width: 48%;
  padding: 30px;
  text-align: center;
}
.service-detail-partner-block.wide{
  width: 100%;
}
.service-detail-partner-block-ttl{
  font-size: 2.8rem;
  color: #FFF;
  background-color: var(--color-gray4);
  border-radius: 100px;
  padding: 5px 0;
}
.service-detail-partner-block-subttl{
  margin-top: 20px;
  font-size:2.5rem;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}
.service-detail-partner-block-para{
  font-size:1.6rem;
  margin-top: 20px;
  text-align: left;
}

@media screen and (max-width:980px) {
  .service-detail-block{
    padding: 80px 0;
  }
  .service-detail-ttl{
    font-size:3.4rem;
  }
  .service-detail-text{
    margin-top: 40px;
  }
  .service-detail-text-ttl{
    font-size:2.4rem;
  }
  .service-detail-text-subttl{
    margin-top: 30px;
    font-size: 2.2rem;
  }
  .service-detail-text-subttl img{
    margin: 0 10px;
  }
  .service-detail-text-para{
    margin-top: 30px;
    font-size: 1.5rem;
  }
  .service-detail-flow{
    margin-top:40px;
  }
  .service-detail-flow-block:before{
  }
  .service-detail-flow-block-border{
    margin-bottom: 20px;
  }
  .service-detail-flow-block-num{
    font-size: 2.4rem;
  }
  .service-detail-flow-block-text{
    font-size: 1.6rem;
  }
  .service-detail-flow-note{
    font-size: 1.5rem;
  }
  .service-detail-faq{
    margin-top: 40px;
  }
  .service-detail-faq-ttl{
    padding:15px 20px;
    font-size:2rem;
  }
  .service-detail-faq-block.answear.on{
    max-height: 300px;
  }
  .service-detail-faq-block-icon{
    font-size: 2rem;
  }
  .service-detail-faq-block-text{
    font-size: 1.5rem;
  }
  .service-detail-clm{
    margin-top: 40px;
  }
  .service-detail-plan{
    padding-bottom: 80px;
  }
  .service-detail-plan-box{
    margin-top: 40px;
  }
  .service-detail-plan-box-ttl .text{
    font-size: 2.4rem;
  }
  .service-detail-plan-box-ttl .circle{
    width:45px;
    height: 45px;
    font-size: 2.4rem;
  }
  .service-detail-plan-clm{
    display: block;
    max-width:600px;
    margin: auto;
  }
  .service-detail-plan-block{
    width: auto;
    margin-top: 30px;
  }
  .service-detail-plan-block-ttl{
    font-size: 1.8rem;
  }
  .service-detail-plan-block-subttl{
    font-size:1.4rem;
  }
  .service-detail-plan-block-para{
    font-size:1.4rem;
  }
  .service-detail-ban-list{
    margin-top: 40px;
    font-size:1.4rem;
  }
  .service-detail-ban-text{
    margin-top: 30px;
  }
  .service-detail-ban-text-ttl{
    font-size:1.8rem;
  }
  .service-detail-ban-text-para{
    font-size:1.4rem;
  }
  .service-detail-partner{
    margin-top: 40px;
  }
  .service-detail-partner-block{
    border-radius: 10px;
    width: 48%;
    padding: 30px;
  }
  .service-detail-partner-block-ttl{
    font-size: 2.2rem;
  }
  .service-detail-partner-block-subttl{
    font-size:2.3rem;
    height: 75px;
  }
  .service-detail-partner-block-para{
    font-size:1.5rem;
  }
}
@media screen and (max-width:767px) {
  .service-detail-block{
    padding: 60px 0;
  }
  .service-detail-ttl{
    font-size:2.6rem;
    line-height: 1.4;
    padding: 8px 10px;
  }
  .service-detail-text{
    margin-top: 30px;
  }
  .service-detail-text-ttl{
    font-size:2rem;
    text-underline-offset: 8px;
  }
  .service-detail-text-subttl{
    margin-top: 30px;
    font-size: 2rem;
  }
  .service-detail-text-para{
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .service-detail-text-note{
    font-size: 1.1rem;
    margin-top: 20px;
  }
  .service-detail-flow{
    margin-top:30px;
  }
  .service-detail-flow-block:before{
    border-width: 15px 10px 0 10px;
  }
  .service-detail-flow-block-num{
    font-size: 2.4rem;
  }
  .service-detail-flow-block-text{
    padding: 10px 10px 10px 10px;
    display: block;
    text-align: center;
  }
  .service-detail-flow-block-text.left{
    padding: 10px 10px 10px 50px;
  }
  .service-detail-flow-block-text span{
    width:auto;
    display: block;
  }
  .service-detail-flow-block-text .big{
    width:auto;
  }
  .service-detail-flow-block-text .small{
    margin-left:0;
    width:auto;
    margin-top: 3px;
  }
  .service-detail-flow-note{
    font-size: 1.4rem;
  }
  .service-detail-faq{
    margin-top: 30px;
  }
  .service-detail-faq-ttl{
    font-size:1.8rem;
  }
  .service-detail-faq-block.answear.on{
    max-height: 500px;
  }
  .service-detail-faq-block-icon{
    font-size: 2rem;
    width: 50px;
  }
  .service-detail-faq-block-text{
    font-size: 1.4rem;
    width: calc(100% - 50px);
    padding: 12px 30px 12px 12px;
  }
  .service-detail-clm{
    margin-top:30px;
  }
  .service-detail-plan{
    padding-bottom: 80px;
  }
  .service-detail-plan-box{
    margin-top: 40px;
  }
  .service-detail-plan-box-ttl .text{
    font-size: 2.2rem;
  }
  .service-detail-plan-box-ttl .circle{
    width:45px;
    height: 45px;
    font-size: 2.4rem;
  }
  .service-detail-plan-clm{
    display: block;
    max-width:600px;
    margin: auto;
  }
  .service-detail-plan-block{
    width: auto;
    margin-top: 20px;
    gap: 0 5%;
    padding: 20px;
  }
  .service-detail-plan-block-head{
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    padding-left: 10px;
  }
  .service-detail-plan-block-ttl{
    font-size: 1.6rem;
  }
  .service-detail-plan-block-subttl{
    font-size:1.3rem;
  }
  .service-detail-plan-block-para{
    font-size:1.3rem;
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }
  .service-detail-plan-block-image{
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  .service-detail-ban-list{
    margin-top: 30px;
    font-size:1.4rem;
  }
  .service-detail-ban-text{
    margin-top: 20px;
  }
  .service-detail-ban-text-ttl{
    font-size:1.5rem;
  }
  .service-detail-ban-text-para{
    font-size:1.3rem;
  }
  .service-detail-partner{
    margin-top: 30px;
    display: block;
  }
  .service-detail-partner-block{
    width: auto;
    padding: 30px;
    margin-top: 30px;
  }
  .service-detail-partner-block-ttl{
    font-size: 2rem;
  }
  .service-detail-partner-block-subttl{
    font-size:1.8rem;
    height: auto;
  }
  .service-detail-partner-block-para{
    font-size:1.5rem;
  }
}


/*サービス 申し込み*/
.service-apply{
  text-align: center;
  background-color: var(--color-yellow2);
  padding: 50px 0;
}
.service-apply.white{
  background-color: transparent;
}
.service-apply-ttl{
  font-size: 2rem;
}
.service-apply-link{
  margin: auto;
  margin-top: 20px;
  max-width:600px;
}
.service-apply-link .btn{
  display: block;
}
.service-apply-note{
  font-size: 1.4rem;
  margin-top: 20px;
}
@media screen and (max-width:980px) {
  .service-apply-ttl{
    font-size: 1.8rem;
  }
}
@media screen and (max-width:767px) {
  .service-apply-ttl{
    font-size: 1.6rem;
  }
  .service-apply-note{
    font-size: 1.2rem;
  }
}

/*プラン*/
.service-plan-box{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.service-plan-block{
  width: 48%;
  border-radius: 30px;
  border: 3px solid var(--color-yellow-line);
  padding: 40px 50px;
}
.service-plan-block-ttl{
  text-align: center;
  max-width: 350px;
  margin: auto;
  color: #FFF;
  background-color: var(--color-primary);
  padding:10px 20px;
  border-radius: 50px;
  font-size: 2.6rem;
}
.service-plan-block-subttl{
  font-size: 2.8rem;
  text-align: center;
  margin-top: 30px;
}
.service-plan-block-para{
  margin-top: 30px;
  font-size:1.5rem;
}
.service-plan-block-link{
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
}
.service-plan-block-link-block{
  width: 33.333%;
}
.service-plan-block-link-image{
  width: 90%;
  margin: auto;
}
.service-plan-block-link-para{
  margin-top: 10px;
}
.service-plan-block-link-para a{
  color: var(--color-primary);
  font-size:1.3rem;
  text-decoration: underline;
}
@media screen and (max-width:980px) {
  .service-plan-ttl{
    font-size:3.2rem;
  }
  .service-plan-para{
    font-size:1.5rem;
  }
  .service-plan-box{
    display: block;
    margin-top: 40px;
  }
  .service-plan-block{
    margin: auto;
    margin-top: 30px;
    width: auto;
    max-width: 620px;
  }
  .service-plan-block-ttl{
    font-size: 2.4rem;
  }
  .service-plan-block-subttl{
    font-size: 2.4rem;
    margin-top: 30px;
  }
  .service-plan-block-para{
    margin: auto;
    margin-top: 30px;
    font-size:1.3rem;
  }
  .service-plan-block-link{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 30px;
  }
  .service-plan-block-link-block{
    width: 33.333%;
  }
  .service-plan-block-link-para{
    margin-top: 10px;
  }
  .service-plan-block-link-para a{
    font-size:1.3rem;
  }
}
@media screen and (max-width:767px) {
  .service-plan-ttl{
    font-size:2.2rem;
  }
  .service-plan-para{
    font-size:1.4rem;
  }
  .service-plan-box{
    margin-top: 30px;
  }
  .service-plan-block{
   padding: 35px 20px;
  }
  .service-plan-block-ttl{
    font-size: 2rem;
  }
  .service-plan-block-subttl{
    font-size: 2rem;
    margin-top: 20px;
  }
  .service-plan-block-para{
    margin-top: 20px;
    width: auto;
    font-size:1.3rem;
  }
  .service-plan-block-link{
    flex-wrap: wrap;
    margin-top:20px;
  }
  .service-plan-block-link-block{
    width: 50%;
  }
  .service-plan-block-link-para{
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .service-plan-block-link-para a{
    font-size:1.3rem;
  }
}

/*サービス 特徴*/
.service-feature{
  background-color: var(--color-primary);
  color: #FFF;
}
.service-feature-ttl{
  font-size: 2.8rem;
  text-align: center;
}
.service-feature-box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.service-feature-box.margin{
  margin-top: 0;
}
.service-feature-block{
  width: 32%;
  background-color: #FFF;
  color: #000;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}
.service-feature-block.big{
  width: 48.5%;
}
.service-feature-block-ttl{
  background-color: var(--color-yellow2);
  padding: 20px 30px;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
}
.service-feature-block-text{
  padding: 30px 40px;
}
.service-feature-block-subttl{
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.service-feature-block-para{
  font-size: 1.4rem;
}
.service-feature-block-note{
  margin-top: 20px;
  font-size:1.2rem;
}
.service-feature-inner{
  margin: auto;
  margin-top: 70px;
  max-width:950px;
}
.service-feature-clm{
  display: flex;
  margin-top: 30px;
  background-color: #FFF;
  color: #000;
  border-radius: 10px;
  padding: 30px;
}
.service-feature-clm-ttl{
  font-size: 2rem;
  padding-right: 30px;
}
.service-feature-clm-para{
  font-size:1.4rem;
}

@media screen and (max-width:980px) {
  .service-feature-ttl{
    font-size: 2.6rem;
  }
  .service-feature-box{
    margin-top: 30px;
  }
  .service-feature-block{
    width: 48.5%;
    background-color: #FFF;
    color: #000;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
  }
  .service-feature-block.big{
    width: 48.5%;
  }
  .service-feature-block-ttl{
    padding: 20px 30px;
    font-size: 2.2rem;
  }
  .service-feature-block-text{
    padding: 25px;
  }
  .service-feature-block-subttl{
    font-size: 1.5rem;
  }
  .service-feature-block-para{
    font-size: 1.3rem;
  }
  .service-feature-block-note{
    font-size:1.2rem;
  }
  .service-feature-clm{
    margin-top: 30px;
    padding: 30px;
  }
  .service-feature-clm-ttl{
    font-size: 1.8rem;
    padding-right: 30px;
  }
  .service-feature-clm-para{
    font-size:1.3rem;
  }
}

@media screen and (max-width:767px) {
  .service-feature-ttl{
    font-size: 2.2rem;
  }
  .service-feature-box{
    margin-top: 20px;
    display: block;
  }
  .service-feature-block{
    width: auto;
    margin-top: 20px;
  }
  .service-feature-block.big{
    width: auto;
  }
  .service-feature-block-ttl{
    padding: 15px;
    font-size: 2rem;
  }
  .service-feature-block-text{
    padding:20px;
  }
  .service-feature-clm{
    margin-top: 30px;
    padding: 30px;
  }
  .service-feature-clm-ttl{
    font-size: 1.8rem;
    padding-right: 30px;
    white-space: nowrap;
  }
}

/* 調査 */
.service-research{
  border-top: 1px solid #000;
}
.service-research-box{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.service-research-block{
  width: 48%;
  border: 2px solid var(--color-yellow-line);
  border-radius: 20px;
  padding: 40px;
}
.service-research-block-ttl{
  text-align: center;
  color: var(--color-primary);
  font-size: 2.8rem;
}
.service-research-block-ttl img{
  margin-right: 10px;
}
.service-research-block-subttl{
  font-size:2rem;
  background-color: var(--color-yellow2);
  padding: 20px;
  margin-top: 20px;
  min-height: 95px;
  display: flex;
  align-items: center;
}
.service-research-block-para{
  font-size:1.4rem;
  margin-top: 20px;
}
.service-research-lead{
  font-size:1.8rem;
  text-align: center;
  margin-top: 30px;
}
.service-research-lead .red{
  text-decoration: underline;
  color: var(--color-primary);
}
.service-research-note{
  margin-top: 20px;
  font-size:1.2rem;
  text-align: center;
}
.service-research-detail{
  margin: auto;
  margin-top: 80px;
  max-width:var(--max3);
}
.service-research-detail-ttl{
  font-size:2.6rem;
  background-color: var(--color-yellow2);
  text-align: center;
  padding: 10px;
}
.service-research-detail-block{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom:2px solid var(--color-yellow-line);
  padding: 20px;
}
.service-research-detail-block-ttl{
  font-size:2rem;
  width: 340px;
}
.service-research-detail-block-para{
  width: calc(100% - 340px);
  font-size: 1.4rem;
}
@media screen and (max-width:980px) {
  .service-research-box{
    margin-top: 40px;
  }
  .service-research-block{
    padding: 25px;
  }
  .service-research-block-ttl{
    font-size: 2.4rem;
  }
  .service-research-block-ttl img{
    width:40px;
  }
  .service-research-block-subttl{
    font-size:1.8rem;
    min-height: 130px;
    padding: 15px;
  }
  .service-research-block-para{
    font-size:1.3rem;
    margin-top: 20px;
  }
  .service-research-lead{
    font-size:1.6rem;
    margin-top: 30px;
  }
  .service-research-note{
    margin-top: 20px;
    font-size:1.1rem;
  }
  .service-research-detail{
    margin-top: 60px;
  }
  .service-research-detail-ttl{
    font-size:2.2rem;
  }
  .service-research-detail-block{
    padding: 20px;
  }
  .service-research-detail-block-ttl{
    font-size:1.9rem;
    width: 300px;
  }
  .service-research-detail-block-para{
    width: calc(100% - 300px);
    font-size: 1.3rem;
  }
}
@media screen and (max-width:767px) {
  .service-research-box{
    margin-top: 30px;
    display: block;
  }
  .service-research-block{
    width: auto;
    margin-top: 30px;
    padding: 20px;
  }
  .service-research-block-ttl{
    font-size: 2.2rem;
  }
  .service-research-block-ttl img{
    width:35px;
  }
  .service-research-block-subttl{
    font-size:1.6rem;
    min-height:0;
    padding: 15px;
  }
  .service-research-lead{
    font-size:1.5rem;
    margin-top: 20px;
  }
  .service-research-note{
    margin-top: 20px;
    font-size:1.1rem;
    text-align: left;
  }
  .service-research-detail{
    margin-top: 60px;
  }
  .service-research-detail-ttl{
    font-size:2rem;
  }
  .service-research-detail-block{
    padding:20px 0;
    display: block;
  }
  .service-research-detail-block-ttl{
    font-size:1.8rem;
    width: auto;
    text-align: center;
  }
  .service-research-detail-block-para{
    width: auto;
    font-size: 1.3rem;
    margin-top: 10px;
  }
}


/*調査結果*/
.service-result{
  background-color: var(--color-primary);
  color: #FFF;
}
.service-result-content{
  background-color: #FFF;
  margin: auto;
  margin-top: 50px;
  max-width: var(--max2);
  color: #000;
  text-align: center;
  border-radius: 15px;
}
.service-result-content-inner{
  padding: 50px 0;
  max-width:720px;
}
.service-result-ttl{
  text-align: center;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  background-color: var(--color-yellow2);
  font-size:2rem;
}
.service-result-subttl{
  font-size: 2.4rem;
  margin-top: 20px;
}
.service-result-subttl .line{
  text-decoration: underline;
  text-decoration-color: var(--color-yellow-line);
  text-underline-offset: 8px;
  text-decoration-thickness: 3px;
}
.service-result-lead{
  color: var(--color-primary);
  font-size:2rem;
  margin-top: 30px;
}
.service-result-lead .big{
  font-size:2.6rem;
}
.service-result-image{
  margin-top: 30px;
}
.service-result-box{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  background-color: #F2F2F2;
}
.service-result-box-text{
  padding: 20px;
  width: 48%;
  font-size: 1.4rem;
  text-align: left;
}
.service-result-arrow{
  font-size:2.2rem;
  margin-top: 50px;
  position: relative;
}
.service-result-arrow span{
  position: relative;
  z-index: 2;
}
.service-result-arrow:before{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: var(--color-primary2) transparent transparent transparent;
  position: absolute;
  left: 0;
  right:0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
}
.service-result-graph{
  margin-top: 30px;
}
@media screen and (max-width:980px) {
  .service-result-content{
    margin-top: 40px;
  }
  .service-result-content-inner{
    padding: 40px 0;
  }
  .service-result-ttl{
    font-size: 1.8rem;
  }
  .service-result-subttl{
    font-size: 2.2rem;
    margin-top: 20px;
  }
  .service-result-lead{
    font-size:1.8rem;
    margin-top: 20px;
  }
  .service-result-lead .big{
    font-size:2.4rem;
  }
  .service-result-image{
    margin-top: 30px;
  }
  .service-result-box{
    margin-top: 30px;
  }
  .service-result-box-text{
    font-size: 1.4rem;
  }
  .service-result-arrow{
    font-size:2rem;
    margin-top: 40px;
  }
  .service-result-arrow:before{
    border-width: 50px 50px 0 50px;
  }
}
@media screen and (max-width:767px) {
  .service-result-content{
    margin-top: 30px;
  }
  .service-result-content-inner{
    padding: 30px 0;
  }
  .service-result-ttl{
    font-size: 1.6rem;
  }
  .service-result-subttl{
    font-size: 1.8rem;
    margin-top: 20px;
  }
  .service-result-lead{
    font-size:1.6rem;
    margin-top: 20px;
  }
  .service-result-lead .big{
    font-size:2rem;
  }
  .service-result-image{
    margin-top: 30px;
  }
  .service-result-box{
    margin-top: 20px;
    display: block;
    padding:15px; 
  }
  .service-result-box-text{
    font-size: 1.3rem;
    width: auto;
    padding: 0;
  }
  .service-result-arrow{
    font-size:1.8rem;
    margin-top: 30px;
  }
  .service-result-arrow:before{
    border-width: 40px 40px 0 40px;
  }
  .service-result-graph{
    margin-top: 20px;
  }
}


/*クロス調査*/
.service-cross-box{
  margin: auto;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: var(--max2);
}
.service-cross-box-left{
  width: 65%;
  display: flex;
  justify-content: space-between;
}
.service-cross-box-image{
  width: 48%;
}
.service-cross-box-right{
  width: 30%;
}
.service-cross-box-para{
  font-size:1.4rem;
  padding: 30px;
  border: 2px solid var(--color-yellow-line);
}
.service-cross-arrow{
  font-size:2.8rem;
  margin-top: 40px;
  position: relative;
  text-align: center;
  color: var(--color-primary);
}
.service-cross-arrow span{
  position: relative;
  z-index: 2;
}
.service-cross-arrow:before{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #D9D9D9 transparent transparent transparent;
  position: absolute;
  left: 0;
  right:0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
}
.service-cross-clm{
  margin: auto;
  margin-top: 30px;
  display: flex;
  max-width:var(--max3);
  justify-content: space-between;
}
.service-cross-clm-block{
  width: 24%;
  background-color: var(--color-yellow2);
  border-radius: 10px;
  padding:20px 15px;
  text-align: center;
}
.service-cross-clm-ttl{
  padding: 5px 0;
  font-size: 2.2rem;
}
.service-cross-clm-ttl img{
  margin-right: 10px;
  height: 25px;
  vertical-align: middle;
  margin-bottom: 4px;
}
.service-cross-clm-para{
  font-size:1.4rem;
  margin-top: 5px;
}
.service-cross-summary{
  margin: auto;
  margin-top: 50px;
  display: flex;
  align-items: center;
  max-width:700px;
  padding: 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.service-cross-summary-ttl{
  font-size: 1.5rem;
  white-space: nowrap;
  margin-right: 20px;
}
.service-cross-summary-para{
  font-size: 1.2rem
}
@media screen and (max-width:980px) {
  .service-cross-box{
    margin-top:40px;
    display: block;
  }
  .service-cross-box-left{
    margin: auto;
    max-width: 600px;
    width: auto;
  }
  .service-cross-box-right{
    max-width: 460px;
    width: auto;
    margin: auto;
    margin-top: 30px;
  }
  .service-cross-box-para{
    font-size:1.3rem;
    padding: 30px;
  }
  .service-cross-arrow{
    font-size:2.2rem;
    margin-top: 30px;
  }
  .service-cross-arrow:before{
    border-width: 40px 40px 0 40px;
  }
  .service-cross-clm{
    margin: auto;
    margin-top:10px;
    max-width: 460px;
    flex-wrap: wrap;
  }
  .service-cross-clm-block{
    width: 48%;
    padding:15px;
    margin-top: 20px;
  }
  .service-cross-clm-ttl{
    font-size: 2rem;
  }
  .service-cross-clm-para{
    font-size:1.3rem;
    margin-top: 5px;
  }
  .service-cross-summary{
    margin-top: 40px;
    padding: 20px;
  }
  .service-cross-summary-ttl{
    font-size: 1.4rem;
  }
  .service-cross-summary-para{
    font-size: 1.2rem
  }
}
@media screen and (max-width:767px) {
  .service-cross-box{
    margin-top:30px;
  }
  .service-cross-box-left{
    margin: auto;
    max-width: 600px;
    width: auto;
    display: block;
  }
  .service-cross-box-image{
    width: auto;
    margin-top: 15px;
  }
  .service-cross-box-para{
    font-size:1.3rem;
    padding: 20px;
  }
  .service-cross-arrow{
    font-size:2rem;
    margin-top:30px;
  }
  .service-cross-arrow:before{
    border-width: 40px 40px 0 40px;
  }
  .service-cross-clm-block{
    padding:15px 4px;
    margin-top: 15px;
  }
  .service-cross-clm-ttl{
    font-size: 1.8rem;
    padding: 0 0 5px 0;
  }
  .service-cross-clm-para{
    font-size:1.2rem;
    margin-top: 0px;
  }
  .service-cross-summary{
    margin-top: 30px;
    padding:20px 0;
    display: block;
  }
  .service-cross-summary-ttl{
    font-size: 1.4rem;
    margin-right: 0;
  }
  .service-cross-summary-para{
    font-size: 1.2rem;
    margin-top: 5px;
  }
}

/*サービス 使い方ポイント*/
.service-use{
  margin-top: 150px;
}
.service-use-clm{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.service-use-clm-point{
  width: 105px;
  height: 105px;
  color: #FFF;
  position: absolute;
  left: 30px;
  top: 20px;
  transform: translate3d(0,-80%,0px);
  border-radius: 50%;
  display: flex;
  background-color: #000;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
}
.service-use-clm-left{
  width: 60%;
}
.service-use-clm-right{
  width: 30%;
  text-align: center;
}
.service-use-clm-image{
  width: 75%;
  margin: auto;
}
.service-use-clm-subttl{
  font-size:2.2rem;
  margin-top: 30px;
}
.service-use-clm-ttl{
  font-size:3.6rem;
  display: inline-block;
  background:linear-gradient(transparent 75%, var(--color-yellow-line) 60%);
  line-height: 1.4;
}
.service-use-clm-para{
  font-size: 1.4rem;
  margin-top: 30px;
}
.service-use-point{
  margin-top: 100px;
}
.service-use-point-block{
  margin-top: 30px;
}
.service-use-point-block-ttl{
  display: flex;
  align-items: center;
  padding: 5px 0;
  border-bottom: 2px solid var(--color-yellow-line);
}
.service-use-point-block-ttl .num{
  font-size:3.6rem;
  color: var(--color-yellow-line);
}
.service-use-point-block-ttl .text{
  font-size:2.2rem;
  margin-left: 20px;
}
@media screen and (max-width:980px) {
  .service-use{
    margin-top: 120px;
  }
  .service-use-clm-point{
    width: 90px;
    height: 90px;
    transform: translate3d(0,-60%,0px);
    font-size: 2rem;
  }
  .service-use-clm-left{
    width: 60%;
  }
  .service-use-clm-right{
    width: 30%;
  }
  .service-use-clm-subttl{
    font-size:2rem;
    margin-top: 30px;
  }
  .service-use-clm-ttl{
    font-size:3.2rem;
  }
  .service-use-clm-para{
    font-size: 1.4rem;
    margin-top: 30px;
  }
  .service-use-clm-image{
    width: 100%
  }
  .service-use-point{
    margin-top: 80px;
  }
  .service-use-point-block{
    margin-top: 30px;
  }
  .service-use-point-block-ttl{
    padding: 5px 0;
    border-bottom: 2px solid var(--color-yellow-line);
  }
  .service-use-point-block-ttl .num{
    font-size:3rem;
  }
  .service-use-point-block-ttl .text{
    font-size:2rem;
    margin-left: 10px;
  }
}
@media screen and (max-width:767px) {
  .service-use{
    margin-top: 100px;
  }
  .service-use-clm-point{
    width: 80px;
    height: 80px;
    transform: translate3d(0,-50%,0px);
    font-size: 1.8rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  .service-use-clm{
    display: block;
  }
  .service-use-clm-left{
    width:auto;
    text-align: center;
  }
  .service-use-clm-right{
    width:auto;
    margin-top: 20px;
  }
  .service-use-clm-subttl{
    font-size:1.8rem;
  }
  .service-use-clm-ttl{
    font-size:3rem;
  }
  .service-use-clm-para{
    text-align: left;
     font-size: 1.3rem;
 }
  .service-use-clm-image{
    width: 45%
  }
  .service-use-point{
    margin-top: 40px;
  }
  .service-use-point-block{
    margin-top: 20px;
  }
  .service-use-point-block-ttl{
    padding: 5px 0;
    align-items: flex-start;
  }
  .service-use-point-block-ttl .num{
    font-size:2.6rem;
  }
  .service-use-point-block-ttl .text{
    font-size:1.8rem;
  }
}

.service-add{
  background-color: var(--color-primary);
  color: #FFF;
}
.service-add-box{
  background-color: #FFF;
  border-radius:20px;
  margin-top: 50px;
  color: #000;
  padding: 50px;
}
.service-add-box-ttl{
  text-align: center;
  font-size:3rem;
  margin-bottom: 30px;
}
.service-add-block{
  margin: auto;
  max-width:var(--max2);
  padding:30px 20px;
  border-top: 2px solid var(--color-yellow-line);
  border-bottom: 2px solid var(--color-yellow-line);
  display: grid;
  grid-template-columns:50px 350px 1fr ;
  margin-top: -2px;
}
.service-add-block-num{
  font-size:3.7rem;
  line-height: 1;
}
.service-add-block-ttl{
  font-size:2.4rem;
  line-height: 1.4;

}
.service-add-block-para{
  font-size:1.4rem;
}
@media screen and (max-width:980px) {
  .service-add-box{
    margin-top: 40px;
    padding: 40px;
  }
  .service-add-box-ttl{
    font-size:2.8rem;
    margin-bottom: 30px;
  }
  .service-add-block{
    padding:30px 20px;
    grid-template-columns:50px 1fr;
    grid-template-rows: auto auto;
  }
  .service-add-block-num{
    font-size:3.5rem;
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
  .service-add-block-ttl{
    font-size:2.2rem;
    grid-column: 2 / 3;
    grid-row: 1 / 2;

  }
  .service-add-block-para{
    font-size:1.4rem;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    margin-top: 20px;
  }
}
@media screen and (max-width:767px) {
  .service-add-box{
    margin-top: 30px;
    padding: 30px 20px;
  }
  .service-add-box-ttl{
    font-size:2.4rem;
    margin-bottom: 30px;
    line-height: 1.4;
  }
  .service-add-block{
    padding:20px 0;
    grid-template-columns:30px 1fr;
  }
  .service-add-block-num{
    font-size:3.2rem;
  }
  .service-add-block-ttl{
    font-size:2rem;
  }
  .service-add-block-para{
    font-size:1.3rem;
    margin-top: 10px;
  }
}

/* ボネクタ機能*/
.service-function{
  background-color: var(--color-primary);
  color: #FFF;
}
.service-function-box{
  color: #000;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.service-function-box-left{
  width: 40%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #FFF;
}
.service-function-box-right{
  width:59%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #FFF;
}
.service-function-box-ttl{
  font-size:2.2rem;
  padding: 20px 0;
  background-color: var(--color-yellow2);
  text-align: center;
}
.service-function-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}
.service-function-grid.type2{
  grid-template-rows: auto;
  min-height: calc(100% - 77px);
}
.service-function-grid .service-function-block:nth-child(1){
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  border-right: 1px solid var(--color-yellow-line);
  display: flex;
  align-items: center;
}
.service-function-grid.type2 .service-function-block:nth-child(1){
  grid-row:auto;
}
.service-function-grid .service-function-block:nth-child(2){
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  border-bottom: 1px solid var(--color-yellow-line);
}
.service-function-grid.type2 .service-function-block:nth-child(2){
  grid-row:auto;
  border-bottom: none;
  align-self: center;
}
.service-function-grid .service-function-block:nth-child(3){
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
.service-function-flex{
  display: flex;
  flex-wrap: wrap;
}
.service-function-flex .service-function-block{
  width: 33.333%;
}
.service-function-block{
  text-align: center;
  padding: 20px 0;
  border-right: 1px solid var(--color-yellow-line);
  border-top:1px solid var(--color-yellow-line);
}
.service-function-block:nth-child(3n+3){
  border-right: none;
}
.service-function-block:nth-child(-n+3){
  border-top: none;
}
.service-function-block-image{
  width: 55%;
  margin: 10px auto;
}
.service-function-block-ttl{
  font-size:1.8rem;
  margin-top: 15px;
}
.service-function-block-list{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0 0 0 30px ;
}
.service-function-block-list li{
  font-size: 1.2rem;
  width: 48%;
  margin: 2px 0;
  text-align: left;
}
.service-function-link{
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width:980px) {
  .service-function{
  }
  .service-function-box{
    margin-top: 40px;
    display: block;
  }
  .service-function-box-left{
    width:auto;
  }
  .service-function-box-right{
    width:auto;
    margin-top: 20px;
  }
  .service-function-box-ttl{
    font-size:2.2rem;
  }
  .service-function-block-image{
    width: 45%;
    margin: 10px auto;
  }
  .service-function-block-image .keisai-image{
    width: 80%;
  }
  .service-function-block-ttl{
    font-size:1.7rem;
    margin-top: 10px;
  }
}
@media screen and (max-width:767px) {
  .service-function{
  }
  .service-function-box{
    margin-top: 30px;
  }
  .service-function-box-ttl{
    font-size:2rem;
  }
  .service-function-flex .service-function-block{
    width: 50%;
  }
  .service-function-block:nth-child(3n+3){
    border-right: 1px solid var(--color-yellow-line);
    border-top:1px solid var(--color-yellow-line);
  }
  .service-function-block:nth-child(-n+3){
    border-right: 1px solid var(--color-yellow-line);
    border-top:1px solid var(--color-yellow-line);
  }
  .service-function-block:nth-child(2n+2){
    border-right:none;
  }
  .service-function-block:nth-child(-n+2){
    border-top:none;
  }
  .service-function-block-image{
    width: 70%;
  }
  .service-function-block-image .keisai-image{
    width: 100%;
  }
  .service-function-block-ttl{
    font-size:1.6rem;
  }
  .service-function-block-list li{
    width: 100%;
    margin: 0;
  }
  .service-function-link{
    margin-top: 30px;
  }
}

/* インタビュー*/
.service-interview{
  background-color: var(--color-yellow2);
  padding-bottom: 0;
}

/* ビデオ */
.service-video{
  background-color: var(--color-yellow2);
  padding-bottom: 0;
}
.service-video-movie{
  margin: auto;
  margin-top: 50px;
  max-width:800px;
  position: relative;
}
.service-video-movie:before{
  content: "";
  display: block;
  padding-top: 56.25%;
}
.service-video-movie iframe{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}


/* サービス ボネクタ詳細*/
.service-vonnector{
  margin-top: 50px;
}
.service-vonnector .inner{
  
}
.service-vonnector-ttl{
  text-align: center;
  border-bottom: 1px solid #000;
  font-size:3.4rem;
  padding-bottom: 10px;
  margin-bottom: 70px;
}
.service-vonnector-box{
  margin: auto;
  max-width:var(--max2);
  padding: 0 0 100px 0;
}
.service-vonnector-box-ttl{
  padding: 20px;
  text-align: left;
  font-size:2.6rem;
  border: 1px solid var(--color-yellow-line);
  background-color: var(--color-yellow2);
}
.service-vonnector-block{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.service-vonnector-block-left{
  width: 48%;
}
.service-vonnector-block-right{
  width: 48%;
  text-align: center;
}
.service-vonnector-block-para{
  margin-bottom: 30px;
  font-size: 1.5rem;
}
.service-vonnector-block-image{
  width: 75%;
  margin: auto;
}
.service-vonnector-block-detail{
  margin-top: 50px;
  border: 1px solid var(--color-gray2);
  padding: 25px;
}
.service-vonnector-block-detail-ttl{
  font-size: 1.7rem;
}
.service-vonnector-block-detail-ttl.small{
  font-size: 1.4rem;
}
.service-vonnector-block-detail-list{
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  font-size:1.4rem;
}
.anchor:nth-child(n+7):nth-child(-n+9) .service-vonnector-box .service-vonnector-block .service-vonnector-block-left .service-vonnector-block-detail .service-vonnector-block-detail-list{
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  font-size:1.4rem;
}
.service-vonnector-block-detail-list li{
  width: 33.33%;
}

.anchor:nth-child(n+7):nth-child(-n+9) .service-vonnector-box .service-vonnector-block .service-vonnector-block-left .service-vonnector-block-detail .service-vonnector-block-detail-list li{
  width: 100%;
}



.service-vonnector-tab{
  margin: auto;
  margin-top:10px;
  margin-bottom: 100px;
  max-width:var(--max2);
}
.service-vonnector-tab-head{
  display: flex;
  padding:0 20px;
}
.service-vonnector-tab-head li{
  width: 100%;
  height:70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary);
  color: #FFF;
  font-size: 1.6rem;
  border-left: 1px solid #FFF;
  cursor: pointer;
  text-align: center;
  line-height: 1.5;
}
.service-vonnector-tab-head li.active{
  background-color: var(--color-primary2);
  color: #000;
}
.service-vonnector-tab-box{
  border: 1px solid #000;
  padding:50px 100px 50px 50px;
}
.service-vonnector-tab-block{
  display: none;
  justify-content: space-between;
  grid-template-columns: 55% 30%;
  grid-template-rows: 57px auto;
  justify-content: space-between;
}
.service-vonnector-tab-block.active{
  display: grid;
}
.service-vonnector-tab-block-ttl{
  background-color: var(--color-yellow2);
  font-size:2.2rem;
  padding: 10px 20px;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.service-vonnector-tab-block-text{
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  margin-top: 30px;
}
.service-vonnector-tab-block-image{
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  padding-right: 5%;
}
.service-vonnector-block-image.small{
  max-width:330px;
}
@media screen and (max-width:980px) {
  .service-vonnector{
    margin-top: 60px;
  }
  .service-vonnector-ttl{
    font-size:3rem;
  }
  .service-vonnector-box{
  padding: 0 0 100px 0;
  }
  .service-vonnector-box-ttl{
    font-size:2.2rem;
  }
  .service-vonnector-block{
    display: block;
    margin-top: 40px;
  }
  .service-vonnector-block-left{
    width:auto;
    padding: 0 30px;
  }
  .service-vonnector-block-right{
    width:auto;
    margin: auto;
    margin-top: 50px;
    max-width:400px;
  }
  .service-vonnector-block-para{
    font-size: 1.4rem;
  }
  .service-vonnector-block-detail{
    margin-top: 40px;
    padding: 25px;
  }
  .service-vonnector-block-detail-ttl{
    font-size: 1.5rem;
  }
  .service-vonnector-block-detail-ttl.small{
    font-size: 1.3rem;
  }
  .service-vonnector-block-detail-list{
    font-size:1.4rem;
    margin-top: 15px;
  }
  .service-vonnector-block-image{
    width: 85%;
  }
  .service-vonnector-tab{
    margin-top:40px;
  }
  .service-vonnector-tab-head li{
    height:70px;
    font-size: 1.4rem;
  }
  .service-vonnector-tab-head li.active{
    background-color: var(--color-primary2);
    color: #000;
  }
  .service-vonnector-tab-box{
    border: 1px solid #000;
    border-left: none;
    border-right: none;
    padding:50px 0;
  }
  .service-vonnector-tab-block{
    margin: auto;
    width: 90%;
    grid-template-columns: 60% 35%;

  }
  .service-vonnector-tab-block-ttl{
    font-size:2.2rem;
  }
  .service-vonnector-tab-block-image{
    max-width:330px;
  }
}

@media screen and (max-width:767px) {
  .service-vonnector{
    margin-top: 50px;
  }
  .service-vonnector-ttl{
    font-size:2.4rem;
  }
  .service-vonnector-box{
    padding: 0 0 70px 0;
  }
  .service-vonnector-box-ttl{
    font-size:2rem;
    text-align: center;
    line-height: 1.4;
  }
  .service-vonnector-block{
    margin-top: 30px;
  }
  .service-vonnector-block-left{
    width:auto;
    padding:0;
  }
  .service-vonnector-block-right{
    margin-top: 40px;
  }
  .service-vonnector-block-para{
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .service-vonnector-block-detail{
    margin: auto;
    margin-top: 20px;
    padding: 20px;
  }
  .service-vonnector-block-detail.small{
    width: 300px;
  }
  .service-vonnector-block-detail-ttl{
    font-size: 1.4rem;
  }
  .service-vonnector-block-detail-ttl.small{
    font-size: 1.2rem;
  }
  .service-vonnector-block-detail-list{
    font-size:1.4rem;
    margin-top: 10px;
  }
  .service-vonnector-block-detail-list li{
    font-size: 1.3rem;
    width: 48%;
  }
  .service-vonnector-block-image{
    width: 85%;
  }
  .service-vonnector-tab{
    margin:10px 5% 80px 5%;
  }
  .service-vonnector-tab-head{
    padding: 0;
    flex-wrap: wrap;
  }
  .service-vonnector-tab-head li{
    height:45px;
    font-size: 1.4rem;
    width: 50%;
    border-left: none;
    border-top: 1px solid #FFF;
  }
  .service-vonnector-tab-head li:nth-child(2n+2){
    border-left: 1px solid #FFF;
  }
  .service-vonnector-tab-head li:last-child{
    border-left: 1px solid #FFF;
  }
  .service-vonnector-tab-head li:nth-child(n+5){
    width: 33.333%;
  }
  .service-vonnector-tab-box{
    padding:25px 0;
    border: 1px solid #000;
  }
  .service-vonnector-tab-block{
    grid-template-rows: auto auto;
  }
  .service-vonnector-tab-block-ttl{
    font-size:2rem;
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    margin-bottom: 20px;
    padding: 7px 15px;
  }
  .service-vonnector-tab-block-text{
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    margin-top:0;
  }
  .service-vonnector-tab-block-image{
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    padding-right: 0;
  }
/* ビデオ */
  .service-video-movie{
    margin-top: 30px;
  }
}



/* partner*/
.service-partner-mv{
  padding: 0px 0 100px;
}
.service-partner-mv-ttl{
  text-align: center;
  font-size: 3rem;
  line-height: 2.5;
}
.service-partner-mv-ttl .line{
  background: linear-gradient(transparent 50%, var(--color-yellow-line) 0%);
}
.service-partner-mv-ttl .line.margin{
  margin-right: 1rem;
}
.service-partner-mv-ttl .underline{
  text-decoration: underline;
  text-decoration-color: var(--color-yellow-line);
  text-underline-offset: 8px;
  text-decoration-thickness: 3px;
}
.service-partner-mv-ttl .big{
  font-size:8rem;
}
.service-partner-mv-ttl .middle{
  font-size: 3.6rem;
}
.service-partner-mv-ttl .small{
  font-size:2.4rem;
  font-weight: normal;
}
.service-partner-mv-ttl .logo img{
  display: block;
  width: auto;
  height:52px;
  margin: auto;
}
.service-partner-mv-image{
  max-width: 660px;
  margin: auto;
  margin-top: 50px;
}
.service-partner-mv-clm{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin:80px auto;
  max-width: 900px;
  flex-direction: row-reverse;
}
.service-partner-mv-clm-left{
  width: 45%;
}
.service-partner-mv-clm-right{
  width: 50%;
  text-align: center;
}
.service-partner-mv-clm-logo{
  text-align: center;
}
.service-partner-mv-clm-logo img{
  height:90px;
  width: auto;
}
.service-partner-mv-clm-para{
  margin-top: 20px;
  font-size: 3rem;
  background: linear-gradient(transparent 80%, var(--color-yellow-line) 60%);
  line-height: 1;
  display: inline-block;
}
.service-partner-mv-clm-para .middle{
  font-size: 3.6rem;
}
.service-partner-mv-clm-para .big{
  font-size: 8rem;
}

@media screen and (max-width:980px) {
  .service-partner-mv{
    padding: 0px 0 100px;
  }
  .service-partner-mv-ttl{
    font-size: 2.6rem;
    line-height: 1.6;
  }
  .service-partner-mv-ttl .block{
    display: block;
    margin-top: 30px;
  }
  .service-partner-mv-ttl .big{
    font-size:6rem;
  }
  .service-partner-mv-ttl .middle{
    font-size: 3rem;
  }
  .service-partner-mv-ttl .small{
    font-size:2rem;
  }
  .service-partner-mv-ttl .logo img{
    margin-top: 10px;
    height:50px;
  }
  .service-partner-mv-image{
    margin-top: 40px;
  }
  .service-partner-mv-clm{
    margin:60px auto;
  }
  .service-partner-mv-clm-left{
  }
  .service-partner-mv-clm-right{
  }
  .service-partner-mv-clm-logo img{
    height:80px;
  }
  .service-partner-mv-clm-para{
    margin-top: 10px;
    font-size: 2.4rem;
  }
  .service-partner-mv-clm-para .middle{
    font-size: 3.2rem;
  }
  .service-partner-mv-clm-para .big{
    font-size:6rem;
  }
}

@media screen and (max-width:767px) {
  .service-partner-mv{
    padding: 0px 0 60px;
  }
  .service-partner-mv-ttl{
    font-size: 2.2rem;
  }
  .service-partner-mv-ttl .line {
    text-decoration-thickness: .7em;
  }
  .service-partner-mv-ttl .big{
    font-size:4.2rem;
  }
  .service-partner-mv-ttl .middle{
    font-size:2.2rem;
  }
  .service-partner-mv-ttl .small{
    font-size:1.8rem;
  }
  .service-partner-mv-ttl .logo img{
    margin-top: 10px;
    height:45px;
  }
  .service-partner-mv-image{
    margin-top: 40px;
  }
  .service-partner-mv-clm{
    margin:40px auto;
    display: block;
  }
  .service-partner-mv-clm-left{
    width: auto;
    margin-top: 30px;
  }
  .service-partner-mv-clm-right{
    width: auto;
  }
  .service-partner-mv-clm-image{
    max-width: 400px;
    margin: auto;
  }
  .service-partner-mv-clm-logo img{
    height:80px;
  }
  .service-partner-mv-clm-para{
    font-size: 2rem;
  }
  .service-partner-mv-clm-para .middle{
    font-size: 2rem;
  }
  .service-partner-mv-clm-para .big{
    font-size:4.2rem;
  }
}

.service-product{
  background-color: var(--color-yellow2);
  text-align: center;
}
.service-product-ttl{
  font-size: 3.8rem;
}
.service-product-para{
  font-size:1.8rem;
  margin-top: 30px;
}
.service-product-box{
  margin-top: 50px;
}
.service-product-box.margin{
  margin-top: 80px;
}
.service-product-box-ttl{
  font-size:2.4rem;
  color: var(--color-primary);
}
.service-product-box-ttl.grey{
  color: var(--color-gray1);
}
.service-product-clm{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.service-product-block{
  width: 31%;
  margin-right: 3.5%;
  margin-top: 2%;
}
.service-product-block a{
  display: block;
  padding: 30px;
  background-color: #FFF;
  border: 3px solid var(--color-primary);
  border-radius: 50px;
  height: 100%;
}
.service-product-block.dotted a{
  border-style: dashed;
}
.service-product-block:nth-child(2n+3){
  margin-right: 0;
}
.service-product-block:last-child{
  margin-right: 0;
}
.service-product-block-ttl{
  text-decoration: underline;
  font-size:2.2rem;
}
.service-product-block-para{
  margin-top: 20px;
  font-size: 1.6rem;
}
.service-product-block-para .red{
  color: var(--color-primary);
}

@media screen and (max-width:980px) {
  .service-product-ttl{
    font-size: 3.2rem;
  }
  .service-product-para{
    font-size:1.6rem;
    margin-top: 30px;
  }
  .service-product-box{
    margin-top: 40px;
  }
  .service-product-box.margin{
    margin-top: 60px;
  }
  .service-product-box-ttl{
    font-size:2.2rem;
  }
  .service-product-clm{
    justify-content: space-between;
  }
  .service-product-block{
    width: 49%;
    margin-right:0;
    margin-top: 3%;
  }
  .service-product-block a{
    padding: 20px;
  }
  .service-product-block:nth-child(2n+3){
    margin-right: 0;
  }
  .service-product-block:last-child{
    margin-right: 0;
  }
  .service-product-block-ttl{
    font-size:2rem;
  }
  .service-product-block-para{
    margin-top: 20px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width:767px) {
  .service-product-ttl{
    font-size: 3rem;
  }
  .service-product-para{
    font-size:1.5rem;
  }
  .service-product-box{
    margin-top: 30px;
  }
  .service-product-box.margin{
    margin-top: 50px;
  }
  .service-product-box-ttl{
    font-size:2rem;
  }
  .service-product-clm{
    display: block;
  }
  .service-product-block{
    width:auto;
    margin-top:30px;
  }
  .service-product-block a{
    padding: 20px;
  }
  .service-product-block:nth-child(2n+3){
    margin-right: 0;
  }
  .service-product-block:last-child{
    margin-right: 0;
  }
  .service-product-block-ttl{
    font-size:2rem;
  }
  .service-product-block-para{
    margin-top: 20px;
    font-size: 1.5rem;
  }
}

.service-partner-price .inner{
  max-width: var(--max1);
}
.service-partner-price-clm{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
.service-partner-price-block{
  width: 48%;
  margin-bottom: 4%;
}
@media screen and (max-width:980px) {
  .service-partner-price-clm{
    display: block;
  }
  .service-partner-price-block{
    width:auto;
    margin-bottom: 50px;
  }
}


/* 政務活動 ハイブリッド意識調査 追加*/
.service-hybrid-lead{
  text-align: center;
  font-size:2.8rem;
  margin-top: 20px;
}
.service-hybrid-note{
  text-align: center;
  font-size:1.2rem;
}
.service-hybrid-para{
  text-align: center;
  font-size:1.6rem;
  margin-top: 30px;
}
.service-result-content-inner.gikai{
  max-width:900px;
}
.service-result-image-box{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.service-result-image-box-left{
  width: 45%;
}
.service-result-image-box-right{
  width: 50%;
}
.service-result-image-box-image{
  display: flex;
  justify-content: center;
  align-items: center;
  height:260px;
}
.service-result-image-box-image img{
  width: 100%;
  height: auto;
}
.service-result-image-box-image img.height{
  width: auto;
  height:100%;
}
.service-result-image-box-para{
  font-size: 1.2rem;
  margin-top: 20px;
}
.service-result-conclusion{
  padding:20px 30px;
  margin-top: 30px;
  background-color: var(--color-primary2);
  text-align: left;
  font-size: 1.6rem;
}
.service-result-bottom{
  margin-top: 30px;
}
.service-result-bottom-ttl{
  font-size: 1.6rem;
}
.service-result-bottom-list{
  margin: auto;
  margin-top: 20px;
  max-width:620px;
  padding: 20px;
  border: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.service-result-bottom-list li{
  width: 50%;
}
.service-result-text{
  font-size:1.6rem;
  margin-top: 30px;
}
.service-result-text .line{
  text-decoration: underline;
  text-decoration-color: var(--color-yellow-line);
  text-underline-offset: 4px;
  text-decoration-thickness: 3px;
}

.service-cross-box{

}
.service-cross-box-block{
  width: 30%;
  text-align: center;
  font-size:1.6rem;
}

@media screen and (max-width:980px) {
  .service-hybrid-lead{
    font-size:2.4rem;
  }
  .service-hybrid-note{
    font-size:1.2rem;
  }
  .service-hybrid-para{
    font-size:1.6rem;
    margin-top: 30px;
  }
  .service-result-image-box{
    display:block;
    margin-top: 30px;
  }
  .service-result-image-box-left{
    width:auto;
  }
  .service-result-image-box-right{
    width:auto;
    margin-top: 30px;
  }
  .service-result-image-box-image{
    display: block;
    height:auto;
    max-width: 500px;
    margin: auto;
  }
  .service-result-image-box-image img.height{
    width: 60%;
    height:auto;
  }
  .service-result-image-box-para{
    font-size: 1.2rem;
    margin-top: 20px;
  }
  .service-result-conclusion{
    font-size: 1.4rem;
  }
  .service-result-bottom{
    margin-top: 30px;
  }
  .service-result-bottom-ttl{
    font-size: 1.4rem;
  }
  .service-result-bottom-list{
    font-size:1.4rem;
  }
  .service-result-bottom-list li{
    width: 50%;
  }
  .service-result-text{
    font-size:1.4rem;
  }  
  .service-cross-box{
  
  }
  .service-cross-box-block{
    width: auto;
    max-width: 400px;
    margin: auto;
    font-size:1.4rem;
    margin-top: 30px;
  }
}
@media screen and (max-width:767px) {
  .service-hybrid-lead{
    font-size:2rem;
  }
  .service-hybrid-para{
    font-size:1.4rem;
    margin-top: 20px;
  }
  .service-result-image-box-image img.height{
    width: 60%;
  }
  .service-result-bottom-list li{
    width:auto;
  }
  .service-result-text{
    font-size:1.4rem;
  }  
  .service-cross-box{
  
  }
  .service-cross-box-block{
    width: auto;
    max-width: 400px;
    margin: auto;
    font-size:1.4rem;
    margin-top: 30px;
  }
}

/* サービス バナー*/
.service-banner{
  text-align: center;
  margin-top: 0;
}
.service-banner.top{
  margin:80px 0;
}
.service-banner-img{
  max-width: 750px;
  margin: auto;
}
.service-banner-img a{
  display: block;
}
@media screen and (max-width:767px) {
  .service-banner{
    margin:50px 0;
  }
}
/* サービス バナー*/

/* サービス 告知*/
.service-notice{
  margin-bottom: 100px;
}
.service-notice-inner{
  max-width: 600px;
  border: 1px solid var(--color-primary);
  text-align: center;
  margin: auto;
  padding: 20px;
  background-color: var(--color-yellow2);
}
.service-notice-ttl{
  color: var(--color-primary);
}
.service-notice-para{
  font-size: 16px;
  margin-top: 10px;
}
.service-notice-para .bold{
  text-decoration: underline;
}
/* サービス 告知*/

/* ターゲティング広告・動画制作 追加  */
.service-movie-plan {
  padding-bottom: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
.service-movie-plan .swiper-pagination-bullet-active {
  background: #000000;
}

.service-moviesample {
  margin-top: 100px;
}
.service-moviesample-title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 40px 0;
}
.service-moviesample-box {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  border: solid 2px #000000;
  padding: 40px;
}
.service-moviesample-text {
  font-size: 1.6rem;
  text-align: center;
  margin: 0 0 30px 0;
}
.service-moviesample-subtitle {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 40px 0;
}
.service-moviesample-subtitle > span {
    text-decoration: underline;
    text-decoration-color: var(--color-yellow-line);
    text-underline-offset: 10px;
    text-decoration-thickness: 6px;
    line-height: 2;
}
.service-moviesample-ibox {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}
.service-moviesample-ibox-item {
  width: 50%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
.service-moviesample-ibox-item-lead {
  font-size: 1.6rem;
  flex-grow: 1;
}
.service-moviesample-ibox-item-link {
  display: block;
  margin: 20px 0 0 0;
}
.service-moviesample-ibox-item-link-pic  > img{
  width: 100%;
}
.service-moviesample-ibox-item-link-text {
  margin: 10px 0 0 0;
  font-size: 1.6rem;
/*  color: #E83046;*/
  text-align: center;
}
@media screen and (max-width: 980px) {
  .service-moviesample {
    margin-top: 60px;
  }
  .service-moviesample-title {
    font-size: 2.0rem;
  }
  .service-moviesample-text {
    font-size: 1.4rem;
  }
  .service-moviesample-subtitle {
    font-size: 1.8rem;
  }
  .service-moviesample-ibox {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
  .service-moviesample-ibox-item {
    width: 100%;
    padding: 0 0;
  }
  .service-moviesample-ibox-item + .service-moviesample-ibox-item {
    margin: 30px 0 0 0;
  }
  .service-moviesample-ibox-item-lead {
    font-size: 1.4rem;
    flex-grow: 0;
  }
  .service-moviesample-ibox-item-link-text {
    font-size: 1.4rem;
  }
}
/* ターゲティング広告・動画制作 追加  */