.wrap {
  width: 1200px;
}

#intro {
  padding: 68px 0 4px;
  text-align: center;
}
#intro h2 {
  font-size: 52px;
  color: #0068b7;
  line-height: 1.5;
  border-radius: 15px;
  border: 5px solid;
  padding: 6px 0;
  margin: 0 0 20px;
}
#intro h3 {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: -0.05em;
}
#intro h3 span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #intro {
    padding: 10vw 0 6vw;
  }
  #intro h2 {
    font-size: 7vw;
    padding: 2vw 0;
    margin: 0 0 4vw;
  }
  #intro h3 {
    font-size: 4.5vw;
  }
  #intro h3 span {
    display: block;
  }
}

#features h2 {
  font-weight: 700;
  color: #0068b7;
  position: relative;
  z-index: 2;
  font-size: 40px;
  line-height: 1.5;
  padding: 60px 0 0 26px;
  margin: 0 0 16px;
}
#features h2 span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  font-size: 68px;
  line-height: 1.5;
  color: #67d0d6;
  font-weight: 100;
  font-style: italic;
  letter-spacing: -0.05em;
}
#features dl {
  position: relative;
  padding: 0 0 0 100px;
}
#features dl dt {
  border-radius: 50%;
  color: #fff;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 6px;
  background: #67d0d6;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  padding: 17px 0 0;
}
#features dl dt small {
  display: block;
  font-size: 16px;
  margin: 0 0 1px;
}
#features dl dd .tit {
  font-weight: 700;
  color: #0068b7;
  font-size: 32px;
  line-height: 1.5;
  margin: 0 0 5px;
}
#features dl dd .txt {
  line-height: 1.4;
  letter-spacing: -0.05em;
}
#features dl + dl {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #features h2 {
    padding: 8vw 0 0 5vw;
    font-size: 7vw;
    margin: 0 0 4vw;
  }
  #features h2 span {
    font-size: 10vw;
  }
  #features dl {
    padding-left: 0;
  }
  #features dl + dl {
    margin-top: 7vw;
  }
  #features dl dt {
    width: 15vw;
    height: 15vw;
    font-size: 6vw;
    padding: 3.5vw 0 0;
    top: 0;
  }
  #features dl dt small {
    font-size: 3vw;
  }
  #features dl dd .tit {
    padding: 0 0 0 18vw;
    font-size: 5vw;
    min-height: 15vw;
    display: flex;
    align-items: center;
    margin: 0 0 3vw;
  }
}

#system {
  margin: 30px 0 0;
}
#system h2 {
  font-weight: 700;
  color: #0068b7;
  position: relative;
  z-index: 2;
  font-size: 40px;
  line-height: 1.5;
  padding: 60px 0 0 26px;
  margin: 0 0 16px;
}
#system h2 span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  font-size: 68px;
  line-height: 1.5;
  color: #67d0d6;
  font-weight: 100;
  font-style: italic;
  letter-spacing: -0.05em;
}
#system dl + dl {
  margin-top: 14px;
}
#system dl dt {
  padding: 0 0 0 47px;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  position: relative;
}
#system dl dt::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 2px;
  background: url("../img/about/icon_check.png") no-repeat center top/100% auto;
  width: 41px;
  height: 34px;
}
#system dl dt span {
  position: relative;
  z-index: 2;
  display: inline-block;
}
#system dl dt span::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12px;
  background: #fdd601;
}
#system dl dd {
  margin: 4px 0 0 72px;
  position: relative;
  padding: 8px 0 0 40px;
}
#system dl dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/about/icon.png") no-repeat center top/100% auto;
  width: 35px;
  height: 32px;
}
#system h4 {
  margin: 50px 0 25px;
  font-size: 22px;
  line-height: 1.5;
  color: #0068b7;
  overflow: hidden;
  font-weight: 700;
}
#system h4 span {
  display: inline-block;
  padding: 0 20px 0 0;
  position: relative;
}
#system h4 span::before {
  content: "";
  position: absolute;
  height: 2px;
  background: #0068b7;
  left: 100%;
  width: 100vw;
  top: 16px;
}
#system h4 ~ h4 {
  margin-top: 55px;
}
#system .box {
  margin: 64px 0 0;
  background: #eef4f8;
  padding: 25px 35px 35px;
}
#system .box .img {
  cursor: pointer;
}
#system .box .tit {
  font-size: 20px;
  font-weight: 700;
  color: #0068b7;
  line-height: 1.5;
  margin: 0 0 13px;
}
#system .box .tit2 {
  font-size: 20px;
  line-height: 1.5;
  overflow: hidden;
  font-weight: 700;
  margin: 0 0 8px;
}
#system .box .tit2 span {
  display: inline-block;
  padding: 0 12px 0 0;
  position: relative;
}
#system .box .tit2 span::before {
  content: "";
  position: absolute;
  height: 2px;
  background: #97adbe;
  left: 100%;
  width: 100vw;
  top: 16px;
}
#system .box .tit2 ~ .tit2 {
  margin-top: 31px;
}
#system .box .tit3 {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 7px;
}
#system .box .tit3 ~ .tit3 {
  margin-top: 15px;
}
#system .box .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#system .box .flex img {
  width: 100%;
  height: auto;
}
#system .box .flex .col {
  width: 693px;
  max-width: 61.5%;
}
#system .box .flex .col2 {
  width: 408px;
  max-width: 36.5%;
}
#system .box .flex .col3 {
  width: 534px;
  max-width: 47.5%;
}
@media screen and (max-width: 767px) {
  #system h2 {
    padding: 8vw 0 0 5vw;
    font-size: 7vw;
    margin: 0 0 4vw;
  }
  #system h2 span {
    font-size: 10vw;
  }
  #system dl dt {
    padding: 1vw 0 0 8vw;
    font-size: 4vw;
    line-height: 1.2;
  }
  #system dl dt::before {
    width: 7vw;
    height: 6vw;
    top: 0;
    left: 0;
  }
  #system dl dt span::before {
    height: 2vw;
  }
  #system dl dd {
    margin: 2vw 0 0 10vw;
    padding: 1vw 0 0 8vw;
  }
  #system dl dd::before {
    width: 7vw;
    height: 7vw;
  }
  #system h4 {
    font-size: 5vw;
    margin: 7vw 0 4vw;
  }
  #system h4 span::before {
    top: 3.5vw;
  }
  #system h4 ~ h4 {
    margin-top: 7vw;
  }
  #system .box {
    margin: 7vw 0 0;
    padding: 4vw;
  }
  #system .box .tit {
    font-size: 4vw;
    margin: 0 0 2vw;
  }
  #system .box .tit2 {
    font-size: 4vw;
    margin: 0 0 2vw;
  }
  #system .box .tit2 span::before {
    top: 3vw;
  }
  #system .box .flex {
    display: block;
  }
  #system .box .flex .tit3 {
    font-size: 16px;
  }
  #system .box .flex .col, #system .box .flex .col2, #system .box .flex .col3 {
    width: 100%;
    max-width: 100%;
  }
  #system .box .flex .col + .col, #system .box .flex .col + .col2, #system .box .flex .col + .col3, #system .box .flex .col2 + .col, #system .box .flex .col2 + .col2, #system .box .flex .col2 + .col3, #system .box .flex .col3 + .col, #system .box .flex .col3 + .col2, #system .box .flex .col3 + .col3 {
    margin-top: 6vw;
  }
}

#group {
  margin: 75px 0 0;
  padding: 0 0 90px;
  text-align: center;
}
#group h3 {
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 46px;
}
#group h3 span {
  display: inline-block;
}
#group .tit {
  text-align: center;
  color: #0068b7;
  font-size: 28px;
  line-height: 1.5;
  margin: 0 0 8px;
}
#group .tit span {
  display: inline-block;
  position: relative;
  padding: 0 11px;
  letter-spacing: -0.08em;
}
#group .tit span::before, #group .tit span:after {
  content: "";
  position: absolute;
  width: 5px;
  bottom: 0;
  background: #0068b7;
  border-radius: 10px;
  top: 12px;
}
#group .tit span::before {
  left: 0;
  transform: rotate(-28deg);
}
#group .tit span::after {
  right: 0;
  transform: rotate(28deg);
}
@media screen and (max-width: 767px) {
  #group {
    padding: 0 0 12vw;
    margin: 10vw 0 0;
  }
  #group h3 {
    font-size: 3.5vw;
    margin: 0 -5vw 6vw;
  }
  #group h3 span {
    display: block;
  }
  #group .tit {
    font-size: 4.8vw;
    margin: 0 0 3vw;
  }
  #group .tit span {
    padding: 0 2vw;
  }
  #group .tit span::before, #group .tit span:after {
    width: 3px;
    bottom: 0;
    top: 2vw;
  }
  #group .tit span::before {
    left: -3vw;
    transform: rotate(-18deg);
  }
  #group .tit span::after {
    right: -3vw;
    transform: rotate(18deg);
  }
}

.info {
  padding: 25px 0 27px;
  background: #f3f3f3;
}
.info .wrap {
  width: 1200px;
}
.info p {
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
}

.popup_img {
  width: 1260px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
  background: #fff;
  padding: 40px 30px;
  box-sizing: border-box;
}
.popup_img .remodal-close {
  margin: 0 0 20px auto;
}
@media screen and (max-width: 767px) {
  .popup_img {
    max-width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
  }
  .popup_img .remodal-close {
    width: 25px;
  }
}