@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
#mainvisual .mv__bg::before {
  background: url(../images/401k/mv.jpg) no-repeat center;
  background-size: cover;
}

#intro {
  position: relative;
  padding: 80px 0 80px;
}
#intro .section__title {
  margin-bottom: 30px;
  font-size: 35rem;
  letter-spacing: 0.06em;
}
#intro .intro__block .block__img {
  width: 43.8%;
}
#intro .intro__block .block__img img {
  margin-left: -16px;
}
#intro .intro__block .block__body {
  width: 55%;
  line-height: 2.25;
}
#intro .intro__block .block__body .body__title {
  margin-bottom: 24px;
  color: #006432;
  font-size: 35rem;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
#intro .intro__block .block__body .banner {
  position: relative;
  display: block;
  margin-top: 40px;
  padding: 20px 16px 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
  color: #171c61;
  text-align: center;
  text-decoration: none;
}
#intro .intro__block .block__body .banner:hover::after {
  right: 18px;
}
#intro .intro__block .block__body .banner::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#intro .intro__block .block__body .banner .banner__text {
  margin-top: 4px;
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1.5;
}

#merit {
  position: relative;
  padding: 140px 0;
  color: #fff;
  z-index: 1;
}
#merit .merit__bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 910px);
  margin: auto 0;
  background: url(../images/common/bg_dots.png) center top;
  z-index: auto;
}
#merit .merit__bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(100% - 5px);
  display: block;
  width: 100%;
  height: 455px;
  background: url(../images/common/bg_dots.png) center top, #006432;
  -webkit-mask-image: url(../images/common/bg_clip_top.svg);
  mask-image: url(../images/common/bg_clip_top.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: 2562px;
          mask-size: 2562px;
}
#merit .merit__bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% - 5px);
  display: block;
  width: 100%;
  height: 455px;
  background: url(../images/common/bg_dots.png) center top, #006432;
  -webkit-mask-image: url(../images/common/bg_clip_bottom.svg);
  mask-image: url(../images/common/bg_clip_bottom.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-size: 2562px;
          mask-size: 2562px;
}
#merit > * {
  position: relative;
  z-index: 1;
}
#merit .img__abs01 {
  position: absolute;
  right: 4%;
  top: -60px;
}
#merit .img__abs02 {
  position: absolute;
  left: 3%;
  bottom: 40px;
  max-width: 24%;
}
#merit .section__title {
  margin-bottom: 56px;
}
#merit .section__title .quote {
  padding: 0 40px;
}
#merit .merit__list {
  position: relative;
  margin: 0;
  padding-bottom: 40px;
  gap: 80px;
  justify-content: center;
  list-style-type: none;
}
#merit .merit__list > li {
  position: relative;
  width: calc(50% - 40px);
  padding: 32px 32px;
  background: #33835b;
  border-radius: 20px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
}
#merit .merit__list .list__img {
  margin-bottom: 32px;
  text-align: center;
}
#merit .merit__list .list__img img {
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.15));
}
#merit .merit__list .color {
  color: #ffe600;
}
#merit .merit__list .list__title {
  margin-bottom: 20px;
  color: #ffe600;
  font-size: 25rem;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-align: center;
}
#merit .merit__list .list__title span {
  font-weight: inherit;
}
#merit .merit__list .list__title .small {
  font-size: 75%;
  letter-spacing: 0.04em;
}
#merit .merit__list .list__note {
  position: absolute;
  left: 0;
  top: calc(100% + 24px);
  width: 100%;
}

#merit02 {
  position: relative;
  margin-top: -455px;
  padding: 550px 0 590px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(224, 224, 224, 0.8) 100%);
}
#merit02::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_dots_white.png) center top;
  mix-blend-mode: multiply;
}
#merit02 .img__abs01 {
  position: absolute;
  right: 19%;
  top: 440px;
}
#merit02 .section__title {
  margin-bottom: 56px;
}
#merit02 .section__title .quote {
  padding: 0 40px;
}
#merit02 .merit02__list {
  position: relative;
  margin: 0;
  color: #fff;
  list-style-type: none;
}
#merit02 .merit02__list > li {
  width: 28.71%;
  max-width: 310px;
  padding: 24px 24px 28px;
  background: #f0922d;
  border-radius: 20px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
}
#merit02 .merit02__list .list__num {
  width: 50px;
  height: 50px;
  margin: 0 auto 36px;
  background: #006432;
  border-radius: 50%;
  font-size: 20rem;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
}
#merit02 .merit02__list .list__title {
  margin-bottom: 24px;
  color: #ffe600;
  font-size: 22rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
#merit02 .merit02__list .list__title span {
  font-weight: inherit;
}
#merit02 .merit02__list .list__title .small {
  display: inline-block;
  font-size: 75%;
  letter-spacing: 0.1em;
}
#merit02 .merit02__note {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 14rem;
}

#faq {
  margin-top: -455px;
  position: relative;
  padding: 140px 0 140px;
}
#faq .faq__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_right.png) no-repeat right bottom 20px, url(../images/common/bg_dots_white.png) center top;
  -webkit-mask-image: url(../images/common/bg_clip_top_big.svg);
  mask-image: url(../images/common/bg_clip_top_big.svg);
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 2562px;
          mask-size: 2562px;
  pointer-events: none;
}
#faq .img__abs01 {
  position: absolute;
  left: 4%;
  top: 90px;
  z-index: 5;
}
#faq .img__abs02 {
  position: absolute;
  right: 4%;
  bottom: 50px;
  z-index: 1;
}
#faq .section__title {
  margin-bottom: 24px;
}
#faq .section__title .quote {
  padding: 0 40px;
}
#faq .faq__box {
  width: 100%;
  max-width: 850px;
  margin: 150px auto 0;
  padding: 60px;
  border-radius: 20px;
  background: url(../images/common/bg_dots.png) center top;
  color: #fff;
  font-size: 18rem;
  text-align: center;
}
#faq .faq__box .box__title {
  margin-bottom: 24px;
  color: #ffe600;
  font-size: 28rem;
  line-height: 1.66;
  font-weight: bold;
}
#faq .faq__box .box__button {
  margin-top: 24px;
  line-height: 1;
  text-align: center;
}
#faq .faq__box .box__button .button {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 768px) {
  #intro {
    padding: 40px 0 110px;
  }
  #intro .intro__block .block__img {
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
  }
  #intro .intro__block .block__img img {
    max-width: 80%;
    height: auto;
    margin-left: 0;
  }
  #intro .intro__block .block__body {
    width: 100%;
    line-height: 2;
  }
  #intro .intro__block .block__body .body__title {
    margin-bottom: 16px;
    font-size: 25rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
  #intro .intro__block .block__body .banner {
    margin-top: 24px;
    padding: 30px 16px 20px;
    border-radius: 15px;
  }
  #intro .intro__block .block__body .banner:hover::after {
    right: 20px;
  }
  #intro .intro__block .block__body .banner::after {
    right: 20px;
    width: 6px;
    height: 6px;
  }
  #intro .intro__block .block__body .banner img {
    width: 212px;
    height: auto;
  }
  #intro .intro__block .block__body .banner .banner__text {
    margin-top: 4px;
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1.5;
  }
  #merit {
    padding: 20px 0 70px;
  }
  #merit .merit__bg {
    height: 100%;
  }
  #merit .merit__bg::before {
    bottom: calc(100% - 1px);
    height: 12vw;
    -webkit-mask-size: 150vw auto;
            mask-size: 150vw auto;
  }
  #merit .merit__bg::after {
    top: calc(100% - 1px);
    height: 12vw;
    -webkit-mask-size: 150vw auto;
            mask-size: 150vw auto;
  }
  #merit .img__abs01 {
    right: 4%;
    top: -80px;
    width: 84px;
    height: auto;
  }
  #merit .img__abs02 {
    position: absolute;
    left: 3%;
    bottom: 0;
    max-width: 24%;
  }
  #merit .section__title {
    margin-bottom: 32px;
  }
  #merit .section__title .quote {
    padding: 0 30px;
  }
  #merit .section__title .quote::after {
    bottom: 24px;
  }
  #merit .merit__list {
    padding-bottom: 40px;
    gap: 36px;
  }
  #merit .merit__list > li {
    width: 100%;
    padding: 24px 20px;
    border-radius: 15px;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.15);
  }
  #merit .merit__list .list__img {
    margin-bottom: 16px;
    text-align: center;
  }
  #merit .merit__list .list__img img {
    width: 75px;
    height: auto;
    filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.15));
  }
  #merit .merit__list .list__title {
    margin-bottom: 16px;
    font-size: 25rem;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
  #merit .merit__list .list__title .small {
    font-size: 75%;
    letter-spacing: 0.04em;
  }
  #merit .merit__list .list__title .small.block {
    display: block;
  }
  #merit .merit__list .list__note {
    top: calc(100% + 16px);
    padding-left: 1em;
    text-indent: -1em;
  }
  #merit02 {
    margin-top: 0;
    padding: 100px 0 100px;
  }
  #merit02 .img__abs01 {
    right: 4%;
    top: -30px;
    width: 85px;
    height: auto;
    z-index: 10;
  }
  #merit02 .section__title {
    margin-bottom: 32px;
  }
  #merit02 .section__title .quote {
    padding: 0;
  }
  #merit02 .section__title .quote::after {
    bottom: 24px;
  }
  #merit02 .merit02__list {
    gap: 36px 0;
  }
  #merit02 .merit02__list > li {
    width: 100%;
    max-width: 100%;
    padding: 24px 24px 24px;
    border-radius: 15px;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.15);
  }
  #merit02 .merit02__list .list__num {
    margin-bottom: 24px;
  }
  #merit02 .merit02__list .list__title {
    margin-bottom: 24px;
    font-size: 25rem;
    letter-spacing: 0.06em;
  }
  #merit02 .merit02__list .list__title .small {
    font-size: 75%;
    letter-spacing: 0.1em;
  }
  #merit02 .merit02__note {
    margin-top: 20px;
    font-size: 16rem;
    padding-left: 1em;
    line-height: 1.8;
    text-indent: -1em;
  }
  #faq {
    margin-top: 0;
    padding: 30px 0 80px;
  }
  #faq .faq__bg {
    -webkit-mask-image: none;
            mask-image: none;
    background-size: 40%, auto;
  }
  #faq .faq__bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: -12vw;
    display: block;
    width: 100%;
    height: 12vw;
    background: url(../images/common/bg_dots_white.png) center top;
    -webkit-mask-image: url(../images/common/bg_clip_top_big.svg);
    mask-image: url(../images/common/bg_clip_top_big.svg);
    -webkit-mask-position: center top;
            mask-position: center top;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 150vw auto;
            mask-size: 150vw auto;
  }
  #faq .img__abs01 {
    top: -110px;
    width: 120px;
  }
  #faq .section__title {
    margin-bottom: 24px;
  }
  #faq .section__title .quote {
    padding: 0 40px;
  }
  #faq .faq__box {
    margin-top: 70px;
    padding: 36px 0;
    border-radius: 15px;
    font-size: 16rem;
    letter-spacing: 0;
  }
  #faq .faq__box .box__title {
    margin-bottom: 20px;
    font-size: 25rem;
    line-height: 1.4;
  }
  #faq .faq__box .box__button {
    margin-top: 24px;
  }
  #faq .faq__box .box__button .button {
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.15);
  }
}