@charset "UTF-8";
article {
  padding-top: clamp(55px, 11.46vw, 114px);
}

#feature {
  padding-bottom: 68px;
}

/* ======================
about
========================= */
.about__inner {
  padding-bottom: clamp(60px, 12.5vw, 105px);
  border-bottom: 1px solid #e6e6e6;
}
.about__head-ttl {
  font-size: clamp(30px, 6.24vw, 48px);
  margin-bottom: clamp(30px, 8.27vw, 62px);
}
.about__head-txt {
  color: #000;
  max-width: 885px;
  margin: 0 auto;
}
/* ======================
awards
========================= */
.awards {
  padding: 40px 0 clamp(70px, 14.58vw, 104px);
}
.awards__ttl {
  font-size: clamp(21px, 3.47vw, 26px);
  margin-bottom: 33px;
}
.awards__list {
  display: flex;
  justify-content: space-between;
  gap: 30px 0;
  max-width: 753px;
  margin: 0 auto;
}
.awards__list li {
  width: 48%;
  max-width: 360px;
}
.awards__list li .awards__imgbk {
  aspect-ratio: 360/278;
  overflow: hidden;
  margin-bottom: 12px;
}
.awards__list li .awards__imgbk img {
  object-position: top center;
}
.awards__list li .awards__txtbk p {
  font-size: 17px;
  font-weight: bold;
}
/* ======================
differences
========================= */
.differences_inner {
  padding-bottom: clamp(60px, 17.87vw, 134px);
  border-bottom: 1px solid #e6e6e6;
}
.differences__ttl {
  font-size: clamp(22px, 4.58vw, 33px);
  margin-bottom: clamp(20px, 4.17vw, 54px);
}
.differences__list {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  max-width: 1247px;
  margin: 0 auto;
}
.differences__list li {
  font-size: clamp(36px, 3.82vw, 42px);
  font-weight: 700;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 144px) / 4);
  aspect-ratio: 1/1;
  background: #012a2d;
  position: relative;
}
.differences__list li:not(:last-child)::after {
  content: "";
  width: 37px;
  height: 37px;
  position: absolute;
  left: calc(100% + 24px);
  top: 50%;
  transform: translate(-50%, -50%);
}
.differences__list li:nth-child(-n + 2)::after {
  background: url(../imgs/feature/differences_times.svg) no-repeat center / contain;
}
.differences__list li:nth-child(3)::after {
  background: url(../imgs/feature/differences_equal.svg) no-repeat center / contain;
}

.differences__list li.cl_dgr {
  font-size: clamp(20px, 2.73vw, 30px);
  background: #fff;
  border: 1px solid #012a2d;
}
.differences__list li.cl_dgr p {
  padding: 5%;
}
/* ======================
featureList
========================= */
#featureList {
  padding: clamp(55px, 11.46vw, 100px) 0 min(22.93vw, 172px);
}
.featureList__ttl {
  font-size: clamp(22px, 4.58vw, 33px);
  margin-bottom: clamp(30px, 7.2vw, 54px);
}
.feature__list {
  display: flex;
  flex-wrap: wrap;
  gap: 81px calc((100% - 1071px) / 2);
  max-width: 1323px;
  margin: 0 auto;
}
.feature__item {
  width: 32%;
  max-width: 357px;
}
.feature__item-ttl {
  /* 1220→29px */
  font-size: clamp(20px, 2.38vw, 29px);
  color: #012a2d;
  margin-bottom: 0.7em;
}
.feature__item-ttl .fcen {
  font-size: 62%;
  line-height: 1;
  display: block;
  margin-bottom: 0.8em;
}
.feature__item-imgbk {
  margin-bottom: 10%;
}
/* ======================
selectbeam
========================= */
.sbWrap {
  height: 56.23vw;
  max-height: 686px;
  background: url(../imgs/feature/fs_bg.jpg) no-repeat center / cover;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.sbWrap__inner {
  width: 90%;
  max-width: 1253px;
  margin: 0 auto;
}
.sb__head {
  flex-direction: row-reverse;
  padding-bottom: 2.4em;
}
.sb__head:before {
  content: "";
  width: 110%;
  height: 1px;
  background: rgba(244, 244, 244, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
}
.sb__head:after {
  content: "";
  width: 21.23%;
  height: 1px;
  background: #f2f2f2;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sb__head-ttl .en {
  /* 1220→72px */
  font-size: clamp(60px, 5.9vw, 72px);
  line-height: 1;
  display: block;
  margin-bottom: 0.15em;
}
.sb__head-ttl .ja {
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1;
  display: block;
}
.sb__head-catch {
  /* 1220→29px */
  font-size: clamp(20px, 2.38vw, 29px);
  max-width: 500px;
}
.sb__head-catch span {
  display: inline-block;
}
.sb__cont {
  align-items: flex-end;
  gap: 2em;
  padding: 2.8em 0 23px;
}
.sb__cont-txt {
  font-size: clamp(17px, 1.8vw, 22px);
}
.sb__cont-btn {
  font-size: clamp(17px, 1.8vw, 20px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 310px;
  height: 56px;
  padding: 0 7px 0 25px;
  background: #435254;
  border-radius: 28px;
  transition: 0.2s;
}
.sb__cont-btn:after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../imgs/feature/fs_btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.2s;
}
.sb__cont-btn:hover {
  color: #435254;
  background: #fff;
}
.sb__cont-btn:hover:after {
  background-image: url(../imgs/feature/fs_btn_hv.svg);
}
@media screen and (max-width: 1220px) {
  /* ======================
	featureList
	========================= */
  .feature__list {
    gap: 6.85vw 2%;
  }
  /* ======================
	selectbeam
	========================= */
  .sb__head {
    flex-direction: column;
    gap: 2em;
  }
  .sb__head-catch {
    max-width: initial;
  }
  .sb__cont {
    justify-content: center;
  }
  .sb__cont-txt {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .differences__list {
    gap: 30px;
  }
  .differences__list li {
    width: calc((100% - 90px) / 4);
  }
  .differences__list li:not(:last-child)::after {
    width: 20px;
    left: calc(100% + 15px);
  }
}

@media screen and (max-width: 1016px) {
  /* ======================
	awards
	========================= */
  .awards__list li .awards__txtbk p {
    /* 600→17px */
    font-size: clamp(9px, 2.83vw, 17px);
  }
  /* ======================
	selectbeam
	========================= */
  .sb__head-ttl .en {
    /* 750→60px */
    font-size: clamp(38px, 8vw, 60px);
  }
  .sb__head-ttl .ja {
    /* 750→17px */
    font-size: clamp(14px, 2.27vw, 17px);
  }
  .sb__head-catch {
    /* 480→20px */
    font-size: clamp(17px, 4.17vw, 20px);
  }
  .sb__cont-txt {
    font-size: clamp(15px, 3.54vw, 17px);
  }
  .sb__cont-btn {
    font-size: clamp(15px, 3.54vw, 17px);
  }
}
@media screen and (max-width: 980px) {
  /* ======================
selectbeam
========================= */
  .sbWrap {
    display: block;
    height: auto;
    padding: max(40px, 8%) 0;
  }
}
@media screen and (max-width: 840px) {
  /* ======================
	featureList
	========================= */
  .feature__list {
    gap: 6.85vw 4%;
  }
  .feature__item {
    width: 48%;
  }
  .feature__item-ttl {
    /* 480→20px */
    font-size: clamp(20px, 4.17vw, 29px);
  }
}

@media screen and (max-width: 768px) {
  .differences__list {
    flex-direction: column;
    align-items: center;
  }
  .differences__list li {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 4/1;
  }
  .differences__list li:not(:last-child)::after {
    left: 50%;
    top: calc(100% + 15px);
    transform: translate(-50%, -50%);
  }
  .differences__list li:nth-child(3)::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 480px) {
  /* ======================
	awards
	========================= */
  /* .awards__list {
    flex-direction: column;
  }
  .awards__list li {
    width: 100%;
  } */
  /* ======================
	differences
	========================= */
  .differences__list li {
    font-size: clamp(30px, 7.92vw, 38px);
  }
  .differences__list li.cl_dgr {
    font-size: clamp(20px, 5.21vw, 25px);
  }
  /* ======================
	featureList
	========================= */
  .feature__list {
    gap: min(15.38vw, 60px) 4%;
  }
  .feature__item-ttl {
    height: 4em;
  }
}
