@charset "UTF-8";
@import url("reset.css");
@import url("header.css?01");
@import url("footer.css?02");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");
/* 共通定義
=========================================================================*/
body {
  position: relative;
  overflow-x: hidden;
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Montserrat", "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2em;
  color: #000;
  text-align: left;
  background-color: #FFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  letter-spacing: 0.05em;
}

/* リンク
-----------------------------------------------------------*/
a {
  text-decoration: none;
  transition: all 0.3s;
}

a:active,
a:focus {
  outline: none;
}

/* 画像サイズ
-----------------------------------------------------------*/
img {
  width: 100%;
  height: auto;
}

/* デスクトップ・スマホ分岐
-----------------------------------------------------------*/
.pc {
  display: block;
}

.sp {
  display: none;
}

/* 複数ページ共通
-----------------------------------------------------------*/
main {
  position: relative;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: 1100px;
  height: 100%;
}

@media screen and (max-width: 1140px) {
  .inner {
    padding: 0 20px;
    width: 100%;
  }
}
/* FV
-----------------------------------------------------------*/
main .fv {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: linear-gradient(to bottom, #FFF, #CCE4ED);
}

main .fv picture.bottom01,
main .fv picture.bottom02 {
  position: absolute;
  bottom: 0;
  mix-blend-mode: multiply;
}

main .fv .inner {
  position: relative;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

main .fv .inner .left_container {
  padding-top: 160px;
  width: 41.3636363636%;
}

@media screen and (max-width: 1160px) {
  main .fv .inner .left_container {
    padding-top: 100px;
  }
}
main .fv .inner .left_container h1 {
  margin-bottom: 35px;
}

main .fv .inner .movie {
  position: absolute;
  bottom: 30px;
  width: 41.3636363636%;
}

main .fv .inner .movie .video {
  overflow: hidden;
  width: 100%;
  border-radius: 15px;
}

main .fv .inner .movie .play {
  display: block;
  width: 12%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

main .fv .inner .movie .play.active {
  display: none;
}

main .fv .inner .right_container {
  position: relative;
  padding-top: 135px;
  width: 54.5454545455%;
}

main .fv .inner .right_container figure.image {
  margin-bottom: 30px;
  width: 112.3333333333%;
}

@media screen and (max-width: 1160px) {
  main .fv .inner .right_container figure.image {
    width: 100%;
  }
}
main .fv .inner .right_container figure.fv_point02 {
  position: absolute;
  top: 230px;
  left: 4.8333333333%;
  width: 20.8333333333%;
}

main .fv .inner .right_container figure.fv_point01 {
  position: absolute;
  top: 230px;
  left: 33%;
  width: 20.8333333333%;
}

main .fv .inner .right_container figure.fv_point03 {
  position: absolute;
  top: 110px;
  left: 19.1666666667%;
  width: 20.8333333333%;
}

@media screen and (max-width: 1160px) {
  main .fv .inner .right_container figure.fv_point01,
  main .fv .inner .right_container figure.fv_point02,
  main .fv .inner .right_container figure.fv_point03 {
    top: 100px;
  }
  main .fv .inner .right_container figure.fv_point03 {
    left: 4.8333333333%;
  }
  main .fv .inner .right_container figure.fv_point01 {
    left: 61%;
  }
  main .fv .inner .right_container figure.fv_point02 {
    left: 33%;
  }
}
/* 共通パーツ
-----------------------------------------------------------*/
main .common_section {
  overflow: hidden;
  padding: 180px 0 80px;
}

main .common_section h2.common {
  position: relative;
  margin-bottom: 80px;
  width: fit-content;
  font-weight: 700;
  font-size: 30px;
  line-height: 2.6em;
  color: #001E5F;
}

@media screen and (max-width: 1160px) {
  main .common_section h2.common {
    font-size: 2.7272727273vw;
  }
}
main .common_section h2.common span:nth-child(1) {
  display: block;
  font-size: 80px;
  color: #FCA400;
}

@media screen and (max-width: 1160px) {
  main .common_section h2.common span:nth-child(1) {
    font-size: 7.2727272727vw;
  }
}
.corner_l_t {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 11.5384615385%;
}

.corner_r_b {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 11.5384615385%;
}

/* マネスクとは？
-----------------------------------------------------------*/
main .whatwhy_section {
  padding: 140px 0 80px;
}

main h2.whatwhy {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
  margin: 0 auto 50px;
  padding: 0.75em 0.5em;
  max-width: 660px;
  font-weight: 700;
  font-size: 38px;
  color: #FFF;
  text-align: center;
  background-color: #001E5F;
  border-radius: 15px;
}

main h2.whatwhy::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 26px solid #001E5F;
}

main h2.whatwhy span:nth-child(1) {
  padding: 0 0.5em;
  height: 32px;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #001E5F;
  background-color: #FFF;
  border-radius: 5px;
}

main #what {
  position: relative;
}

main #what .proposal {
  margin: 0 auto 110px;
  padding: 70px 50px;
  width: fit-content;
  color: #FFF;
  text-align: center;
  background: linear-gradient(-45deg, #FC7400, #FCA400 40%, #FCA400 60%, #FC7400);
  border-radius: 15px;
}

main #what .proposal h3 {
  position: relative;
  margin: 0 auto 2em;
  width: fit-content;
  font-weight: 700;
  font-size: 30px;
}

main #what .proposal h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5em;
  width: 100%;
  height: 1px;
  background-color: #FFF;
}

main #what .proposal p {
  font-weight: 700;
  font-size: 18px;
  line-height: 2em;
}

main #what ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

main #what ul li {
  position: relative;
  padding: 70px 25px 40px;
  width: 29.0909090909%;
  border: 4px solid #FFC353;
  border-radius: 15px;
}

main #what ul li figure {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 125px;
}

main #what ul li h4 {
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #00518D;
}

main #what ul li p {
  font-weight: 400;
  font-size: 16px;
}

main #what ul li p.note {
  font-size: 11px;
}

/* なぜマネスクが必要なの？
-----------------------------------------------------------*/
main #why {
  position: relative;
  background-color: #FBFAF2;
}

main #why ul {
  display: flex;
  flex-wrap: wrap;
}

main #why ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  width: 100%;
}

main #why ul li:nth-child(1) {
  flex-direction: row-reverse;
}

main #why ul li .reason {
  position: relative;
  overflow: hidden;
  padding: 38px;
  width: 58.7272727273%;
  font-weight: 700;
  font-size: 20px;
  color: #FFF;
  background: linear-gradient(to bottom, #FCA400, #FC7400);
  border-radius: 15px;
}

main #why ul li .reason::before {
  content: "";
  position: absolute;
  width: 32.8173374613%;
  height: 100%;
  background: url(../img/why_circle.svg) top center no-repeat;
  background-size: contain;
}

main #why ul li:nth-child(1) .reason::before {
  top: -91px;
  right: -40px;
}

main #why ul li:nth-child(2) .reason::before {
  top: 93px;
  right: -55px;
}

main #why ul li .reason p {
  margin: 0 auto;
  width: fit-content;
  line-height: 2em;
}

main #why ul li:nth-child(1) figure {
  width: 31.8181818182%;
}

main #why ul li:nth-child(2) figure {
  width: 25.1818181818%;
}

main #why p.large {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 2em;
  color: #001E5F;
}

/* プログラム
-----------------------------------------------------------*/
main #program {
  position: relative;
}

main #program h2.common span:nth-child(3) {
  position: absolute;
  top: -1.5em;
  right: -4.2em;
  width: 229px;
  height: 120%;
  background: url(../img/program_title.png) top center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1160px) {
  main #program h2.common span:nth-child(3) {
    width: 20.8181818182vw;
  }
}
main #program ol {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 0;
}

main #program ol > li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5.4545454545% 0;
  width: 100%;
  background-color: #FFF;
}

main #program ol > li:nth-child(even) {
  flex-direction: row-reverse;
}

main #program ol > li .detail {
  width: 45.4545454545%;
}

main #program ol > li .detail h3 {
  margin-bottom: 1em;
  padding: 0.5em 15px 0.4em;
  font-weight: 700;
  font-size: 26px;
  color: #FFF;
  background-color: #001E5F;
}

main #program ol > li .detail h3 span {
  display: block;
  font-size: 20px;
  line-height: 1em;
}

main #program ol > li .detail p {
  margin-bottom: 0.5em;
  font-weight: 500;
  font-size: 18px;
}

main #program ol > li .detail li {
  margin-bottom: 0.25em;
  padding-left: 30px;
  font-weight: 500;
  font-size: 18px;
  background: url(../img/program_list_icon.svg) top 0.35em left no-repeat;
  background-size: 20px auto;
}

main #program ol > li .detail li strong {
  font-weight: 500;
  background-color: #FFE5B5;
}

main #program ol > li .image {
  position: relative;
  width: 49.0909090909%;
}

main #program ol > li .image::after {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #CCE4ED;
  z-index: -1;
}

main #program ol > li:nth-child(even) .image::after {
  left: -100%;
}

main #program ol > li figure {
  overflow: visible;
}

main #program ol > li figure img {
  width: 116.6666666667%;
  border-radius: 15px 0 0 15px;
}

@media screen and (max-width: 1160px) {
  main #program ol > li figure img {
    width: 100%;
  }
}
main #program ol > li:nth-child(even) figure img {
  margin-left: -90px;
  border-radius: 0 15px 15px 0;
}

@media screen and (max-width: 1160px) {
  main #program ol > li:nth-child(even) figure img {
    margin-left: 0;
  }
}
/* お役立ちコラム
-----------------------------------------------------------*/
main #column h2.common span:nth-child(3) {
  position: absolute;
  top: -1em;
  right: -4em;
  width: 219px;
  height: 120%;
  background: url(../img/column_title.png) top center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1160px) {
  main #column h2.common span:nth-child(3) {
    width: 19.9090909091vw;
  }
}
main #column .column_swiper {
  position: relative;
}

/* スワイパー */
main #column ul.swiper-wrapper {
  display: flex;
  align-items: stretch !important;
  text-align: left;
}

main #column ul.swiper-wrapper li {
  width: 34.6153846154%;
  height: auto;
  background-color: #FFF;
}

main #column ul.swiper-wrapper li a {
  position: relative;
  display: block;
  padding-bottom: 60px;
  height: 100%;
}

main #column ul.swiper-wrapper li figure {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 15px;
}

main #column ul.swiper-wrapper li figure img {
  transition: 0.6s;
}

@media (hover: hover) {
  main #column ul.swiper-wrapper li:hover figure img {
    transform: scale(1.1, 1.1);
  }
}
main #column ul.swiper-wrapper li h3 {
  margin-bottom: 15px;
  font-size: 18px;
}

main #column .button {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 183px;
  height: 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  border-radius: 20px;
  background-color: #001E5F;
  z-index: 2;
}

main #column .button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #589DA7;
  transform: scale(0, 1);
  transform-origin: left;
  z-index: -1;
  transition: 0.6s;
}

@media (hover: hover) {
  main #column ul.swiper-wrapper li:hover .button::before {
    transform: scale(1, 1);
  }
}
main #column .button span {
  position: relative;
  padding-right: 24px;
}

main #column .button span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 14px;
  height: 100%;
  background: url(../img/button_arrow.svg) center center no-repeat;
  background-size: contain;
}

.swiper-button-prev,
.swiper-button-next {
  width: 60px;
  height: 60px;
  margin-top: -60px;
  background: url(../img/column_button_swiper.svg) no-repeat center center/contain;
  transition: 0.6s;
}

.swiper-button-next {
  transform: scale(-1, 1);
}

@media (hover: hover) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: 0.8;
  }
}
.swiper-button-prev::after {
  content: "";
}

.swiper-button-next::after {
  content: "";
}

/* マネスクをはじめましょう！
-----------------------------------------------------------*/
main #cta {
  padding: 100px 0 50px;
}

main #cta .title {
  padding: 90px 0 0;
  background: url(../img/cta_bg.png) top center no-repeat;
  background-size: cover;
}

main #cta .title .inner {
  position: relative;
  height: 100%;
}

main #cta .title h2 {
  position: relative;
  margin: 0 auto;
  padding: 0 0 60px 100px;
  width: fit-content;
  font-weight: 700;
  font-size: 40px;
  color: #FFF;
  text-align: center;
}

@media screen and (max-width: 1160px) {
  main #cta .title h2 {
    font-size: 3.6363636364vw;
  }
}
main #cta .title h2::before {
  content: "";
  position: absolute;
  top: -60px;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 81px;
  height: 81px;
  background: url(../img/cta_logo.svg) top center no-repeat;
  background-size: contain;
}

main #cta .title h2 span {
  position: relative;
}

main #cta .title h2 span::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFF;
}

main #cta .title figure {
  position: absolute;
  bottom: 0;
  left: 5.2727272727%;
  width: 11.5454545455%;
}

main #cta .step {
  background: linear-gradient(to bottom, #FCA400, #FFF);
}

main #cta .step ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}

main #cta .step ol li {
  padding: 25px;
  width: 30.9090909091%;
  font-weight: 500;
  text-align: center;
  background-color: #FFF;
  border-radius: 15px;
}

main #cta .step h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
  border-bottom: 1px solid #707070;
}

main #cta .step h3 span {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 1em;
  color: #FCA400;
}

main #cta .step h3 span:nth-child(2) {
  margin-bottom: 10px;
  font-size: 40px;
}

main #cta .button {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 120px;
  font-weight: 700;
  font-size: 30px;
  line-height: 120px;
  text-align: center;
  color: #FFF;
  background-color: #001E5F;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  z-index: 2;
}

main #cta .button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #589DA7;
  transform: scale(0, 1);
  transform-origin: left;
  z-index: -1;
  transition: 0.6s;
}

@media (hover: hover) {
  main #cta .button:hover::before {
    transform: scale(1, 1);
  }
}
main #cta .button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 75px;
  height: 100%;
  width: 50px;
  height: 100%;
  background: url(../img/cta_button_arrow.svg) center center no-repeat;
  background-size: contain;
}

/* よくあるご質問
-----------------------------------------------------------*/
main #faq {
  position: relative;
}

main #faq .inner {
  display: flex;
  justify-content: space-between;
}

main #faq h2.common span:nth-child(3) {
  position: absolute;
  top: -3.3em;
  right: -2.6em;
  width: 184px;
  height: 120%;
  background: url(../img/faq_title.png) top center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1160px) {
  main #faq h2.common span:nth-child(3) {
    width: 16.7272727273vw;
  }
}
main #faq ul {
  width: 70.1818181818%;
}

main #faq ul li {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #FFF;
  border: 2px solid #DAD9D9;
  border-radius: 15px;
}

main #faq h3 {
  position: relative;
  margin-bottom: 1em;
  padding-left: 57px;
  font-size: 20px;
}

main #faq h3 span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  color: #FFF;
  background-color: #FBCC43;
  border-radius: 100%;
}

main #faq a.button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-top: 1em;
  padding: 0.25em 1em;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  background-color: #001E5F;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
  z-index: 2;
}

main #faq a.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #589DA7;
  transform: scale(0, 1);
  transform-origin: left;
  z-index: -1;
  transition: 0.6s;
}

@media (hover: hover) {
  main #faq a.button:hover::before {
    transform: scale(1, 1);
  }
}
main #faq a.button span {
  position: relative;
  padding-right: 24px;
}

main #faq a.button span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 14px;
  height: 100%;
  background: url(../img/button_arrow.svg) center center no-repeat;
  background-size: contain;
}

/* 資料ダウンロード
-----------------------------------------------------------*/
main #form {
  overflow: hidden;
  padding: 140px 0 80px;
  position: relative;
  background-color: #FBFAF2;
}

main #form .inner {
  width: 660px;
  text-align: center;
}

main #form h2 {
  position: relative;
  margin: 0 auto 80px;
  padding: 0.75em 0.5em;
  max-width: 660px;
  font-weight: 700;
  font-size: 38px;
  color: #FFF;
  text-align: center;
  background-color: #001E5F;
  border-radius: 15px;
}

main #form dl {
  margin-bottom: 50px;
  text-align: left;
  width: 100%;
}

main #form dt {
  font-weight: 400;
  font-size: 18px;
  width: 100%;
  margin-bottom: 10px;
}

main #form dt span.required {
  margin-right: 1em;
  padding: 0.25em 1em;
  font-size: 14px;
  color: #FFF;
  background-color: #e3526c;
  border-radius: 5px;
}

main #form dd {
  width: 100%;
  margin-bottom: 40px;
}

main #form dd span.error {
  font-weight: 500;
  font-size: 14px;
  color: #e3526c;
}

input[type=text],
input[type=tel],
input[type=email] {
  display: block;
  margin-bottom: 5px;
  padding: 0.5em 1em;
  width: 100% !important;
  font-size: 16px;
  background-color: #FFF;
  border: 1px solid #C2C2C2;
  border-radius: 5px;
}

textarea {
  display: block;
  margin-bottom: 5px;
  padding: 0.5em 1em;
  width: 100% !important;
  min-height: 238px !important;
  font-size: 16px;
  resize: vertical;
  background-color: #FFF;
  border: 1px solid #C2C2C2;
  border-radius: 5px;
}

button[type=submit] {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
  width: 400px;
  height: 70px;
  font-weight: 600;
  font-size: 20px;
  line-height: 70px;
  text-align: center;
  color: #FFF;
  background-color: #001E5F;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  z-index: 2;
}

button[type=submit]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #589DA7;
  transform: scale(0, 1);
  transform-origin: left;
  z-index: -1;
  transition: 0.6s;
}

@media (hover: hover) {
  button[type=submit]:hover::before {
    transform: scale(1, 1);
  }
}
main #form p {
  padding: 100px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 2em;
}

/*  767px以下
=========================================================================
=========================================================================*/
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  /* デスクトップ・スマホ分岐
  -----------------------------------------------------------*/
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* FV
  -----------------------------------------------------------*/
  main .fv {
    padding-top: 80px;
  }
  main .fv .inner .left_container {
    padding-top: 0;
    width: 100%;
  }
  main .fv .inner .left_container h1 {
    margin-bottom: 15px;
    max-width: 80.8955223881%;
  }
  main .fv .inner .movie {
    position: relative;
    bottom: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  main .fv .inner .right_container {
    padding-top: 20px;
    width: 100%;
  }
  main .fv .inner .right_container figure.image {
    margin-bottom: 10px;
    width: 104.1474654378%;
  }
  main .fv .inner .right_container figure.fv_point01 {
    top: 12px;
    left: 48%;
    width: 21.7910447761%;
  }
  main .fv .inner .right_container figure.fv_point02 {
    top: 12px;
    left: 23.8805970149%;
    width: 21.7910447761%;
  }
  main .fv .inner .right_container figure.fv_point03 {
    top: 12px;
    left: 0;
    width: 21.7910447761%;
  }
  /* 共通パーツ
  -----------------------------------------------------------*/
  main .common_section {
    padding: 100px 0 60px;
  }
  main .common_section h2.common {
    margin-bottom: 40px;
    font-size: 15px;
  }
  main .common_section h2.common span:nth-child(1) {
    font-size: 40px;
  }
  /* マネスクとは？
  -----------------------------------------------------------*/
  main .whatwhy_section {
    padding: 80px 0 60px;
  }
  main h2.whatwhy {
    gap: 0 5px;
    margin: 0 auto 50px;
    padding: 0.75em;
    max-width: 100%;
    font-size: 20px;
  }
  main h2.whatwhy::before {
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 13px solid #001E5F;
  }
  main h2.whatwhy span:nth-child(1) {
    height: 17px;
    font-size: 10px;
    line-height: 17px;
  }
  main #what .proposal {
    margin: 0 auto 80px;
    padding: 40px 15px;
    width: 100%;
  }
  main #what .proposal h3 {
    width: 100%;
    font-size: 19px;
  }
  main #what .proposal p {
    font-size: 15px;
    text-align: left;
  }
  main #what ul {
    gap: 85px 0;
  }
  main #what ul li {
    position: relative;
    padding: 70px 20px 40px;
    width: 100%;
    border: 4px solid #FFC353;
    border-radius: 15px;
  }
  main #what ul li figure {
    top: -55px;
    width: 100px;
  }
  main #what ul li h4 {
    font-size: 19px;
  }
  main #what ul li p {
    font-size: 14px;
  }
  /* なぜマネスクが必要なの？
  -----------------------------------------------------------*/
  main #why ul li {
    margin-bottom: 50px;
  }
  main #why ul li .reason {
    margin-bottom: 50px;
    padding: 28px 25px;
    width: 100%;
    font-size: 15px;
  }
  main #why ul li .reason::before {
    width: 47.7611940299%;
  }
  main #why ul li:nth-child(1) .reason::before {
    top: -73px;
    right: -20%;
  }
  main #why ul li:nth-child(2) .reason::before {
    top: 105px;
    right: -20%;
  }
  main #why ul li:nth-child(1) figure {
    margin: 0 auto;
    width: 74.9253731343%;
  }
  main #why ul li:nth-child(2) figure {
    margin: 0 auto;
    width: 63.2835820896%;
  }
  main #why p.large {
    font-size: 18px;
    text-align: left;
  }
  /* プログラム
  -----------------------------------------------------------*/
  main #program h2.common span:nth-child(3) {
    width: 119px;
  }
  main #program ol {
    gap: 50px 0;
  }
  main #program ol > li {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 20px 0;
  }
  main #program ol > li .detail {
    width: 100%;
  }
  main #program ol > li:nth-child(even) {
    flex-direction: column-reverse;
  }
  main #program ol > li .detail h3 {
    font-size: 20px;
  }
  main #program ol > li .detail h3 span {
    font-size: 15px;
  }
  main #program ol > li .detail p {
    font-size: 16px;
  }
  main #program ol > li .detail li {
    font-size: 16px;
    background: url(../img/program_list_icon.svg) top 0.2em left no-repeat;
  }
  main #program ol > li .image {
    width: 100%;
  }
  /* お役立ちコラム
  -----------------------------------------------------------*/
  main #column h2.common span:nth-child(3) {
    width: 119px;
  }
  main #column .column_swiper {
    padding: 0 20px;
  }
  /* スワイパー */
  main #column ul.swiper-wrapper li a {
    padding-bottom: 40px;
  }
  main #column ul.swiper-wrapper li h3 {
    font-size: 15px;
  }
  .swiper-button-prev {
    left: 0;
  }
  .swiper-button-next {
    right: 0;
  }
  /* マネスクをはじめましょう！
  -----------------------------------------------------------*/
  main #cta {
    padding: 50px 0;
  }
  main #cta .title {
    overflow: hidden;
    padding: 37.9310344828% 0 0;
    background: url(../img/cta_bg@2x.png) top center no-repeat;
    background-size: cover;
  }
  main #cta .title h2 {
    margin: 0 auto;
    padding: 0 0 30px 0;
    width: 100%;
    font-size: 24px;
  }
  main #cta .title h2::before {
    top: -80px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 65px;
    height: 65px;
  }
  main #cta .title h2 span {
    width: 100%;
  }
  main #cta .title figure {
    position: relative;
    left: auto;
    margin: 0 auto;
    width: 69px;
  }
  main #cta .step ol {
    gap: 20px 0;
    margin-bottom: 50px;
  }
  main #cta .step ol li {
    padding: 25px;
    width: 100%;
  }
  main #cta .step h3 {
    font-size: 20px;
  }
  main #cta .step h3 span {
    font-size: 15px;
  }
  main #cta .step h3 span:nth-child(2) {
    font-size: 36px;
  }
  main #cta .button {
    height: 80px;
    font-size: 20px;
    line-height: 80px;
  }
  main #cta .button::after {
    right: 20px;
    width: 20px;
  }
  /* よくあるご質問
  -----------------------------------------------------------*/
  main #faq .inner {
    flex-wrap: wrap;
  }
  main #faq h2.common span:nth-child(3) {
    width: 105px;
  }
  main #faq ul {
    width: 100%;
  }
  main #faq ul li {
    margin-bottom: 20px;
    padding: 20px;
  }
  main #faq h3 {
    padding-left: 40px;
    font-size: 16px;
  }
  main #faq h3 span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  main #faq a.button {
    padding: 0.5em 1em;
  }
  /* 資料ダウンロード
  -----------------------------------------------------------*/
  main #form {
    padding: 80px 0 60px;
  }
  main #form .inner {
    width: 100%;
  }
  main #form h2 {
    margin: 0 auto 50px;
    padding: 0.75em;
    max-width: 100%;
    font-size: 20px;
  }
  main #form dt {
    font-size: 16px;
  }
  main #form dt span.required {
    font-size: 12px;
  }
  main #form dd {
    margin-bottom: 25px;
  }
  button[type=submit] {
    width: 100%;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
  }
  main #form p {
    font-size: 18px;
  }
}
/* 送信完了
	-----------------------------------------------------------*/
.thanks_section .inner {
  padding-top: 160px;
}
.thanks_section .thanks_title {
  text-align: center;
  font-size: 30px;
  color: #001E5F;
}
.thanks_section .thanks_text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thanks_section .thanks_title {
    font-size: 18px;
  }
  .thanks_section .thanks_text {
    text-align: left;
  }
  .thanks_section .inner {
    padding-top: 80px;
  }
}

main p.notes {
  font-size: 11px !important;
  color: red;
}

main p.code {
  position: absolute;
  bottom: -40px;
  right: 30px;
  font-size: 12px;
  text-align: right;
}
