@charset "UTF-8";
@keyframes rotation {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@keyframes MainHeading-sub {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes MainHeading {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes MainHeading-color {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

@keyframes roll {
  0% {
    transform: rotateY(0deg);
  }
  3% {
    transform: rotateY(180deg);
  }
  6% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@keyframes heroBigArrowMove-sp {
  0% {
    bottom: calc((-700/750)*100vw);
    opacity: 0;
  }
  10% {
    bottom: calc((-560/750)*100vw);
    opacity: 1;
  }
  20% {
    bottom: calc((-420/750)*100vw);
    opacity: 1;
  }
  30% {
    bottom: calc((-280/750)*100vw);
    opacity: 1;
  }
  90% {
    bottom: calc((-280/750)*100vw);
    opacity: 1;
  }
  100% {
    bottom: calc((-280/750)*100vw);
    opacity: 0;
  }
}

@keyframes heroBigArrowMove-pc {
  0% {
    bottom: -76rem;
    opacity: 0;
  }
  10% {
    bottom: -57rem;
    opacity: 1;
  }
  20% {
    bottom: -38rem;
    opacity: 1;
  }
  30% {
    bottom: 0;
    opacity: 1;
  }
  90% {
    bottom: 0;
    opacity: 1;
  }
  100% {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes heroSmallArrowMove-sp {
  0% {
    bottom: calc((-700/750)*100vw);
    opacity: 0;
  }
  12% {
    bottom: calc((-560/750)*100vw);
    opacity: 1;
  }
  24% {
    bottom: calc((-420/750)*100vw);
    opacity: 1;
  }
  36% {
    bottom: calc((-280/750)*100vw);
    opacity: 1;
  }
  90% {
    bottom: calc((-280/750)*100vw);
    opacity: 1;
  }
  100% {
    bottom: calc((-280/750)*100vw);
    opacity: 0;
  }
}

@keyframes heroSmallArrowMove-pc {
  0% {
    bottom: -44rem;
    opacity: 0;
  }
  12% {
    bottom: -33rem;
    opacity: 1;
  }
  24% {
    bottom: -22rem;
    opacity: 1;
  }
  36% {
    bottom: 0;
    opacity: 1;
  }
  90% {
    bottom: 0;
    opacity: 1;
  }
  100% {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes detailArrowMove-sp {
  0% {
    bottom: -30vw;
    opacity: 0;
  }
  12% {
    bottom: -20vw;
    opacity: 0;
  }
  24% {
    bottom: -10vw;
    opacity: 1;
  }
  36% {
    bottom: 35vw;
    opacity: 1;
  }
  90% {
    bottom: 35vw;
    opacity: 1;
  }
  100% {
    bottom: 35vw;
    opacity: 0;
  }
}

@keyframes detailArrowMove-pc {
  0% {
    bottom: 0;
    opacity: 0;
  }
  12% {
    bottom: 2rem;
    opacity: 0;
  }
  24% {
    bottom: 5rem;
    opacity: 1;
  }
  36% {
    bottom: 15rem;
    opacity: 1;
  }
  90% {
    bottom: 15rem;
    opacity: 1;
  }
  100% {
    bottom: 15rem;
    opacity: 0;
  }
}

@keyframes moveRight {
  0% {
    right: 0;
  }
  50% {
    right: -1rem;
  }
  100% {
    right: 0;
  }
}

@keyframes moveRightWorks {
  0% {
    right: -0.1rem;
  }
  50% {
    right: -1rem;
  }
  100% {
    right: -0.1rem;
  }
}

@keyframes workHoverBalloon {
  0% {
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  40% {
    opacity: 0;
    width: 96%;
    height: 96%;
  }
  100% {
    opacity: 1;
    width: 90%;
    height: 90%;
  }
}

@keyframes workHoverEn {
  0% {
    top: 4rem;
    opacity: 0;
  }
  50% {
    top: 2rem;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes workHoverArrow {
  0% {
    right: 20%;
    opacity: 0;
  }
  50% {
    right: 12.4%;
    opacity: 0;
  }
  100% {
    right: 4.8%;
    opacity: 1;
  }
}

@keyframes enterGoOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  25% {
    opacity: 0.6;
    transform: scale(5);
  }
  50% {
    opacity: 0.3;
    transform: scale(10);
  }
  75% {
    opacity: 0;
    transform: scale(15);
  }
  100% {
    opacity: 0;
    transform: scale(20);
    display: none;
  }
}

@keyframes soBnr {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(0.3rem, 0);
  }
  10% {
    transform: translate(-0.3rem, 0);
  }
  15% {
    transform: translate(0.3rem, 0);
  }
  20% {
    transform: translate(-0.3rem, 0);
  }
  25% {
    transform: translate(0.3rem, 0);
  }
  30% {
    transform: translate(-0.3rem, 0);
  }
  35% {
    transform: translate(0.3rem, 0);
  }
  40% {
    transform: translate(-0.3rem, 0);
  }
  45% {
    transform: translate(0.3rem, 0);
  }
  50% {
    transform: translate(-0.3rem, 0);
  }
  55% {
    transform: translate(0.3rem, 0);
  }
  60% {
    transform: translate(-0.3rem, 0);
  }
  65% {
    transform: translate(0.3rem, 0);
  }
  70% {
    transform: translate(-0.3rem, 0);
  }
  75% {
    transform: translate(0.3rem, 0);
  }
  80% {
    transform: translate(-0.3rem, 0);
  }
  85% {
    transform: translate(0.3rem, 0);
  }
  90% {
    transform: translate(-0.3rem, 0);
  }
  95% {
    transform: translate(0.3rem, 0);
  }
  100% {
    transform: translateX(0);
  }
}

.concept .lowerHero-img {
  width: 33.3rem;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .concept .lowerHero-img {
    width: calc((320/750)*100vw);
  }
}

@keyframes soBnr {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(0.3rem, 0);
  }
  10% {
    transform: translate(-0.3rem, 0);
  }
  15% {
    transform: translate(0.3rem, 0);
  }
  20% {
    transform: translate(-0.3rem, 0);
  }
  25% {
    transform: translate(0.3rem, 0);
  }
  30% {
    transform: translate(-0.3rem, 0);
  }
  35% {
    transform: translate(0.3rem, 0);
  }
  40% {
    transform: translate(-0.3rem, 0);
  }
  45% {
    transform: translate(0.3rem, 0);
  }
  50% {
    transform: translate(-0.3rem, 0);
  }
  55% {
    transform: translate(0.3rem, 0);
  }
  60% {
    transform: translate(-0.3rem, 0);
  }
  65% {
    transform: translate(0.3rem, 0);
  }
  70% {
    transform: translate(-0.3rem, 0);
  }
  75% {
    transform: translate(0.3rem, 0);
  }
  80% {
    transform: translate(-0.3rem, 0);
  }
  85% {
    transform: translate(0.3rem, 0);
  }
  90% {
    transform: translate(-0.3rem, 0);
  }
  95% {
    transform: translate(0.3rem, 0);
  }
  100% {
    transform: translateX(0);
  }
}

@font-face {
  font-family: 'MyCocogoose';
  src: url("../Fonts/Cocogoose Pro Light-trial.ttf");
}

@font-face {
  font-family: 'MyCocogoose-bold';
  src: url("../Fonts/Cocogoose Pro-trial.ttf");
}

.concept-sec-ttl {
  font-size: 3.6rem;
  color: #000;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .concept-sec-ttl {
    font-size: calc((40/750)*100vw);
    margin-bottom: calc((30/750)*100vw);
  }
}

.concept-sec-txt {
  font-size: 1.6rem;
  color: #000;
  line-height: 2;
  font-weight: normal;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .concept-sec-txt {
    font-size: calc((28/750)*100vw);
    text-align: left;
  }
}

.concept-sec-txt + .concept-sec-txt {
  margin-top: 2.4rem;
}

@media screen and (max-width: 767px) {
  .concept-sec-txt + .concept-sec-txt {
    margin-top: calc((30/750)*100vw);
  }
}

.concept-mainImg {
  background-color: #fff;
}

.concept-mainImg .sec-inner {
  padding-top: 0;
  padding-bottom: 11rem;
}

@media screen and (max-width: 767px) {
  .concept-mainImg .sec-inner {
    padding-top: calc((30/750)*100vw);
    padding-bottom: calc((120/750)*100vw);
  }
}

.concept-mainImg-img {
  width: 79.2rem;
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .concept-mainImg-img {
    width: 100%;
  }
}

.concept-comparison {
  background: url(../img/concept/bg_01_pc.webp) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .concept-comparison {
    background-image: url(../img/concept/bg_01_sp.webp);
  }
}

.concept-comparison .sec-inner {
  padding-top: 10rem;
  padding-bottom: 11rem;
}

@media screen and (max-width: 767px) {
  .concept-comparison .sec-inner {
    padding-top: calc((100/750)*100vw);
    padding-bottom: calc((100/750)*100vw);
  }
}

.concept-comparison-img {
  margin-top: 6rem;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .concept-comparison-img {
    margin-top: calc((50/750)*100vw);
    padding-inline: calc((22.5/750)*100vw);
    margin-inline: calc((-22.5/750)*100vw);
    overflow-x: scroll;
  }
}

.concept-comparison-img p {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .concept-comparison-img p {
    width: calc((920/750)*100vw);
  }
}

.concept-comparison-note {
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: right;
  font-weight: normal;
  margin: 0.5rem 0 0;
}

@media screen and (max-width: 767px) {
  .concept-comparison-note {
    font-size: calc((24/750)*100vw);
    text-align: left;
    margin-top: calc((20/750)*100vw);
  }
}

.concept-twoPillars {
  background-color: #fff;
}

.concept-twoPillars .sec-inner {
  padding-top: 10rem;
  padding-bottom: 11rem;
}

@media screen and (max-width: 767px) {
  .concept-twoPillars .sec-inner {
    padding-top: calc((100/750)*100vw);
    padding-bottom: calc((120/750)*100vw);
  }
}

.concept-twoPillars-img {
  width: 92rem;
  margin: 0 auto;
  margin-top: 6rem;
  margin-bottom: 7rem;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .concept-twoPillars-img {
    width: 100%;
    margin-top: calc((60/750)*100vw);
    margin-bottom: calc((80/750)*100vw);
  }
}

.concept-twoPillars-btn a {
  width: 42rem;
  margin: 0 auto;
  animation-duration: 0.2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

@media screen and (max-width: 767px) {
  .concept-twoPillars-btn a {
    width: calc((650/750)*100vw);
  }
}

.concept-twoPillars-btn a:hover {
  animation-name: soBnr;
  opacity: 0.8;
}

.concept-points {
  background-color: #F2F2F2;
}

.concept-points .sec-inner {
  padding-top: 0;
  padding-bottom: 11rem;
}

@media screen and (max-width: 767px) {
  .concept-points .sec-inner {
    padding-bottom: calc((120/750)*100vw);
  }
}

.concept-points .concept-sec-ttl {
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .concept-points .concept-sec-ttl {
    margin-bottom: calc((60/750)*100vw);
  }
}

.concept-points-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 6rem 6.8%;
  border-radius: 1.6rem;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .concept-points-box {
    display: block;
    padding: calc((60/750)*100vw) calc((40/750)*100vw) calc((80/750)*100vw);
    border-radius: calc((20/750)*100vw);
  }
}

.concept-points-box + .concept-points-box {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .concept-points-box + .concept-points-box {
    margin-top: calc((80/750)*100vw);
  }
}

.concept-points-box-txtArea {
  width: calc(440 / (1020 - 70*2) * 100%);
}

@media screen and (max-width: 767px) {
  .concept-points-box-txtArea {
    width: 100%;
  }
}

.concept-points-box-num {
  font-family: 'MyCocogoose-bold';
  color: #FF761A;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .concept-points-box-num {
    font-size: calc((22/750)*100vw);
    text-align: center;
  }
}

.concept-points-box-num span {
  font-size: 1.8rem;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Sans-Serif;
  padding-left: 0.1em;
  position: relative;
  top: 0.05rem;
}

@media screen and (max-width: 767px) {
  .concept-points-box-num span {
    font-size: calc((28/750)*100vw);
    padding-left: 0.2em;
  }
}

.concept-points-box-ttl {
  font-size: 2.8rem;
  line-height: 1.5;
  margin: 1.5rem 0 2rem;
}

@media screen and (max-width: 767px) {
  .concept-points-box-ttl {
    font-size: calc((36/750)*100vw);
    text-align: center;
    margin: calc((25/750)*100vw) auto calc((24/750)*100vw);
  }
}

.concept-points-box .concept-sec-txt {
  text-align: left;
}

.concept-points-box-img {
  width: calc(400 / (1020 - 70*2) * 100%);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .concept-points-box-img {
    width: 100%;
    margin-top: calc((60/750)*100vw);
  }
}

.concept-points-box-img img {
  max-width: 100%;
}

.concept-points-box.box02 img {
  width: 38rem;
}

@media screen and (max-width: 767px) {
  .concept-points-box.box02 img {
    width: calc((500/750)*100vw);
  }
}

.concept-points-box.box03 img {
  width: 36rem;
}

@media screen and (max-width: 767px) {
  .concept-points-box.box03 img {
    width: calc((500/750)*100vw);
  }
}

@media screen and (min-width: 768px) {
  .concept-points-box.box04 .concept-points-box-ttl {
    font-size: 2.6rem;
  }
}

.concept-points-box.box04 img {
  width: 39rem;
}

@media screen and (max-width: 767px) {
  .concept-points-box.box04 img {
    width: calc((500/750)*100vw);
  }
}

.concept-points-box.box05 img {
  width: 36rem;
}

@media screen and (max-width: 767px) {
  .concept-points-box.box05 img {
    width: calc((500/750)*100vw);
  }
}

.concept-member {
  background-color: #fff;
}

.concept-member .sec-inner {
  width: auto;
  padding-inline: 0;
  padding-top: 10rem;
  padding-bottom: 11rem;
}

@media screen and (max-width: 767px) {
  .concept-member .sec-inner {
    padding-top: calc((100/750)*100vw);
    padding-bottom: calc((120/750)*100vw);
  }
}

@media screen and (max-width: 767px) {
  .concept-member-txtArea {
    padding-inline: 3%;
  }
}

.concept-member-slide {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .concept-member-slide {
    margin-top: calc((80/750)*100vw);
  }
}

.concept-member-slide .slideItem {
  padding: 0 8px;
}

@media screen and (max-width: 767px) {
  .concept-member-slide .slideItem {
    padding: 0 calc((16/750)*100vw);
  }
}

.concept-member-slide img {
  display: block;
}

.concept-member .slick-dots {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 35px auto 0;
}

@media screen and (max-width: 767px) {
  .concept-member .slick-dots {
    margin-top: calc((50/750)*100vw);
  }
}

.concept-member .slick-dots li {
  margin: 0 5px;
}

@media screen and (max-width: 767px) {
  .concept-member .slick-dots li {
    margin: 0 calc((12/750)*100vw);
  }
}

.concept-member .slick-dots button {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  font-size: 0;
  padding: 0;
  background: none;
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #999999;
  transition: 0.2s;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .concept-member .slick-dots button {
    width: calc((36/750)*100vw);
    height: calc((36/750)*100vw);
    border-width: calc((8/750)*100vw);
  }
}

.concept-member .slick-dots li.slick-active button {
  border-color: #ffe600;
  background-color: #ffe600;
}

.concept-mvv .sec-inner {
  padding-top: 10rem;
  padding-bottom: 11rem;
}

@media screen and (max-width: 767px) {
  .concept-mvv .sec-inner {
    padding-top: calc((100/750)*100vw);
    padding-bottom: calc((120/750)*100vw);
  }
}

.concept-mvv-box {
  padding: 5rem 2rem calc(6rem - 1em);
  border-radius: 1.2rem;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .concept-mvv-box {
    padding: calc((60/750)*100vw) calc((40/750)*100vw) calc((40/750)*100vw);
    border-radius: calc((20/750)*100vw);
  }
}

.concept-mvv-box + .concept-mvv-box {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .concept-mvv-box + .concept-mvv-box {
    margin-top: calc((60/750)*100vw);
  }
}

.concept-mvv-box-subTtl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 22rem;
  height: 3.6rem;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  background-color: #FF761A;
  border-radius: 3.6rem;
  margin: 0 auto 2.4rem;
}

@media screen and (max-width: 767px) {
  .concept-mvv-box-subTtl {
    width: calc((360/750)*100vw);
    height: calc((60/750)*100vw);
    font-size: calc((24/750)*100vw);
    border-radius: calc((60/750)*100vw);
    margin-bottom: calc((40/750)*100vw);
  }
}

.concept-mvv-box-subTtl span:first-child {
  display: inline-block;
  font-family: 'MyCocogoose-bold';
  position: relative;
  top: 0.05em;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .concept-mvv-box-subTtl span:first-child {
    top: 0.15em;
  }
}

.concept-mvv-box-subTtl span:first-child:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.3rem;
  position: relative;
  top: 0.05em;
  background-color: #fff;
  margin-inline: 0.7em 0.5em;
}

@media screen and (max-width: 767px) {
  .concept-mvv-box-subTtl span:first-child:after {
    height: calc((20/750)*100vw);
    top: 0;
  }
}

.concept-mvv-box-subTtl span + span {
  letter-spacing: 0.02em;
  font-weight: normal;
}

.concept-mvv-box .concept-sec-ttl {
  font-size: 3.2rem;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 767px) {
  .concept-mvv-box .concept-sec-ttl {
    font-size: calc((39/750)*100vw);
    margin-bottom: calc((30/750)*100vw);
  }
}

.concept-mvv-box .concept-sec-txt + .concept-sec-txt {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .concept-mvv-box .concept-sec-txt + .concept-sec-txt {
    margin-top: calc((30/750)*100vw);
  }
}

.top-commitment {
  background-color: #F2F2F2;
}

.top-commitment .sec-inner {
  padding-top: 9rem;
  padding-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .top-commitment .sec-inner {
    padding-top: calc((100/750)*100vw);
    padding-bottom: calc((100/750)*100vw);
  }
}

.top-commitment-ttl {
  font-size: 3.6rem;
  color: #000;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 8.5rem;
}

@media screen and (max-width: 767px) {
  .top-commitment-ttl {
    font-size: calc((34/750)*100vw);
    margin-bottom: calc((120/750)*100vw);
  }
}

.top-commitment-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 70px calc(40/1020*100%);
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .top-commitment-list {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: calc((100/750)*100vw);
    margin-bottom: calc((100/750)*100vw);
  }
}

.top-commitment-list-item {
  width: calc(490/1020*100%);
  padding: 65px calc(40/1020*100%) 44px;
  background-color: #fff;
  border-radius: 12px;
  margin: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top-commitment-list-item {
    width: 100%;
    padding: calc((90/750)*100vw) calc((50/750)*100vw) calc((60/750)*100vw);
    border-radius: calc((20/750)*100vw);
  }
}

.top-commitment-list-item:nth-child(1) {
  width: calc(530/1000*100%);
}

@media screen and (max-width: 767px) {
  .top-commitment-list-item:nth-child(1) {
    width: 100%;
  }
}

.top-commitment-list-item:nth-child(1) dt:before {
  width: 52px;
  height: 59px;
  background: url(../img/top/commitment_icon_01.svg) no-repeat center bottom/cover;
  bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 909px) {
  .top-commitment-list-item:nth-child(1) dt:before {
    left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .top-commitment-list-item:nth-child(1) dt:before {
    width: calc((78/750)*100vw);
    height: calc((89/750)*100vw);
    left: calc((54/750)*100vw);
    bottom: 0;
  }
}

.top-commitment-list-item:nth-child(2) dt:before {
  width: 38px;
  height: 65px;
  background: url(../img/top/commitment_icon_02.svg) no-repeat center bottom/cover;
}

@media screen and (max-width: 767px) {
  .top-commitment-list-item:nth-child(2) dt:before {
    width: calc((70/750)*100vw);
    height: calc((120/750)*100vw);
    bottom: calc((-16/750)*100vw);
  }
}

.top-commitment-list-item:nth-child(3) dt:before {
  width: 41px;
  height: 76px;
  background: url(../img/top/commitment_icon_03.svg) no-repeat center bottom/cover;
}

@media screen and (max-width: 767px) {
  .top-commitment-list-item:nth-child(3) dt:before {
    width: calc((74/750)*100vw);
    height: calc((138/750)*100vw);
  }
}

.top-commitment-list-item dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: calc(340/490*100%);
  height: 50px;
  background-color: #FF761A;
  border-radius: 10px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .top-commitment-list-item dt {
    width: calc((530/750)*100vw);
    height: calc((80/750)*100vw);
    font-size: calc((36/750)*100vw);
    border-radius: calc((16/750)*100vw);
    top: calc((-40/750)*100vw);
  }
}

.top-commitment-list-item dt:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  bottom: -8px;
}

@media screen and (min-width: 768px) and (max-width: 909px) {
  .top-commitment-list-item dt:before {
    left: -5px;
  }
}

@media screen and (max-width: 767px) {
  .top-commitment-list-item dt:before {
    left: calc((30/750)*100vw);
    bottom: calc((-19/750)*100vw);
  }
}

.top-commitment-list-item dd {
  padding: 0;
  margin: 0;
}

.top-commitment-list-item li {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding-top: 24px;
  border-top: 2px dashed #D5D5D5;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .top-commitment-list-item li {
    font-size: calc((32/750)*100vw);
    line-height: 1.5;
    padding-top: calc((30/750)*100vw);
    border-top-width: calc((4/750)*100vw);
    margin-top: calc((30/750)*100vw);
  }
}

.top-commitment-list-item li:nth-child(1) {
  padding-top: 0;
  margin-top: 0;
  border: none;
}

.top-commitment-list-item a {
  display: block;
  width: 100%;
  position: relative;
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .top-commitment-list-item a {
    padding-right: calc((59/750)*100vw);
  }
}

@media screen and (min-width: 768px) {
  .top-commitment-list-item a:hover {
    opacity: 0.5;
  }
}

.top-commitment-list-item a:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #FFE600;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .top-commitment-list-item a:before {
    width: calc((40/750)*100vw);
    height: calc((40/750)*100vw);
  }
}

.top-commitment-list-item a:after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  background: url(../img/top/commitment_arrow_01.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .top-commitment-list-item a:after {
    width: calc((10/750)*100vw);
    height: calc((16/750)*100vw);
    right: calc((13/750)*100vw);
  }
}

.top-commitment-btn a {
  width: 42rem;
  margin: 0 auto;
  animation-duration: 0.2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

@media screen and (max-width: 767px) {
  .top-commitment-btn a {
    width: calc((650/750)*100vw);
  }
}

.top-commitment-btn a:hover {
  animation-name: soBnr;
  opacity: 1;
}
