@media screen and (min-width: 768px) {
  .inner {
    max-width: 960px;
  }
}

.linebtn {
  height: 100px;
  width: 100px;
  position: fixed;
  right: 0;
  bottom: 30px;
  background: #00B900;
  border: solid 2px #fff;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  cursor: pointer;
}
.linebtn i {
  font-size: 30px;
  color: #fff;
}
.linebtn p {
  font-size: 12px;
  color: #fff;
  line-height: 150%;
  font-weight: 500;
  margin-bottom: 5px;
}
.linebtn p .large {
  font-size: 14px;
}
.linebtn__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-title__bg {
  background-image: url(../img/benefit__bg.jpg);
  background-size: cover;
  text-align: center;
  height: 246px;
}
@media screen and (min-width: 768px) {
  .page-title__bg {
    height: 500px;
  }
}
.page-title__box {
  display: inline-block;
  text-align: left;
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .page-title__box {
    padding-top: 200px;
  }
}
.page-title__en {
  color: #FFF;
  font-family: "Fira Sans";
  font-size: 48px;
  font-style: italic;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .page-title__en {
    font-size: 64px;
  }
}
.page-title__ja {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 4px;
}
@media screen and (min-width: 768px) {
  .page-title__ja {
    font-size: 24px;
  }
}

.benefit__content {
  padding-bottom: 60px;
}
.benefit__content h3 {
  font-size: 24px;
  font-weight: 600;
}

.benefit__head {
  margin-top: 60px;
  margin-bottom: 20px;
  border-left: #D8AC35 9px solid;
  padding-left: 15px;
}
.benefit__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.benefit__card {
  border: 1px solid #CCC;
  border-radius: 5px;
  width: 100%;
  padding: 35px 20px;
}
.benefit__card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #053481;
}
.benefit__card-title p {
  text-decoration-line: underline;
  text-decoration-style: solid;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.9px;
}
.benefit__card-title i {
  font-size: 20px;
}
.benefit__card-text {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  margin-top: 15px;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .benefit__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}