main {
  position: relative;
}
main .basic-visual {
  padding-inline: 5%;
}
main .circle {
  position: absolute;
  width: 100vw;
  z-index: -1;
  max-width: 1200px;
}
main .circle.c1 {
  border-color: #33B565;
  right: 50%;
  bottom: -5%;
}
main .circle.c2 {
  border-color: #2D74BB;
  left: 50%;
  top: 5%;
}
main .circle.c3 {
  border-color: #FF666F;
  left: 50%;
  top: -50%;
}
main .up {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  main .js-scroll img {
    width: 600px;
    max-width: none;
  }
}

#visual .title .title-layout .title-en {
  padding-left: 95px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #visual .title .title-layout .title-en {
    margin-bottom: 2rem;
    padding-left: 0;
  }
}
#visual .title .title-layout .title-row {
  display: flex;
  align-items: center;
}
#visual .title .title-layout .title-row .icon {
  width: 95px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  #visual .title .title-layout .title-row .icon {
    width: 50px;
  }
  #visual .title .title-layout .title-row .icon img {
    width: 40px;
  }
}
#visual .title .title-layout .title-row h1 {
  flex: 1;
  margin-bottom: 0;
  font-size: clamp(3.575rem, 2.484rem + 1.4vw, 4.5rem);
}
@media screen and (max-width: 767px) {
  #visual .title .title-layout .title-row h1 {
    font-size: clamp(2.45rem, 1.848rem + 0.8vw, 3rem);
  }
}

#inpage-nav {
  background-color: #fff;
  padding: 10px;
}
#inpage-nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#inpage-nav .inner {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #inpage-nav .inner.col4 {
    flex-wrap: wrap;
  }
  #inpage-nav .inner.col4 li {
    width: 50%;
    flex: none;
  }
  #inpage-nav .inner.col4 li:nth-child(odd) a {
    border-left: 1px solid #F2F2F2;
  }
}
#inpage-nav .inner li {
  flex: 1;
}
#inpage-nav .inner li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-right: 1px solid #F2F2F2;
}
#inpage-nav .inner li a span {
  width: 20px;
  height: 20px;
  position: relative;
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
  transition: 0.2s;
}
#inpage-nav .inner li a span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.2s;
}
#inpage-nav .inner li a:hover span {
  background-color: #000;
}
#inpage-nav .inner li a:hover span::after {
  border-color: #fff;
}
#inpage-nav .inner li:first-child a {
  border-left: 1px solid #F2F2F2;
}

#content-wrap {
  padding: 5rem 0;
}
#content-wrap .section-block {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #content-wrap .section-block {
    margin-bottom: 5rem;
  }
}
#content-wrap #first {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #content-wrap #first {
    margin-bottom: 5rem;
  }
}
#content-wrap #first .title {
  position: relative;
  text-align: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  aspect-ratio: 144/40;
}
#content-wrap #first .title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
#content-wrap #first .title h2 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: clamp(2.3rem, 1.792rem + 0.7vw, 2.8rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #content-wrap #first .title h2 {
    font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  }
}
#content-wrap #first .point {
  max-width: 1000px;
  margin: -80px auto 0;
}
@media screen and (max-width: 1100px) {
  #content-wrap #first .point {
    margin-top: -50px;
  }
}
@media screen and (max-width: 767px) {
  #content-wrap #first .point {
    margin-top: -20px;
  }
}
#content-wrap #first .point.wide {
  max-width: 1300px;
}
#content-wrap #first .point.layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5%;
}
@media screen and (max-width: 767px) {
  #content-wrap #first .point.layout {
    grid-template-columns: 1fr;
  }
}
#content-wrap #first .point.layout .box {
  padding: 3rem 3rem;
}
#content-wrap #first .point.layout .box h3 {
  text-align: left;
}
#content-wrap #first .point .box {
  background-color: #5BC383;
  border-radius: 10px;
  padding: 3rem 5rem;
  color: #fff;
  backdrop-filter: blur(50px);
}
@media screen and (max-width: 767px) {
  #content-wrap #first .point .box {
    padding: 3rem;
  }
}
#content-wrap #first .point .box .point-num {
  font-size: clamp(1.475rem, 1.268rem + 0.3vw, 1.7rem);
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 5rem;
}
#content-wrap #first .point .box h3 {
  font-size: clamp(2.15rem, 1.592rem + 0.7vw, 2.6rem);
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #content-wrap #first .point .box h3 {
    font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
    text-align: left;
    margin-bottom: 2rem;
  }
}
#content-wrap #first .point .box p {
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
  line-height: 1.8;
}
#content-wrap #first .point .box .note {
  font-size: clamp(1.175rem, 1.012rem + 0.2vw, 1.3rem);
  margin-top: 1rem;
}
#content-wrap #first .point .box:nth-child(2) {
  background-color: #78A5D3;
}
#content-wrap #field .block {
  background-color: #fff;
  padding: 6rem;
}
@media screen and (max-width: 767px) {
  #content-wrap #field .block {
    padding: 3rem 5%;
  }
}
#content-wrap #field .block.nobg {
  background-color: transparent;
}
#content-wrap #field .block h2 {
  font-size: clamp(2.9rem, 2.16rem + 1vw, 3.6rem);
  font-weight: 500;
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #content-wrap #field .block h2 {
    font-size: clamp(2rem, 1.536rem + 0.6vw, 2.4rem);
    text-align: left;
    margin-bottom: 3rem;
  }
}
#content-wrap #field .block .lead {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #content-wrap #field .block .lead {
    margin-bottom: 3rem;
  }
}
#content-wrap #field .block .zu {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #content-wrap #field .block .zu img {
    width: 700px;
  }
}
#content-wrap #field .block .layout {
  display: grid;
  gap: 0 5%;
}
#content-wrap #field .block .layout.col2 {
  grid-template-columns: repeat(2, 1fr);
}
#content-wrap #field .block .layout.col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  #content-wrap #field .block .layout.col2, #content-wrap #field .block .layout.col3 {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
#content-wrap #field .block .layout .box h3 {
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  font-weight: 500;
}
#content-wrap #field .block .layout .box p {
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
  line-height: 1.8;
}
#content-wrap #field .block .layout .box .image {
  margin: 1rem 0;
}
#content-wrap #field .block .jinji-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
#content-wrap #field .block .jinji-layout .box {
  width: 156px;
  background-color: #EBEFF2;
  padding: 20px 15px;
}
@media screen and (max-width: 610px) {
  #content-wrap #field .block .jinji-layout .box {
    width: calc(50% - 7.5px);
  }
}
#content-wrap #field .block .jinji-layout .box h3 {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #2D74BB;
  font-size: clamp(1.4rem, 1.168rem + 0.3vw, 1.6rem);
  padding: 10px;
  line-height: 1.3;
  height: 73px;
  text-align: center;
}
#content-wrap #field .block .jinji-layout .box p {
  font-size: clamp(1.175rem, 1.012rem + 0.2vw, 1.3rem);
  line-height: 1.8;
  margin-top: 10px;
  text-align: center;
}
#content-wrap #flow {
  background-color: #fff;
  padding: 8rem 0 3rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #content-wrap #flow {
    padding: 5rem 0 3rem;
  }
}
#content-wrap #flow h2 {
  font-size: clamp(2.9rem, 2.16rem + 1vw, 3.6rem);
  font-weight: 500;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #content-wrap #flow h2 {
    font-size: clamp(2.3rem, 1.792rem + 0.7vw, 2.8rem);
  }
}
#content-wrap #flow p {
  margin-bottom: 3rem;
}
#content-wrap #matrix-link {
  margin-block: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #content-wrap #matrix-link {
    margin-block: 2rem;
  }
}
#content-wrap #matrix-link a {
  display: inline-flex;
  align-items: center;
  background-color: #A3B5DD;
  color: #fff;
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  font-weight: 500;
  padding: 15px 30px;
  border-radius: 120px;
}
@media screen and (max-width: 767px) {
  #content-wrap #matrix-link a {
    padding: 10px 20px;
    font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
  }
}
#content-wrap #matrix-link a:hover {
  background-color: #000;
  color: #fff;
}
#content-wrap #matrix-link a:hover .mark {
  transform: translateX(5px);
  background-color: #fff;
}
#content-wrap #matrix-link a:hover .mark::before {
  background-color: #000;
}
#content-wrap #matrix-link a:hover .mark::after {
  border-color: #000;
}
#content-wrap #main-job {
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  #content-wrap #main-job {
    padding-block: 5rem;
  }
}
#content-wrap #main-job h2 {
  font-size: clamp(2.9rem, 2.16rem + 1vw, 3.6rem);
  font-weight: 500;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #content-wrap #main-job h2 {
    font-size: clamp(2.3rem, 1.792rem + 0.7vw, 2.8rem);
  }
}
#content-wrap #main-job .layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 5%;
}
#content-wrap #main-job .layout .box {
  margin-bottom: 5rem;
}
#content-wrap #main-job .layout .box h3 {
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
}
#content-wrap #main-job .layout .box .image {
  margin-block: 1rem;
}
#content-wrap #strategy {
  margin-bottom: 13rem;
}
#content-wrap #strategy .block {
  background-color: #fff;
  border-radius: 10px;
  padding: 8rem 8%;
}
@media screen and (max-width: 767px) {
  #content-wrap #strategy .block {
    padding: 5rem 5%;
  }
}
#content-wrap #strategy .block h2 {
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
  color: #2D74BB;
  margin-bottom: 5rem;
}
#content-wrap #strategy .block .copy {
  font-size: clamp(2.3rem, 1.792rem + 0.7vw, 2.8rem);
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #content-wrap #strategy .block .copy {
    font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  }
}
#content-wrap #strategy .block .layout {
  display: flex;
  align-items: center;
  gap: 3%;
}
#content-wrap #strategy .block .layout p {
  flex: 1;
}
#content-wrap #strategy .block .layout .image {
  width: 60%;
}
#content-wrap #roll {
  padding: 8rem 0 8rem;
}
@media screen and (max-width: 767px) {
  #content-wrap #roll {
    padding: 5rem 0 5rem;
  }
}
#content-wrap #roll .mb {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #content-wrap #roll .mb {
    margin-bottom: 3rem;
  }
}
#content-wrap #roll h2 {
  font-size: clamp(2.9rem, 2.16rem + 1vw, 3.6rem);
  font-weight: 500;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #content-wrap #roll h2 {
    font-size: clamp(2rem, 1.536rem + 0.6vw, 2.4rem);
    text-align: left;
  }
}
#content-wrap #roll .copy {
  font-size: clamp(2.3rem, 1.792rem + 0.7vw, 2.8rem);
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 3rem;
  color: #2D74BB;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #content-wrap #roll .copy {
    font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
    text-align: left;
  }
}
#content-wrap #roll .layout {
  display: grid;
  gap: 0 5%;
}
#content-wrap #roll .layout.col3 {
  grid-template-columns: repeat(3, 1fr);
}
#content-wrap #roll .layout.col2 {
  grid-template-columns: repeat(2, 1fr);
}
#content-wrap #roll .layout.col2 .box:nth-child(1),
#content-wrap #roll .layout.col2 .box:nth-child(2) {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #content-wrap #roll .layout.col2 .box:nth-child(1),
  #content-wrap #roll .layout.col2 .box:nth-child(2) {
    margin-bottom: 5rem;
  }
}
#content-wrap #roll .layout.col1 {
  grid-template-columns: 1fr;
}
#content-wrap #roll .layout.col1 .box {
  display: flex;
  align-items: flex-end;
  gap: 3%;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #content-wrap #roll .layout.col1 .box {
    margin-bottom: 5rem;
  }
}
#content-wrap #roll .layout.col1 .box:nth-child(even) {
  flex-direction: row-reverse;
}
#content-wrap #roll .layout.col1 .box .image {
  width: 53%;
  line-height: 0;
}
#content-wrap #roll .layout.col1 .box .text {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #content-wrap #roll .layout.col3, #content-wrap #roll .layout.col2 {
    grid-template-columns: 1fr;
  }
  #content-wrap #roll .layout.col3 .box, #content-wrap #roll .layout.col2 .box {
    margin-bottom: 5rem;
  }
  #content-wrap #roll .layout.col1 .box {
    flex-direction: column;
    margin-bottom: 5rem;
  }
  #content-wrap #roll .layout.col1 .box:nth-child(even) {
    flex-direction: column;
  }
  #content-wrap #roll .layout.col1 .box .image {
    width: 100%;
  }
}
#content-wrap #roll .layout .box .sub {
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
#content-wrap #roll .layout .box .sub::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #000;
}
#content-wrap #roll .layout .box h3 {
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
  display: flex;
  align-items: flex-end;
}
#content-wrap #roll .layout .box .image {
  margin: 1rem 0;
}
#content-wrap #roll .layout .box p {
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
  line-height: 1.8;
}
#content-wrap #roll-digital {
  background-color: #fff;
  border-radius: 10px;
  padding: 8rem 8%;
  margin-bottom: 13rem;
}
@media screen and (max-width: 767px) {
  #content-wrap #roll-digital {
    padding: 5rem 5%;
  }
}
#content-wrap #roll-digital h2 {
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
  color: #2D74BB;
  margin-bottom: 5rem;
}
#content-wrap #roll-digital .layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3%;
}
@media screen and (max-width: 767px) {
  #content-wrap #roll-digital .layout {
    grid-template-columns: 1fr;
  }
}
#content-wrap #roll-digital .layout .box {
  background-color: #EBEFF2;
  padding: 3rem 8%;
  margin-bottom: 4rem;
}
#content-wrap #roll-digital .layout .box h3 {
  position: relative;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
  margin-bottom: 2rem;
}
#content-wrap #roll-digital .layout .box h3 span {
  display: inline-block;
  line-height: 0;
  position: absolute;
  bottom: -15px;
  margin-left: 2rem;
  width: 25%;
}
#content-wrap #roll-digital .layout .box.box4 {
  background-color: #FBD366;
}
#content-wrap #merit {
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #content-wrap #merit {
    padding-bottom: 5rem;
  }
}
#content-wrap #merit h2 {
  font-size: clamp(2.9rem, 2.16rem + 1vw, 3.6rem);
  font-weight: 500;
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #content-wrap #merit h2 {
    font-size: clamp(2rem, 1.536rem + 0.6vw, 2.4rem);
    text-align: left;
  }
}
#content-wrap #merit .layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 5%;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  #content-wrap #merit .layout {
    margin-bottom: 5rem;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
#content-wrap #merit .layout .box {
  background-color: #5BC383;
  border-radius: 10px;
  padding: 3rem 3rem;
  color: #fff;
}
#content-wrap #merit .layout .box .merit-num {
  font-size: clamp(1.475rem, 1.268rem + 0.3vw, 1.7rem);
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 3rem;
}
#content-wrap #merit .layout .box p {
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  line-height: 1.8;
}
#content-wrap #merit .layout .box p.tc {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #content-wrap #merit .layout .box p.tc {
    text-align: left;
  }
}
#content-wrap #merit .layout .box:nth-child(2) {
  background-color: #578FC8;
}
#content-wrap #merit .layout .box .image {
  margin: 2rem 0;
}
#content-wrap #merit .layout .box .center {
  text-align: center;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  margin-top: 2rem;
}
#content-wrap #merit .layout .box .center .image {
  margin-block: clamp(0.5rem, 1.2vw, 1.5rem);
}
#content-wrap #active h2 {
  text-align: center;
  font-size: clamp(2.9rem, 2.16rem + 1vw, 3.6rem);
  font-weight: 500;
  margin-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  #content-wrap #active h2 {
    font-size: clamp(2.3rem, 1.792rem + 0.7vw, 2.8rem);
  }
}
#content-wrap #active .block {
  position: relative;
  margin-bottom: 20rem;
}
#content-wrap #active .block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(50px);
}
#content-wrap #active .block .inner {
  position: relative;
  display: flex;
}
#content-wrap #active .block .inner.rev {
  flex-direction: row-reverse;
}
#content-wrap #active .block .inner.rev .image {
  transform: translate(7%, -100px);
}
#content-wrap #active .block .inner.rev .text {
  padding: 7rem 4rem 7rem 0;
}
#content-wrap #active .block .inner.rev .text .case {
  right: 7rem;
  text-align: left;
}
#content-wrap #active .block .inner .image {
  position: relative;
  z-index: 1;
  transform: translate(-7%, -100px);
  width: 45%;
}
#content-wrap #active .block .inner .text {
  position: relative;
  z-index: 1;
  width: 55%;
  padding: 7rem 0 7rem 4rem;
}
#content-wrap #active .block .inner .text .case {
  position: absolute;
  top: -4rem;
  right: 0;
  font-size: clamp(1.1rem, 1.056rem + 0.1vw, 1.2rem);
  font-weight: 500;
}
#content-wrap #active .block .inner .text h3 {
  font-size: clamp(1.475rem, 1.268rem + 0.3vw, 1.7rem);
  font-weight: 500;
  margin-bottom: 1rem;
}
#content-wrap #active .block .inner .text .theme {
  font-size: clamp(2.3rem, 1.792rem + 0.7vw, 2.8rem);
  font-weight: 500;
  line-height: 1.8;
  color: #2D74BB;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #content-wrap #active .block .inner .text .theme {
    font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  }
}
#content-wrap #active .block .inner .text .det {
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
  line-height: 1.8;
}
#content-wrap #active .block .inner .text .profile {
  margin-top: 3rem;
  display: flex;
  align-items: flex-end;
  gap: 3rem;
}
#content-wrap #active .block .inner .text .profile .photo {
  width: 170px;
}
#content-wrap #active .block .inner .text .profile p {
  flex: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 1rem;
  font-size: clamp(1.475rem, 1.268rem + 0.3vw, 1.7rem);
  font-weight: 500;
}
#content-wrap #faq {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  #content-wrap #faq {
    margin-bottom: 5rem;
  }
}
#content-wrap #faq .block {
  background-color: #fff;
  border-radius: 10px;
  padding: 8rem 8%;
}
@media screen and (max-width: 767px) {
  #content-wrap #faq .block {
    padding: 3rem 5%;
  }
}
#content-wrap #faq .block h2 {
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #content-wrap #faq .block h2 {
    margin-bottom: 3rem;
  }
}
#content-wrap #faq .block dl {
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}
#content-wrap #faq .block dl dt {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
#content-wrap #faq .block dl dt:hover .qa {
  transform: scale(1.05);
}
#content-wrap #faq .block dl dt .qa {
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  color: #fff;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
  border-radius: 50%;
  background-color: #66C88B;
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  #content-wrap #faq .block dl dt .qa {
    width: 50px;
    height: 50px;
  }
}
#content-wrap #faq .block dl dt p {
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
  color: #66C88B;
  flex: 1;
}
#content-wrap #faq .block dl dt .oc {
  width: 40px;
  height: 40px;
  position: relative;
  transition: 0.2s;
}
#content-wrap #faq .block dl dt .oc::before, #content-wrap #faq .block dl dt .oc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #000;
}
#content-wrap #faq .block dl dt .oc::before {
  transform: translate(-50%, -50%);
}
#content-wrap #faq .block dl dt .oc::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
#content-wrap #faq .block dl dd {
  display: none;
}
#content-wrap #faq .block dl dd .layout {
  display: flex;
  padding: 20px 0;
  border-top: 1px dashed #D8D8D8;
}
#content-wrap #faq .block dl dd .qa {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  color: #fff;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
  border-radius: 50%;
  background-color: #222;
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  #content-wrap #faq .block dl dd .qa {
    width: 50px;
    height: 50px;
  }
}
#content-wrap #faq .block dl dd p {
  padding-top: 2rem;
  flex: 1;
}
#content-wrap #faq .block dl.active dt .oc {
  transform: rotate(45deg);
}
#content-wrap #link {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  #content-wrap #link {
    padding-bottom: 5rem;
  }
}
#content-wrap #link a {
  max-width: 780px;
  height: 180px;
  background-color: #A3B5DD;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #content-wrap #link a {
    flex-direction: column;
    height: auto;
    padding: 40px;
  }
}
#content-wrap #link a p {
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #content-wrap #link a p {
    font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
    text-align: center;
    margin-bottom: 2rem;
  }
}
#content-wrap #link a .btn {
  border: 1px solid #000;
  padding: 10px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
}
#content-wrap #link a:hover .btn {
  background-color: #000;
  color: #fff;
}
#content-wrap #link a:hover .btn .mark {
  transform: translateX(5px);
  background-color: #fff;
}
#content-wrap #link a:hover .btn .mark::before {
  background-color: #000;
}
#content-wrap #link a:hover .btn .mark::after {
  border-color: #000;
}
#content-wrap #in-link {
  padding-block: 8rem 0;
}
@media screen and (max-width: 767px) {
  #content-wrap #in-link {
    padding-block: 5rem;
  }
}
#content-wrap #in-link .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #000;
  padding: 10px 20px 10px 40px;
  border-radius: 50px;
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
}
#content-wrap #in-link .btn .mark {
  display: inline-block;
  border-radius: 50%;
  background-color: #000;
  margin-left: 10px;
  transition: 0.2s;
}
#content-wrap #in-link .btn:hover {
  background-color: #000;
  color: #fff;
}
#content-wrap #in-link .btn:hover .mark {
  transform: translateX(5px);
  background-color: #fff;
}
#content-wrap #in-link .btn:hover .mark::before {
  background-color: #000;
}
#content-wrap #in-link .btn:hover .mark::after {
  border-color: #000;
}