@charset "UTF-8";

/*****************************
setting
******************************/
#serviceContents{
  width: 100%;
  padding-bottom: 8rem;
  overflow: hidden;
  background: #F7F0E7;
}

#serviceContents picture,
#serviceContents figure{
  display: block;
  width: 100%;
  height: auto;
}

/**************************************
btn
**************************************/
#serviceContents .btn{
  display: block;
}

#serviceContents .btn > a{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.5rem;
  min-height: 5.5rem;
  padding: 0 3rem 0 4rem;
  border-radius: 8px;
  background: #113D79;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #FFFFFF;
  position: relative;
}

#serviceContents .btn > a::after{
  content: '';
  width: 2rem;
  height: 2rem;
  background: url("../Contents/ThemeImage/common/icon_arrow_right.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.9rem);
}

#serviceContents .btn > a[target="_blank"]::after{
  background: url("../Contents/ThemeImage/common/icon_blank_white.svg") left center no-repeat;
  background-size: 80% auto;
}


#serviceContents .btn.border > a{
  border: 1px solid #113D79;
  background: #FFFFFF;
  color: #EA5E5E;
}
#serviceContents .btn.border > a::after{
  mask-image: url("../Contents/ThemeImage/common/icon_arrow_right.svg");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 100%;
  -webkit-mask-image: url("../Contents/ThemeImage/common/icon_arrow_right.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 100%;
  background: #113D79;
}
#serviceContents .btn.border > a[target="_blank"]::after{
  mask-image: url("../Contents/ThemeImage/common/icon_blank_white.svg");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 80%;
  -webkit-mask-image: url("../Contents/ThemeImage/common/icon_blank_white.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 80%;
  background: #113D79;
}



/**************************************
fadeInBlock
**************************************/
#serviceContents .fadeInBlock{
  opacity: 0;
  transform: translateY(10rem);
  transition: transform .6s ease, opacity .6s ease;
}
#serviceContents .fadeInBlock.view{
  opacity: 1;
  transform: translateY(0);
}



/**************************************
mainVisual
**************************************/
#serviceContents .mvBlock{
	display: block;
  width: 100%;
  min-height: 34.4rem;
  margin-bottom: 11.5rem;
  position: relative;
}
#serviceContents .mvBlock::after{
  content: '';
  display: block;
  width: 100%;
  height: 4rem;
  background: url("../Contents/ThemeImage/service/business/mv_over_sp.svg") center bottom no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

#serviceContents .mvBlock > .text{
  display: block;
  width: 30.5rem;
  padding: 2rem 1rem 2rem;
  background: rgba(255,255,255,.8);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
  border-radius: 20px;
  position: absolute;
  top: 4rem;
  left: calc(50% - 30.5rem / 2);
}

#serviceContents .mvBlock > .text::before{
  content: '';
  display: block;
  width: 8rem;
  height: 0.5rem;
  background: #113D79;
  position: absolute;
  left: calc(50% - 4rem);
  top: 0;
}


#serviceContents .mvBlock .mainTTL{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #113D79;
  text-align: center;
}

#serviceContents .mvBlock .mainTTL > span{
  display: block;
  padding-top: 4.5rem;
  margin-bottom: 1.2rem;
  background: url("../Contents/ThemeImage/service/business/icon_main_ttl.svg") center top no-repeat;
  background-size: 4.5rem;
  font-size: 1.2rem;
  color: #113D79;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
}

#serviceContents .mvBlock .lede{
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  line-height: 1.8;
  text-align: center;
  font-weight: 500;
  color: #454140;
}


#serviceContents .mvBlock .bg{
  display: block;
  width: 100%;
}



/**************************************
serviceSection
**************************************/
#serviceContents .serviceSection{
	display: block;
  width: 100%;
  padding: 4.9rem 0 5rem;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 40px;
  position: relative;
  z-index: 2;
}

#serviceContents .serviceSection::after{
  content: '';
  display: block;
  width: 34.5rem;
  height: 13.2rem;
  mask-image: url("../Contents/ThemeImage/service/business/bg_section_sp.svg");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 100%;
  -webkit-mask-image: url("../Contents/ThemeImage/service/business/bg_section_sp.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 100%;
  background: #E8F0F7;
  position: absolute;
  left: calc(50% - 34.5rem / 2);
  top:  11.9rem;
  z-index: -1;
  pointer-events: none;
}


#serviceContents .serviceSection + .serviceSection{
  margin-top: 11.5rem;
}

/* TTL ******/
#serviceContents .serviceSection .secTTL{
  display: block;
  padding-bottom: 1.8rem;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 2;
}

#serviceContents .serviceSection .secTTL > span{
  display: block;
  width: 14.5rem;
  height: 14.5rem;
  background: #FFFFFF;
  border-radius: 50%;
  padding-top: 7.4rem;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 1.615384615384615;
  font-weight: 700;
  color: #113D79;
  text-align: center;
  position: absolute;
  top: -10.4rem;
  left: calc(50% - 14.5rem / 2);
  z-index: -1;
}

#serviceContents #care.serviceSection .secTTL > span{
  background: url("../Contents/ThemeImage/service/business/icon_care.svg") center 2.5rem no-repeat #FFFFFF;
  background-size: 4.4rem auto;
}
#serviceContents #oem.serviceSection .secTTL > span{
  background: url("../Contents/ThemeImage/service/business/icon_oem.svg") center 2.5rem no-repeat #FFFFFF;
  background-size: 4.4rem auto;
  color: #113D79;
}

#serviceContents .serviceSection .secTTL::after{
  content: '';
  display: block;
  width: 4rem;
  height: 0.3rem;
  background: #113D79;
  position: absolute;
  left: calc(50% - 2rem);
  bottom: 0;
}

/* secSubTTL ******/
#serviceContents .serviceSection .secSubTTL{
  display: block;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 2;
}

#serviceContents .serviceSection .secSubTTL > span{
  display: block;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.615384615384615;
  color: #113D79;
}

#serviceContents .serviceSection#care .secSubTTL{
  line-height: 1.833333333333333;
}

#serviceContents .serviceSection#care .secSubTTL > span{
  margin-bottom: 0.5rem;
}

#serviceContents .serviceSection#care .secSubTTL > strong{
  background-image: radial-gradient(circle at center, #FD873E 16%, transparent 16%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1.2em 0.4em;
  padding-top: .4em;
}


/* lede ******/
#serviceContents .serviceSection > .lede{
  display: block;
  margin: 0 auto 4.2rem;
  width: 34.5rem;
  min-height: 11.6rem;
  margin-top: 2rem;
  position: relative;
  z-index: 2;
}



#serviceContents .serviceSection > .lede > p{
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
}

/* featuresPoint ******/
#serviceContents .featuresPoint{
  display: block;
  margin-bottom: 5rem;
}


#serviceContents ul.carePointList{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1.5rem 1.5rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

#serviceContents ul.carePointList > li{
  display: block;
  width: calc((100% - 1.5rem) / 2);
  aspect-ratio: 1 / 1;
  padding-top: 2rem;
  background: #113D79;
  border-radius: 50%;
  overflow: hidden;
}
#serviceContents #frozen ul.carePointList > li{
  background: #EB6C6C;
}

#serviceContents ul.carePointList > li:nth-of-type(2){transition-delay: .2s;}
#serviceContents ul.carePointList > li:nth-of-type(3){transition-delay: .4s;}
#serviceContents ul.carePointList > li:nth-of-type(4){transition-delay: .6s;}


#serviceContents ul.carePointList > li > figure{
  display: block;
  width: 7rem;
  margin: 0 auto 0.5rem;
}

#serviceContents ul.carePointList > li > span{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.4rem;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
} 



/* innerSection ******/
#serviceContents .serviceSection > .innerSection{
  display: block;
  width: calc(100% - 5.5rem);
  margin: 0 auto;
}

#serviceContents .serviceSection > .innerSection + .innerSection{
  margin-top: 4rem;
}

#serviceContents .serviceSection > .innerSection > picture{
  display: block;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 10px;
  overflow: hidden;
}

#serviceContents .serviceSection > .innerSection > .text{
  display: block;
  width: calc(100% - 1.5rem);
  margin: 0 auto;
}

#serviceContents .serviceSection > .innerSection > .text > .ttl{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 21.6rem;
  min-height: 5.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.12;
  text-align: left;
  color: #113D79;
  position: relative;
}


#serviceContents .serviceSection > .innerSection > .text > .ttl > span{
  display: block;
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #E8F0F7;
  line-height: 1;
  text-align: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

#serviceContents .serviceSection > .innerSection > .text > .ttl.num1 > span{
  right: 0.6rem;
}


#serviceContents .serviceSection > .innerSection > .text > p.detail{
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: left;
  font-weight: 400;
}

#serviceContents .serviceSection > .innerSection > .text > p.caution{
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
  font-weight: 400;
}

/* lineUpSection ******/
#serviceContents .serviceSection > .lineUpSection{
  display: block;
  width: calc(100% - 3rem);
  margin: 0 auto;
}

#serviceContents .serviceSection > .innerSection + .lineUpSection{
  margin-top: 5rem;
}


#serviceContents .serviceSection .lineUpList{
  text-align: center;
}

#serviceContents .serviceSection .lineUpList + .lineUpList{
  margin-top: 4rem;
}

#serviceContents .serviceSection .lineUpList > .ttl{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
  color: #113D79;
  text-align: center;
  white-space: nowrap;
}

#serviceContents .serviceSection .lineUpList > .ttl::before,
#serviceContents .serviceSection .lineUpList > .ttl::after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #113D79 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 4px 1px;
}

#serviceContents .serviceSection .lineUpList > .lede{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 3.6rem;
  width: 16.8rem;
  margin-bottom: 1.5rem;
  background: #E8F0F6;
  border-radius: 3rem;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 3.6rem;
  color: #113D79;
}

#serviceContents .serviceSection .lineUpList ul + .ttl,
#serviceContents .serviceSection .lineUpList ul + .lede{
  margin-top: 3rem;
}

#serviceContents .serviceSection .lineUpList .caution{
  padding-right: 2rem;
  margin-top: 1rem;
  font-size: 1.1rem;
  text-align: right;
  letter-spacing: 0.08em;
  line-height: 1;
}




#serviceContents .serviceSection .lineUpList > ul{
  display: block;
  padding:  0 2rem;
}

#serviceContents .serviceSection .lineUpList > ul > li{
  display: block;
  width: 100%;
}

#serviceContents .serviceSection .lineUpList > ul > li + li{
  margin-top: 2rem;
}

#serviceContents .serviceSection .lineUpList > ul > li > .outer,
#serviceContents .serviceSection .lineUpList > ul > li > a.outer{
  display: block;
  width: 100%;
  height: auto;
  color: #454140;
  text-decoration: none;
  position: relative;
}
#serviceContents .serviceSection .lineUpList > ul > li > .outer picture{
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

#serviceContents .serviceSection .lineUpList > ul > li > .outer > span,
#serviceContents .serviceSection .lineUpList > ul > li > .outer > dl{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% - 3rem);
  min-height: 3.5rem;
  background: #FDF9F2;
  border-radius: 3.5rem;
  padding-top: 0.2rem;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  z-index: 1;
}

#serviceContents .serviceSection .lineUpList > ul > li > .outer > dl{
  min-height: 5.4rem;
}
#serviceContents .serviceSection .lineUpList > ul > li > .outer > dl > dt{
  display: block;
  margin-bottom: 0.6rem;
}
#serviceContents .serviceSection .lineUpList > ul > li > .outer > dl > dd{
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

/* images ******/
#serviceContents .serviceSection > .images{
  display: block;
  width: calc(100% - 5.5rem);
  margin: 0 auto 5rem;
}

#serviceContents .serviceSection > .images > figure,
#serviceContents .serviceSection > .images > picture{
  display: block;
  width: 100%;
}

#serviceContents .serviceSection > .images > picture > img,
#serviceContents .serviceSection > .images > figure > img{
  border-radius: 10px;
  overflow: hidden;
}


#serviceContents .serviceSection > .images > figure + figure,
#serviceContents .serviceSection > .images > picture + picture{
  margin-top: 2rem;
}

#serviceContents .serviceSection > .images > figure > figcaption{
  font-size: 1.2rem;
  text-align: center;
  margin-top: 1rem;
}



/* flow ******/
#serviceContents .serviceSection > .flow{
  display: block;
  width: calc(100% - 5.5rem);
  margin: 0 auto;
}

#serviceContents .serviceSection > .flow > picture{
  display: block;
  width: 100%;
}


/* btns ******/
#serviceContents .serviceSection .btns{
  display: block;
  margin-top: 4rem;
}

#serviceContents .serviceSection .btns > ul{
  display: block;
  width: 25.5rem;
  margin: 0 auto;
}

#serviceContents .serviceSection .btns > ul > li.btn{
  width: 100%;
}

#serviceContents .serviceSection .btns > ul > li + li{
  margin-top: 1rem;
}














