@charset "UTF-8";
.top-mv {
  position: relative;
  overflow: hidden;
}
.top-mv:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  border-radius: 0 20px 20px 0;
  background-color: #2370D0;
}
.top-mv:after {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/top/mv_illust.svg") no-repeat center/contain;
}
@media screen and (min-width: 981px) {
  .top-mv {
    padding: 90px 0;
  }
  .top-mv:before {
    width: clamp(420px, 50vw, 640px);
    height: clamp(258px, 45vw, 528px);
    bottom: 0;
    left: 0;
  }
  .top-mv:after {
    width: 161px;
    height: 243px;
    bottom: 6%;
    right: 19%;
  }
}
@media screen and (max-width: 980px) {
  .top-mv {
    padding-top: 130px;
  }
  .top-mv:before {
    width: clamp(359px, 70vw, 559px);
    height: clamp(235px, 65vw, 435px);
    bottom: 15%;
    left: 0;
  }
  .top-mv:after {
    width: clamp(82px, 27vw, 182px);
    height: clamp(123px, 27vw, 223px);
    bottom: 15%;
    right: 14%;
  }
}
.top-mv.is-anime .top-mv__imageWrap {
  -webkit-animation: fadeUp 0.5s forwards;
          animation: fadeUp 0.5s forwards;
}
.top-mv.is-anime .top-mv__item {
  -webkit-animation: fadeIn 0.7s forwards;
          animation: fadeIn 0.7s forwards;
}
.top-mv.is-anime .top-mv__item.--white {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.top-mv.is-anime .top-mv__item.--yellow {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.top-mv.is-anime .top-mv__catch,
.top-mv.is-anime .top-mv__heading {
  -webkit-animation: colorChange 0.2s 0.3s forwards;
          animation: colorChange 0.2s 0.3s forwards;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.top-mv.is-anime .top-mv__catch:after,
.top-mv.is-anime .top-mv__heading:after {
  background: #2370D0;
  bottom: -2px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1);
          animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1);
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.top-mv.is-anime .top-mv__catch sup,
.top-mv.is-anime .top-mv__heading sup {
  font-size: 16px;
  margin-left: -10px;
}
@-webkit-keyframes fadeUp {
  from {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeUp {
  from {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes colorChange {
  from {
    color: transparent;
  }
  to {
    color: #fff;
  }
}
@keyframes colorChange {
  from {
    color: transparent;
  }
  to {
    color: #fff;
  }
}
@-webkit-keyframes mask-bg {
  0% {
    -webkit-transform: translate(-102%, 0);
            transform: translate(-102%, 0);
  }
  40%, 60% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
@keyframes mask-bg {
  0% {
    -webkit-transform: translate(-102%, 0);
            transform: translate(-102%, 0);
  }
  40%, 60% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
@-webkit-keyframes drawLine {
  from {
    stroke-dashoffset: 1000;
    fill-opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
}
@keyframes drawLine {
  from {
    stroke-dashoffset: 1000;
    fill-opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
}

.top-mv__imageWrap {
  max-width: 1258px;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  opacity: 0;
  z-index: -1;
}
@media screen and (min-width: 981px) {
  .top-mv__imageWrap {
    width: 95vw;
    max-height: 696px;
    height: 73vw;
  }
}
.top-mv__imageWrap img {
  overflow: hidden;
}
@media screen and (min-width: 981px) {
  .top-mv__imageWrap img {
    border-radius: 40px;
  }
}
@media screen and (max-width: 980px) {
  .top-mv__imageWrap img {
    border-radius: 20px;
  }
}

@media screen and (min-width: 981px) {
  .top-mv__description {
    position: absolute;
    top: 17vw;
    left: 6%;
    z-index: 3;
  }
}
@media screen and (max-width: 980px) {
  .top-mv__description {
    margin-top: -20px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 980px) {
  .top-mv__svgWrap {
    z-index: 4;
    position: absolute;
    top: 10%;
  }
}
@media screen and (min-width: 981px) {
  .top-mv__svgWrap svg {
    width: clamp(320px, 42vw, 367px);
  }
}
@media screen and (max-width: 980px) {
  .top-mv__svgWrap svg {
    width: clamp(161px, 38vw, 320px);
  }
}

.top-mv__catch {
  position: relative;
  overflow: hidden;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: transparent;
}
@media screen and (min-width: 981px) {
  .top-mv__catch {
    font-size: clamp(29px, 3.6vw, 37px);
  }
}
@media screen and (max-width: 980px) {
  .top-mv__catch {
    font-size: clamp(15px, 3.6vw, 18px);
  }
}
.top-mv__catch span {
  display: inline-block;
  background-color: #2370D0;
}
@media screen and (min-width: 981px) {
  .top-mv__catch span {
    margin: 5px 0;
    padding: 20px 14px;
  }
}
@media screen and (max-width: 980px) {
  .top-mv__catch span {
    margin: 2px 0;
    padding: 8px;
  }
}

.top-mv__heading {
  position: relative;
  overflow: hidden;
  color: transparent;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 981px) {
  .top-mv__heading {
    margin-top: 20px;
    font-size: clamp(100px, 14.5vw, 127px);
  }
}
@media screen and (max-width: 980px) {
  .top-mv__heading {
    font-size: clamp(71px, 14.5vw, 85px);
  }
}

.top-mv__buttonWrap {
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 981px) {
  .top-mv__buttonWrap {
    max-width: 440px;
    position: absolute;
    bottom: 3vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 980px) {
  .top-mv__buttonWrap {
    max-width: 335px;
    margin: 50px auto 0;
    position: relative;
  }
}
.top-mv__buttonWrap .small {
  text-align: center;
  color: #2370D0;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.28;
}

.top-mv__button {
  height: 70px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 981px) {
  .top-mv__button {
    font-size: 19px;
  }
}
@media screen and (max-width: 980px) {
  .top-mv__button {
    font-size: 18px;
  }
}
.top-mv__button span {
  width: 88px;
  height: 68px;
  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;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 0;
  font-size: 19px;
  color: #2370D0;
  border-radius: 100px;
  background-color: #fff;
}
.top-mv__button span:after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0;
  z-index: -1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-style: solid;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 28px solid #fff;
  border-right: 0;
}

@media screen and (max-width: 980px) {
  .top-mv__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 68%;
    right: 6%;
  }
}

.top-mv__item {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  line-height: 1.45;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  border-radius: 1000px;
}
.top-mv__item.--white {
  z-index: 3;
  -webkit-box-shadow: 4px 4px 8px rgba(62, 62, 62, 0.1);
          box-shadow: 4px 4px 8px rgba(62, 62, 62, 0.1);
  background-color: #fff;
}
.top-mv__item.--yellow {
  z-index: 2;
  -webkit-box-shadow: 5px 5px 10px rgba(62, 62, 62, 0.1);
          box-shadow: 5px 5px 10px rgba(62, 62, 62, 0.1);
  background-color: #F6E51D;
}
@media screen and (min-width: 981px) {
  .top-mv__item {
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: clamp(17px, 2.2vw, 20px);
  }
  .top-mv__item.--white {
    width: clamp(172px, 20vw, 202px);
    height: clamp(172px, 20vw, 202px);
    top: 7vw;
    left: 74%;
  }
  .top-mv__item.--yellow {
    width: clamp(196px, 23vw, 246px);
    height: clamp(196px, 23vw, 246px);
    top: 29%;
    left: 82%;
  }
}
@media screen and (max-width: 980px) {
  .top-mv__item {
    font-size: clamp(13px, 2.2vw, 16px);
  }
  .top-mv__item.--white {
    width: clamp(132px, 20vw, 160px);
    height: clamp(132px, 20vw, 160px);
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
  .top-mv__item.--yellow {
    width: clamp(161px, 26vw, 200px);
    height: clamp(161px, 26vw, 200px);
    margin-top: 30px;
  }
}
.top-mv__item b {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 981px) {
  .top-mv__item b {
    font-size: clamp(19px, 2.5vw, 22px);
  }
}
@media screen and (max-width: 980px) {
  .top-mv__item b {
    font-size: clamp(14px, 2.5vw, 18px);
  }
}

.top-about {
  overflow: hidden;
}
@media screen and (min-width: 981px) {
  .top-about {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 980px) {
  .top-about {
    padding: 44px 0 40px;
    position: relative;
  }
}

.top-about__box {
  max-width: 1366px;
  width: calc(100% - 40px);
  position: relative;
  border-radius: 20px;
  background-color: #F6E51D;
}
.top-about__box:before {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/top/about_illust.svg") no-repeat center/contain;
}
.top-about__box:after {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/top/about_illust2.svg") no-repeat center/contain;
}
@media screen and (min-width: 981px) {
  .top-about__box {
    margin: 0 auto 240px;
    padding: 100px 0 150px;
  }
  .top-about__box:before {
    width: 209px;
    height: 410px;
    bottom: -20%;
    left: 5%;
    z-index: 0;
  }
  .top-about__box:after {
    width: 218px;
    height: 410px;
    bottom: -20%;
    right: 3%;
    z-index: 0;
  }
}
@media screen and (max-width: 980px) {
  .top-about__box {
    margin: 0 auto 40px;
    padding: 40px 20px;
  }
  .top-about__box:before {
    width: 92px;
    height: 265px;
    bottom: -30%;
    left: 18%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .top-about__box:after {
    width: 141px;
    height: 265px;
    bottom: -61%;
    left: 85%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top-about__box path {
  opacity: 0;
}
.top-about__box.is-anime path {
  -webkit-animation: drawLine 0.7s ease-in forwards;
          animation: drawLine 0.7s ease-in forwards;
  stroke-width: 14px;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  opacity: 1;
}
.top-about__box.is-anime .top-about__item {
  -webkit-animation: fadeUp 0.5s 0.5s forwards;
          animation: fadeUp 0.5s 0.5s forwards;
}

.top-about__boxTitle {
  position: relative;
  z-index: 0;
  line-height: 1.63;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 981px) {
  .top-about__boxTitle {
    font-size: 33px;
  }
}
@media screen and (max-width: 980px) {
  .top-about__boxTitle {
    font-size: 22px;
  }
}
.top-about__boxTitle svg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  fill-opacity: 0;
}
@media screen and (min-width: 981px) {
  .top-about__boxTitle svg {
    bottom: -25px;
  }
}
@media screen and (max-width: 980px) {
  .top-about__boxTitle svg {
    width: 252px;
    bottom: -45px;
  }
}

.top-about__boxText {
  position: relative;
  z-index: 2;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 981px) {
  .top-about__boxText {
    margin-top: 38px;
    line-height: 2.22;
    text-align: center;
  }
}
@media screen and (max-width: 980px) {
  .top-about__boxText {
    margin-top: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.8;
  }
}

.top-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 981px) {
  .top-about__list {
    position: absolute;
    bottom: -100px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 980px) {
  .top-about__list {
    max-width: 340px;
    margin: 20px auto 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.top-about__item {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
}
@media screen and (min-width: 981px) {
  .top-about__item {
    margin: 0 22px;
  }
}
@media screen and (max-width: 980px) {
  .top-about__item {
    width: 50%;
  }
  .top-about__item:first-child {
    width: 100%;
  }
}

.top-about__circle {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  border-radius: 1000px;
  -webkit-box-shadow: 5px 5px 10px rgba(62, 62, 62, 0.15);
          box-shadow: 5px 5px 10px rgba(62, 62, 62, 0.15);
  background-color: #fff;
}
@media screen and (min-width: 981px) {
  .top-about__circle {
    width: clamp(190px, 23vw, 230px);
    height: clamp(190px, 23vw, 230px);
    font-size: clamp(21px, 2.5vw, 25px);
  }
}
@media screen and (max-width: 980px) {
  .top-about__circle {
    width: 138px;
    height: 138px;
    margin: 0 auto;
    font-size: 15px;
  }
}
.top-about__circle .top-about__number {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #2370D0;
}
@media screen and (min-width: 981px) {
  .top-about__circle .top-about__number {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
@media screen and (max-width: 980px) {
  .top-about__circle .top-about__number {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
.top-about__circle .top-about__roma {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #2370D0;
}
@media screen and (min-width: 981px) {
  .top-about__circle .top-about__roma {
    margin-top: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 980px) {
  .top-about__circle .top-about__roma {
    margin-top: 14px;
    font-size: 11px;
  }
}

.top-about__imageGroup {
  padding-bottom: 6px;
  overflow: hidden;
}
@media screen and (min-width: 981px) {
  .top-about__imageGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 980px) {
  .top-about__imageGroup {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 44px 14px;
    -ms-grid-columns: 270px 14px 270px;
    grid-template-columns: 270px 270px;
    position: relative;
  }
}

@media screen and (min-width: 981px) {
  .top-about__imageWrap {
    min-width: 417px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 980px) {
  .top-about__imageWrap {
    display: block;
  }
  .top-about__imageWrap:first-child {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .top-about__imageWrap:nth-child(2) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .top-about__imageWrap:nth-child(3) {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-transform: translateX(-22%);
            transform: translateX(-22%);
  }
  .top-about__imageWrap:nth-child(4) {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-transform: translateX(-24%);
            transform: translateX(-24%);
  }
  .top-about__imageWrap:nth-child(5) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-transform: translateX(-24%);
            transform: translateX(-24%);
  }
}
.top-about__imageWrap img {
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (min-width: 981px) {
  .top-about__imageWrap img {
    -webkit-box-shadow: 5px 5px 0 #2370D0;
            box-shadow: 5px 5px 0 #2370D0;
  }
}
@media screen and (max-width: 980px) {
  .top-about__imageWrap img {
    -webkit-box-shadow: 4px 4px 0 #2370D0;
            box-shadow: 4px 4px 0 #2370D0;
  }
}

.top-feature {
  max-width: 1366px;
  background-color: #EAF0F8;
}
@media screen and (min-width: 981px) {
  .top-feature {
    margin: 115px auto 120px;
    padding: 120px 0;
    border-radius: 20px;
  }
}
@media screen and (max-width: 980px) {
  .top-feature {
    margin: 0 auto 80px;
    padding: 60px 0;
  }
}

.top-feature__inner {
  max-width: 1050px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.top-feature__heading {
  margin-top: 32px;
  position: relative;
  z-index: 0;
}
.top-feature__heading svg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 981px) {
  .top-feature__heading svg {
    bottom: -40px;
  }
}
@media screen and (max-width: 980px) {
  .top-feature__heading svg {
    width: 252px;
    bottom: -45px;
  }
}

@media screen and (min-width: 981px) {
  .top-feature__list {
    margin-top: 120px;
  }
}
@media screen and (max-width: 980px) {
  .top-feature__list {
    max-width: 460px;
    margin: 40px auto 0;
  }
}

@media screen and (min-width: 981px) {
  .top-feature__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-feature__item.--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .top-feature__item:nth-child(n+2) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 980px) {
  .top-feature__item:nth-child(n+2) {
    margin-top: 40px;
  }
}

.top-feature__imageWrap {
  max-width: 586px;
  overflow: hidden;
  border-radius: 12px;
}

@media screen and (min-width: 981px) {
  .top-feature__description {
    max-width: 384px;
    margin: 0 0 0 15px;
  }
  .top-feature__description.--reverse {
    margin: 0 15px 0 0;
  }
}
@media screen and (max-width: 980px) {
  .top-feature__description {
    margin-top: 20px;
  }
}

.top-feature__number {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #2370D0;
}
@media screen and (min-width: 981px) {
  .top-feature__number {
    font-size: 49px;
  }
}
@media screen and (max-width: 980px) {
  .top-feature__number {
    font-size: 40px;
  }
}

.top-feature__itemTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.top-feature__itemTitle:after {
  content: "";
  width: 100%;
  height: 4px;
  margin-top: 10px;
  display: block;
}
@media screen and (min-width: 981px) {
  .top-feature__itemTitle {
    margin-top: 15px;
    font-size: 30px;
  }
  .top-feature__itemTitle:after {
    background: linear-gradient(to right, #2370D0 100px, #B5B5B5 0);
  }
}
@media screen and (max-width: 980px) {
  .top-feature__itemTitle {
    margin-top: 10px;
    font-size: 24px;
  }
  .top-feature__itemTitle:after {
    background: linear-gradient(to right, #2370D0 150px, #B5B5B5 0);
  }
}

@media screen and (min-width: 981px) {
  .top-feature__itemText {
    margin-top: 40px;
    line-height: 2.18;
  }
}
@media screen and (max-width: 980px) {
  .top-feature__itemText {
    margin-top: 20px;
    line-height: 1.8;
  }
}

.top-support {
  background-color: #EAF0F8;
}
@media screen and (min-width: 981px) {
  .top-support {
    padding: 120px 0;
  }
}
@media screen and (max-width: 980px) {
  .top-support {
    padding: 80px 0;
  }
}

.top-support__inner {
  max-width: 1204px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.top-support__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 981px) {
  .top-support__list {
    margin-top: 80px;
  }
}
@media screen and (max-width: 980px) {
  .top-support__list {
    max-width: 420px;
    margin: 40px auto 0;
  }
}

@media screen and (min-width: 981px) {
  .top-support__item {
    width: 14.6666666667%;
  }
  .top-support__item:not(:nth-child(6n+1)) {
    margin-left: 2.4%;
  }
  .top-support__item:nth-child(n+7) {
    margin-top: 32px;
  }
}
@media screen and (max-width: 980px) {
  .top-support__item {
    width: 44.5%;
  }
  .top-support__item:nth-child(2n) {
    margin-left: 11%;
  }
  .top-support__item:nth-child(n+3) {
    margin-top: 20px;
  }
}

.top-support__iconWrap {
  -webkit-box-shadow: 4px 4px 8px rgba(62, 62, 62, 0.1);
          box-shadow: 4px 4px 8px rgba(62, 62, 62, 0.1);
}

.top-support__itemTitle {
  line-height: 1.5;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 981px) {
  .top-support__itemTitle {
    margin-top: 15px;
    font-size: 20px;
  }
}
@media screen and (max-width: 980px) {
  .top-support__itemTitle {
    margin-top: 12px;
  }
}
@media screen and (min-width: 981px) {
  .top-support__itemTitle.--small {
    font-size: 19px;
  }
}

@media screen and (min-width: 981px) {
  .top-flow {
    padding: 120px 0;
  }
}
@media screen and (max-width: 980px) {
  .top-flow {
    padding: 80px 0;
  }
}

.top-flow__inner {
  max-width: 1050px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media screen and (min-width: 981px) {
  .top-flow__list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 980px) {
  .top-flow__list {
    max-width: 560px;
    margin: 5px auto 0;
  }
}

.top-flow__item {
  position: relative;
}
.top-flow__item:not(:last-child) {
  border-bottom: 1px solid #B5B5B5;
}
.top-flow__item:not(:last-child):after {
  content: "";
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../img/common/icon-arrow2.svg") no-repeat center/contain;
}
@media screen and (min-width: 981px) {
  .top-flow__item {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 980px) {
  .top-flow__item {
    padding: 35px 0;
  }
}

.top-flow__itemNumber {
  font-size: 28px;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #2370D0;
}
@media screen and (min-width: 981px) {
  .top-flow__itemNumber {
    width: 160px;
  }
}
.top-flow__itemNumber b {
  font-size: 86px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

@media screen and (min-width: 981px) {
  .top-flow__description {
    width: calc(98% - 160px);
  }
}

.top-flow__itemTitle {
  font-size: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 980px) {
  .top-flow__itemTitle {
    margin-top: 15px;
  }
}

.top-flow__itemText {
  line-height: 2.18;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 981px) {
  .top-flow__itemText {
    margin-top: 18px;
  }
}
@media screen and (max-width: 980px) {
  .top-flow__itemText {
    margin-top: 15px;
  }
}

.top-price {
  background-color: #EAF0F8;
}
@media screen and (min-width: 981px) {
  .top-price {
    padding: 120px 0;
  }
}
@media screen and (max-width: 980px) {
  .top-price {
    padding: 80px 0;
  }
}

.top-price__inner {
  max-width: 996px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.top-price__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 981px) {
  .top-price__row {
    margin-top: 85px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 980px) {
  .top-price__row {
    margin-top: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 981px) {
  .top-price__valueWrap {
    margin-left: 100px;
  }
}

.top-price__name {
  font-size: 87px;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.top-price__service {
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 981px) {
  .top-price__service {
    font-size: 25px;
  }
}
@media screen and (max-width: 980px) {
  .top-price__service {
    font-size: 18px;
  }
}
.top-price__service b {
  display: inline-block;
  color: #fff;
  background-color: #2370D0;
}
@media screen and (min-width: 981px) {
  .top-price__service b {
    padding: 18px 14px;
  }
}
@media screen and (max-width: 980px) {
  .top-price__service b {
    padding: 10px;
  }
}

.top-price__value {
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 981px) {
  .top-price__value {
    font-size: 70px;
  }
}
@media screen and (max-width: 980px) {
  .top-price__value {
    margin-top: 20px;
    font-size: 60px;
    text-align: center;
  }
}
.top-price__value b {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 981px) {
  .top-price__value b {
    font-size: 106px;
  }
}
@media screen and (max-width: 980px) {
  .top-price__value b {
    font-size: 92px;
  }
}
.top-price__value span {
  position: relative;
}
.top-price__value sup {
  width: 100px;
  display: inline-block;
  position: absolute;
  top: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 981px) {
  .top-price__value sup {
    left: 56%;
    font-size: 18px;
  }
}
@media screen and (max-width: 980px) {
  .top-price__value sup {
    left: 50%;
    font-size: 16px;
  }
}

.top-price__note {
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.37;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.top-price__category {
  margin: 60px 0 10px;
  font-size: 18px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 980px) {
  .top-price__category {
    margin-bottom: 20px;
  }
}

.top-price__subValue {
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 981px) {
  .top-price__subValue {
    font-size: 25px;
  }
}
@media screen and (max-width: 980px) {
  .top-price__subValue {
    font-size: 20px;
    line-height: 1.3;
  }
}
.top-price__subValue b {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 981px) {
  .top-price__subValue b {
    font-size: 49px;
  }
}
@media screen and (max-width: 980px) {
  .top-price__subValue b {
    font-size: 49px;
  }
}
.top-price__subValue.--top {
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .top-price__subValue.--top {
    margin-bottom: 20px;
  }
}

.top-price__unit {
  margin-left: -10px;
  padding: 0 5px 0 12px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 980px) {
  .top-price__unit {
    margin-left: -5px;
  }
}
.top-price__unit sup {
  width: 100%;
  position: absolute;
  top: -6px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  letter-spacing: -0.005em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 981px) {
  .top-price__unit sup {
    left: 55%;
    font-size: 10px;
  }
}
@media screen and (max-width: 980px) {
  .top-price__unit sup {
    left: 55%;
    font-size: 10px;
  }
}

.top-price__pay {
  margin-top: 12px;
  padding: 11px 8px;
  display: inline-block;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  font-size: 20px;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  background-color: #2370D0;
}

@media screen and (min-width: 981px) {
  .top-voice {
    padding: 120px 0;
  }
}
@media screen and (max-width: 980px) {
  .top-voice {
    padding: 80px 0;
  }
}

.top-voice__inner {
  max-width: 1366px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media screen and (min-width: 981px) {
  .top-voice__list {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 980px) {
  .top-voice__list {
    max-width: 520px;
    margin: 40px auto 0;
  }
}

@media screen and (min-width: 981px) {
  .top-voice__item {
    width: 32.3333333333%;
  }
  .top-voice__item:not(:nth-child(3n+1)) {
    margin-left: 3%;
  }
}
@media screen and (max-width: 980px) {
  .top-voice__item:nth-child(n+2) {
    margin-top: 40px;
  }
}

.top-voice__imageWrap {
  overflow: hidden;
  border-radius: 12px;
}

.top-voice__itemTitle {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.top-voice__itemText {
  margin-top: 18px;
  line-height: 1.8;
}

.top-voice__user {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 981px) {
  .top-voice__user {
    margin-top: 20px;
  }
}
@media screen and (max-width: 980px) {
  .top-voice__user {
    margin-top: 15px;
  }
}

.top-cv {
  background-color: #F6E51D;
}
@media screen and (min-width: 981px) {
  .top-cv {
    padding: 60px 0;
  }
}
@media screen and (max-width: 980px) {
  .top-cv {
    padding: 40px 0;
  }
}

.top-cv__inner {
  max-width: 1162px;
  width: calc(100% - 40px);
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 981px) {
  .top-cv__inner:before {
    content: "";
    width: clamp(190px, 20vw, 240px);
    height: clamp(178px, 20vw, 228px);
    display: block;
    position: absolute;
    top: 60%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../img/common/cv_illust1.svg") no-repeat center/contain;
  }
  .top-cv__inner:after {
    content: "";
    width: clamp(156px, 20vw, 206px);
    height: clamp(150px, 20vw, 200px);
    display: block;
    position: absolute;
    top: 65%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../img/common/cv_illust2.svg") no-repeat center/contain;
  }
}
@media screen and (max-width: 980px) {
  .top-cv__inner:before {
    content: "";
    width: 188px;
    height: 181px;
    margin: 0 auto 40px;
    display: block;
    background: url("../img/common/cv_illust1.svg") no-repeat center/contain;
  }
}

.top-cv__text {
  margin-top: 18px;
  text-align: center;
}
.top-cv__text b {
  line-height: 1.57;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 981px) {
  .top-cv__text b {
    font-size: 38px;
  }
}
@media screen and (max-width: 980px) {
  .top-cv__text b {
    font-size: clamp(20px, 6vw, 24px);
  }
}

@media screen and (min-width: 981px) {
  .top-cv__buttonWrap {
    max-width: 440px;
    margin: 55px auto 0;
  }
}
@media screen and (max-width: 980px) {
  .top-cv__buttonWrap {
    max-width: 335px;
    margin: 72px auto 0;
  }
}

.top-cv__button {
  height: 70px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 981px) {
  .top-cv__button {
    font-size: 19px;
  }
}
@media screen and (max-width: 980px) {
  .top-cv__button {
    font-size: 18px;
  }
}
.top-cv__button span {
  width: 88px;
  height: 68px;
  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;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 0;
  font-size: 19px;
  color: #2370D0;
  border-radius: 100px;
  background-color: #fff;
}
.top-cv__button span:after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0;
  z-index: -1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-style: solid;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 28px solid #fff;
  border-right: 0;
}

.top-faq {
  background-color: #EAF0F8;
}
@media screen and (min-width: 981px) {
  .top-faq {
    padding: 120px 0;
  }
}
@media screen and (max-width: 980px) {
  .top-faq {
    padding: 80px 0;
  }
}

.top-faq__inner {
  max-width: 1050px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media screen and (min-width: 981px) {
  .top-faq__defineList {
    margin-top: 80px;
  }
}
@media screen and (max-width: 980px) {
  .top-faq__defineList {
    margin-top: 40px;
  }
}

.top-faq__define {
  background-color: #fff;
}
.top-faq__define:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (min-width: 981px) {
  .top-faq__define {
    padding: 0 40px;
  }
}
@media screen and (max-width: 980px) {
  .top-faq__define {
    padding: 0 20px 0 14px;
  }
}

.top-faq__defineTitle {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 981px) {
  .top-faq__defineTitle {
    padding: 30px 40px 30px 0;
  }
}
@media screen and (max-width: 980px) {
  .top-faq__defineTitle {
    padding: 14px 40px 14px 0;
  }
}
.top-faq__defineTitle span {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 2px solid #EAF0F8;
  border-radius: 1000px;
  background-color: #2370D0;
}
.top-faq__defineTitle span:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (min-width: 981px) {
  .top-faq__defineTitle span {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 980px) {
  .top-faq__defineTitle span {
    width: 34px;
    height: 34px;
  }
}
.top-faq__defineTitle.is-active span:before {
  top: 57%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.top-faq__defineData {
  display: none;
}
.top-faq__defineData.is-show {
  display: block;
  font-size: 18px;
  line-height: 1.8;
  border-top: 1px solid #B5B5B5;
}
@media screen and (min-width: 981px) {
  .top-faq__defineData.is-show {
    padding: 30px 0;
  }
}
@media screen and (max-width: 980px) {
  .top-faq__defineData.is-show {
    padding: 15px 0;
  }
}

@media screen and (min-width: 981px) {
  .top-contact {
    padding: 140px 0;
  }
}
@media screen and (max-width: 980px) {
  .top-contact {
    padding: 80px 0 100px;
  }
}

.top-contact__inner {
  max-width: 842px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media screen and (min-width: 981px) {
  .top-contact__form {
    margin-top: 80px;
  }
}
@media screen and (max-width: 980px) {
  .top-contact__form {
    margin-top: 60px;
  }
}
.top-contact__form input {
  width: 100%;
  height: 36px;
  padding: 0 15px;
  background-color: rgba(188, 197, 206, 0.2);
}
.top-contact__form textarea {
  width: 100%;
  height: 250px;
  padding: 15px;
  line-height: 1.5;
  resize: none;
  background-color: rgba(188, 197, 206, 0.2);
}
.top-contact__form ::-webkit-input-placeholder {
  color: #B5B5B5;
}
.top-contact__form ::-moz-placeholder {
  color: #B5B5B5;
}
.top-contact__form :-ms-input-placeholder {
  color: #B5B5B5;
}
.top-contact__form ::-ms-input-placeholder {
  color: #B5B5B5;
}
.top-contact__form ::placeholder {
  color: #B5B5B5;
}
.top-contact__form .error {
  font-size: 14px;
  color: red;
}

@media screen and (min-width: 981px) {
  .top-contact__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-contact__item:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 980px) {
  .top-contact__item:nth-child(n+2) {
    margin-top: 30px;
  }
}

.top-contact__itemTitle {
  position: relative;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.top-contact__itemTitle:after {
  content: "任意";
  width: 40px;
  height: 20px;
  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;
  font-size: 13px;
  letter-spacing: 0.1em;
  border: 1px solid #2370D0;
  border-radius: 3px;
  color: #2370D0;
  background-color: #fff;
}
.top-contact__itemTitle.--require:after {
  content: "必須";
  color: #fff;
  background-color: #2370D0;
}
@media screen and (min-width: 981px) {
  .top-contact__itemTitle {
    width: 298px;
    padding-right: 42px;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .top-contact__itemTitle:after {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 980px) {
  .top-contact__itemTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-contact__itemTitle:after {
    margin-left: 16px;
  }
}

@media screen and (min-width: 981px) {
  .top-contact__itemData {
    width: calc(95% - 298px);
  }
}
@media screen and (max-width: 980px) {
  .top-contact__itemData {
    margin-top: 16px;
  }
}

.top-contact__box {
  margin-top: 40px;
  padding: 20px;
  overflow-y: auto;
  border: 1px solid #B5B5B5;
}
@media screen and (min-width: 981px) {
  .top-contact__box {
    height: 142px;
  }
}
@media screen and (max-width: 980px) {
  .top-contact__box {
    height: 246px;
  }
}
.top-contact__box p {
  margin-bottom: 1em;
  line-height: 1.62;
}
.top-contact__box b {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.top-contact__checkWrap {
  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;
  position: relative;
}
@media screen and (min-width: 981px) {
  .top-contact__checkWrap {
    margin-top: 40px;
  }
}
@media screen and (max-width: 980px) {
  .top-contact__checkWrap {
    margin-top: 30px;
  }
}
.top-contact__checkWrap b {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
  color: #2370D0;
}
.top-contact__checkWrap input {
  width: 0;
  visibility: hidden;
}
.top-contact__checkWrap input + span {
  position: relative;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  width: auto;
}
.top-contact__checkWrap input + span:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid rgba(188, 197, 206, 0.35);
  background-color: rgba(188, 197, 206, 0.35);
}
.top-contact__checkWrap input:checked + span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  width: auto;
}
.top-contact__checkWrap input:checked + span:before {
  border: 1px solid #2370D0;
  background-color: #fff;
}
.top-contact__checkWrap input:checked + span:after {
  content: "";
  width: 7px;
  height: 14px;
  border-right: 2px solid #2370D0;
  border-bottom: 2px solid #2370D0;
  display: block;
  left: 7px;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.top-contact__checkWrap + label.error {
  margin-top: 5px;
  display: block;
  font-size: 14px;
  text-align: center;
}

@media screen and (min-width: 981px) {
  .top-contact__buttonWrap {
    max-width: 440px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 980px) {
  .top-contact__buttonWrap {
    max-width: 335px;
    margin: 30px auto 0;
  }
}

.top-contact__button {
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 981px) {
  .top-contact__button {
    height: 80px;
  }
}
@media screen and (max-width: 980px) {
  .top-contact__button {
    height: 70px;
  }
}