@charset "UTF-8";
#content.top {
  margin-top: 0;
  padding-bottom: 0;
}
#content.top .cta-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#content.top .cta-box .cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  width: 300px;
  height: 70px;
  background: -webkit-gradient(linear, left top, right top, from(#0056a9), to(#007cf5));
  background: linear-gradient(to right, #0056a9, #007cf5);
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  font-size: 20px;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  line-height: 1.45;
  text-align: center;
  position: relative;
  margin-top: 43.7px;
}
@media only screen and (max-width:960px) {
  #content.top .cta-box .cta-btn {
    font-size: 16px;
    width: 240px;
    height: 42px;
    margin-top: 24px;
  }
}
#content.top .cta-box .cta-btn svg {
  margin-left: 15px;
  width: 12px;
  height: 21px;
}
@media only screen and (max-width:960px) {
  #content.top .cta-box .cta-btn svg {
    width: 8px;
    height: 14px;
  }
}
#content.top .fv {
  position: relative;
  z-index: 1;
}
#content.top .fv .fv__title {
  text-align: center;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 34px;
  background: center/cover no-repeat url("../img/top/fv_bg.webp");
}
@media only screen and (max-width:960px) {
  #content.top .fv .fv__title {
    padding-bottom: 112px;
    margin-bottom: -100px;
  }
}
#content.top .fv .fv__title .inner {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
  position: relative;
  display: inline-block;
  padding: 93px 0px 101px;
}
@media only screen and (max-width:960px) {
  #content.top .fv .fv__title .inner {
    width: 92%;
  }
}
@media only screen and (max-width:480px) {
  #content.top .fv .fv__title .inner {
    padding: 59px 0px;
  }
}
#content.top .fv .fv__title .inner::before, #content.top .fv .fv__title .inner::after {
  content: "";
  position: absolute;
  background: center/contain no-repeat;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 720/70;
  min-height: 39px;
}
#content.top .fv .fv__title .inner::before {
  top: 0;
  background-image: url("../img/top/fv_top_label.webp");
}
@media only screen and (max-width:960px) {
  #content.top .fv .fv__title .inner::before {
    background-image: url("../img/top/fv_top_label-sp.webp");
  }
}
#content.top .fv .fv__title .inner::after {
  bottom: 0;
  background-image: url("../img/top/fv_btm_label.webp");
}
@media only screen and (max-width:960px) {
  #content.top .fv .fv__title .inner::after {
    background-image: url("../img/top/fv_btm_label-sp.webp");
  }
}
#content.top .fv .fv__title .inner__top {
  font-size: 40px;
  margin-bottom: 35px;
  display: inline-block;
}
@media only screen and (max-width:960px) {
  #content.top .fv .fv__title .inner__top {
    font-size: 21px;
    letter-spacing: -0.03em;
    line-height: 1.52;
  }
}
@media only screen and (max-width:480px) {
  #content.top .fv .fv__title .inner__top {
    margin-bottom: 20px;
  }
}
#content.top .fv .fv__title .inner__bottom {
  display: block;
}
#content.top .fv .fv__title .inner__bottom > span {
  line-height: 1;
}
#content.top .fv .fv__title .inner__bottom > span:first-child {
  font-size: 59px;
  background: #007cf5;
  color: #fff;
  clip-path: polygon(12px 0%, 100% 0%, calc(100% - 12px) 100%, 0% 100%);
  padding: 10px 40px;
}
@media only screen and (max-width:960px) {
  #content.top .fv .fv__title .inner__bottom > span:first-child {
    font-size: 36px;
    clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
    padding: 8px 18px;
  }
}
#content.top .fv .fv__title .inner__bottom > span:nth-child(2) {
  font-size: 41px;
}
@media only screen and (max-width:960px) {
  #content.top .fv .fv__title .inner__bottom > span:nth-child(2) {
    font-size: 25px;
    letter-spacing: -0.03em;
  }
}
#content.top .fv .fv__title .inner__bottom > span:last-child {
  font-size: 59px;
  color: #007cf5;
  font-variation-settings: "wght" 700;
}
@media only screen and (max-width:960px) {
  #content.top .fv .fv__title .inner__bottom > span:last-child {
    font-size: 36px;
    margin-top: 25px;
    display: block;
  }
}
@media only screen and (max-width:480px) {
  #content.top .fv .fv__title .inner__bottom > span:last-child {
    margin-top: 16px;
  }
}
#content.top .fv .form {
  background: #e8fbff;
  padding-bottom: 12.1vw;
  position: relative;
  clip-path: ellipse(100% calc(100% - 9vw) at 50% 0%);
}
@media only screen and (max-width:1280px) {
  #content.top .fv .form {
    padding-bottom: 166px;
    clip-path: ellipse(100% calc(100% - 123px) at 50% 0%);
  }
}
@media only screen and (max-width:960px) {
  #content.top .fv .form {
    padding-top: 20px;
    padding-bottom: 0;
    background: #fff;
    clip-path: ellipse(calc(100% - 36px) 100% at 50% 100%);
  }
}
#content.top .fv .form__inner {
  position: relative;
  z-index: 1;
}
#content.top .fv .form h2 {
  color: #007cf5;
  font-size: 40px;
  letter-spacing: 0.05em;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  margin: 0;
  margin-bottom: 24px;
}
@media only screen and (max-width:960px) {
  #content.top .fv .form h2 {
    font-size: 26px;
    line-height: 1.42;
    margin-bottom: 15px;
  }
}
#content.top .fv .form h2 span {
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width:960px) {
  #content.top .fv .form h2 span {
    font-size: 15px;
    letter-spacing: -0.05em;
    line-height: 1.4;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#content.top .fv .form h2 span::before, #content.top .fv .form h2 span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 26px;
  background: center/contain no-repeat url("../img/top/bar.webp");
}
@media only screen and (max-width:960px) {
  #content.top .fv .form h2 span::before, #content.top .fv .form h2 span::after {
    width: 8px;
    height: 16px;
  }
}
#content.top .fv .form h2 span::before {
  left: 0;
}
#content.top .fv .form h2 span::after {
  right: 0;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
#content.top .fv .form .wpcf7 {
  background-color: #fff;
  margin: 0 auto;
  max-width: 720px;
  border-radius: 30px;
  border: 2px solid #007cf5;
  -webkit-box-shadow: 0 -1px 10px rgba(78, 21, 49, 0.26);
          box-shadow: 0 -1px 10px rgba(78, 21, 49, 0.26);
  padding: 16px 62px 16px 70px;
}
#content.top .fv .form .wpcf7 .scroll-area {
  height: 410px;
  overflow-y: scroll;
  padding-right: 8px;
  padding-bottom: 8px;
}
@media only screen and (max-width:960px) {
  #content.top .fv .form .wpcf7 .scroll-area {
    padding-right: 4px;
    max-height: 300px;
  }
}
#content.top .fv .form .wpcf7 .scroll-area::-webkit-scrollbar {
  width: 6px;
}
#content.top .fv .form .wpcf7 .scroll-area::-webkit-scrollbar-track {
  background: #cfcfcf;
  border-radius: 10px;
}
#content.top .fv .form .wpcf7 .scroll-area::-webkit-scrollbar-thumb {
  background: #9b9b9b;
  border-radius: 10px;
}
#content.top .fv .form .wpcf7 .scroll-area::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media only screen and (max-width:960px) {
  #content.top .fv .form .wpcf7 {
    border-radius: 16px;
    padding: 16px 11px 16px 15px;
  }
}
#content.top .fv .form .wpcf7 p {
  margin: 0;
}
#content.top .fv .form .wpcf7 p:has(.wpcf7-submit) {
  text-align: center;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:960px) {
  #content.top .fv .form .wpcf7 p:has(.wpcf7-submit) {
    margin-top: 15px;
  }
}
#content.top .fv .form .wpcf7 br {
  display: none;
}
#content.top .fv .form .wpcf7 label {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.44;
  position: relative;
}
@media only screen and (max-width:960px) {
  #content.top .fv .form .wpcf7 label {
    font-size: 16px;
    line-height: 1.5;
  }
}
#content.top .fv .form .wpcf7 label:has(.post) input {
  margin-left: 42px;
  width: calc(100% - 42px);
}
@media only screen and (max-width:960px) {
  #content.top .fv .form .wpcf7 label:has(.post) input {
    margin-left: 36px;
  }
}
#content.top .fv .form .wpcf7 label > span {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #007cf5;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
@media only screen and (max-width:960px) {
  #content.top .fv .form .wpcf7 label > span {
    font-size: 14px;
  }
}
#content.top .fv .form .wpcf7 input,
#content.top .fv .form .wpcf7 select {
  border-radius: 4px;
  border: 1px solid #333333;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
@media only screen and (max-width:960px) {
  #content.top .fv .form .wpcf7 input,
  #content.top .fv .form .wpcf7 select {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
#content.top .fv .form .wpcf7 .post {
  position: absolute;
  left: 12px;
  bottom: 8px;
  border: none;
  color: #707070;
  font-size: 20px;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
@media only screen and (max-width:960px) {
  #content.top .fv .form .wpcf7 .post {
    left: 8px;
    bottom: 3px;
  }
}
#content.top .fv .form .wpcf7 .wpcf7-submit {
  background: #e2691e;
  color: #fff;
  border-radius: 35px;
  width: 360px;
  aspect-ratio: 360/68;
  -webkit-box-shadow: 0 4px 0 #b24300;
          box-shadow: 0 4px 0 #b24300;
  border: none;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.45;
  font-size: 20px;
}
@media only screen and (max-width:960px) {
  #content.top .fv .form .wpcf7 .wpcf7-submit {
    font-size: 16px;
    aspect-ratio: 345/52;
    width: 100%;
    max-width: 345px;
  }
}
#content.top .fv .form .wpcf7 .wpcf7-spinner {
  display: none;
}
#content.top .fv .form .cta-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
  gap: 32px;
  position: relative;
}
@media only screen and (max-width:960px) {
  #content.top .fv .form .cta-box {
    display: none;
  }
}
#content.top .fv .form .cta-box--02 {
  margin-top: 32px;
}
#content.top .fv .form .cta-box a {
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
  padding: 11px 19.5px 9px;
  border: 1.5px solid #fff;
  border-radius: 6px;
}
#content.top .fv .form .cta-box .sub {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
#content.top .fv .form .cta-box .main {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}
#content.top .fv .form .cta-box .cta__tel {
  width: 340px;
  text-align: center;
  background: #e2691e;
  color: #fff;
  position: relative;
}
#content.top .fv .form .cta-box .cta__tel span {
  display: block;
}
#content.top .fv .form .cta-box .cta__tel .fa-phone-alt {
  font-size: 40px;
}
#content.top .fv .form .cta-box .cta__line {
  text-align: center;
  background: #06c755;
  color: #fff;
  position: relative;
}
#content.top .fv .form .cta-box .cta__line span {
  display: block;
}
#content.top .fv .form .cta-box .cta__line .fa-line {
  font-weight: 400;
  padding: 0 2.25px;
  font-size: 42px;
}
#content.top .fv .form .cta-box .cta__lp {
  text-align: center;
  background: #0158aa;
  color: #fff;
  position: relative;
}
#content.top .fv .form .cta-box .cta__lp span {
  display: block;
}
#content.top .fv .form .cta-box .cta__lp .fa-box-open {
  font-weight: 900;
  font-size: 40px;
}
#content.top .fv__bottom {
  background: bottom left/cover no-repeat url("../img/top/fv_btm_bg.webp");
  margin-top: -18vw;
  padding-top: 11.6vw;
  padding-bottom: 14.1vw;
}
@media only screen and (max-width:1280px) {
  #content.top .fv__bottom {
    margin-top: -246px;
    padding-top: 159px;
    padding-bottom: 193px;
  }
}
@media only screen and (max-width:960px) {
  #content.top .fv__bottom {
    background: #fff;
    width: 92%;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#content.top .fv__bottom nav {
  text-align: center;
  position: relative;
}
#content.top .fv__bottom nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
#content.top .fv__bottom nav ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  margin: 0;
  padding: 25px 100px 30px;
  border-radius: 50px;
  border: 3px solid #fff;
  background: #007cf5;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width:960px) {
  #content.top .fv__bottom nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #fff;
    padding: 0;
    gap: 9px;
    width: 100%;
  }
}
#content.top .fv__bottom nav ul li {
  border-bottom: 2px solid #fff;
}
@media only screen and (max-width:960px) {
  #content.top .fv__bottom nav ul li {
    border: 1px solid #007cf5;
    width: calc(50% - 4.5px);
  }
}
#content.top .fv__bottom nav ul li a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px 15px;
  line-height: 1;
  font-size: 22px;
  font-weight: 900;
}
@media only screen and (max-width:960px) {
  #content.top .fv__bottom nav ul li a {
    background-color: #fff;
    color: #007cf5;
    padding: 13px 25px 15px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
  }
}
#content.top .fv__bottom nav ul li svg {
  display: none;
}
@media only screen and (max-width:960px) {
  #content.top .fv__bottom nav ul li svg {
    position: absolute;
    top: 50%;
    right: 11px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: inline-block;
    width: 9px;
    aspect-ratio: 6/10.5;
  }
}
#content.top #main {
  min-width: 0;
}
#content.top #main img:is([sizes=auto i], [sizes^="auto," i]) {
  contain-intrinsic-size: unset;
}
#content.top #main * {
  max-width: 100%;
}
#content.top .wrap {
  width: 100%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 380px;
  grid-template-columns: minmax(0, 1fr) 380px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media only screen and (max-width:960px) {
  #content.top .wrap {
    display: block;
  }
}
#content.top .section {
  padding-top: 54px;
  padding-bottom: 54px;
}
@media only screen and (max-width:960px) {
  #content.top .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#content.top .section.pattern {
  background-color: rgba(242, 242, 242, 0.3);
  position: relative;
}
#content.top .section.pattern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: center/cover no-repeat url("../img/top/pattern.webp");
  width: 100%;
  height: 100%;
}
#content.top .section.pattern .section__inner {
  position: relative;
  z-index: 1;
}
#content.top .section h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
@media only screen and (max-width:960px) {
  #content.top .section h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.45;
  }
}
@media only screen and (max-width:960px) {
  #content.top .section h2 + p {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.42;
  }
}
#content.top .section__inner {
  width: 83.7%;
  margin: 0 auto;
}
@media only screen and (max-width:960px) {
  #content.top .section__inner {
    width: 92%;
  }
}
#content.top .section__inner .intro {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20px;
  margin: 0 auto;
}
@media only screen and (max-width:960px) {
  #content.top .section__inner .intro {
    width: 100%;
  }
}
#content.top .section__inner .intro::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #0158aa;
}
#content.top .section__inner .intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  width: 2px;
  height: 100%;
  background-color: #84c2ff;
}
#content.top .section__inner .intro h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width:960px) {
  #content.top .section__inner .intro h2 {
    font-size: 20px;
    text-align: left;
    line-height: 1.45;
  }
}
#content.top .section__inner .intro span {
  display: block;
  font-size: 21px;
  font-weight: 700;
  text-align: left;
}
#content.top .section__purchase {
  text-align: center;
  padding-top: 12.9vw;
  margin-top: -12.9vw;
}
@media only screen and (max-width:1280px) {
  #content.top .section__purchase {
    padding-top: 177px;
    margin-top: -177px;
  }
}
@media only screen and (max-width:960px) {
  #content.top .section__purchase {
    padding-top: 40px;
    margin-top: 0;
  }
}
#content.top .section__purchase::after {
  content: none;
}
#content.top .section__purchase p {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 50px;
  font-weight: 400;
}
@media only screen and (max-width:960px) {
  #content.top .section__purchase p {
    font-size: 14px;
    line-height: 1.42;
    margin-top: 18px;
    margin-bottom: 32px;
  }
}
#content.top .section__purchase .categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 36px;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media only screen and (max-width:960px) {
  #content.top .section__purchase .categories {
    margin-top: 32px;
    row-gap: 12px;
    -webkit-column-gap: 13px;
       -moz-column-gap: 13px;
            column-gap: 13px;
  }
}
#content.top .section__purchase .categories .link {
  position: relative;
  text-decoration: none;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  padding: 18px 21px;
  aspect-ratio: 1/1;
  width: calc(25% - 12px);
}
@media only screen and (max-width:960px) {
  #content.top .section__purchase .categories .link {
    width: calc(50% - 6.5px);
    aspect-ratio: unset;
  }
}
@media only screen and (max-width:960px) {
  #content.top .section__purchase .categories .link img {
    width: 94px;
  }
}
#content.top .section__purchase .categories .link .label {
  white-space: nowrap;
  line-height: 1.2;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media only screen and (max-width:960px) {
  #content.top .section__purchase .categories .link .label {
    margin-top: 16.5px;
    margin-bottom: 18px;
  }
}
#content.top .section__purchase .categories .link .end {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 8px;
  font-size: 12px;
  background-color: #007cf5;
  color: #fff;
  padding: 3px 0 2px 0;
  line-height: 1.2;
}
#content.top .section__purchase .categories .link .end i {
  font-size: 16px;
}
#content.top .section__faq {
  text-align: center;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
#content.top .section__faq h2 + p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 36px;
}
@media only screen and (max-width:960px) {
  #content.top .section__faq h2 + p {
    margin-top: 9px;
    font-size: 14px;
    line-height: 1.42;
  }
}
#content.top .section__faq .faqs {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width:960px) {
  #content.top .section__faq .faqs {
    margin-top: 30px;
    gap: 12px;
  }
}
#content.top .section__faq .faqs__item {
  background: #f2f2f2;
  padding: 2px 22px 16px;
  text-align: left;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 34px;
  border-radius: 4px;
}
@media only screen and (max-width:960px) {
  #content.top .section__faq .faqs__item {
    font-size: 22px;
    padding: 6.5px 17.4px 11.1px;
  }
}
#content.top .section__faq .faqs__item span {
  font-size: 20px;
  line-height: 1.2;
}
@media only screen and (max-width:960px) {
  #content.top .section__faq .faqs__item span {
    font-size: 14px;
    line-height: 1.42;
  }
}
#content.top .section__faq .faqs__item.is-open .faqs__q::after {
  top: calc(50% + 3px);
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
#content.top .section__faq .faqs__item.is-open .faqs__a {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#content.top .section__faq .faqs__q {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  line-height: 1.2;
  font-weight: 700;
  color: #007cf5;
}
@media only screen and (max-width:960px) {
  #content.top .section__faq .faqs__q {
    padding-right: 45px;
  }
}
#content.top .section__faq .faqs__q span {
  color: #007cf5;
  margin-left: 9px;
  color: #333;
  padding-top: 13px;
}
#content.top .section__faq .faqs__q::after {
  content: "\f078";
  position: absolute;
  right: 4px;
  top: calc(50% + 7px);
  font-family: "Font Awesome 5 Free";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 900;
  font-size: 22px;
  color: #007cf5;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#content.top .section__faq .faqs__a {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-transition: max-height 0.35s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: max-height 0.35s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.25s ease;
  transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  display: block;
}
#content.top .section__faq .faqs__a__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
  color: #333;
  background: #fff;
  padding: 9px 18px;
  margin-top: 8px;
  border-radius: 6px;
  font-weight: 700;
}
@media only screen and (max-width:960px) {
  #content.top .section__faq .faqs__a__inner {
    padding: 12px 7.7px 7.6px 13.7px;
  }
}
#content.top .section__faq .faqs__a__inner span {
  font-weight: 400;
  font-size: 16px;
  margin-left: 18px;
  padding-top: 9px;
}
@media only screen and (max-width:960px) {
  #content.top .section__faq .faqs__a__inner span {
    font-size: 14px;
    line-height: 1.42;
    margin-left: 12.5px;
    padding-top: 0;
  }
}
#content.top .section__cta {
  padding: 0;
  margin: 54px auto;
}
@media only screen and (max-width:960px) {
  #content.top .section__cta {
    margin: 0;
  }
}
#content.top .section__cta .section__inner {
  background: center right/cover no-repeat url("../../assets/img/cta-bg.png");
  padding: 33px 60px 56px;
  text-align: center;
}
@media only screen and (max-width:960px) {
  #content.top .section__cta .section__inner {
    margin: 0;
    width: 100%;
    padding: 40px 32px 32px;
  }
}
@media only screen and (max-width:480px) {
  #content.top .section__cta .section__inner {
    background: center/cover no-repeat url("../../assets/img/cta-bg-sp.png");
  }
}
#content.top .section__cta h2 {
  color: #fff;
  margin-bottom: 40px;
}
@media only screen and (max-width:960px) {
  #content.top .section__cta h2 {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
#content.top .section__cta .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
@media only screen and (max-width:1280px) {
  #content.top .section__cta .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
#content.top .section__cta .box--02 {
  margin-top: 24px;
}
#content.top .section__cta .box a {
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
  padding: 11px 19.5px 9px;
  border: 1.5px solid #fff;
  border-radius: 6px;
}
#content.top .section__cta .box .sub {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
#content.top .section__cta .box .main {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}
#content.top .section__cta .box .cta__tel {
  width: 340px;
  text-align: center;
  background: #e2691e;
  color: #fff;
  position: relative;
}
#content.top .section__cta .box .cta__tel span {
  display: block;
}
#content.top .section__cta .box .cta__tel .fa-phone-alt {
  font-size: 40px;
}
#content.top .section__cta .box .cta__line {
  text-align: center;
  background: #06c755;
  color: #fff;
  position: relative;
}
#content.top .section__cta .box .cta__line span {
  display: block;
}
#content.top .section__cta .box .cta__line .fa-line {
  font-weight: 400;
  padding: 0 2.25px;
  font-size: 42px;
}
#content.top .section__cta .box .cta__lp {
  text-align: center;
  background: #0158aa;
  color: #fff;
  position: relative;
}
@media only screen and (max-width:960px) {
  #content.top .section__cta .box .cta__lp .main {
    margin-top: 4px;
  }
}
#content.top .section__cta .box .cta__lp span {
  display: block;
}
#content.top .section__cta .box .cta__lp .fa-box-open {
  font-weight: 900;
  padding: 0 2.25px;
  font-size: 40px;
}
#content.top .section__flow .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 72px;
}
@media only screen and (max-width:960px) {
  #content.top .section__flow .box {
    gap: 32px;
  }
}
#content.top .section__flow .box .flow {
  position: relative;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#content.top .section__flow .box .flow .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0158aa;
  color: #fff;
}
#content.top .section__flow .box .flow .head .left {
  padding: 0 16px;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
}
@media only screen and (max-width:960px) {
  #content.top .section__flow .box .flow .head .left {
    font-size: 20px;
  }
}
#content.top .section__flow .box .flow .head .left .num {
  font-size: 53px;
}
@media only screen and (max-width:960px) {
  #content.top .section__flow .box .flow .head .left .num {
    font-size: 40px;
  }
}
#content.top .section__flow .box .flow .head .right {
  font-size: 24px;
  font-weight: 700;
  padding-left: 16px;
  border-left: 1.5px solid #fff;
}
@media only screen and (max-width:960px) {
  #content.top .section__flow .box .flow .head .right {
    font-size: 15px;
  }
}
#content.top .section__flow .box .flow .body {
  padding: 24px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media only screen and (max-width:1280px) {
  #content.top .section__flow .box .flow .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
    padding: 18px;
  }
}
#content.top .section__flow .box .flow .body .img {
  width: 289px;
  height: 210px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width:1280px) {
  #content.top .section__flow .box .flow .body .img {
    width: 100%;
    height: auto;
    aspect-ratio: 306/203;
  }
}
#content.top .section__flow .box .flow .body .img img {
  display: block;
  width: 100%;
  height: 100%;
}
#content.top .section__flow .box .flow .body .text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #333;
}
@media only screen and (max-width:960px) {
  #content.top .section__flow .box .flow .body .text {
    font-size: 14px;
    line-height: 1.42;
  }
}
#content.top .section__flow .box .flow .body .text p {
  margin: 0;
}
#content.top .section__flow .box .flow__01::before, #content.top .section__flow .box .flow__02::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -48px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 136px;
  height: 24px;
  background-color: #84c2ff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media only screen and (max-width:960px) {
  #content.top .section__flow .box .flow__01::before, #content.top .section__flow .box .flow__02::before {
    width: 32px;
    height: 16px;
    bottom: -24px;
  }
}
#content.top .section__reasons .lead {
  text-align: center;
}
@media only screen and (max-width:960px) {
  #content.top .section__reasons .lead {
    margin-bottom: 50px;
  }
}
#content.top .section__reasons .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width:960px) {
  #content.top .section__reasons .box {
    gap: 39px;
  }
}
#content.top .section__reasons .box .reason {
  background-color: #fff;
  padding: 28px 38px;
  padding-left: 398px;
  gap: 28px;
  position: relative;
  min-height: 356px;
}
@media only screen and (max-width:1280px) {
  #content.top .section__reasons .box .reason {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 27px 15px 20px;
  }
}
#content.top .section__reasons .box .reason .img {
  position: absolute;
  top: 40px;
  left: 38px;
  width: 332px;
  height: 206px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width:1280px) {
  #content.top .section__reasons .box .reason .img {
    position: static;
    width: 58.8%;
    height: auto;
    margin: 0 auto;
  }
}
#content.top .section__reasons .box .reason .img img {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:960px) {
  #content.top .section__reasons .box .reason .img img {
    aspect-ratio: 203/126;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#content.top .section__reasons .box .reason .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}
@media only screen and (max-width:960px) {
  #content.top .section__reasons .box .reason .head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#content.top .section__reasons .box .reason .head h3 {
  font-size: 24px;
  line-height: 1.5;
  padding-top: 12px;
  margin: 0;
}
@media only screen and (max-width:960px) {
  #content.top .section__reasons .box .reason .head h3 {
    padding-top: 0;
    font-size: 17px;
    line-height: 1.47;
    margin-bottom: 11px;
    text-align: center;
  }
}
#content.top .section__reasons .box .reason .head .num {
  font-size: 40px;
  color: #007cf5;
  margin-right: 10px;
}
@media only screen and (max-width:960px) {
  #content.top .section__reasons .box .reason .head .num {
    font-size: 32px;
    line-height: 1.43;
    position: absolute;
    top: -29px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#content.top .section__reasons .box .reason p {
  font-size: 16px;
  line-height: 1.75;
}
@media only screen and (max-width:960px) {
  #content.top .section__reasons .box .reason p {
    font-size: 14px;
    line-height: 1.42;
  }
}
@media only screen and (max-width:960px) {
  #content.top .section__review {
    padding: 0;
  }
}
#content.top .section__review .section__inner {
  padding: 54px 0;
  position: relative;
  background: #fff;
  border: 1px solid #e6e6e6;
}
@media only screen and (max-width:960px) {
  #content.top .section__review .section__inner {
    padding: 40px 0 24px;
  }
}
#content.top .section__review .section__inner h2 {
  margin: 0 auto;
}
#content.top .section__review .review__slider {
  margin-top: 30px;
}
@media only screen and (max-width:960px) {
  #content.top .section__review .review__slider {
    margin-top: 28px;
  }
}
#content.top .section__review .review-swiper {
  width: 100%;
  padding: 16px 53px 38px;
}
#content.top .section__review .review-swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#content.top .section__review .review-swiper__pagination {
  bottom: 0 !important;
}
#content.top .section__review .review-swiper__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: rgba(0, 124, 245, 0.25);
  margin: 0 6px !important;
}
@media only screen and (max-width:960px) {
  #content.top .section__review .review-swiper__pagination .swiper-pagination-bullet {
    width: 9px;
    margin: 0 2.5px !important;
  }
}
#content.top .section__review .review-swiper__pagination .swiper-pagination-bullet-active {
  background: #007cf5;
}
#content.top .section__review .review-swiper__prev, #content.top .section__review .review-swiper__next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #007cf5;
  border: none;
  cursor: pointer;
  z-index: 5;
}
@media only screen and (max-width:960px) {
  #content.top .section__review .review-swiper__prev, #content.top .section__review .review-swiper__next {
    width: 38px;
    height: 38px;
  }
}
#content.top .section__review .review-swiper__prev .swiper-navigation-icon, #content.top .section__review .review-swiper__next .swiper-navigation-icon {
  display: none;
}
#content.top .section__review .review-swiper__prev::after, #content.top .section__review .review-swiper__next::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
#content.top .section__review .review-swiper__prev:hover, #content.top .section__review .review-swiper__next:hover {
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
}
#content.top .section__review .review-swiper__prev {
  left: -27px;
}
@media only screen and (max-width:960px) {
  #content.top .section__review .review-swiper__prev {
    left: 0;
  }
}
#content.top .section__review .review-swiper__prev::after {
  -webkit-transform: translate(-40%, -50%) rotate(135deg);
          transform: translate(-40%, -50%) rotate(135deg);
}
#content.top .section__review .review-swiper__next {
  right: -27px;
}
@media only screen and (max-width:960px) {
  #content.top .section__review .review-swiper__next {
    right: 0;
  }
}
#content.top .section__review .review-swiper__next::after {
  -webkit-transform: translate(-60%, -50%) rotate(-45deg);
          transform: translate(-60%, -50%) rotate(-45deg);
}
#content.top .section__review .review-card {
  background: #fff;
  -webkit-box-shadow: 0 0px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 16px rgba(0, 0, 0, 0.1);
  padding: 20px 16px 32px;
  height: 100%;
}
#content.top .section__review .review-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
#content.top .section__review .review-card__badge {
  margin-bottom: 4px;
  padding: 4px 20px 5px;
  border-radius: 2px;
  background: #007cf5;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width:960px) {
  #content.top .section__review .review-card__badge {
    margin-bottom: 10px;
    padding: 1px 9px 2px;
    font-size: 16px;
  }
}
#content.top .section__review .review-card__meta {
  margin: 0;
  font-size: 18px;
  color: #333;
  line-height: 1.2;
  font-weight: 400;
}
#content.top .section__review .review-card__divider {
  border: 0;
  height: 1px;
  margin: 6px 0 16px;
  background-color: #969696;
}
#content.top .section__review .review-card__body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  color: #333;
  font-weight: 400;
}
#content.top .section__results .results__head {
  text-align: center;
  margin-bottom: 36px;
}
@media only screen and (max-width:960px) {
  #content.top .section__results .results__head {
    margin-bottom: 34px;
  }
}
#content.top .section__results .results__head h2 {
  margin: 0;
  margin-bottom: 36px;
}
@media only screen and (max-width:960px) {
  #content.top .section__results .results__head h2 {
    margin-bottom: 18px;
  }
}
#content.top .section__results .results__lead {
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
}
@media only screen and (max-width:960px) {
  #content.top .section__results .results__lead {
    font-size: 14px;
    line-height: 1.42;
  }
}
#content.top .section__results .results__note {
  margin: 8px auto 0;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}
@media only screen and (max-width:960px) {
  #content.top .section__results .results__note {
    font-size: 14px;
    line-height: 1.42;
  }
}
#content.top .section__results .results {
  /* グリッド本体 */
}
#content.top .section__results .results__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 12px;
  margin-top: 34px;
}
@media only screen and (max-width:1280px) {
  #content.top .section__results .results__grid {
    -ms-grid-columns: 1fr 11px 1fr 11px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px 11px;
  }
}
@media only screen and (max-width:960px) {
  #content.top .section__results .results__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px 11px;
  }
}
#content.top .section__results .results {
  /* もっと見る */
}
#content.top .section__results .results__more {
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin-top: 18px;
}
#content.top .section__results .results__more-btn {
  border: none;
  background: none;
  color: #007cf5;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 4px 2px;
  border-bottom: 2px solid #007cf5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
#content.top .section__results .results__more-btn i {
  font-size: 20px;
}
#content.top .section__results .results__more-btn:hover {
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
}
#content.top .section__results .results {
  /* 一覧CTA */
}
#content.top .section__results .results__cta {
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin-top: 22px;
}
#content.top .section__results .results__cta-btn {
  width: 300px;
  max-width: 100%;
  height: 70px;
  border-radius: 6px;
  background: #007cf5;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#0056a9), to(#007cf5));
  background: linear-gradient(to right, #0056a9, #007cf5);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
          box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
}
#content.top .section__results .results__cta-btn:hover {
  -webkit-filter: brightness(0.96);
          filter: brightness(0.96);
}
#content.top .section__results .results__cta-arrow {
  position: absolute;
  right: 30px;
  font-size: 22px;
  line-height: 1;
}
#content.top .section__results .results .result-card {
  display: block;
  text-decoration: none;
  color: #333;
  background: #fff;
  border: 2px solid #0158aa;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06);
  /* hoverで“リンク感”を出す（派手すぎない） */
}
#content.top .section__results .results .result-card.is-hidden {
  display: none;
}
@media only screen and (max-width:960px) {
  #content.top .section__results .results .result-card {
    width: calc(50% - 5.5px);
  }
}
#content.top .section__results .results .result-card__media {
  border-bottom: 1.5px solid #0158aa;
  background: #fff;
  /* 画像の天地を揃える */
  aspect-ratio: 1/1;
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding: 10px;
}
#content.top .section__results .results .result-card__media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#content.top .section__results .results .result-card__body {
  display: block;
}
#content.top .section__results .results .result-card__name {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  padding: 8px;
}
#content.top .section__results .results .result-card__price {
  padding: 8px;
  border-top: 1.5px solid #0158aa;
}
#content.top .section__results .results .result-card__price-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
}
#content.top .section__results .results .result-card__price-value {
  text-align: right;
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #007cf5;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
#content.top .section__results .results .result-card__price-unit {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 4px;
}
#content.top .section__results .results .result-card__date {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  border-top: 1.5px solid #0158aa;
  padding: 8px;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
#content.top .section__forte {
  padding: 54px 0;
}
@media only screen and (max-width:960px) {
  #content.top .section__forte {
    padding: 40px 0;
  }
}
#content.top .section__forte h2 {
  margin-bottom: 64px;
}
@media only screen and (max-width:960px) {
  #content.top .section__forte h2 {
    margin-bottom: 50px;
  }
}
#content.top .section__forte .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 66px;
     -moz-column-gap: 66px;
          column-gap: 66px;
  row-gap: 60px;
  width: 674px;
  margin: 65px auto 0;
}
@media only screen and (max-width:960px) {
  #content.top .section__forte .box {
    gap: 47px 15px;
    margin: 50px auto 0;
  }
}
#content.top .section__forte .box__item {
  position: relative;
  width: calc(50% - 33px);
}
@media only screen and (max-width:960px) {
  #content.top .section__forte .box__item {
    width: calc(50% - 7.5px);
  }
}
#content.top .section__forte .box__item .card {
  position: relative;
  z-index: 1;
  padding: 12px 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 320px;
  background: #84c2ff;
}
@media only screen and (max-width:960px) {
  #content.top .section__forte .box__item .card {
    height: 224px;
    padding: 12px 8px 16px;
  }
}
#content.top .section__forte .box__item .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(67.1%, #fff), to(rgba(255, 255, 255, 0.52)));
  background: linear-gradient(to bottom, #fff 0%, #fff 67.1%, rgba(255, 255, 255, 0.52) 100%);
}
#content.top .section__forte .box__item .card::after {
  content: "";
  position: absolute;
  aspect-ratio: 174/150;
  background: center/contain no-repeat;
  width: 174px;
  bottom: 60px;
  z-index: 0;
}
@media only screen and (max-width:960px) {
  #content.top .section__forte .box__item .card::after {
    aspect-ratio: 105/90;
    width: 105px;
    bottom: 55px;
  }
}
#content.top .section__forte .box__item .card * {
  margin: 0;
  position: relative;
  z-index: 1;
}
#content.top .section__forte .box__item .card h3 {
  font-size: 22px;
  line-height: 1.45;
  margin-bottom: 10px;
}
@media only screen and (max-width:960px) {
  #content.top .section__forte .box__item .card h3 {
    font-size: 15px;
  }
}
#content.top .section__forte .box__item .card h4 span {
  line-height: 1;
}
#content.top .section__forte .box__item .card h4 span.blue {
  font-size: 36px;
  color: #007cf5;
}
@media only screen and (max-width:960px) {
  #content.top .section__forte .box__item .card h4 span.blue {
    font-size: 18px;
  }
}
#content.top .section__forte .box__item .card h4 span:not(.blue) {
  font-size: 18px;
  font-weight: normal;
}
@media only screen and (max-width:960px) {
  #content.top .section__forte .box__item .card h4 span:not(.blue) {
    font-size: 14px;
  }
}
#content.top .section__forte .box__item .card .num {
  position: absolute;
  top: -30px;
  left: -24px;
  font-size: 40px;
  line-height: 1.45;
  font-weight: bold;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  color: #84c2ff;
}
@media only screen and (max-width:960px) {
  #content.top .section__forte .box__item .card .num {
    font-size: 34px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#content.top .section__forte .box__item .card p {
  font-size: 16px;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  margin-top: auto;
  text-align: center;
}
@media only screen and (max-width:960px) {
  #content.top .section__forte .box__item .card p {
    font-size: 14px;
  }
}
#content.top .section__forte .box__item:first-child h4 span {
  display: block;
}
#content.top .section__forte .box__item:first-child h4 span.blue {
  padding-right: 24px;
}
@media only screen and (max-width:960px) {
  #content.top .section__forte .box__item:first-child h4 span.blue {
    padding-left: 15px;
    padding-right: 0;
  }
}
#content.top .section__forte .box__item:first-child h4 span:not(.blue) {
  padding-left: 78px;
}
@media only screen and (max-width:960px) {
  #content.top .section__forte .box__item:first-child h4 span:not(.blue) {
    padding-left: 60px;
  }
}
#content.top .section__forte .box__item:first-child .card::after {
  background-image: url("../img/top/cosme_box.webp");
}
#content.top .section__forte .box__item:nth-child(2) h4 span:first-child {
  display: block;
  text-align: center;
  margin-bottom: 6px;
}
@media only screen and (max-width:960px) {
  #content.top .section__forte .box__item:nth-child(2) h4 span:first-child {
    margin-bottom: 0;
  }
}
#content.top .section__forte .box__item:nth-child(2) .card::after {
  background-image: url("../img/top/cosme_review.webp");
}
#content.top .section__forte .box__item:nth-child(3) h4 {
  text-align: center;
}
#content.top .section__forte .box__item:nth-child(3) h4 span:first-child {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width:960px) {
  #content.top .section__forte .box__item:nth-child(3) h4 span:first-child {
    margin-bottom: 0;
  }
}
#content.top .section__forte .box__item:nth-child(3) .card::after {
  background-image: url("../img/top/cosme_transfer.webp");
}
#content.top .section__forte .box__item:last-child h4 {
  text-align: center;
}
#content.top .section__forte .box__item:last-child h4 span:first-child {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width:960px) {
  #content.top .section__forte .box__item:last-child h4 span:first-child {
    margin-bottom: 0;
  }
}
#content.top .section__forte .box__item:last-child .card::after {
  background-image: url("../img/top/cosme_free.webp");
}
#content.top .section__notice {
  padding: 54px 0;
}
#content.top .section__notice .section__inner h2 {
  margin: 0;
}
#content.top .section__notice .section__inner > p {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  margin-top: 36px;
  margin-bottom: 36px;
}
@media only screen and (max-width:960px) {
  #content.top .section__notice .section__inner > p {
    font-size: 14px;
    line-height: 1.42;
    margin-top: 9px;
    margin-bottom: 30px;
  }
}
#content.top .section__notice .section__inner .box {
  border-bottom: 1.4px solid #969696;
}
#content.top .section__notice .section__inner .box__item {
  border-top: 1.4px solid #969696;
  padding: 13.8px 23.8px;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333333;
}
@media only screen and (max-width:960px) {
  #content.top .section__notice .section__inner .box__item {
    padding-left: 10px;
  }
}
#content.top .section__notice .section__inner .box__item:hover {
  background: #e6e6e6;
  text-decoration: none;
}
#content.top .section__notice .section__inner .box__item .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
}
@media only screen and (max-width:960px) {
  #content.top .section__notice .section__inner .box__item .title {
    font-size: 14px;
    line-height: 1.42;
  }
}
#content.top .section__notice .section__inner .box__item .date {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 14.7px;
}
@media only screen and (max-width:960px) {
  #content.top .section__notice .section__inner .box__item .date {
    font-size: 14px;
    line-height: 1.42;
    margin-top: 7.7px;
  }
}
#content.top .section__notice .section__inner .box__item svg {
  position: absolute;
  top: 50%;
  right: 14.9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 20px;
}
@media only screen and (max-width:960px) {
  #content.top .section__notice .section__inner .box__item svg {
    right: 8.9px;
    width: 8px;
    height: 14px;
  }
}
#content.top .section__column {
  padding: 54px 0;
  background: #f2f2f2;
}
@media only screen and (max-width:960px) {
  #content.top .section__column {
    padding: 40px 0;
  }
}
@media only screen and (max-width:960px) {
  #content.top .section__column .section__inner {
    width: 100%;
  }
}
#content.top .section__column .section__inner h2 {
  margin: 0;
  margin-bottom: 36px;
}
@media only screen and (max-width:960px) {
  #content.top .section__column .section__inner h2 {
    margin-bottom: 23px;
  }
}
#content.top .section__column .section__inner .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 22.8px;
     -moz-column-gap: 22.8px;
          column-gap: 22.8px;
  row-gap: 26px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width:960px) {
  #content.top .section__column .section__inner .box {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: unset;
    padding-left: 20px;
    padding-right: auto;
    padding-bottom: 60px;
  }
}
#content.top .section__column .section__inner .box__item {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: calc(33.333% - 15.2px);
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333333;
}
#content.top .section__column .section__inner .box__item:hover {
  opacity: 0.7;
  text-decoration: none;
}
#content.top .section__column .section__inner .box__item .img {
  position: relative;
}
#content.top .section__column .section__inner .box__item .img .cat {
  position: absolute;
  top: 0;
  left: 0;
  background: #333333;
  color: #fff;
  padding: 3px 32px 4px;
  border-radius: 0 0 2px 0;
  font-weight: bold;
}
@media only screen and (max-width:960px) {
  #content.top .section__column .section__inner .box__item .img .cat {
    font-size: 14px;
    padding: 2px 12px 2px 9px;
  }
}
#content.top .section__column .section__inner .box__item .img img {
  -o-object-fit: cover;
     object-fit: cover;
}
#content.top .section__column .section__inner .box__item .text {
  padding: 13px 16px 26px;
}
@media only screen and (max-width:960px) {
  #content.top .section__column .section__inner .box__item .text {
    padding: 17px;
  }
}
#content.top .section__column .section__inner .box__item .text .date {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 13px;
}
@media only screen and (max-width:960px) {
  #content.top .section__column .section__inner .box__item .text .date {
    font-size: 14px;
    margin-top: 0;
  }
}
#content.top .section__column .section__inner .box__item .text .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
}
@media only screen and (max-width:960px) {
  #content.top .section__column .section__inner .box__item .text .title {
    font-size: 14px;
    margin-top: 5px;
  }
}
#content.top .section__column .section__inner .box__item .text .tag {
  font-size: 16px;
  line-height: 1.62;
  margin-top: 36px;
}
@media only screen and (max-width:960px) {
  #content.top .section__column .section__inner .box__item .text .tag {
    font-size: 14px;
    line-height: 1.42;
    margin-top: 18px;
  }
}
#content.top .section__column .section__inner .cta-box .cta-btn {
  width: 380px;
}
@media only screen and (max-width:960px) {
  #content.top .section__column .section__inner .cta-box .cta-btn {
    width: 270px;
  }
}