@charset "UTF-8";

/*
Theme Name: Nutmeg service
Description: Nutmeg service
Version: 2024.03
Author: YH
*/

#inner.service .visual {
  background-image: url(./images/bg_visual.jpg);
}

#inner.service .content {
  padding-bottom: 310px;
  position: relative;
}

#inner.service .content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: url(./images/bg_content.jpg) no-repeat center 50px / 100% auto;
}

#inner.service .target {}

#inner.service .target>.inner {
  display: flex;
  padding: 0 5%;
  justify-content: space-between;
}

#inner.service .target .info {
  width: 47%;
}

#inner.service .target .info h2 {
}
#inner.service .target .info h2 span {
  background: #0469CF;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 2px 20px;
  border-radius: 3px;
  display: inline-block;
}
#inner.service .target .info .title {
  font-size: 30px;
  font-weight: bold;
  margin-top: 11px;
  line-height: 1.6em;
}

#inner.service .target .info .text {
  font-size: 14px;
  margin-top: 16px;
}

#inner.service .target .img {
  width: 47%;
}

#inner.service .challenge {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
}

#inner.service .challenge::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 150%;
  height: 100%;
  background: #F3FBFF;
  left: -30%;
  z-index: -1;
}

#inner.service .challenge::after {
  bottom: -168px;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #f2fbfe;
  border-width: 100px;
  margin-left: -100px;
  transform: scale(1, 0.7);
}

#inner.service .challenge>.inner {
  position: relative;
}

#inner.service .challenge .list {
  margin-top: 80px;
}

#inner.service .challenge .list .sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#inner.service .challenge .list .sec+.sec {
  margin-top: 80px;
}

#inner.service .challenge .list .sec:nth-child(even) {
  flex-direction: row-reverse
}

#inner.service .challenge .list .sec .info {
  width: 30%;
}

#inner.service .challenge .list .sec .info .label {
  display: block;
  font-size: 13px;
  color: #0469CF;
  line-height: 1em;
  margin-bottom: 10px;
  font-weight: 500;
}

#inner.service .challenge .list .sec .info h3 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.8em;
}

#inner.service .challenge .list .sec .info .text {
  font-size: 14px;
  margin-top: 20px;
}

#inner.service .challenge .list .sec .img {
  width: 64%;
}

#inner.service .solution {
  margin: 80px auto 0 auto;
  max-width: 886px;
  border: 2px solid #0469CF;
  background: #fff;
  border-radius: 3px;
  padding: 22px 30px 30px 30px;
  box-sizing: border-box;
}

#inner.service .solution .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #0469CF;
}

#inner.service .solution ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

#inner.service .solution ul li {
  display: flex;
  height: 52px;
  background: #F6F6F6;
  align-items: center;
  justify-content: center;
  line-height: 1.2em;
  text-align: center;
  width: 31.3333333%;
  margin: 0.7% 1%;
  border-radius: 100px;
  font-size: 16px;
  font-weight: bold;
}

#inner.service .allinone {
  margin-top: 90px;
  background: url(./images/bg_allinone.png) no-repeat center bottom / 990px auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 107px;
  width: 114%;
  position: relative;
  left: -7%;
}

#inner.service .allinone .img {
  width: 786px;
}

#inner.service .allinone .text {
  width: 800px;
  margin: 35px 0 0 0;
  font-size: 19px;
  text-align: center;
  font-weight: bold;
}

#inner.service .allinone .lead {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  background: #0469CF;
  text-align: center;
  padding: 7px 20px;
  border-radius: 5px;
  margin-top: 68px;
  line-height: 1.6em;
}

#inner.service .value {
  margin-top: 40px;
  padding: 0 5%;
}

#inner.service .value h2 {
  font-size: 38px;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}

#inner.service .value .fbox {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

#inner.service .value .fbox .box {
  width: 49%;
  background: #F3FBFF;
  padding: 28px 0 34px 0;
}

#inner.service .value .fbox .box .title {
  color: #0469CF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#inner.service .value .fbox .box ul {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

#inner.service .value .fbox .box ul li {
  height: 140px;
  width: 140px;
  border-radius: 100px;
  border: 4px solid #D7EFFC;
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin: 0 8px;
}

#inner.service .value .fbox .box ul li span {
  display: block;
  background: linear-gradient(transparent 70%, #FFF734 70%);
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3em;
}

#inner.service .value .fbox .box ul li span+span {
  margin-top: 5px;
}

#inner.service .value .img {
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
	#inner.service .challenge .list .sec .info h3 br {
		display: none;
	}	
	#inner.service .value {
		padding: 0;
	}
}
@media screen and (max-width: 960px) {
	#inner.service .visual {
	  background-image: url(./images/bg_visual_sp.jpg);
	}

	#inner.service .content {
	  padding-bottom: 250px;
	  position: relative;
	}

	#inner.service .content::before {
	  content: "";
	  position: absolute;
	  left: 0;
	  bottom: 0;
	  width: 100%;
	  height: 250px;
	  background: url(./images/bg_content.jpg) no-repeat center 50px / auto 100%;
	}

	#inner.service .target {
  max-width: 540px;
  margin: 0 auto;
}

	#inner.service .target>.inner {
	  display: block;
	  padding: 0px 3%;
	  justify-content: space-between;
	}

	#inner.service .target .info {
	  width: auto;
	}

	#inner.service .target .info h2 {
	  width: 132px;
	  background: #0469CF;
	  text-align: center;
	  color: #fff;
	  font-size: 20px;
	  font-weight: bold;
	  padding: 2px 0;
	  border-radius: 3px;
	  margin: 0 auto;
	}

	#inner.service .target .info .title {
	  font-size: 30px;
	  font-weight: bold;
	  margin-top: 12px;
	  text-align: center;
	}

	#inner.service .target .info .text {
	  font-size: 14px;
	  margin-top: 12px;
	}

	#inner.service .target .img {
	  width: auto;
	  margin-top: 25px;
	}

	#inner.service .challenge {
	  margin-top: 80px;
	  padding-top: 80px;
	  padding-bottom: 60px;
	  position: relative;
	}

	#inner.service .challenge::before {
	  position: absolute;
	  left: 0;
	  top: 0;
	  content: "";
	  width: 150%;
	  height: 100%;
	  background: #F3FBFF;
	  left: -30%;
	  z-index: -1;
	}

	#inner.service .challenge::after {
	  bottom: -168px;
	  left: 50%;
	  border: solid transparent;
	  content: "";
	  height: 0;
	  width: 0;
	  position: absolute;
	  pointer-events: none;
	  border-color: rgba(136, 183, 213, 0);
	  border-top-color: #f2fbfe;
	  border-width: 100px;
	  margin-left: -100px;
	  transform: scale(1, 0.7);
	}

	#inner.service .challenge>.inner {
	  position: relative;
	}

	#inner.service .challenge .list {
	  margin-top: 80px;
	  padding: 0 3%;
	}

	#inner.service .challenge .list .sec {
	  display: block;
	  max-width: 500px;
	  margin: 0 auto;
	}

	#inner.service .challenge .list .sec+.sec {
	  margin-top: 80px;
	}

	#inner.service .challenge .list .sec:nth-child(even) {
	  flex-direction: row-reverse
	}

	#inner.service .challenge .list .sec .info {
	  width: auto;
	}

	#inner.service .challenge .list .sec .info .label {
	  display: block;
	  font-size: 13px;
	  color: #0469CF;
	  line-height: 1em;
	  margin-bottom: 10px;
	  font-weight: 500;
	}

	#inner.service .challenge .list .sec .info h3 {
	  font-size: 23px;
	  font-weight: bold;
	  line-height: 1.8em;
	}
	#inner.service .challenge .list .sec .info h3 br {
		display: block;
	}

	#inner.service .challenge .list .sec .info .text {
	  font-size: 14px;
	  margin-top: 10px;
	}

	#inner.service .challenge .list .sec .img {
	  width: auto;
	  margin-top: 30px;
	}
	#inner.service .challenge .list .sec .img img {
		width: 100%;	
	}

	#inner.service .solution {
	  margin: 50px 3% 0 3%;
	  width: auto;
	  border: 2px solid #0469CF;
	  background: #fff;
	  border-radius: 3px;
	  padding: 27px 20px 37px 20px;
	  box-sizing: border-box;
	}

	#inner.service .solution .title {
	  text-align: center;
	  font-size: 20px;
	  font-weight: bold;
	  color: #0469CF;
	}

	#inner.service .solution ul {
	  display: block;
	  flex-wrap: wrap;
	  margin-top: 14px;
	}

	#inner.service .solution ul li {
	  display: flex;
	  height: 52px;
	  background: #F6F6F6;
	  align-items: center;
	  justify-content: center;
	  line-height: 1.2em;
	  text-align: center;
	  width: auto;
	  margin: 10px 0 0 0;
	  border-radius: 100px;
	  font-size: 16px;
	  font-weight: bold;
	}
	#inner.service .solution ul li:nth-child(1) {
		margin-top: 0;
	}

	#inner.service .allinone {
	  margin-top: 90px;
	  background: url(./images/bg_allinone_sp.png) no-repeat center bottom / 100% 820px;
	  display: flex;
	  align-items: center;
	  flex-direction: column;
	  padding-bottom: 107px;
	  width: 111%;
	  position: relative;
	  left: -5.5%;
	  box-sizing: border-box;
	  padding: 0 5% 103px 5%;
	}

	#inner.service .allinone .img {
	  width: auto;
	  max-width: 500px;
	}

	#inner.service .allinone .text {
	  width: auto;
	  margin: 35px 3% 0 3%;
	  font-size: 17px;
	  text-align: left;
	  font-weight: bold;
	}

	#inner.service .allinone .lead {
	  font-size: 20px;
	  font-weight: bold;
	  color: #fff;
	  background: #0469CF;
	  text-align: center;
	  padding: 20px 20px;
	  border-radius: 5px;
	  margin-top: 68px;
	  line-height: 1.6em;
	  width: 88%;
	}

	#inner.service .value {
	  margin: 10px auto 0 auto;
	  padding: 0px 0%;
	  max-width: 500px;
	}

	#inner.service .value h2 {
	  font-size: 30px;
	  text-align: center;
	  font-weight: bold;
	}

	#inner.service .value .fbox {
	  display: block;
	  justify-content: space-between;
	  margin-top: 20px;
	}

	#inner.service .value .fbox .box {
	  width: auto;
	  background: #F3FBFF;
	  padding: 28px 0 34px 0;
	}
	#inner.service .value .fbox .box + .box {
		margin-top: 20px;
	}

	#inner.service .value .fbox .box .title {
	  color: #0469CF;
	  font-size: 20px;
	  font-weight: bold;
	  text-align: center;
	}

	#inner.service .value .fbox .box ul {
	  display: flex;
	  justify-content: center;
	  margin-top: 18px;
	}

	#inner.service .value .fbox .box ul li {
	  height: 130px;
	  width: 130px;
	  border-radius: 100px;
	  border: 4px solid #D7EFFC;
	  display: flex;
	  background: #fff;
	  align-items: center;
	  justify-content: center;
	  text-align: center;
	  flex-direction: column;
	  margin: 0 7px;
	}

	#inner.service .value .fbox .box ul li span {
	  display: block;
	  background: linear-gradient(transparent 70%, #FFF734 70%);
	  font-weight: bold;
	  font-size: 16px;
	  line-height: 1.3em;
	}

	#inner.service .value .fbox .box ul li span+span {
	  margin-top: 5px;
	}

	#inner.service .value .img {
	  margin-top: 48px;
	}
}