:root {
  --noto-sans: "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
  --poppins: "poppins", "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
  --blue: #0047ba;
  --red: #ff2d4b;
  --white: #ffffff;
  --black: #000000;
}

html,
body {
  overflow: clip !important;
}
@media screen and (max-width: 767px) {
  html,
  body {
    overflow: visible !important;
  }
}

section.lead {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
  width: 90%;
}

section.pickup {
  background-color: #e4edfa;
  border-radius: 60px;
  max-width: 1400px;
  margin: 80px auto 0;
  width: 90%;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.pickup {
    margin-top: 60px;
    border-radius: 30px;
  }
}
section.pickup .obj01 {
  width: 97px;
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  section.pickup .obj01 {
    display: none;
  }
}
section.pickup .obj02 {
  width: 134px;
  position: absolute;
  top: -20px;
  right: 30px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  section.pickup .obj02 {
    width: 17vw;
    top: -3vw;
    right: 2vw;
  }
}
section.pickup .obj03 {
  width: 189px;
  position: absolute;
  bottom: -40px;
  right: -50px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  section.pickup .obj03 {
    display: none;
  }
}
section.pickup .inner {
  position: relative;
  overflow: hidden;
  padding: 40px 60px 80px;
  border-radius: 60px;
}
@media screen and (max-width: 1200px) {
  section.pickup .inner {
    padding: 40px 40px 80px;
  }
}
@media screen and (max-width: 767px) {
  section.pickup .inner {
    border-radius: 30px;
    padding: 30px 5% 40px;
  }
}
section.pickup .inner > h2 {
  color: #ffffff;
  font-size: 80px;
  font-weight: 600;
  font-family: var(--poppins);
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  section.pickup .inner > h2 {
    font-size: 40px;
  }
}
section.pickup .inner .bg-circle {
  width: 860px;
  position: absolute;
  right: -20px;
  top: 140px;
  border-radius: 100%;
  background-color: #f6f8fd;
  aspect-ratio: 1/1;
  z-index: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 1440px) {
  section.pickup .inner .bg-circle {
    opacity: 0;
  }
}
section.pickup .inner .feature-box {
  margin-top: 50px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 1200px) {
  section.pickup .inner .feature-box {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  section.pickup .inner .feature-box {
    flex-direction: column;
    margin-top: 30px;
  }
}
section.pickup .inner .feature-box .img {
  width: 48%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  section.pickup .inner .feature-box .img {
    width: 100%;
  }
}
section.pickup .inner .feature-box .img img {
  border-radius: 30px;
}
section.pickup .inner .feature-box .txt-area {
  width: 48%;
  padding-left: 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  section.pickup .inner .feature-box .txt-area {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  section.pickup .inner .feature-box .txt-area {
    padding: 0;
    width: 100%;
  }
}
section.pickup .inner .feature-box .txt-area h3 {
  font-size: 32px;
  font-weight: bold;
  color: var(--blue);
  padding-bottom: 10px;
  border-bottom: 1px solid #c8d7f0;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  section.pickup .inner .feature-box .txt-area h3 {
    font-size: 24px;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
section.pickup .inner .feature-box .txt-area ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 25px;
}
section.pickup .inner .feature-box .txt-area ul li {
  font-size: 16px;
  color: var(--white);
  background-color: var(--blue);
  line-height: 1;
  padding: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  section.pickup .inner .feature-box .txt-area ul li {
    font-size: 14px;
  }
}

section.anchor {
  margin-top: 150px;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  section.anchor {
    margin-top: 80px;
  }
}
section.anchor ul.anchor-list {
  max-width: 580px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 20px;
}
@media screen and (max-width: 767px) {
  section.anchor ul.anchor-list {
    gap: 40px 10px;
  }
}
@media screen and (max-width: 450px) {
  section.anchor ul.anchor-list {
    gap: 35px 10px;
  }
}
section.anchor ul.anchor-list li {
  background-color: #e4edfa;
  border-radius: 10px;
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px) {
  section.anchor ul.anchor-list li {
    width: calc((100% - 20px) / 2);
  }
}
section.anchor ul.anchor-list li a {
  text-align: center;
  position: relative;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  section.anchor ul.anchor-list li a:hover {
    opacity: 0.6;
  }
  section.anchor ul.anchor-list li a:hover:after {
    top: calc(100% + 13px);
  }
}
section.anchor ul.anchor-list li a:after {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  translate: -50% 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--blue);
  border-right: 1px solid var(--blue);
  transform: rotate(135deg);
  transition: top 0.3s;
}
@media screen and (max-width: 767px) {
  section.anchor ul.anchor-list li a:after {
    top: calc(100% + 5px);
  }
}
section.anchor ul.anchor-list li a dl {
  padding: 10px 8px;
}
section.anchor ul.anchor-list li a dl dt {
  color: #91a7db;
  font-size: 12px;
  font-weight: 600;
  font-family: var(--poppins);
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  section.anchor ul.anchor-list li a dl dt {
    font-size: 11px;
  }
}
section.anchor ul.anchor-list li a dl dt span {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  section.anchor ul.anchor-list li a dl dt span {
    font-size: 16px;
  }
}
section.anchor ul.anchor-list li a dl dd {
  font-size: 16px;
  font-weight: bold;
  color: var(--blue);
  line-height: 1.3;
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  section.anchor ul.anchor-list li a dl dd {
    font-size: 15px;
  }
}
@media screen and (max-width: 450px) {
  section.anchor ul.anchor-list li a dl dd {
    min-height: 2.5em;
  }
}
section.anchor ul.anchor-list li a dl dd span {
  display: block;
  font-size: 12px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  section.anchor ul.anchor-list li a dl dd span {
    font-size: 11px;
  }
}

section.works {
  position: relative;
  height: 100%;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  section.works {
    padding-bottom: 0;
  }
}
section.works .bg {
  width: 100% !important;
  max-width: 100% !important;
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0;
}
@media screen and (max-width: 767px) {
  section.works .bg {
    top: 50%;
    transform: translateY(-50%);
  }
}
section.works .bg img {
  width: 100%;
}
section.works > div {
  max-width: 1200px;
  margin: 150px auto 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  section.works > div {
    margin-top: 60px;
  }
}
section.works > div.first {
  margin-top: -100%;
}
section.works > div .ttl-area {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}
section.works > div .ttl-area h3 {
  font-size: 14px;
  font-family: var(--poppins);
  color: #c2cbe8;
  font-weight: 600;
  letter-spacing: 0.05em;
}
section.works > div .ttl-area h3 span {
  font-size: 24px;
}
section.works > div .ttl-area h2 {
  font-size: 32px;
  font-weight: bold;
  color: var(--blue);
}
@media screen and (max-width: 767px) {
  section.works > div .ttl-area h2 {
    font-size: 24px;
  }
}
section.works > div ul {
  max-width: 1100px;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 80px 40px;
}
@media screen and (max-width: 767px) {
  section.works > div ul {
    margin-top: 30px;
    gap: 40px;
  }
}
section.works > div ul li {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 767px) {
  section.works > div ul li {
    width: 100%;
  }
}
section.works > div ul li figure img {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  section.works > div ul li figure img {
    border-radius: 10px;
  }
}
section.works > div ul li figure figcaption {
  color: var(--blue);
  font-size: 16px;
  margin-top: 10px;
}
section.works .link {
  text-align: center;
}