/* ---------------
   service 
----------------*/

.service {
  margin-top: min(8vw, 80px);
}
.service__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.service__content-exp {
  margin-top: min(5vw, 50px);
}
.service__wrap--1 {
  margin-top: min(8vw, 80px);
  width: 100%;
}
.service__wrap--2 {
  background: #F0FFFF;
  margin: min(8vw, 80px) calc(50% - 50vw) 0;
  padding: min(8vw, 80px) calc(50vw - 50%) min(10vw, 100px);
  width: 100vw;
}
.service__wrap--1 .service__item:nth-child(even) {
  flex-direction: row-reverse;
}
.service__wrap--2 .service__item:nth-child(odd) {
  flex-direction: row-reverse;
}
.service__wrap {
  display: flex;
  flex-direction: column;
  gap: min(4vw, 40px);
}
.service__wrap--1 .service__list {
  border: 1px solid #DCDCDC;
  padding: min(5vw, 50px);
}
.service__wrap--2 .service__list {
  padding:0 min(5vw, 50px);
}
.service__list {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: min(7vw, 70px);
  margin: 0 auto;
}
.service__item {
  display: flex;
  gap: min(6vw, 60px);
}
.service__item-img {
  width: 49%;
  display: flex;
}
.service__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.service__item-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: min(2vw, 20px);
}
.service__item-subtit {
  font-size: clamp(1.7rem, 2.857vw, 2.5rem);
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding: 0 min(5.5vw, 55px);
  color: #7BFF8D;
}
.service__item-subtit:before,
.service__item-subtit:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 5px;
  background-color: #7BFF8D;
}
.service__item-subtit:before {
  left: 0;
}
.service__item-subtit:after {
  right: 0;
}
.service__item-tit {
  font-size: clamp(1rem, 1.714vw, 1.5rem);
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.service__item-exp {
  font-size: clamp(0.7rem, 1.142vw, 1rem);
  width: 100%;
  line-height: 1.8;
}
/*--------------------------------0
	TB用
----------------------------------- */
@media all and (max-width: 768px) {
}

/*--------------------------------
	SP用
----------------------------------- */
@media all and (max-width: 530px) {
}
