@charset "utf8";
/* featureページ専用のcss */

/* fv */
.fv {
  position: relative;
  width: 100%;
  margin: calc(82vw / 19.2) 0 0;
}
@media screen and (max-width: 767px) {
  .fv {
    margin: calc(40vw / 3.6) 0 0;
  }
}
.fv__title {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  font-size: calc(64vw / 19.2);
  font-weight: 600;
  color: #FFFFFF;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .fv__title {
    top: 40%;
    font-size: calc(34vw / 3.6);
  }
}
.point {
  padding: calc(90vw / 19.2) 0 calc(90vw / 19.2);
}
@media screen and (max-width: 767px) {
  .point {
    padding: calc(30vw / 3.6) 0 calc(30vw / 3.6);
  }
}
.point__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: calc(1414vw / 19.2);
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point__inner {
    width: calc(340vw / 3.6);
    height: calc(318vw / 3.6);
  }
}
.point__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  left: calc(408vw / 19.2);
  width: calc(70vw / 19.2);
  height: calc(70vw / 19.2);
  background-image: url(../images/feature-page/pc/cross.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .point__inner::before {
    top: 44%;
    left: calc(106vw / 3.6);
    width: calc(30vw / 3.6);
    height: calc(30vw / 3.6);
  }
}
.point__inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: calc(408vw / 19.2);
  width: calc(70vw / 19.2);
  height: calc(70vw / 19.2);
  background-image: url(../images/feature-page/pc/cross.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .point__inner::after {
    top: 44%;
    right: calc(106vw / 3.6);
    width: calc(30vw / 3.6);
    height: calc(30vw / 3.6);
  }
}
.point-1 {
  position: relative;
  width: calc(360vw / 19.2);
  height: calc(360vw / 19.2);
  border-radius: calc(180vw / 19.2);
  background-color: #0B3190;
}
@media screen and (max-width: 767px) {
  .point-1 {
    position: absolute;
    top: 48%;
    left: calc(0vw / 3.6);
    width: calc(164vw / 3.6);
    height: calc(164vw / 3.6);
    border-radius: calc(180vw / 3.6);
  }
}
.point-1::before {
  position: absolute;
  content: "";
  top: 14%;
  left: calc(130vw / 19.2);
  width: calc(104vw / 19.2);
  height: calc(116vw / 19.2);
  background-image: url(../images/feature-page/pc/feature-icon_01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .point-1::before {
    top: 14%;
    left: calc(58vw / 3.6);
    width: calc(50vw / 3.6);
    height: calc(58vw / 3.6);
  }
}
.point-2 {
  position: relative;
  width: calc(360vw / 19.2);
  height: calc(360vw / 19.2);
  border-radius: calc(180vw / 19.2);
  background-color: #0B3190;
}
@media screen and (max-width: 767px) {
  .point-2 {
    position: absolute;
    top: 0%;
    left: calc(88vw / 3.6);
    width: calc(164vw / 3.6);
    height: calc(164vw / 3.6);
    border-radius: calc(180vw / 3.6);
  }
}
.point-2::before {
  position: absolute;
  content: "";
  top: 14%;
  left: calc(130vw / 19.2);
  width: calc(112vw / 19.2);
  height: calc(116vw / 19.2);
  background-image: url(../images/feature-page/pc/feature-icon_02.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .point-2::before {
    top: 20%;
    left: calc(56vw / 3.6);
    width: calc(50vw / 3.6);
    height: calc(52vw / 3.6);
  }
}
.point-3 {
  position: relative;
  width: calc(360vw / 19.2);
  height: calc(360vw / 19.2);
  border-radius: calc(180vw / 19.2);
  background-color: #0B3190;
}
@media screen and (max-width: 767px) {
  .point-3 {
    position: absolute;
    top: 48%;
    right: calc(0vw / 3.6);
    width: calc(164vw / 3.6);
    height: calc(164vw / 3.6);
    border-radius: calc(180vw / 3.6);
  }
}
.point-3::before {
  position: absolute;
  content: "";
  top: 14%;
  left: calc(114vw / 19.2);
  width: calc(124vw / 19.2);
  height: calc(116vw / 19.2);
  background-image: url(../images/feature-page/pc/feature-icon_03.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .point-3::before {
    top: 18%;
    left: calc(56vw / 3.6);
    width: calc(54vw / 3.6);
    height: calc(50vw / 3.6);
  }
}
.point__h2 {
  padding: calc(180vw / 19.2) 0 0;
  font-size: calc(40vw / 19.2);
  font-weight: 600;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .point__h2 {
    padding: calc(92vw / 3.6) 0 0;
    font-size: calc(18vw / 3.6);
    line-height: calc(24vw / 3.6);
  }
}
.three-feature {
  padding: calc(90vw / 19.2) 0 calc(90vw / 19.2);
  background-color: #FFFFF3;
}
@media screen and (max-width: 767px) {
  .three-feature {
    padding: calc(30vw / 3.6) 0 0;
  }
}
.three-feature__inner {
  width: calc(1220vw / 19.2);
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .three-feature__inner {
    width: calc(330vw / 3.6);
  }
}
.three-feature__title {
  font-size: calc(48vw / 19.2);
  padding-bottom: calc(60vw / 19.2);
  color: #0B3190;
}
@media screen and (max-width: 767px) {
  .three-feature__title {
    font-size: calc(24vw / 3.6);
    padding-bottom: calc(30vw / 3.6);
  }
}
.three-feature__wrap {
  display: flex;
  justify-content: space-between;
  gap: 0 calc(80vw / 19.2);
}
@media screen and (max-width: 767px) {
  .three-feature__wrap {
    display: block;
  }
}
.three-feature__dl {
  width: calc(354vw / 19.2);
}
@media screen and (max-width: 767px) {
  .three-feature__dl {
    width: 100%;
  }
}
.three-feature__dt {
  font-size: calc(32vw / 19.2);
  padding-bottom: calc(10vw / 19.2);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .three-feature__dt {
    font-size: calc(16vw / 3.6);
    padding-bottom: calc(5vw / 3.6);
  }
}
.three-feature__dd {
}
@media screen and (max-width: 767px) {
  .three-feature__dd {
  }
}
.three-feature__p {
  font-size: calc(30vw / 19.2);
  padding-top: calc(12vw / 19.2);
  letter-spacing: -0.01em;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .three-feature__p {
    font-size: calc(15vw / 3.6);
    padding: calc(6vw / 3.6) 0 calc(30vw / 3.6);
  }
}
.four-strengths {
  padding: calc(90vw / 19.2) 0 calc(90vw / 19.2);
  background-color: #F0FAFF;
}
@media screen and (max-width: 767px) {
  .four-strengths {
    padding: calc(30vw / 3.6) 0 0;
  }
}
.four-strengths__inner {
  width: calc(1220vw / 19.2);
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .four-strengths__inner {
    width: calc(330vw / 3.6);
  }
}
.four-strengths__title {
  font-size: calc(48vw / 19.2);
  padding-bottom: calc(60vw / 19.2);
  color: #0B3190;
}
@media screen and (max-width: 767px) {
  .four-strengths__title {
    font-size: calc(24vw / 3.6);
    padding-bottom: calc(30vw / 3.6);
  }
}
.four-strengths__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: calc(42vw / 19.2) calc(40vw / 19.2);
}
@media screen and (max-width: 767px) {
  .four-strengths__wrap {
    display: block;
  }
}
.four-strengths__dl {
  position: relative;
  overflow: hidden;
  width: calc(590vw / 19.2);
  background-color: #0B3190;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .four-strengths__dl {
    width: 100%;
    margin-bottom: calc(20vw / 3.6);
  }
}
.four-strengths__dl::before {
  content: "";
  position: absolute;
  top: calc(-10vw / 19.2);
  left: calc(-34vw / 19.2);
  width: calc(100vw / 19.2);
  height: calc(50vw / 19.2);
  transform: rotate(-45deg);
  background-color: #008EDA;
}
@media screen and (max-width: 767px) {
  .four-strengths__dl::before {
    top: calc(-20vw / 3.6);
    left: calc(-36vw / 3.6);
    width: calc(90vw / 3.6);
    height: calc(50vw / 3.6);
  }
}
.four-strengths__dt {
  font-size: calc(36vw / 19.2);
  padding: calc(60vw / 19.2) 0 calc(30vw / 19.2);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .four-strengths__dt {
    font-size: calc(18vw / 3.6);
    padding: calc(30vw / 3.6) 0 calc(16vw / 3.6);
  }
}
.four-strengths__dd {
  padding: 0 calc(50vw / 19.2) calc(50vw / 19.2);
  font-size: calc(30vw / 19.2);
  font-weight: 500;
  text-align: left;
  letter-spacing: calc(-1.2vw / 19.2);
}
@media screen and (max-width: 767px) {
  .four-strengths__dd {
    padding: 0 calc(24vw / 3.6) calc(24vw / 3.6);
    font-size: calc(16vw / 3.6);
    letter-spacing: -0.08em;
  }
}


.support {
  padding: calc(90vw / 19.2) 0 calc(90vw / 19.2);
  background-color: #FFFFF3;
}
@media screen and (max-width: 767px) {
  .support {
    padding: calc(30vw / 3.6) 0 0;
  }
}
.support__inner {
  width: calc(1220vw / 19.2);
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .support__inner {
    width: calc(330vw / 3.6);
  }
}
.support__title {
  font-size: calc(48vw / 19.2);
  font-weight: 600;
  padding-bottom: calc(60vw / 19.2);
  color: #0B3190;
}
@media screen and (max-width: 767px) {
  .support__title {
    font-size: calc(24vw / 3.6);
    padding-bottom: 0;
  }
}
.support__wrap {
  display: flex;
  justify-content: space-between;
  gap: 0 calc(52vw / 19.2);
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .support__wrap {
    display: block;
  }
}
.support__dl {
  position: relative;
  width: calc(584vw / 19.2);
  height: calc(600vw / 19.2);
  background-color: #0B3190;
}
@media screen and (max-width: 767px) {
  .support__dl {
    width: 100%;
    height: calc(320vw / 3.6);
    margin: calc(50vw / 3.6) 0;
  }
}
.support__dl:first-of-type:before {
  content: "01";
}
.support__dl:last-of-type:before {
  content: "02";
}
.support__dl::before {
  position: absolute;
  top: calc(-60vw / 19.2);
  left: 50%;
  transform: translateX(-50%);
  width: calc(120vw / 19.2);
  height: calc(120vw / 19.2);
  font-size: calc(92vw / 19.2);
  font-weight: 600;
  text-align: center;
  line-height: calc(108vw / 19.2);
  background-color: orange;
}
@media screen and (max-width: 767px) {
  .support__dl::before {
    top: calc(-28vw / 3.6);
    width: calc(60vw / 3.6);
    height: calc(60vw / 3.6);
    font-size: calc(44vw / 3.6);
    line-height: calc(56vw / 3.6);
  }
}
.support__dt {
  position: absolute;
  display: grid;
  place-items: center;
  top: calc(70vw / 19.2);
  left: 0;
  width: 100%;
  height: calc(130vw / 19.2);
  font-size: calc(36vw / 19.2);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .support__dt {
    top: calc(42vw / 3.6);
    font-size: calc(16vw / 3.6);
    height: calc(56vw / 3.6);
  }
}
.support__dd {
  position: absolute;
  top: calc(204vw / 19.2);
  left: 0;
  width: 100%;
  padding: 0 calc(39vw / 19.2);
  font-size: calc(28vw / 19.2);
}
@media screen and (max-width: 767px) {
  .support__dd {
    top: calc(100vw / 3.6);
    padding: 0 calc(16vw / 3.6);
    font-size: calc(15.6vw / 3.6);
  }
}
.support__p {
  padding-bottom: calc(28vw / 19.2);
  letter-spacing: -0.01em;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .support__p {
    padding-bottom: calc(14vw / 3.6);
  }
}


.purpose {
  padding: calc(90vw / 19.2) 0 calc(60vw / 19.2);
}
@media screen and (max-width: 767px) {
  .purpose {
    padding: 0 0 calc(30vw / 3.6);
  }
}
.purpose__inner {
  width: calc(946vw / 19.2);
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .purpose__inner {
    width: calc(330vw / 3.6);
  }
}
.purpose__title {
  font-size: calc(48vw / 19.2);
  padding-bottom: calc(60vw / 19.2);
  color: #0B3190;
}
@media screen and (max-width: 767px) {
  .purpose__title {
    font-size: calc(24vw / 3.6);
    padding-bottom: calc(30vw / 3.6);
  }
}
.purpose__h2 {
  font-size: calc(38vw / 19.2);
  font-weight: 600;
  line-height: calc(38vw / 19.2);
  padding-bottom: calc(10vw / 19.2);
  color: #FFFF00;
}
@media screen and (max-width: 767px) {
  .purpose__h2 {
    font-size: calc(17vw / 3.6);
    line-height: calc(17vw / 3.6);
    padding-bottom: calc(10vw / 3.6);
  }
}
.purpose__dl {
  position: relative;
  overflow: hidden;
  padding: calc(16vw / 19.2);
  margin: 0 0 calc(30vw / 19.2);
  background-color: #0B3190;
}
@media screen and (max-width: 767px) {
  .purpose__dl {
    padding: calc(14vw / 3.6);
    margin: 0 0 calc(16vw / 3.6);
  }
}
.purpose__dl::before {
  content: "";
  position: absolute;
  top: calc(-226vw / 19.2);
  right: calc(-124vw / 19.2);
  width: calc(300vw / 19.2);
  height: calc(500vw / 19.2);
  transform: rotate(-45deg);
  background-color: #1451c3;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .purpose__dl::before {
    top: calc(-80vw / 3.6);
    right: calc(-150vw / 3.6);
    width: calc(200vw / 3.6);
    height: calc(500vw / 3.6);
    transform: rotate(-24deg);
  }
}
.purpose__dt {
  position: relative;
  font-size: calc(28vw / 19.2);
  font-weight: 500;
  padding: calc(12vw / 19.2);
  color: #FFFFFF;
  text-align: left;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .purpose__dt {
    font-size: calc(14vw / 3.6);
    padding: 0 0 calc(6vw / 3.6);
  }
}
.purpose__dd {
  position: relative;
  z-index: 1;

}
@media screen and (max-width: 767px) {
  .purpose__dd {

  }
}
.purpose__ul {
  padding: calc(16vw / 19.2);
  background-color: #FFFFFF;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .purpose__ul {
    padding: calc(10vw / 3.6);
  }
}
.purpose__li {
  position: relative;
  padding-left: calc(40vw / 19.2);
  margin-bottom: calc(8vw / 19.2);
  font-size: calc(28vw / 19.2);
  font-weight: 500;
  text-align: left;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .purpose__li {
    padding-left: calc(16vw / 3.6);
    margin-bottom: calc(4vw / 3.6);
    font-size: calc(13vw / 3.6);
  }
}
.purpose__li::before {
  position: absolute;
  content: "";
  top: calc(4vw / 19.2);
  left: 0;
  width: calc(29vw / 19.2);
  height: calc(38vw / 19.2);
  background-image: url(../images/feature-page/pc/check-icon.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .purpose__li::before {
    top: calc(4vw / 3.6);
    width: calc(12vw / 3.6);
    height: calc(16vw / 3.6);
  }
}
.utilization {
  padding: calc(90vw / 19.2) 0 calc(300vw / 19.2);
  background-color: #F0FAFF;
}
@media screen and (max-width: 767px) {
  .utilization {
    padding: calc(30vw / 3.6) 0 calc(100vw / 3.6);
  }
}
.utilization__inner {
  width: calc(1000vw / 19.2);
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .utilization__inner {
    width: calc(330vw / 3.6);
  }
}
.utilization__title {
  font-size: calc(32vw / 19.2);
  font-weight: 600;
  padding-bottom: calc(60vw / 19.2);
}
@media screen and (max-width: 767px) {
  .utilization__title {
    font-size: calc(16vw / 3.6);
    padding-bottom: calc(30vw / 3.6);
  }
}
.utilization__btns {
  display: flex;
  gap: calc(36vw / 19.2);
  width: calc(865vw / 19.2);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .utilization__btns {
    display: block;
    width: calc(290vw / 3.6);
  }
}
.utilization__btn {
  display: block;
}
@media screen and (max-width: 767px) {
  .utilization__btn:first-of-type {
    display: block;
    margin-bottom: calc(14vw / 3.6)
  }
}
@media screen and (max-width: 767px) {
  
}
@media screen and (max-width: 767px) {
  
}
@media screen and (max-width: 767px) {
  
}
@media screen and (max-width: 767px) {
  
}