@charset "utf-8";
/* common style
-------------------------------------------------------------- */
/* btn */
.btnMore a::after {
  width: 16px;
  height: 16px;
  -webkit-mask: url(../img/common/ico_blank_gr2.svg) no-repeat center / contain;
  mask: url(../img/common/ico_blank_gr2.svg) no-repeat center / contain;
}

/* strong
-------------------------------------------------------------- */
.anchorLayout {
  margin-top: 20rem;
  gap: 6rem;
}

.anchorNav {
  padding-left: 7.5rem;
  width: 34rem;
}

.anchorNav ul {
  padding: 2.4rem 0 5rem;
}

.pointSection--bg {
  margin-left: calc(-1 * 39rem);
  width: calc(100% + 39rem);
  padding-left: 45rem !important;
}

.strong .pointSection {
  position: relative;
  padding: 15rem 7rem 15rem 6rem;
}

.strong .pointSection:first-of-type {
  padding: 0 7rem 15rem 6rem;
}

.strong .pointSection .txtStrong {
  position: absolute;
  top: 17rem;
  left: 0;
  color: var(--green);
  font-size: 2.4rem;
  letter-spacing: .2rem;
  line-height: 1;
  writing-mode: vertical-lr;
}

.strong .pointSection .txtStrong::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: var(--green);
  content: "";
}

.strong .pointSection .txtStrong span {
  position: relative;
  display: inline-block;
  padding-bottom: 1rem;
  margin-bottom: 25rem;
  background-color: var(--white);
  z-index: 2;
}

.strong .pointSection:first-of-type .txtStrong {
  top: 2rem;
}

.strong .pointSection.pointSection--bg .txtStrong {
  left: 39rem;
}

.strong .pointSection.pointSection--bg .txtStrong span {
  background-color: var(--lightGray);
}

.strong .pointSection h2 .en2 {
  display: block;
  color: var(--green);
  font-size: 12rem;
  letter-spacing: .3rem;
  line-height: 1;
}

.strong .pointSection h2 .jp {
  display: block;
  margin: 3rem 0 5rem;
  color: var(--black);
  font-size: 3.2rem;
  line-height: 1.4;
}

.strong .pointSection .txtLead {
  padding-bottom: 7rem;
  font-size: 1.8rem;
}

.strong .pointSection h3 {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 4rem;
  width: 100%;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.strong .pointSection h3::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--green);
  width: 3px;
  height: 20px;
  content: "";
}

.strong .pointSection h4 {
  padding-bottom: 2rem;
  color: var(--green);
  font-size: 2rem;
  font-weight: 500;
}

.strong .pointSection .point01Wrap {
  gap: 0 5rem;
  margin-bottom: 10rem;
  max-width: 1060px;
}

.strong .pointSection .point01Wrap .imgBox {
  width: 49.5%;
  max-width: 525px;
}

.strong .pointSection .point01Wrap .imgBox figure {
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--lightGreen);
}

.strong .pointSection .point01Wrap .imgBox .bnr a {
  position: relative;
  display: block;
  margin: 3rem auto 0;
  max-width: 408px;
  aspect-ratio: 408 / 119;
}

.strong .pointSection .point01Wrap .imgBox .bnr a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.4rem;
  margin: auto;
  width: 29px;
  height: 29px;
  background: url(../img/common/ico_blank_gr.svg) no-repeat center / contain;  
  content: "";
}

.strong .pointSection .point01Wrap .txtBox {
  flex: 1;
}

.strong .pointSection .point01Wrap .txtBox p {
  padding-bottom: 4rem;
  line-height: 2.3;
}

.strong .pointSection .point02Wrap {
  gap: 0 3rem;
  max-width: 1060px;
}

.strong .pointSection .point02Wrap figure {
  width: 49.2%;
  max-width: 522px;
}

.strong .pointSection .point02Wrap .txtBox {
  flex: 1;
}

.strong .pointSection .point02Wrap .txtBox p {
  padding-bottom: 8rem;
  line-height: 2.3;
}

@media (width <= 1200px) {
  .anchorLayout {
    margin-top: 15rem;
    gap: 4rem;
  }
  
  .anchorNav {
    padding-left: 5rem;
    width: 29rem;
  }
  
  .anchorNav ul {
    padding: 2.4rem 0 5rem;
  }

  .anchorNav li {
    font-size: 1.4rem;
  }
  
  .pointSection--bg {
    margin-left: calc(-1 * 32rem);
    width: calc(100% + 32rem);
    padding-left: 38rem !important;
  }
  
  .strong .pointSection {
    padding: 12rem 5rem 12rem 6rem;
  }
  
  .strong .pointSection:first-of-type {
    padding: 0 5rem 12rem 6rem;
  }

  .strong .pointSection .txtStrong {
    top: 14rem;
  }

  .strong .pointSection.pointSection--bg .txtStrong {
    left: 32rem;
  }

  .strong .pointSection h2 .en2 {
    font-size: 10rem;
  }
  
  .strong .pointSection h2 .jp {
    margin: 2rem 0 4rem;
    font-size: 3rem;
  }
  
  .strong .pointSection .txtLead {
    padding-bottom: 5rem;
    font-size: 1.6rem;
  }
  
  .strong .pointSection h3 {
    margin-bottom: 3rem;
  }
  
  .strong .pointSection .point01Wrap {
    gap: 0;
    margin-bottom: 8rem;
  }
  
  .strong .pointSection .point01Wrap .imgBox {
    margin-bottom: 3rem;
    width: 100%;
  }
  
  .strong .pointSection .point01Wrap .txtBox p {
    padding-bottom: 3rem;
  }
  
  .strong .pointSection .point02Wrap {
    gap: 0;
  }
  
  .strong .pointSection .point02Wrap h3 {
    order: 1;
  }

  .strong .pointSection .point02Wrap figure {
    margin-bottom: 3rem;
    width: 100%;
    order: 2;
  }
  
  .strong .pointSection .point02Wrap .txtBox {
    order: 3;
  }
  
  .strong .pointSection .point02Wrap .txtBox p {
    padding-bottom: 8rem;
    line-height: 2.3;
  }
}

@media (width <= 960px) {
  .anchorLayout {
    margin-top: 15rem;
    gap: 3rem;
  }
  
  .anchorNav {
    padding-left: 3rem;
    width: 22rem;
  }
  
  .anchorNav ul {
    padding: 2.4rem 0 5rem;
  }

  .anchorNav li {
    padding-left: 2rem;
    font-size: 1.2rem;
  }

  .anchorNav li a::before {
    width: 8px;
    height: 8px;
  }
  
  .pointSection--bg {
    margin-left: calc(-1 * 28rem);
    width: calc(100% + 28rem);
    padding-left: 32rem !important;
  }
  
  .strong .pointSection {
    padding: 10rem 3rem 10rem 4rem;
  }
  
  .strong .pointSection:first-of-type {
    padding: 0 3rem 10rem 4rem;
  }

  .strong .pointSection .txtStrong {
    top: 12rem;
  }

  .strong .pointSection .txtStrong span {
    font-size: 2rem;
  }

  .strong .pointSection.pointSection--bg .txtStrong {
    left: 28rem;
  }

  .strong .pointSection h2 .en2 {
    font-size: 8rem;
  }
  
  .strong .pointSection h2 .jp {
    font-size: 2.8rem;
  }
  
  .strong .pointSection .txtLead {
    padding-bottom: 5rem;
  }
  
}

@media (width <= 767px) {
  .anchorLayout {
    margin-top: 2rem;
  }
  .anchorNav {
    padding-left: 0;
    margin: auto;
    width: 25rem;
  }
  
  .anchorNav ul {
    padding: 2.4rem 0 5rem;
  }

  .anchorNav li {
    padding-left: 2rem;
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }

  .anchorNav li a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: url(../img/common/arrow_b_gr.svg) no-repeat center / contain;
    transition: opacity .3s ease-in-out;
    content: "";
  }

  .pointSection--bg {
    margin-left: 0;
    width: 100%;
    padding: 8rem 5%!important;
  }

  .strong .pointSection {
    padding: 8rem 5%;
  }

  .strong .pointSection:first-of-type {
    padding: 0 5% 8rem;
  }

  .strong .pointSection h2 {
    text-align: center;
  }

  .strong .pointSection h2 .en2 {
    font-size: 10rem;
  }

  .strong .pointSection h2 .en2 small {
    display: block;
    margin-bottom: -1rem;
    font-size: 1.5rem;
    letter-spacing: .1rem;
    line-height: 1;
  }

  .strong .pointSection h2 .jp {
    margin: 3rem 0 2rem;
    font-size: 2.2rem;
  }

  .strong .pointSection .txtLead {
    font-size: 1.6rem;
  }

  .strong .pointSection h3 {
    margin-bottom: 3rem;
    font-size: 2rem;
  }

  .strong .pointSection h4 {
    font-size: 1.8rem;
  }

  .strong .pointSection .point01Wrap {
    margin-bottom: 4rem;
  }

  .strong .pointSection .point01Wrap .imgBox {
    margin-bottom: 5rem;
  }
  
  .strong .pointSection .point01Wrap .imgBox .bnr a {
    max-width: 85%;
  }

  .strong .pointSection .point01Wrap .imgBox .bnr a::after {
    right: 1rem;
    width: 2rem;
    height: 2rem;
  }

  .strong .pointSection .point01Wrap .txtBox p,
  .strong .pointSection .point02Wrap .txtBox p {
    font-size: 1.6rem;
    line-height: 2;
  }

  .strong .pointSection .point02Wrap .txtBox p {
    padding-bottom: 2rem;
  }
}
